@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;
}

.img-responsive{
    width:100%;
}

/*------------------------------------------------------------------//
  Theme Options:
//------------------------------------------------------------------*/
/** Mobile Contact **/
#mobile-footer-cta-buttons {
    padding-bottom: 14px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999
}

#mobile-footer-cta-buttons:before {
    content: " ";
    height: 40px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #caf6ff;
}

#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 {
    background: #003f6b;
}

#mobile-footer-cta-buttons .button-x.button-whatsapp {
    background: #58D164;
    background: -moz-linear-gradient(top,#58D164 0%,#2CB842 100%);
    background: -webkit-linear-gradient(top,#58D164 0%,#2CB842 100%);
    background: linear-gradient(to bottom,#58D164 0%,#2CB842 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first',endColorstr='@sec',GradientType=0)
}

#mobile-footer-cta-buttons .button-x svg {
    color: #fff;
    width:30px;
    height:30px;
}

#mobile-footer-cta-buttons .button-x span.text {
    margin-left: 12px;
    font-weight: 400;
    font-size: 14px;
    font-family: var(--custom-first-font)
}
.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: 14px;
  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, #00488e, #0a3f74);
}

.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: 40px;
  height: 40px;
  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;
}

.img-responsive{
    width:100%;
}

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

.header-menu-btn .menu {
  display: block;
  margin-top: 30px;
  font-weight: 600;
  color: #003F6B;
}

.header-menu-btn .line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #003F6B;
  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;
}

