a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

html {
    background-color: #B8B894
}

body {
    font-family: 'Marck Script', sans-serif;
    margin: auto;
    padding: auto;
    color: #000;
    font-size: 21px;
    letter-spacing: normal;
    line-height: normal;
    text-shadow: 2px 0px 5px #FF3535;
    background: repeat fixed center bottom;
    ;
    background-image: url("../img/background.png")
}

a,
a:hover,
a:active,
a:focus {
    color: #FFF;
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 30px;
    padding: 0px;
    margin: 8px 0px 8px;
    line-height: normal;
    color: #000;
    text-shadow: 3px 2px 3px #04249C
}

ul,
ol {
    margin: 0px;
    padding: 0px
}

ul,
ol li {
    list-style-position: inside
}

.btn {
    background-color: #43A047;
    color: #FFF;
    padding: 10px;
    border-radius: 3px
}

.btn:hover,
.btn:focus {
    background-color: #FFF;
    color: #333;
    cursor: pointer;
    outline: none;
    box-shadow: none
}

.headline {
    font-size: 45px;
    text-shadow: 3px 2px 3px #04249C;
    margin-bottom: 20px;
    line-height: normal;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(../img/headline.png);
    padding-bottom: 23px;
    color: #000
}

@media screen and (max-width: 768px) {
    h1, h2, h3, h4, h5, h6 {
        font-size:25px
    }
    .headline {
        font-size: 35px
    }
}

header {
    background-color: #6610f2;
    width: auto;
    box-shadow: 0px 2px 4px 1px #ccc
}

header .top {
    background-color: #262626;
    padding: 8px 0px;
    font-size: 18px
}

header .top .email {
    float: left
}

header .top .phone {
    float: right
}

header .top a,
header .top a:hover {
    color: #FFF
}

header .navbar .navbar-brand {
    padding: 0px;
    line-height: 0px;
    background: linear-gradient(90deg,#FF3535 0%,#6610f2 100%)
}

header .navbar .navbar-brand img {
    margin:0px;
    height:45px
}

header .navbar .navbar-nav li {
    padding: 0px 0px;
    margin: 0px 2px
}

header .navbar .navbar-nav li a {
    color: #FFF;
    padding: 6px 20px;
    border: 2px solid #6610f2
}

header .navbar .navbar-nav>li>a:hover,
header .navbar .navbar-nav>li>a:focus,
header .navbar .navbar-nav>li>.active {
    background-color: #FF3535;
    color: #FFF;
    border: 2px solid #000;
    border-radius: 30px
}

header .navbar .navbar-toggler {
    border: 2px solid #FFF;
    border-radius: 3px;
    outline: 0;
    padding: 4px 5px;
}

header .navbar .navbar-toggler .toggler-icon {
    width: 23px;
    height: 2px;
    background-color: #fff;
    margin: 4px 0
}

@media (max-width:768px) {
    header .top .email,
    header .top .phone {
        float: none;
        text-align: center
    }
    header .navbar .navbar-collapse {
        margin-top: 20px
    }
    header .navbar .navbar-nav {
        text-align: center;
        width: 100%
    }
    header .navbar .navbar-nav li {
        text-align: center;
        width: 100%
    }
    header .navbar .navbar-nav li a {
        padding: 2px 20px;
        margin: 2px 0px
    }
}

footer {
    background-color: #6610f2;
    color: #FFF;
    font-size: 18px;
    padding: 15px 0px 10px;
}

footer a {
    color: #FFF
}

footer .copyright {
    text-align: center
}

footer .contact-info {
    display: none;
    position: fixed;
    bottom: 0px;
    width: 100%;
    text-align: center;
    padding: 0px;
    margin: 0px;
    z-index: 999
}

footer .contact-info a {
    padding: 5px 30px;
    margin: 0px 10px 5px;
    color: #FFF;
    border-radius: 30px;
    height: auto;
    line-height: 0px;
    box-shadow: 0 0 15px 0 #6610f2
}

footer .contact-info .btn {
    border: 0px solid #FFF;
    width: auto
}

footer .contact-info .btn.phone {
    background-color: #262626;
    float: left
}

footer .contact-info .btn.whatsapp {
    background-color: #25D366;
    float: right
}

@media (max-width: 768px) {
    footer .call-now {
        font-size: 30px
    }
    footer .contact-info {
        display: block
    }
}

.banner {
    width: 100%;
    padding: 0px;
}

.banner img {
    width: 100%;
    height: auto
}


.home-contant{margin: 20px 0px;}

.home-contant .call-now {
    background-color: #FF3535;
    padding: 10px 10px;
    text-align: center;
    border-radius: 30px;
    margin-bottom: 20px;
    margin-top: 0px;
    text-align: center;
    font-size: 40px;
    border: 2px solid #6610f2;
    box-shadow: 0 0 15px 0 #6610f2
}
.home-contant .call-now img {
    line-height: 0px;
}

.home-contant .box {
    background: rgba(163, 53, 131, 0.3);
    padding: 10px 20px;
    border-radius: 30px;
    border: 3px solid #4B0082;
    box-shadow: inset 0 0 10px 0 #000;
    margin: 20px 0px
}

.home-contant a,
.home-contant strong,
.page a,
.page strong {
    color:#fff;text-shadow:2px 0 5px #000
}

.profiles {
    padding: 10px 0px 10px
}

.profiles img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin: 10px 0px;
    box-shadow: 0 0 15px 0 #6610f2
}

.sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 2%
}

.sidebar .widget {
    background: #6610f2;
    border: 1px solid #6610f2;
    box-shadow: 0 0 15px 0 #6610f2;
    border-radius: 30px;
    margin-bottom: 20px
}

.sidebar .widget .title {
    background: #6610f2;
    padding: 5px 8px;
    text-align: center;
    font-size: 25px;
    border-radius: 30px
}

.sidebar .widget ul {
    margin: 0px;
    padding: 0px 5px 20px
}

.sidebar .widget ul li {
    list-style: none;
    padding: 5px 10px;
    border: 2px solid #6610f2;
    box-shadow: inset 0 0 20px 0 #000;
    border-radius: 30px
}
/*
.sidebar .widget ul li a{
        color: #000;text-shadow:2px 0 5px #ff3535
}
*/
.sidebar .widget ul li:last-child {
    content: '';
    border-bottom: 0px
}

.sidebar .widget .no-service {
    padding: 10px;
    text-align: center
}

.sidebar .widget .no-service img {
    border: 2px solid #262626;
        box-shadow: 0 0 15px 0 #262626;
    border-radius: 50%;
    height: auto;
    margin: 5px 0px;
    height: 100px
}

.page-top {
    margin-top: 20px;
    font-size: 45px;
    text-shadow: 3px 2px 3px #04249C;
    margin-bottom: 20px;
    line-height: normal;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(../img/headline.png);
    padding-bottom: 23px
}

.page {
    padding: 20px 0pxx
}

.gallery img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin: 10px 0px;
        border-radius: 30px;
    box-shadow: 0 0 15px 0 #6610f2
}

.page .price-list {
    padding: 10px 0 20px;
    text-align: center
}

.page .price-list .item {
    background-color: #FF3535;
    border: 2px solid #6610f2;
    box-shadow: 0 0 15px 0 #6610f2;
    border-radius: 30px;
    padding: 12px 15px 0px;
    margin-bottom: 30px;
    text-align: center
}

.page .price-list .item .title {
    font-size: 40px;
    font-weight: bold;
    text-shadow: 3px 2px 3px #000;
    margin-bottom: 0px
}

.page .price-list .item ul {
    list-style: none;
    padding: 0px;
    margin: 0px
}

.page .price-list .item ul li {
    display: block;
    border-bottom: 2px solid #6610f2;
    padding: 10px 0
}

.page .price-list .item ul li:last-child {
    border: none
}

.page .contact-us {
    padding: 10px 0 20px
}

.page .contact-us .item {
    background-color: #FF3535;
    border: 2px solid #6610f2;
    box-shadow: 0 0 15px 0 #6610f2;
    border-radius: 30px;
    padding: 12px 20px 10px;
    margin-bottom: 30px
}

.page .contact-us .item .title {
    font-size: 40px;
    font-weight: bold;
    text-shadow: 3px 2px 3px #000;
    margin-bottom: 0px
}

.page .contact-us .item p a {
    color: #000
}

.page.posts {}

.page.posts .card {
    background-color: #FF3535;
    border-radius: 30px;
    text-align: center;
    padding-bottom: 8px;
    margin: 10px 0px;
    color: #000;
    border: 2px solid #6610f2;
    box-shadow: 0 0 15px 0 #6610f2
}

.page.posts .card img {
    width: 100%;
    object-fit: cover;
    border-radius: 30px
}

.page.posts .card .title {
    margin-top: 10px
}

.thumbnail {
    width: 100%;
    padding: 0px;
    margin-bottom: 20px
}

.thumbnail img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 30px;
    border: 2px solid #6610f2;
    box-shadow: 0 0 10px 0 #6610f2
}

@media only screen and (max-device-width:450px) {
    .thumbnail img {
        height: 350px
    }
}


.queries{padding:20px 0px 0px}
.queries .title{
background: rgba(163, 53, 131, 0.3);
    padding: 10px 20px;
    border-radius: 30px;
    border: 3px solid #4B0082;
    box-shadow: inset 0 0 10px 0 #000;
    margin: 20px 0px;
;text-align:center;padding:5px 0px}
.queries .top-queries{

background: rgba(163, 53, 131, 0.3);
    padding: 10px 20px;
    border-radius: 30px;
    border: 3px solid #4B0082;
    box-shadow: inset 0 0 10px 0 #000;
    margin: 20px 0px;

height:325px;overflow-y:scroll;overflow-x:hidden;border:2px solid #0069d9;display:flex;flex-direction:row;flex-wrap:wrap;margin:0px auto 10px;padding:10px 0;text-align:justify;list-style:none}
.queries .top-queries::-webkit-scrollbar{width:0px}
.queries .top-queries li:nth-child(n+1){flex-grow:1}
.queries .top-queries>li{position:relative;margin:5px;overflow:hidden;text-align:center;color:#000;padding:3px 10px;font-size:.9rem;background-color:#950000}



