html {
    font-size: 100%;
    height: 100%;
    overflow-x: hidden;
    touch-action: manipulation
}

body {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    height: 100%;
    margin: 0;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word;
    color: #000;
    banner-2.jpeg position: relative
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
span,
li,
img {
    margin: 0;
    padding: 0;
    font-weight: 300
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5
}

p {
    line-height: 1.6;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #444
}

h1 {
    font-size: 4em;
    line-height: 1
}

h2 {
    font-size: 2.8em;
    line-height: 1.1
}

h3 {
    font-size: 2em
}

h4 {
    font-size: 1.2em
}

h5 {
    font-size: 1.1em
}

h6 {
    font-size: .9em;
    letter-spacing: 1px
}

a,
button {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    transition: all .3s
}

a:focus,
a:active,
a:hover,
button:focus,
button:active,
button:hover {
    text-decoration: none;
    color: #6a0bbc
}

b {
    font-weight: 500
}

img {
    width: 100%
}

li {
    list-style: none;
    display: inline-block
}

span {
    display: inline-block
}

header {
    font-weight: 400
}

.header-top {
    background-color: #6a0bbc;
    color: #fff;
    padding: 10px 0
}

.clock {
    padding-bottom: 10px
}

.clock span {
    margin-right: 15px
}

.clock span i {
    margin-right: 10px
}

.jk-slider {
    width: 100%
}

.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center
}

.hero h1 {
    font-weight: 700;
    font-size: 60px;
    margin: 0;
    padding: 0;
    line-height: 78px;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .75);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.hero h4 {
    font-size: 36px;
    margin: 22px 0 -11px
}

.carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s
}

.carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s
}

.left-control,
.right-control {
    position: absolute;
    top: 50%;
    height: 51px;
    width: 51px;
    line-height: 48px;
    border-radius: 50%;
    background-color: #6a0bbc;
    z-index: 20;
    font-size: 24px;
    color: #fff;
    text-align: center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.left-control {
    left: -51px
}

.right-control {
    right: -51px
}

.left-control:hover,
.right-control:hover {
    color: #fff
}

.carousel:hover .left-control {
    left: 30px
}

.carousel:hover .right-control {
    right: 30px
}

.menu {
    background-color: #fff;
    border: 0;
    border-radius: 0;
    padding: 10px 0;
    margin-bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 999
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #6a0bbc
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    color: #6a0bbc;
    background-color: transparent
}

ul.dropdown-menu li {
    display: inherit
}

.menu {
    text-align: center;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, .5)
}

.menu ul li a {
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
    color: #6a0bbc;
    font-size: 14px;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 700
}

.menu ul li a:hover {
    background-color: #6a0bbc;
    color: #fff;
    padding: 15px
}

.brand_img {
    margin-top: -10px
}

.nav_menu>li:hover>a {
    background: 0 0;
    color: #6a0bbc
}

.nav_menu>li>a:focus {
    background: 0 0;
    outline: 0
}

.nav_menu>li:hover>a:before {
    width: 100%
}

.nav_menu>li:hover>a:after {
    width: 100%
}

.nav_menu li {
    position: relative
}

.brand {
    padding: 5px 15px
}

.activeMenu {
    color: #f6795a !important;
    font-weight: 600 !important
}

.custom_toggle {
    background: #0086bd;
    border-radius: 0;
    color: #fff
}

.affix {
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    z-index: 9999 !important;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    box-shadow: 0 0 5px #aaa
}

.affix {
    top: 0;
    width: 100%;
    z-index: 999
}

.dropdown-menu>li>a {
    padding: 10px 20px
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-color: #6a0bbc;
    color: #fff
}

.nav_menu .dropdown-menu {
    right: auto;
    left: 0
}

.services {
    margin-top: 100px
}

.services span {
    padding-bottom: 35px
}

.btn-custom:hover {
    background-color: #6a0bbc;
    color: #fff
}

.btn-custom {
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    border: 1px solid #6a0bbc;
    margin-top: 15px
}

