@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('../vendor/remixicon/remixicon.css');
@import url('../vendor/bootstrap/css/bootstrap.css');

:root {
    --custom-black-color: #000000;
    --custom-brown-color: #598fb5;
    --custom-white-color: #ffffff;
    --custom-text-color: #8c8c8c;
    --custom-grey-color: #dddddd;
    --custom-grey-two-color: #8f8f8f;
    --custom-grey-bg:#f2f2f2;
    --custom-secondary-font:'Poppins', sans-serif;
    --custom-heading-font:'Poppins', serif;
    --custom-menu-font-size-16:16px;
    --custom-menu-font-size-19:19px;
    --custom-menu-font-size-24:24px;
    --custom-menu-font-size-38:38px;
}


/****************** RESET.CSS ***********************/

*,
*::before,
*::after {
    box-sizing: inherit;
}
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
input,
select,
textarea,
button,
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;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}
a, button, input {
    outline: none;
}
ol, ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
b, strong{
    font-weight: 600;
    color: var(--custom-black-color);
}
iframe{
    width: 100%;
    border: none;
    display: block;
}
p {
    margin: 0 0 15px;
}
button:focus {
    outline: none;
    outline: none;
}

*::-moz-selection {
    background: #007bff;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #007bff;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #007bff;
    color: #fff;
    text-shadow: none;
}
button:focus{
    box-shadow: none;
}

