@import url(https://fonts.googleapis.com/css?family=Cabin:500, 600, 700|Kanit:200, 300, 300i, 400);
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: #fff;
    overflow: hidden;
}
#loader {
    display: block;
    position: relative;
    top: 50%;
    margin: auto;
    width: 270px;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    background: -webkit-linear-gradient(top, #3b0066 0, #d74d12 100%);
    background: linear-gradient(180deg, #3b0066 0, #d74d12 100%);
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    text-align: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
#loader-wrapper #loader:after {
    content: "";
    display: table;
    clear: both;
}
#loader-wrapper span {
    float: left;
    height: 70px;
    line-height: 85px;
    width: 30px;
}
#loader-wrapper span:first-child {
    float: left;
    height: 70px;
    line-height: 85px;
    width: 60px;
}
#loader-wrapper #loader > span {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
#loader-wrapper #loader > span:first-child {
    color: #d94812;
    background: #19022a;
}
#loader-wrapper .covers {
    position: absolute;
    height: 100%;
    width: 100%;
}
#loader-wrapper .covers span {
    background: -webkit-linear-gradient(top, #fff 0, #fff 100%);
    background: linear-gradient(180deg, #fff 0, #fff 100%);
    -webkit-animation: up 2s infinite;
    animation: up 2s infinite;
}
@-webkit-keyframes up {
    0% {
        margin-bottom: 0;
    }
    16% {
        margin-bottom: 100%;
        height: 20px;
    }
    50% {
        margin-bottom: 0;
    }
    100% {
        margin-bottom: 0;
    }
}
@keyframes up {
    0% {
        margin-bottom: 0;
    }
    16% {
        margin-bottom: 100%;
        height: 20px;
    }
    50% {
        margin-bottom: 0;
    }
    100% {
        margin-bottom: 0;
    }
}
#loader-wrapper .covers span:nth-child(2) {
    -webkit-animation-delay: 0.142857s;
    animation-delay: 0.142857s;
}
#loader-wrapper .covers span:nth-child(3) {
    -webkit-animation-delay: 0.285714s;
    animation-delay: 0.285714s;
}
#loader-wrapper .covers span:nth-child(4) {
    -webkit-animation-delay: 0.428571s;
    animation-delay: 0.428571s;
}
#loader-wrapper .covers span:nth-child(5) {
    -webkit-animation-delay: 0.571428s;
    animation-delay: 0.571428s;
}
#loader-wrapper .covers span:nth-child(6) {
    -webkit-animation-delay: 0.714285s;
    animation-delay: 0.714285s;
}
#loader-wrapper .covers span:nth-child(7) {
    -webkit-animation-delay: 0.857142s;
    animation-delay: 0.857142s;
}
#loader-wrapper .covers span:nth-child(8) {
    -webkit-animation-delay: 0.999999s;
    animation-delay: 0.999999s;
}
.scroll-top {
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 52px;
    right: 80px;
    z-index: 99;
    text-align: center;
    color: #fff;
    background: #3b0066;
    font-size: 30px;
    display: none;
}
.scroll-top:after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0, rgba(0, 0, 0, 0) 80%);
    background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0, rgba(0, 0, 0, 0) 80%);
}
@font-face {
    font-family: font-awesome;
    src: url(../fonts/font-awesome/fonts/fontawesome-webfont.ttf);
    src: url(../fonts/font-awesome/fonts/fontawesome-webfont.eot), url(../fonts/font-awesome/fonts/fontawesome-webfont.woff2) format("woff2"), url(../fonts/font-awesome/fonts/fontawesome-webfont.woff) format("woff"),
        url(../fonts/font-awesome/fonts/fontawesome-webfont.svg) format("svg");
}
body {
    font-family: Kanit, sans-serif;
    font-weight: 400;
    color: #727272;
    font-size: 15px;
    position: relative;
    line-height: 26px;
    letter-spacing: 0.25px;
}
body .main-page-wrapper {
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5 {
    color: #131212;
    font-family: Cabin, sans-serif;
    font-weight: 600;
}
h1 {
    font-size: 74px;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 32px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 16px;
}
p {
    font-weight: 300;
}
ul {
    list-style-type: none;
}
a {
    text-decoration: none;
    display: inline-block;
    font-family: Cabin, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0;
}
img {
    max-width: 100%;
    display: block;
}
button {
    border: none;
    outline: 0;
    box-shadow: none;
    display: block;
    padding: 0;
}
input,
textarea,
select {
    outline: 0;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.round-border {
    border-radius: 50%;
}
.theme-title h3 {
    display: inline-block;
    position: relative;
}
.m-top0 {
    margin-top: 0 !important;
}
.m-bottom0 {
    margin-bottom: 0 !important;
}
.theme-title {
    position: relative;
    padding: 14px 0 0 19px;
}
.theme-title:before {
    content: "";
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0;
    left: 0;
    border-left: 2px solid #3b0066;
    border-top: 2px solid #3b0066;
}
.theme-title h3,
.theme-title h5 {
    text-transform: uppercase;
}
.theme-title h5 {
    color: #727272;
    margin-bottom: 11px;
}
.theme-title h3 {
    display: inline-block;
}
.theme-title span {
    display: inline-block;
    border-bottom: 1px solid #ebe7e7;
    margin-right: 90px;
    margin-left: 10px;
    width: 67%;
}
.banner-bottom-text.style-two .single-box,
.bootstrap-select.btn-group .dropdown-menu li a span.text,
.contact-us-page .contact-address .single-box a,
.contact-us-page .dropdown-menu > li,
.details-tab-panel .panel-wrapper .details-panel .panel-group .panel-heading a:before,
.faq-page-toContent .rotate-content-box .number:before,
.owl-theme .owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot span:before,
.owl-theme .owl-nav [class*="owl-"],
.portfolio-details-page .image-slider .carousel-indicators li,
.project-single-content .single-project .img .opacity,
.service-sldier .service-item:before,
.team-member-content .single-team-member .img .opacity,
.theme-sidebar .single-box ul li a i,
.theme-sidebar .single-box ul li a:before,
.tran3s {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#mega-menu-holder > ul > li > a:before,
.theme-main-menu .menuzord-menu > li > a:after,
.tran4s {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#banner .button-ds.button-two,
#mega-menu-holder ul.dropdown li a:hover,
.about-us-section .single-about-content i,
.blog-details-page .blog-details-content .leave-comment ul li .fa-star,
.blog-details-page .blog-details-content .text-content ul.extra-list li i,
.blog-details-page .blog-details-content .text-content ul.post-info li i,
.contact-us-page .contact-address .single-box .icon,
.contact-us-page .contact-address .single-box a:hover,
.details-tab-panel .panel-wrapper .details-panel .panel-group .panel-heading a:before,
.inner-banner ul li,
.owl-theme .owl-nav [class*="owl-"]:focus,
.owl-theme .owl-nav [class*="owl-"]:hover,
.owl-theme.service-sldier .owl-nav [class*="owl-"]:focus,
.owl-theme.service-sldier .owl-nav [class*="owl-"]:hover,
.p-color,
.page-middle-banner .right-side h2,
.project-single-content .single-project:hover .text h4 a,
.service-sldier .service-item i,
.testimonial-section .testimonial-slider .wrapper .name i,
.theme-main-menu .menuzord-menu > li.quote.color-two a,
.theme-sidebar .single-box ul li a i,
.theme-sidebar .single-box ul li a:hover,
.theme-sidebar .single-box ul li.active a,
footer .footer-middle ul li a,
footer .top-footer .footer-navigation ul li a:hover,
header .bottom-header .quickcall:hover,
header .bottom-header .social-icon li a,
header.header-style-two .bottom-header .social-icon li a:hover {
    color: #3b0066;
}
footer .top-footer .footer-navigation ul li a:hover{
	color: #ffb619 !important;
}
#banner .button-ds.button-two:hover,
.blog-content-wrapper .single-blog-post .img .date,
.blog-content-wrapper .single-blog-post .post,
.blog-details-page .blog-details-content .admin-text ul.share-icon li a:hover,
.blog-details-page .blog-details-content .share-option ul.share-icon li a:hover,
.blog-details-page .blog-details-content .single-comment .reply:hover,
.contact-us-page .bootstrap-select.btn-group .dropdown-menu li:hover,
.contact-us-page .dropdown-menu > li.selected,
.faq-page-toContent .rotate-content-box:hover .number:before,
.mixitUp-menu ul li.active,
.mixitUp-menu ul li:hover,
.owl-theme .owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span,
.p-color-bg,
.page-middle-banner,
.portfolio-details-page .image-slider .carousel-indicators li.active,
.theme-main-menu .menu-wrapper.bg-color-one,
.uranus .tp-bullet,
.uranus .tp-bullet-inner,
.uranus .tp-bullet.selected .tp-bullet-inner,
.uranus .tp-bullet:hover .tp-bullet-inner,
footer .footer-middle ul li a:hover,
footer .top-footer .footer-contact form button,
footer .top-footer .footer-navigation .newsletter form button,
header .bottom-header .social-icon li a:hover {
    background: #3b0066;
}
#banner .button-ds.button-two,
#theme-main-banner .tp-caption a:hover,
.banner-bottom-text.style-two .single-box:hover,
.blog-details-page .blog-details-content .admin-text,
.blog-details-page .blog-details-content .leave-comment input:focus,
.blog-details-page .blog-details-content .leave-comment textarea:focus,
.blog-details-page .blog-details-content .text-content ul.extra-list li i,
.contact-us-page .contact-form-holder form input:focus,
.contact-us-page .contact-form-holder form textarea:focus,
.team-partner.bg-color .partner-logo .logo-wrapper .single-logo:hover,
.testimonial-section .testimonial-slider .wrapper .name i,
.theme-main-menu .menuzord-menu > li.quote.color-two a,
footer .footer-middle ul li a,
header .bottom-header .social-icon li a,
header.header-style-two .bottom-header .social-icon li a:hover {
    border-color: #3b0066;
    border-style: solid;
}
.tp-bullets {
    display: none;
}
header {
    position: relative;
}
header .top-header.bg-color-one {
    background:/*#8b1ade;*/ #3b0066;
    padding: 5px 0;
}
header .top-header ul li {
    display: inline-block;
    font-weight: 300;
    font-size: 14px;
    color: #232a34;
    margin: 7px 0;
}
header .top-header ul li i {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 5px;
}
header .top-header.bg-color-one ul li {
    color: #fff;
}
header .top-header ul.float-left li {
    margin-right: 25px;
}
header .top-header ul.float-right li {
    margin-left: 25px;
}
header .bottom-header {
    padding: 18px 0 48px 0;
    background: #fff;
}
header .bottom-header .quickcall {
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    width: 195px;
    padding: 5px 0;
    background: #3b0066;
    text-align: center;
    margin-top: 5px;
    text-decoration: none;
}
header .bottom-header .quickcall span {
    font-size: 16px;
    display: block;
    color: #ffc205;
}
header .bottom-header .quickcall:hover {
    color: #ffc205;
}
header .bottom-header .social-icon li {
    display: inline-block;
}
header .bottom-header .social-icon li a {
    width: 60px;
    line-height: 58px;
    border-width: 1px;
    text-align: center;
    margin: 5px 4px;
    font-size: 20px;
}
header .bottom-header .social-icon li a:hover {
    color: #fff;
}
header .bottom-header .social-icon {
    margin: 0 35px 0 25px;
}
header .bottom-header .search {
    width: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 16px;
    margin-top: 5px;
}
header .bottom-header .search-option form {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    z-index: 99;
    margin: 0;
    height: 70px;
    padding: 10px 0;
    border-radius: 0;
    border: none;
}
header .bottom-header .search-option form .container {
    position: relative;
    height: 100%;
}
header .bottom-header .search-option form input {
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 52px 0 15px;
}
header .bottom-header .search-option form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    color: #fff;
}
header .bottom-header .search-option form button:hover,
header .bottom-header .search:hover {
    background: #991ff4;
}
header.header-style-two .bottom-header {
    background: 0 0;
}
header.header-style-two .transparent-bg {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    z-index: 99;
}
header.header-style-two .bottom-header .quickcall {
    background: rgba(0, 0, 0, 0.52);
}
header.header-style-two .bottom-header .social-icon li a {
    border-color: #fff;
    color: #fff;
}
header.header-style-two .bottom-header .social-icon li a:hover {
    background: 0 0;
}
header.logo a img {
    width: 120px;
}
.media-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10px;
}
.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.qual_assu_title {
    background: #3b0066;
    padding: 5px 10px;
    color: #fff;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.qual_assu_content_bg {
    background: #f5f5f5;
    display: flow-root;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.qual_assu_content_bg .col-md-6 {
    padding-top: 10px;
    border-bottom: 1px solid #9999998c;
}
.long-text-adjust {
    display: flex !important;
    line-height: 1.5 !important;
    padding-bottom: 10px;
    padding-top: 10px;
}
.panel-body ul > li {
    border-bottom: 1px solid #9999998c;
    padding-bottom: 8px;
    padding-top: 8px;
}
.panel-body ul > li:first-child {
    border-bottom: 1px solid #9999998c;
    padding-bottom: 8px;
    padding-top: 0;
}
.panel-body ul > li:last-child {
    border-bottom: 0;
    padding-bottom: 8px;
    padding-top: 8px;
}
.mb--195 {
    margin-bottom: -120px;
}
.contact-in-banner .theme-title h3 {
    color: #0b3a64;
}
.contact-form-area {
    background: #f0f8ff;
    display: table;
    padding: 50px;
    border: 1px solid #3b0066;
}
.tp-mask-wrap {
    left: -30px;
}
.white-color {
    background-color: #fff;
    border: 1px solid #ddd;
}
.ivory-color {
    background-color: #f6efd2;
}
.crema-color {
    background-color: #f7f8ea;
}
.champagine-color {
    background-color: #eff4d4;
}
.black-color {
    background-color: #000;
}
.brown-color {
    background-color: #a82e2d;
}
.yellow-color{
	background-color: #ffcd00;
}
.babypink-color{
	background-color: #ffabdf;
}
.magenta-color{
	background-color: #ff8cb3;
}
.orange-color{
	background-color: #ff7300;
}
.red-color{
	background-color: #fe0000;
}
.burgundy-color{
	background-color: #8c2e53;
}
.skyblue-color{
	background-color: #5ce1e6;
}
.alpineblue-color{
	background-color: #2fa9ff;
}
.royalblue-color{
	background-color: #1d00fb;
}
.limegreen-color{
	background-color: #7ed956;
}
.mintgreen-color{
	background-color: #008036;
}
.forestgreen-color{
	background-color: #065611;
}
.lightgrey-color{
	background-color: #a6a6a6;
}
.darkgrey-color{
	background-color: #545454;
}
.golden-color{
	background: url("../images/home/golden-color.png") repeat;
}
.silver-color{
	background: url("../images/home/silver.png") repeat;
}
.copper-brown-color {
    background-color: #ca8f67;
}
.steel-grey-color {
    background-color: #9b98ab;
}
.cobalt-blue-color {
    background-color: #7b72b3;
}
.blaco-niavi-color {
    background-color: #f3f3f3;
}
.turquoise-blue-color {
    background-color: #8ebee6;
}
.almondo-color {
    background-color: #fcd4ba;
}
.autumn-yellow-color {
    background-color: #f0ed82;
}
.rose-color {
    background-color: #cd9d99;
}
.bottle-green-color {
    background-color: #98b3aa;
}
.fiero-color {
    background-color: #f0ca89;
}
.marble-beige-color {
    background-color: #b2a7a1;
}
.granilia-grey-color {
    background-color: #d4d5d9;
}
.aqua-color {
    background-color: #a6d9ca;
}
.alpine-blue-color {
    background-color: #b0a6c1;
}
.chocolate-color {

    background-color: #806463;
}
ul.color-pallet li {
    width: 22.333333%;
    display: inline-block;
    text-align: center;
    padding: 7px;
    border-bottom: 0;
}
ul.color-pallet li:first-child {
    border-bottom: 0;
}
ul.color-pallet li div {
    height: 35px;
}
.ql-objectives {
    padding: 20px 15px;
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 20px;
    background: #ddd;
    border: 1px solid #a6a5a6;
    height: 75px;
}
.ql-objectives h4 {
    color: #2c004c;
    text-transform: uppercase;
    font-size: 16px;
}
.theme-main-menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    margin-top: -38px;
    z-index: 999;
}
.theme-main-menu .menu-wrapper {
    padding-left: 35px;
    position: relative;
}
.theme-main-menu .menu-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 45px solid transparent;
}
.theme-main-menu .menu-wrapper.bg-color-one:before {
    border-bottom: 74px solid #19022a;
}
.theme-main-menu .menuzord-menu > li > a {
    position: relative;
}
#mega-menu-holder > ul > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    top: 20px;
    bottom: 20px;
    left: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: skewX(145deg) scale(1, 0);
    transform: skewX(145deg) scale(1, 0);
}
#mega-menu-holder > ul > li.active > a,
#mega-menu-holder > ul > li:hover > a {
    color: #fff;
}
#mega-menu-holder > ul > li.active > a:before,
#mega-menu-holder > ul > li:hover > a:before {
    -webkit-transform: skewX(145deg) scale(1);
    transform: skewX(145deg) scale(1);
}
.theme-main-menu #mega-menu-holder li.quote {
    float: right;
}
.theme-main-menu #mega-menu-holder li.quote a {
    width: 135px;
    line-height: 43px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 30px;
    margin: 15px 40px 0 0 !important;
}
.theme-main-menu #mega-menu-holder li.quote a:before {
    display: none;
}
.theme-main-menu #mega-menu-holder li.quote.color-one a {
    background: rgb(0 0 0 / 25%);
    border: 1px solid #a121ff;
    color: #fff;
}
.theme-main-menu #mega-menu-holder li.quote.color-one a:hover {
    background: #a121ff;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.theme-main-menu .menu-wrapper.bg-color-two {
    background: rgba(0, 0, 0, 0.52);
}
.theme-main-menu .menu-wrapper.bg-color-two:before {
    border-bottom: 75px solid #222b34;
}
.theme-main-menu .menuzord-menu > li.quote.color-two a {
    border-width: 1px;
}
.theme-main-menu .menuzord-menu > li.quote.color-two a:hover {
    color: #fff;
}
@-webkit-keyframes menu_sticky {
    0% {
        margin-top: -120px;
        opacity: 0;
    }
    50% {
        margin-top: -64px;
        opacity: 0;
    }
    100% {
        margin-top: 0;
        opacity: 1;
    }
}
@keyframes menu_sticky {
    0% {
        margin-top: -120px;
        opacity: 0;
    }
    50% {
        margin-top: -64px;
        opacity: 0;
    }
    100% {
        margin-top: 0;
        opacity: 1;
    }
}
.theme-main-menu.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    background: 0 0;
    -webkit-animation-name: menu_sticky;
    animation-name: menu_sticky;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