.thumbnail:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    transition: all .25s ease-in-out
}

.product-category {
    background-color: #f9fafc;
    margin-top: 100px;
    padding: 40px 0 60px
}

section.product-category span,
.about span,
.products span,
.company-logo span,
.latest-news span {
    padding-bottom: 40px
}

.sin-parent-cat {
    position: relative;
    width: 100%;
    margin-bottom: 30px
}

.sin-parent-cat a:hover {
    color: #fff
}

.cat-overlay {
    background-color: rgba(0, 0, 0, .4)
}

.sin-parent-cat a {
    padding: 20px 0;
    font-size: 18px;
    letter-spacing: .86px;
    line-height: 1.15;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    z-index: 999999999
}

.title-category {
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase
}

.category_img img {
    width: 100%
}

.category_img {
    height: 270px;
    z-index: 1;
    position: relative
}

.category_img:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .65)
}

.product-category span {
    border: 0;
    border-top: 5px solid #6a0bbc;
    display: inline-block;
    margin: 4px 0;
    width: 100px;
    padding-bottom: 20px
}

.sin-parent-cat:hover .overlay-hover {
    width: 100%;
    left: 0;
    color: #fff
}

.about {
    padding: 100px 0;
    background-color: #f9fafc
}

.about_para h3 {
    margin-top: 15%;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px
}

.about_para p {
    text-align: left
}

.about_img {
    padding: 0
}

.about_para span,
.product-category span,
.services span,
.about span,
.products span,
.company-logo span,
.latest-news span {
    border: 0;
    border-top: 5px solid #6a0bbc;
    display: inline-block;
    margin: 4px 0;
    width: 100px;
    text-align: center
}

.btn-noor {
    background-color: #fff;
    font-size: 16px;
    margin-top: 25px;
    border: 2px solid #6a0bbc;
    border-radius: 0;
    color: #6a0bbc
}

.btn-noor:hover,
.btn-noor:active:hover {
    background-color: #6a0bbc;
    border: 2px solid #6a0bbc;
    color: #fff
}

.products {
    margin: 100px 0
}

.products hr {
    margin-top: 8px
}

.products-carousel .owl-nav div,
.news-carousel .owl-nav div,
.products-single-carousel .owl-nav div,
.company-logo .slider-active .owl-nav div {
    background: #6a0bbc none repeat scroll 0 0;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    border-radius: 3px
}

.products-carousel .owl-nav .owl-next,
.news-carousel .owl-nav .owl-next,
.products-single-carousel .owl-nav .owl-next,
.company-logo .slider-active .owl-nav .owl-next {
    top: 50%;
    right: 0
}

.products-carousel .owl-nav .owl-prev,
.news-carousel .owl-nav .owl-prev,
.company-logo .slider-active .owl-nav .owl-prev {
    top: 50%
}

.products .products-carousel .owl-dots {
    bottom: -50px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center
}

.products .products-carousel .owl-dots .owl-dot span {
    border: 1px solid #00bd86;
    border-radius: 50%;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 10px
}

.products .products-carousel .owl-dot.active {
    background: #00bd86 none repeat scroll 0 0
}

.product-item img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    max-width: 100%
}

.product-item:hover img {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25)
}

.product-img {
    height: 200px;
    overflow: hidden;
    border: 1px solid #6a0bbc;
    padding: 10px
}

.product-title {
    height: 60px;
    background-color: #6a0bbc;
    color: #fff;
    text-transform: uppercase
}

.product-title a h4 {
    padding: 5px 0
}

.product-title a:hover {
    color: #fff
}

.pro-head {
    margin-bottom: 40px
}

.pro-head button {
    margin: 0 7px;
    padding: 5px 17px;
    color: #fff;
    border: 1px solid #00f;
    border-radius: 5px;
    background-color: #00f
}

.pro-head button:focus {
    outline: 0;
    background: #00f;
    opacity: .7
}

