.bg-parallax {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.bg-repeat {
    background-repeat: repeat;
}
.mtn--90 {
    margin-top: -5.625rem;
}
.mtn-50 {
    margin-top: -2rem;
}
.mtn-80 {
    margin-top: -5rem!important;
}
.mtn-115 {
    margin-top: -7.1875rem;
}
.line-hight-16 {
    line-height: 1rem;
}
.line-hight-21 {
    line-height: 1.3125rem;
}
p {
    font-size: .875rem;
    color: #666;
}
a:hover {
    text-decoration: none;
}
.text-underline {
    text-decoration: underline!important;
}
.text-underline:hover {
    text-decoration: underline!important;
}
.text-color {
    color: #666;
}
.font-montserrat {
    font-family: 'Montserrat', sans-serif;
}
.font-inherit {
    font-family: inherit;
}
.font-base {
    font-family: open sans, sans-serif;
}
.font-size-12 {
    font-size: .75rem;
}
.font-size-13 {
    font-size: .81rem;
}
.font-size-14 {
    font-size: .875rem;
}
.font-size-15 {
    font-size: .94rem;
}
.font-size-16 {
    font-size: 1rem;
}
.font-size-17 {
    font-size: 1.1rem;
}
.font-size-18 {
    font-size: 1.13rem;
}
.font-size-19 {
    font-size: 1.19rem;
}
.font-size-20 {
    font-size: 1.25rem!important;
}
.font-size-24 {
    font-size: 1.5rem;
}
.font-size-28 {
    font-size: 1.75rem;
}
.font-size-32 {
    font-size: 2rem;
}
.font-size-40 {
    font-size: 2.5rem;
}
.font-size-48 {
    font-size: 3rem;
}
.font-size-55 {
    font-size: 3.4375rem!important;
}
.font-weight-medium {
    font-weight: 600;
}
.text-hover-info:hover {
    color: #0d79e1;
}
.text-hover-danger {
    transition: all .5s;
}
.text-hover-danger:hover {
    color: #0d79e1;
}
.text-hover-success:hover {
    color: #b5d56a;
}
.text-hover-info:hover {
    color: #0d79e1;
}
.text-hover-purple:hover {
    color: #a597e7;
}
.text-hover-pink:hover {
    color: #0d79e1;
}
.border-1 {
    border: 1px solid #e7e7e7;
}
.border-2 {
    border: 2px solid #e7e7e7;
}
.border-4 {
    border: 4px solid #e7e7e7;
}
.border-5 {
    border: 5px solid #e7e7e7;
}
.border-top-5 {
    border-top: 5px solid #e7e7e7;
}
.rounded-lg {
    border-radius: .8rem;
}
.rounded {
    border-radius: .5rem!important;
}
.rounded-top {
    border-top-left-radius: .5rem!important;
    border-top-right-radius: .5rem!important;
}
.rounded-right {
    border-top-right-radius: .5rem!important;
    border-bottom-right-radius: .5rem!important;
}
.rounded-bottom {
    border-bottom-right-radius: .5rem!important;
    border-bottom-left-radius: .5rem!important;
}
.rounded-left {
    border-top-left-radius: .5rem!important;
    border-bottom-left-radius: .5rem!important;
}
.rounded-sm {
    border-radius: .4rem!important;
    border-radius: 50%;
}
.rounded-top-sm {
    border-top-left-radius: .4rem!important;
    border-top-right-radius: .4rem!important;
}
.rounded-bottom-sm {
    border-bottom-left-radius: .4rem!important;
    border-bottom-right-radius: .4rem!important;
}
.z-index-100 {
    z-index: 100;
}
.opacity-70 {
    opacity: .7;
}
.opacity-75 {
    opacity: .75;
}
.opacity-80 {
    opacity: .8;
}
.opacity-85 {
    opacity: .85;
}
.shadow-xl {
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .15);
}
.shadow-light {
    box-shadow: 0 .25rem 0 rgba(255, 255, 255, .1);
    transition: all .5s;
}
.shadow-sm-hover {
    box-shadow: 0 .25rem 0 rgba(0, 0, 0, .1);
    transition: all .5s;
}
.shadow-sm-hover:hover {
    box-shadow: 0 .25rem 0 rgba(0, 0, 0, .3);
}
.breadcrumb-bg {
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    height: 550px;
}
.color-bars {
    width: 100%}
.color-bar {
    height: 3px;
}
.cart-dropdown {
    position: relative;
}
.cart-dropdown .dropdown-menu {
    width: 300px;
    padding: 1rem;
    height: auto;
    overflow-y: inherit;
    margin-top: 1.3125rem;
    border-top: 4px solid #0d79e1;
}
@media(min-width:768px) {
    .cart-dropdown .dropdown-menu {
    margin-top: .75rem;
    width: 400px;
    padding: 1.5rem;
}
}.cart-dropdown .dropdown-menu:after {
    display: none;
}
@media(min-width:768px) {
    .cart-dropdown .dropdown-menu: after {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 7px solid #0d79e1;
    margin-left: -10px;
    content: "";
    display: inline-block;
    right: 6px;
    position: absolute;
    top: -11px;
}
}.dropdown-sm {
    position: relative;
}
.dropdown-sm .btn {
    padding: 0;
    color: rgba(255, 255, 255, .8);
}
.dropdown-sm .btn:focus {
    text-decoration: none;
}
.dropdown-sm .dropdown-menu {
    min-width: 6rem;
    padding: .3125rem;
    top: 10px!important;
}
.dropdown-sm .dropdown-menu .dropdown-item {
    font-size: .75rem;
    padding: 6px 12px;
    text-transform: capitalize;
    color: #6c757d;
    transition: all .3s ease-in-out;
}
.dropdown-sm .dropdown-menu .dropdown-item:hover {
    background-color: #0d79e1;
    color: #fff;
}
.navbar {
    box-shadow: 0 .25rem 0 rgba(0, 0, 0, .1);
    padding: .32rem 0;
    z-index: 100;
    transition: .4s ease-in-out;
}
@media(min-width:768px) {
    .navbar {
    padding: 0;
}
}.navbar>.container {
    padding-left: 0;
    padding-right: 0;
    position: relative;
}
.navbar .navbar-brand {
    margin-left: .94rem;
    padding: 10px 0;
    margin-right: 1.7rem;
}
@media(min-width:768px) {
    .navbar .navbar-brand {
    padding: 20px 0;
}
}.navbar .navbar-brand img {
    max-width: 130px;
}
@media(min-width:768px) {
    .navbar .navbar-brand img {
    width: 100%}
}@media(min-width:992px) {
    .navbar .navbar-brand img {
    max-width: 166px;
        height: 51px;
}
}.navbar .navbar-toggler {
    margin-right: .94rem;
    background-color: #fe6508;
    border-radius: .25rem;
    box-shadow: 0 .25rem 0 rgba(0, 0, 0, .1);
    color: #fff;
}
.navbar .navbar-toggler:focus {
    outline: 0;
}
.navbar .navbar-collapse {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 10;
    background-color: #fff;
    border-top: 1px solid #e7e7e7;
    max-height: 400px;
    padding-bottom: .625rem;
    box-shadow: 0 .25rem 0 rgba(0, 0, 0, .1);
}
@media(min-width:768px) {
    .navbar .navbar-collapse {
    position: static;
    width: auto;
    border-top: 0;
    padding-bottom: 0;
    background-color: transparent;
    box-shadow: none;
}
}.navbar .navbar-collapse.show {
    overflow-y: auto;
}
@media(min-width:768px) {
    .navbar .navbar-collapse.show {
    overflow-y: hidden;
}
}.navbar .dropdown-menu {
    border-radius: .25rem;
}
@media(min-width:768px) {
    .navbar .dropdown-menu {
    box-shadow: 0 4px 6px rgba(0, 0, 0, .175);
}
}.navbar-nav {
    margin-top: .94rem;
    padding-left: .94rem;
    padding-right: .94rem;
}
@media(min-width:768px) {
    .navbar-nav {
    margin-top: 0;
}
}.navbar-nav .nav-item.dropdown:last-child .nav-link.dropdown-toggle span {
    padding: 10px;
    border-right: none;
}
.navbar-nav .dropdown>a {
    font-size: .875rem;
}
.navbar-nav .dropdown .nav-link span {
    display: inline-block;
    line-height: 16px;
    text-align: center;
    text-transform: capitalize;
    color: #000;
    font-weight: 600;
}
@media(min-width:768px) {
    .navbar-nav .dropdown .nav-link span {
    display: block;
    /* width: 85px; */
    /*border-right: 2px solid;*/
    padding: 10px;
}
}@media(min-width:992px) {
    .navbar-nav .dropdown .nav-link span {
        width: 100%;
        padding: 10px;
}
}.navbar-nav .dropdown .dropdown-menu {
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 200;
}
@media(min-width:768px) {
    .navbar-nav .dropdown .dropdown-menu {
    border-top: 4px solid;
    margin-top: 0;
    width: 210px;
    padding: .3rem;
    box-shadow: 0 .25rem .38rem rgba(0, 0, 0, .175);
}
}@media(min-width:992px) {
    .navbar-nav .dropdown .dropdown-menu {
    width: 230px;
}
}.navbar-nav .dropdown .dropdown-menu li {
    position: relative;
}
.navbar-nav .dropdown .dropdown-menu .dropdown-item, .navbar-nav .dropdown .dropdown-menu ul li a {
    color: #666;
    padding-top: .38rem;
    padding-bottom: .38rem;
    font-size: .875rem;
    transition: all .3s ease-in-out;
}
@media(min-width:768px) {
    .navbar-nav .dropdown .dropdown-menu .dropdown-item, .navbar-nav .dropdown .dropdown-menu ul li a {
    padding: .625rem .75rem;
    display: block;
}
}.navbar-nav .dropdown .dropdown-menu .dropdown-item:hover, .navbar-nav .dropdown .dropdown-menu ul li a:hover {
    padding-left: 1.38rem;
}
.navbar-nav .dropdown .dropdown-menu .sub-menu {
    list-style: none;
    padding-left: 1.25rem;
    margin-left: 1.53rem;
    position: relative;
}
@media(min-width:768px) {
    .navbar-nav .dropdown .dropdown-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #fff;
    width: 185px;
    visibility: hidden;
    opacity: 0;
    margin-left: .18rem;
    padding: .3125rem;
    border-radius: .25rem;
    border-left: 4px solid;
    box-shadow: 0 .25rem .375rem rgba(0, 0, 0, .175);
}
}@media(min-width:992px) {
    .navbar-nav .dropdown .dropdown-menu .sub-menu {
    width: 190px;
}
}@media(min-width:1200px) {
    .navbar-nav .dropdown .dropdown-menu .sub-menu {
    width: 210px;
}
}.navbar-nav .dropdown .dropdown-menu .sub-menu:before {
    position: absolute;
    left: 0;
    height: 90%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3px;
    background-color: #e7e7e7;
    content: ''}
