body, html{margin: 0;padding: 0;word-wrap: normal;overflow-x: hidden;scroll-behavior: smooth;}
::-webkit-scrollbar {width: 8px;height: 8px;}
::-webkit-scrollbar-track{background: #d6d6d6;}
::-webkit-scrollbar-thumb {background: rgba(0, 0, 0, 0.3);}
::-webkit-scrollbar-thumb:hover {background: #3f3f3f;}
.bg-header {overflow: hidden;position: absolute;width: 100%;height: 100%;}
.bg-header object {overflow: hidden;position: absolute;top: -15vh;right: 0;width: 100%;z-index: -9999;}
.carousel-control-prev-icon {background-image: none;}
.carousel-control-prev-icon:after {content: '';position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%) rotate(-45deg);transform: translate(-50%, -50%) rotate(-45deg);width: 15px;height: 15px;background-image: none;border-left: 1px solid white;border-top: 1px solid white;}
.carousel-control-next-icon {background-image: none;}
.carousel-control-next-icon:after {content: '';position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%) rotate(135deg);transform: translate(-50%, -50%) rotate(135deg);width: 15px;height: 15px;border-left: 1px solid white;border-top: 1px solid white;}
.prev-slide:after {content: '';position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%) rotate(-45deg);transform: translate(-50%, -50%) rotate(-45deg);width: 15px;height: 15px;background-image: none;border-left: 1px solid #000;border-top: 1px solid #000;}
.next-slide:after {content: '';position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%) rotate(135deg);transform: translate(-50%, -50%) rotate(135deg);width: 15px;height: 15px;border-left: 1px solid #000;border-top: 1px solid #000;}
a:hover{text-decoration: none;}header a {font-size: 14px;}header a:hover, header a:active, header a:focus{text-decoration: none;outline: none;}
.navbar-toggler:hover, .navbar-toggler:active, .navbar-toggler:focus{text-decoration: none;outline: none;}
.container {max-width: 1250px;}
.owl-theme .owl-dots .owl-dot:hover,
.owl-theme .owl-dots .owl-dot:active,
.owl-theme .owl-dots .owl-dot:focus {
    outline: none;
    box-shadow: none;
}