.company-logo .title-category {
    color: #000
}

.company-logo {
    padding: 100px 0;
    width: 100%;
    color: #fff;
    background: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url(../../../uploads/2018/09/banner-1.jpg);
    background-size: cover;
    display: table;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    max-width: 100%;
    height: auto
}

#information {
    padding: 100px 0;
    width: 100%;
    color: #fff;
    background: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url(//worldmarinebd.com/wp-content/themes/worldmarinebd/css/../images/banner-4.jpeg);
    background-size: cover;
    display: table;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    max-width: 100%;
    height: auto
}

.caption p a {
    color: #6a0bbc
}

.caption a {
    margin-bottom: 13px
}

.caption h3 {
    font-size: 24px
}

.recent-post h3,
.related-text {
    text-align: center;
    margin: 0 0 15px;
    background-color: #6a0bbc;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    padding: 7px 0;
    line-height: 34px
}

.recent-post-text h5 {
    padding: 15px 0 10px
}

.widget_categories {
    font-size: 15px;
    margin-top: 10px
}

.widget_categories ul {
    margin-bottom: 0;
    list-style: none
}

.cat-item {
    color: #333;
    background-color: transparent;
    font-size: 15px;
    font-weight: 400
}

.widget_categories li:hover,
.widget_categories li:hover a {
    color: #6a0bbc
}

.widget_categories li {
    border: none;
    padding: 15px 0;
    border-bottom-width: 100%;
    border-bottom: 1px solid #d3d3d3
}

.blog-single {
    background-color: #fff
}

.single-news .banner-overlay {
    background-color: rgba(0, 0, 0, .5)
}

ul#breadcrumbs {
    padding-bottom: 20px
}

.single-news {
    background-position: center center;
    margin-top: 64px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    background-image: url(https://worldmarinebd.net/wp-content/uploads/2018/09/banner-1.jpg)
}

section#blog,
.child-cat {
    padding: 50px 0;
    background-color: #f4f4f4
}

.blog-sidebar {
    background-color: #fff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, .5)
}

.blog-content {
    padding: 30px 20px;
    margin-bottom: 50px
}

.blog-content1 {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, .5);
    margin-bottom: 50px
}

.blog-home {
    background-color: #fff
}

.blog-home img {
    height: 250px
}

.blog-home .blog-head h4 {
    margin-top: 0;
    font-size: 25px;
    margin-bottom: 10px;
    text-transform: capitalize
}

.blog-head p {
    margin-bottom: 20px
}

button.btn.btn-ct-foo.btn-lg {
    width: 100%
}

.blog-head {
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 10px
}

.blog-head ul li i {
    margin-right: 5px
}

.blog-head h3 {
    margin-top: 0;
    font-size: 25px;
    text-transform: capitalize;
    padding: 20px 0
}

.blog-head .list-inline {
    font-size: 12px
}

.blog-body p a {
    color: #6a0bbc
}

.single-title {
    margin-top: 25px
}

.blog-body .custom-btn .btn {
    padding: 10px 15px;
    margin-top: 20px
}

.blog-content:hover .blog-head a h3 {
    color: #6a0bbc
}

.latest-news {
    background-color: #f4f4f4;
    padding: 50px 0
}

.latest-news hr {
    margin-top: 7px;
    border-top: 2px solid #fff
}

.post-navigation {
    margin-top: 3.72222em;
    border-top: 1px solid #d9d9d9;
    clear: both
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
    padding: 1.88889em 0 2.44444em;
    border-bottom: 1px solid #d9d9d9
}

.post-navigation a {
    color: inherit;
    display: block;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.23077
}

.post-navigation a:hover {
    color: #6a0bbc
}

.post-navigation .nav-next {
    text-align: right
}

.go-top {
    background-color: #6a0bbc;
    box-shadow: 1px 1.732px 12px 0px rgba(0, 0, 0, .14), 1px 1.732px 3px 0px rgba(0, 0, 0, .12);
    bottom: 60px;
    right: 30px;
    color: #fff;
    font-size: 30px;
    display: none;
    position: fixed;
    text-decoration: none;
    width: 45px;
    height: 45px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%
}