@media(min-width:768px) {
    .navbar-nav .dropdown .dropdown-menu .sub-menu: before {
    background-color: transparent;
    left: -10px;
    width: 20px;
}
}@media(min-width:768px) {
    .navbar-nav .dropdown .dropdown-menu .sub-menu: after {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 7px solid #000;
    top: 20%;
    margin-top: -.625rem;
    content: "";
    display: inline-block;
    left: -10px;
    position: absolute;
}
}.navbar-nav .dropdown .dropdown-menu li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}
.navbar-nav .dropdown .dropdown-menu i {
    display: none;
}
@media(min-width:768px) {
    .navbar-nav .dropdown .dropdown-menu i {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
}.navbar-nav .dropdown .dropdown-menu.show .nav-link.dropdown-toggle:after {
    content: "\f106"}
@media(min-width:768px) {
    .navbar-nav .dropdown .dropdown-menu.show .nav-link.dropdown-toggle: after {
    content: ''}
}.navbar-nav .dropdown .dropdown-toggle:after {
    display: none;
    width: auto;
    height: auto;
    font-family: fontawesome;
    margin-left: .3125rem;
    vertical-align: middle;
    content: "\f107";
    border: 0;
    color: inherit;
    position: absolute;
    top: 25px;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.1rem;
    color: #000;
}
@media(min-width:768px) {
    .navbar-nav .dropdown .dropdown-toggle: after {
    content: ''}
}.navbar-nav .dropdown.show .dropdown-toggle:after {
    content: "\f106"}
@media(min-width:768px) {
    .navbar-nav .dropdown.show .dropdown-toggle: after {
    content: ''}
}@media(min-width:768px) {
    .navbar-expand-md .navbar-nav .nav-link {
    padding-top: 1.55rem;
    padding-bottom: 1.55rem;
    padding-left: 0;
    padding-right: 0;
}
}@media(min-width:768px) {
    .navbar-expand-md .mega-dropdown {
    position: static;
}
}.navbar-expand-lg .navbar-nav .dropdown .dropdown-menu i {
    display: none;
}
@media(min-width:992px) {
    .navbar-expand-lg .navbar-nav .dropdown .dropdown-menu i {
    display: inline-block;
}
}@media(min-width:768px) and (min-width:768px) {
    .navbar-expand-lg .mega-dropdown .mega-dropdown {
    position: relative!important;
}
}@media(min-width:768px) and (min-width:992px) {
    .navbar-expand-lg .mega-dropdown {
    position: static;
}
}.navbar-expand-lg .navbar-collapse {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 10;
    background-color: #fff;
    border-top: 1px solid #e7e7e7;
    max-height: 400px;
    padding-bottom: .625rem;
}
@media(min-width:992px) {
    .navbar-expand-lg .navbar-collapse {
    position: static;
    width: auto;
    border-top: 0;
    padding-bottom: 0;
    background-color: transparent;
}
}.navbar-expand-lg .navbar-collapse.show {
    overflow-y: auto;
}
@media(min-width:992px) {
    .navbar-expand-lg .navbar-collapse.show {
    overflow-y: hidden;
}
}.navbar-expand-lg .navbar-nav .dropdown .dropdown-toggle:after {
    content: "\f107"}
@media(min-width:992px) {
    .navbar-expand-lg .navbar-nav .dropdown .dropdown-toggle: after {
    content: ''}
}.navbar-expand-lg .navbar-nav .dropdown.show .dropdown-toggle:after {
    content: "\f106"}
@media(min-width:992px) {
    .navbar-expand-lg .navbar-nav .dropdown.show .dropdown-toggle: after {
    content: ''}
}@media(min-width:992px) {
    .navbar-expand-lg .navbar-nav .dropdown .nav-link {
    margin: 0 .3125rem;
    padding-top: 2.37rem;
    padding-bottom: 2.37rem;
}
}@media(min-width:1200px) {
    .navbar-expand-lg .navbar-nav .dropdown .nav-link {
    margin: 0 .5rem;
}
}@media(min-width:768px) {
    .navbar-expand-lg .navbar-nav .dropdown .nav-link .nav-icon {
    margin: 0;
    display: inline-block;
}
}.navbar-expand-lg .navbar-nav .dropdown .nav-link span {
    border-right: 0;
    display: inline-block;
    width: auto;
}
@media(min-width:992px) {
    .navbar-expand-lg .navbar-nav .dropdown .nav-link span {
    margin-left: .3125rem;
    color: #fff;
}
}.navbar-expand-lg .navbar-nav .dropdown .dropdown-menu {
    border-top: 0;
    box-shadow: none;
}
.navbar-expand-lg .navbar-nav .dropdown .dropdown-menu .dropdown-item {
    width: 100%;
    padding-top: .38rem;
    padding-bottom: .38rem;
}
@media(min-width:992px) {
    .navbar-expand-lg .navbar-nav .dropdown .dropdown-menu .dropdown-item {
    padding-top: .625rem;
    padding-bottom: .75rem;
}
}@media(min-width:992px) {
    .navbar-expand-lg .navbar-nav .dropdown .dropdown-menu {
    border-top: 4px solid #0d79e1;
    box-shadow: 0 .25rem .375rem rgba(0, 0, 0, .175);
}
}.navbar-expand-lg .navbar-nav .dropdown .dropdown-menu .sub-menu {
    position: relative;
    left: 0;
    visibility: visible;
    opacity: 1;
    box-shadow: none;
    border-left: 0;
    padding-left: 1.25rem;
    margin-left: 1.5625rem;
}
@media(min-width:768px) {
    .navbar-expand-lg .navbar-nav .dropdown .dropdown-menu .sub-menu {
    padding-left: .3125rem;
    margin-left: .9375rem;
}
}.navbar-expand-lg .navbar-nav .dropdown .dropdown-menu .sub-menu:before {
    background-color: #e7e7e7;
    width: 3px;
}
@media(min-width:992px) {
    .navbar-expand-lg .navbar-nav .dropdown .dropdown-menu .sub-menu: before {
    width: 20px;
    background-color: transparent;
}
}.navbar-expand-lg .navbar-nav .dropdown .dropdown-menu .sub-menu:after {
    display: none;
}
@media(min-width:992px) {
    .navbar-expand-lg .navbar-nav .dropdown .dropdown-menu .sub-menu: after {
    display: block;
}
}@media(min-width:992px) {
    .navbar-expand-lg .navbar-nav .dropdown .dropdown-menu .sub-menu {
    position: absolute;
    left: 100%;
    visibility: hidden;
    opacity: 0;
    border-left: 4px solid #0d79e1;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .175);
    background-color: #fff;
    padding-left: .3125rem;
    margin-left: .3125rem;
}
}.navbar-expand-lg .navbar-nav .dropdown .dropdown-menu .sub-menu li a {
    padding-top: .38rem;
    padding-bottom: .38rem;
}
@media(min-width:992px) {
    .navbar-expand-lg .navbar-nav .dropdown .dropdown-menu .sub-menu li a {
    padding-top: .625rem;
    padding-bottom: .75rem;
}
}@media(min-width:768px) {
    .navbar-expand-lg .dropdown-menu.row.show {
    padding-top: .3rem;
    padding-bottom: .3rem;
}
}@media(min-width:992px) {
    .navbar-expand-lg .dropdown-menu.row.show {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
}.navbar-expand-lg .dropdown-menu.row.show .list-unstyled li a {
    padding-top: .38rem;
    padding-bottom: .38rem;
}
@media(min-width:992px) {
    .navbar-expand-lg .dropdown-menu.row.show .list-unstyled li a {
    padding: .625rem .75rem;
}
}@media(min-width:768px) {
    .navbar-expand-lg .dropdown-menu.row.show .list-unstyled li: first-child {
    font-size: .875rem;
    font-family: open sans, sans-serif;
    font-weight: 600;
    margin-bottom: 0;
}
}@media(min-width:992px) {
    .navbar-expand-lg .dropdown-menu.row.show .list-unstyled li: first-child {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto .625rem;
}
}.navbar-expand-lg .dropdown-menu.row.show .list-unstyled li:last-child {
    margin-bottom: .8rem;
}
@media(min-width:992px) {
    .navbar-expand-lg .dropdown-menu.row.show .list-unstyled li: last-child {
    margin-bottom: 0;
}
}@media(min-width:768px) {
    .navbar-expand-lg .dropdown-menu.row.show .list-unstyled: before {
    display: block;
}
}@media(min-width:992px) {
    .navbar-expand-lg .dropdown-menu.row.show .list-unstyled: before {
    display: none;
}
}.navbar-expand-lg .nav-item.bg-danger {
    background-color: transparent!important;
}
.navbar-expand-lg .nav-item.bg-danger .nav-link i {
    background-color: #0d79e1!important;
}
.navbar-expand-lg .nav-item.bg-danger .nav-link span {
    border-color: #0d79e1!important;
}
.navbar-expand-lg .nav-item.bg-danger .nav-link.active span {
    color: #0d79e1!important;
}
.navbar-expand-lg .nav-item.bg-danger .dropdown-menu {
    border-color: #0d79e1!important;
}
.navbar-expand-lg .nav-item.bg-danger .dropdown-menu li a:hover {
    background-color: #0d79e1!important;
    color: #fff;
}
.navbar-expand-lg .nav-item.bg-danger .dropdown-menu li .sub-menu {
    border-left-color: #0d79e1!important;
}
.navbar-expand-lg .nav-item.bg-danger .dropdown-menu li .sub-menu:after {
    border-right-color: #0d79e1!important;
}
.navbar-expand-lg .nav-item.bg-success {
    background-color: transparent!important;
}
.navbar-expand-lg .nav-item.bg-success .nav-link i {
    background-color: #b5d56a;
}
.navbar-expand-lg .nav-item.bg-success .nav-link span {
    border-color: #b5d56a;
}
.navbar-expand-lg .nav-item.bg-success .nav-link.active span {
    color: #b5d56a;
}
.navbar-expand-lg .nav-item.bg-success .dropdown-menu {
    border-color: #b5d56a;
}
.navbar-expand-lg .nav-item.bg-success .dropdown-menu li a:hover {
    background-color: #b5d56a;
    color: #fff;
}
.navbar-expand-lg .nav-item.bg-success .dropdown-menu li .sub-menu {
    border-left-color: #b5d56a;
}
.navbar-expand-lg .nav-item.bg-success .dropdown-menu li .sub-menu:after {
    border-right-color: #b5d56a;
}
.navbar-expand-lg .nav-item.bg-success .dropdown-menu li:first-child {
    color: #b5d56a;
}
.navbar-expand-lg .nav-item.bg-info {
    background-color: transparent!important;
}
.navbar-expand-lg .nav-item.bg-info .nav-link i {
    background-color: #0d79e1;
}
.navbar-expand-lg .nav-item.bg-info .nav-link span {
    border-color: #0d79e1;
}
.navbar-expand-lg .nav-item.bg-info .nav-link.active span {
    color: #0d79e1;
}
.navbar-expand-lg .nav-item.bg-info .dropdown-menu {
    border-color: #0d79e1;
}
.navbar-expand-lg .nav-item.bg-info .dropdown-menu li a:hover {
    background-color: #0d79e1;
    color: #fff;
}
.navbar-expand-lg .nav-item.bg-info .dropdown-menu li .sub-menu {
    border-left-color: #0d79e1;
}
.navbar-expand-lg .nav-item.bg-info .dropdown-menu li .sub-menu:after {
    border-right-color: #0d79e1;
}
.navbar-expand-lg .nav-item.bg-info .dropdown-menu li:first-child {
    color: #0d79e1;
}
.navbar-expand-lg .nav-item.bg-info {
    background-color: transparent!important;
}
.navbar-expand-lg .nav-item.bg-info .nav-link i {
    background-color: #0d79e1;
}
.navbar-expand-lg .nav-item.bg-info .nav-link span {
    border-color: #0d79e1;
}
.navbar-expand-lg .nav-item.bg-info .nav-link.active span {
    color: #0d79e1;
}
.navbar-expand-lg .nav-item.bg-info .dropdown-menu {
    border-color: #0d79e1;
}
.navbar-expand-lg .nav-item.bg-info .dropdown-menu li a:hover {
    background-color: #0d79e1;
    color: #fff;
}
.navbar-expand-lg .nav-item.bg-info .dropdown-menu li .sub-menu {
    border-left-color: #0d79e1;
}
.navbar-expand-lg .nav-item.bg-info .dropdown-menu li .sub-menu:after {
    border-right-color: #0d79e1;
}
.navbar-expand-lg .nav-item.bg-info .dropdown-menu li:first-child {
    color: #0d79e1;
}
.navbar-expand-lg .nav-item.bg-info {
    background-color: transparent!important;
}
.navbar-expand-lg .nav-item.bg-info .nav-link i {
    background-color: #a597e7;
}
.navbar-expand-lg .nav-item.bg-info .nav-link span {
    border-color: #a597e7;
}
.navbar-expand-lg .nav-item.bg-info .nav-link.active span {
    color: #a597e7;
}
.navbar-expand-lg .nav-item.bg-info .dropdown-menu {
    border-color: #a597e7;
}
.navbar-expand-lg .nav-item.bg-info .dropdown-menu li a:hover {
    background-color: #a597e7;
    color: #fff;
}
.navbar-expand-lg .nav-item.bg-info .dropdown-menu li .sub-menu {
    border-left-color: #a597e7;
}
.navbar-expand-lg .nav-item.bg-info .dropdown-menu li .sub-menu:after {
    border-right-color: #a597e7;
}
.navbar-expand-lg .nav-item.bg-info .dropdown-menu li:first-child {
    color: #a597e7;
}
.navbar-expand-lg .nav-item.bg-pink {
    background-color: transparent!important;
}
.navbar-expand-lg .nav-item.bg-pink .nav-link i {
    background-color: #0d79e1;
}
.navbar-expand-lg .nav-item.bg-pink .nav-link span {
    border-color: #fe6508;
}
.navbar-expand-lg .nav-item.bg-pink .nav-link.active span {
    color: #0d79e1;
}
.navbar-expand-lg .nav-item.bg-pink .dropdown-menu {
    border-color: #0d79e1;
}
.navbar-expand-lg .nav-item.bg-pink .dropdown-menu li a:hover {
    background-color: #0d79e1;
    color: #fff;
}
.navbar-expand-lg .nav-item.bg-pink .dropdown-menu li .sub-menu {
    border-left-color: #0d79e1;
}
.navbar-expand-lg .nav-item.bg-pink .dropdown-menu li .sub-menu:after {
    border-right-color: #0d79e1;
}
.navbar-expand-lg .nav-item.bg-pink .dropdown-menu li:first-child {
    color: #0d79e1;
}
.navbar-expand-lg.navbar-white .navbar-nav .dropdown .nav-link span {
    color: #000;
}
.navbar-expand-lg.navbar-white .navbar-nav .dropdown.bg-info .nav-link.active span {
    color: #0d79e1;
}
.navbar-expand-lg.navbar-white .navbar-nav .dropdown.bg-success .nav-link.active span {
    color: #b5d56a;
}
.navbar-expand-lg.navbar-white .navbar-nav .dropdown.bg-danger .nav-link.active span {
    color: #0d79e1!important;
}
.navbar-expand-lg.navbar-white .navbar-nav .dropdown.bg-info .nav-link.active span {
    color: #0d79e1;
}
.navbar-expand-lg.navbar-white .navbar-nav .dropdown.bg-pink .nav-link.active span {
    color: #0d79e1;
}
.navbar-expand-lg.navbar-white .navbar-nav .dropdown.bg-info .nav-link.active span {
    color: #a597e7;
}
.nav-icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    margin-right: .6325rem;
}
@media(min-width:768px) {
    .nav-icon {
    margin: 0 auto .625rem;
    margin-bottom: .625rem;
    display: block;
}
}.dropdown-menu.row.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media(min-width:768px) {
    .dropdown-menu.row.show {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
}.dropdown-menu.row.show .list-unstyled {
    position: relative;
}
.dropdown-menu.row.show .list-unstyled li {
    padding-left: .9375rem;
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: .875rem;
}
@media(min-width:768px) {
    .dropdown-menu.row.show .list-unstyled li {
    padding-top: 0;
    padding-bottom: 0;
    font-size: .94rem;
    padding-left: 0;
}
}.dropdown-menu.row.show .list-unstyled li a {
    color: #666;
}
.dropdown-menu.row.show .list-unstyled li:first-child {
    padding-left: .8125rem;
    font-weight: 600;
}
@media(min-width:768px) {
    .dropdown-menu.row.show .list-unstyled li: first-child {
    margin-bottom: .625rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
}
}.dropdown-menu.row.show .list-unstyled li:last-child {
    margin-bottom: .8rem;
}
@media(min-width:768px) {
    .dropdown-menu.row.show .list-unstyled li: last-child {
    margin-bottom: 0;
}
}.dropdown-menu.row.show .list-unstyled:before {
    position: absolute;
    left: 0;
    height: 60%;
    top: 50%;
    -webkit-transform: translateY(-28%);
    transform: translateY(-28%);
    width: 3px;
    background-color: #e7e7e7;
    content: ''}
@media(min-width:768px) {
    .dropdown-menu.row.show .list-unstyled: before {
    display: none;
}
}.dropdown-menu.row.show.components .list-unstyled {
    position: relative;
}
.dropdown-menu.row.show.components .list-unstyled li:first-child {
    font-family: open sans, sans-serif;
    font-weight: 400;
    padding-left: 0;
    font-size: .875rem;
}
@media(min-width:768px) {
    .dropdown-menu.row.show.components .list-unstyled li: first-child {
    margin-bottom: 0;
}
}.nav-item.bg-info {
    background-color: transparent!important;
}
.nav-item.bg-info .nav-link i {
    background-color: #0d79e1;
}
.nav-item.bg-info .nav-link span {
    border-color: #0d79e1;
}
.nav-item.bg-info .nav-link.active span {
    color: #0d79e1;
}
.nav-item.bg-info .dropdown-menu {
    border-color: #0d79e1;
}
.nav-item.bg-info .dropdown-menu li a:hover {
    background-color: #0d79e1;
    color: #fff;
}
.nav-item.bg-info .dropdown-menu li .dropdown-item.active {
    background-color: transparent;
    color: #0d79e1;
}
.nav-item.bg-info .dropdown-menu li .dropdown-item.active:hover {
    background-color: #0d79e1;
    color: #fff;
}
.nav-item.bg-danger {
    background-color: transparent!important;
}
.nav-item.bg-danger .nav-link i {
    background-color: #0d79e1!important;
}
.nav-item.bg-danger .nav-link span {
    border-color: #0d79e1!important;
}
.nav-item.bg-danger .nav-link.active span {
    color: #0d79e1!important;
}
.nav-item.bg-danger .dropdown-menu {
    border-color: #0d79e1!important;
}
.nav-item.bg-danger .dropdown-menu li a:hover {
    background-color: #0d79e1!important;
    color: #fff;
}
.nav-item.bg-danger .dropdown-menu li .dropdown-item.active {
    background-color: transparent;
    color: #0d79e1;
}
.nav-item.bg-danger .dropdown-menu li .dropdown-item.active:hover {
    background-color: #0d79e1!important;
    color: #fff;
}
.nav-item.bg-danger .dropdown-menu li .sub-menu {
    border-left-color: #0d79e1!important;
}
.nav-item.bg-danger .dropdown-menu li .sub-menu:after {
    border-right-color: #0d79e1!important;
}
.nav-item.bg-success {
    background-color: transparent!important;
}
.nav-item.bg-success .nav-link i {
    background-color: #b5d56a;
}
.nav-item.bg-success .nav-link span {
    border-color: #b5d56a;
}
.nav-item.bg-success .nav-link.active span {
    color: #b5d56a;
}
.nav-item.bg-success .dropdown-menu {
    border-color: #b5d56a;
}
.nav-item.bg-success .dropdown-menu li a:hover {
    background-color: #b5d56a;
    color: #fff;
}
.nav-item.bg-success .dropdown-menu li .dropdown-item.active {
    background-color: transparent;
    color: #b5d56a;
}
.nav-item.bg-success .dropdown-menu li .dropdown-item.active:hover {
    background-color: #b5d56a;
    color: #fff;
}
.nav-item.bg-success .dropdown-menu li .sub-menu {
    border-left-color: #b5d56a;
}
.nav-item.bg-success .dropdown-menu li .sub-menu:after {
    border-right-color: #b5d56a;
}
.nav-item.bg-success .dropdown-menu li:first-child {
    color: #b5d56a;
}
.nav-item.bg-info {
    background-color: transparent!important;
}
.nav-item.bg-info .nav-link i {
    background-color: #0d79e1;
}
.nav-item.bg-info .nav-link span {
    border-color: #0d79e1;
}
.nav-item.bg-info .nav-link.active span {
    color: #0d79e1;
}
.nav-item.bg-info .dropdown-menu {
    border-color: #0d79e1;
}
.nav-item.bg-info .dropdown-menu li a:hover {
    background-color: #0d79e1;
    color: #fff;
}
.nav-item.bg-info .dropdown-menu li .dropdown-item.active {
    background-color: transparent;
    color: #0d79e1;
}
.nav-item.bg-info .dropdown-menu li .dropdown-item.active:hover {
    background-color: #0d79e1;
    color: #fff;
}
.nav-item.bg-info .dropdown-menu li .sub-menu {
    border-left-color: #0d79e1;
}
.nav-item.bg-info .dropdown-menu li .sub-menu:after {
    border-right-color: #0d79e1;
}
.nav-item.bg-info .dropdown-menu li:first-child {
    color: #0d79e1;
}
.nav-item.bg-info {
    background-color: transparent!important;
}
.nav-item.bg-info .nav-link i {
    background-color: #a597e7;
}
.nav-item.bg-info .nav-link span {
    border-color: #a597e7;
}
.nav-item.bg-info .nav-link.active span {
    color: #a597e7;
}
.nav-item.bg-info .dropdown-menu {
    border-color: #a597e7;
}
.nav-item.bg-info .dropdown-menu li a:hover {
    background-color: #a597e7;
    color: #fff;
}
.nav-item.bg-info .dropdown-menu li .dropdown-item.active {
    background-color: transparent;
    color: #a597e7;
}
.nav-item.bg-info .dropdown-menu li .dropdown-item.active:hover {
    background-color: #a597e7;
    color: #fff;
}
.nav-item.bg-info .dropdown-menu li .sub-menu {
    border-left-color: #a597e7;
}
.nav-item.bg-info .dropdown-menu li .sub-menu:after {
    border-right-color: #a597e7;
}
.nav-item.bg-info .dropdown-menu li:first-child {
    color: #a597e7;
}
.nav-item.bg-pink {
    background-color: transparent!important;
}
.nav-item.bg-pink .nav-link i {
    background-color: #0d79e1;
}
/*.nav-item.bg-pink .nav-link span {
    border-color: #fe6508;
}*/
.nav-item.bg-pink .nav-link.active span {
    color: #0d79e1;
}
.nav-item.bg-pink .dropdown-menu {
    border-color: #0d79e1;
}
.nav-item.bg-pink .dropdown-menu li a:hover {
    background-color: #0d79e1;
    color: #fff;
}
.nav-item.bg-pink .dropdown-menu li .dropdown-item.active {
    background-color: transparent;
    color: #b5d56a;
}
.nav-item.bg-pink .dropdown-menu li .dropdown-item.active:hover {
    background-color: #b5d56a;
    color: #fff;
}
.nav-item.bg-pink .dropdown-menu li .sub-menu {
    border-left-color: #0d79e1;
}
.nav-item.bg-pink .dropdown-menu li .sub-menu:after {
    border-right-color: #0d79e1;
}
.nav-item.bg-pink .dropdown-menu li:first-child {
    color: #0d79e1;
}
.navbar-nav .dropdown.bg-info .dropdown-menu .dropdown-item.active, .navbar-nav .dropdown.bg-info .dropdown-menu ul li a.active {
    color: #0d79e1;
}
.navbar-nav .dropdown.bg-info .dropdown-menu .dropdown-item.active:hover, .navbar-nav .dropdown.bg-info .dropdown-menu ul li a.active:hover {
    color: #fff;
}
.navbar-nav .dropdown.bg-danger .dropdown-menu .dropdown-item.active, .navbar-nav .dropdown.bg-danger .dropdown-menu ul li a.active {
    color: #0d79e1!important;
}
.navbar-nav .dropdown.bg-danger .dropdown-menu .dropdown-item.active:hover, .navbar-nav .dropdown.bg-danger .dropdown-menu ul li a.active:hover {
    color: #fff;
}
.navbar-nav .dropdown.bg-success .dropdown-menu .dropdown-item.active, .navbar-nav .dropdown.bg-success .dropdown-menu ul li a.active {
    color: #b5d56a;
}
.navbar-nav .dropdown.bg-success .dropdown-menu .dropdown-item.active:hover, .navbar-nav .dropdown.bg-success .dropdown-menu ul li a.active:hover {
    color: #fff;
}
.navbar-nav .dropdown.bg-info .dropdown-menu .dropdown-item.active, .navbar-nav .dropdown.bg-info .dropdown-menu ul li a.active {
    color: #0d79e1;
}
.navbar-nav .dropdown.bg-info .dropdown-menu .dropdown-item.active:hover, .navbar-nav .dropdown.bg-info .dropdown-menu ul li a.active:hover {
    color: #fff;
}
.navbar-nav .dropdown.bg-info .dropdown-menu .dropdown-item.active, .navbar-nav .dropdown.bg-info .dropdown-menu ul li a.active {
    color: #a597e7;
}
.navbar-nav .dropdown.bg-info .dropdown-menu .dropdown-item.active:hover, .navbar-nav .dropdown.bg-info .dropdown-menu ul li a.active:hover {
    color: #fff;
}
.navbar-nav .dropdown.bg-pink .dropdown-menu .dropdown-item.active, .navbar-nav .dropdown.bg-pink .dropdown-menu ul li a.active {
    color: #0d79e1;
}
.navbar-nav .dropdown.bg-pink .dropdown-menu .dropdown-item.active:hover, .navbar-nav .dropdown.bg-pink .dropdown-menu ul li a.active:hover {
    color: #fff;
}
.mega-dropdown.bg-info .list-unstyled li a.active {
    color: #0d79e1;
}
.mega-dropdown.bg-danger .list-unstyled li a.active {
    color: #0d79e1;
}
.mega-dropdown.bg-success .list-unstyled li a.active {
    color: #b5d56a;
}
.mega-dropdown.bg-info .list-unstyled li a.active {
    color: #0d79e1;
}
.mega-dropdown.bg-info .list-unstyled li a.active {
    color: #a597e7;
}
.mega-dropdown.bg-pink .list-unstyled li a.active {
    color: #0d79e1;
}
.static .navbar-sticky {
    display: none;
}
.up-scroll .navbar-scrollUp.navbar-sticky {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: .4s ease-in-out;
    box-shadow: none;
}
.navbar-white {
    background-color: #fff;
}
.navbar-sticky {
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    background-color: #fff;
}
.navbar-sticky.navbar-light-dark {
    padding-top: 0;
    padding-bottom: 0;
    background-color: rgba(0, 0, 0, .8);
    box-shadow: 0 .25rem 0 rgba(0, 0, 0, .1);
}
.navbar-sticky .navbar-nav .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.navbar-expand-lg.navbar-sticky .navbar-nav .nav-link {
    padding-top: 1.37rem;
    padding-bottom: 1.37rem;
}
@media(min-width:992px) {
    .navbar-expand-lg.navbar-sticky .navbar-nav .nav-link {
    padding-top: 1.7rem;
    padding-bottom: 1.7rem;
}
}.navbar-expand-lg.navbar-sticky .navbar-brand {
    padding: 20px 0;
}
.navbar-light-dark {
    background-color: rgba(47, 60, 67, .502);
    box-shadow: none;
}
.top-bar {
    padding: .8125rem 0;
}
.header {
    position: relative;
}
.header-absolute {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1000;
}
.hesperiden.tparrows {
    background-color: #fff;
    border-radius: .8125rem;
    width: 45px;
    height: 45px;
    box-shadow: 0 .25rem 0 rgba(0, 0, 0, .2);
    visibility: hidden;
    opacity: 0;
    transition: opacity, .3s ease-in-out;
}
@media screen and (prefers-reduced-motion:reduce) {
    .hesperiden.tparrows {
    transition: none;
}
}.hesperiden.tparrows:hover {
    background-color: #fff;
}
.hesperiden.tparrows:before {
    color: #666;
    line-height: 45px;
}
.hesperiden.tparrows.tp-leftarrow:before {
    content: "\e81f"}
.hesperiden.tparrows.tp-rightarrow:before {
    content: "\e81e"}
.rev_slider_wrapper:hover .hesperiden.tparrows {
    visibility: visible;
    opacity: 1;
}
.boxed .forcefullwidth_wrapper_tp_banner {
    overflow: hidden;
}
.card {
    box-shadow: 0 4px 0 rgba(0, 0, 0, .1);
    position: relative;
    margin-bottom: 1.56rem;
}

.card .card-header-lg h3 {
    font-size: 2.15rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.card .card-body .card-title {
    font-size: 1.5rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.card .card-body .pricing-price {
    font-size: 2.13rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 28px;
}
.card .card-body .pricing-price small {
    font-size: .875rem;
    color: #666;
}
.card .card-body big {
    font-size: 1.25rem;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: .625rem;
    font-weight: 600;
}
@media(min-width:1200px) {
    .card .card-body big {
    font-size: 1.69rem;
}
}.card-img-wrapper {
    width: 150px;
    height: 150px;
}
.card-img-wrapper .card-img-overlay {
    background-color: rgba(0, 0, 0, .45);
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out;
}
.card-border {
    border: 4px solid;
}
.card-border .card-body h5 {
    font-size: 1.125rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.card-border .card-body span {
    font-weight: 700;
    font-size: 1.4375rem;
}
.card-hover:hover .card-img-wrapper .card-img-overlay {
    visibility: visible;
    opacity: 1;
}
.card-hover:hover .btn-scroll-down {
    visibility: visible;
    opacity: 1;
}
.card-hover:hover .btn-quickview {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 10;
}
.card-transparent {
    background-color: transparent!important;
}
.card-transparent .card-body a {
    color: #fff;
    transition: all .4s;
}
.card-transparent:hover .card-body a {
    color: #0d79e1;
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-radius: .5rem;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: .5rem;
}
.accordion .card:first-of-type {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
}
.accordion .card:last-of-type {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}
.accordion .card {
    margin-bottom: 1.875rem;
    box-shadow: none;
}
.accordion .card .card-header {
    border-radius: .5rem;
    padding: 0;
}
.accordion .card .card-header h5 {
    cursor: pointer;
    margin-bottom: 0;
    font-family: open sans, sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: .875rem;
    padding: .625rem .9375rem;
    text-transform: uppercase;
    position: relative;
}
.accordion .card .card-header h5 span {
    display: block;
    padding: .5rem;
}
.accordion .card .card-header h5.icon-bg {
    position: relative;
}
.accordion .card .card-header h5.icon-bg:before {
    position: absolute;
    top: 50%;
    font-family: fontawesome;
    font-style: normal;
    font-size: .875rem;
    font-weight: 400;
    padding: .125rem .187rem;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    content: '\f078';
    right: 15px;
    border-radius: .187rem;
    background-color: #fff;
    color: #666;
    box-shadow: 0 4px 0 rgba(0, 0, 0, .1);
}
.accordion .card .card-header h5.icon-bg.collapsed:before {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
}
.accordion .card .card-body {
    padding: 1.875rem;
}
.accordion .card .card-body p {
    color: #666;
}
.card-product {
    border: 4px solid;
    box-shadow: 0 .25rem 0 rgba(0, 0, 0, .1);
    background-color: #fff;
}
.card-product .img-link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 200px;
}
.card-product .img-link img {
    max-height: 130px;
}
.card-product .card-body h5 a {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    display: block;
}
.card-product-fill-bg {
    padding: 1.25rem;
}
.card-product-fill-bg .card-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 230px;
    text-align: center;
}
.card-product-fill-bg .card-link .img-link {
    max-width: 100%;
    max-height: 200px;
    padding: 2rem;
}
.card-product-fill-bg .card-link span {
    margin-top: auto;
    color: #fff;
    font-weight: 700;
    font-size: 1.25rem;
    font-family: 'Montserrat', sans-serif;
}
@media(min-width:1200px) {
    .categories-slider {
    height: 600px;
}
}.categories-slider .card .card-img-top {
    border-radius: .25rem;
}
@media(min-width:1200px) {
    .categories-slider .card .card-img-top {
    max-height: 595px;
}
}.section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media(min-width:768px) {
    .section-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
}.section-title .shape {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-block;
    padding: 0;
    position: absolute;
    top: -20px;
}
@media(min-width:768px) {
    .section-title .shape {
    position: relative;
    left: auto;
    -webkit-transform: none;
    transform: none;
    top: 0;
}
}.section-title .shape.shape-left {
    left: 45%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media(min-width:768px) {
    .section-title .shape.shape-left {
    left: 0;
    -webkit-transform: none;
    transform: none;
}
}.section-title .shape.shape-left:before, .section-title .shape.shape-left:after {
    content: "";
    position: absolute;
    background-color: inherit;
    height: 2px;
}
.section-title .shape.shape-left:before {
    right: 3px;
    width: 70px;
    top: 6px;
}
.section-title .shape.shape-left:after {
    right: 3px;
    width: 55px;
    top: 11px;
}
.section-title .shape.shape-right {
    right: 41%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media(min-width:768px) {
    .section-title .shape.shape-right {
    right: 0;
    -webkit-transform: none;
    transform: none;
}
}.section-title .shape.shape-right:before, .section-title .shape.shape-right:after {
    content: "";
    position: absolute;
    background-color: inherit;
    height: 2px;
}
.section-title .shape.shape-right:before {
    left: 3px;
    width: 70px;
    top: 6px;
}
.section-title .shape.shape-right:after {
    left: 3px;
    width: 55px;
    top: 11px;
}
.section-title h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.25rem;
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
@media(min-width:768px) {
    .section-title h2 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}
}.element-title {
    font-weight: 600;
    color: #0d79e1;
    margin-bottom: 2rem;
}
.media .media-body h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 1.5rem;
}
.media-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.media-hoverable {
    overflow: hidden;
    border-radius: .25rem;
    margin-bottom: 1.56rem;
}
.media-hoverable .media-img {
    transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
    transition: transform .8s ease-in-out, -webkit-transform .8s ease-in-out;
}
.media-hoverable .media-img-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .5);
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out;
}
.media-hoverable:hover .media-img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.media-hoverable:hover .media-img-overlay {
    visibility: visible;
    opacity: 1;
}
.media-list-view {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: 0 .25rem 0 rgba(0, 0, 0, .1);
    border-radius: .63rem;
    background-color: #f8f8f8;
}
.media-list-view .media-img {
    position: relative;
    width: 100%}
@media(min-width:768px) {
    .media-list-view .media-img {
    width: 40%}
}@media(min-width:1200px) {
    .media-list-view .media-img {
    width: 33%}
}.media-list-view .media-img img {
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    border-top-left-radius: .63rem;
    border-top-right-radius: .63rem;
}
@media(min-width:768px) {
    .media-list-view .media-img img {
    height: 260px;
    border-top-right-radius: 0;
    border-bottom-left-radius: .63rem;
}
}@media(min-width:992px) {
    .media-list-view .media-img img {
    height: 255px;
}
}@media(min-width:1200px) {
    .media-list-view .media-img img {
    height: 233px;
}
}.media-list-view .media-img .media-img-overlay {
    padding: 1.25rem;
}
@media(min-width:768px) {
    .media-list-view {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
}.media-list-view .media-body {
    padding: 1.25rem;
}
@media(min-width:768px) {
    .media-list-view .media-body {
    padding: 0 1.4rem;
}
}.media-list-view .media-body h3 {
    margin-bottom: 1rem;
}
.media-list-view .media-body h3 a {
    font-weight: 700;
    text-transform: capitalize;
}
.list-fullwidth .media-list-view {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: 0 .25rem 0 rgba(0, 0, 0, .1);
    border-radius: .63rem;
}
.list-fullwidth .media-list-view .media-img {
    position: relative;
    width: 100%}
@media(min-width:768px) {
    .list-fullwidth .media-list-view .media-img {
    width: 40%}
}@media(min-width:992px) {
    .list-fullwidth .media-list-view .media-img {
    width: 30%}
}@media(min-width:1200px) {
    .list-fullwidth .media-list-view .media-img {
    width: 24%}
}.list-fullwidth .media-list-view .media-img img {
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    border-top-left-radius: .63rem;
    border-top-right-radius: .63rem;
}
@media(min-width:768px) {
    .list-fullwidth .media-list-view .media-img img {
    height: 300px;
    border-top-right-radius: 0;
    border-bottom-left-radius: .63rem;
}
}@media(min-width:992px) {
    .list-fullwidth .media-list-view .media-img img {
    height: 255px;
}
}@media(min-width:1200px) {
    .list-fullwidth .media-list-view .media-img img {
    height: 230px;
}
}.list-fullwidth .media-list-view .media-img .media-img-overlay {
    padding: 1.25rem;
}
@media(min-width:768px) {
    .list-fullwidth .media-list-view {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
}.list-fullwidth .media-list-view .media-body {
    padding: 1.25rem;
}
@media(min-width:768px) {
    .list-fullwidth .media-list-view .media-body {
    padding: 0 1.4rem;
}
}.list-fullwidth .media-list-view .media-body h3 {
    margin-bottom: 1rem;
}
.list-fullwidth .media-list-view .media-body h3 a {
    font-weight: 700;
    text-transform: capitalize;
}
.media-events-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: 0 .25rem 0 rgba(0, 0, 0, .1);
    margin-bottom: 1.875rem;
    overflow: hidden;
    border-radius: .8125rem;
}
@media(min-width:992px) {
    .media-events-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
}.media-events-list .media-img {
    position: relative;
    width: 100%}
@media(min-width:1200px) {
    .media-events-list .media-img {
    width: 46%}
}.media-events-list .media-img img {
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%}
@media(min-width:768px) {
    .media-events-list .media-img img {
    height: auto;
}
}@media(min-width:992px) {
    .media-events-list .media-img img {
    height: 260px;
}
}@media(min-width:1200px) {
    .media-events-list .media-img img {
    height: 280px;
    box-shadow: 4px 0 0 rgba(0, 0, 0, .1);
}
}.media-events-list .media-body {
    padding: 1.25rem;
}
@media(min-width:992px) {
    .media-events-list .media-body {
    width: 50%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 1.25rem;
}
}@media(min-width:1200px) {
    .media-events-list .media-body {
    padding-left: 2rem;
}
}.cart-dropdown .media .media-body h4 {
    font-weight: 700;
}
.cart-dropdown .media .media-body .price span {
    font-size: 1.7rem;
}
.pricing-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: 0 4px 0 rgba(0, 0, 0, .1);
    border-radius: 8px;
}
@media(min-width:768px) {
    .pricing-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
}.pricing-list .pricing-plan {
    width: 100%;
    padding: 2.1875rem 1.25rem 5rem;
    border-radius: 8px 8px 0 0;
}
@media(min-width:768px) {
    .pricing-list .pricing-plan {
    width: 50%;
    padding: 2.1875rem 1.25rem 1.125rem;
    border-radius: 8px 0 0 8px;
}
}.pricing-list .pricing-plan h3 {
    font-size: 2.13rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.pricing-list .pricing-plan .pricing-price {
    font-size: 2.13rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 28px;
}
.pricing-list .pricing-plan .pricing-price small {
    font-size: .875rem;
}
.pricing-list .media-body {
    width: 100%;
    padding: 1.25rem;
}
@media(min-width:768px) {
    .pricing-list .media-body {
    width: 50%;
    padding: 0 0 0 1.25rem;
}
}.media-avator-view .media-img {
    width: 100%}
.media-avator-view .media-img img {
    width: 100%}
@media(min-width:768px) {
    .media-avator-view .media-img {
    width: 33%}
}@media(min-width:992px) {
    .media-avator-view .media-img {
    width: 26%}
}@media(min-width:992px) {
    .media-avator-view .media-img {
    width: 22%}
}.media-avator-view .media-body a {
    color: #222;
    transition: all .4s;
}
.media-avator-view .media-body a:hover {
    color: #0d79e1;
}
.btn {
    box-shadow: 0 .25rem 0 rgba(0, 0, 0, .1);
    font-size: 1rem;
}
.btn:hover {
    box-shadow: 0 4px 0 rgba(0, 0, 0, .3)!important;
}
.btn:focus {
    box-shadow: 0 4px 0 rgba(0, 0, 0, .3)!important;
}
.btn.btn-link {
    box-shadow: none!important;
}
.btn-white {
    background-color: #fff;
    color: #666;
}
.btn-link {
    color: #666;
    font-size: .875rem;
    font-weight: 600;
    transition: all .4s;
}
.btn-link:hover {
    text-decoration: none;
}
.btn-squre {
    border: 2px solid #fff;
    padding: .375rem .625rem;
}
.btn-squre i {
    color: #fff;
    font-size: .94rem;
}
.btn-scroll-down {
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}
.btn-scroll-down i {
    font-size: 1.13rem;
    color: #fff;
}
.btn-quickview {
    border-radius: 0;
    padding: 0;
    background-color: #0d79e1;
    display: block;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    height: 55px;
    line-height: 55px;
    position: absolute;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}
.btn-quickview:hover, .btn-quickview:focus {
    box-shadow: none!important;
}
.btn-sm, .btn-group-sm>.btn {
    font-size: .875rem;
    border-radius: .25rem;
}
.btn-lg, .btn-group-lg>.btn {
    font-size: 1.125rem;
}
.button-group {
    text-align: center;
    margin-bottom: 14px;
}
.button-group .button {
    padding: 0 1.56rem;
    height: 2.5rem;
    font-size: .875rem;
    line-height: 2.5rem;
    color: #222;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    box-shadow: 0 .25rem 0 rgba(0, 0, 0, .1);
    background-color: #f8f8f8;
    border-radius: .25rem;
    border: 0;
    margin-right: .625rem;
    margin-bottom: 1rem;
    cursor: pointer;
}
.button-group .button:focus {
    outline: 0;
}
.button-group .button.is-checked {
    background-color: #0d79e1;
    color: #fff;
    transition: all .4s;
}
.btn-hover-info:hover {
    background-color: #0d79e1;
    color: #fff;
}
.btn-hover-info:focus {
    background-color: #0d79e1;
    color: #fff;
    box-shadow: 0 .25rem 0 rgba(240, 194, 75, .1);
}
.btn-danger {
    color: #fff;
}
.btn-hover-danger:hover {
    background-color: #0d79e1;
    color: #fff;
}
.btn-hover-danger:focus {
    background-color: #0d79e1;
    color: #fff;
    box-shadow: 0 .25rem 0 rgba(234, 112, 102, .1);
}
.btn-hover-success:hover {
    background-color: #b5d56a;
    color: #fff;
}
.btn-hover-success:focus {
    background-color: #b5d56a;
    color: #fff;
    box-shadow: 0 .25rem 0 rgba(181, 213, 106, .1);
}
.btn-hover-info:hover {
    background-color: #0d79e1;
    color: #fff;
}
.btn-hover-info:focus {
    background-color: #0d79e1;
    color: #fff;
    box-shadow: 0 .25rem 0 rgba(132, 190, 214, .1);
}
.btn-hover-purple:hover {
    background-color: #a597e7;
    color: #fff;
}
.btn-hover-purple:focus {
    background-color: #a597e7;
    color: #fff;
    box-shadow: 0 .25rem 0 rgba(165, 151, 231, .1);
}
.btn-hover-pink:hover {
    background-color: #0d79e1;
    color: #fff;
}
.btn-hover-pink:focus {
    background-color: #0d79e1;
    color: #fff;
    box-shadow: 0 .25rem 0 rgba(234, 119, 173, .1);
}
.input-group-prepend, .input-group-append {
    cursor: pointer;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0;
}
.owl-theme .owl-nav {
    margin-top: 0;
    visibility: visible;
    opacity: 1;
    transition: opacity .3s ease-in-out;
}
.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 40%;
    box-shadow: 0 4px 0 rgba(0, 0, 0, .2);
    padding: .875rem 1.125rem;
    border-radius: .8125rem;
    color: #666;
    background-color: #fff;
    font-size: 1rem;
}
.owl-theme .owl-nav .owl-prev:hover, .owl-theme .owl-nav .owl-next:hover {
    background-color: #fff;
    color: #666;
}
.owl-theme .owl-nav .owl-prev {
    left: 0;
}
.owl-theme .owl-nav .owl-next {
    right: 0;
}
@media(min-width:1200px) {
    .owl-theme .owl-nav .owl-prev {
    left: -50px;
}
.owl-theme .owl-nav .owl-next {
    right: -50px;
}
}@media(min-width:768px) {
    .owl-theme .owl-nav {
    visibility: hidden;
    opacity: 0;
}
}.owl-theme:hover .owl-nav {
    visibility: visible;
    opacity: 1;
}
.brand-slider .item {
    background-color: #f8f8f8;
    width: 60%;
    margin: 0 auto;
}
@media(min-width:768px) {
    .brand-slider .item {
    width: auto;
}
}.brand-slider.owl-carousel .owl-item img {
    width: auto;
}
.categories-slider.owl-theme .owl-nav .owl-prev {
    left: 10px;
}
.categories-slider.owl-theme .owl-nav .owl-next {
    right: 10px;
}
#testimonial.owl-theme .owl-nav .owl-prev, .testimonial.owl-theme .owl-nav .owl-prev {
    left: 0;
    top: 50%}