body {
    font-family: var(--custom-secondary-font);
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: var(--custom-text-color);
    -webkit-font-smoothing: antialiased;

}
h1,
h2,
h3,
h4,
h5 {
    color : #5e8fb3;
    margin-bottom: .5rem;
    font-family: var(--custom-heading-font);
    font-weight: 500;
    line-height: 1.2;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 26px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

a {
    color: var(--custom-black-color);
    transition: 250ms all;
}
a:hover {
    color: var(--custom-brown-color);
}
img{
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
pre {
    background-color: whitesmoke;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f5f5f5), color-stop(50%, #e6e6e6));
    background-image: -webkit-linear-gradient(#f5f5f5 50%, #e6e6e6 50%);
    background-image: linear-gradient(#f5f5f5 50%, #e6e6e6 50%);
    background-size: 70px 70px;
    border: 1px solid #d4d4d4;
    display: block;
    line-height: 35px;
    margin-bottom: 10px;
    padding: 0 0 0 15px;
}
/* = 1.0 WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.gallery-caption { }
.bypostauthor {  }

/****************** Theme Kısayolları ***********************/
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1300px !important;
  }
}
.custom-container {
    max-width: 90%;
    width: 90%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.p60{
    padding: 60px 0;
}
.hero-banner-bottom-info {
    display: none;
}
/****************** Header ***********************/
header.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 25px 0;
}
.header-social-icons a {
    color: #598fb5;
}
header .h-bottom .top-menu {
    position: relative;
    margin-right: 40px;
    display: flex;
    gap: 20px;
}
header .h-bottom .top-menu > li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
header .h-bottom .top-menu > li > a {
    font-family: var(--custom-secondary-font);
    font-size: 15px;
    font-weight: 400;
    color: #000;
    display: block;
}
header .h-bottom .top-menu > li:after {
    content: '';
    display: flex;
    height: 2px;
    background-color: #000;
    width: 0;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
header .h-bottom .top-menu li {
    display: block;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}
header .h-bottom .top-menu li:hover::after {
    width: 100%;
}
header .h-bottom .top-menu li:hover > ul.sub-menu {
    opacity: 1;
    top: 100%;
    pointer-events: initial;
}
header .h-bottom .top-menu li ul.sub-menu {
    background-color: #fff;
    opacity: 0;
    position: absolute;
    z-index: 9;
    top: 80%;
    left: 0;
    pointer-events: none;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 5px !important;
    border: none !important;
    margin-top: 10px;
    padding: 7.5px;
    display: flex;
    flex-wrap: wrap;
    width: 220px;
}
header .h-bottom .top-menu li ul.sub-menu::after {
    content: '';
    width: 100%;
    height: 20px;
    position: absolute;
    top: -20px;
    background: none;
    left: 0;
    z-index: 0;
}
header .h-bottom .top-menu li ul.sub-menu li {
    padding: 0;
    width: 31.33%;
    border-radius: 0 !important;
    border: none !important;
    margin: 0 1%;
    min-width: 200px;
}
header .h-bottom .top-menu li ul.sub-menu li:hover > a {
    background-color: #e6e6e6;
}
header .h-bottom .top-menu li ul.sub-menu li:after {
    display: none;
}
header .h-bottom .top-menu li ul.sub-menu li a {
    display: block;
    width: 100%;
    color: #000;
    font-weight: 400;
    font-family: var(--custom-secondary-font);
    margin: 0;
    padding: 5px;
    font-size: 14px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
header .h-bottom .top-menu li ul.sub-menu li ul.sub-menu {
    position: unset;
    width: 100%;
    opacity: 1;
    border-top: 1px solid #000;
}
header .h-bottom .top-menu li ul.sub-menu li ul.sub-menu:before {
    display: none;
}
header .h-bottom .top-menu li ul.sub-menu li ul.sub-menu li {
    float: none;
    width: 100%;
}
header .h-bottom .top-menu li ul.sub-menu li ul.sub-menu li a {
    padding: 0 10px;
    line-height: 30px;
    display: block;
    text-align: left;
    border: none;
}
header .h-bottom .web-lang {
    cursor: pointer;
    z-index: 9;
    margin-left: 10px;
    padding-top: 5px;
}
header .h-bottom .web-lang > li {
    padding: 5px;
    position: relative;
}
header .h-bottom .web-lang > li img {
    width: 25px;
    height: auto;
}
header .h-bottom .web-lang > li:hover > ul.sub-menu {
    z-index: 15;
    opacity: 1;
    top: 100%;
    pointer-events: initial;
}
header .h-bottom .web-lang li ul.sub-menu {
    display: initial;
    opacity: 0;
    position: absolute;
    z-index: 9;
    top: 80%;
    margin-top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffffff;
    border: 1px solid #fff;
    pointer-events: none;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
header .h-bottom .web-lang li ul.sub-menu::after {
    content: '';
    width: 100%;
    height: 10px;
    position: absolute;
    top: -10px;
    background: None;
    left: 0;
    z-index: 0;
}
header .h-bottom .web-lang li ul.sub-menu:before {
    content: ' ';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -100%);
    border: 10px solid;
    border-color: transparent transparent #fff transparent;
}
header .h-bottom .web-lang li ul.sub-menu li {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #fff;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #fff;
}
header .h-bottom .web-lang li ul.sub-menu li:last-child {
    border-bottom: 0;
}
header .h-bottom .web-lang li ul.sub-menu li:hover {
    background-color: #e6e6e6;
}
header .h-bottom .web-lang li ul.sub-menu li a {
    white-space: nowrap;
    font-size: 14px;
    color: #686868;
    margin: 0;
    padding: 10px 30px 10px 15px;
    display: block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
header .h-bottom .web-lang li ul.sub-menu li a img {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}
header .h-bottom.sticky,body:not(body.home) header .h-bottom.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 15px 4%;
    -webkit-animation-duration: 0.25s;
    animation-duration: 0.25s;
    -webkit-animation-fill-mode: both;
    background-color: #26282c;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0s;
    z-index: 9999999;
}
.header-social-icon {
    display: flex;
    align-items: center;
    gap: 10px;
}
.header-social-icon a {
    color: #fff;
    font-size: 21px;
}
#side-menu {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
}

a.mobile-hamburger-menu .hamburger-menu {
    position: relative;
    transform: translateY(6px);
    background: #fff;
    transition: all 0ms 300ms;
    width: 20px;
    height: 2px;
}
a.mobile-hamburger-menu .hamburger-menu.animate {
    background: rgba(255, 255, 255, 0);
}
a.mobile-hamburger-menu .hamburger-menu.animate.animate:after {
    top: 0;
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    background: #000;
}
a.mobile-hamburger-menu .hamburger-menu.animate.animate:before {
    bottom: 0;
    transform: rotate(-45deg);
    background: #000;
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
a.mobile-hamburger-menu .hamburger-menu:after,
a.mobile-hamburger-menu .hamburger-menu:before {
    width: 20px;
    height: 2px;
}
a.mobile-hamburger-menu .hamburger-menu:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 6px;
    background: #000;
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
a.mobile-hamburger-menu .hamburger-menu:after {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    background: #000;
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.show {
    opacity: 1 !important;
    pointer-events: all !important;
}
#side-menu {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
}
#side-menu .backdrop {
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    flex: 1;
    width: 100%;
    height: 100%;
}
#side-menu .content {
    padding: 50px 0 50px;
    width: 80%;
    background-color: #fff;
    box-shadow: -3px 0 10px 0 #00000026;
    margin-right: calc((50% + 56px) * -1);
    overflow-y: auto;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#side-menu .content.in {
    margin-right: 0;
}
#side-menu .content ul.menu {
    margin-bottom: 35px;
}
#side-menu .content ul.menu li.current-menu-item a {
    font-weight: 9600;
}
#side-menu .content ul.menu li.opened.menu-item-has-children > a i {
    transform: translateY(-50%) rotate(180deg);
}
#side-menu .content ul.menu li.opened > ul.sub-menu {
    max-height: initial;
}
#side-menu .content ul.menu li.menu-item-has-children > a i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    padding: 8px;
    right: 5px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #000;
    font-size: 25px;
}
#side-menu .content ul.menu li a {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 16px;
    color: #000;
    font-size: 15px;
    border-bottom: 1px dotted #4f4e4e;
    position: relative;
}
#side-menu .content ul.menu li ul.sub-menu {
    max-height: 0;
    overflow: hidden;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#side-menu .content ul.menu li ul.sub-menu li {
    background-color: #598fb5;
}
#side-menu .content ul.menu li ul.sub-menu li a {
    color: #fff;
}
#side-menu .content ul.menu li ul.sub-menu li ul.sub-menu li {
    background-color: #999;
}
#side-menu .content ul.menu li ul.sub-menu li ul.sub-menu li a {
    border-bottom-color: #fff;
}
#side-menu .content ul.menu li ul.sub-menu li.menu-item-has-children > a svg {
    filter: invert(1);
}
#side-menu .content .lang-list li .name {
    margin-left: 10px;
}
#side-menu .content ul.social-menu {
    margin-bottom: 35px;
}
#side-menu .content ul.social-menu li {
    margin-right: 16px;
}
#side-menu .content ul.social-menu li:last-child {
    margin-right: 0;
}
#side-menu .content ul.social-menu li a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#side-menu .content ul.social-menu li a svg {
    color: #26282c;
}
#left-whatsapp {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
#left-whatsapp a {
    height: 52px;
    width: 52px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
    background: #58d164;
    /* Old browsers */
    background: -moz-linear-gradient(top, #58d164 0%, #2cb842 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #58d164 0%, #2cb842 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #58d164 0%, #2cb842 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
    /* IE6-9 */
    -webkit-border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    -ms-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#left-whatsapp a:hover {
    padding-left: 5px;
    width: 57px;
}
#left-whatsapp a svg {
    color: #fff;
}
.overlay {
    height: 100%;
    width: 100%;
    opacity: 0;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #fff;
}
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    cursor: pointer;
    padding: 15px;
}
.overlay .closebtn svg {
    color: #26282c;
    width: 40px;
    height: 40px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.overlay .closebtn:hover svg {
    color: #000;
}
.overlay form {
    position: relative;
}
.overlay form .overlay-btn {
    position: absolute;
    right: 0;
    top: 100%;
    background: #26282c;
    border: none;
    color: #fff;
    padding: 14px 28px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}
.overlay form .overlay-btn:hover {
    background-color: #000;
}
.overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 100%;
    border-bottom: 2px solid #26282c;
    background: transparent;
}
.overlay .overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}
.overlay-dp {
    opacity: 1;
    z-index: 999999999;
}
.hamburger-menus {
    color: #5989b3;
    font-size: 32px;
}
.header-social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
}
.header-social-icons a {
    font-size: 25px;
}
.slidersocial{
    background: #c1d9e6;
}
section.slider {
    position: relative;
}
.slidersocial {
    background: #c1d9e6;
    width: 200px;
    height: 400px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    position: absolute;
    top: 30%;
    left: 0;
    z-index: 9999;
}
.slidersocialinner a {
    display: flex;
    align-items: center;
    gap: 5px;
}
.slidersocialinner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: unset;
    -webkit-transform: translateX(-50%) rotate(-90deg);
    -ms-transform: translateX(-50%) rotate(-90deg);
    transform: translateX(-50%) rotate(-90deg);
    width: 200px;
    height: 400px;
    gap: 25px;
    margin-left: 85px;
}
/****************** Footer ***********************/
footer.footer{
    background: #30353b;
    padding:60px 0;
}
.footer-logo a img {
    width: auto;
    height: 38px;
}
.footer-logo {
    margin-top: 25px;
}
.footerwidget {
    color: #fff;
}
.footerwidget h6 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
}
.footerwidget ul{

}
.footerwidget ul li{

}
.footerwidget ul li a{
    color:#fff;
    font-size: 14px;
}
.footerwidget ul li a:hover{
    color: #598fb5;
}
.footer-tel a {
    font-size: 30px;
    color: #fff !important;
    display: inline-block;
    margin-top: 26px;
    font-weight: 500;
}
.footer-social{
    margin-top: 25px;
}
.fsc {
    display: flex;
    align-items: center;
    gap: 10px;
}
.fsc a i {
    font-size: 22px;
    color: #fff;
}
.fsc a i:hover {
    color: #598fb5;
}