#banner h5 {
    font-family: Kanit, sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #fff;
}
#banner.homeOne-banner {
    text-align: center;
	margin-bottom: 30px;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
#banner h1 {
    color: #fff;
    text-transform: uppercase;
}
#banner h6 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 17px;
}
#banner .button-ds {
    width: 210px;
    line-height: 48px;
    text-align: center;
    border-radius: 30px;
}
#banner .button-ds.button-one {
    color: #fff;
    border: none;
}
#banner .button-ds.button-one:before,
#banner .button-ds.button-one:hover {
    border: none;
}
#banner .button-ds.button-two {
    border-width: 1px;
}
#banner .button-ds.button-two:hover {
    color: #fff;
}
.uranus .tp-bullet {
    width: 13px;
    height: 13px;
    box-shadow: none;
    opacity: 1;
}
.homeTwo-banner .uranus .tp-bullet {
    display: none !important;
}
.banner-bottom-text{
	margin-bottom: 30px;
}
.banner-bottom-text .single-box {
    position: relative;
/*	box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 58%) 0px 3px 6px;*/
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	border: 1px solid #3b0066;
}
.banner-bottom-text .single-box i{
	color: #3b0066;
    width: 50px;
    height: 50px;
    background: #eee;
    line-height: 50px;
    border: 1px solid #fff;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
	border-radius: 50%;
}
.banner-bottom-text .single-box .opacity {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
/*
    background: rgb(0 0 0 / 55%);
    padding: 35px 0 0 62px;
*/
	background: #eeeeeeab;
    padding: 20px;
    text-align: center;	
}
.banner-bottom-text .single-box:hover .opacity h2{color: white;}
.banner-bottom-text .single-box.active .opacity{
	background: #3b0066e3;
    border: 1px solid #fff;
}
.banner-bottom-text .single-box.active .opacity i{
	color: #db5f0f;
}
.banner-bottom-text .single-box.active .opacity h2{
	color: #FFFFFF;
}    
.banner-bottom-text .single-box .opacity h2{
	font-size: 25px;
}
.banner-bottom-text .single-box .opacity h2,
.banner-bottom-text .single-box .opacity h6 {
    color: #3b0066;
}
.banner-bottom-text .single-box .opacity h6 {
    font-size: 20px;
    font-weight: 200;
    margin-top: 12px;
}
.banner-bottom-text.style-one .single-box:hover .opacity {
    background: rgb(59 0 102 / 65%);
	border: 1px solid #fff;
}
.banner-bottom-text.top-transform {
    position: relative;
    z-index: 9;
/*
    -webkit-transform: translateY(-26%);
    transform: translateY(-26%);
*/
}
.quality-assu {
    margin-top: 30px;
}
.banner-bottom-text.style-two .single-box {
    border: 2px solid transparent;
}
.banner-bottom-text.style-two .single-box .opacity {
    top: 3px;
    left: 3px;
    bottom: 3px;
    right: 3px;
}
.banner-bottom-text.style-two.m-fix {
    margin: 20px 0 80px;
}
.about-us-section .single-about-content {
    text-align: center;
    padding: 0 25px;
    margin-bottom: 85px;
}
.about-us-section .single-about-content i {
    font-size: 35px;
}
.about-us-section .single-about-content h4 {
    text-transform: uppercase;
    margin: 12px 0 16px 0;
}
.about-us-section .about-main-content .text {
    width: 52%;
}
.about-us-section .about-main-content .text p {
    margin: 15px 0 35px 0;
}
.about-us-section .about-main-content .text a {
    width: 210px;
    line-height: 50px;
    color: #fff;
    text-align: center;
}
.about-us-section .about-main-content .img-box {
    width: 48%;
    position: relative;
}
.about-us-section .about-main-content .img-box:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 25px;
    width: 0;
    height: 0;
    z-index: -1;
}
.about-us-section .about-main-content .img-box img {
    margin: -15px auto 0 auto;
}
.about-us-section.style-two .single-about-content {
    margin: 85px 0 0 0;
}
.mv-icon-style {
    background: #3b0066;
    color: #fff;
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    margin: 0 auto;
    border: 5px solid;
    border-radius: 50px;
    margin-bottom: -23px;
    position: relative;
}
.box-heading {
    padding: 15px 25px;
    background: #3b0066;
}
.box-heading h3,
.box-heading h5 {
    color: #fff;
}
.box-content {
    padding: 25px;
    background: #eee;
}
.service-section {
    background: url(../images/home/3.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}
.service-section .opacity {
    background: rgba(0, 0, 0, 0.88);
    padding: 80px 0 20px 0;
}
.service-section .opacity .theme-title h3 {
    color: #fff;
}
.service-section .theme-title span {
    border-bottom-color: #1d2027;
}
.service-sldier {
    margin: 70px 0 0 0;
    cursor: w-resize;
}
.service-sldier .service-item {
    padding: 35px 25px 40px 25px;
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 20px;
    overflow: hidden;
}
.service-sldier .service-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #121212;
    border: 1px solid #1c1d1d;
    z-index: -1;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
.service-sldier .service-item:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.service-sldier .service-item i {
    font-size: 35px;
}
.service-sldier .service-item h4 {
    color: #fff;
    text-transform: uppercase;
    margin: 10px 0 19px 0;
}
.service-sldier .service-item a {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    width: 133px;
    line-height: 40px;
    margin-top: 30px;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
}
.service-sldier .service-item:hover a {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.service-sldier .item {
    margin: 0 15px;
}
.owl-theme .owl-nav [class*="owl-"] {
    font-family: font-awesome;
    background: 0 0;
    padding: 0 10px;
    border-radius: 0;
    font-size: 28px;
    line-height: 26px;
    color: #bebebe;
    margin: 0;
}
.owl-theme .owl-nav [class*="owl-"]:focus,
.owl-theme .owl-nav [class*="owl-"]:hover {
    background: 0 0;
}
.owl-theme .owl-nav .owl-prev {
    border-right: 1px solid #bebebe;
}
.owl-theme .owl-nav {
    position: absolute;
    right: 5px;
    top: -90px;
    margin: 0;
}
.owl-theme.service-sldier .owl-nav [class*="owl-"] {
    color: #545454;
}
.owl-theme.service-sldier .owl-nav .owl-prev {
    border-right: 1px solid #1d2027;
}
.project-section {
    padding: 100px 0 70px 0;
    background: #f2f2f2;
}
.project-section .project-slider {
    margin-top: 65px;
    cursor: move;
}
.project-single-content .single-project {
    background: #fff;
    margin-bottom: 30px;
}
.project-single-content .single-project .img {
    overflow: hidden;
    position: relative;
}
.project-single-content .single-project .img img {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.project-single-content .single-project:hover .img img {
    -webkit-transform: scale3D(1.1, 1.1, 1);
    transform: scale3D(1.1, 1.1, 1);
}
.project-single-content .single-project .img .opacity {
    z-index: 1;
    position: absolute;
    width: 140%;
    height: 140%;
    top: 100%;
    right: -98%;
    background: rgba(249, 82, 11, 0.75);
    -webkit-transform: rotate(125deg);
    transform: rotate(125deg);
}
.project-single-content .single-project:hover .img .opacity {
    top: 0;
}
.project-single-content .single-project .img ul {
    position: absolute;
    z-index: 9;
    bottom: 10px;
    right: 0;
}
.project-single-content .single-project .img ul li a {
    font-size: 18px;
    color: #fff;
    margin: 6px 18px;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
}
.project-single-content .single-project:hover .img ul li a {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.project-single-content .single-project:hover .img ul li:nth-child(1) a {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.project-single-content .single-project:hover .img ul li:nth-child(2) a {
    -webkit-transition-delay: 0.19s;
    transition-delay: 0.19s;
}
.project-single-content .single-project:hover .img ul li:nth-child(3) a {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}
.project-single-content .single-project .text {
    text-align: center;
    padding: 25px 0 15px 0;
}
.project-single-content .single-project .text h4 a {
    font-size: 21px;
    text-transform: none;
    color: #131212;
    display: block;
    margin-bottom: 7px;
}
.project-single-content .single-project .text ul li {
    display: inline-block;
    font-style: italic;
    font-size: 13px;
    margin-top: 15px;
}
.project-slider .item {
    margin: 0 15px;
}
.page-middle-banner {
    position: relative;
    padding: 65px 0 60px 0;
}
.page-middle-banner.m-fix {
    margin-top: 80px;
}
.page-middle-banner:after,
.page-middle-banner:before {
    content: "";
    position: absolute;
    width: 60%;
    height: 100%;
    border-radius: 200px 0 0 0;
    right: 0;
    top: 0;
}
.page-middle-banner:before {
    background: url(../images/inner-page/4_Profile.jpg) no-repeat center;
    background-size: cover;
    background-position: right;
}
.page-middle-banner .left-side h3 {
    color: #fff;
    font-size: 30px;
}
.page-middle-banner .left-side p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 14px 0 40px 0;
}
.page-middle-banner .left-side a {
    font-size: 12px;
    width: 155px;
    line-height: 40px;
    margin-left: 15%;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    background: #2c004c;
    border: 1px solid #921de8;
}
.page-middle-banner .left-side a:hover {
    background: #212121;
}
.page-middle-banner .right-side {
    text-align: center;
}
.page-middle-banner .right-side h2 {
    font-size: 50px;
    margin-bottom: 35px;
}
.page-middle-banner .right-side p {
    color: #000;
}
.page-middle-banner .right-side {
    position: relative;
    z-index: 9;
}
.testimonial-section {
    padding: 100px 0 80px 0;
	background: url("../images/360_F_202179808_o2YPAXShv0rdjQSso7mqOqSprYAvhKEM.webp") repeat;
	background-origin: content-box;
	background-position: center;
}
.testimonial-section .testimonial-slider .item {
    padding: 68px 30px 20px 70px;
}
.testimonial-section .testimonial-slider .wrapper {
    background: #f7f7f7;
    box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.1);
    padding: 22px 0;
    text-align: center;
    margin-right: 70px;
    position: relative;
    cursor: move;
}
.testimonial-section .testimonial-slider .wrapper .name {
    width: 21.5%;
    padding-top: 30px;
}
.testimonial-section .testimonial-slider .wrapper .name i {
    display: block;
    width: 80px;
    border-radius: 50%;
    line-height: 80px;
    background: #fff;
    font-size: 32px;
    border-width: 1px;
    margin: 0 auto;
}
.testimonial-section .testimonial-slider .wrapper .name h5 {
    text-transform: uppercase;
    margin: 23px 0 5px 0;
}
.testimonial-section .testimonial-slider .wrapper p.float-left {
    width: 78.5%;
    padding: 55px 100px 45px 25px;
    border-left: 1px solid #ebe3e0;
}
.testimonial-section .testimonial-slider .wrapper img {
    width: 135px;
    height: 135px;
    border-radius: 50%;
    position: absolute;
    top: -68px;
    right: -68px;
    z-index: 1;
}
.owl-theme .owl-dots {
    display: grid;
}
.owl-theme .owl-dots .owl-dot {
    display: block;
    margin: 10px 0;
}
.owl-theme .owl-dots .owl-dot span {
    opacity: 1;
    margin: 0;
    position: relative;
}
.owl-theme .owl-dots .owl-dot span:before {
    content: "";
    position: absolute;
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
    background: #d8d5d5;
    border-radius: 30px;
    z-index: -1;
}
.owl-theme .owl-dots .owl-dot.active span:before {
    -webkit-transform: scale(0);
    transform: scale(0);
}
.owl-theme .owl-dots {
    position: absolute;
    bottom: 14px;
    right: 0;
}
.testimonial-section .owl-theme .owl-dots {
    right: 70px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #3b0066 !important;
}
.team-partner {
    padding: 100px 0 0 0;
    margin-bottom: 100px;
}
.team-partner.bg-color {
    background: #1d1d1d;
    padding: 80px 0;
}
.team-partner.bg-color .theme-title h3,
.team-partner.bg-color .theme-title h5 {
    color: #fff;
}
.team-partner .theme-title {
    margin-bottom: 60px;
}
.team-member-content .single-team-member .img {
    overflow: hidden;
    position: relative;
    margin-right: 50px;
}
.team-member-content .single-team-member .img img {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.team-member-content .single-team-member:hover .img img {
    -webkit-transform: scale3D(1.1, 1.1, 1);
    transform: scale3D(1.1, 1.1, 1);
}
.team-member-content .single-team-member .img .opacity {
    z-index: 1;
    position: absolute;
    width: 140%;
    height: 140%;
    bottom: 100%;
    left: -98%;
    background: rgba(249, 82, 11, 0.75);
    -webkit-transform: rotate(-153deg);
    transform: rotate(-153deg);
}
.team-member-content .single-team-member:hover .img .opacity {
    bottom: 0;
}
.team-member-content .single-team-member .img ul {
    position: absolute;
    z-index: 9;
    top: 10px;
    left: 0;
}
.team-member-content .single-team-member .img ul li a {
    font-size: 17px;
    color: #fff;
    margin: 5px 18px;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
}
.team-member-content .single-team-member:hover .img ul li a {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.team-member-content .single-team-member:hover .img ul li:nth-child(1) a {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.team-member-content .single-team-member:hover .img ul li:nth-child(2) a {
    -webkit-transition-delay: 0.19s;
    transition-delay: 0.19s;
}
.team-member-content .single-team-member:hover .img ul li:nth-child(3) a {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}
.team-member-content .single-team-member .text {
    margin: -30px 0 0 25px;
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 25px 0 20px 0;
}
.team-member-content .single-team-member .text h5 {
    color: #fff;
    text-transform: uppercase;
}
.team-member-content .single-team-member .text span {
    display: block;
    font-size: 14px;
    font-weight: 300;
    color: #d7d7d7;
    margin: 5px 0 12px 0;
}
.team-member-content .single-team-member .text p {
    color: #fff;
    font-size: 14px;
}
.team-member-content .single-team-member .text ul li {
    display: inline-block;
}
.team-member-content .single-team-member .text ul li a {
    color: #fff;
    font-size: 20px;
    margin: 20px 12px 0 12px;
}
.team-member-content .single-team-member .text ul li a:hover {
    color: #212121;
}
.team-slider .item {
    margin: 0 15px;
}
.owl-theme.team-slider .owl-dots {
    bottom: 40%;
    right: 25px;
}
.team-partner .partner-logo {
    padding: 0 20px;
}
.partner-logo .logo-wrapper .single-logo {
    font-size: 60px;
    line-height: 120px;
    text-align: center;
    margin-bottom: 50px;
    color: #fff;
    background: #a6a5a5;
    border: 1px solid transparent;
}
.team-partner.bg-color .partner-logo .logo-wrapper .single-logo {
    background: #343434;
}
.our-team-single-page .team-member-content {
    padding: 0 30px;
}
.our-team-single-page .team-member-content .row {
    margin: 0 -40px;
}
.our-team-single-page .team-member-content .row [class*="col-"] {
    padding: 0 40px;
    margin-bottom: 60px;
}
.our-blog {
    padding: 0 0 100px 0;
}
.our-blog .blog-slider {
    margin-top: 70px;
}
.our-blog .theme-title span {
    width: 82%;
}
.our-blog .blog-slider .item {
    margin: 0 15px;
}
.blog-content-wrapper .single-blog-post .img {
    overflow: hidden;
    position: relative;
}
.blog-content-wrapper.blog-left-text .single-blog-post .img {
    margin-right: 70px;
}
.blog-content-wrapper.blog-right-text .single-blog-post .img {
    margin-left: 60px;
}
.blog-content-wrapper .single-blog-post .img img {
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.blog-content-wrapper .single-blog-post:hover .img img {
    -webkit-transform: scale3D(1.1, 1.1, 1);
    transform: scale3D(1.1, 1.1, 1);
}
.blog-content-wrapper .single-blog-post .img .date {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 52px;
    height: 92px;
    color: #fff;
    font-family: Cabin, sans-serif;
    font-weight: 700;
    text-align: center;
    padding-top: 15px;
}
.blog-content-wrapper .single-blog-post .img .date b {
    font-size: 26px;
}
.blog-content-wrapper .single-blog-post .img .date span {
    font-size: 20px;
    display: block;
    margin-top: 5px;
}
.blog-content-wrapper .single-blog-post .post {
    padding: 35px 0 40px 30px;
    margin-top: -75px;
    position: relative;
    z-index: 9;
}
.blog-content-wrapper.blog-left-text .single-blog-post .post {
    margin-left: 70px;
}
.blog-content-wrapper.blog-right-text .single-blog-post .post {
    margin-right: 70px;
}
.blog-content-wrapper .single-blog-post .post h4 a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
}
.blog-content-wrapper .single-blog-post .post p {
    color: #fff;
    line-height: 25px;
    margin: 27px 0 32px 0;
}
.blog-content-wrapper .single-blog-post .post > a {
    width: 133px;
    line-height: 40px;
    background: #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 30px;
    color: #4c4b4b;
}
.blog-content-wrapper .single-blog-post .post > a:hover {
    background: #212121;
    color: #fff;
}
.our-blog.blog-single-page .single-blog-post {
    margin-bottom: 50px;
}
.our-blog.blog-single-page .load-more {
    width: 133px;
    line-height: 40px;
    font-size: 12px;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    display: block;
    margin: 0 auto;
}
footer {
    margin-top: 30px;
}
footer .top-footer {
    background: url(../images/home/8.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}
footer .top-footer .opacity {
    background: rgba(0, 0, 0, 0.85);
    padding: 85px 0 80px 0;
}
footer .top-footer h5 {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 40px;
}
footer .top-footer .footer-about {
    width: 26%;
}
footer .top-footer .footer-about p {
    line-height: 25px;
    color: #bfbfbf;
    margin-bottom: 28px;
}
footer .top-footer .footer-navigation {
    width: 25%;
    padding-left: 50px;
}
footer .top-footer .footer-navigation ul {
    display: inline-block;
    vertical-align: top;
}
footer .top-footer .footer-navigation ul li a {
    font-family: Kanit, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #bfbfbf;
    text-transform: capitalize;
    margin-bottom: 10px;
}
footer .top-footer .footer-navigation ul:nth-child(3) {
    padding-left: 25px;
}
footer .top-footer .footer-navigation .newsletter h5 {
    margin: 35px 0 32px 0;
}
footer .top-footer .footer-navigation .newsletter form {
    height: 45px;
    position: relative;
}
footer .top-footer .footer-navigation .newsletter form input {
    width: 100%;
    height: 100%;
    border: none;
    background: #fff;
    padding: 0 102px 0 12px;
    font-size: 13px;
}
footer .top-footer .footer-navigation .newsletter form button {
    width: 100px;
    height: 100%;
    font-weight: 500;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 30px 0 0 30px;
}
footer .top-footer .footer-navigation .newsletter form button:hover {
    background: #212121;
}
footer .top-footer .footer-contact {
    width: 49%;
    padding-left: 40px;
}
footer .top-footer .footer-contact .contact-list h6 {
    font-size: 15px;
    color: #fff;
    margin-bottom: 8px;
    margin-top: 5px;
}
footer .top-footer .footer-contact .contact-list p {
    color: #bfbfbf;
}
footer .top-footer .footer-contact .contact-list {
    margin-bottom: 20px;
}
footer .top-footer .footer-contact form input,
footer .top-footer .footer-contact form textarea {
    background: #fff;
    border: none;
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    font-weight: 300;
}
footer .top-footer .footer-contact form input {
    width: 100%;
    height: 45px;
}
footer .top-footer .footer-contact form textarea {
    height: 135px;
    max-height: 135px;
    padding: 20px;
}
footer .top-footer .footer-contact form button {
    width: 120px;
    line-height: 40px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 30px;
}
footer .top-footer .footer-contact form button:hover {
    background: #212121;
}
footer .top-footer .footer-contact form {
    margin-top: -43px;
}
footer .footer-middle {
    background: #f1f1f1;
    padding: 50px 0 40px 0;
    text-align: center;
}
footer .footer-middle ul li {
    display: inline-block;
}
footer .footer-middle ul li a {
    width: 60px;
    line-height: 58px;
    border-width: 1px;
    text-align: center;
    margin: 0 4px;
    font-size: 20px;
}
footer .footer-middle ul li a:hover {
    color: #fff;
}
footer .footer-middle p {
    text-transform: uppercase;
    color: #131212;
    font-weight: 400;
    margin-top: 28px;
}
footer .bottom-footer {
    background: #1d1d1d;
    padding: 22px 0;
    text-align: center;
}
footer .bottom-footer p {
    color: #d6d5d5;
}
footer .bottom-footer p a {
    text-transform: lowercase;
}
.inner-banner {
    padding-bottom: 10px;
    margin-bottom: 50px;
}
.inner-banner .opacity {
    background: rgba(255, 255, 255, 0.75);
    height: 100%;
    padding: 115px 0 75px 0;
    position: relative;
}
.inner-banner .theme-title {
    padding: 10px 0 0 14px;
}
.inner-banner .theme-title h3 {
    font-size: 36px;
    font-weight: 700;
}
.inner-banner .theme-title p {
    font-size: 17px;
    color: #000;
    margin-top: 5px;
	background: #f0f8ff96;
    padding: 5px;
}
.inner-banner .theme-title:before {
    width: 30px;
    height: 30px;
    border-left: 3px solid #3b0066;
    border-top: 3px solid #3b0066;
}
.inner-banner ul {
    position: absolute;
    bottom: -65px;
    right: 0;
}
.inner-banner ul li {
    display: inline-block;
    font-size: 14px;
    position: relative;
    padding: 0 6px;
}
.inner-banner ul li:before {
    content: "-";
    position: absolute;
    top: 0;
    right: -6px;
    line-height: 27px;
    color: #1d1d1d;
}
.inner-banner ul li:last-child:before {
    display: none;
}
.inner-banner ul li a {
    color: #1d1d1d;
    font-weight: 400;
    text-transform: capitalize;
}
.theme-sidebar {
    width: 26%;
}
.theme-sidebar .single-box {
    position: relative;
    background: #f2f3f4;
    padding: 38px 0 25px 0;
    margin-bottom: 45px;
    border-left: 3px solid #3b0066;
}
.theme-sidebar .single-box:before {
    content: "";
    position: absolute;
    height: 3px;
    width: 90px;
    top: -3px;
    left: -3px;
    background: #3b0066;
    z-index: 1;
}
.theme-sidebar .single-box h5 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 35px 45px;
}
.theme-sidebar .single-box ul li a {
    font-family: Kanit, sans-serif;
    font-size: 16px;
    display: block;
    line-height: 50px;
    color: #727272;
    background: #e8eaeb;
    margin-bottom: 10px;
    text-transform: capitalize;
    padding-left: 25px;
    position: relative;
    z-index: 99;
}
.theme-sidebar .single-box ul li a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 52px;
    border-top: 2px solid #3b0066;
    border-right: 2px solid #3b0066;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.theme-sidebar .single-box ul li a:hover:before,
.theme-sidebar .single-box ul li.active a:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.theme-sidebar .single-box ul li a i {
    font-size: 15px;
    margin-right: 7px;
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}
.theme-sidebar .single-box ul li a:hover i,
.theme-sidebar .single-box ul li.active a i {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.theme-sidebar .sidebar-search form {
    height: 50px;
    position: relative;
    margin-bottom: 40px;
}
.theme-sidebar .sidebar-search form input {
    width: 100%;
    height: 100%;
    background: #e8eaeb;
    border: none;
    padding: 0 10px 0 48px;
}
.theme-sidebar .sidebar-search form button {
    width: 45px;
    height: 100%;
    text-align: right;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 15px;
    color: #9f9d9d;
    padding-right: 5px;
    background: 0 0;
}
.theme-sidebar .sidebar-search form:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 52px;
    border-top: 2px solid #3b0066;
    border-right: 2px solid #3b0066;
}
.theme-sidebar .sidebar-quick-contact {
    padding: 48px 30px 45px 40px;
}
.theme-sidebar .sidebar-quick-contact h6 {
    font-family: Cabin, sans-serif;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.theme-sidebar .sidebar-quick-contact h4 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 10px 0 13px 0;
}
.theme-sidebar .sidebar-quick-contact p {
    color: #fff;
    font-size: 14px;
    line-height: 25px;
}
.theme-sidebar .sidebar-quick-contact a {
    width: 160px;
    line-height: 45px;
    border-radius: 30px;
    background: #121212;
    margin-top: 25px;
    color: #fff;
    text-align: center;
}
.theme-sidebar .sidebar-quick-contact a:hover {
    background: #fff;
    color: #212121;
}
.theme-large-asidebar {
    width: 74%;
    padding-left: 45px;
    margin-bottom: 100px;
}
.theme-large-asidebar.float-left {
    padding: 0 45px 0 0;
}
.theme-large-asidebar > h3 {
    margin-top: -5px;
}
.theme-large-asidebar > h4 {
    margin: 10px 0 45px 0;
}
.theme-large-asidebar .top-details .text {
    width: 57%;
}
.theme-large-asidebar .top-details .text h6 {
    font-size: 16px;
    color: #131212;
    margin-top: 28px;
    line-height: 26px;
}
.angel-img-box {
    width: 43%;
    margin-top: -80px;
    position: relative;
}
.angel-img-box:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    z-index: -1;
    border-left: 344px solid transparent;
    border-bottom: 440px solid #3b0066;
}
.theme-large-asidebar .top-details {
    margin-bottom: 30px;
}
.service-details-content .middle-details {
    margin: 30px 0 30px 0;
}
.service-details-content .middle-details .img {
    width: 48%;
    position: relative;
}
.service-details-content .middle-details .img:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    z-index: -1;
    border-top: 345px solid transparent;
    border-left: 550px solid #3b0066;
}
.service-details-content .middle-details .list-content {
    width: 52%;
    padding-left: 55px;
}
.service-details-content .middle-details .list-content h6 {
    font-size: 20px;
    text-transform: uppercase;
    color: #131212;
    margin-bottom: 10px;
}
.service-details-content .middle-details .list-content ul li {
    margin-bottom: 10px;
}
.service-details-content .middle-details .list-content ul li i {
    margin-right: 3px;
}
.service-details-content .middle-details .list-content {
    margin-top: 85px;
}
.details-tab-panel {
    margin-top: 20px;
}
.details-tab-panel .panel-wrapper {
    width: 100%;
}
.details-tab-panel .panel-wrapper h5 {
    font-family: Kanit, sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.details-tab-panel .panel-wrapper .details-panel .panel-heading {
    padding: 0;
    border-radius: 0;
    border: none;
    background: #f2f3f4;
}
.details-tab-panel .panel-wrapper .details-panel .panel-heading h6 a {
    font-family: Kanit, sans-serif;
    font-size: 16px;
    text-transform: capitalize;
    color: #3b0066;
    padding: 18px 10px 18px 65px;
    display: block;
    position: relative;
}
.details-tab-panel .panel-wrapper .details-panel .panel-group .panel {
    margin: 0 0 5px 0;
    box-shadow: none;
    border-radius: 0;
    border: none;
}
.details-tab-panel .panel-wrapper .details-panel .panel-group .panel-body {
    border: none;
    padding: 20px 25px;
    background: #fff;
    border-bottom: 1px solid #3b0066;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
.details-tab-panel .panel-wrapper .details-panel .panel-group .panel-heading a:before {
    content: "";
    font-family: font-awesome;
    width: 28px;
    height: 28px;
    background: #fff;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -14px;
    font-weight: 400;
}
.details-tab-panel .panel-wrapper .details-panel .panel-group .panel-heading.active-panel a:before {
    content: "";
}
.details-tab-panel .img {
    width: 45%;
    padding-left: 45px;
    margin-top: 56px;
}
.mixitUp-menu ul li {
    display: inline-block;
    font-size: 14px;
    line-height: 45px;
    font-weight: 500;
    background: #3e3d3c;
    padding: 0 35px;
    border-radius: 30px;
    margin-right: 2px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 15px;
}
.mixitUp-menu ul {
    margin-bottom: 45px;
}
#mixitUp-item .mix {
    display: none;
}
.portfolio-details-page .top-details ul li p {
    color: #3b0066;
    text-transform: uppercase;
}
.portfolio-details-page .top-details ul li span {
    font-weight: 300;
}
.portfolio-details-page .top-details ul {
    margin-top: 40px;
}
.portfolio-details-page .top-details ul li {
    display: inline-block;
    margin-bottom: 4px;
    padding: 8px 30px;
    background: #f2f3f4;
}
.portfolio-details-page .top-details ul li {
    width: 49%;
}
.portfolio-details-page .image-slider {
    margin: 45px 0 0 0;
}
.portfolio-details-page .image-slider .carousel-indicators li {
    width: 50px;
    height: 5px;
    border-radius: 0;
    padding: 0;
    border: none;
    background: #e8eaeb;
    margin: 0 1px;
}
.portfolio-details-page .image-slider .carousel-indicators {
    width: 100%;
    text-align: center;
    left: auto;
    right: 0;
    margin: 0;
    bottom: -32px;
}
.blog-details-page .blog-details-content .main-wrapper {
    background: #f6f7f8;
    padding: 60px 0 70px 40px;
}
.blog-details-page .blog-details-content .text-content h3 {
    font-size: 30px;
    margin-bottom: 30px;
}
.blog-details-page .blog-details-content .text-content ul.post-info {
    margin-left: -40px;
    padding-left: 40px;
    border-top: 1px solid #edeaea;
    border-bottom: 1px solid #edeaea;
    margin-bottom: 30px;
}
.blog-details-page .blog-details-content .text-content ul.post-info li {
    display: inline-block;
    margin-right: 14px;
    font-size: 13px;
    font-weight: 300;
    line-height: 60px;
}
.blog-details-page .blog-details-content .text-content ul.post-info li i {
    margin-right: 4px;
    font-size: 16px;
    vertical-align: middle;
}
.blog-details-page .blog-details-content .text-content p.mark-text {
    margin: 23px 40px 20px 0;
    padding: 25px 17px 30px 25px;
    color: #121212;
}
.blog-details-page .blog-details-content .text-content p.mark-text span {
    color: #fff;
}
.blog-details-page .blog-details-content .text-content ul.extra-list {
    padding-left: 20px;
}
.blog-details-page .blog-details-content .text-content ul.extra-list li {
    display: block;
    line-height: 20px;
    margin-bottom: 18px;
}
.blog-details-page .blog-details-content .text-content ul.extra-list li i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 11px;
    border-width: 1px;
    margin-right: 8px;
    vertical-align: middle;
}
.blog-details-page .blog-details-content .text-content .img-item-list {
    margin: 35px 0 33px 0;
}
.blog-details-page .blog-details-content .landscape-tips h6 {
    font-size: 18px;
    color: #131212;
}
.blog-details-page .blog-details-content .landscape-tips ol {
    padding: 15px 0 14px 15px;
    margin: 0;
}
.blog-details-page .blog-details-content .landscape-tips ol li {
    line-height: 30px;
    font-weight: 300;
    font-size: 15px;
}
.blog-details-page .blog-details-content .landscape-tips ol li a,
.blog-details-page .blog-details-content p a {
    font-weight: 400;
    text-transform: none;
}
.blog-details-page .blog-details-content .text-content p {
    padding-right: 40px;
}
.blog-details-page .blog-details-content p.m1 {
    margin: 18px 0 50px 0;
}
.blog-details-page .blog-details-content .share-option ul.share-icon {
    margin: 0 50px 66px 0;
}
.blog-details-page .blog-details-content .share-option ul.share-icon li {
    display: inline-block;
    margin-right: 5px;
    margin-top: 20px;
}
.blog-details-page .blog-details-content .share-option ul.share-icon li a {
    width: 35px;
    height: 35px;
    background: #edeaea;
    line-height: 35px;
    text-align: center;
    color: #636363;
}
.blog-details-page .blog-details-content .share-option ul.share-icon li a:hover {
    color: #fff;
}
.blog-details-page .blog-details-content .share-option p {
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 28px;
    color: #292929;
}
.blog-details-page .blog-details-content .admin-text {
    background: #fff;
    padding: 35px 20px 35px 150px;
    position: relative;
    margin: 36px 50px 70px 0;
    border-width: 1px;
}
.blog-details-page .blog-details-content .admin-text .img-content {
    position: absolute;
    left: 20px;
    top: -55px;
}
.blog-details-page .blog-details-content .admin-text .img-content img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
}
.blog-details-page .blog-details-content .admin-text .img-content h6 {
    font-size: 15px;
    color: #131212;
    text-transform: uppercase;
    margin-top: 15px;
    text-align: center;
}
.blog-details-page .blog-details-content .admin-text ul.share-icon {
    position: absolute;
    bottom: -17px;
    left: 20px;
}
.blog-details-page .blog-details-content .admin-text ul.share-icon li {
    display: inline-block;
    margin-right: 1px;
}
.blog-details-page .blog-details-content .admin-text ul.share-icon li a {
    width: 35px;
    height: 35px;
    background: #edeaea;
    line-height: 35px;
    text-align: center;
    color: #636363;
}
.blog-details-page .blog-details-content .admin-text ul.share-icon li a:hover {
    color: #fff;
}
.blog-details-page .blog-details-content .admin-text p {
    padding-right: 0;
}
.blog-details-page .blog-details-content .comment-area,
.blog-details-page .blog-details-content .leave-comment {
    padding-right: 50px;
}
.blog-details-page .blog-details-content .comment-area h6 {
    margin-bottom: 90px;
    font-size: 16px;
    color: #131212;
    text-transform: uppercase;
}
.blog-details-page .blog-details-content .single-comment {
    padding: 22px 20px 32px 150px;
    position: relative;
    margin-bottom: 85px;
    margin-right: 30px;
    border: 1px solid #edeaea;
    background: #fff;
}
.blog-details-page .blog-details-content .single-comment.reply-comment {
    margin-left: 80px;
}
.blog-details-page .blog-details-content .single-comment .img-content {
    position: absolute;
    left: 20px;
    top: -55px;
}
.blog-details-page .blog-details-content .single-comment .img-content img {
    width: 110px;
    height: 110px;
    border: 1px solid #ededed;
    border-radius: 50%;
}
.blog-details-page .blog-details-content .single-comment .img-content p {
    margin-top: 8px;
    text-align: center;
    color: #131212;
    font-weight: 400;
}
.blog-details-page .blog-details-content .single-comment .reply {
    width: 60px;
    height: 60px;
    background: #edeaea;
    color: #131212;
    position: absolute;
    top: -30px;
    right: -30px;
}
.blog-details-page .blog-details-content .single-comment .reply:hover {
    color: #fff;
}
.blog-details-page .blog-details-content .leave-comment h6 {
    font-size: 16px;
    color: #131212;
    text-transform: uppercase;
}
.blog-details-page .blog-details-content .leave-comment p {
    margin: 20px 0 50px 0;
}
.blog-details-page .blog-details-content .leave-comment .row {
    margin-right: -10px;
    margin-left: -10px;
}
.blog-details-page .blog-details-content .leave-comment .row [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}
.blog-details-page .blog-details-content .leave-comment input,
.blog-details-page .blog-details-content .leave-comment textarea {
    border: 1px solid #edeaea;
    padding: 0 20px;
    width: 100%;
    max-width: 100%;
    font-size: 13px;
    font-weight: 300;
    background: 0 0;
}
.blog-details-page .blog-details-content .leave-comment input {
    height: 48px;
    margin-bottom: 30px;
}
.blog-details-page .blog-details-content .leave-comment textarea {
    min-height: 130px;
    padding: 30px 20px;
    margin-bottom: 13px;
}
.blog-details-page .blog-details-content .leave-comment ul li {
    display: inline-block;
    font-size: 18px;
    margin-right: 3px;
    color: #dfdbd7;
}
.blog-details-page .blog-details-content .leave-comment button {
    width: 168px;
    line-height: 45px;
    color: #fff;
    border-radius: 30px;
    text-transform: uppercase;
    margin-top: 26px;
}
.faq-page-toContent .rotate-content-box .number {
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 30px;
    color: #fff;
    margin: 0 auto;
    position: relative;
    background: 0 0;
    border: none;
    color: #fff;
}
.rotate-content-box .number:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #121212;
    -webkit-transform: rotate(75deg);
    transform: rotate(75deg);
    position: absolute;
    left: 2px;
    top: -3px;
    z-index: -1;
}
.rotate-content-box p {
    margin: 40px 0;
}
.faq-page-toContent .rotate-content-box {
    border: 1px solid #e5e1e1;
    text-align: center;
    padding: 40px 22px 20px 22px;
    margin-bottom: 50px;
}
.faq-page-toContent .rotate-content-box h4 {
    margin: 27px 0 22px 0;
    text-transform: uppercase;
}
.faq-page-toContent .rotate-content-box p {
    margin: 0;
}
.faq-panel-wrapper {
    padding: 35px 30px 80px 30px;
}
.faq-panel-wrapper .panel-wrapper h5 {
    font-size: 22px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    margin-bottom: 45px;
}
.faq-panel-wrapper .panel-wrapper h5:before {
    content: "";
    width: 32px;
    height: 1px;
    background: #292929;
    position: absolute;
    right: -42px;
    bottom: 3px;
}
.faq-panel-wrapper .faq-panel .panel-heading {
    padding: 0;
    border-radius: 0;
    border: none;
}
.faq-panel-wrapper .faq-panel .panel-heading h6 a {
    font-weight: 400;
    color: #131212;
    text-transform: none;
    padding: 17px 10px 17px 55px;
    display: block;
    position: relative;
}
.faq-panel-wrapper .faq-panel .panel-group .panel {
    margin: 0 0 30px 0;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #edeaea;
}
.faq-panel-wrapper .faq-panel .panel-group .panel-body {
    border: none;
    padding: 14px 51px 45px 55px;
}
.faq-panel-wrapper .faq-panel .panel-group .panel-body p {
    line-height: 24px;
}
.faq-panel-wrapper .faq-panel .panel-group .panel-body .row {
    margin: 0 -10px 0 -10px;
}
.faq-panel-wrapper .faq-panel .panel-group .panel-body .row .img {
    width: 50%;
    padding: 0 10px;
    margin-top: 35px;
}
.faq-panel-wrapper .faq-panel .panel-group .panel-body .row .img img {
    width: 100%;
}
.faq-panel-wrapper .faq-panel .panel-group .panel-heading a:before {
    content: "";
    font-family: font-awesome;
    font-size: 22px;
    position: absolute;
    left: 19px;
    top: 50%;
    margin-top: -13px;
    font-weight: 400;
}
.faq-panel-wrapper .faq-panel .panel-group .panel-heading.active-panel a:before {
    content: "";
}
.contact-us-page .contact-wrapper {
    margin: 0 auto;
}
.contact-us-page .contact-address h4,
.contact-us-page .contact-form-holder h4 {
    text-transform: uppercase;
    font-size: 22px;
}
.contact-us-page .contact-form-holder > p {
    margin: 18px 0 40px 0;
}
.contact-us-page .contact-form-holder .row {
    margin-left: -10px;
    margin-right: -10px;
}
.contact-us-page .contact-form-holder .row [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}
.contact-us-page .contact-form-holder .single-input-group {
    height: 50px;
    margin-bottom: 30px;
    position: relative;
}
.contact-us-page .contact-form-holder .single-input-group span.timer-drp {
    position: absolute;
    line-height: 50px;
    top: 0;
    right: 20px;
    font-size: 14px;
    cursor: pointer;
    z-index: -1;
}
.contact-us-page .contact-form-holder form input,
.contact-us-page .contact-form-holder form textarea {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    border: 1px solid #edeaea;
    font-size: 13px;
    font-weight: 300;
    color: #727272;
    background: #fff;
}
.contact-us-page .contact-form-holder form textarea {
    max-width: 100%;
    height: 130px;
    min-height: 130px;
    padding: 20px;
    margin-bottom: 30px;
}
.contact-us-page .contact-form-holder .btn-group.bootstrap-select {
    width: 100%;
    height: 100%;
}
.contact-us-page .contact-form-holder .bootstrap-select > .dropdown-toggle {
    padding: 0 20px;
    line-height: 48px;
    background: 0 0 !important;
    border: 1px solid #edeaea;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-size: 13px;
    font-weight: 300;
}
.contact-us-page .bootstrap-select.btn-group .dropdown-menu li:hover a span.text,
.contact-us-page .dropdown-menu > li.selected > a span.text {
    color: #fff;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background: 0 0;
}
.contact-us-page .contact-form-holder form button.send {
    width: 168px;
    line-height: 45px;
    color: #fff;
    border-radius: 30px;
    text-transform: uppercase;
}
.contact-us-page .contact-address > p {
    margin: 15px 0 45px 0;
}
.contact-us-page .contact-address .single-box {
    border: 5px solid #edeaea;
    text-align: center;
    padding: 50px 20px 24px 20px;
    margin-bottom: 20px;
    position: relative;
    background-color: #3b0066;
}
.contact-us-page .contact-address .single-box .icon {
    width: 35px;
    height: 35px;
    background: #edeaea;
    line-height: 35px;
    font-size: 16px;
    position: absolute;
    left: 50%;
    top: 10px;
    margin-left: -17px;
}
.contact-us-page .contact-address .single-box a,
.contact-us-page .contact-address .single-box p {
    font-family: Kanit, sans-serif;
    display: block;
    font-weight: 300;
    text-transform: none;
    font-size: 15px;
    color: #fff;
}
.alert-wrapper {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    z-index: 9999999;
}
#error,
#success {
    position: relative;
    width: 500px;
    height: 100px;
    top: calc(50% - 50px);
    left: calc(50% - 250px);
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
}
#error .wrapper,
#success .wrapper {
    display: table;
    width: 100%;
    height: 100%;
}
#error .wrapper p,
#success .wrapper p {
    display: table-cell;
    vertical-align: middle;
    letter-spacing: 1px;
}
#success {
    color: #57d1c9;
}
#error {
    color: #c9182b;
}
#error button,
#success button {
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 20px;
    background: 0 0;
    border-radius: 50%;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 20px;
}
.form-validation label.error {
    display: none !important;
}
.form-validation input.error,
.form-validation textarea.error {
    border: 1px solid #f03838 !important;
}
.error-page {
    background: url(../images/inner-page/5.jpg) no-repeat center;
    background-size: cover;
    margin-bottom: 100px;
}
.error-page .opacity {
    background: rgba(249, 82, 11, 0.8);
    padding: 80px 0;
    text-align: center;
}
.error-page .round-border {
    height: 285px;
    width: 285px;
    position: relative;
    background: rgba(0, 0, 0, 0.7);
    margin: 0 auto 25px auto;
}
.error-page .round-border h2 {
    font-family: Kanit, sans-serif;
    font-size: 132px;
    color: #fff;
    font-weight: 700;
    line-height: 285px;
    margin-right: -136px;
}
.error-page .round-border h4 {
    font-family: Kanit, sans-serif;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 400;
    font-size: 24px;
    color: #fff;
    line-height: 285px;
    margin-left: -36px;
}
.error-page h3 {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}
.error-page p {
    margin-top: 10px;
    font-size: 18px;
    color: #fff;
}
.error-page a {
    width: 220px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.45);
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    margin-top: 58px;
    border-radius: 30px;
}
.error-page a:hover {
    background: #000;
    border-color: #000;
}
@media (max-width: 991px) {
    .tp-bgimg {
        margin-top: 0;
        background-size: cover;
    }
    .tp-bullets {
        display: none;
    }
}
.pink-color {
    background-color: #ffc0cb;
}
.terracotta-color {
    background-color: #b94222;
}
.lightblue-color {
    background-color: #add8e6;
}
.darkblue-color {
    background-color: #00008b;
}
.lightgreen-color {
    background-color: #90ee90;
}
.darkgreen-color {
    background-color: #006400;
}
.carousel-3d-slide {
    border-width: 0 !important;
    background: #3b0066 !important;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px !important;
}
#mega-menu-holder > ul > li > a {
    margin: 0 6px !important;
    font-size: 11.5px !important;
}
.carousel-3d-container {
    height: 335px !important;
}
.carousel-3d-slide img {
    border-radius: 18%;
}
.carousel-3d-slide .product-title {
    background: #3b0066;
    margin: 0 !important;
    padding: 10px 0 !important;
    color: #fff;
}
a.prev span,
a.next span {
    background: #3b0066 !important;
    padding: 0 10px 8px !important;
    color: white !important;
    font-weight: 300;
    font-family: initial !important;
    border-radius: 15px !important;
}