#testimonial.owl-theme .owl-nav .owl-next, .testimonial.owl-theme .owl-nav .owl-next {
    right: 0;
    top: 50%}
#counter .counter-value {
    width: 145px;
    height: 145px;
    line-height: 145px;
    border-radius: 100%;
    border: 4px solid #fff;
    display: block;
    margin: 0 auto 22px;
    font-size: 2rem;
}
@media(min-width:768px) {
    #counter .counter-value {
    font-size: 3.25rem;
}
}#counter span {
    font-size: .8125rem;
}
@media(min-width:768px) {
    #counter span {
    font-size: .9375rem;
}
}.icon-xs {
    width: 21px;
    height: 21px;
    line-height: 19px;
}
.icon-header {
    width: 21px;
    height: 21px;
    line-height: 19px;
    display: inline-block;
    text-align: center;
    margin-right: .31rem;
    border-radius: 50%}
.icon-header i {
    font-size: .81rem;
    color: #fff;
}
.icon-small {
    width: 28px;
    height: 28px;
    line-height: 28px;
}
.icon-rounded-circle-small {
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    display: inline-block;
}
.icon-medium {
    width: 45px;
    height: 45px;
    line-height: 45px;
}
.icon-rounded-circle-medium {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    display: inline-block;
}

.medium-icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.medium-icon-rounded-circle {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    display: inline-block;
}
.icon-large {
    width: 85px;
    height: 85px;
    line-height: 85px;
}
.icon-rounded-circle-large {
    width: 85px;
    height: 85px;
    line-height: 85px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    display: inline-block;
}
.icon-extra-large {
    width: 103px;
    height: 103px;
    line-height: 103px;
}
.icon-rounded-circle-extra-large {
    width: 103px;
    height: 103px;
    line-height: 103px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    display: inline-block;
}
.card-icon-border-large {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    text-align: center;
    line-height: 50px;
    background-color: #fff;
    border: 6px solid;
    border-radius: 50%;
    font-size: 1.88rem;
    line-height: 90px;
    color: #666;
    margin-top: -3.06rem;
}
.card-icon-border-large img {
    max-width: 100%;
    border-radius: 50%;
    display: block;
}
.media-icon-large {
    width: 76px;
    height: 76px;
    height: 76px;
    padding: .375rem;
    box-shadow: .25rem .25rem 0 rgba(0, 0, 0, .1);
    display: block;
    margin-right: .94rem;
    border-radius: 50%}