.aboright span{
    color: #cee1ec;
}
.aboright h1 {
    color: #598fb5;
    font-size: 73px;
    margin-bottom: 25px;
}
.aboright a {
    display: block;
    width: 30%;
    text-align: center;
    margin-top: 35px;
    font-size: 18px;
}
.aboright h2 {
    color: #598fb5;
}
.aboright p {
    margin:15px 0;
}
.aboright {
    padding-top: 75px;
}
.aboright ul{
    margin-top: 25px;
    margin-bottom: 45px;
}
.aboright ul li {
    display: flex;
    align-items: center;
    gap: 15px;
}
.aboright ul li i{
    color: #598fb5;
    font-size: 28px;
}
.mybtns {
    color: #fff;
    background: #598fb5;
    border-radius: 50px;
    padding: 10px 30px;
    transition: 250ms all;
}
.mybtns:hover {
    color: #fff;
    background: #416d8d;
    border-radius: 50px;
    padding: 10px 30px;
}
.homehizmet {
    display: grid;
    align-items: center;
    gap: 2px;
    grid-template-columns: repeat(4,1fr);
}
.hizmetitem {
    position: relative;
    cursor: pointer;
}
span.hhizmetnum {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    color: #fff;
    font-weight: 600;
    font-size: 32px;
    z-index: 2;
}