.go-top i {
    line-height: inherit;
    font-size: 30px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.go-top:hover {
    background: #282828;
    color: #fff
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #fff
}

.spinner {
    border: 1px solid transparent;
    border-radius: 5px;
    position: relative
}

.spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #6a0bbc;
    border-top-color: #fff;
    border-bottom-color: #fff;
    animation: spinner .9s linear infinite
}

@-webkit-@keyframes spinner {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner {
    to {
        transform: rotate(360deg)
    }
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #aaa;
    color: #fff;
    cursor: pointer;
    padding: 7px 10px;
    border-radius: 50%;
    box-shadow: 0 0px 3px 0 #000
}

#myBtn span {
    font-size: 22px
}

#myBtn:hover {
    box-shadow: 0 0px 6px 0 #000;
    opacity: .7;
    background-color: #6a0bbc
}

.footer {
    background: linear-gradient(rgba(106, 11, 188, .8), rgba(0, 0, 0, .8)), url(https://worldmarinebd.net/wp-content/uploads/2018/09/banner-2.jpeg);
    padding: 50px 0;
    color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    max-width: 100%;
    height: auto
}

.blog .form-control {
    border-radius: 0;
    margin-bottom: 10px;
    background-color: transparent
}

.blog .form-control:focus {
    color: #fff
}

.btn-ct-foo {
    border-radius: 4px;
    border: 1px solid #6a0bbc;
    background-color: #fff;
    padding: 3px 12px;
    background-color: #6a0bbc;
    color: #fff;
    transition: .5s all ease-in
}

.btn-ct-foo:hover {
    background-color: #fff;
    color: #6a0bbc
}

.footer-about p {
    color: #fff;
    padding: 15px 0
}

.footer-social i {
    background-color: #6a0bbc;
    width: 30px;
    height: 30px;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    margin: 0;
    transition: .5s all ease-in
}

.copyright span {
    padding-left: 60px
}

.footer .widget-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 20px
}

.social ul li a i:hover {
    color: #fff
}

.footer-social i:hover {
    background-color: #fff;
    color: #6a0bbc
}

.footer-cat .widget {
    margin-top: 0
}

.single-pro {
    margin-bottom: 50px
}

.category-head {
    background-position: center center;
    margin-top: 85px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff
}

.banner-overlay {
    background-color: rgba(0, 0, 0, .7)
}

.product-content {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, .5);
    margin-bottom: 20px
}

.category_name h3,
.entry-title {
    font-weight: 700;
    text-transform: uppercase;
    padding: 75px 0
}

h1.entry-title {
    font-size: 35px
}

li.separator {
    padding: 0 5px
}

section#breadcrumb {
    padding-top: 20px
}

section#page-head {
    margin-top: 40px
}

.bread-current {
    color: #6a0bbc
}

ul.sub-terms {
    padding-bottom: 40px
}

ul.sub-terms li a {
    border: 1px solid #fff;
    font-size: 12px;
    padding: 5px 10px;
    margin-right: 10px
}

ul.sub-terms li a:hover {
    background-color: #6a0bbc;
    color: #fff
}

.blog-body h3 {
    padding-top: 30px;
    font-size: 28px
}

.cat-item {
    width: 100%
}

.list-custom-taxonomy-widget ul li a {
    font-size: 16px;
    padding: 5px
}

.list-custom-taxonomy-widget ul li a:before {
    font-family: FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    padding-right: 10px;
    content: "\f0a9"
}

.pagination {
    padding-top: 30px;
    margin: 0
}

.pagination .list-inline a,
.pagination .current {
    background-color: transparent;
    border: none;
    border-radius: 5px;
    padding: 8px 14px;
    font-size: 18px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, .6)
}

.pagination .current {
    padding: 8px 15px;
    background-color: #6a0bbc;
    color: #fff
}