.media-icon-large i {
    width: 62px;
    height: 62px;
    line-height: 62px;
    border-radius: 50%;
    text-align: center;
    border: 2px solid #fff;
    font-size: 1.38rem;
    color: #fff;
    transition: all .3s ease-in-out;
}
.media-icon-large i.extra-large {
    width: 75px;
    height: 75px;
    line-height: 75px;
    font-size: 1.25rem;
}
.media-icon-large.icon-large-border {
    box-shadow: none;
    padding: .25rem;
    border: 2px solid #fff;
}
.media-icon-large.icon-large-border i {
    border: 0;
}
.media-icon-large:hover i {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.icon-xl {
    font-size: 8.13rem;
}
.form-control {
    border-radius: .625rem;
    font-size: .875rem;
}
.form-control::-webkit-input-placeholder {
    color: #666;
    opacity: .7;
}
.form-control:-ms-input-placeholder {
    color: #666;
    opacity: .7;
}
.form-control::placeholder {
    color: #666;
    opacity: .7;
}
.form-control:active, .form-control:focus {
    box-shadow: none;
    border-color: #ced4da;
}
.form-group-icon {
    position: relative;
}
.form-group-icon i {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #888;
    font-size: .81rem;
}
.input-addon .form-control {
    background-color: #f5f5f5;
    border-radius: .25rem;
    border: 0;
}
.input-addon .input-group-append .input-group-text {
    border: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
.input-group .form-control:focus {
    z-index: 0;
}
.input-group-addon:hover {
    box-shadow: none!important;
}
.input-group-addon:focus {
    box-shadow: none!important;
}
.input-group-lg .input-group-prepend {
    height: 55px!important;
}
@media(min-width:768px) {
    .input-group-lg .input-group-prepend {
    height: 70px!important;
}
}.input-group-lg .input-group-text {
    height: 55px!important;
}
@media(min-width:768px) {
    .input-group-lg .input-group-text {
    height: 70px!important;
}
}@media(min-width:768px) {
    .input-group-lg .input-group-append {
    width: 20%}
}.input-group-lg .input-group-append .btn-lg, .input-group-lg .input-group-append .btn-group-lg>.btn {
    width: 100%;
    font-size: .88rem;
    padding: 6px 12px;
    height: 55px!important;
}
@media(min-width:768px) {
    .input-group-lg .input-group-append .btn-lg, .input-group-lg .input-group-append .btn-group-lg>.btn {
    height: 70px!important;
    font-size: 1.13rem;
}
}.input-group-lg .form-control-lg {
    font-size: .8125rem;
    height: 55px!important;
}
@media(min-width:768px) {
    .input-group-lg .form-control-lg {
    height: 70px!important;
    font-size: .9375rem;
}
}.list-item-border-bottom li {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.list-item-border-bottom li:last-child {
    border-bottom: none;
}
.list-item-lg li {
    font-size: 1.13rem;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 1rem;
    color: #666;
}
.list-style-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.list-style-1 .nav-item .nav-link {
    color: #666;
    border-radius: .8rem;
    padding-top: .63rem;
    padding-bottom: .63rem;
}
.list-style-1 .nav-item .nav-link:hover {
    color: #0d79e1;
}
.list-style-1 .nav-item .nav-link.active {
    color: #0d79e1;
}
.copyright-text {
    text-align: center;
    color: #fff;
    font-size: .6875rem;
    margin-bottom: 0;
}
@media(min-width:768px) {
    .copyright-text {
    font-size: .8125rem;
    text-align: left;
}
}.copyright-text a:hover {
    color: #0d79e1;
}
.footer-bg-img p {
    color: #d8e3f0;
}
.footer-bg-img a {
    color: #d8e3f0;
}
.footer-bg-img .list-icon-xs li a {
    color: #d8e3f0;
}
.footer-bg-img .list-icon-xs li a:hover {
    color: #d8e3f0;
}
.footer-bg-img .input-group {
    width: 70%}
@media(min-width:992px) {
    .footer-bg-img .input-group {
    width: 100%}
}@media(min-width:1200px) {
    .footer-bg-img .input-group {
    width: 85%}
}.footer-bg-img .copyright {
    background-color: #041319;
}
.footer-bg-white {
    background-color: red;
}
.footer-bg-white a {
    color: #666;
}
.footer-bg-white .list-icon-xs li a {
    color: #666;
}
.footer-bg-white .list-icon-xs li a:hover {
    color: #666;
}
.footer-bg-white .copyright {
    border-top: 1px solid rgba(0, 0, 0, .1);
}
.footer-bg-white .input-group {
    width: 70%}
@media(min-width:992px) {
    .footer-bg-white .input-group {
    width: 100%}
}@media(min-width:1200px) {
    .footer-bg-white .input-group {
    width: 85%}
}.footer-bg-white .input-addon .form-control {
    background-color: #fff;
}
.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 45px;
    background-color: #0d79e1;
    border: 2px solid #fff;
    border-radius: 13px;
    color: #fff;
    display: block;
    font-size: 16px;
    -ms-filter: "alpha(opacity=$value)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: all .3s ease-in-out;
    z-index: 10;
    display: none;
}

.back-to-top:hover {
    border: 2px solid #fe6508;
    color: #fe6508;
}

@media(min-width:768px) {
    .back-to-top {
    display: block;
}
}/* .back-to-top i {
    /* color: #fff; 
} */
.icon-badge {
    display: inline-block;
    text-align: center;
    position: relative;
}
.icon-badge .badge {
    position: absolute;
    top: -5px;
    right: -10px;
    padding: .1875rem .44rem;
    border-radius: .625rem;
    color: #fff;
}
.badge-rounded, .badge-rounded-circle {
    left: 20px;
    top: 20px;
    text-align: center;
    color: #fff;
    transition: all .3s ease-in-out;
}
.badge-rounded {
    font-size: 1rem;
    padding: .89rem 1.375rem;
    color: #fff;
    line-height: 1;
    font-weight: 400;
    box-shadow: 0 0 1px rgba(0, 0, 0, .5);
    border-radius: 10px;
}
.badge-rounded-circle {
    padding: 0;
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-weight: 600;
    font-size: 1.5rem;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: none;
}
.badge-rounded-circle:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.badge-large {
    position: absolute;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
    color: #fff;
    text-transform: capitalize;
    line-height: 1;
    padding: 0 .625rem;
}
@media(min-width:992px) {
    .badge-large {
    font-size: 1.88rem;
    padding: .4375rem 1.8rem;
}
}.badge-large-left {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: .375rem;
    border-bottom-right-radius: .375rem;
    top: 15px;
}
@media(min-width:992px) {
    .badge-large-left {
    top: 55px;
}
}.badge-large-right {
    border-top-left-radius: .375rem;
    border-bottom-left-radius: .375rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    top: 15px;
    right: 0;
}
@media(min-width:992px) {
    .badge-large-right {
    top: 55px;
}
}.badge-medium-center, .badge-large-center {
    border-radius: .375rem;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}
.badge-medium {
    position: absolute;
    font-size: 1.125rem;
    color: #fff;
    text-transform: capitalize;
    padding: .937rem 0;
    width: 100%}
@media(min-width:768px) {
    .badge-medium {
    font-size: 1.25rem;
    padding: .937rem 2.81rem;
    width: auto;
}
}@media(min-width:992px) {
    .badge-medium {
    padding: 22px 33px;
    bottom: 30px;
}
.badge-medium span {
    font-size: 1.5625rem;
}
}.nav-pills .nav-item {
    margin-right: .625rem;
}
.nav-pills .nav-link {
    padding: 0 1.5rem;
    height: 40px;
    font-size: .875rem;
    line-height: 40px;
    color: #222;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    background-color: #f8f8f8;
    box-shadow: 0 .25rem 0 rgba(0, 0, 0, .1);
    border-radius: .25rem;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0d79e1;
}
.nav-tab .nav-link {
    height: auto;
    box-shadow: none;
    border-radius: .75rem;
    border: .25rem solid rgba(0, 0, 0, .1);
    margin-bottom: .5rem;
    opacity: .4;
}
.nav-tab .nav-link.active, .nav-tab .show>.nav-link {
    opacity: .9;
    background-color: transparent;
}
.blockquote p {
    font-size: 1.38rem;
    font-style: italic;
    color: #fff;
    font-weight: 300;
    line-height: 1.75;
}
.blockquote-footer {
    font-size: 90%;
    font-weight: 600;
}
.blockquote-footer cite {
    font-style: normal;
    margin-top: .625rem;
    font-weight: 400;
}
.blockquote-footer::before {
    content: ""}
.blockquote-sm p {
    font-size: 1rem;
    font-weight: 400;
}
.font-normal {
    font-style: normal!important;
}
.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
    background-color: #0d79e1;
    box-shadow: 0 4px 0 rgba(0, 0, 0, .1);
    border-radius: .375rem;
    color: #fff;
    padding: .625rem;
}
@media(min-width:768px) {
    .pagination .page-item: first-child .page-link, .pagination .page-item:last-child .page-link {
    padding: .9rem 1.5rem;
}
}@media(min-width:992px) {
    .pagination .page-item: first-child .page-link, .pagination .page-item:last-child .page-link {
    padding: .74rem 1.6rem;
}
}.pagination .page-item:first-child .page-link:hover, .pagination .page-item:last-child .page-link:hover {
    color: #fff;
}
.pagination .page-item:first-child .page-link {
    margin-right: 7px;
}
@media(min-width:992px) {
    .pagination .page-item: first-child .page-link {
    margin-right: 14px;
}
}.pagination .page-item:last-child .page-link {
    margin-left: 7px;
}
@media(min-width:992px) {
    .pagination .page-item: last-child .page-link {
    margin-left: 14px;
}
}.pagination .page-item .page-link {
    background-color: transparent;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    padding: 7px;
    font-size: 14px;
    transition: all .4s;
}
@media(min-width:768px) {
    .pagination .page-item .page-link {
    padding: .8125rem;
    font-size: .8rem;
}
}@media(min-width:992px) {
    .pagination .page-item .page-link {
    padding: .9375rem;
    font-size: 1rem;
}
}.pagination .page-item .page-link:hover {
    color: #0d79e1;
}
.select2-container--default .select2-selection--single:focus {
    outline: 0;
}
.top-selector .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 0;
}
.top-selector .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    opacity: .7;
    font-weight: 600;
    overflow: visible;
}
.top-selector .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: -7px;
}
.filter .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: .25rem;
    height: 50px;
    line-height: 50px;
}
.filter .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 100%;
    left: 0;
}
.filter .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #666;
    font-weight: 600;
    line-height: 50px;
    padding-left: 20px;
}
.check-step .select2-container--default .select2-selection--single {
    border-radius: 10px;
}
.check-step .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #222;
    font-weight: 400;
}
.check-step-info .select2-container--default .select2-selection--single {
    border: 3px solid #0d79e1;
}
.check-step-gray .select2-container--default .select2-selection--single {
    border: 3px solid #ced4da;
    border-radius: .625rem;
    height: 40px;
}
.check-step-gray .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #222!important;
    line-height: 34px;
}
.check-step-gray .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 5px;
}
.select2-container--default .select2-selection--multiple {
    border: 3px solid #ced4da;
    border-radius: .625rem;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 3px solid rgba(234, 112, 102, .3);
}
.courseCountTimer {
    background-size: cover;
    background-repeat: no-repeat;
}
.courseCountTimer .border {
    padding: 2.875rem 0;
}
.courseCountTimer .border h3 {
    font-size: 1.625rem;
}
@media(min-width:768px) {
    .courseCountTimer .border h3 {
    font-size: 1.4rem;
}
}@media(min-width:1200px) {
    .courseCountTimer .border h3 {
    font-size: 1.625rem;
}
}.courseCountTimer .border .timer-body-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.courseCountTimer .border .timer-body-block .table-cell {
    text-align: center;
}
.courseCountTimer .border .timer-body-block .table-cell .tab-val {
    font-weight: 700;
    border: 1px solid;
    margin: .4375rem;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    font-size: 1.25rem;
}
@media(min-width:768px) {
    .courseCountTimer .border .timer-body-block .table-cell .tab-val {
    margin: .2rem;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1rem;
}
}@media(min-width:1200px) {
    .courseCountTimer .border .timer-body-block .table-cell .tab-val {
    margin: .4375rem;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 1.25rem;
}
}.courseCountTimer .border .timer-body-block .table-cell .tab-unit {
    text-transform: capitalize;
    font-size: .75rem;
    font-weight: 600;
}
@media(min-width:992px) {
    .courseCountTimer .border .timer-body-block .table-cell .tab-unit {
    font-size: .7rem;
}
}@media(min-width:1200px) {
    .courseCountTimer .border .timer-body-block .table-cell .tab-unit {
    font-size: .75rem;
}
}.comming-soon-count .timer-body-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.comming-soon-count .timer-body-block .table-cell {
    font-weight: 700;
    display: block;
    width: 65px;
    height: 65px;
    line-height: 65px;
    margin: 0 2px;
    font-size: 1.5625rem;
    border-radius: 7px;
    background-color: #f8f8f8;
    box-shadow: 0 4px 0 rgba(0, 0, 0, .1);
    font-family: 'Montserrat', sans-serif;
}
.comming-soon-count .timer-body-block .table-cell.day {
    color: #0d79e1;
}
.comming-soon-count .timer-body-block .table-cell.hour {
    color: #b5d56a;
}
.comming-soon-count .timer-body-block .table-cell.minute {
    color: #0d79e1;
}
.comming-soon-count .timer-body-block .table-cell.second {
    color: #0d79e1;
}
@media(min-width:768px) {
    .comming-soon-count .timer-body-block .table-cell {
    width: 85px;
    height: 85px;
    line-height: 85px;
    font-size: 2.1875rem;
    margin: 0 10px;
    margin-bottom: 30px;
}
}@media(min-width:1200px) {
    .comming-soon-count .timer-body-block .table-cell {
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 4.375rem;
}
}.comming-soon-count .timer-body-block .tab-unit {
    display: none;
}
.price-range .price-range-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media(min-width:768px) {
    .price-range .price-range-content {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
}.price-range .price-text, .price-range .price-value {
    color: #666;
    margin-right: 10px;
}
@media(min-width:768px) {
    .price-range .price-text, .price-range .price-value {
    margin-right: 0;
}
}.price-range .price-value {
    min-width: 35px;
    margin-right: 10px;
}
@media(min-width:768px) {
    .price-range .price-value {
    margin-right: 0;
}
}.price-range .btn {
    margin-right: 10px;
}
@media(min-width:768px) {
    .price-range .btn {
    margin-right: 0;
}
}.noUi-target {
    background-color: #eee;
    box-shadow: none;
    border: 0;
}
.noUi-horizontal {
    height: 5px;
}
.noUi-horizontal .noUi-handle {
    width: 16px;
    height: 16px;
    line-height: 16px;
    background-color: #b5d56a;
    box-shadow: none;
    border: 0;
}
.noUi-handle:after, .noUi-handle:before {
    display: none;
}
.noUi-connect {
    background-color: #b5d56a;
}
.noUi-horizontal .noUi-origin:focus, .noUi-handle.noUi-handle-lower:focus, .noUi-handle.noUi-handle-upper:focus {
    outline: 0;
}
html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
    right: 1px;
}
img {
    transition: -webkit-filter .3s;
    transition: filter .3s;
    transition: filter .3s, -webkit-filter .3s;
}
img.lazyestload {
    width: 100%;
    -webkit-filter: blur(8px);
    filter: blur(8px);
}
.modal-sm .modal-content {
    border-radius: .625rem;
}
.modal.show .modal-dialog.modal-sm {
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
}
.modal-lg .modal-header {
    padding: 0;
}
.modal-lg .modal-header .close {
    font-size: 2.5rem;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    top: 25px;
    right: 40px;
}
.modal-lg .modal-body {
    padding: 45px 50px;
}
.modal.show .modal-dialog.modal-lg {
    -webkit-transform: translate(0, 80px);
    transform: translate(0, 80px);
    max-width: 280px;
    margin: 0 auto;
}
@media(min-width:768px) {
    .modal.show .modal-dialog.modal-lg {
    max-width: 750px;
}
}@media(min-width:992px) {
    .modal.show .modal-dialog.modal-lg {
    max-width: 950px;
}
}@media(min-width:1200px) {
    .modal.show .modal-dialog.modal-lg {
    max-width: 1030px;
}
}.product-single h1 {
    font-size: 2.5rem;
    text-transform: capitalize;
    margin-bottom: 2.18rem;
    font-weight: 600;
}
.product-single .pricing {
    font-size: 2.5rem;
    line-height: 1;
    color: #0d79e1;
    font-weight: 600;
    margin-bottom: 25px;
    display: block;
}
.product-single .pricing del {
    font-size: 80%;
    color: #e4e4e4;
}
.add-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1.6rem;
}
@media(min-width:768px) {
    .add-cart {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 0;
}
}.add-cart .count-input {
    display: inline-block;
    position: relative;
    width: 70px;
    margin-bottom: .9375rem;
}
@media(min-width:768px) {
    .add-cart .count-input {
    margin-right: .9rem;
    margin-bottom: 0;
}
}.add-cart .count-input .btn-primary {
    width: 100%;
    background: #f8f8f8!important;
    border: 0!important;
    color: #666;
    position: relative;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border-radius: 5px;
    padding: .75rem 1.25rem;
    box-shadow: 0 .25rem 0 rgba(0, 0, 0, .1);
}
.add-cart .count-input .incr-btn {
    position: absolute;
    right: 7px;
    color: #666;
    height: auto;
    display: inline-block;
}
.add-cart .count-input .incr-up {
    top: 7px;
}
.add-cart .count-input .incr-down {
    bottom: 11px;
}
.smooth-loader-wrapper {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 700000;
}
.smooth-loader-wrapper .smooth-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2100;
    line-height: 0;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}