@-webkit-keyframes pulseVideo {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

@keyframes pulseVideo {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
/** Whatsapp Fixed **/
/** Font Family **/
@media (min-width: 1400px) {
  .c-container {
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
body {
  letter-spacing: 0.7px;
  font-family: "Montserrat", sans-serif;
}

.header {
  background: #e5f4f7;
}

header .header-logo a img {
    padding: 10px;
    width: 190px;
}

.header-right-menu{
    gap:15px;
}

header .header-phone {
    gap: 8px;
}

header .header-phone a {
    font-size: 18px;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
}

.header-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;
  padding: 20px 0;
}
.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-social a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  background: #003F6B;
  color: white;
  border-radius: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 5px;
  font-size: 17px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-social a:hover {
  background: #fff;
  color: #003F6B;
  opacity: inherit;
}
.header-menu {
  background: #fff;
}
.header-menu-inner {
  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: center;
}
.header-menu nav ul li {
	 position: relative;
  display: inline-block;
  font-size: 16px;
  padding: 20px 13px;
  font-weight:500;
}
.header-menu nav ul li a {
  position: relative;
  color: #003F6B;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-menu nav ul li a:hover {
  opacity: inherit;
  font-weight: 600;
}
.header-menu nav ul li a:after {
  position: absolute;
  content: "|";
  color: rgba(0, 0, 0, 0.2196078431);
  top: 0;
  margin-left: 10px;
  font-size: 16px;
}
.header-menu nav ul li a.active {
  font-weight: 700;
}
.header-menu nav ul li:last-child a:after {
  display: none;
}
.header-button a {
  color: #003F6B;
  padding:18px 20px 18px 20px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid rgba(0, 63, 107, 0.4);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
}
.header-button a:hover {
  background: #003F6B;
  color: #fff;
  opacity: inherit;
}

.header .language.dropdown {
  position: relative;
  display: block;
  z-index: 99;
  width: 130px;
}
.header .language.dropdown .drop-btn {
  width: 100%;
  padding: 10px 9px;
  outline: none;
  position: relative;
  font-size: 15px !important;
  color: #ffffff;
  background: #fff;
  border: none;
  cursor: pointer;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  border-radius: 20px;
  font-weight: 500;
  font-style: normal;
}
.header .language.dropdown .drop-btn img {
  width: 30px;
  margin-right: 8px;
  pointer-events: none;
}
.header .language.dropdown .drop-btn:after {
  content: "›";
  position: absolute;
  right: 10px;
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  font-size: 23px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #000;
}
.header .language.dropdown .dropdown-content {
  position: absolute;
  border-radius: 5px;
  top: 90px;
  left: 0;
  right: 1px;
  outline: none;
  background-color: #ffffff;
  text-align: left;
  opacity: 0;
  font-size: 13px;
  z-index: 99;
  pointer-events: none;
  -webkit-transition: all 0.3s cubic-bezier(0, 1.2, 0.4, 1.1);
  transition: all 0.3s cubic-bezier(0, 1.2, 0.4, 1.1);
  border: 1px solid rgba(191, 191, 191, 0.231372549);
  border-radius: 20px;
}
.header .language.dropdown .dropdown-content a {
  opacity: initial;
  display: block;
  padding: 10px 11px;
  color: #000;
  font-size: 15px;
  text-decoration: none;
  /* transition: .3s; */
  position: relative;
  font-weight: 500;
  white-space: nowrap;
  border-radius: 20px;
}
.header .header-tig .language.dropdown .dropdown-content a > img {
  width: 30px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  padding-right: 5px;
}
.header .language.dropdown .dropdown-content a:hover {
  background-color: #155092;
  color: #fff;
  /* left: 0; */
  /* color: #0091ac; */
}
.header .language.dropdown .dropdown-content a:hover:after {
  content: "✔";
  display: none;
  right: 20px;
  position: absolute;
  top: 50%;
  margin-top: -9px;
}
.header .language.dropdown .dropdown-content.open {
  display: block;
  height: auto;
  top: 111%;
  -webkit-box-shadow: -20px 50px 70px rgba(8, 20, 32, 0.1019607843);
          box-shadow: -20px 50px 70px rgba(8, 20, 32, 0.1019607843);
  opacity: 1;
  background-color: #ffffff;
  -webkit-transition: all 0.5s cubic-bezier(0, 1.2, 0.4, 1.1);
  transition: all 0.5s cubic-bezier(0, 1.2, 0.4, 1.1);
  pointer-events: auto;
  white-space: nowrap;
  width: 140px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 20px;
}
.header .language .dropdown-content.open a > img.img-flag {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.header .language.dropdown .dropdown-content a > img {
  width: 30px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  padding-right: 5px;
}

.home-slider {
    position: relative;
    background: #e5f4f7;
    padding-top: 50px;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url(../images/slider.webp) #e5f4f7;
    background-position: center;
    background-size: cover;
}
.home-slider::before {
    position: absolute;
    width: 100%;
    height: 108%;
    background: #dce8eae3;
    content: "";
}
.home-slider-content .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.home-slider-content .stars .icon {
  margin-right: 10px;
}
.home-slider-content .stars .text {
  position: relative;
  top: 3px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
}
.home-slider-content h1 {
  font-weight: 900;
  text-transform: uppercase;
  color: #003F6B;
  font-size: 40px;
  margin-bottom: 20px;
}
.home-slider-content p {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  margin-bottom: 15px;
  font-weight: 500;
}
.home-slider-content .buttons {
  display: block;
  background: #0091AC;
  color: #fff;
  font-size: 16px;
  border-radius: 12px;
  height: 50px;
  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;
  width: 425px;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 145, 172, 0.2);
          box-shadow: 5px 5px 20px rgba(0, 145, 172, 0.2);
}
.home-slider-content .buttons .text {
  font-weight: 600;
  margin-right: 6px;
}
.home-slider-content .buttons i {
  margin-left: 5px;
}
.home-slider-content .awards {
  padding-top: 20px;
  padding-bottom: 25px;
}
.home-slider-buttons {
  position: absolute;
  bottom: 100px;
  display: none;
}
.news-svg {
    gap: 15px;
    margin-bottom:10px;
}
.news-svg img{
    width:75px;
    height:75px;
}
.home-slider-buttons .text {
  -webkit-box-shadow: 15px 15px 40px rgba(0, 63, 107, 0.4);
          box-shadow: 15px 15px 40px rgba(0, 63, 107, 0.4);
  border: 1px solid #FFFFFF;
  border-radius: 12px;
  background-color: #fff;
  width: 250px;
  height: 70px;
  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;
  font-weight: 700;
  font-size: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}
.home-slider-buttons .text .desc {
  padding: 7.5px 0;
  font-size: 15px;
  font-weight: 500;
}
.home-slider-video-buttons {
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 275px;
}
.home-slider-video-buttons .text {
  -webkit-box-shadow: 15px 15px 40px rgba(0, 63, 107, 0.4);
          box-shadow: 15px 15px 40px rgba(0, 63, 107, 0.4);
  border-radius: 12px;
  background-color: #fff;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 15px;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
}
.home-slider-video-buttons .text .icon {
  width: 40px;
  height: 40px;
  background: #0090AB;
  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;
  color: #fff;
  font-size: 18px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home-slider-video-buttons:hover {
  opacity: initial;
}
.home-slider-video-buttons:hover .text {
  background: #0090AB;
  color: #fff;
}
.home-slider-video-buttons:hover .text .icon {
  background: #fff;
  color: #0090AB;
}

.home-form {
  position: relative;
  background: linear-gradient(247deg, #ffffff 0%, #003f6b 100%);
  padding: 40px 0;
}
.home-form-left .title {
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 25px;
}
.home-form-left .desc {
  font-size: 16px;
  color: #fff;
  line-height: 1.4;
}
.home-form-right .item {
  margin-bottom: 20px;
}
.home-form-right input[type=text] {
  background: url(../images/user.png) #fff no-repeat;
  border: 0;
  border-radius: 6px;
  outline: 0;
  height: 50px;
  width: 100%;
  color: #000;
  font-size: 14px;
  padding: 0px 40px;
  background-position: 5%;
}
.home-form-right input[type=tel] {
  border: 0;
  border-radius: 6px;
  outline: 0;
  height: 50px;
  width: 100%;
  color: #000;
  font-size: 14px;
  padding: 0px 36px;
  background-position: 5%;
}
.home-form-right input[type=email] {
  background: url(../images/email.png) #fff no-repeat;
  border: 0;
  border-radius: 6px;
  outline: 0;
  height: 50px;
  width: 100%;
  color: #000;
  font-size: 14px;
  padding: 0px 40px;
  background-position: 5%;
}
.home-form-right .age {
  background: url(../images/age.png) #fff no-repeat !important;
}
.home-form-right label {
  display: block;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 10px;
  color: #fff;
}
.home-form-right textarea {
  background: url(../images/chat-box.png) #fff no-repeat;
  border: 0;
  border-radius: 6px;
  outline: 0;
  height: 60px;
  width: 100%;
  color: #000;
  font-size: 14px;
  padding: 20px 40px;
  overflow: hidden;
  background-position: 5%;
}
.home-form-right input[type=submit] {
  background: #003F6B;
  border: 0;
  border-radius: 6px;
  height: 60px;
  width: 100%;
  color: #000;
  font-size: 18px;
  color: #fff;
}
.home-about {
  padding: 50px 0;
}
.home-about img {
  width: 100%;
}
.home-about .title {
  font-size: 35px;
  font-weight: 600;
  color: #003F6B;
  margin-bottom: 25px;
  font-weight: 700;
}
.home-about .desc p {
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  margin-bottom: 20px;
}
.home-about-faq {
  padding-top: 15px;
}
.home-about-faq .faqitem .header {
  padding: 15px 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;
  border-bottom: 1px solid #003F6B;
  border-top: 1px solid #003F6B;
  margin-bottom: 15px;
  background-color: #fff;
}
.home-about-faq .faqitem .header .faq-title {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  color: #003F6B;
}
.home-about-faq .faqitem .header i {
  color: #0091ac;
}
.home-about-faq .faqitem .header .fa.fa-minus {
  display: none;
  color: #0091ac;
}
.home-about-faq .faqitem.jquery-accordion-active .fa.fa-minus {
  display: block;
  color: #333333;
}
.home-about-faq .faqitem.jquery-accordion-active .fa.fa-plus {
  display: none;
  color: #e61c49;
}
.home-about-faq .faqitem .content {
  padding: 15px;
  display: none;
  font-weight: 400;
  color: #70798B;
  line-height: 18px;
  font-size: 16px;
}
.home-service {
  background: #E5F4F7;
  padding-top: 20px;
  padding-bottom: 50px;
}
.home-service-head {
  padding: 50px 0;
  text-align: center;
}
.home-service-head .title {
  font-size: 35px;
  font-weight: 600;
  color: #003F6B;
  margin-bottom: 15px;
  font-weight: 700;
}
.home-service-head .desc {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  line-height: 1.4;
}
.home-service .item {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 16px;
}
.home-service .item:hover {
  opacity: initial;
}
.home-service .item .title {
  position: absolute;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 700;
  bottom: 40px;
  width: 70%;
  text-align: center;
  margin: 0 auto;
  z-index: 2;
  line-height: 1.3;
}
.home-service .item::after {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(#003F6B), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(360deg, #003F6B 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 16px;
}
.home-service .item .img {
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 16px;
}
.home-service .item img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 16px;
}
.home-service .item:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.home-service .item:hover img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.home-before-after {
  background: #003F6B;
}
.home-before-after-head {
  padding: 50px 0;
  text-align: center;
}
.home-before-after-head .title {
  font-size: 35px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 700;
}
.home-before-after-head .desc {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
}
.home-before-after-slider {
  position: relative;
}
.home-before-after-slider .item {
  margin: 0 5px;
}
.home-before-after-slider .slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  z-index: 2;
  font-size: 75px;
  border-radius: 100%;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  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;
  cursor: pointer;
}
.home-before-after-slider .slick-next {
  right: -50px;
}
.home-before-after-slider .slick-prev {
  left: -50px;
}
.home-cons {
  background: #E5F4F7;
  padding: 50px 0;
}
.home-cons-content strong {
  color: #003F6B;
  line-height: 1.5;
  display: block;
  font-size: 17px;
}
.home-cons-content p {
  margin-bottom: 25px;
  margin-top: 15px;
  line-height: 1.3;
  font-size: 18px;
}
.home-cons-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-cons-inner {
  background: #003F6B;
  height: 345px;
  padding: 60px;
  width: 504px;
  border-radius: 16px;
  text-align: center;
  background: url(../images/form-bg.jpg);
  -webkit-box-shadow: 0px 0px 40px rgba(0, 57, 96, 0.5490196078);
          box-shadow: 0px 0px 40px rgba(0, 57, 96, 0.5490196078);
}
.home-cons-inner:before {
  background: rgba(0, 57, 96, 0.8117647059);
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  pointer-events: none;
  z-index: 0;
  left: 0;
  border-radius: 16px;
}
.home-cons-inner .text {
  position: relative;
  z-index: 99;
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 10px;
}
.home-cons-inner .text-two {
  position: relative;
  z-index: 99;
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
.home-cons-inner .text-three {
  position: relative;
  z-index: 99;
  color: #fff;
  text-align: center;
  font-size: 28px;
  margin-bottom: 10px;
}
.home-cons-inner .desc {
  position: relative;
  z-index: 99;
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 15px;
}
.home-cons-inner a.more {
  position: relative;
  z-index: 99;
  display: block;
  background: #fff;
  color: #003F6B;
  font-size: 16px;
  border-radius: 12px;
  height: 50px;
  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;
  width: 320px;
  -webkit-box-shadow: 0px 0px 40px rgba(255, 255, 255, 0.4);
          box-shadow: 0px 0px 40px rgba(255, 255, 255, 0.4);
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home-cons-inner a.more .texts {
  font-weight: 600;
  margin-right: 6px;
}
.home-cons-inner a.more i {
  margin-left: 5px;
}
.home-cons-inner a.more:hover {
  background: #0091AC;
  color: #fff;
  opacity: inherit;
}
.home-video {
  padding: 50px 0;
}
.home-video-left {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 5px;
}
.home-video-left .slider-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-video-left .slider-arrows i {
  font-size: 40px;
  color: #003F6B;
}
.home-video-left .custom-pagination {
  padding: 15px;
  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;
  font-size: 20px;
  line-height: 15px;
}
.home-video-left .custom-pagination .current-slide {
  color: #003F6B;
  font-weight: 700;
  margin-right: 5px;
}
.home-video-left .custom-pagination .total-slides {
  color: #003F6B;
  margin-left: 5px;
}
.home-video-left .text {
  position: relative;
  z-index: 99;
  color: #003F6B;
  font-size: 28px;
  font-weight: 300;
  font-weight: 400;
  margin-bottom: 10px;
}
.home-video-left .text-two {
  font-size: 38px;
  font-weight: 700;
  color: #003F6B;
  margin-bottom: 10px;
}
.home-video-left .text-three {
  color: #0091AC;
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 700;
}
.home-video-left .desc {
  position: relative;
  z-index: 99;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.home-video-left a.more {
  margin-top: 35px;
  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;
  border: 1px solid #0091AC;
  width: 238px;
  color: #0091AC;
  height: 48px;
  border-radius: 6px;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home-video-left a.more:hover {
  background: #003F6B;
  color: #fff;
  opacity: inherit;
  border: 0;
}
.home-video-slider .item {
  position: relative;
  height: 100%;
  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;
  border-radius: 16px;
  margin: 0 10px;
}
.home-video-slider .item:hover {
  opacity: initial;
}
.home-video-slider .item .buttons {
  position: absolute;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 700;
  bottom: 0;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 2;
  line-height: 1.3;
  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: 0 15px;
}
.home-video-slider .item .buttons .icon {
  width: 45px;
  height: 45px;
  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;
  background: #fff;
  color: #003F6B;
  border-radius: 100%;
  font-size: 15px;
}
.home-video-slider .item::after {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(#003F6B), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(360deg, #003F6B 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 16px;
}
.home-video-slider .item .img {
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 16px;
}
.home-video-slider .item img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 16px;
}
.home-video-slider .item:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.home-video-slider .item:hover img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.home-specs {
  background: #E5F4F7;
  padding: 50px 0;
}
.home-specs-head {
  text-align: center;
}
.home-specs-head .title {
  font-size: 35px;
  font-weight: 600;
  color: #003F6B;
  margin-bottom: 15px;
  font-weight: 700;
  max-width: 750px;
  margin: 0 auto;
  margin-bottom: 100px;
}
.home-specs-head .desc {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  line-height: 1.4;
}
.home-specs .item {
  background-color: #fff;
  border-radius: 10px;
  border-radius: 16px;
  border-top-left-radius: 70px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-box-shadow: 0px 15px 30px rgba(0, 63, 107, 0.1490196078);
          box-shadow: 0px 15px 30px rgba(0, 63, 107, 0.1490196078);
  min-height: 520px;
  padding-top: 20px;
}
.home-specs .item .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-left: 25px;
}
.home-specs .item .head img {
  border: 14px solid #E5F4F7;
  border-radius: 100%;
  width: 100%;
  top: -88px;
  position: relative;
  right: -20px;
}
.home-specs .item .head .text {
  position: relative;
  font-size: 37px;
  font-weight: 600;
  color: #003F6B;
  margin-bottom: 15px;
  font-weight: 700;
  z-index: 6;
  padding-left: 22px;
  top: 45px;
}
.home-specs .item .head .in {
  position: absolute;
  font-size: 130px;
  color: #E5F4F7;
  margin-bottom: 15px;
  font-weight: 700;
  z-index: 5;
  top: 0;
  font-weight: 500;
}
.home-specs .item .content {
  margin-top: -70px;
  padding-left: 25px;
}
.home-specs .item .content ul li {
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2;
}
.home-specs .item .content ul li span {
  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;
  font-weight: 700;
  width: 20px;
  height: 20px;
  background-color: #E5F4F7;
  border-radius: 100%;
  margin-right: 15px;
}
.home-specs .item .content .title {
  font-weight: 700;
  color: #0091AC;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 15px;
}
.home-specs .item .content .title-two {
  color: #003F6B;
}
.home-natural {
  padding: 50px 0;
}
.home-natural .title {
  font-size: 35px;
  font-weight: 600;
  color: #003F6B;
  margin-bottom: 25px;
  font-weight: 700;
  text-align: center;
}
.home-natural .desc p {
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  margin-bottom: 20px;
}
.home-packages {
  background: #003F6B;
}
.home-packages-head {
  padding: 50px 0;
  text-align: center;
}
.home-packages-head .title {
  font-size: 35px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 700;
}
.home-packages-head .desc {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
}
.home-packages .item {
  border-radius: 20px;
  background: #003F6B;
  padding-bottom: 27px;
  height: auto;
}
.home-packages .item .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5px;
  background: #0091ac;
  color: white;
  border-radius: 16px;
  height: 140px;
  background-size: cover;
  justify-content: space-around;
cursor: pointer;
}
.home-packages .item .head .photo img {
  margin-right: 20px;
  /* width: 70px; */
  padding: 10px 10px;
}
.home-packages .item .head .text {
  font-size: 26px;
  text-transform: uppercase;
  color: #003F6B;
  font-weight: 700;
  display: block;
}
.home-packages .item .head .text-two {
  font-size: 26px;
  text-transform: uppercase;
  color: #003F6B;
  font-weight: 500;
  display: block;
}
.home-packages .item .content ul li {
  font-size: 15px;
  line-height: 16px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #70798B;
  padding: 8px 12px;
  color: #fff;
  font-weight: 400;
  line-height: 2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2784313725);
}
.home-packages .item .content ul li span {
  font-size: 20px;
  margin-right: 10px;
  color: #fff;
  background-color: #417091;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  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-packages .item .content ul li:last-child {
  border: 0;
  padding-bottom: 15px;
  background: none !important;
}
.home-packages .item .content ul li:nth-child(2n) {
  background: transparent -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(9%, rgba(255, 255, 255, 0.0392156863)), color-stop(48%, rgba(255, 255, 255, 0.1607843137)), color-stop(93%, rgba(255, 255, 255, 0.0392156863)), to(rgba(255, 255, 255, 0))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.0392156863) 9%, rgba(255, 255, 255, 0.1607843137) 48%, rgba(255, 255, 255, 0.0392156863) 93%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
}
.home-packages-bottom {
  padding-bottom: 50px;
}
.home-packages-bottom-inner {
  background: #003F6B;
  padding: 25px;
  border-radius: 16px;
  background: url(../images/form-bg.jpg);
  -webkit-box-shadow: 0px 0px 40px rgba(0, 57, 96, 0.5490196078);
          box-shadow: 0px 0px 40px rgba(0, 57, 96, 0.5490196078);
  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;
  position: relative;
}
.home-packages-bottom-inner:before {
  background: rgba(0, 57, 96, 0.8117647059);
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  pointer-events: none;
  z-index: 0;
  left: 0;
  border-radius: 16px;
}
.home-packages-bottom-inner .text {
  position: relative;
  z-index: 99;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 32px;
}
.home-packages-bottom-inner .text-two {
  z-index: 99;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  display: inline-block;
}
.home-packages-bottom-inner .text-three {
  position: relative;
  z-index: 99;
  color: #fff;
  text-align: center;
  font-size: 32px;
  margin-bottom: 10px;
}
.home-packages-bottom-inner .desc {
  position: relative;
  z-index: 99;
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 15px;
}
.home-packages-bottom-inner a.more {
  position: relative;
  z-index: 99;
  display: block;
  background: #fff;
  color: #003F6B;
  font-size: 16px;
  border-radius: 12px;
  height: 50px;
  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;
  width: 320px;
  -webkit-box-shadow: 0px 0px 40px rgba(255, 255, 255, 0.4);
          box-shadow: 0px 0px 40px rgba(255, 255, 255, 0.4);
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home-packages-bottom-inner a.more .texts {
  font-weight: 600;
  margin-right: 6px;
}
.home-packages-bottom-inner a.more i {
  margin-left: 5px;
}
.home-packages-bottom-inner a.more:hover {
  background: #0091AC;
  color: #fff;
  opacity: inherit;
}
.home-process {
  background: url(../images/process.jpg);
  padding: 70px 0;
  background-size: cover;
  background-position: center;
}
.home-process-head {
  text-align: center;
}
.home-process-head .title {
  font-size: 35px;
  font-weight: 600;
  color: #003F6B;
  margin-bottom: 15px;
  font-weight: 700;
  margin-bottom: 100px;
}
.home-process-head .desc {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
}
.home-process-bottom {
  padding-bottom: 60px;
}
.home-process-bottom .item {
  position: relative;
}
.home-process-bottom .item .text {
  position: relative;
  font-weight: 800;
  font-size: 26px;
  color: #0091AC;
  line-height: 1.3;
  margin-bottom: 15px;
  z-index: 10;
}
.home-process-bottom .item .text-two {
  color: #003F6B;
  font-weight: 800;
}
.home-process-bottom .item .number {
  position: absolute;
  font-size: 130px;
  color: #E5F4F7;
  margin-bottom: 15px;
  z-index: 1;
  top: -50px;
  left: -45px;
  font-weight: 900;
}
.home-process-bottom .item .desc {
  color: #031623;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
}
.home-process a.more {
  position: relative;
  z-index: 99;
  display: block;
  background: #0091AC;
  color: #fff;
  font-size: 16px;
  border-radius: 12px;
  height: 50px;
  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;
  width: 320px;
  -webkit-box-shadow: 0px 0px 40px rgba(255, 255, 255, 0.4);
          box-shadow: 0px 0px 40px rgba(255, 255, 255, 0.4);
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home-process a.more .texts {
  font-weight: 600;
  margin-right: 6px;
}
.home-process a.more i {
  margin-left: 5px;
}
.home-process a.more:hover {
  background: #003F6B;
  color: #fff;
  opacity: inherit;
}
.home-fetu {
  margin-bottom: 70px;
}
.home-fetu-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #E5F4F7;
  border-radius: 16px;
  padding: 45px;
}
.home-fetu-content .title {
  color: #003F6B;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 25px;
}
.home-fetu-content .desc {
  color: #333;
  line-height: 1.3;
  font-size: 17px;
  font-weight: 400;
}
.home-fetu-content img {
  width: 100%;
}
.home-fetu .nav {
  display: block;
  border: 0;
  margin-top: 40px;
}
.home-fetu .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #0091AC;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  padding: 15px;
  border: 0;
  margin-bottom: 15px;
}
.home-fetu .nav-link.active {
  color: #0091AC;
  font-weight: 800;
  background: #E5F4F7;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  border-top-right-radius: 0;
}
.home-fetu .nav-link .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-fetu .nav-link .inner .icon {
  margin-right: 10px;
}
.home-comments {
  background: #003F6B;
  height: 485px;
  margin-bottom: 80px;
}
.home-comments .slick-list {
  padding-bottom: 41px;
}
.home-comments-head {
  padding: 50px 0;
  text-align: center;
}
.home-comments-head .title {
  font-size: 35px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 700;
}
.home-comments-head .desc {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
}
.home-comments-slider .item {
  background: #E5F4F7;
  border-radius: 12px;
  padding: 20px;
  margin: 0 15px;
  -webkit-box-shadow: 0px 15px 30px rgba(0, 63, 107, 0.1019607843);
          box-shadow: 0px 15px 30px rgba(0, 63, 107, 0.1019607843);
}
.home-comments-slider .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.home-comments-slider .name {
  color: #003F6B;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}
.home-comments-slider .text i {
  color: #0091AC;
}
.home-comments-slider .desc {
  color: #333;
  line-height: 1.3;
  font-size: 16px;
  font-weight: 400;
}
.home-comments-slider .photo {
  padding: 5px;
  width: 100px;
  height: 100px;
  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;
  margin-right: 15px;
}
.home-comments-slider .photo img {
  width: 100%;
  border-radius: 100%;
}
.home-comments .slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  z-index: 2;
  font-size: 75px;
  border-radius: 100%;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  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;
  cursor: pointer;
}
.home-comments .slick-next {
  right: -50px;
}
.home-comments .slick-prev {
  left: -50px;
}
.home-blog-head {
  padding: 50px 0;
  text-align: center;
}
.home-blog-head .title {
  font-size: 35px;
  font-weight: 600;
  color: #003F6B;
  margin-bottom: 15px;
  font-weight: 700;
}
.home-blog-head .desc {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  line-height: 1.4;
}
.home-blog .borders {
  margin-bottom: 20px;
}
.home-blog-item .title {
  font-weight: 600;
  color: #003F6B;
  margin-bottom: 15px;
}
.home-blog-item .desc {
  color: #333;
  line-height: 1.2;
}
.home-blog .items {
  padding: 15px;
  border: rgba(21, 80, 146, 0.0588235294) 1px solid;
}

.home-blog a.more {
  padding: 15px 0;
  display: block;
  color: #003F6B;
  font-weight: 800;
}
.home-faq {
  background: #E5F4F7;
}
.home-faq-head {
  padding: 50px 0;
  text-align: center;
}
.home-faq-head .title {
  font-size: 35px;
  font-weight: 600;
  color: #003F6B;
  margin-bottom: 15px;
  font-weight: 700;
}
.home-faq-head .desc {
  font-size: 16px;
  color: #003F6B;
  font-weight: 500;
  line-height: 1.4;
}
.home-faq-content .faq {
  width: 100%;
  margin-bottom: 150px;
}
.home-faq-content .faqitem {
  margin-bottom: 15px;
}
.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;
  border: 1px solid #003F6B;
  border-radius: 6px;
}
.home-faq-content .jquery-accordion-active .faq-title {
  color: #000 !important;
  font-style: normal;
  font-weight: 600;
}
.home-faq-content .jquery-accordion-active i {
  color: #003F6B;
  font-style: normal;
  font-weight: 700;
}
.home-faq-content .faqitem .faq-header .faq-title {
  margin: 0;
  font-size: 16px;
  color: #003F6B;
  font-weight: 500;
}
.home-faq-content .faqitem .faq-header i {
  color: #003F6B;
}
.home-faq-content .faqitem .faq-header .fa.fa-minus {
  display: none;
  color: #003F6B;
}
.home-faq-content .faqitem.jquery-accordion-active .fa.fa-minus {
  display: block;
  color: #003F6B;
}
.home-faq-content .faqitem.jquery-accordion-active .fa.fa-plus {
  display: none;
  color: #003F6B;
}
.home-faq-content .faqitem .content {
  padding: 7px 0px 20px 15px;
  color: #003F6B;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  display: none;
  background: rgba(255, 255, 255, 0.1215686275);
  margin-bottom: 15px;
  border-radius: 6px;
}

.single-head {
  padding: 50px 0 25px 0;
  background: #e5f4f7;
}
.single-head .breadcrumbs a {
  color: #003F6B;
  text-decoration: underline;
}
.single-head .breadcrumbs span {
  color: #003F6B;
}
.single-head-title {
  padding: 15px 0;
}
.single-head-title h1 {
  text-transform: uppercase;
  color: #003F6B;
  font-weight: 700;
}
.single-content img{
  border-radius: 16px;
}
.single-content ul {
  font-size: 16px;
  margin-bottom: 30px;
  padding-left: 15px;
  letter-spacing: 0.025em;
  margin-bottom: 30px;
  line-height: 1.7;
}
.single-content ul li {
  list-style: none;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 13px;
}
.single-content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  background-color: #00030e;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.single-content a {
  color: #000;
}
.single-content p {
  letter-spacing: 0.025em;
  margin-bottom: 30px;
  line-height: 1.7;
  font-size: 16px;
}
.single-content h2 {
  font-size: 30px;
  margin-bottom: 25px;
}
.single-content h3 {
  font-size: 30px;
  margin-bottom: 25px;
}
.single-content h4 {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 25px;
}
.single-content-img {
  padding: 30px 0;
  text-align: center;
}
.single-content-img img {
  border-radius: 16px;
  text-align: center;
}
.single-form {
  position: relative;
  margin-bottom: 35px;
}
.single-form .lefts {
  background: #003F6B;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
.single-form-left {
  text-align: center;
  padding: 35px 35px 0 35px;
}
.single-form-left a.more {
  position: relative;
  z-index: 99;
  display: block;
  background: #fff;
  color: #003F6B;
  font-size: 16px;
  border-radius: 12px;
  height: 50px;
  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;
  width: 320px;
  -webkit-box-shadow: 0px 0px 40px rgba(255, 255, 255, 0.4);
          box-shadow: 0px 0px 40px rgba(255, 255, 255, 0.4);
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single-form-left a.more .texts {
  font-weight: 600;
  margin-right: 6px;
}
.single-form-left a.more i {
  margin-left: 5px;
}
.single-form-left a.more:hover {
  background: #0091AC;
  color: #fff;
  opacity: inherit;
}
.single-form-left .text {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 25px;
}
.single-form-left .desc {
  font-size: 18px;
  color: #fff;
  margin-bottom: 25px;
}
.single-form-in {
  background: #E5F4F7;
  padding: 35px 35px 0 35px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
.single-form-in .text {
  text-transform: uppercase;
  font-weight: 700;
  color: #003F6B;
  font-size: 25px;
  padding: 20px 0;
}
.single-form-in .item {
  margin-bottom: 20px;
}
.single-form-in input[type=text] {
  background: url(../images/user.png) #fff no-repeat;
  border: 0;
  border-radius: 6px;
  outline: 0;
  height: 50px;
  width: 100%;
  color: #000;
  font-size: 14px;
  padding: 0px 40px;
  background-position: 5%;
}
.single-form-in input[type=tel] {
  border: 0;
  border-radius: 6px;
  outline: 0;
  height: 50px;
  width: 100%;
  color: #000;
  font-size: 14px;
  padding: 0px 40px;
  background-position: 3%;
}
.single-form-in input[type=email] {
  background: url(../images/email.png) #fff no-repeat;
  border: 0;
  border-radius: 6px;
  outline: 0;
  height: 50px;
  width: 100%;
  color: #000;
  font-size: 14px;
  padding: 0px 40px;
  background-position: 3%;
}
.single-form-in .age {
  background: url(../images/age.png) #fff no-repeat !important;
}
.single-form-in label {
  display: block;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 10px;
  color: #031623;
}
.single-form-in textarea {
  background: url(../images/chat-box.png) #fff no-repeat;
  border: 0;
  border-radius: 6px;
  outline: 0;
  height: 80px;
  width: 100%;
  color: #000;
  font-size: 14px;
  padding: 32px 40px;
  overflow: hidden;
  background-position: 3%;
}
.single-form-in input[type=submit] {
  background: #003F6B;
  border: 0;
  border-radius: 6px;
  height: 60px;
  width: 100%;
  color: #000;
  font-size: 18px;
  color: #fff;
}
.single-before-after {
  background: #E5F4F7;
}
.single-before-after-head {
  padding: 50px 0;
  text-align: center;
}
.single-before-after-head .title {
  font-size: 35px;
  font-weight: 600;
  color: #003F6B;
  margin-bottom: 15px;
  font-weight: 700;
}
.single-before-after-head .desc {
  font-size: 16px;
  color: #003F6B;
  font-weight: 500;
  line-height: 1.4;
}
.single-before-after-slider {
  position: relative;
  padding-bottom: 45px;
}
.single-before-after-slider .item {
  margin: 0 5px;
}
.single-before-after-slider .item img {
  border-radius: 16px;
}
.single-before-after-slider .slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform:translateY(-50%);
  z-index: 2;
  top: 50%;
  font-size: 75px;
  border-radius: 100%;
  color: #003F6B;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  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;
  cursor: pointer;
}
.single-before-after-slider .slick-next {
  right: -50px;
}
.single-before-after-slider .slick-prev {
  left: -50px;
}
.single-video {
  padding: 50px 0;
}
.single-video-left {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 5px;
}
.single-video-left .slider-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-video-left .slider-arrows i {
  font-size: 40px;
  color: #003F6B;
}
.single-video-left .custom-pagination {
  padding: 15px;
  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;
  font-size: 20px;
  line-height: 15px;
}
.single-video-left .custom-pagination .current-slide {
  color: #003F6B;
  font-weight: 700;
  margin-right: 5px;
}
.single-video-left .custom-pagination .total-slides {
  color: #003F6B;
  margin-left: 5px;
}
.single-video-left .text {
  position: relative;
  z-index: 99;
  color: #003F6B;
  font-size: 28px;
  font-weight: 300;
  font-weight: 400;
  margin-bottom: 10px;
}
.single-video-left .text-two {
  font-size: 38px;
  font-weight: 700;
  color: #003F6B;
  margin-bottom: 10px;
}
.single-video-left .text-three {
  color: #0091AC;
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 700;
}
.single-video-left .desc {
  position: relative;
  z-index: 99;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.single-video-left a.more {
  margin-top: 35px;
  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;
  border: 1px solid #0091AC;
  width: 238px;
  color: #0091AC;
  height: 48px;
  border-radius: 6px;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single-video-left a.more:hover {
  background: #003F6B;
  color: #fff;
  opacity: inherit;
  border: 0;
}
.single-video-slider .item {
  position: relative;
  height: 100%;
  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;
  border-radius: 16px;
  margin: 0 10px;
}
.single-video-slider .item:hover {
  opacity: initial;
}
.single-video-slider .item .buttons {
  position: absolute;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 700;
  bottom: 0;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 2;
  line-height: 1.3;
  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: 0 15px;
}
.single-video-slider .item .buttons .icon {
  width: 45px;
  height: 45px;
  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;
  background: #fff;
  color: #003F6B;
  border-radius: 100%;
  font-size: 15px;
}
.single-video-slider .item::after {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(#003F6B), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(360deg, #003F6B 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 16px;
}
.single-video-slider .item .img {
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 16px;
}
.single-video-slider .item img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 16px;
}
.single-video-slider .item:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.single-video-slider .item:hover img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.single-comments {
  background: #003F6B;
  height: 475px;
  margin-bottom: 80px;
}
.single-comments .slick-list {
  padding-bottom: 41px;
}
.single-comments-head {
  padding: 50px 0;
  text-align: center;
}
.single-comments-head .title {
  font-size: 35px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 700;
}
.single-comments-head .desc {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
}
.single-comments-slider .item {
  background: #E5F4F7;
  border-radius: 12px;
  padding: 20px;
  margin: 0 15px;
  -webkit-box-shadow: 0px 15px 30px rgba(0, 63, 107, 0.1019607843);
          box-shadow: 0px 15px 30px rgba(0, 63, 107, 0.1019607843);
}
.single-comments-slider .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.single-comments-slider .name {
  color: #003F6B;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}
.single-comments-slider .text i {
  color: #0091AC;
}
.single-comments-slider .desc {
  color: #333;
  line-height: 1.3;
  font-size: 16px;
  font-weight: 400;
}
.single-comments-slider .photo {
  padding: 5px;
  width: 100px;
  height: 100px;
  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;
  margin-right: 15px;
}
.single-comments-slider .photo img {
  width: 100%;
  border-radius: 100%;
}
.single-comments .slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  z-index: 2;
  font-size: 75px;
  border-radius: 100%;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  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;
  cursor: pointer;
}
.single-comments .slick-next {
  right: -50px;
}
.single-comments .slick-prev {
  left: -50px;
}
.single-latest-head {
  padding: 50px 0;
  text-align: center;
}
.single-latest-head .title {
  font-size: 35px;
  font-weight: 600;
  color: #003F6B;
  margin-bottom: 15px;
  font-weight: 700;
}
.single-latest .borders {
  margin-bottom: 20px;
}
.single-latest-item {
  margin: 0 15px;
}
.single-latest-item .img {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 15px;
}
.single-latest-item .title {
  font-weight: 600;
  color: #003F6B;
  margin-bottom: 15px;
}
.single-latest-item .desc {
  color: #333;
  line-height: 1.2;
}
.single-latest .items {
  padding: 15px;
  border: rgba(21, 80, 146, 0.0588235294) 1px solid;
}
.single-latest a.more {
  padding: 15px 0;
  display: block;
  color: #003F6B;
  font-weight: 800;
}
.single-category {
  padding-top: 30px;
  padding-bottom: 30px;
}
.single-category-item {
  margin: 0 15px;
}
.single-category-item .img {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 15px;
}
.single-category-item .title {
  font-weight: 600;
  color: #003F6B;
  margin-bottom: 15px;
}
.single-category-item .desc {
  color: #333;
  line-height: 1.2;
}
.single-category .items {
  padding: 15px;
  border: rgba(21, 80, 146, 0.0588235294) 1px solid;
  margin-bottom: 15px;
}
.single-category a.more {
  padding: 15px 0;
  display: block;
  color: #003F6B;
  font-weight: 800;
}
.single-page-contact {
  padding: 35px 0;
}
.single-page-contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 10px;
}
.single-page-contact-form .send {
  opacity: 0;
}
.single-page-contact-form .title {
  text-align: center;
  color: #003F6B;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  margin-bottom: 29px;
}
.single-page-contact-form .title .text {
  font-weight: 900;
  font-style: normal;
  display: inline-block;
  text-align: center;
}
.single-page-contact-form .item {
  margin-bottom: 20px;
}
.single-page-contact-form input[type=text] {
  background: url(../images/user.png) #e5f4f7 no-repeat;
  border: 0;
  border-radius: 6px;
  outline: 0;
  height: 50px;
  width: 100%;
  color: #000;
  font-size: 14px;
  padding: 0px 40px;
  background-position: 4%;
}
.single-page-contact-form input[type=tel] {
  border: 0;
  border-radius: 6px;
  outline: 0;
  height: 50px;
  width: 100%;
  color: #000;
  font-size: 14px;
  padding: 0px 40px;
  background-position: 2%;
}
.single-page-contact-form input[type=email] {
  background: url(../images/email.png) #e5f4f7 no-repeat;
  border: 0;
  border-radius: 6px;
  outline: 0;
  height: 50px;
  width: 100%;
  color: #000;
  font-size: 14px;
  padding: 0px 40px;
  background-position: 2%;
}
.single-page-contact-form .age {
  background: url(../images/age.png) #e5f4f7 no-repeat !important;
}
.single-page-contact-form label {
  display: block;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 10px;
}
.single-page-contact-form textarea {
  background: url(../images/chat-box.png) #e5f4f7 no-repeat;
  border: 0;
  border-radius: 6px;
  outline: 0;
  height: 100px;
  width: 100%;
  color: #000;
  font-size: 14px;
  padding: 40px 40px;
  overflow: hidden;
  background-position: 2%;
}
.single-page-contact-form input[type=submit] {
  background: #003F6B;
  border: 0;
  border-radius: 6px;
  height: 50px;
  width: 100%;
  color: #000;
  font-size: 18px;
  color: #fff;
}
.single-page-contact-left .title {
  color: #003F6B;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 25px;
  margin-bottom: 10px;
}
.single-page-contact-left .desc {
  font-style: normal;
  font-weight: 700;
  margin-bottom: 20px;
}
.single-page-contact-left .item {
  background: #0091AC;
  width: 100%;
  height: 150px;
  border-radius: 5px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  margin-bottom: 25px;
}
.single-page-contact-left .item .text {
  color: rgba(255, 255, 255, 0.3764705882);
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 20px;
  width: 230px;
  line-height: 1.3;
}
.single-page-contact-left .item a {
  color: white;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
}

.footer-top {
  padding: 70px 0;
}
.footer-social {
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-social a {
  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;
  background: #104074;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 20px;
  margin-right: 15px;
}
.footer-logo {
  margin-bottom: 25px;
}
.footer-desc {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 20px;
  color: rgba(31, 36, 40, 0.7607843137);
}
.footer .title {
  font-weight: 700;
  font-size: 17px;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #000;
}
.footer-menu {
  padding: 15px;
}
.footer-menu ul li {
  display: block;
}
.footer-menu ul li a {
  display: block;
  color: rgba(31, 36, 40, 0.7607843137);
  font-weight: 400;
  font-style: normal;
  margin-bottom: 15px;
  line-height: 1.4;
}
.footer .bd {
  border-right: 1px solid rgba(0, 0, 0, 0.5490196078);
}
.footer-contact {
  padding: 15px;
  color: rgba(31, 36, 40, 0.7607843137);
}
.footer-contact .title-in {
  font-weight: 700;
  font-size: 17px;
  font-style: normal;
  text-transform: uppercase;
  padding: 20px 0;
  color: #000;
  display: inline-block;
}
.footer-contact a {
  display: block;
  color: rgba(31, 36, 40, 0.7607843137);
  font-weight: 400;
  font-style: normal;
  margin-bottom: 15px;
}
.footer-contact .address {
  line-height: 1.4;
  margin-bottom: 15px;
}
.footer-bottom {
  padding: 10px 0;
  background: #E5F4F7;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}
.footer-bottom-inner {
  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;
}
.footer-bottom .left {
  color: rgba(31, 36, 40, 0.7607843137);
}
.footer-bottom .left a {
  color: rgba(31, 36, 40, 0.7607843137);
}

.header-menu ul li ul {
  position: absolute;
  border-radius: 10px;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  background: #ffff;
  border-radius: 6px;
  /* border: 3px solid #0091ac; */
  padding: 8px 11px;
  white-space: nowrap;
  transition: all 0.5s ease;
  box-shadow: -20px 50px 70px #0814201a;
  z-index: 99999;
  top: 53px;
}

.header-menu ul li ul:after {
  content: "";
  background-color: #FFF;
  border-radius: 10px;
  position: absolute;
  left: 5px;
  top: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  z-index: -1;
}

.header-menu ul li ul li {
  margin: 0;
  float: none;
  /* margin-bottom: 5px; */
  display: block;
  padding: 0;
}

.header-menu ul li ul li ul li {
  margin-left: 5px;
}

.header-menu ul li ul li a {
  border-radius: 20px;
  display: block;
  padding: 0;
  white-space: nowrap;
  font-size: 15px;
  line-height: 34px;
  padding: 0 15px;
  font-weight: 500;
  opacity: inherit;
  display: block;
  font-weight: 500;
  color: black;
}

.header-menu ul li ul li ul {
  top: -10px;
  left: 125%;
  transition: all, .5s;
  padding: 10px;
  padding-left: 15px;
}

.header-menu ul li ul li ul:after {
  left: 10px;
}

.header-menu ul li ul li a:hover {
  background-color: #155092;
  color: #fff;
}

.header-menu ul li:hover>ul {
  opacity: 1;
  pointer-events: auto;
  transition: all, .5s;
}

.header-menu ul li ul:before {
  content: "";
  position: absolute;
  top: -11px;
  left: 50%;
  z-index: 0;
  -webkit-transform: translateX(-50%);
  /* transform: translateX(-50%); */
  border-radius: 20px;
  background: #ffffff;
  width: 50px;
  height: 5px;
  position: absolute;
  left: 50%;
}

.header-menu ul li ul li ul:before {
  left: 8px;
  top: 10px;
  width: 5px;
  height: 50px;
  border-radius: 20px 0 0 20px;
}

.header-menu ul li ul li:hover ul {
  top: -10px;
  left: 100%;
  transform: translateX(0);
  transition: all, .5s;
}
.beforeafter-box-photo{
  width: 400px;
  height: 400px;
  padding: 10px;
}
.before-after-gallery{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}


.header-menu ul li ul li a:after{
  display: none;
}

.single-video-page .item {
  position: relative;
  height: 100%;
  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;
  border-radius: 16px;
  margin: 0 10px;
}
.single-video-page .item:hover {
  opacity: initial;
}
.single-video-page .item .buttons {
  position: absolute;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 700;
  bottom: 0;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 2;
  line-height: 1.3;
  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: 0 15px;
}
.single-video-page .item .buttons .icon {
  width: 45px;
  height: 45px;
  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;
  background: #fff;
  color: #003F6B;
  border-radius: 100%;
  font-size: 15px;
}
.single-video-page .item::after {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(#003F6B), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(360deg, #003F6B 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 16px;
}
.single-video-page .item .img {
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 16px;
}
.single-video-page .item img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 16px;
}
.single-video-page .item:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.single-video-page .item:hover img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.language {
  margin-right: 10px;
}

.single-category-item .img img{
  border-radius: 16px;
  width: 100%;
}

.home-packages .item .content {
  display: none;
}
.home-packages .item .head .icon {
  font-size: 24px;
  color: #003F6B;
}

.gallery-icon img {
    width: 100%;
    height: 100%;
}