.pagination a:hover,
.pagination .current:hover {
    background-color: #6a0bbc;
    color: #fff
}

#contact {
    width: 100%;
    color: #fff;
    padding-bottom: 100px;
    background: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .7)), url(//worldmarinebd.com/wp-content/themes/worldmarinebd/css/../images/banner-3.jpeg);
    background-size: cover;
    display: table;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat
}

.contact-area {
    padding: 100px 0 0
}

.address-icon {
    border-right: 1px solid #6a0bbc;
    float: left;
    padding-right: 10px
}

.address-icon i {
    font-size: 30px
}

.address-head {
    float: left;
    padding-left: 10px;
    padding-bottom: 15px
}

.address-head h3 {
    font-size: 20px;
    margin: 5px 0
}

.address-text {
    clear: left
}

.address-text p a {
    color: #fff
}

.address-text p a:hover {
    color: #e54378
}

.contact-us {
    margin-top: 35px
}

.contact-form .form-control {
    background: 0 0;
    margin-bottom: 10px;
    border: 1px solid #fff;
    border-radius: 0;
    box-shadow: none;
    height: 40px;
    color: #fff
}

.contact-form .form-control:focus {
    border-color: #6a0bbc
}

.contact-form textarea.form-control {
    height: 170px
}

.contact-form .form-control::-moz-placeholder,
.booking-form .form-control::-moz-placeholder {
    color: #fff
}

.contact-form .form-control::-ms-input-placeholder,
.booking-form .form-control::-ms-input-placeholder {
    color: #fff
}

.contact-form .form-control::-webkit-input-placeholder,
.booking-form .form-control::-webkit-input-placeholder {
    color: #fff
}

.contact-form .custom-btn .btn,
.booking-form .custom-btn .btn {
    padding: 10px 20px;
    margin-top: 15px
}

#map {
    width: 100%;
    height: 350px;
    margin: 0 auto
}

.head-text h2 {
    font-size: 30px;
    font-weight: 500;
    float: left;
    margin-bottom: 10px
}

#contact .horizontal-line {
    background-color: #fff
}

.horizontal-line {
    width: 100%;
    height: 1px;
    background-color: #333;
    clear: left
}

.head-section {
    margin-bottom: 50px
}

.text-left {
    color: #fff
}

.pro-search {
    margin-bottom: 50px
}

#ajaxsearchlite1 .probox,
div.asl_w .probox {
    background-color: #6a0bbc;
    background-image: -moz-radial-gradient(center, ellipse cover, #6a0bbc, #6a0bbc);
    background-image: -webkit-gradient(radial, center center, 0, center center, 100%, #6a0bbc, #6a0bbc);
    background-image: -webkit-radial-gradient(center, ellipse cover, #6a0bbc, #6a0bbc);
    background-image: -o-radial-gradient(center, ellipse cover, #6a0bbc, #6a0bbc);
    background-image: -ms-radial-gradient(center, ellipse cover, #6a0bbc, #6a0bbc);
    background-image: radial-gradient(ellipse at center, #6a0bbc, #6a0bbc);
    border: 0 solid #6a0bbc
}

div.asl_w .probox .promagnifier {
    background-color: #6a0bbc;
    background-image: -o-linear-gradient(180deg, #6a0bbc, #6a0bbc);
    background-image: -ms-linear-gradient(180deg, #6a0bbc, #6a0bbc);
    background-image: -webkit-linear-gradient(180deg, #6a0bbc, #6a0bbc);
    background-image: linear-gradient(180deg, #6a0bbc, #6a0bbc)
}

.btn-history:hover {
    background-color: #6a0bbc;
    color: #fff
}

.btn-history {
    margin-top: 10px;
    border-radius: 500px;
    border: 2px solid #6a0bbc;
    padding: 8px 28px;
    background-color: #fff;
    color: #6a0bbc;
    transition: .5s all ease-in;
    outline: 0;
    font-weight: 500
}