.smooth-loader-wrapper .smooth-loader .loader {
    position: relative;
    width: 110px;
}
.smooth-loader-wrapper .smooth-loader .dot {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #ccc;
    position: absolute;
}
.smooth-loader-wrapper .smooth-loader .dot-1 {
    -webkit-animation: animateDot1 1.5s linear infinite;
    animation: animateDot1 1.5s linear infinite;
    left: 30px;
    background: #fe6508;
}
.smooth-loader-wrapper .smooth-loader .dot-2 {
    -webkit-animation: animateDot2 1.5s linear infinite;
    animation: animateDot2 1.5s linear infinite;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    left: 60px;
    background: #0d79e1;
}
.smooth-loader-wrapper .smooth-loader .dot-3 {
    -webkit-animation: animateDot3 1.5s linear infinite;
    animation: animateDot3 1.5s linear infinite;
    left: 30px;
    background: #fe6508;
}
.smooth-loader-wrapper .smooth-loader .dot-4 {
    -webkit-animation: animateDot4 1.5s linear infinite;
    animation: animateDot4 1.5s linear infinite;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    left: 60px;
    background: #0d79e1;
}
@-webkit-keyframes animateDot1 {
    0% {
    -webkit-transform: rotate(0deg) translateX(-30px);
    transform: rotate(0deg) translateX(-30px);
}
25% {
    -webkit-transform: rotate(180deg) translateX(-30px);
    transform: rotate(180deg) translateX(-30px);
}
75% {
    -webkit-transform: rotate(180deg) translateX(-30px);
    transform: rotate(180deg) translateX(-30px);
}
to {
    -webkit-transform: rotate(360deg) translateX(-30px);
    transform: rotate(360deg) translateX(-30px);
}
}@keyframes animateDot1 {
    0% {
    -webkit-transform: rotate(0deg) translateX(-30px);
    transform: rotate(0deg) translateX(-30px);
}
25% {
    -webkit-transform: rotate(180deg) translateX(-30px);
    transform: rotate(180deg) translateX(-30px);
}
75% {
    -webkit-transform: rotate(180deg) translateX(-30px);
    transform: rotate(180deg) translateX(-30px);
}
to {
    -webkit-transform: rotate(360deg) translateX(-30px);
    transform: rotate(360deg) translateX(-30px);
}
}@-webkit-keyframes animateDot2 {
    0% {
    -webkit-transform: rotate(0deg) translateX(-30px);
    transform: rotate(0deg) translateX(-30px);
}
25% {
    -webkit-transform: rotate(-180deg) translateX(-30px);
    transform: rotate(-180deg) translateX(-30px);
}
75% {
    -webkit-transform: rotate(-180deg) translateX(-30px);
    transform: rotate(-180deg) translateX(-30px);
}
to {
    -webkit-transform: rotate(-360deg) translateX(-30px);
    transform: rotate(-360deg) translateX(-30px);
}
}@keyframes animateDot2 {
    0% {
    -webkit-transform: rotate(0deg) translateX(-30px);
    transform: rotate(0deg) translateX(-30px);
}
25% {
    -webkit-transform: rotate(-180deg) translateX(-30px);
    transform: rotate(-180deg) translateX(-30px);
}
75% {
    -webkit-transform: rotate(-180deg) translateX(-30px);
    transform: rotate(-180deg) translateX(-30px);
}
to {
    -webkit-transform: rotate(-360deg) translateX(-30px);
    transform: rotate(-360deg) translateX(-30px);
}
}@-webkit-keyframes animateDot3 {
    0% {
    -webkit-transform: rotate(0deg) translateX(30px);
    transform: rotate(0deg) translateX(30px);
}
25% {
    -webkit-transform: rotate(180deg) translateX(30px);
    transform: rotate(180deg) translateX(30px);
}
75% {
    -webkit-transform: rotate(180deg) translateX(30px);
    transform: rotate(180deg) translateX(30px);
}
to {
    -webkit-transform: rotate(360deg) translateX(30px);
    transform: rotate(360deg) translateX(30px);
}
}@keyframes animateDot3 {
    0% {
    -webkit-transform: rotate(0deg) translateX(30px);
    transform: rotate(0deg) translateX(30px);
}
25% {
    -webkit-transform: rotate(180deg) translateX(30px);
    transform: rotate(180deg) translateX(30px);
}
75% {
    -webkit-transform: rotate(180deg) translateX(30px);
    transform: rotate(180deg) translateX(30px);
}
to {
    -webkit-transform: rotate(360deg) translateX(30px);
    transform: rotate(360deg) translateX(30px);
}
}@-webkit-keyframes animateDot4 {
    0% {
    -webkit-transform: rotate(0deg) translateX(30px);
    transform: rotate(0deg) translateX(30px);
}
25% {
    -webkit-transform: rotate(-180deg) translateX(30px);
    transform: rotate(-180deg) translateX(30px);
}
75% {
    -webkit-transform: rotate(-180deg) translateX(30px);
    transform: rotate(-180deg) translateX(30px);
}
to {
    -webkit-transform: rotate(-360deg) translateX(30px);
    transform: rotate(-360deg) translateX(30px);
}
}@keyframes animateDot4 {
    0% {
    -webkit-transform: rotate(0deg) translateX(30px);
    transform: rotate(0deg) translateX(30px);
}
25% {
    -webkit-transform: rotate(-180deg) translateX(30px);
    transform: rotate(-180deg) translateX(30px);
}
75% {
    -webkit-transform: rotate(-180deg) translateX(30px);
    transform: rotate(-180deg) translateX(30px);
}
to {
    -webkit-transform: rotate(-360deg) translateX(30px);
    transform: rotate(-360deg) translateX(30px);
}
}.progress-wizard {
    margin-top: 2.5rem;
    margin: 2.5rem 0 4.38rem;
    padding: 0 0 1.88rem;
}
.progress-wizard>.progress-wizard-step {
    padding: 0;
    position: relative;
    height: 105px;
    margin-bottom: 3rem;
}
@media(min-width:768px) {
    .progress-wizard>.progress-wizard-step {
    margin-bottom: 0;
    height: 100px;
}
}.progress-wizard>.progress-wizard-step>.progress {
    position: relative;
    border-radius: 0;
    height: 5px;
    box-shadow: none;
    margin: 1.25rem 0;
}
.progress-wizard>.progress-wizard-step>.progress>.progress-bar {
    width: 0;
    box-shadow: none;
    background-color: transparent;
}
@media(min-width:768px) {
    .progress-wizard>.progress-wizard-step>.progress>.progress-bar {
    background: #0d79e1;
}
}.progress-wizard>.progress-wizard-step.complete>.progress>.progress-bar {
    width: 100%}
