html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-decoration: none;
}
* {
    outline: none;
}
a:hover {
    text-decoration: none!important;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.kvkk_cookie_policy {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(60deg, #3e3a3a 0%, #77614b 100%);
    text-align: center;
    z-index: 1000;
    color: #e4dede;
    padding: 20px 5px 5px;
    font-size: 10px;
    line-height: 13px;
    -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
    border-top-left-radius: 20% 20%;
    border-top-right-radius: 20% 20%;
}
.kvkk_cookie_policy a {
    color: #e4dede;
    text-decoration: underline;
}
.kvkk_cookie_policy .close {
    position: absolute;
    left: 48%;
    right: 0;
    top: 0px;
    background: #7d5731;
    border-radius: 50%;
    width: 20px;
    line-height: 24px;
    color: #f4f4f4;
    height: 20px;
    z-index: 99999;
    font-size: 11px;
    text-shadow: none;
    opacity: 0.6;
    cursor: pointer;
}
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999999999;
    overflow: hidden;
}
.preloader .loader {
    position: absolute;
    left: calc(50% - 85px);
    top: calc(50% - 75px);
    /* background: #f7f5f5; */
    /*     border-radius: 50%;
        padding: 10px; */
}
.preloader .loader img {
    width: 150px;
    /* border-radius: 50%; */
}
.preloader .loader .spinner_container {
    margin: 0 auto;
    text-align: center;
    margin-top: 14px;
    position: absolute;
    width: 150px;
    top: 100px;
    /* background: rgba(0,0,0,0.5); */
}
.spinner-grow {
    width: 1rem;
    height: 1rem;
}
/* .preloader .loader:before {
    content: '';
    width: 5px;
    height: 5px;
    background: -webkit-linear-gradient(left,#3c5677,#ffd763);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -2.5px;
    margin-left: -2.5px;
    border-radius: 50%;
} */

.preloader .loader span {
    width: 80px;
    height: 80px;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    top: 50%;
    margin-top: -40px;
    border-radius: 50%;
    border: 2px solid #3c5677;
}
.preloader .loader span:before, .preloader .loader span:after {
    content: '';
    width: 35px;
    height: 3px;
    background: -webkit-linear-gradient(left,#3c5677,#3c5677,#ffd763);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -1.5px;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-animation: rotate 3s linear infinite;
    animation: rotate 3s linear infinite;
}
.preloader .loader span:after {
    width: 25px;
    background: -webkit-linear-gradient(left,#3c5677,#3c5677,#ffd763);
    -webkit-animation: rotate_to 1s linear infinite;
    animation: rotate_to 1s linear infinite;
}
@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes rotate_to{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate_to{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
.userMessage {
    width: 100%;
    opacity: 0;
    position: fixed;
    z-index: 2000;
    left: 0;
    z-index: 99999999;
    top: -50px;
    padding: 10px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    cursor: pointer;
    border-bottom-left-radius: 20% 20%;
    border-bottom-right-radius: 20% 20%;
}
.userMessage.success
{
    background: #4CAF50;
}
.userMessage.error
{
    background: #DD2C00!important;
    color: #fff;
    font-weight: normal;
}
.userMessage .container {
    padding: 0 30px;
    position: relative;
}
.userMessage p {
    display: block;
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
}
.userMessage p label.error {
    color: #fff;
    font-size: 16px;
    padding: 0;
    margin: 0;
}
.userMessage span.close {
    color: #fff;
    opacity: .8;
    position: absolute;
    right: 0;
    top:-3px;
}
.userMessage.show {
    top: 0;
    opacity: 1;
}
.spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.header_top {
    position: absolute;
    top:0;
    left:0;
    z-index: 11;
}
.header_top ul {
    list-style: none;
    padding: 5px;
}
.header_top ul li{
    position: relative;
    display: inline-block;
    color: #fff;
    background: #c9a52d;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    margin-right: 5px;
    border: 1px solid #f9db8a;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.header_top ul>li:after {
    opacity: 0;
    right: 8px;
    top: 32px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0,0,0,0);
    border-top-color: #c9a52d;
    border-width: 5px;
    margin-top: -6px;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.header_top ul li.active {
    /* border-radius: 0; */
}
.header_top ul>li.active:after {
    opacity: 1;
}
.header_top ul li a {
    color:#fff;
    cursor: pointer;
    width: 27px;
    height: 27px;
    float: left;
    font-size: 12px;
}
.header_top ul li ul {
    display: none;
    position: absolute;
    right: 0;
    top: 38px;
    /*background: #ec871e;*/
    margin: 0;
    padding: 0;
}
.header_top ul li.facebook {
    background: #4064AD;
}
.header_top ul li.tiktok {
    background: #000000;
}
.header_top ul li.youtube {
    background: #ff0000;
}
.header_top ul li.whatsapp {
    background: #25D366;
}
.header_top ul li.phone {
    background: #34B7F1;
}
.header_top ul li.twitter {
    background: #1C9DEC;
}
.header_top ul li.instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.header_top ul li.pinterest {
    background: #DF151C;
}
.header_top ul li.linkedin {
    background: #0470AC;
}
.header_top ul li ul li {
    /* border-radius: 0; */
    margin-right: 0;
    border: none;
    display: inline-block;
    -webkit-box-shadow:0px 2px 11px rgb(119, 112, 105);
    box-shadow: 0px 2px 11px rgb(119, 112, 105);
}
.header_top ul li ul li a {
    line-height: 30px;
    width: 27px;
    height: 27px;
    float: left;
}
