@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat: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('../vendor/bootstrap/css/bootstrap.css');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
:root {
    --custom-black-color: #424242;
    --custom-brown-color: #c22b2b;
    --custom-white-color: #ffffff;
    --custom-text-color: #5e5e5e;
    --custom-grey-color: #dddddd;
    --custom-grey-two-color: #8f8f8f;
    --custom-grey-bg:#f2f2f2;
    --custom-secondary-font:'Open Sans', sans-serif;
    --custom-heading-font:'Open Sans', 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,
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: 23px;
    color: #777777;
    -webkit-font-smoothing: antialiased;
    background: #FFF;
}
h1,
h2,
h3,
h4,
h5 {
    color : var(--custom-black-color);
    margin-bottom: .5rem;
    font-family: 'Open Sans', serif;
    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 {  }


.gradient-btn {
    background: linear-gradient(to right, #9b02d2, #d300b4);
    border: none;
    color: #fff;
    padding: 15px 25px;
    font-size: 16px;
    position: relative;
    border-radius: 30px;
    font-weight: 600;
}
.neon{
    box-shadow: 0 0 0px #d300b4, 0 0 10px #d300b4, 0 0 0px #d300b4;
}
.gradient-btn::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    z-index: -1;
    animation: glow 2s ease-in-out infinite;
}

@keyframes glow {
    0% {
        box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff;
    }
    50% {
        box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
    }
    100% {
        box-shadow: 0 0 15px #fff, 0 0 30px #fff, 0 0 45px #fff;
    }
}

/****************** Theme Kısayolları ***********************/
.custom-container{
    max-width: 1710px;
    width: 1710px;
    /*padding-right: 15px;*/
    /*padding-left: 15px;*/
    margin-right: auto;
    margin-left: auto;
}
.p60{
    padding: 60px 0;
}
.headermenu {
    z-index: 1;
}
ul.topmenu {
    display: flex;
    align-items: center;
	margin-right:20px;
}
.headermenus ul.topmenu>li>a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: block;
    padding: 25px 6px;
	text-align:center;
}
.headermenus ul.topmenu>li>a:hover {
    color: #fff;
    background: #c12b2b;
}
a.wp {
    background: green;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}