.hizmetitem::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 98%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.hhizmeticerik {
    z-index: 10;
    color: #fff;
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    height: auto;
    padding: 15px;
}
.hhizmeticerik h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
}
.hhizmeticerik h3 a{
    color: #fff;
    font-size: 20px;
}
.hhizmeticerik p {
    font-size: 13px;
}

.hometntyazileft h2 {
    color: #598fb5;
}
span.altbaslik {
    font-size: 32px;
    display: block;
    color: #598fb5;
    margin-bottom: 25px;
}
.hometntyazirightic{
    margin: 25px 0 45px 0;
}
.hhhliste {
    display: flex;
    gap: 20px;
}
.hhhlisteic h4 {
    color: #598fb5;
    font-size: 18px;
    font-weight: 400;
}
.hhhlistenmr span {
    background: #598fb5;
    width: 30px;
    height: 30px;
    color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.homehizmet2 {
    background: #eaf0f4;
}
.hoizmeleft {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding: 0px 50px;
}
.hoizmeleft h3 {
    color: #598fb5;
}
span.thintext {
    color: #c1d9e6;
    font-size: 17px;
    display: block;
    margin-bottom: 15px;
}
.htbtn {
    margin: 25px 0;
}
.homeuzmankadro h3{
    color: #598fb5;
}
.homeuzmankadro {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
.homekadroicons {
    position: absolute;
    right: 0;
    top: 30%;
}
.homekadroicons img {
    height: 230px;
}
.homeuzmankadroboxinner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.homeuzmankadrobox {
    border: 1px solid #c3e1ef;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    width: 43%;
    margin: 10px;
}
.doktorbox {
    text-align: center;
}
.doktorbox h4 {
    font-size: 18px;
    margin-top: 10px;
    color: #6088b0;
}
.homeyorum{
    background: #eaf0f4;
}
.homeyorumbaslik h4 {
    color: #598fb5;
}
.yorumitem {
    border: 1px solid #5e8fb3;
    padding: 25px;
}
.yorumprofil {
    display: flex;
    align-items: center;
    margin-top: 15px;
    gap: 15px;
}
.yorumad {
    display: flex;
    flex-direction: column;
}
.yorumad b {
    color: #5e8fb3;
}
.yorumdesc {
    margin-top: 20px;
    height: 180px;
}
.starss {
    width: 99px;
}
.section-1-inner-left {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.section-1-inner-left h4,.section-1-inner-left h4 b {
    color: #5e8fb3;
    font-size: 28px;
    margin-bottom: 25px;
}
.homehaber {
    position: relative;
}
.homekadroiconsleft {
    position: absolute;
    left: 0;
    top: 30%;
}
.homekadroiconsleft img {
    height: 230px;
}
.hmehbrimg {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
.hmehbrimg h4 {
    color: #5e8fb3;
    font-size: 28px;
    margin-bottom: 25px;
}
.homeiletisim {
    background: #eaf0f4;
    padding: 60px 0 0 0;
}
.iletisimformuhh input{
    width: 100%;
    padding: 10px;
    background: transparent;
    border: 1px solid #5f88b0;
}
.iletisimformuhh textarea {
    width: 100%;
    padding: 10px;
    background: transparent;
    border: 1px solid #5f88b0;
    height: 200px;
}
.myformbtn {
    color: #fff;
    background: #598fb5 !important;
    border-radius: 50px;
    padding: 10px 30px;
    transition: 250ms all;
    display: inline-block;
    width: 50% !important;
}
.hiltriginner {
    padding-left: 15px;
    margin-bottom: 25px;
}
.hiltriginner h4 {
    color: #5e8fb3;
    font-size: 28px;
    margin-bottom: 25px;
}
.mysccontactformdetails {
    min-height: 300px;
    height: 300px;
}
.subheaderinner {
    display: flex;
    justify-content: flex-start;
    height: 300px;
    align-items: center;
}
.subtitles h1 {
    color: #598fb5;
}
.pages-left .gallery {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
}
.pages-left .gallery img{
    width: 100%;
    height: auto;
}
.pages-left h1, .pages-left h2, .pages-left h3, .pages-left h4, .pages-left h5, .pages-left h6 {
    font-size: 21px;
    margin: 15px 0;
    color: #5e8fb3;
}
#sidebar {
    position: sticky;
    top: 40px;
    z-index: 100;
}
.sidebar-widgets{
    padding: 25px;
}
.sidebar-forms input {
    background: #ebf2f5;
    width: 100%;
    padding: 10px;
}
.sidebar-forms textarea {
    background: #ebf2f5;
    width: 100%;
    height: 200px;
    padding: 10px;
}
.sidebar-forms textarea:focus {
    border: none;
    overflow: auto;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.sidebar-wtitle {
    font-size: 28px;
    color: #5e8fb3;
    margin-top: 45px;
    margin-bottom: 35px;
    margin-left: 15px;
}
.contact-items .c-item {
    height: 100%;
    background-color: #fff;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,.05);
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    border-radius: 16px;
    padding: 48px 12px 88px;
    color: #000;
    line-height: 34px;
    position: relative;
    z-index: 999;
}
.contact-items .c-item .title {
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -.96px;
    color: #000;
}
.contact-items .c-item .value {
    font-size: 15px;
    letter-spacing: -.64px;
    color: #000;
    line-height: 25px;
}
.contact-items .c-item .icon {
    position: absolute;
    right: 24px;
    bottom: 24px;
}
.contact-items .c-item .icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    display: block;
}
.hometntyazileft img {
    margin-top: 25px;
}
div#ez-toc-container {
    width: 100%;
    margin-bottom: 35px;
}
.aboleftimg {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.hizmetitem img {
    height: 330px;
    object-fit: cover;
    width: 100%;
}
.doktorbox img {
    height: 130px;
    width: 130px;
    border-radius: 50%;
    object-fit: cover;
}
.yaziicgal {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    width: 100%;
    padding: 30px 10px;
}
.homefaq {
    background: #ebf0f4;
}
.faqtexts h5 {
    color: #5e8fb3;
    font-size: 28px;
    margin-bottom: 25px;
}
.faqtexts span {
    color: #c1d9e6;
    font-size: 17px;
    display: block;
    margin-bottom: 15px;
}
.yorumitem {
    border: 1px solid #5e8fb3;
    padding: 25px;
    height: 540px;
}
.bfinners {
    /* width: 400px; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.beforeAfter {
    width: 340px;
}
.beforeAfter img{
    width: 100%;
    height: 350px !important;
}
.hometabetitle h5 {
    color: #5e8fb3;
    font-size: 28px;
    /* margin-bottom: 25px; */
}
.hometabetitle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 15px;
}
.tabloaltidesct h1, .tabloaltidesct h2, .tabloaltidesct h3, .tabloaltidesct h4, .tabloaltidesct h5, .tabloaltidesct h6 {
    font-size: 21px;
    margin-top: 18px;
}
.homebeforeafterspage {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}

.starss img{
    width: 99px;
    height: 16px;
}
.homeresimler{
    display: none;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #86adcf !important;
}
.mobilshow{
    display: none;
}


#home-slider {
    position: relative;
}
#home-slider .owl-nav{
    margin: 0;
}
#home-slider .owl-nav .owl-prev {
    position: absolute;
    left: 2%;
    top: 50%;
    transform: translateY(-50%);
}
#home-slider .owl-nav .owl-next {
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
}
#home-slider .owl-nav button i {
    color: #000;
    line-height: 50px;
    width: 50px;
    height: 50px;
    font-size: 30px;
}
#home-slider .owl-nav button:hover {
    background-color: transparent;
}