.progress-wizard>.progress-wizard-step.active>.progress>.progress-bar {
    width: 50%}
.progress-wizard>.progress-wizard-step>.progress>.progress-bar {
    width: 0%}
.progress-wizard>.progress-wizard-step:first-child.active>.progress>.progress-bar {
    width: 0%}
.progress-wizard>.progress-wizard-step:last-child.active>.progress>.progress-bar {
    width: 100%}
.progress-wizard>.progress-wizard-step:first-child>.progress {
    left: 50%;
    width: 50%}
.progress-wizard>.progress-wizard-step:last-child>.progress {
    width: 50%}
.progress-wizard>.progress-wizard-step.disabled a.progress-wizard-dot {
    pointer-events: none;
}
.progress {
    background-color: transparent;
    margin-bottom: 10px;
}
@media(min-width:768px) {
    .progress {
    background-color: #f8f8f8;
}
}.progress-wizard>.progress-wizard-step>.progress-wizard-dot {
    display: block;
    background-color: #fff;
    border-radius: 100%;
    border: 5px solid #0d79e1;
    padding: 5px;
    text-align: center;
    color: #222;
    width: 110px;
    position: relative;
    top: 0;
    left: 0;
    margin: -1.25rem auto 0;
}
@media(min-width:768px) {
    .progress-wizard>.progress-wizard-step>.progress-wizard-dot {
    width: auto;
    position: absolute;
    top: -1.88rem;
    left: 28%;
    margin-top: -.94;
    margin-left: -.94;
}
}.progress-wizard>.progress-wizard-step>.progress-wizard-dot i {
    display: block;
    color: #0d79e1;
    font-size: 1.5rem;
    line-height: 90px;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    background-color: #ededed;
    text-align: center;
}
@media(min-width:768px) {
    .progress-wizard>.progress-wizard-step>.progress-wizard-dot i {
    line-height: 102px;
    width: 102px;
    height: 102px;
}
}.progress-wizard>.progress-wizard-step>.progress-wizard-dot:hover {
    opacity: 1;
}
.progress-wizard>.progress-wizard-step.incomplete>.progress-wizard-dot {
    border-color: #f8f8f8;
    color: #666;
}
.progress-wizard>.progress-wizard-step.incomplete>.progress-wizard-dot i {
    color: #666;
}
.progress-wizard>.progress-wizard-step.complete>.progress-wizard-dot i {
    color: #fff;
    background-color: #0d79e1;
}
.progress-wizard .progress-info {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: #222;
}
@media(min-width:768px) {
    .progress-wizard .progress-info {
    margin: 4.38rem 0 0 .9375rem;
}
}@media(min-width:992px) {
    .progress-wizard .progress-info {
    margin: 4.38rem 0 0 -.9375rem;
}
}@media(min-width:1200px) {
    .progress-wizard .progress-info {
    margin: 4.38rem 0 0 -2.5rem;
}
}.table td span {
    font-family: 'Montserrat', sans-serif;
}
.table tr th i {
    color: #c09933;
}
.table-cart {
    border-radius: .625rem;
    border: 1px solid #e7e7e7;
}
.table-cart thead tr {
    background-color: #0d79e1;
    border-top: 0;
}
.table-cart thead tr th {
    color: #fff;
    padding: 15px 8px;
    border-bottom: none;
    border-top: none;
    font-weight: 600;
    text-transform: uppercase;
}
.table-cart thead tr th:first-child {
    border-top-left-radius: .625rem;
}
.table-cart thead tr th:last-child {
    border-top-right-radius: .625rem;
}
.table-cart tbody tr td {
    padding: .625rem;
}
@media(min-width:768px) {
    .table-cart tbody tr td {
    padding: 20px 8px;
}
}@media(min-width:992px) {
    .table-cart tbody tr td {
    padding: 20px 40px 20px 10px;
}
}@media(min-width:1200px) {
    .table-cart tbody tr td .input-group {
    width: 60%}
}.table-cart tbody tr td .input-group .form-control {
    text-align: left;
    margin-right: 1.5rem;
}
.table-cart tbody tr td .input-group .btn {
    height: 45px;
    line-height: 1.4;
}
.table-cart tbody tr td .btn-update {
    height: 45px;
    line-height: 1.4;
    white-space: nowrap;
}
.table-cart tbody tr td input {
    width: 80px;
    height: 48px;
    text-align: center;
    line-height: 45px;
    color: #222;
    border: 1px solid #dedede;
    border-radius: 7px;
}
.table-cart tbody tr td .form-control {
    border-radius: 7px!important;
}
@media(min-width:768px) {
    .table-cart tbody tr td .form-control {
    margin-bottom: 0;
}
}.table-cart tbody tr td .form-control:focus {
    border-color: #e7e7e7;
}
.table-cart tbody tr td .close {
    float: left;
    margin-bottom: .625rem;
    opacity: 1;
}
@media(min-width:768px) {
    .table-cart tbody tr td .close {
    margin: 17px 30px 0 0;
}
}.table-cart tbody tr td .close span {
    width: 30px;
    height: 30px;
    line-height: 25px;
    display: block;
    background-color: #e5e5e5;
    color: #666;
    border-radius: 50%;
    font-size: 30px;
    font-weight: 600;
}
.table-cart tbody tr td .cart-image {
    border-radius: .625rem;
}
.table-cart tbody tr td:first-child {
    padding: 20px 0 20px 30px;
}
.table-cart tbody tr .td-product-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 215px;
}
.table-cart tbody tr .td-price {
    text-overflow: ellipsis;
    white-space: nowrap;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    outline: 0;
    opacity: 1;
}
.table-class-schedule {
    border-radius: .625rem;
    border: 1px solid #e7e7e7;
}
.table-class-schedule .table-bordered {
    margin-bottom: 0;
}
.table-class-schedule .table-bordered thead th {
    border: 0;
}
.table-class-schedule .table-bordered tbody tr td:first-child {
    border-left: 0;
}
.table-class-schedule .table-bordered tbody tr td:last-child {
    border-right: 0;
}
.table-class-schedule .table-bordered tbody tr:last-child td {
    border-bottom: 0;
}
.coming-soon img {
    width: 200px;
    height: 60px;
}
.coming-soon h1 {
    font-size: 1.875rem;
}
@media(min-width:768px) {
    .coming-soon h1 {
    font-size: 2.5rem;
}
}.coming-soon p {
    font-size: .875rem;
}
@media(min-width:768px) {
    .coming-soon p {
    font-size: 1.5rem;
}
}img.fancybox-image {
    padding: 15px;
    background: #fff;
}
.element-right-sidebar {
    min-width: 215px;
}
.element-right-sidebar .list-unstyled li a {
    padding: .25rem 0;
    display: inline-block;
    font-family: sans-serif;
    font-size: .9375rem;
    color: #495057;
    transition: all .4s;
}
.element-right-sidebar .list-unstyled li a:hover {
    opacity: .4;
}
.element-right-sidebar.sidebar-fixed {
    position: fixed;
    top: 110px;
    bottom: 0;
}
.element-right-sidebar.right-sidebar-absolute {
    position: absolute;
    top: auto;
    bottom: 0;
}
.call-to-action {
    text-align: center;
}
.call-to-action p {
    font-size: 1.125rem;
}
.default {
    background-image: url(../img/patterns/001.png);
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center;
}
.pattern-01 {
    background-image: url(../img/patterns/002.png);
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center;
}
.pattern-02 {
    background-image: url(../img/patterns/003.png);
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center;
}
.pattern-03 {
    background-image: url(../img/patterns/004.png);
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center;
}
.pattern-04 {
    background-image: url(../img/patterns/005.png);
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center;
}
.pattern-06 {
    background-image: url(../img/patterns/006.png);
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center;
}
.pattern-07 {
    background-image: url(../img/patterns/002.png);
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center;
}
body.boxed {
    margin: 0 auto;
    position: relative;
}
@media(min-width:768px) {
    body.boxed {
    max-width: 700px;
}
body.boxed .navbar-sticky {
    max-width: 700px;
}
}@media(min-width:992px) {
    body.boxed {
    max-width: 950px;
}
body.boxed .navbar-sticky {
    max-width: 950px;
}
}@media(min-width:1200px) {
    body.boxed {
    max-width: 1250px;
}
body.boxed .navbar-sticky {
    max-width: 1250px;
}
}body.boxed .main-wrapper {
    background: #fff;
}
html[dir=rtl] .navbar-nav .dropdown .dropdown-menu .dropdown-item i {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
html[dir=rtl] .owl-nav i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
html[dir=rtl] .team-slider .card .card-img-wrapper .card-img-overlay .list-unstyled {
    padding-right: 0!important;
}


@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

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

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}