.hamburger-menus {
    color: #656864;
    font-size: 32px;
}
#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: 75%;
    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: 600;
}
#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;
}
#side-menu .content ul.menu li a {
    display: flex;
    align-items: center;
    height: 43px;
    padding: 0 16px;
    color: #656864;
    font-size: 14px;
    border-bottom: 1px solid #eaeaea;
    position: relative;
    text-transform: uppercase;
}
#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: #000;
}
#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;
}
.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;
}
.headermenus ul.topmenu>li>ul.sub-menu {
    display: none;
}
.headermenus ul.topmenu>li {
    position: relative;
}
.headermenus ul.topmenu>li>ul.sub-menu {
    display: none;
    background-color: #fff;
    opacity: 0;
    position: absolute;
    z-index: 999999;
    top: 65%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 5px;
    /* border: none !important; */
    margin-top: 10px;
    padding: 15px;
    width: 100%;
    left: 0;
    min-width: 220px;
    border: 1px solid #ddd;
}
.headermenus ul.topmenu>li:hover ul.sub-menu {
    opacity: 1;
    display: block;
    padding: 10px;
}
.headermenus ul.topmenu>li>ul.sub-menu>li>a {
    font-weight: 600;
}
.headermenus ul.topmenu.topmenu>li>ul.sub-menu>li>ul.sub-menu {
    display: block;
    width: 220px;
}
.headermenus ul.topmenu.topmenu>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu {
    display: block;
    padding-left:15px;
}
.headermenus ul.topmenu.topmenu>li>ul.sub-menu>li>ul.sub-menu>li{
    padding-top: 10px;
}
.headermenus ul.topmenu.topmenu>li>ul.sub-menu>li>ul.sub-menu>li>a{
    font-weight: 600;
}
.headermenus ul.topmenu>li:hover ul.sub-menu li a {
    display: block;
    padding: 2px 0;
}
.topmenuss {
    background: #fff;
    height: 59px;
    border-bottom: 1px solid #e3e0de;
}
ul#menu-topmenu li a {
    color: #878585;
    font-size: 14px;
}
.topmenu-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 59px;
}
.topbutton a {
    background: #c22b2b;
    color: #fff;
    height: 59px;
    display: block;
    line-height: 59px;
    padding: 0 20px;
    transition: 250ms all;
    font-family: 'Playfair Display', serif;
    font-weight: 400 !important;
}
.topbutton a:hover {
    background: #ad8754;
    color: #fff;
}
header.header {
    height: 100px;
    background: #fff;
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-inner .logo a img {
    padding: 10px 0;
    width: 170px;
    height: auto;
}
#home-slider {
    z-index: 0;
    position: relative;
    height: 100%;
}
#home-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    color: #fff;
    background-color: rgb(0,0,0,0.5);
    transition: 1s;
    font-size: 35px;
}
#home-slider .owl-nav .owl-next {
    right: 20px;
}
#home-slider .owl-nav .owl-next:hover {
    color: #fff;
    background-color: rgb(0,0,0,0.5);
}
#home-slider .owl-nav .owl-prev {
    left: 20px;
}
#home-slider .owl-nav .owl-prev:hover {
    color: #fff;
    background-color: rgb(0,0,0,0.5);
}
.owl-theme .owl-nav {
    margin-top: 0px !important;
}
.headerteleefon {
    display: grid;
    gap: 10px;
    width: 497px;
    grid-template-columns: repeat(2,1fr);
}
.telefonbox {
    display: flex;
    align-items: center;
    gap: 10px;
}
.tright {
    display: flex;
    flex-direction: column;
}
.tleft i {
    font-size: 16px;
    color: #fff;
    background: #e62f2a;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
header#header {
    padding: 33px 0;
}
.telefonbox a {
    color: #222222;
    font-weight: 500;
}
.ukonsul a {
    display: block;
    color: #fff;
    background: rgb(230,47,42);
    background: linear-gradient(114deg, rgba(230,47,42,1) 27%, rgba(194,39,35,1) 100%);
    padding: 15px 25px;
    border-radius: 25px;
    font-weight: 600;
    transition: 250ms all;
}
.ukonsul a:hover {
    -webkit-box-shadow: 4px 4px 37px -1px rgba(207,207,207,1);
    -moz-box-shadow: 4px 4px 37px -1px rgba(207,207,207,1);
    box-shadow: 4px 4px 37px -1px rgba(207,207,207,1);
}
.headerlogo a img {
    width: 280px;
}
.headermenu .h-bottom .web-lang {
    cursor: pointer;
    z-index: 9;
    margin-left: 10px;
    padding-top: 5px;
}
.headermenu .h-bottom .web-lang > li {
    padding: 5px;
    position: relative;
}
.headermenu .h-bottom .web-lang > li img {
    width: 25px;
    height: auto;
}
.headermenu .h-bottom .web-lang > li:hover > ul.sub-menu {
    z-index: 15;
    opacity: 1;
    top: 100%;
    pointer-events: initial;
}
.headermenu .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;
}
.headermenu .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;
}
.headermenu .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;
}
.headermenu .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;
}
.headermenu .h-bottom .web-lang li ul.sub-menu li:last-child {
    border-bottom: 0;
}
.headermenu .h-bottom .web-lang li ul.sub-menu li:hover {
    background-color: #e6e6e6;
}
.asdsa {
    display: flex;
    align-items: center;
}
.headermenu .h-bottom .web-lang li ul.sub-menu li a {
    white-space: nowrap;
    font-size: 14px;
    color: #686868;
    margin: 0;
    padding: 5px 30px 5px 15px;
    display: block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
.headermenu .h-bottom .web-lang li ul.sub-menu li a img {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}
nav.headermenu {
    background: #e62f2a;
}
.hhmenu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hmsmenuright {
    display: flex;
    align-items: center;
    gap: 20px;
}
.header-social-icons a {
    color: #fff;
    font-size: 18px;
}
.header-social-icons {
    display: flex;
    align-items: center;
    gap: 20px;
}
.footer {
    background: #f0f3fc;
    margin-top: -130px;
    padding-top: 200px;
}
.textwidget p img {
    width: 215px;
    height: auto;
}
.footer ul li a {
    color: #777777;
    font-size: 16px;
    display: block;
    line-height: 27px;
    font-weight: 500;
}
.greens{
    background-color: #30b9c2 !important;
}
.mobilhedaer{
    display: none;
}
#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;
}
.footeriletisimblokinner {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    -webkit-box-shadow: 3px 2px 46px 0px rgba(201,201,201,1);
    -moz-box-shadow: 3px 2px 46px 0px rgba(201,201,201,1);
    box-shadow: 3px 2px 46px 0px rgba(201,201,201,1);
}
.cfbox .icon i {
    font-size: 38px;
    color: #fff;
}
.cfbox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 259px;
    background: #e13233;
    gap: 10px;
}
.cfbox span {
    color: #fff;
    font-size: 18px;
    display: block;
    margin-top: 15px;
    font-weight: 500;
}
.cfbox a {
    color: #fff;
    font-size: 17px;
    margin-top: 10px;
    display: block;
    font-weight: 500;
}
.footeriletisimblokinner .cfbox:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.footeriletisimblokinner .cfbox:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.footeriletisimblok {
    padding-top: 100px;
}




