@charset "UTF-8";
/*------------------------------------------------------------------//
  Normalize:
//------------------------------------------------------------------*/
ul,
ul li {
  margin: 0;
  padding: 0;
}

a,
a:active,
a:hover,
input,
textarea {
  outline: none;
}

pre,
textarea {
  overflow: auto;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: 0 0;
  text-decoration: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
optgroup,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  border: 0;
  margin: 0;
  padding: 0;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  outline: none;
}

ul li {
  list-style-type: none;
}

img {
  border: none;
}

textarea {
  resize: none;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

a {
  outline: none;
}

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

input::-ms-clear {
  display: none;
}

* {
  outline: none !important;
}

/*------------------------------------------------------------------//
  Theme Options:
//------------------------------------------------------------------*/
/** Mobile Contact **/
.mContact {
  /* display: none; */
  text-align: center;
  position: fixed;
  bottom: -3px;
  width: 100%;
  padding: 3px 0px;
  z-index: 99999999;
  border: none !important;
  /* border-top-left-radius: 51px; */
  /* border-top-right-radius: 30px; */
}

.mContact .col-md-6 {
  width: 50% !important;
  float: left;
  /* border-radius: 30px; */
  padding: 0 !important;
}

.mContact .col-md-6 a {
  padding: 10px;
  font-size: 12px;
  display: block;
}

.mContact .col-md-6 span {
  font-weight: bold;
  color: #fff;
  padding: 5px;
  position: relative;
  top: 1px;
}

.mContact .wp {
  background: #55cd6c;
  background: #58D164;
  background: -webkit-gradient(linear, left top, left bottom, from(#58D164), to(#2CB842));
  background: linear-gradient(to bottom, #58D164 0%, #2CB842 100%);
}

.mContact .tl {
  background: -webkit-gradient(linear, left top, left bottom, from(#e94079), to(#bf1d53));
  background: linear-gradient(to bottom, #e94079, #bf1d53);
  background: -webkit-gradient(linear, left top, left bottom, from(#00488e), to(#021930));
  background: linear-gradient(to bottom, #00488e, #021930);
  background: -webkit-gradient(linear, left top, left bottom, from(#00488e), to(#0a3f74));
  background: linear-gradient(to bottom, #103f62, #062236);
}

.mContact img {
  width: 30px;
}

/* --- Mobile Menu --- */
/* --- Mobile Menu --- */
.mobile-menus {
  position: fixed;
  left: -300px;
  top: 0;
  left: -200% !important;
  width: 80%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 999999999999;
  height: 100%;
  border-left: 0 !important;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* justify-content: space-between; */
  overflow-y: auto !important;
  background: -webkit-gradient(linear, left top, right top, from(#256399), to(#083256));
  background: linear-gradient(90deg, #256399 0%, #083256 100%);
}

.mobile-menu-list ul {
  display: block;
  border: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
  /* margin-bottom: 30px; */
}

.mobile-menu-list ul li a {
  color: #ffffff !important;
  border: none;
  font-size: 15px;
  border-bottom: 1px solid rgba(210, 210, 210, 0.1294117647);
  line-height: 35px !important;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: inherit;
  padding: 10px 0%;
  font-weight: 600;
  display: block;
  /* letter-spacing: 0.5px; */
}

.mobile-social {
  margin-top: 30px;
}

.mobile-menu-list ul li a i {
  margin-right: 10px;
}

.mobile-menu-list ul li ul {
  background: none !important;
}

.mobile-menu-list ul li ul li a {
  position: relative;
  padding-left: 10px !important;
  padding: 3px 0%;
}

.mobile-menu-list ul li ul li a:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  left: 12px;
  top: 0;
  line-height: 46px;
  width: 40px;
  height: 46px;
  display: block;
  color: #ffffff;
  opacity: 0;
}

.mobile-menu-list ul li ul li ul li a {
  position: relative;
  padding-left: 15px !important;
}

.mobile-menu-list ul li ul li ul li a:before {
  left: 22px;
}

.mobile-menu-list ul li ul {
  max-height: 0 !important;
  overflow: hidden;
  transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}

.mobile-menu-list ul li.acik > ul {
  max-height: 500px !important;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.mobile-menu-list ul li.menu-item-has-children a {
  position: relative;
  overflow: hidden;
}

.mobile-menu-list ul li.menu-item-has-children > a:after {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  width: 46px;
  font-weight: bold;
  content: "\f107";
  height: 100%;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mobile-menu-list ul li.menu-item-has-children.acik > a:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.mobile-menu-listul li a:hover {
  /* background-color: #dcdcdc; */
  /* color: #000 !important; */
  /* -webkit-transition: all .5s; */
  -o-transition: all 0.5s;
  /* transition: all .5s; */
}

.mobile-menu-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

.mobile-menu-list::-webkit-scrollbar {
  width: 1px;
  background-color: #fff;
}

.mobile-menu-list::-webkit-scrollbar-thumb {
  background-color: #3b559e;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.mobile-menus.mobile-menus-active {
  left: 0 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  /* overflow-y: auto; */
}

html.mobile-menus-active {
  overflow: hidden;
}

nav.mobile-menu-list {
  padding-top: 95px;
}

body {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  left: 0%;
}

body.mobile-menus-active {
  /* left: 65%; */
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.menuClose {
  width: 100%;
  position: absolute;
  right: 0;
  height: 100%;
  z-index: 999999999999;
  top: 0;
  background: rgba(32, 32, 32, 0.6705882353);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(42, 42, 66, 0.3490196078);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.menuClose.mobile-menus-active {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.menuClose,
.mobile-menus {
  z-index: 999999999999;
  top: 0;
}

.mobil-menu-btn {
  position: relative;
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
  background: #888888;
  -webkit-transition: all 0ms 300ms;
  transition: all 0ms 300ms;
  width: 24px;
  height: 2px;
}

.mobil-menu-btn:before {
  content: "";
  position: absolute;
  right: 0;
  width: 27px;
  bottom: 7px;
  height: 2px;
  background: #888888;
  -webkit-transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.mobile-menu-list ul li a img {
  width: 30px;
  margin-right: 5px;
}

.mobil-menu-btn:after {
  content: "";
  position: absolute;
  right: 0;
  width: 15px;
  top: 7px;
  height: 2px;
  background: #888888;
  -webkit-transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.mobile-hamburger-menu {
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  width: 40px;
  height: 36px;
}

.mobil-menu-logo img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  width: 140px;
}

.mobil-menu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  width: 90%;
}

.mobil-menu-close {
  color: rgba(255, 255, 255, 0.6588235294);
  font-size: 30px;
}

.mobil-menu-buttons a {
  font-weight: 500;
  width: 90%;
  font-size: 16px;
  background-color: #ffffff;
  /* border-radius: 20px 20px 20px 20px; */
  color: #426c87;
  padding: 15px 4px;
  display: block;
  text-align: center;
  opacity: inherit !important;
  margin-top: 14px;
}

.mobil-menu-buttons {
  /* display: flex; */
}

.mobil-menu-buttons-one a {
  font-family: "Nunito", Sans-serif;
  font-weight: 500;
  width: 90%;
  font-size: 16px;
  background-color: #0091ac;
  border-radius: 20px 20px 20px 20px;
  color: #fff;
  padding: 15px 4px;
  display: block;
  text-align: center;
  opacity: inherit !important;
  margin-top: 21px;
  border: 1px solid;
}

.mobil-menu-buttons-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-social a:last-child {
  margin-right: 0px;
}

.mobile-social a {
  width: 45px;
  height: 45px;
  font-size: 21px;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* background: #fff; */
  border-radius: 100%;
  color: #ffffff;
  margin-right: 23px;
  border: 1px solid;
}

.header-menu-btn {
  width: 3rem;
  height: 1.5625rem;
  position: relative;
  cursor: pointer;
  display: none;
}

.header-menu-btn .line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: white;
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -webkit-transition: background-color 0.5s, top 0.5s 0.08s, left 0.3s, opacity 0.5s, width 0.6s 0.05s, -webkit-transform 0.5s 0.08s;
  transition: background-color 0.5s, top 0.5s 0.08s, left 0.3s, opacity 0.5s, width 0.6s 0.05s, -webkit-transform 0.5s 0.08s;
  transition: transform 0.5s 0.08s, background-color 0.5s, top 0.5s 0.08s, left 0.3s, opacity 0.5s, width 0.6s 0.05s;
  transition: transform 0.5s 0.08s, background-color 0.5s, top 0.5s 0.08s, left 0.3s, opacity 0.5s, width 0.6s 0.05s, -webkit-transform 0.5s 0.08s;
  -webkit-transition: transform 0.5s 0.08s, background-color 0.5s, top 0.5s 0.08s, left 0.3s, opacity 0.5s, width 0.6s 0.05s;
}

.header-menu-btn .line-center {
  top: 50%;
  margin-top: -1.5px;
}

.header-menu-btn .line-top {
  top: 0;
}

.header-menu-btn .line-bottom {
  bottom: 0;
}

/** Mobile Menu (END) **/
/* Transition || Geçiş */
/* Scale */
/* Skew */
/* Rotate */
/* Placeholder Color */
/** Whatsapp Fixed **/
.whatsappFixed {
  position: fixed;
  top: 50%;
  z-index: 999999;
  background: rgba(29, 177, 84, 0.9607843137);
  color: #fff;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}

.whatsappFixed a {
  color: #fff;
  font-size: 40px;
}

/** Whatsapp Fixed **/
/** Font Family **/
@font-face {
  font-family: "Futura Bk BT";
  src: url("../fonts/FuturaBT-Book.woff2") format("woff2"), url("../fontsFuturaBT-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@media (min-width: 1400px) {
  .c-container {
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
  }
}
body {
  font-family: "Poppins", sans-serif;
}

p {
  font-weight: 300;
  line-height: 1.4;
}

.header {
  background: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-logo img {
  height: 60px;
}

.slider {
  background: url(../images/sliderbg.jpg);
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slider-inner {
  background: url(../images/slider1.jpg);
  height: 600px;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}
.slider-inner h1 {
  color: #124971;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
}
.slider-inner p {
  line-height: 1.3;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 15px;
}
.slider-inner a.more {
  display: inline-block;
  padding: 15px 30px;
  background: #124971;
  color: white;
  font-size: 18px;
  border-radius: 25px;
}
.slider-inner .awards {
  padding-left: 15px;
  display: block;
  margin-top: 20px;
  width: 30%;
}
.slider-inner .google {
  margin-bottom: 20px;
}
.slider-inner .google-inner {
  background: #fff;
  padding: 10px 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slider-inner .google .text {
  padding: 0 15px;
}
.slider-inner .google .stars i {
  color: #fea41a;
}
.slider-bottom {
  background: #124971;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 25px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.slider-bottom .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider-bottom .item .text {
  color: #fff;
}
.slider-bottom .item .icon {
  color: white;
  padding-right: 15px;
}

.home-form {
  background: #f7f7f7;
  padding: 35px;
}
.home-fetured {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 350px;
}
.home-fetured .item {
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: #fff;
  min-height: 250px;
  padding: 10px;
}
.home-fetured .item i {
  font-size: 60px;
  margin-bottom: 15px;
}
.home-fetured .item .text {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.3;
}
.home-fetured .item .desc {
  font-weight: 400;
  line-height: 1.4;
  font-size: 15px;
}

.home-fetured-icerik {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 350px;
  background: #f7f7f7;
}
.home-fetured-icerik .item-icerik {
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  /* background: #fff; */
  min-height: 250px;
  padding: 10px;
  border: 1px solid #124971;
}
.home-fetured-icerik .item-icerik i {
  font-size: 15px;

}
.home-fetured-icerik .item-icerik .text {
  font-weight: 600;
  font-size: 18px;

  line-height: 1.3;
}
.home-fetured-icerik .item-icerik .desc {
  font-weight: 400;
  line-height: 1.4;
  font-size: 15px;
}

.contentbar h1{
  color: #000000;
  padding-bottom: 15px;
}

.contentbar p{
  color: #000000;
  line-height: 1.5;
  font-weight: 300;
  font-size: 15px;
}
.home-fetured-icerik a{
  display: inline-block;
  padding: 15px 30px;
  background: #124971;
  color: white;
  font-size: 18px;
  border-radius: 25px;
  margin-bottom: 24px;
  margin-top:25px;
  transform: scale(1);
  animation: pulse 2s infinite;
  opacity: initial !important;
}
.home-fetured-icerik .google {
  margin-bottom: 20px;
}
.home-fetured-icerik .google-inner {
  background: #fff;
  padding: 10px 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-fetured-icerik .google .text {
  padding: 0 15px;
}
.home-fetured-icerik .google .stars i {
  color: #fea41a;
}


.home-package {
  background: #f7f7f7;
}
.home-package .title {
  padding-top: 40px;
  font-size: 32px;
}
.home-package .title:after {
  margin-top: 11px;
  display: block;
  height: 3px;
  content: "";
  width: 200px;
  background: #124971;
}
.home-package ul {
  padding-top: 40px;
  margin-bottom: 25px;
}
.home-package ul li {
  list-style-type: disc;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 10px;
}
.home-package ul li i {
  color: #124971;
  padding-right: 15px;
}
.home-package a.more {
  display: inline-block;
  padding: 15px 30px;
  background: #124971;
  color: white;
  font-size: 18px;
  border-radius: 25px;
}
.home-before {
  padding: 60px 0;
  text-align: center;
}
.home-before .title {
  font-size: 32px;
  margin-bottom: 50px;
  text-align: left;
}
.home-before .title:after {
  margin-top: 11px;
  display: block;
  height: 3px;
  content: "";
  width: 200px;
  background: #124971;
}
.home-before img {
  border-radius: 25px;
  margin-bottom: 30px;
}
.home-before a.more {
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  padding: 15px 30px;
  background: #124971;
  color: white;
  font-size: 18px;
  border-radius: 25px;
}
.home-services {
  background: #f7f7f7;
  padding: 40px 0;
}
.home-services .head-title {
  font-size: 32px;
  margin-bottom: 30px;
}
.home-services .head-title:after {
  margin-top: 11px;
  display: block;
  height: 3px;
  content: "";
  width: 200px;
  background: #124971;
}
.home-services .item {
  text-align: center;
  margin: 0 auto;
  background: white;
  text-align: center;
  margin: 0 auto;
  padding: 20px;
  min-height: 314px;
  margin-bottom: 25px;
}
.home-services .img {
  background: #ccd6e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  margin-bottom: 15px;
}
.home-services .img img {
  width: 80%;
}
.home-services .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.home-services .desc {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
}
.home-services a.more {
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  padding: 15px 30px;
  background: #124971;
  color: white;
  font-size: 18px;
  border-radius: 25px;
}
.home-videos {
  margin-top: 25px;
}
.home-videos .head-title {
  padding: 30px 0;
  font-size: 32px;
  margin-bottom: 20px;
}
.home-videos .head-title:after {
  margin-top: 11px;
  display: block;
  height: 3px;
  content: "";
  width: 200px;
  background: #124971;
}
.home-videos .item img {
  width: 100%;
}
.home-videos .item .img {
  position: relative;
}
.home-videos .item .img .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.home-videos .item .img a {
  opacity: inherit;
  display: block;
}
.home-videos .item .img .butons-btn {
  position: relative;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 60px;
  color: #fff;
  z-index: 1;
}
.home-videos .item .desc {
  padding: 15px;
  background: #f5f5f5;
}
.home-videos .item .desc .stars {
  color: #fea41a;
  margin-bottom: 15px;
}
.home-videos .item .desc .title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
}
.home-videos .item .desc .text {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
}
.home-videos a.more {
  text-align: center;
  margin: 30px auto;
  display: inline-block;
  padding: 15px 30px;
  background: #124971;
  color: white;
  font-size: 18px;
  border-radius: 25px;
}
.home-success {
  background: #ffffff;
  padding: 40px 0;
}
.home-success .head-title {
  padding: 30px 0;
  font-size: 32px;
  margin-bottom: 20px;
}
.home-success .head-title:after {
  margin-top: 11px;
  display: block;
  height: 3px;
  content: "";
  width: 200px;
  background: #124971;
}
.home-success .head-inner {
  text-align: center;
  padding: 30px 0;
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 1.3;
}
.home-success-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 3% 2%;
}
.home-success .item {
  text-align: center;
  border: 1px solid #000;
}
.home-success .item.active {
  background: #124971;
  color: #fff;
}
.home-success .item .title {
  font-weight: 500;
  padding: 15px 0;
  font-size: 20px;
}
.home-success a.more {
  text-align: center;
  margin: 30px auto;
  display: inline-block;
  padding: 15px 30px;
  background: #124971;
  color: white;
  font-size: 18px;
  border-radius: 25px;
}
.home-hospital {
  background: #f7f7f7;
}
.home-hospital .head-title {
  padding: 30px 0;
  font-size: 32px;
  margin-bottom: 20px;
}
.home-hospital .head-title:after {
  margin-top: 11px;
  display: block;
  height: 3px;
  content: "";
  width: 200px;
  background: #124971;
}
.home-hospital img {
  border-radius: 25px;
  margin-bottom: 25px;
}

.home-hotel {
  background: #ffffff;
}
.home-hotel .head-title {
  padding: 30px 0;
  font-size: 32px;
  margin-bottom: 20px;
}
.home-hotel .head-title:after {
  margin-top: 11px;
  display: block;
  height: 3px;
  content: "";
  width: 200px;
  background: #124971;
}
.home-hotel img {
  border-radius: 25px;
  margin-bottom: 25px;
}

.home-comments {
  padding: 40px 0;
}
.home-comments .head-title {
  padding: 30px 0;
  font-size: 32px;
  margin-bottom: 20px;
}
.home-comments .head-title:after {
  margin-top: 11px;
  display: block;
  height: 3px;
  content: "";
  width: 200px;
  background: #124971;
}
.home-comments .item {
  background: #f5f5f5;
  border-radius: 25px;
  padding: 30px 15px;
}
.home-comments .item .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-comments .item .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.home-comments .item .head .avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #b3f4d5;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-right: 15px;
  font-weight: 600;
}
.home-comments .item .head .title {
  font-weight: 400;
  font-size: 18px;
}
.home-comments .item .right .stars {
  color: #fea41a;
}
.home-comments .item .desc {
  line-height: 1.4;
  padding: 10px 0;
}
.home-comments a.more {
  margin-top: 25px;
  display: inline-block;
  padding: 15px 30px;
  background: #124971;
  color: white;
  font-size: 18px;
  border-radius: 25px;
}
.home-advantages {
  padding: 40px 0;
}
.home-advantages .head-title {
  padding: 30px 0;
  font-size: 32px;
  margin-bottom: 20px;
}
.home-advantages .head-title:after {
  margin-top: 11px;
  display: block;
  height: 3px;
  content: "";
  width: 200px;
  background: #124971;
}
.home-advantages th {
  padding: 10px 20px;
  line-height: 22px;
  font-weight: 500;
  border: none;
  background: none;
  vertical-align: middle;
  text-align: center;
}
.home-advantages th:nth-child(2) td:last-of-type {
  border-top-right-radius: 25px;
}
.home-advantages th:nth-child(3) {
  color: #717171;
}
.home-advantages td {
  color: white;
  padding: 20px;
  line-height: 30px;
  background-color: #124971;
  border-width: 0 1px 1px 0;
  border-color: #fff;
  vertical-align: middle;
}
.home-advantages td:nth-child(3) {
  background-color: #a3c2d9;
}
.home-advantages tr:nth-child(2) td:first-of-type {
  border-top-left-radius: 25px;
}
.home-advantages tr:nth-child(2) td:last-of-type {
  border-top-right-radius: 25px;
}
.home-advantages th:nth-child(2) {
  color: #fbfbfb;
  background-color: #124971;
  border-radius: 10px 10px 0 0;
}
.home-advantages tr:last-of-type td:last-of-type {
  border-bottom-right-radius: 25px;
}
.home-advantages tr:last-of-type td:first-of-type {
  border-bottom-left-radius: 25px;
}
.home-advantages svg {
  width: 1em;
  height: 1em;
  font-size: 24px;
}
.home-advantages .elementor-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-faq {
  background: #f2f3ff;
  background: #124971;
}
.home-faq .head-title {
  padding: 30px 0;
  font-size: 32px;
  margin-bottom: 20px;
  color: #ffffff;
}
.home-faq .head-title:after {
  margin-top: 11px;
  display: block;
  height: 3px;
  content: "";
  width: 200px;
  background: #ffffff;
}
.home-faq-content .faq {
  width: 100%;
  margin-bottom: 20px;
}
.home-faq-content .faqitem .faq-header {
  padding: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 15px;
  border: 1px solid #ffffff;
  background: #ffffff;
}
.home-faq-content .faqitem .faq-header .faq-title {
  margin: 0;
  font-size: 16px;
  color: #000000;
}
.home-faq-content .faqitem .faq-header i {
  color: #124971;
}
.home-faq-content .faqitem .faq-header .fa.fa-minus {
  display: none;
  color: #fff;
}
.home-faq-content .faqitem.jquery-accordion-active .fa.fa-minus {
  display: block;
  color: #124971;
}
.home-faq-content .faqitem.jquery-accordion-active .fa.fa-plus {
  display: none;
  color: #fff;
}
.home-faq-content .faqitem .content {
  padding: 1px 0px 20px 15px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  display: none;
}
.home-faq .title {
  font-size: 25px;
  padding: 15px 0;
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
}
.home-faq a {
  display: block;
  color: #fff;
  font-weight: 500;
  margin-bottom: 15px;
}

.footer {
  padding: 40px 0;
  background: #124971;
}
.footer .title {
  font-size: 25px;
  padding: 15px 0;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 15px;
}
.footer a {
  display: block;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.4;
}

.footer-social{
  font-size: 25px;
}
.footer-social a{
  padding-right: 25px;
  padding-left: 25px;
  display: inline-block;
}

@keyframes opacityAnimation {

  0%,
  100% {
      opacity: 1
  }

  50% {
      opacity: 0
  }
}

.home-form-inner{

}


.home-form .in{
  background: linear-gradient(#2e6fad, #043653);
  border-radius: 25px;
  padding: 35px;
  width: 50%;
  margin: 0 auto;
}

.home-form-inner .title{
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
}
.home-form-inner .desc{
  color: #fff;

  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.2;
}

.home-form-inner input[type="text"]{
  background-color: #fff;
    color: #8e8e8e;
    border-radius: 19px;
    box-shadow: inset 0px 2px 3px #dddddd;
    -webkit-box-shadow: inset 0px 2px 3px #dddddd;
    -moz-box-shadow: inset 0px 2px 3px #dddddd;
    width: 100%;
    height: 47px;
    border: 0;
    padding: 15px;
    margin-bottom: 15px;
}

.home-form-inner input[type="tel"]{
  background-color: #fff;
    color: #8e8e8e;
    border-radius: 19px;
    box-shadow: inset 0px 2px 3px #dddddd;
    -webkit-box-shadow: inset 0px 2px 3px #dddddd;
    -moz-box-shadow: inset 0px 2px 3px #dddddd;
    width: 100%;
    height: 47px;
    border: 0;
    padding: 15px;

}

.home-form-inner button{
  background: linear-gradient(#176591, #4e8fcd);
  width: 100%;
  height: 47px;
  border: 0;
  margin-bottom: 15px;
  color: #fff;
  border-radius: 25px;
  font-weight: 600;
  font-size: 18px;
}



.home-form .position-relative{
  margin-bottom: 15px;
}

@keyframes opacityAnimation {

  0%,
  100% {
      opacity: 1
  }

  50% {
      opacity: 0
  }
}

.slider-gallery-inner {
  position: relative;
}

.slider-gallery-in {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.slider-gallery {
  position: relative;
  display: grid;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.slider-gallery:after {
  content: '';
  background-color: rgb(0 64 109 / 36%);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.slider-gallery img.animate {
  animation: opacityAnimation 1.5s linear;
}

.slider-gallery-in h1{
  color: #fff;
  text-shadow: 1px 0px 9px rgb(0 0 0 / 86%);
  font-weight: 800;
  margin-bottom: 15px;
}

.slider-gallery-in p{
  color: #fff;
  text-shadow: 1px 0px 9px rgb(0 0 0 / 86%);
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 15px;
}

.slider-gallery-in .google {
  margin-bottom: 20px;
}
.slider-gallery-in .google-inner {
  background: #fff;
  padding: 10px 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slider-gallery-in .google .text {
  padding: 0 15px;
}
.slider-gallery-in .google .stars i {
  color: #fea41a;
}

.slider-gallery-in a {
  display: inline-block;
  padding: 15px 30px;
  background: #00406d;
  color: white;
  font-size: 18px;
  border-radius: 25px;
  margin-bottom: 24px;
  transform: scale(1);
  animation: pulse 2s infinite;
  opacity: initial !important;
}

.home-about{
  padding: 30px 0;
}

.home-about .title{
  padding-top: 40px;
    font-size: 32px;
    margin-bottom: 20px;
}

.home-about .title:after{
  margin-top: 11px;
    display: block;
    height: 3px;
    content: "";
    width: 200px;
    background: #17468a;
    
}

.home-about-desc p{
  margin-bottom: 20px;
  text-align: justify;
  margin-top: 15px;
}

.home-about img{
  border-radius: 25px;
}

@keyframes pulse {
0% {
  transform: scale(0.95);
  box-shadow: 0 0 0 0 rgb(255 255 255 / 70%);
}

70% {
  transform: scale(1);
  box-shadow: 0 0 0 10px rgb(255 255 255 / 0%);
}

100% {
  transform: scale(0.95);
  box-shadow: 0 0 0 0 rgb(255 255 255 / 0%);
}
}