body {
    color: #111;
    font-family: Mulish, sans-serif;
}
@font-face {
    font-display: swap;
    font-family: Mulish;
    font-style: normal;
    font-weight: 400;
    src: local("Mulish"), url("/dit/fonts/Mulish-Regular.woff2") format("woff2");
}
@font-face {
    font-display: swap;
    font-family: Mulish;
    font-style: normal;
    font-weight: 600;
    src: local("Mulish"), url("/dit/fonts/Mulish-Bold.woff2") format("woff2");
}

/*top*/
    #toTop {
             background: #003a97;
        color: #ffffff;
        position: fixed;
        bottom: 83px;
        right: 20px;
        cursor: pointer;
        padding: 6px 8px;
        font-size: 20px;
        z-index: 99999;
        border: 1px solid #fff;
        border-radius: 7px;
    }
/*text-color*/

/* live chat start*/
#chatrp{
  display: none;
}
#sc2rhR .psmtc_2rhR{
top: 6rem !important;
}

/* chat support  */
.ct-support-button {
  position: fixed;
  top: 150px;
  z-index: 999;
  height: 51px;
  background: linear-gradient(127deg, rgb(36 43 55) 0, rgb(27 93 197) 100%);
  display: flex;
  white-space: nowrap;
  border-radius: 51px 0 0 51px;
  align-items: center;
  padding-left: 57px;
  padding-right: 12px;
  color: #fff;
  transition: .3s cubic-bezier(.24,.74,.58,1);
  transform: translateX(100%);
  right: 51px;
}
.ct-support-button.active, .ct-support-button:hover {
  right: 0;
  -webkit-transform: translateX(0%);
  -khtml-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.ct-support-button i {
  position: absolute;
  top: 50%;
  left: 9px;
  transform: translate(0,-50%);
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 36px;
  background: #e9f5ff;
  font-size: 20px;
  text-align: center;
  color: #000;
}
.ct-support-button .item--text {
  font-size: 16px;
  font-weight: 500;
}
.ct-support-button a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  color: #006cff; 
  transition: .3s cubic-bezier(.24,.74,.58,1);
}

a, a:hover, a:focus, a:before, a:after {
  outline: none;
  text-decoration: none;
   /* color: white; */
}

/* chat support  */

.alert,
.footer_list a,
.rev,
.sub-text,
.testi-author,
.testi_box p {
    position: relative;
}
#btn-back-to-top,
.gradient-text,
.scroll-line,
.sub-text::after,
.sub-text::before {
    background: linear-gradient(307deg, rgb(36 43 55) 0, rgb(27 93 197) 100%);
}
.breadcrumb ul,
.list-check-1 {
    list-style: none;
}
.breadcrumb ul li a,
.icons a,
a {
    text-decoration: none;
}

.top-banner{
            background-color: #e7f5f9;
        }

/* btn css */
.btn_submit,
.btn_submit_2 {
    padding: 13px 22px;
    font-size: 15px;
    border-radius: 5px;
    color: #fff;
}
.btn_submit {
    border-bottom: 2px solid #313131;
    border-left: 2px solid #313131;
    border-right: none;
    border-top: none;
    background: #1c54ac;
    text-align: center !important;
}

.btn_submit_2 {
    border-bottom: 2px solid #ff3d00;
    border-left: 2px solid #ff3d00;
    background-color: #171a2b;
}
.banner_left_heading {
    font-size: 16px;
    color: #1c54ac;
    font-weight: 600;
    border-radius: 20px;
    background-color: #fff;
    border: 2px solid #002052;
    padding: 6px 28px;
    z-index: 1;
    margin-bottom: 20px;
    line-height: 25px;
}
/* btn css */


.breadcrumb ul {
    padding: 6px !important;
}