.home-slider {
  width: 100%;
  max-height: 600px;
  height: auto;
  overflow: hidden;
  margin: 0;
  padding: 0;
/*  position: absolute;*/
  top: 0;
  left: 0;
  z-index: 0;
}

/*
header {
  position: relative;
  z-index: 2;
  max-width: 80rem;
  margin: 0 2rem;
}
*/
.rslides:before {
  content: "";
  display: block;
  width: 540px;
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1356355/slider-overlay.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100%;
  padding-bottom: 31.25%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

li a.credits {
  position: absolute;
  z-index: 4;
  right: 3%;
  bottom: 20px;
}

/* Slider navigation */

.transparent-btns_tabs {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.transparent-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
}

.transparent-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0, 0, 0, 0.2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  width: 11px;
  height: 11px;
}

.transparent-btns_here a {
  background: #222;
  background: rgba(0, 0, 0, 0.8);
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  50% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.faa-pulse.animated,
.faa-pulse.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-pulse {
  -webkit-animation: pulse 2s linear infinite;
  animation: pulse 2s linear infinite;
}

/* #map-canvas {
  width: 600px;
  height: 500px;
  border: 10px solid #000;
  border-radius: 15px;
  box-shadow: 0 0 17px rgba(0,0,0,5);
  z-index: 12
}

#show { padding: 1em; font-size: 1.2em; }

.overlay {
  position: fixed;
  top: 0; 
  left: 0;
  z-index: 10;
  background-color: rgba(0,0,0,0.5);
  width: 100%; 
  height: 100%;
  display: none;
}

.overlay-bg {
  background-color: rgba(0,0,0,0.5);
  width: 100%; 
  height: 100%;
  z-index: 11;
} */

.center {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}
.mt-35{margin-top: 35px;}
.mt-22{margin-top: 22px;}
.mt-10{margin-top:10px;}
.mt-3{margin-top:3px;}
.mb-10{margin-bottom: 10px;}
.mb-15{margin-bottom: 15px;}
/* Cards */
.card{position: relative;box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;min-width: 0;word-wrap: break-word;background-color: #fff;background-clip: border-box;/*border: 1px solid rgba(0,0,0,.125);*/border-radius: .25rem;margin-bottom:30px;}
.card-header {padding: .75rem 1.25rem;margin-bottom: 0;background-color: rgba(0,0,0,.03);border-bottom: 1px solid rgba(0,0,0,.125);}
.card-header:first-child {border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0;}
img.card-img-top {border-top-left-radius: calc(.25rem - 1px);border-top-right-radius: calc(.25rem - 1px);width:100%; object-fit: cover; object-position: center;}
.card-body {padding:1.25rem;}
.card-body h3{color: #fff;font-size: 18px;;}
.card-footer {text-align: center; padding:10px 0;}
.card-footer .read__more{padding: 10px 20px; background: #000; color: #FFF; display: inline-block;}
.card a:first-child {position: absolute;top: 0; left: 0;height: 100%; width: 100%;}

/* Cards Horizontal */
.card.horizontal{min-height: 90px;background: #3b0066;}
.card.horizontal .card-img-top{position: absolute; /*height: 100%;*/border-top-left-radius: 25px; width: 50%; border-bottom:0; object-fit:cover; object-position:center;}
.card.horizontal .card-body{position: absolute; height: 100%; width: 50%; right: 0;border-left: 1px solid #ddd;o-transition: all .3s linear;
-moz-transition: all .3s linear;-webkit-transition: all .3s linear;transition: all .3s linear;}
.card.horizontal .card-body p.card-text{font-size:12px;}
.card.horizontal .card-footer{position: absolute; width: 50%; bottom: 0; right: 0;}

/* =================== Gallery ===================== */
.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
/*	box-shadow: 0 1px 6px rgb(32 33 36 / 28%);*/
	margin-bottom: 25px;
	background: #3b0066;
  }
  
  .hovereffect .overlay {
    position: absolute;
    overflow: hidden;
    width: 80%;
    height: 80%;
    left: 10%;
    top: 10%;
    border-bottom: 1px solid #FFF;
    border-top: 1px solid #FFF;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
  }
  
  .hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
	border-top-left-radius: 48px;
    border-bottom-right-radius: 48px;
  }
  
  .hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
	object-fit: cover;
    height: 175px;
	width: 100%;
	border-top-left-radius: 48px;
    border-bottom-right-radius: 48px;
	border: 5px solid #f5f5f5;
  }
  
  .hovereffect:hover img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(0.6);
    -webkit-filter: brightness(0.6);
  }
  
  .hovereffect h2 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-size: 17px;
    background-color: transparent;
    color: #FFF;
    padding: 1em 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
  
  .hovereffect a, .hovereffect p {
    color: #FFF;
    padding: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
  
  .hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  /* Get a Quote Form */
  form.getaquote input,form.getaquote select,form.getaquote textarea{
    width: 100%;
    height: 100%;
    padding: 0 20px;
    border: 1px solid #edeaea;
    font-size: 13px;
    font-weight: 300;
    color: #727272;
    background: #fff;
  }
  form.getaquote input:focus,form.getaquote select:focus,form.getaquote textarea:focus{
    border-color: #3b0066;
  }
  form.getaquote textarea{padding: 20px;}
  form.getaquote .single-input-group {
    height: 50px;
    margin-bottom: 10px;
    position: relative;
}
.modal-content{border-radius: 0 !important;}
.modal-title {color: #fff;}
.modal-header {background: #3b0066;}
div.dataTables_wrapper div.dataTables_filter {    
    float: right !important;
    width: 50%;
}
div.dataTables_wrapper div.dataTables_length{float: left !important;width: 50%;}
div.dataTables_wrapper div.dataTables_info {
    width: 50%;
    float: left !important;
    padding-top: 20px !important;
}
div.dataTables_wrapper div.dataTables_paginate {
    width: 50%;
    float: right !important;
    padding-top: 20px;
}
div.dataTables_wrapper div.dataTables_paginate a{text-decoration: none;cursor: pointer;padding: 5px 8px;color: #3b0066;}
div.dataTables_wrapper .mdc-data-table__cell {    
    font-size: 1.5rem !important;
}
#dealer_list thead,#dealer_list tfoot{background: #3b0066;}
#dealer_list thead tr th,#dealer_list tfoot tr th{color: #fff;}
#dealer_list tbody tr td:first-child{
    background: #3b0066;
    text-align: center;
    color: white;
}
.material-symbols-outlined{
    display: table;
    margin: 0 auto;
    color: #3b0066;
    font-size: 40px;
}
#dealer_list tbody tr td:last-child a{
    transition: box-shadow 0.3s ease-in-out;
    background: #ddd;
    text-decoration: none;
}
#dealer_list tbody tr td:last-child a:hover{
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}
div.dataTables_wrapper div.dataTables_filter input {
    border: 1px solid #3b0066;
}

/* ======================================================= */
.carousel-3d-slide{
    height:unset !important;
  }

  .carousel-3d-slide{
        box-shadow: 0 6px 6px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  }
/*
  .prev[data-v-05517ad0]{
    left: 244px !important;
      top: 0px  !important;
  }
  .next[data-v-05517ad0]{
    right: 225px !important;
      top: 0px  !important;
  }
*/
  .Next slide span{
    font-size:20px;
  }
  .carousel-3d-container .next span{
    font-size:40px;
  }
  .carousel-3d-container .prev  span{
    font-size:40px;
  }
/*
  .carousel-3d-slide{
      width:400px !important;
  }
*/		
  @keyframes slideInUp {
       0% {
           opacity: 0;
           transform: translateY(50%);
      }
       100% {
           opacity: 1;
           transform: none;
      }
  }
   @keyframes slideInDown {
       0% {
           opacity: 0;
           transform: translateY(-50%);
      }
       100% {
           opacity: 1;
           transform: none;
      }
  }
   @keyframes slideInleft {
       0% {
           opacity: 0;
           transform: translateX(50%);
      }
       100% {
           opacity: 1;
           transform: none;
      }
  }
   @keyframes slideInRight {
       0% {
           opacity: 0;
           transform: translateX(-50%);
      }
       100% {
           opacity: 1;
           transform: none;
      }
  }
   @keyframes fadeIn {
       0% {
           opacity: 0;
      }
       100% {
           opacity: 1;
      }
  }
   @keyframes zoomIn {
       0% {
           opacity: 0;
           transform: scale(0.5);
      }
       100% {
           opacity: 1;
           transform: none;
      }
  }
   @keyframes zoomReverseIn {
       0% {
           opacity: 0;
           transform: scale(1.5);
      }
       100% {
           opacity: 1;
           transform: none;
      }
  }
   @keyframes flipInY {
       0% {
           opacity: 0;
           transform: rotateY(90deg);
      }
       100% {
           opacity: 1;
           transform: none;
      }
  }
   [data-animation] {
       opacity: 0;
       animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       animation-fill-mode: both;
       animation-duration: 1s;
  }
   .animations-disabled, .animations-disabled [data-animation] {
       animation: none !important;
       opacity: 1 !important;
  }
   .slideInUp {
       animation-name: slideInUp;
  }
   .slideInDown {
       animation-name: slideInDown;
  }
   .slideInLeft {
       animation-name: slideInleft;
  }
   .slideInRight {
       animation-name: slideInRight;
  }
   .fadeIn {
       animation-name: fadeIn;
  }
   .fadeOut {
       animation-name: fadeIn;
       animation-direction: reverse;
  }
   .zoomIn {
       animation-name: zoomIn;
  }
   .zoomOut {
       animation-name: zoomIn;
       animation-direction: reverse;
  }
   .zoomReverseIn {
       animation-name: zoomReverseIn;
  }
   .zoomReverseOut {
       animation-name: zoomReverseIn;
       animation-direction: reverse;
  }
   .flipInY {
       animation-name: flipInY;
  }
   .flipOutY {
       animation-name: flipInY;
       animation-direction: reverse;
  }
  
  .glow {
    font-size: 80px;
    color: #fff;
    text-align: center;
    animation: glow 1s ease-in-out infinite alternate;
  }

  @-webkit-keyframes glow {
    from {
      text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
    }

    to {
      text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
    }
  }
footer h5{
	border-bottom: 3px double #ffc205;
    padding-bottom: 10px;
    width: 115px;
}
.buy-now{
	position: absolute;
    width: 35px;
    height: 56px;
    background: #3b0066;
    line-height: 65px;
    text-align: center;
    right: 7px;
    top: 85px;
    border-radius: 50px;
    color: white;
    text-decoration: none;
	-o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.buy-now i{font-size: 24px}
.buy-now:hover{
	background: #fff;
	color: #3b0066;
	border: 1px double #3b0066;
}
.load-more__btn{
	margin: 0 auto;
    display: table;
    text-decoration: none;
    background: #3b0066;
    padding: 15px 58px;
	color: white;
	box-shadow: 0 1px 6px rgb(32 33 36 / 28%);
	-o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
	border-radius: 30px;
}
.load-more__btn:hover,.load-more__btn:visited,.load-more__btn:focus,.load-more__btn:active,.load-more__btn:focus-visible{
  opacity:1;
  color: #3b0066;
  background: #FFFFFF;
  border: 1px solid #3b0066;
  text-decoration: none;
}
.callback-response{color: #25d366;font-size: 18px;}
}
/*
.buy-now-acc {
    position: absolute;
    width: 35px;
    height: 56px;
    background: #3b0066;
    line-height: 65px;
    text-align: center;
    left: 134px;
    top: 42px;
    border-top-left-radius: 50px;
    color: white;
    text-decoration: none;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.buy-now-acc i{font-size: 24px}
.buy-now-acc:hover{
	background: #fff;
	color: #3b0066;
	border: 1px double #3b0066;
}
*/