/*--------------------------------------------------------------
## Rick's Styles
--------------------------------------------------------------*/


.header-blue {
    background-color: #064cdb;
}


/*--------------------------------------------------------------
## Cards
--------------------------------------------------------------*/

.card-shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.20)!important;
}

.project {
    margin-bottom: 30px;
    vertical-align: top;
    margin-right: 30px;
    float: left;
    cursor: pointer;
    width:100%;
}

.project figure {
    position: relative;
    display: inline-block;
}

.project figure img {
    width: 100%;
}

.project figure:hover figcaption {
    background:#000000;
}
.project figure:hover figcaption .project-details {
    color: #fff;
}

.project figure:hover .actions {
    background-color: rgba(0, 0, 0, 0.8);
    top: 0%;
    font-size:4em;
    font-weight:700;
    padding-top:10%;
}

.project figure .actions {
    display: table-cell;
    position: absolute;
    bottom: 0px;
    /* top: 25%; */
    left:0;
    right:0;
    z-index: 1;
    opacity: 1;
    background-color: rgba(29,29,29,.5);
    -ms-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    color:#fff;
    font-size:2em;
    padding:2%;
    font-weight:400;
    font-family: 'Montserrat', sans-serif;
    text-align:center;
    vertical-align: middle;
}

.front-size
{
    font-size: 2rem;
}

@media (min-width: 992px) {
    .project figure .actions {
    top: 25%; 
    left:0;
    right:0;
    font-size:1.5em;
    padding:2%;
}
.project figure:hover .actions {
    top: 0%;
    font-size:2em;
    padding-top:20%;
}
}

@media (min-width: 1200px) {
    .project figure .actions {
    top: 50%;  
    left:0;
    right:0;
    font-size:1.25rem;
    padding:2%;
    font-weight:400;
    font-family: 'Montserrat', sans-serif;
}
.project figure:hover .actions {
    top: 0%;
    font-size:2em;
    padding-top:25%;
}
}

/*------------------------------------*\
	#Meta Slider
\*------------------------------------*/

.slide-link {
	position: absolute;
	top: 60%;
	bottom: auto;
	opacity: 1;
}

.site-feature .metaslider .caption-wrap {
	position: absolute;
	top: 30%;
	bottom: auto;
	opacity: 1;
	background: none;
}
.site-feature .metaslider .caption {
    font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.3;
	padding: 20px;
    margin-bottom: 20px;

	border-left: solid 10px #000000;
	background: rgba(0, 0, 0, .75);
}

.site-feature .metaslider .caption h1{
	color: #fff;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.3;
	padding: 20px;
	margin-bottom: 20px;
}

@media ( max-width: 768px ) {
	.site-feature .metaslider .caption-wrap {
		display: none;
	}
}

@media ( min-width: 768px ) {
	.site-feature .metaslider .caption-wrap {
		left: 10%;
		width: 80%;
	}
}

@media ( min-width: 1600px ) {
	.site-feature .metaslider .caption-wrap {
		width: 50%;
		left: 20%;
	}
}

.home-hr {
    background-color: #212529;
}


.bg-info {
   background-color: #0d79e1!important; 
}

.social-icons .bg-info {
   background-color: #0d79e1!important; 
}

figure.round-home, img.round-home, span.round-home
{
  border-radius: 15px;
}

.gfield_label {
    color: #0d79e1!important;
}

.ms-theme-radix {
    padding-bottom: 0px !important;
}

.bg-nyc-blue
{
    background-color: #0d79e1!important;
}

.bg-nyc-orange
{
    background-color: #fe6508!important;
}

.bg-nyc-green
{
    background-color: #4fec8d!important;
}


.bg-nyc-red
{
    background-color: #fc5252!important;
}

.text-danger {
    color: #0d79e1!important;
}


.border-nyc-blue {
    border-color: #0d79e1!important;
}

.text-nyc-blue {
    color: #0d79e1!important;
}

.text-nyc-grey {
    color: #5a6e82!important;
}


.border-nyc-orange {
    border-color: #fe6508!important;
}

.text-nyc-orange {
    color: #fe6508!important;
}

.home-locations
{
    /* margin-top: 2rem; */
    margin-top: 10rem;
}

.bg-danger-blue {
    background-color: #0d79e1!important;
}


.btn-blue {
    color: #212529!important;
    background-color: #0d79e1!important;
    border-color: #0d79e1!important;
}