.banner_left_heading,
.sub-text {
    display: inline-block;
    position: relative;
}
.tawk-bubble-container .tawk-icon-right img {
    display: none !important;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
a {
    color: #092094;
    font-weight: 500;
}
.rev {
    width: 156px;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #c7d6ef;
    margin-top: 12px;
}
.css-scrolling-text p {
    position: absolute;
    width: max-content;
    font-weight: 500;
    font-size: 15px;
    padding: 0 10px;
    color: #fff;
    transform: translateX(100%);
    animation: 50s linear 3 css-scrolling-text;
}
.css-scrolling-text {
    height: 28px;
    overflow: hidden;
    position: relative;
    color: #fff;
}
@keyframes css-scrolling-text {
    0% {
        transform: translateX(50%);
    }
    100% {
        transform: translateX(-100%);
    }
}
.css-scrolling-text p:hover {
    animation-play-state: paused;
}
.stars {
    color: #ffeb00;
    font-size: 22px;
}
.alert,
p {
    font-weight: 400;
    font-size: 16px;
}
p {
    line-height: 30px;
}
.alert {
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}
#btn-back-to-top {
    position: fixed;
    bottom: 6rem;
    right: 2rem;
    display: none;
    box-shadow: 0 0 5px #ddd;
    padding: 8px 12px;
    transform: rotate(-90deg);
    color: #fff;
}
.price_box .ribbion {
    position: absolute;
    top: 18px;
    right: -42px;
    width: 142px;
    height: 30px;
    line-height: 24px;
    padding: 4px;
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    background: linear-gradient(104deg, #e42631 -6.83%, #174489 106.83%);
    font-weight: 700;
    color: #fdfdfd;
    z-index: 1;
    transform: rotate(45deg);
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.sub-text::after,
.sub-text::before {
    height: 4px;
    top: 12px;
    position: absolute;
}
.center-offer {
    background: linear-gradient(270deg, #e42631 -6.83%, #174489 106.83%);
    padding: 5px;
    color: #fff;
    margin-bottom: 12px;
    font-weight: 600;
}
#myInput1,
#myInput2,
#myInput3,
#myInput4,
#myInput5,
#myInput6,
#myInput7,
#myInput8,
#myInput9,
#myInput10,
#myInput11,
#myInput12,
#myInput13,
.breadcrumb li:last-child:after {
    display: none;
}
.sub-text::before {
    content: "";
    width: 12px;
    right: -18px;
}
.sub-text::after {
    content: "";
    border: 0;
    width: 50px;
    z-index: 1;
    margin-left: 0;
    right: -77px;
}
.testi-author::after,
.testi-author::before {
    height: 100%;
    z-index: -1;
    content: "";
    width: 100%;
}
.list-check-1 li {
    position: relative;
    padding: 0.2rem 0;
}
.list-check-1 {
    display: inline-block;
}
.list-check-1 li::before {
    font-family: FontAwesome;
    content: "\f058";
    color: #0069c5;
    position: absolute;
    left: -20px;
    font-size: 15px;
    top: 5px;
}
.sub-text {
    line-height: 28px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #195bc2;
    margin-bottom: 10px;
}
.common-heading {
    font-size: 35px;
    line-height: 45px;
    color: #002052;
    font-weight: 700;
}
.top-heading {
    color: #002052;
    font-size: 55px;
    font-weight: 800;
}
.btn_submit,
.btn_submit_2 {
    padding: 13px 22px;
    font-size: 15px;
    border-radius: 5px;
    color: #fff;
}
.btn_submit {
    border-bottom: 2px solid #313131;
    border-left: 2px solid #313131;
    border-right: none;
    border-top: none;
    background: #1c54ac;
    text-align: center !important;
}
.testi-author,
.testi_box,
.users a {
    text-align: center;
}
.btn_submit_2 {
    border-bottom: 2px solid #ff3d00;
    border-left: 2px solid #ff3d00;
    background-color: #171a2b;
}
.banner_left_heading {
    font-size: 16px;
    color: #1c54ac;
    font-weight: 600;
    border-radius: 20px;
    background-color: #fff;
    border: 2px solid #002052;
    padding: 6px 28px;
    z-index: 1;
    margin-bottom: 20px;
    line-height: 25px;
}
.navbar {
    /* background-color: #094ebd; */
    padding: 0 !important;
    color: #fff;
}

.navbar img {
    display: block;
    margin: 0;
    max-width: 80%;
}

.nav-item {
    font-size: 18px;
    font-weight: 500;
    padding: 1rem 0;
}

.btn-outline-light {
    color: #094ebd !important;
    border-color: #094ebd !important;
}


.dropdown-menu {
    padding: 0;
    background-color: #11abec !important;
}
.navbar-nav .dropdown-menu{
    top: 72px;
    left: -9px;
}

.dropdown-item {
    color: white;
    font-weight: 500;
}


::-webkit-scrollbar{
    width: 12px;
    background-color: #bfd0d3;
}
::-webkit-scrollbar-thumb{
    background: linear-gradient(transparent,#074b5e);
    border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover{
    background: linear-gradient(transparent,#042933);
}
.gradient-text {
    background-color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.breadcrumb {
    display: flex;
    align-items: center;
    font-size: 15px;
}

.breadcrumb ul li a {
   color: #000;
}
.breadcrumb li:after {
    content: ">";
    padding: 0 5px;
    font-family: cursive;
}
.breadcrumb ul{
    padding: 6px !important;
}
.breadcrumb ul li {
    float: left;
    color: #000;
    list-style: none;
}
.breadcrumb li:not(:last-child)::after {
    content: ">";
    padding: 0 5px;
    color: #000;
}
.footer_logo img,
.navbar-brand {
    width: 200px;
}
.navbar {
    padding: 10px 50px 0 60px;
}
.nav-link {
    font-size: 17px;
    font-weight: 400;
}
.nav-search-btn {
    background: linear-gradient(307deg, rgb(36 43 55) 0, rgb(27 93 197) 100%) !important;
}
.footer {
    padding-top: 70px;
    background-image: url(../../dit/img/footer-shadow.webp);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #05091d;
}
.users a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin: 5px 5px 5px 10px;
    border-radius: 0;
    border: 1px dashed #ff3c00;
    color: #ff3c00;
    transition: 0.9s;
}
.users a:hover {
    background-color: #ff3c00;
    color: #fff;
}
footer {
    background-color: #003a97;
}
.copyright_section {
    padding: 10px;
    border-top: 1px solid rgba(255, 255, 225, 0.2);
}
.main_copyright {
    color: #fff !important;
    font-size: 10px;
    font-weight: 400 !important;
}
.footer-logo {
    padding: 12px 30px;
    background-color: #fff;
    border-radius: 28px;
}
.testimonial {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #e9f5ff;
}
.testi_box {
    border-radius: 20px;
    padding: 20px 20px 32px 0;
}
.double_quite {
    width: 48px;
    margin: auto !important;
    padding-bottom: 20px;
}
.testi_box p {
    padding: 35px 0 29px;
    margin: 0;
    z-index: 1;
}
.texts {
    border-bottom: 1px solid #292c3b;
}
.slide_icons i {
    margin: 3px;
    color: #ffc600;
}
.testi_title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}
.testi_title span {
    font-size: 15px;
    line-height: 28px;
    color: #292c3b;
    font-weight: 400;
    margin-left: 14px;
}
.testi-author {
    z-index: 1;
    margin: 30px;
}
.testi-author img {
    width: 70px !important;
    margin: auto !important;
}
.review-text {
    min-height: 190px;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        background-color: #fff;
    }
}
@media (min-width: 180px) and (max-width: 991px) {
    .dropdown:hover > .dropdown-menu {
        display: block;
        background-color: #fff;
    }
    .dropdown > .dropdown-toggle:active {
        pointer-events: none;
    }
    [data-cursor] {
        display: none;
    }
}
@media (min-width: 180px) and (max-width: 556px) {
    .navbar {
        padding: 5px 0 0;
    }
    .banner_right {
        display: none;
    }
    .btn_submit,
    .btn_submit_2 {
        padding: 11px 8px;
        font-size: 14px;
        border-radius: 5px;
        color: #fff;
    }
    .main_border {
        padding: 12px !important;
    }
}
.dropdown-menu .show {
    -webkit-animation: 0.3s alternate fadeIn;
    animation: 0.3s alternate fadeIn;
}
.nav-item {
    margin: 3px 0 0;
}
.nav-item .nav-link {
    color: #151f61 !important;
    margin-right: 17px;
    font-size: 17px;
}
.nav-item.dropdown.dropdown-mega {
    position: static;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu {
    width: 100%;
    top: auto;
    left: 0;
    padding-top: 0;
    background-color: #e9f5ff;
}
.dropdown-menu[data-bs-popper] {
    margin-top: 0 !important;
}
.dropdown-menu #dropdown-menu-2[data-bs-popper] {
    margin-top: 20px !important;
}
.navbar-toggler {
    border: none;
    outline: 0;
    position: relative;
    padding: 0 !important;
}
.form-control:focus {
    box-shadow: none !important;
    border-color: #d0cfcf !important;
}
.form-control {
    border: 1px solid #000;
    margin-right: 0;
    padding: 7px !important;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link,
.nav-tabs .nav-link.active {
    padding: 8px 17px !important;
    margin: 10px 0 !important;
    border-radius: 8px !important;
}
.icons {
    display: inline-flex;
    margin-left: auto;
}
.icons a {
    transition: 0.2s ease-in-out;
    padding: 0.2rem 0.4rem;
    color: #ccc !important;
}
.icons a:hover {
    color: #fff;
    text-shadow: 0 0 30px #fff;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #fff !important;
    box-shadow: 0 10px 50px rgba(0, 10, 80, 0.15);
    position: relative;
}
.nav-2.active::before {
    content: "";
    display: inline-block;
    height: 14px;
    width: 15px;
    transform: rotate(45deg);
    background-color: #fff !important;
    position: absolute;
    top: 84%;
    right: 44%;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #fff;
}
.category-nav {
    font-size: 16px;
    font-weight: 600;
    margin-right: 0 !important;
    position: relative;
}
.left-cateogary-tab {
    border-left: 3px solid #2b388f;
    background-color: #fff;
    min-height: 355px;
}
.right-cateogary-tab {
    background-color: #fff;
    border-top: 3px solid #2b388f;
    border-radius: 15px;
    min-height: 355px;
}
.right-cateogary-content li {
    color: #000;
    font-size: 17px;
    margin-bottom: 16px;
    font-weight: 500;
}
.mac-p-name,
.p-name {
    color: #000;
    position: relative;
    font-size: 13px;
}
.mac-p-name::before,
.p-name::before {
    content: ">";
    color: #000;
    position: absolute;
    left: -19px;
    font-size: large;
    margin: 1px 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
    z-index: 0 !important;
}
.btn-check:focus + .btn,
.btn:focus {
    box-shadow: none !important;
}
.lh-bases {
    line-height: 27px;
}
.lh-bases li {
    list-style-type: none;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.owl-height {
    transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
  .db-button .nav-link {
    font-size: 16px;
    padding: 8px 20px 8px 25px;
    text-align: left;
    font-weight: 600;
    border-radius: 20px;
    color: #302f2f;
    border-color: transparent;
    position: relative
}

.db-button .db-button-container {
    border-bottom: none
}

.db-button .nav-link.active,.db-button .nav-link:hover {
    background: 0 0;
    color: #050505;
    border-color: transparent
}

.db-button .nav-link::before {
    background-color: #fff;
    border: 1px solid #888;
    border-radius: 50%;
    top: 50%
}

.db-button .nav-link.active::before {
    background-color: green;
    border-radius: 50%;
    top: 50%
}

.db-button .buy_btn_n,.db-button .download_btn_n {
    width: 250px;
    margin: 8px
}

.db-button .nav-link.active::before,
.db-button .nav-link::before {
    content: "";
    position: absolute;
    height: 14px;
    width: 14px;
    left: 0;
    transform: translate(0, -50%);
}


/*offer popup css*/
   .modal-content {
    background: linear-gradient(135deg, #ffffff, #f9f9f9);
    border-radius: 15px;
    padding: 7px 7px 10px 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    text-align: center;
    animation: fadeIn 0.5s ease;
}

    @keyframes fadeIn {
      from { opacity: 0; transform: scale(0.9); }
      to { opacity: 1; transform: scale(1); }
    }

    .modal-header {
      border: none;
      justify-content: flex-end;
    }

    .btn-close {
      background-color: #ccc;
      border-radius: 50%;
      padding: 0.5rem;
      opacity: 1;
    }

    .discount-text {
     font-size: 31px;
     font-weight: 700;
     color: #f00707;
     margin: 25px 0px 25px 0px;
    }

    .coupon-box {
      display: inline-flex;
      margin-top: 20px;
      border: 2px dashed #ccc;
      border-radius: 8px;
      overflow: hidden;
      background: #f8f8f8;
    }

    .coupon-code {
      font-weight: bold;
      padding: 10px 20px;
      background-color: #fff;
      font-size: 1.2rem;
      color: #333;
    }

    .copy-btn {
      background-color: #0d6efd;
      color: white;
      border: none;
      padding: 10px 15px;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }

    .copy-btn:hover {
      background-color: #084298;
    }

    .copied-msg {
      margin-top: 10px;
      font-size: 0.95rem;
      color: green;
      display: none;
    }
/*offer popup css*/


.breadcrumb {
    display: flex;
    align-items: center;
    font-size: 15px;
}
.breadcrumb ul li {
    float: left;
    color: var(--dark);
}
.breadcrumb ul li a {
    color: var(--dark);
}
.breadcrumb li:after {
    content: ">";
    padding: 0 5px;
    color: var(--dark);
    font-family: cursive;
}



/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
 .owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}