#homebeforeafters {
    position: relative;
}
#homebeforeafters .owl-nav{
    margin: 0;
}
#homebeforeafters .owl-nav .owl-prev {
    position: absolute;
    left: 1%;
    top: 50%;
    transform: translateY(-50%);
}
#homebeforeafters .owl-nav .owl-next {
    position: absolute;
    right: 1%;
    top: 50%;
    transform: translateY(-50%);
}
#homebeforeafters .owl-nav button i {
    color: #86adcf;
    line-height: 50px;
    width: 50px;
    height: 50px;
    font-size: 30px;
    background-color: rgba(255, 255, 255, 0.5);
}
#homebeforeafters .owl-nav button:hover {
    background-color: transparent;
}

.home-check-list li {
    margin-bottom: 15px;
}

.home-check-list li i{
    background-color: #86adcf;
    line-height: 20px;
    width: 20px;
    margin-right: 5px;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-size: 16px;
}
#mobile-footer-cta-buttons {
    padding-bottom: 14px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}
#mobile-footer-cta-buttons {
    padding-bottom: 14px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}

#mobile-footer-cta-buttons .row {
    --gutter-x: 4px;
    --gutter-x2: -4px;
}
#mobile-footer-cta-buttons .button-x {
    height: 52px;
    width: 100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    padding: 0 20px;
    color: #fff;
}
#mobile-footer-cta-buttons .button-x.button-call {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
    background: #202020;
    /* Old browsers */
    background: -moz-linear-gradient(top, #202020 0%, #000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #202020 0%, #000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #202020 0%, #000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
    /* IE6-9 */
}
#mobile-footer-cta-buttons .button-x.button-whatsapp {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
    background: #58D164;
    /* Old browsers */
    background: -moz-linear-gradient(top, #58D164 0%, #2CB842 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #58D164 0%, #2CB842 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #58D164 0%, #2CB842 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
    /* IE6-9 */
}
#mobile-footer-cta-buttons .button-x svg {
    color: #fff;
}
#mobile-footer-cta-buttons .button-x span.text {
    margin-left: 12px;
    font-weight: 400;
    font-size: 14px;
}
.footerbottom {
    background: #25282d;
    padding: 15px 0;
}
.flogo a img {
    width: 150px;
    height: auto;
}
.fbinner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}
.blog{
    background:#fff;
}
.blog .blog-title{
    text-align:center;
}
.blog .single-news {
    background: #fff;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    box-shadow: 0px 0px 10px #00000014;
}
.blog .single-news img{
    width:100%;
    margin:0;
    padding:0;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.blog .single-news .news-head{
    position:relative;
    overflow:hidden;
}
.blog .single-news .news-content {
    text-align: left;
    background: #fff;
    z-index: 99;
    position: relative;
    padding: 30px;
    left: 0;
    z-index: 0;
}
.blog .single-news .news-content:before{
    position:absolute;
    content:"";
    left:0;
    bottom:0;
    height:2px;
    width:0%;
    background:#598fb5;
    opacity:0;
    visibility:hidden;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.blog .single-news:hover .news-content:before{
    opacity:1;
    visibility:visible;
    width:100%;
}
.blog .single-news .news-body h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 24px;
}
.blog .single-news .news-body h2 a{
    color:#2C2D3F;
    font-weight: 500;
}
.blog .single-news .news-body h2 a:hover{
    color:#598fb5;
}
.blog .single-news .news-content p {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 23px;
}
.blog .single-news .news-body .date {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 5px;
    background: #598fb5;
    color: #fff;
    padding: 4px 15px;
    border-radius: 3px;
    font-size: 14px;
    margin-bottom: 10px;
}
.blog.grid .single-news{
    margin-top:30px;
}
.onbtn {
    margin-top: 55px;
}

.onbtn a {
    background: #588fb4;
    color: #fff !important;
    padding: 15px 35px;
    border-radius: 5px;
    font-size: 16px;
}
.pagination {
  margin-top: 40px;
  display: block;
  width: 100%;
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination ul li {
  color: #30353b;
  margin-right: 8px;
}
.pagination ul li:last-child {
  margin-right: 0;
}
.pagination ul li:hover a {
  color: #30353b;
}
.pagination ul li.active a {
  border-color: #30353b;
  background-color: #30353b;
  color: #fff;
  font-weight: 700;
}
.pagination ul li span,
.pagination ul li a {
  border: solid 1px #30353b;
  background-color: #30353b;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination ul li a {
  color: #939393;
  font-size: 16px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.blog {
    background: #fff;
    padding: 30px 0 60px 0;
}
.wpcb-contact-form {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 40px !important;
    left: 10px;
    border-radius: 50%;
    background: var(--left-icon-color);
    z-index: 999999;
    cursor: pointer;
}
.wpcb-wp-button {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 40px !important;
    right: 10px;
    z-index: 999999;
}
.videoss {
    position: relative !important;
}
.playicon {
    position: absolute;
    width: 48px !important;
    height: 48px !important;
    display: block !important;
    top: 40% !important;
    left: 40% !important;
}
.post-content ul {
    margin-left: 30px;
    margin-bottom: 20px;
}
.post-content ul li {
    list-style-type: disc;
}
html.slb_overlay object,html.slb_overlay embed,html.slb_overlay iframe{visibility:hidden}html.slb_overlay #slb_viewer_wrap object,html.slb_overlay #slb_viewer_wrap embed,html.slb_overlay #slb_viewer_wrap iframe{visibility:visible}
.sl-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #00000085;
    display: none;
    z-index: 1035;
}

.sl-wrapper {
    z-index: 1040;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
}
.sl-wrapper * {
    box-sizing: border-box;
}
.sl-wrapper button {
    border: 0 none;
    background: transparent;
    font-size: 28px;
    padding: 0;
    cursor: pointer;
}
.sl-wrapper button:hover {
    opacity: 0.7;
}
.sl-wrapper .sl-close {
    display: none;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 10060;
    margin-top: -14px;
    margin-right: -14px;
    height: 44px;
    width: 44px;
    line-height: 44px;
    font-family: Arial, Baskerville, monospace;
    color: #000;
    font-size: 3rem;
}
.sl-wrapper .sl-counter {
    display: none;
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 10060;
    color: #000;
    font-size: 1rem;
}
.sl-wrapper .sl-download {
    display: none;
    position: fixed;
    bottom: 5px;
    width: 100%;
    text-align: center;
    z-index: 10060;
    color: #fff;
    font-size: 1rem;
}
.sl-wrapper .sl-download a {
    color: #fff;
}
.sl-wrapper .sl-navigation {
    width: 100%;
    display: none;
}
.sl-wrapper .sl-navigation button {
    position: fixed;
    top: 50%;
    margin-top: -22px;
    height: 44px;
    width: 22px;
    line-height: 44px;
    text-align: center;
    display: block;
    z-index: 10060;
    font-family: Arial, Baskerville, monospace;
    color: #000;
}
.sl-wrapper .sl-navigation button.sl-next {
    right: 5px;
    font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
    left: 5px;
    font-size: 2rem;
}
@media (min-width: 35.5em) {
    .sl-wrapper .sl-navigation button {
        width: 44px;
    }
    .sl-wrapper .sl-navigation button.sl-next {
        right: 10px;
        font-size: 3rem;
    }
    .sl-wrapper .sl-navigation button.sl-prev {
        left: 10px;
        font-size: 3rem;
    }
}
@media (min-width: 50em) {
    .sl-wrapper .sl-navigation button {
        width: 44px;
    }
    .sl-wrapper .sl-navigation button.sl-next {
        right: 20px;
        font-size: 3rem;
    }
    .sl-wrapper .sl-navigation button.sl-prev {
        left: 20px;
        font-size: 3rem;
    }
}
.sl-wrapper.sl-dir-rtl .sl-navigation {
    direction: ltr;
}
.sl-wrapper .sl-image {
    position: fixed;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 10000;
}
.sl-wrapper .sl-image img {
    margin: 0;
    padding: 0;
    display: block;
    border: 0 none;
    width: 100%;
    height: auto;
}
@media (min-width: 35.5em) {
    .sl-wrapper .sl-image img {
        border: 0 none;
    }
}
@media (min-width: 50em) {
    .sl-wrapper .sl-image img {
        border: 0 none;
    }
}
.sl-wrapper .sl-image iframe {
    background: #000;
    border: 0 none;
}
@media (min-width: 35.5em) {
    .sl-wrapper .sl-image iframe {
        border: 0 none;
    }
}
@media (min-width: 50em) {
    .sl-wrapper .sl-image iframe {
        border: 0 none;
    }
}
.sl-wrapper .sl-image .sl-caption {
    display: none;
    padding: 10px;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    font-size: 1rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
    bottom: auto;
    top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
    bottom: auto;
}

.sl-spinner {
    display: none;
    border: 5px solid #333;
    border-radius: 40px;
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    opacity: 0;
    position: fixed;
    top: 50%;
    width: 40px;
    z-index: 1007;
    -webkit-animation: pulsate 1s ease-out infinite;
    -moz-animation: pulsate 1s ease-out infinite;
    -ms-animation: pulsate 1s ease-out infinite;
    -o-animation: pulsate 1s ease-out infinite;
    animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.sl-transition {
    transition: -moz-transform ease 200ms;
    transition: -ms-transform ease 200ms;
    transition: -o-transform ease 200ms;
    transition: -webkit-transform ease 200ms;
    transition: transform ease 200ms;
}

@-webkit-keyframes pulsate {
    0% {
        transform: scale(0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}
@keyframes pulsate {
    0% {
        transform: scale(0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}
@-moz-keyframes pulsate {
    0% {
        transform: scale(0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}
@-o-keyframes pulsate {
    0% {
        transform: scale(0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}
@-ms-keyframes pulsate {
    0% {
        transform: scale(0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}