.dropbtn {
    background-color: #0d79e1;
    color: white;
    padding: 6px;
    font-size: 13px;
    font-weight: 800;
    border: none;
    width: 300px;
  }
  
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    width: 300px;
    font-weight: 800;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 101;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content a:hover {background-color: #fe6508;}
  

  .dropdown:hover .dropdown-content {display: block;}
  
  .dropdown:hover .dropbtn {background-color: #0f6fcc;}

.staff-row {
    padding-right: 15px;
    display: inline-block;
    vertical-align: top;
}

article.node-staff-member {
    padding: 10px 0;
    margin-bottom: 50px;
}

.staff-photo-area {
    position: relative;
    line-height: 0;
}


.pretty-term .info-title, .node-staff-member .staff-header, .view-id-gallery .views-field-title a {
    background: rgba(13,121,255,0.8);
    text-align: center;
    padding: 15px 0;
    line-height: 1.1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: white;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.parent-list-container
{
    display: block; 
    float: left; 
    overflow: hidden; 
    margin: 0px 22px 22px 0;
}

.parent-list-size
{
    display: block; 
    height: 270px; 
    width: 250px;
}

.parent-list-img
{
    background-size: cover; 
    background-position: center center; 
    ransition: all 0.3s; 
    opacity: 1;
    display: block; 
    height: 270px; 
    width: 250px; 
}

.parent-list-blue
{
    top: -270px; 
    position: relative; 
    pointer-events: none; 
    display: block; 
    height: 270px; 
    width: 250px; 
    text-decoration: none;
}

.parent-list-title
{
    background: rgba(13,121,255,0.8); 
    text-align: center; 
    padding: 15px 0; 
    line-height: 1.1; 
    -webkit-transition: all 0.3s; 
    -moz-transition: all 0.3s; 
    -o-transition: all 0.3s; 
    transition: all 0.3s; 
    color: white;
    position: absolute; 
    bottom: 0px; 
    width: 100%;
}

.event-list-title
{
    background: rgba(13,121,255,0.8);
    text-align: center;
    padding: 15px 0;
    line-height: 1.1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: white;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.field-item {
    float: left;
    line-height: 0;
    padding: 0 2rem 2rem  rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-blue-footer {
    background: #0d79e1 !important;
    color: #e0e5ec;
    text-decoration: none;
    font: 14px/100% "Karla-Bold","KarlaBoldFallback",sans-serif;
    padding: 7px 15px;
    margin: 0 3px 10px 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 3;
    white-space: nowrap;
    display: inline-block;
    line-height: 1;
}

a.btn-blue-footer:hover {
    color: #fe6508;
}

.icon-rounded-circle-medium:hover {
    background-color: #fe6508!important;
}

/*------------------------------------*\
	#Steven's Styles
\*------------------------------------*/

.staff-row {
    padding-bottom: 4rem;
}

.class-info1 {
    text-align:center;
    width: 95%;
    font-size: 1.2rem;
}

/* 

BOX TRIO

*/

.box-trio {
    width: 100%;
    background: white;
    height: 24px;
    border-top:8px solid rgb(13, 121, 225);
    border-bottom:8px solid rgb(254, 101, 8);
    }
  .box-trio-href {
    text-decoration: none;
    color: black;
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 4px;
  }
  .box-trio-containter {
    display: flex;
    justify-content: center;
    width: 100%;
    position: absolute;
    left: 0;
  }
  .box-trio-row {
    text-align: Center;
    width: 325px;
    /* height: 130px; */
    background-color: rgb(13, 121, 225);
    margin: -62px 10px 0;
    border-radius: 4px;
    border:2px solid transparent;
  }
  
  .box-trio-span {
  /*   
    rgb(13, 121, 225) // Blue
    color: rgb(75, 105, 245); */
    color: rgb(255, 255, 255);
    text-shadow:2px 2px 2px rgb(254, 101, 8);
    background-color:rgb(254, 101, 8);
    width:40px;
    height:40px;
    padding:8px;
    border-radius:100%;
    border:8px solid rgb(13, 121, 225);
    font-size: 40px;
    box-sizing:content-box;
    margin-top:-40px;
  }
  .box-trio-h3 {
    color: white;
    margin: 0;
    font-size:26px;
  }
  .box-trio-p {
      margin-top: 1rem!important;
      font-weight: 600;
      color:  white;
  }
  
  .box-trio-row:hover span {
    background-color:rgb(13, 121, 225);
    border:4px solid rgb(254, 101, 8);

    transform: scale(1.1);
  }
  .box-trio-row:hover p {
      color:white;
  }
  .box-trio-row:hover h3 {
  
  }
  .box-trio-row:hover {
   
  }
  
  @media screen and (max-width: 700px) {
    .box-trio {
      padding: 0;
      height:220px;
    }
    .box-trio-containter {
      flex-wrap: wrap;
      position:relative;
    }
    .box-trio-row {
      width: 100%;
      height:80px;
      margin-top:-10px;
      margin-bottom: 20px;
    }
    .box-trio-row:hover {
      width: 100%;
      margin-bottom: 15px;
    }
    .box-trio-span {
      display:none;
    }
    .box-trio-p {
      color:  #132e50;
    }
    .box-trio-row:first-child  span {
      display:inline-block;
    }
    .box-trio-row:first-child {
      margin-top:-50px;
      height:120px;
    }
  }
  
/*   
    Gravity Form Styles 
*/

div.gform_footer.top_label {
    text-align: center;
    }

body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type=submit]
  {
    background: #0d79e1;
    width: 100%;
    color: #e0e5ec;
    text-decoration: none;
    font: 14px/100% "Karla-Bold","KarlaBoldFallback",sans-serif;
    padding: 7px 15px;
    margin: 0 3px 10px 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 3;
    white-space: nowrap;
    display: inline-block;
    line-height: 1;
    border: black;
    width: 50%;
}

.gallery-padding
{
    padding: 2rem;
}

.gallery-height
{
    max-height: 500px;
}

/* themed-divider css if you choose to use it */
.themed-divider {
    width: 100%;
    background: white;
    height: 24px;
    border-top: 8px solid rgb(13, 121, 225);
    border-bottom: 8px solid rgb(254, 101, 8);
  }

a{
    color:rgb(13, 121, 225);
}

  /* SHAPED MENU */
.shaped-menu {
    justify-content: left;
    margin-top: 50px;
    margin-bottom: 120px;
  }
  
  .shaped-menu-item {
    margin-bottom: 7rem;
    width: 250px;
  }
  
  .shaped-menu-item img {
    width: 100%;
  }
  
  .shaped-menu-item a {
    display: block;
    text-decoration: none;
  }
  
  .shaped-menu-item h3 {
    margin: 8px 0px;
    font-size: 28px;
  }
  
  .shaped-menu-item:hover h3 {
    text-decoration: none;
   
  }
  
  .shaped-menu-item p {
    margin: 5px 0px;
  }
  
  .smi-info {
    height: 4px;
  
  }
  
  .smi-image > div {
    width: 100%;
    height: 100%;
   /*  
   
   #f8f8f8
   rgba(125, 165, 255, 0.4)

   background-color: rgba(25, 55, 245, 0.7); */
  }

  .smi-image:hover
  { 
    transition-duration: 0.5s; 
    transform: scale(1.1);
    overflow: hidden;
      z-index: -100;
  
  }
  
  .shaped-menu-item:hover .smi-image {
    transition-duration: 0.5s;
    transform: scale(1.1);
   /*  background-color: rgba(75, 105, 245, 0.5); */
  }
  
  .smi-image > div > span {
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 96px;
    margin-top: 36px;
  }
  
  .shaped-menu-item:hover .smi-image > div > span {
    
  
    text-shadow: 1px 1px white, -1px -1px white, 1px -1px white, -1px 1px white;
  }
  
  .smi-image {
    background-image: url("http://staging.nycelite.com/wp-content/themes/nycelite/images/default-program.jpg");
    background-size: cover;
    height: 200px;
   /*  border: 8px outset rgb(25, 55, 245); */
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
  }/* Set the background images here, from left to right. */
  
  .shaped-menu-item:nth-child(1) .smi-image {
    background-image: url("http://staging.nycelite.com/wp-content/themes/nycelite/images/default-program.jpg");
  }
  
  .shaped-menu-item:nth-child(2) .smi-image  {
    background-image: url("http://staging.nycelite.com/wp-content/themes/nycelite/images/default-program.jpg");
  }
  
  .shaped-menu-item:nth-child(3) .smi-image  {
    background-image: url("http://staging.nycelite.com/wp-content/themes/nycelite/images/default-program.jpg");
  }
  
  .shaped-menu-item:nth-child(4) .smi-image {
    background-image: url("http://staging.nycelite.com/wp-content/themes/nycelite/images/default-program.jpg");
  }
  
  
  .smi-info > div {
    text-decoration:none;
    background-color:  #0d79e1;
    color: #0d79e1 !important;
    padding: 8px;
    width: 200px;
    text-align: center;
    margin: -50px auto 0;
    border-radius: 48px;
  
  }
  
  .shaped-menu-item:hover .smi-info > div {
    transition-duration: 0.5s;
    transform: scale(1.1);
    
  }


.class-h3
{
    font-weight: bold;
    color:  white !important;
}

.class-p{
    color: white;
}

/* VERTICAL MENU */

.vertical-menu {
    width: 100%;
    margin-bottom: 80px;
  }
  
  .vertical-menu-item {
    border-radius: .57rem;
    width: 80%;
  
    background-size: cover;
    background-position: center;
    margin: 15px auto;
  }
  /* Set the background images here, from left to right. */
  
  .vertical-menu-item a {
    border-radius: .57rem;
    border-bottom: 8px solid transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color:#f8f8f8;
    text-decoration: none;
    color: white;
  }
  
  .vertical-menu-item > div {
    display: flex;
    flex-wrap: wrap;
    align-items: space-between;
  }
  
  .vertical-menu-item p {
    width: 100%;
    margin-top: 8px;
    margin-left: 8px;
    color: #fe6508;
    font-weight: bold;
  }
  
  .vertical-menu-item h3 {
    width: 100%;
    margin-bottom: 8px;
    margin-left: 40px;
    font-style: italic;
    color: transparent;
  }
  
  .vertical-menu-item h3 span {
    font-size: 48px;
    font-style: normal;
    color: #0d79e1;
    margin-right: 24px;
  }
  
  .vertical-menu-item h2 {
    height: 100%;
    margin: 0;
    padding: 16px;  
    color: #2d8ae4;
  }
  
  .vertical-menu-item h2 span {
    color: #fe6508;
  }
  
  .vertical-menu-item:hover a {
    
    /* background-color: rgba(75, 105, 245, 0.7); */
    background-color: rgba(125, 165, 255, 0.4);;
  }
  
  .vertical-menu-item:hover h2 {
    text-decoration: underline;
  }
  
  .vertical-menu-item:hover h3 {
    color: rgba(255, 255, 255, 0.7);
  }


  .class-info {
    text-align:center;
  }
  
  .class-info a {
    text-decoration:none;
    background-color:#fe6508;
    padding:8px 16px;
    width:18px;
    border-bottom-left-radius:9px;
    border-bottom-right-radius:9px;
    margin:0 8px;
    color:white;
    
  }
  
  .class-info h1 {
    font-size:42px;
    display:inline-block;
    background-color:rgb(25,45,245);
    padding:8px 24px;
    color:white;
    border-top-left-radius:16px;
    border-top-right-radius:16px;
    margin-bottom:0;
    text-decoration:#fe6508 underline;
  }
  
  
  .class-info p {
    border-top:8px solid rgb(25,45,245);
    border-bottom:8px solid #fe6508;
    margin-top:0;
    margin-bottom:4px;
    font-size:18px;
    line-height:1.5;
    padding:20px;
  }
  
  .class-title
  {
    font-size: 1.5rem;
    font-weight: 700;
  }

  .no-class-title
  {
    color: rgb(13, 121, 225);
    font-size: 1.5rem;
    font-weight: 700;
  }

  .class-inst h3 span {
    color:#fe6508;
    text-shadow:1px 1px 1px white, 
      -1px -1px 1px white, -1px 1px 1px white, 
      1px -1px 1px white;
  }
  
  .class-dates {
    display:flex;
  }
  
  .class-dates > h3 {
    text-decoration:underline;
    margin-bottom:4px;
    font-size:24px;
  }
  .class-dates > a {
    text-decoration:none;
    margin: 0 5px;
  }
  
  .class-inst {
    font-family: 'Montserrat', sans-serif;
    width:100%;
    text-align:center;
    margin:24px 0 16px;
    /*background-color:#ededed;*/
    color:#666;
    /*padding:8px;*/
    border-radius: .57rem;
    /*box-shadow: 0 4px 0 rgba(0, 0, 0, .1);*/
  }
  
  
  .class-inst h2, h3, h4, h5 {
    margin:8px 8px;
  }
  
  .class-inst h2 {
    color:rgb(13, 121, 225);; 
  }
  
  .class-inst h4 {
    text-align:center;
  }
  
  .class-inst h5 {
    border-radius:15px;
    padding:10px;
    font-weight: 600;
    font-size:16px;
    color:white;
    background-color:#fe6508;
  }
  
  .no-class
  {
    border-radius: 15px;
    padding: 10px;
    font-size: 16px;
    color: white;
    background-color:#5a6e82 !important;
  }

  .class-inst:hover {
    background-color: rgb(125,165,255,.4);
  }
  .class-inst:hover h3 {
      color:rgb(13, 121, 225);
  }
  .class-inst:hover h4 {
    color:rgb(13, 121, 225);
  }
  .class-inst:hover h5 {
    background-color:#fe6508;
    color:#eee;
  }
  
  @media screen and (max-width: 800px) {
    .class-dates {flex-wrap:wrap;}
    .class-dates a {margin:14px;}
  }

/*-------------------------------------------------*\
	New box featured images section for home pages
\*-------------------------------------------------*/

section {
	position: relative;
  overflow: hidden;
}
.about-content {
	background-color: #ffffff;
}

.inner-block-caption {
    display:grid;
    grid-template-rows: 1fr;
}

.text-area{
    align-self: center;
    justify-self: center;
}

.grid-me {
    display: grid;
}

.inner-block {
    width: 400px;
    height: 400px;
    background: linear-gradient(to bottom, #2c78e1 0%, #f6650b 100%);
    text-align: center;
    justify-self: center;
    align-self: center;
    border-radius: 50%;
}

@media(max-width:1230px) {
    .inner-block {
        width: 300px;
        height: 300px;
    }
}

@media(max-width:940px) {
    .inner-block {
        width: 250px;
        height: 250px;
    }
}

@media(max-width:767px) {
    .inner-block .inner-block-caption {
    width: 35% !important;
    }
}

.inner-block .inner-block-caption {
position: absolute;
    display: grid;
    /*padding: 35px;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50%;
    white-space: normal;
    color: #fff;
    text-decoration: none;
}
.inner-block .inner-block-caption .caption-heading {
	font-size: 60px;
    font-family: "Amatic SC",sans-serif;
    color: #fff;
    line-height: 1;
}
.hvr-border-fade {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    box-shadow: inset 0 0 0 4px transparent, 0 0 1px transparent;
}

.home-about-line{
    border-top: 2px solid rgb(254, 101, 8);
}

.about-home-heading {
    font-size: 45px;
    color: #0d78e1;
    margin-top: 45px;
}

.about-paragraph{
    color: #0d78e1
}

.about-content  p {

    font-size: 25px;
    line-height: 2;
    color: #0d78e1;
    margin: 0 0 30px;
    letter-spacing: 1px;
}
/*----Media Query-----*/
@media (max-width: 575.98px) { 
.inner-block img {
    min-height: 277px;
}
.about-heading {
    color: #0d78e1;
    margin-top: 76px;
    font-size: 24px;
}
.inner-block .inner-block-caption .caption-heading {
	font-size:41px;
}
 }
@media (min-width: 576px) and (max-width: 767.98px) { 
.inner-block .inner-block-caption .caption-heading {
	font-size:41px;
}
 }
 @media (min-width: 768px) and (max-width: 991.98px) { 
.inner-block .inner-block-caption .caption-heading {
	font-size:33px;
}
.inner-block img {
    min-height: 264px;
}
 }
@media (min-width: 992px) and (max-width: 1199.98px) { 
.inner-block .inner-block-caption .caption-heading {
font-size: 50px;
}
 }
 @media (min-width: 1200px) { 
.inner-block .inner-block-caption .caption-heading {
font-size: 50px;
}

}

/*-------------------------------------------------*\
	Main Home Page Video Header
\*-------------------------------------------------*/

.home-page-video-container{
    width: 100%;
    height: 450px;
    max-height: 450px;
    position: relative;
    margin-top: 0;
    background-color: #000;
    overflow: hidden;
    box-sizing: border-box;
}

.video-container {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.home-page-video{
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 77%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -mos-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
}

.multi-home-page-video-container {
    height: 550px;
    overflow: hidden;
}

.about-section {
    background-color: white;
}

/*BODY*/

.btn-glow {
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none;
    background: #2c78e1;
    padding: 20px;
    border-radius: 50px;
    display: inline-block;
    border: none;
    transition: all 0.4s ease 0s;
}

.btn-glow:hover {
    text-shadow: 0px 0px 6px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
    -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
    transition: all 0.4s ease 0s;
}

  /*       Custom CSS for Classes Page        */
  
.part-border {
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    border-radius: 10px;
}

.top-title {
    width: 100%;
    text-align: left !important;
    color: black !important;
}

.top-title:after {
    content: "\2191";
    font-size: 17px;
    font-weight: 900;
    float: right;
    margin-right: 25px;
}

.collapsed:after{
    content: '\2193';
}

.full-border {
    border: 1px #2c78e1 solid !important;
    border-radius: 10px !important;
}

@media(min-width: 450px) {
    .card-text {
        text-align: justify;
    }
}

@media(max-width: 650px) {
    .registration-pic {
        width: 95vw;
    }
}

/*-------------------------------------------------*\
	Main Home Page Info Section
\*-------------------------------------------------*/

.body {
    width:100%;
  }
  
  .home-info-container {
      width: 100%;
      display: grid;
      grid-template-columns: calc(50% - 15px) calc(50% - 15px);
      grid-gap: 30px;
      justify-items: center;
  }
  
  .main-img {
      grid-column: 1 / span 1;
  }
  
  .main-img img {
      width: 100%;
  }
  
  .main-info-section {
      grid-column: 2 / span 1;
      display: grid;
      grid-template-columns: 100%;
      grid-auto-rows: 200px;
      grid-gap: 20px;
  }
  
  .single-info-section {
      position: relative;
      width: 100%;
      border: 2px solid #9cb6da;
  }

  .followup-link {
    position: absolute;
    bottom: -23px;
    right: 0;
    }
  
  .single-info-section::-webkit-scrollbar { width: 0 !important }
  
  .single-info-img {
      background-size: cover !important;
      width: 35%;
      float: left;
      min-height: 150px;
      height: 196px;
      overflow: hidden;
  }
  
  .single-info-text {
      padding-top: 5px;
      padding-left: 25px;
      padding-right: 25px;
      width: 65%;
      float: left;
      height: 150px;
      overflow: hidden;
  }
  
  .single-info-text h2 {
      font-size: 25px;
      margin: 0px 0px 5px;
  }
  
  .single-info-text h5 {
      font-size: 20px;
      margin: 0px 0px 5px;
  }
  
  .single-info-text p {
      font-size: 15px;
      margin: 0px 0px 5px;
  }
  
  @media only screen and (max-width: 1199px) {
      .single-info-text p {
          margin: 0px 0px 5px;
      }
  }
  
  @media only screen and (max-width: 991px) {
      .home-info-container {
          grid-template-rows: auto auto !important;
          grid-template-columns: 1fr !important;
      }
  
      .main-img {
          grid-row: 1 / span 1;
          grid-column: unset;
      }
  
      .main-info-section {
          grid-row: 2 / span 1;
          grid-column: unset;
          grid-template-columns: calc(50% - 10px) calc(50% - 10px);
          grid-auto-rows: 150px;
      }
  
      .single-info-img {
          height: 150px;
          width: 100%;
          display: flex;
      }
  
      .single-info-img img {
          height: unset;
      }
  
      .single-info-text {
          width: 100%;
          height: 210px;
          overflow: hidden;
      }
  
      .main-info-section {
          grid-auto-rows: 420px;
      }
  }
  
  @media only screen and (max-width: 450px) {
      .main-info-section {
          grid-template-columns: 100%;
      }
  }

  .read-link {
    border-radius: 5px;
}