.footerbottom {
    background: #0d0e0e;
    padding: 15px 0;
}
.fbinner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}
.flogo a img {
    width: 150px;
    height: auto;
}
.footerwpp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 17px 10px;
    border-radius: 10px;
}
.footerwpp a {
    color: #777;
    font-size: 16px;
    font-weight: 500;
    margin-left: 10px;
}
.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:#dd353a;
    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:#dd353a;
}
.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: #dd353a;
    color: #fff;
    padding: 4px 15px;
    border-radius: 3px;
    font-size: 14px;
    margin-bottom: 10px;
}
.blog.grid .single-news{
    margin-top:30px;
}
#sidebar {
    position: sticky;
    top: 40px;
    z-index: 100;
}
/* Blog Sidebar */
.main-sidebar {
    background: #fff;
    margin-top: 30px;
    background: transparent;
}
.main-sidebar .single-widget {
    margin-bottom: 30px;
    padding: 40px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
    border-radius: 8px;
}
.main-sidebar .single-widget .title {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 30px;
    display: block;
    background: #fff;
    padding-left: 12px;
}
.main-sidebar .single-widget .title::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    height: 100%;
    width: 3px;
    background: #1A76D1;
}
.main-sidebar .single-widget:last-child{
    margin:0;
}
.main-sidebar .search{
    position:relative;
}
.main-sidebar .search input {
    width: 100%;
    height: 45px;
    box-shadow: none;
    text-shadow: none;
    font-size: 14px;
    border: none;
    color: #222;
    background: transparent;
    padding: 0 70px 0 20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0;
    border: 1px solid #eee;
    border-radius: 5px;
}
.main-sidebar .search .button {
    position: absolute;
    right: 40px;
    top: 40px;
    height: 44px;
    width: 50px;
    line-height: 45px;
    box-shadow: none;
    text-shadow: none;
    text-align: center;
    border: none;
    font-size: 14px;
    color: #fff;
    background: #333;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0 5px 5px 0;
}
.main-sidebar .search .button:hover {
    background:#1A76D1;
    color:#fff;
}
/* Category List */
.main-sidebar .categor-list {
    margin-top: 15px;
}
.main-sidebar .categor-list li {
    margin-bottom: 10px;
}
.main-sidebar .categor-list li:last-child{
    margin-bottom:0px;
}
.main-sidebar .categor-list li a {
    display: inline-block;
    color: #333;
    font-size:14px;
}
.main-sidebar .categor-list li a:hover{
    color:#1A76D1;
    padding-left:7px;
}
.main-sidebar .categor-list li a i {
    display: inline-block;
    margin-right:0px;
    font-size: 9px;
    transform: translateY(-1px);
    opacity:0;
    visibility:hidden;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.main-sidebar .categor-list li a:hover i{
    margin-right: 6px;
    opacity:1;
    visibility:visible;
}
/* Recent Posts */
.main-sidebar .single-post {
    position: relative;
    border-bottom: 1px solid #ddd;
    display: inline-block;
    padding: 17px 0;
}
.main-sidebar .single-post:last-child{
    padding-bottom:0px;
    border:none;
}
.main-sidebar .single-post .image img{
    float: left;
    width: 80px;
    height: 80px;
    margin-right: 20px;
}
.main-sidebar .single-post .content{
    padding-left:100px;
}
.main-sidebar .single-post .content h5 {
    line-height: 18px;
}
.main-sidebar .single-post .content h5 a {
    color: #2C2D3F;
    font-weight: 500;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
    display: block;
    margin-bottom: 10px;
    margin-top: 0;
}
.main-sidebar .single-post .content h5 a:hover{
    color:#1A76D1;
}
.main-sidebar .single-post .content .comment li{
    color:#888;
    display:inline-block;
    margin-right:15px;
    font-weight:400;
    font-size:14px;
}
.main-sidebar .single-post .content .comment li:last-child{
    margin-right:0;
}
.main-sidebar .single-post .content .comment li i{
    display:inline-block;
    margin-right:5px;
}
/* Blog Tags */
.main-sidebar .side-tags .tag{
    margin-top:40px;
}
.main-sidebar .side-tags .tag li {
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 20px;
}
.main-sidebar .side-tags .tag li a {
    background: #fff;
    color: #333;
    padding: 8px 14px;
    text-transform: capitalize;
    border-radius: 0;
    font-size: 13px;
    background: #F6F7FB;
    border-radius: 4px;
}
.main-sidebar .side-tags .tag a:hover{
    color:#fff;
    background:#1A76D1;
    border-color:transparent;
}
/* News Single */
.news-single {
    padding: 20px 0 90px;
    background: #f8f8f8;
}
.news-single .news-text  img {
  max-width: 100%;
	height: auto;
}
.news-single .news-text  ol {
  list-style: decimal!important;
  padding-left: 20px;
}
.news-single .news-text  ul {
  padding-left: 20px;
}
.news-single .news-text  ul li {
  list-style: disc;
}
.news-single .news-text  ol,
.news-single .news-text  ul {
  padding-left: 20px;
}
.news-single .news-text  ol li,
.news-single .news-text  ul li {
  margin-bottom: 4px;
}
.news-single .single-main {
    margin-top: 30px;
    background: #fff;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
    border-radius: 8px;
}
.news-single .news-head{}
.news-single .news-title {
    font-size: 25px;
    margin: 20px 0;
}
.news-single .news-title a {
    color: #252525;
    font-weight: 600;
}
.news-single .news-title a:hover {
    color: #1A76D1;
}
/* Blog Meta */
.news-single{
    background:#fff;
}
.news-head img {
    height: 290px;
    object-fit: cover;
}
.news-single .meta {
    overflow: hidden;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 15px;
}
.news-single .meta span {
    margin-right: 10px;
    display: inline-block;
}
.news-single .meta span:last-child{
    margin:0;
}
.news-single .meta span, .news-single .meta span a {
    color: #2C2D3F;
    font-weight: 400;
}
.news-single .meta span i {
    margin-right: 5px;
    color:#1A76D1;
}
.news-single .meta-left{
    float:left;
}
.news-single .meta-left .author img {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    margin-right: 12px;
}
.news-single .meta-left .author {
    float: left;
}
.news-single .meta-left span.date {
    margin-top: 10px;
}
.news-single .meta-right {
    float: right;
    margin-top: 10px;
}
.news-single .news-content{
    margin:20px 0;
}
.news-single .news-content p{
    margin-bottom:10px;
}
.news-single .news-content p:last-child{
    margin:0;
}
.news-single .news-text p {
    font-size: 14px;
    margin-bottom:1px;
}
/* Image Gallery */
.news-single .image-gallery {
    margin-bottom: 20px;
}
.news-single .image-gallery .single-image {
    overflow: hidden;
}
.news-single .image-gallery .single-image:hover img{
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    transform:scale(1.2);
}
/* Blockqoute */
.news-single blockquote {
    background-image: url('img/blockqoute-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px;
    overflow: hidden;
}
.news-single blockquote::before {
    opacity: 0.9;
}
.news-single .news-text blockquote p {
    color: #fff;
    margin: 0;
    line-height: 26px;
    font-size: 15px;
    position: relative;
}
.news-single .blog-bottom {
    overflow: hidden;
}
/* Social Share */
.news-single .social-share {
    float: left;
}
.news-single .social-share li {
    float: left;
}
.news-single .social-share li span{
    padding-left:5px;
}
.news-single .social-share li.facebook a{
    background:#5d82d1;
}
.news-single .social-share li.twitter a{
    background:#40bff5;
}
.news-single .social-share li.google-plus a{
    background:#eb5e4c;
}
.news-single .social-share li.linkedin a{
    background:#238cc8;
}
.news-single .social-share li.pinterest a{
    background:#e13138;
}
.news-single .social-share li a {
    padding: 10px 20px;
    display: block;
    color: #fff;
}
.news-single .social-share li a:hover{
    background:#2B343E;
}
/* Prev Next Button */
.news-single .prev-next {
    float: right;
}
.news-single .prev-next li {
    display: inline-block;
    padding: 0;
    margin-right: 5px;
}
.news-single .prev-next li:last-child{
    border:none;
}
.news-single .prev-next li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #c4c4c4;
    color: #555;
    border-radius: 4px;
}
.news-single .prev-next li a:hover{
    color:#fff;
    background:#1A76D1;
    border-color:transparent;
}
/* Blog Comments */
.news-single .blog-comments {
    margin-top: 30px;
    background: transparent;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
    border-radius: 8px;
    padding: 30px;
}
.news-single .blog-comments h2 {
    text-align: left;
    text-transform: capitalize;
    font-size: 18px;
    color: #252525;
    margin-bottom: 20px;
}
.news-single .blog-comments h4 span{
    float:right;
}
.news-single .single-comments {
    overflow: hidden;
    margin-bottom: 30px;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
}
.news-single .single-comments.left .main {
    padding-left: 100px;
    position: relative;
    margin-left: 100px;
}
.news-single .single-comments.left img{
    position:absolute;
    left:0;
    top:0;
}
.news-single .single-comments:last-child{
    margin:0;
    border:none;
    margin-bottom:0;
    padding-bottom:0;
}
.news-single .single-comments .main {
    overflow: hidden;
}
.news-single .single-comments .head {
    float: left;
    margin-right: 20px;
    text-align: center;
    width: 12%;
}
.news-single .head img {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 100%;
    border: 5px solid #f8f8f8;
}
.news-single .single-comments .body {
    float: left;
    width: 85%;
}
.news-single .single-comments.left .body{
    float: noene;
    width:100%;
}
.news-single .single-comments .comment-list {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #e2e2e2;
    overflow: hidden;
}
.news-single .single-comments .comment-list .body {
    width: 78%;
}
.news-single .single-comments h4 {
    margin: 0 0 5px;
    font-size: 16px;
    text-align: left;
    font-weight: 500;
    color: #252525;
}
.news-single .single-comments .comment-meta{
    margin-bottom:5px;
}
.news-single .single-comments .meta {
    font-size: 13px;
    color: #555;
    font-weight: 400;
    border: none;
    margin-right: 10px;
    padding: 0;
    margin: 0 10px 0 0;
}
.news-single .single-comments .meta:last-child{
    margin:0;
}
.news-single .comment-meta span i{
    margin-right:5px;
}
.news-single .comment-meta span:last-child{
    margin:0;
}
.news-single .single-comments p {
    font-size: 13px;
}
.news-single .single-comments a {
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    padding: 3px 15px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 4px;
    background:#1A76D1;
    color:#fff;
}
.news-single .single-comments a:hover{
    background:#2C2D3F;
    color:#fff;
}
.news-single .single-comments a i{
    margin-right:5px;
}
.news-single .comment-list {
    padding-left:50px;
}
.news-single .single-comments.login{
    text-align:center;
}
.news-single .single-comments.login i{
    font-size:20px;
}
.news-single .single-comments.login a{
    text-align:center;
}
.news-single .single-comments.login a:hover{
    color:#353535;
}
.news-single .comments-form {
    margin-top: 30px;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
    border-radius: 8px;
    padding: 30px;
}
.news-single .comments-form h2 {
    text-align: left;
    font-size: 18px;
    color: #353535;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.news-single .form {
}
.news-single .form-group {
    position: relative;
    display: block;
    margin: 0 0 20px;
}
.news-single .form-group i {
    position: absolute;
    left: 12px;
    top: 17px;
    z-index: 1;
    color: #1A76D1;
}
.news-single .form-group input {
    width: 100%;
    height: 50px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-weight: 400;
    border-radius: 0px;
    padding-left: 34px;
    padding-right: 20px;
    border: none;
    line-height:50px;
    font-weight: 400;
    font-size:14px;
    color:#2C2D3F;
}
.news-single .form-group textarea {
    border: 1px solid #ddd;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    box-shadow: none;
    border-radius: 0px;
    border: none;
    height: 190px;
    padding: 15px 15px 15px 35px;
    resize: none;
    font-weight: 400;
    font-size:14px;
    color:#2C2D3F;
}
.news-single .form-group input, .news-single .form-group textarea {
    border: 1px solid transparent;
    border: 1px solid #eee;
    border-radius: 5px;
}
.news-single .form-group.message i {
    top: 22px;
}
.news-single .form-group .button {
    padding: 10px 30px;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    border: 0px solid;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 15px 30px;

}
.news-single .form-group .button:hover {
    background: #353535;
}
.news-single .form-group .button i{
    position:relative;
    display:inline-block;
    color:#fff;
    margin-right:10px;
    padding:0px;
}
.news-single .form-group.button {
    margin: 0;
    text-align: left;
}
.news-single .form-group.button .btn{
    background:#fff;
    background:#1A76D1;
    color:#fff;
}
.news-single .form-group.button .btn:hover{
    color:#fff;
}
.news-single .form-group.button .btn i {
    color: #fff;
    position: relative;
    top: 0;
    left: 0;
    margin-right: 10px;
    -webkit-transition:all 0.3s ease 0s;
    -moz-transition:all 0.3s ease 0s;
    transition:all 0.3s ease 0s;
}
.page-template-default .headermenu {
    margin: 0;
}
.single-widget textarea {
    width: 100%;
    border: 1px solid #ddd;
    height: 150px;
}
.single-widget label {
    margin-top: 13px;
}
.custommybtn2 {
    background: #dd353a !important;
    color: #fff !important;
    font-size: 18px !important;
    text-align: center !important;
    width: 100% !important;
    padding: 0 !important;
}
#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;
}
.post-template-default .headermenu {
    margin-bottom: 0;
    z-index: 1;
}
.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;
}
.contact-items .c-item .icon img {
    width: 30px;
}
.contact-items {
    padding-top: 30px;
}
.category .headermenu {
    margin-bottom: 0px;
    z-index: 1;
}
.kvsr {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.kvsr p{
    padding: 0;
    margin: 0;
}
.kbbtn {
    border: 1px solid #e13233;
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 500;
    transition: 250ms all;
}
.kbbtn:hover {
    background-color: #e13233;
    color: #fff;
}
.kvsr p {
    width: 500px;
    display: block;
    font-size: 16px;
}
.pt60{
    padding-top: 60px;
}
.brkbs{
    margin-bottom: 20px;
}
.brkbs span {
    display: block;
    color: #30b9c2;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}
.brkbs h5 {
    font-size: 38px;
}
.tstright {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-left: 100px;
}
.dasfd {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 40px;
}
.dasfd h4 {
    font-size: 38px;
}
.cizgi {
    border: 1px solid #40b9c1;
    width: 30px;
}
.testimonal-ad {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 15px;
}
.testimonal-ad span {
    display: block;
    font-weight: 600;
    font-size: 18px;
}
.hometestiomanl {
    padding-top: 60px;
}
.titemss p {
    font-size: 18px;
}

div#testimonallar .owl-nav [class*=owl-]:hover {
    background: none;
    color: #e13233;
}
div#testimonallar .owl-carousel .owl-nav button.owl-prev i {
    font-size: 24px !important;
}
div#testimonallar .owl-carousel .owl-nav button.owl-next i {
    font-size: 24px !important;
}
.titemss {
    margin-bottom: 30px;
}
div#beforeafter {
    position: relative;
}
div#beforeafter .owl-nav {
    position: absolute;
    top: -80px;
    right: 10px;
}
div#beforeafter .owl-nav [class*=owl-]:hover {
    background: none;
    color: #e13233;
}
div#beforeafter .owl-carousel .owl-nav button.owl-prev i {
    font-size: 24px !important;
}
div#beforeafter .owl-carousel .owl-nav button.owl-next i {
    font-size: 24px !important;
}
.brkbs {
    margin-bottom: 40px;
}
.faqtexts span {
    display: block;
    color: #30b9c2;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}
.faqtexts h5 {
    font-size: 38px;
}
.accordion {
    width: 100%;
    margin-top: 30px;
}
.accordion-header span {
    font-size: 16px;
}
.hmfleft {
    display: flex;
    align-items: end;
    justify-content: end;
}
.homecontinner {
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.hcright {
    padding-right: 310px;
    padding-left: 130px;
}
.hcright {
    padding-right: 310px;
    padding-left: 130px;
    padding-top: 60px;
}
.hcform textarea {
    height: 100px;
}
.mybtn {
    background: rgb(230,47,42);
    background: linear-gradient(114deg, rgba(230,47,42,1) 27%, rgba(194,39,35,1) 100%);
    color: #fff;
    padding: 10px 55px;
    border-radius: 50px;
    font-size: 16px;
    transition: 250ms all;
}
.mybtn:hover {
    -webkit-box-shadow: 4px 4px 37px -1px rgba(207,207,207,1);
    -moz-box-shadow: 4px 4px 37px -1px rgba(207,207,207,1);
    box-shadow: 4px 4px 37px -1px rgba(207,207,207,1);
}
.hcform {
    margin-top: 50px;
}
.hcright {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.hcfleft {
    position: relative;
}
.hcwp {
    background: #30b9c2;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 360px;
    height: 150px;
    justify-content: center;
    position: absolute;
    bottom: 100px;
    right: -60px;
    z-index: 99999;
    border-radius: 10px;
}
.hcwp span {
    color: #fff;
    font-size: 21px;
    margin-bottom: 10px;
    display: block;
    font-weight: 600;
}
.hcwp a {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
}
.hcwp a i{
    margin-right: 15px;
}
.hhhhizmet {
    padding: 60px 0 60px 0;
}
.hgfbbasli {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.hgfbbasli span {
    font-size: 28px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}
.hgfbbasli h2 {
    color: #30b9c2;
    font-size: 24px;
}
.hgfbbasli p {
    font-size: 18px;
    width: 500px;
    text-align: center;
}
.hhhitemleriiner {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 35px;
}
.kvsbrkitems p {
    text-align: center;
}
.kvsbrkitems img {
    width: 45px;
    height: 45px;
    margin-bottom: 15px;
}
.kvsbrkitems {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 25px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

div#flyhizmet {
    position: relative;
}
div#flyhizmet .owl-nav {
    position: absolute;
    top: -80px;
    right: 10px;
}
div#flyhizmet .owl-nav [class*=owl-]:hover {
    background: none;
    color: #e13233;
}
div#flyhizmet .owl-carousel .owl-nav button.owl-prev i {
    font-size: 24px !important;
}
div#flyhizmet .owl-carousel .owl-nav button.owl-next i {
    font-size: 24px !important;
}
.tedaviitems {
    position: relative;
}
.tedavibasliks h2 a {
    color: rgb(255,255,255,0.9);
    display: block;
    font-size: 21px;
}
.tedavibasliks p {
    color: rgb(255,255,255,0.9);
    display: block;
    font-size: 16px;
}
.tedavibasliks h2 a:hover {
    color: #e62f2a;
}
.tedavibasliks {
    position: absolute;
    bottom: 20px;
    left: 0px;
    z-index: 9999;
    width: 100%;
    padding: 25px;
}
.absright {
    text-align: left;
    padding-left: 100px;
    display: flex;
    height: 100%;
    justify-content: center;
    flex-direction: column;
}
.absright span {
    display: block;
    color: #30b9c2;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}
.absright h2 {
    font-size: 35px;
    margin-bottom: 25px;
}
.mybtn2 {
    background: rgb(230,47,42);
    background: linear-gradient(114deg, rgba(230,47,42,1) 27%, rgba(194,39,35,1) 100%);
    /* color: #fff; */
    padding: 10px 55px;
    border-radius: 50px;
    font-size: 16px;
    transition: 250ms all;
    color: #fff !important;
    margin-top: 20px;
    display: inline-block;
}
.homeaboust {
    padding: 60px 0 20px 0;
}
.wptels {
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
}
.hcwp2 {
    background: #e62f2a;
    width: 360px;
    height: 150px;
    position: absolute;
    right: 0;
    top: -80px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.hcwp2 span {
    color: #fff;
    font-size: 21px;
    margin-bottom: 10px;
    display: block;
    font-weight: 600;
}
.hcwp2 a {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
}
.hcwp2 a i{
    margin-right: 15px;
}
.packages {
    padding: 60px 0;
}
.plan-price span.price {
    font-weight: 700;
    margin-top: 15px;
    display: block;
    font-size: 18px;
}
.list-icons li {
    font-size: 16px;
    line-height: 28px;
}
.mycard {
    height: 100%;
}
.absleft {
    display: flex;
    justify-content: center;
    height: 100%;
}
.news-head img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}


.mycard{
		background: #30b9c2 ;
}

.mycard .pricing-block h4,.mycard .pricing-block h6, .mycard .pricing-block p,.mycard .pricing-block li{
	color: #fff !important;
}
.mycard .mybtn2{
	background:#fff;
	color: #0d0e0e !important;
	font-weight: 500;
}
.mycard .mybtn2:hover{
	color: rgb(230,47,42) !important;
}

/* Form Codes */
form .form-col{
	margin-bottom: 25px;
}
form .form-col .form-label{
	font-size: 18px;
	margin-bottom: 10px;
}
form .form-col input{
	padding: 20px;
	width:100%;
	border: 1px solid #ced4da; 
	font-size: 16px;
}
form .form-col input[type="file"]{
	padding: 15px;
	cursor: pointer;
	transition:  all 0.3s;
}
form .form-col input[type="file"]:hover{
	background:rgba(230,47,42,1);
	color: #fff;
}
form .form-col .wpcf7-list-item{
	display:block;
	margin-bottom: 5px;
}
form .form-col .wpcf7-list-item label{
	display:flex;
	align-items:center;
	cursor:pointer;
}
form .form-col .wpcf7-list-item input{
	width: 20px;
	height: 20px;
	margin-right: 20px;
}
form .form-col .wpcf7-list-item .wpcf7-list-item-label{
	font-size: 16px;
}
.yorumyap {
    padding-top: 50px;
}
form#review-form {
    margin-bottom: 10px;
}
div#customer-review-form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
div#gorusgonder {
    margin-top: 50px;
    width: 80%;
}
.mybtn:hover{
    color: #fff;
}
.myybtn {
    display: flex;
    align-items: center;
    justify-content: end;
    height: 100%;
}
.mylistele {
    display: grid;
    gap: 35px;
    grid-template-columns: 100px 1fr;
    align-items: center;
    margin-top: 40px;
}
.myads {
    border-radius: 50%;
    background: #e13233;
    color: #fff;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 600;
}
.myorumdesc {
    border: 1px solid #ddd;
    margin-right: 10px;
    padding: 20px;
    border-radius: 15px;
}
div#myorumlistele .owl-next:hover, div#myorumlistele .owl-next:prev {
    background: #fff !important;
}
/* to remove bullets from an unordered list */
ul {
    list-style: none;
}

/* to remove bullets from an ordered list */
ol {
    list-style:none;
}

#youtube-shorts {
    padding:100px 0;
}
#youtube-shorts iframe{
    aspect-ratio: 9 / 16;
}