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

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: 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 --- */
.mobil-menu-logo {
  text-align: center;
}

.mobil-menu-logo img {
  width: 160px;
}

.mobile-menu {
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 999999999999;
  height: 100%;
  background: linear-gradient(360deg, #c9c9c9 13.26%, #e8e8e8 55.65%, #ffffff 100.77%);
  overflow-y: scroll;
  padding: 15px 33px;
  background-size: cover;
  -webkit-transition: 1000ms ease all;
  transition: 1000ms ease all;
  opacity: 0;
  pointer-events: none;
  background-size: cover;
  background-position: center center;
  margin-top: -100vh;
}

.mobile-menu ul {
  display: block;
  border: none;
  list-style: none;
  padding-left: 0;
}

.mobile-menu ul li {
  padding: 5px 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
  white-space: nowrap;
  opacity: 0;
  position: relative;
  top: 0px;
}

.mobile-menu.mobile-menu-active ul li {
  opacity: 1;
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
  top: -30px;
}

.mobile-menu.mobile-menu-active ul li:first-child {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.mobile-menu.mobile-menu-active ul li:nth-child(2) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.mobile-menu.mobile-menu-active ul li:nth-child(3) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.mobile-menu.mobile-menu-active ul li:nth-child(4) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.mobile-menu.mobile-menu-active ul li:nth-child(5) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.mobile-menu.mobile-menu-active ul li:nth-child(6) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.mobile-menu.mobile-menu-active ul li:nth-child(7) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.mobile-menu ul li a {
  position: relative;
  color: #1d1d20;
  border: none;
  font-size: 18px;
  line-height: 45px !important;
  padding-left: 8px;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 500;
  padding-left: 25px;
}

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

.mobile-menu ul li ul {
  background: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.mobile-menu ul li ul li a {
  position: relative;
  padding-left: 25px !important;
  font-weight: 500;
}

.mobile-menu ul li ul li a:before {
  content: "\f04b";
  position: absolute;
  top: 0;
  line-height: 46px;
  width: 30px;
  height: 46px;
  font-size: 10px;
  display: block;
  /* color: #000000; */
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  /* opacity: 0; */
}

.mobile-menu-list {
  width: 100%;
  margin: 0 auto;
  margin-top: 65px;
}

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

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

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

.mobile-menu ul li.acik > ul {
  max-height: 713px !important;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: rgba(255, 255, 255, 0.0784313725) !important;
  -webkit-box-shadow: inset 0 20px 20px -23px #1f3b92;
  box-shadow: inset 0 20px 20px -23px rgba(0, 0, 0, 0.3411764706);
  color: white !important;
  padding: 10px 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
}

.mobile-menu ul li.acik > ul li a:before {
  color: #000;
}

.mobile-menu ul li.acik > ul li a {
  color: #000;
}

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

.mobile-menu ul li:after {
  content: "";
  -webkit-box-shadow: inset -1px 20px 20px -23px rgba(255, 255, 255, 0.3019607843);
  box-shadow: inset -1px 20px 20px -23px #1d1d2082;
  color: #1d1d20;
  padding: 3px 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
  display: block;
  width: 100%;
}

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

.mobile-menu ul li.acik:after {
  display: none;
}

.mobile-menu ul li > a:before {
  position: absolute;
  left: 0;
  top: 0;
  color: #1d1d20;
  text-align: center;
  content: "\f04b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
}

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

.mobile-menu ul li a:hover {
  /* background-color: #1f3b92; */
  /* color:#fff !important; */
  /* -webkit-transition: all .5s; */
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

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

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

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

.mobile-menu.mobile-menu-active {
  top: 0 !important;
  opacity: 1;
  pointer-events: all;
  margin-top: initial;
}

.mobil-menu-social {
  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-top: 19px;
}

.mobil-menu-contact a {
  display: block;
  padding: 11px 0;
  text-align: center;
  -webkit-box-shadow: -1px 2px 10px 0px rgba(0, 0, 0, 0);
  box-shadow: -1px 2px 10px 0px rgba(0, 0, 0, 0);
  width: 250px;
  margin: 0 auto;
  margin-top: 30px;
  border: 1px solid;
}

.mobil-menu-contact a {
  color: white;
  text-transform: uppercase;
}

.mobil-menu-contact a:hover {
  color: white;
}

.mobil-menu-social a {
  height: 40px;
  width: 40px;
  font-size: 25px;
  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;
  border-radius: 20px;
  margin-right: 15px;
}

.mobil-menu-social a.instagram {
  color: white;
  background: linear-gradient(-199deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}

.mobil-menu-social a.facebook {
  color: white;
  background-color: #1f3b92;
}

.mobil-menu-social a.youtube {
  color: white;
  background: linear-gradient(-199deg, #ff1c1c, #b51415, #EF0004, #dc2025, #cc1018, #e65454);
}

.mobil-menu-social a.whatsapp {
  background: linear-gradient(45deg, #1c9647, #5cda89);
  color: #fff;
}

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

body.mobile-menu-active {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.menuKapa {
  position: fixed;
  right: 21px;
  height: 100%;
  z-index: 99999 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 29px;
  color: #1f3b91;
  top: 20px;
  width: 40px;
  height: 40px;
  /* line-height: 41px; */
  background-color: #252525;
  color: #fff;
  border-radius: 20px;
  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;
}

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

.mobile-menu-bottom {
  padding-top: 55px;
}

.mobile-menu-bottom .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mobile-menu-bottom .item i {
  color: #1d1d20;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 15px;
}

.mobile-menu-bottom .item .text {
  color: #1d1d20;
  font-size: 20px;
  line-height: 1.2;
}

.mobile-menu-bottom .item .text a {
  color: #1d1d20;
}

.mobile-menu-bottom .item .social a {
  display: inline-block;
  padding-right: 7px;
  line-height: 1.2;
}

.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: #fff;
}

.header-menu-btn .line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  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: "Back to Black Demo";
  src: url("../fonts/BacktoBlackDemo.woff2") format("woff2"), url("../fonts/BacktoBlackDemo.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@media (min-width: 1400px) {
  .c-container {
    max-width: 1500px;
    margin-right: auto;
    margin-left: auto;
  }
}
body {
  font-family: "Josefin Sans", sans-serif;
  overflow-x: hidden;
}

.header {
  position: relative;
  -webkit-box-shadow: -5.936px 3.709px 28.42px 0.58px rgba(0, 0, 0, 0.17);
          box-shadow: -5.936px 3.709px 28.42px 0.58px rgba(0, 0, 0, 0.17);
  z-index: 99;
}
.header-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;
  padding: 10px 0;
}
.header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-left .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 20px;
}
.header-left .item:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 80px;
  right: 0;
  top: -10px;
  background: #bfbfbf;
}
.header-left .item:last-child:after {
  display: none;
}
.header-left .item .link {
  color: #000;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 25px;
}
.header-left .item .link:last-child {
  margin-bottom: 0;
}
.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-right .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 20px;
}
.header-right .item:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 80px;
  right: 0;
  background: #bfbfbf;
  top: -13px;
}
.header-right .item:last-child:after {
  display: none;
}
.header-right .item .link {
  color: #000;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 25px;
}
.header-right .item .link:last-child {
  margin-bottom: 0;
}
.header-social a {
  color: #000;
  margin-right: 15px;
}

.slider {
  background: url("../images/slider.jpg");
  background-size: cover;
  font-family: "Fira Sans", sans-serif;
}
.slider-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 850px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.slider-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-right: 1px solid #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.slider-left a {
  font-weight: 400;
  display: block;
  color: #fff;
  margin-bottom: 35px;
  font-size: 18px;
  padding-right: 50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "Fira Sans", sans-serif;
}
.slider-left a:after {
  position: absolute;
  content: "";
  display: block;
  background: #f8bbb6;
  width: 50px;
  height: 1px;
  margin: 15px 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.slider-left a:hover:after {
  opacity: 1;
}
.slider-right {
  position: relative;
}
.slider-right img {
  position: absolute;
  right: -50px;
}

.home-about {
  padding: 70px 0;
  margin-bottom: 150px;
}
.home-about .title {
  font-size: 35px;
  text-align: center;
  max-width: 310px;
  margin: 0 auto;
  margin-bottom: 25px;
}
.home-about a {
  text-align: center;
  color: #000;
}
.home-about a .buttons {
  position: relative;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  font-size: 30px;
  color: #f8bbb6;
  z-index: 1;
  border: 8px solid #f8bbb6;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 25px;
}
.home-about .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-about-content {
  font-size: 18px;
  line-height: 1.3;
}
.home-about-content strong {
  display: block;
  margin-bottom: 25px;
  font-style: italic;
}
.home-contact {
  padding: 60px 0;
  background: #f8bbb6;
}
.home-contact-head {
  margin-bottom: 50px;
}
.home-contact-head a {
  position: relative;
  font-size: 35px;
  color: #000;
  text-align: center;
  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;
  z-index: 99;
}
.home-contact-head a .title {
  margin-bottom: 25px;
}
.home-contact-head a .text {
  position: relative;
  font-family: "Fira Sans", sans-serif;
  font-size: 22px;
  text-align: center;
}
.home-contact-head a .text:after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background: #f9c4c0;
  margin: 15px auto;
}
.home-contact-head a::before {
  position: absolute;
  content: "";
  background: url(../images/vector.png);
  width: 205px;
  height: 316px;
  right: 229px;
  text-align: center;
  z-index: -10;
  bottom: 0;
}
.home-contact .title {
  color: #fff;
  font-size: 45px;
}
.home-contact p {
  font-size: 20px;
  font-family: "Fira Sans", sans-serif;
  color: #fff;
  line-height: 1.3;
}
.home-contact .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-contact .form input[type=text],
.home-contact .form input[type=tel] {
  background: #fff;
  width: 100%;
  height: 55px;
  border: 0;
  padding: 10px;
  /* margin-bottom: 15px; */
  color: #2e2e2e;
}
.home-contact .form input[type=submit] {
  background: #fff;
  width: 100%;
  height: 55px;
  border: 0;
  padding: 10px;
  margin-bottom: 15px;
  color: #1d1d20;
  text-transform: uppercase;
}
.home-contact .form textarea {
  background: #fff;
  width: 100%;
  height: 55px;
  border: 0;
  padding: 10px;
  margin-bottom: 15px;
  color: #2e2e2e;
}
.home-service {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 100px;
}
.home-service .item {
  position: relative;
  text-align: center;
  padding: 0 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.home-service .item .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9999;
  width: 70%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.home-service .item .content p {
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  opacity: 0;
  height: 0;
  color: #fff;
  font-weight: 300;
  line-height: 1.4;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.home-service .item .content .title {
  font-size: 35px;
  color: #fff;
}
.home-service-slider .slick-track {
  padding: 75px 0;
}
.home-service-slider .slick .slick-list {
  padding: 20px 0 !important;
  /* padding-top:20px!important;
  padding-bottom:20px!important; */
}
.home-service-slider .slick-center {
  opacity: 1;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}
.home-service-slider .slick-center p {
  opacity: 1 !important;
  height: 100px !important;
}
.home-service-slider .slick-center .title {
  margin-bottom: 25px;
}
.home-service-slider .slick-slide {
  margin: 0 25px !important;
  outline: none;
}
.home-cat {
  background: url(../images/service.jpg);
  color: #1d1d20;
  background-size: cover;
  padding: 100px 0;
}
.home-cat .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-cat .title {
  font-size: 35px;
  margin-bottom: 35px;
}
.home-cat p {
  font-family: "Fira Sans", sans-serif;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 35px;
}
.home-cat a.more {
  font-family: "Fira Sans", sans-serif;
  display: inline-block;
  border: 1px solid #1d1d20;
  color: #1d1d20;
  padding: 13px 45px;
  text-transform: uppercase;
}
.home-cat-link {
  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-family: "Fira Sans", sans-serif;
}
.home-cat-link .item a {
  font-family: "Fira Sans", sans-serif;
  display: block;
  color: #1d1d20;
  font-size: 18px;
  margin-bottom: 55px;
}
.home-cat-link .item a:last-child {
  margin-bottom: 0;
}
.home-cat-link .item a:after {
  position: absolute;
  content: "";
  display: block;
  background: #f8bbb6;
  width: 50px;
  height: 1px;
  margin: 15px 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.home-cat-link .item a:hover:after {
  opacity: 1;
}
.home-cat-link .borders {
  width: 1px;
  background: #a0a0a0;
  height: 350px;
  margin: 0 40px;
}
.home-bar {
  padding-top: 100px;
  padding-bottom: 80px;
}
.home-bar-content::before {
  position: absolute;
  content: "";
  background: url(../images/vector.png);
  width: 205px;
  height: 316px;
  right: 0;
  text-align: center;
  z-index: -10;
  bottom: 0;
}
.home-bar a.fancys {
  color: #fff;
  font-size: 22px;
}
.home-bar .img {
  font-family: "Fira Sans", sans-serif;
  overflow: hidden;
}
.home-bar .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.home-bar .butons-btn {
  position: relative;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  border: 3px solid #fff;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 30px;
  color: #fff;
  z-index: 1;
  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-bottom: 10px;
}
.home-bar-content {
  padding-top: 35px;
}
.home-bar-content .title {
  font-size: 35px;
  margin-bottom: 25px;
}
.home-bar-content p {
  font-family: "Fira Sans", sans-serif;
  font-size: 17px;
  margin-bottom: 25px;
  line-height: 1.3;
}
.home-bar-content a.more {
  font-family: "Fira Sans", sans-serif;
  display: inline-block;
  border: 1px solid #1d1d20;
  color: #1d1d20;
  padding: 13px 45px;
  text-transform: uppercase;
}
.home-bar-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-family: "Fira Sans", sans-serif;
  text-transform: uppercase;
  padding: 50px 0;
}
.home-bar-link a {
  font-size: 17px;
  color: #1d1d20;
}
.home-col {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.home-col-item {
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.home-col-item .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  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;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.home-col-item .content .title {
  font-size: 56px;
  color: #fff;
  margin-bottom: 25px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: auto;
}
.home-col-item .content .title:after {
  content: "";
  display: block;
  width: 150px;
  background: #fff;
  height: 2px;
  margin: 5px auto;
}
.home-col-item .content .link {
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.home-col-item .content .link a {
  position: relative;
  font-family: "Fira Sans", sans-serif;
  display: block;
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 30px;
}
.home-col-item:hover .content {
  background: rgba(255, 255, 255, 0.2901960784);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.home-col-item:hover .content .link {
  height: auto;
  opacity: 1;
}
.home-video-slick-arrow {
  width: 50px;
  height: 50px;
  font-size: 39px;
  color: #000;
  -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;
  border: 1px solid #000;
  cursor: pointer;
  margin: 0 15px;
}
.home-video a.fancys {
  position: relative;
  display: block;
}
.home-video .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.home-video .play-button .butons-btn {
  position: relative;
  width: 70px;
  height: 70px;
  line-height: 80px;
  border-radius: 50%;
  border: 3px solid #fff;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 30px;
  color: #fff;
  z-index: 1;
  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-bottom: 10px;
}
.home-video .title {
  text-align: center;
  color: #1d1d20;
  font-size: 45px;
  margin-bottom: 30px;
}
.home-video .item {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.home-video img {
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 25px;
}
.home-video a.more {
  font-family: "Fira Sans", sans-serif;
  display: inline-block;
  border: 1px solid #1d1d20;
  color: #1d1d20;
  padding: 13px 45px;
  text-transform: uppercase;
}
.home-video .slick-track {
  padding: 75px 0;
}
.home-video .slick .slick-list {
  padding: 20px 0 !important;
  /* padding-top:20px!important;
  padding-bottom:20px!important; */
}
.home-video .slick-center {
  opacity: 1;
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
}
.home-video .slick-slide {
  margin: 0 80px !important;
  outline: none;
}
.home-video .arrows {
  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-bottom: 30px;
}
.home-comments {
  background: url(../images/home-comments.jpg);
  padding: 100px 0 55px 0;
}
.home-comments-slider {
  margin-bottom: 40px;
}
.home-comments .item p {
  color: #1d1d20;
  font-size: 20px;
  margin-bottom: 25px;
}
.home-comments .item .icons {
  margin-right: 10px;
}
.home-comments .item .icons i {
  color: #f8bbb6;
}
.home-comments .item .icons span {
  font-family: "Fira Sans", sans-serif;
  font-size: 18px;
}
.home-comments .arrows {
  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-bottom: 30px;
}
.home-comments-slick-arrow {
  width: 50px;
  height: 50px;
  font-size: 39px;
  color: #000;
  -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;
  border: 1px solid #000;
  cursor: pointer;
  margin: 0 15px;
}
.home-comments a.more {
  font-family: "Fira Sans", sans-serif;
  display: inline-block;
  border: 1px solid #1d1d20;
  color: #1d1d20;
  padding: 13px 45px;
  text-transform: uppercase;
}
.home-virtual {
  background: url(../images/virtual.jpg);
  padding: 100px 0;
  background-size: cover;
  margin-bottom: 35px;
}
.home-virtual-inner a {
  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;
  color: #fff;
}
.home-virtual-inner a img {
  margin-bottom: 25px;
}
.home-virtual-inner a .title {
  font-size: 48px;
  margin-bottom: 25px;
}
.home-virtual-inner a span {
  font-family: "Fira Sans", sans-serif;
  font-size: 18px;
}
.home-device {
  padding: 100px 0 100px 0;
  margin-bottom: 160px;
}
.home-device a.fancys {
  position: relative;
  display: block;
}
.home-device .title {
  text-align: center;
  color: #1d1d20;
  font-size: 45px;
  margin-bottom: 30px;
}
.home-device img {
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.home-device a.more {
  font-family: "Fira Sans", sans-serif;
  display: inline-block;
  border: 1px solid #1d1d20;
  color: #1d1d20;
  padding: 13px 45px;
  text-transform: uppercase;
}
.home-device .slick-track {
  padding: 75px 0;
}
.home-device .slick .slick-list {
  padding: 20px 0 !important;
  /* padding-top:20px!important;
  padding-bottom:20px!important; */
}
.home-device .slick-center {
  opacity: 1;
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
}
.home-device .slick-slide {
  margin: 0 80px !important;
  outline: none;
}
.home-device .arrows {
  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-bottom: 30px;
}
.home-device .slick-arrow {
  width: 50px;
  height: 50px;
  font-size: 39px;
  color: #000;
  -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;
  border: 1px solid #000;
  cursor: pointer;
  margin: 0 15px;
}

.footer {
  background: url(../images/footerbg.jpg);
}
.footer-menu {
  text-align: center;
  padding: 70px 0;
}
.footer-menu li {
  display: inline-block;
}
.footer-menu li a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 17px;
  color: #fff;
  padding: 0 29px;
}
.footer-inner {
  padding: 40px 0;
}
.footer-inner .title {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 25px;
}
.footer-inner span {
  color: #fff;
  line-height: 1.3;
  margin-bottom: 25px;
  display: block;
}
.footer-inner .social-media a {
  color: #fff;
  margin-right: 15px;
  font-size: 25px;
}
.footer-copy {
  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: 40px 0;
}
.footer-copy .text {
  color: #fff;
}
.footer-copy img {
  -webkit-filter: invert(1);
          filter: invert(1);
}


.single-detail .section {
  padding: 40px 0;
  margin: 40px 0;
}

.single-detail-head {
  text-align: center;
  padding-top: 45px;
  padding-bottom: 45px;
  background: #f1f1f2;
}

.single-detail-head-bottom {
  margin-bottom: 20px;
}

.single-detail-head-bottom .breadcrumbs span {
  color: #5d5c63;
  padding: 0 5px;
  font-size: 13px;
}

.single-detail-head-bottom .breadcrumbs span a {
  color: #5d5c63;
}

.single-detail-head-bottom .breadcrumbs span:after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin: 0 0 0 15px;
}

.single-detail-head-bottom .breadcrumbs span:first-child {
  padding-left: 0;
}

.single-detail-head-bottom .breadcrumbs span:last-child {
  padding-right: 0;
}

.single-detail-head-bottom .breadcrumbs span:last-child:after {
  display: none;
}

.single-detail-head-bottom .breadcrumbs span:last-child span:after {
  display: none;
}

.single-detail-content p {
  font-size: 1rem;
}

.single-detail-head-h1 {
  color: #e94079;
  margin-bottom: 15px;
}

.single-detail-head-h1 h1 {
  font-size: 30px;
  display: block;
  font-weight: 500;
  margin-bottom: 20px;
  color: #000000;
}

.single-detail-head-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #e94079;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 140px;
  height: 50px;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: all 0.8s var(--generalTransition);
  transition: all 0.8s var(--generalTransition);
}

.single-detail-head-button a {
  display: block;
  width: 100%;
  color: #fff;
}

.single-detail-head-button:hover {
  background: #353535;
}

.single-detail-road {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.075);
  margin-bottom: 60px;
}

.single-detail-road-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
}

.single-detail-road-inner .item {
  padding-right: 45px;
}

.single-detail-road-inner .item a {
  font-size: 16px !important;
  display: block;
  font-weight: 400;
  cursor: pointer;
  line-height: 60px;
  color: #000;
}

.single-detail-road-inner .item a:hover {
  color: #e94079;
  -webkit-transition: var(--generalTransition);
  transition: var(--generalTransition);
}

.single-detail-road-inner .item:nth-child(1) a {
  position: relative;
}

.single-detail-road-inner .item:nth-child(1) a:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background: #01478c;
  left: 0;
  bottom: -1px;
  z-index: 99;
}

.single-detail-content {
  padding-bottom: 100px;
}

.single-detail-content ul {
  font-size: 16px;
  margin-bottom: 30px;
  padding-left: 15px;
}

.single-detail-content ul li {
  list-style: none;
  position: relative;
  padding: 0 0 0 20px;
}

.single-detail-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  background-color: #e94079;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.single-detail-content p {
  font-weight: 400;
}

.single-detail-content ul {
  font-size: 14px;
}

.single-detail-summary {
  background: #e940792e;
}

.single-detail-summary .title .line::before,
.single-detail-summary .title .line::after {
  background-color: #FFF !important;
}

.single-detail-summary-content .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  background: #fff;
  height: 90px;
  border-radius: 25px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 15px 30px rgba(93, 92, 99, 0.15);
  box-shadow: 0 15px 30px rgba(93, 92, 99, 0.15);
  -webkit-transition: var(--generalTransition);
  transition: var(--generalTransition);
}

.single-detail-summary-content .item .icon i {
  font-size: 30px;
  color: #333333;
}

.single-detail-summary-content .item .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.single-detail-summary-content .item .text .title {
  color: #333333;
  font-weight: 500;
  font-size: 18px;
  margin: 0;
}

.single-detail-content ul li strong {
  font-weight: 600;
}

table {
  width: 100%;
}

table,
th,
td {
  border: 1px solid !important;
  padding: 5px !important;
  margin-bottom: 15px !important;
}

.single-detail-summary-content .item .text .desc {
  color: #333333;
  font-weight: 400;
}

.single-detail-summary-content .item:hover {
  background: #333;
}

.single-detail-summary-content .item:hover .icon i {
  color: #fff;
}

.single-detail-summary-content .item:hover .text .title,
.single-detail-summary-content .item:hover .text .desc {
  color: #fff;
}

.single-detail-contact-head {
  padding-top: 100px;
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 50px;
  color: #333;
}

.single-detail-contact .contact-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  margin-bottom: 25px;
  min-height: 80px;
}

.single-detail-contact .contact-inner .icon {
  font-size: 50px;
  color: #fff;
  padding: 0 20px;
}

.single-detail-contact .contact-inner .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.single-detail-contact .contact-inner span {
  font-size: 18px;
  color: #fff;
}

.single-detail-contact .contact-inner a {
  font-size: 18px;
  color: #fff;
}

.single-detail-contact .tl {
  background: #333333;
}

.single-detail-contact .wp {
  background: #3bc039;
}

.single-detail-contact .insta {
  background: linear-gradient(-60deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}
/* Faq */

.single-detail-faq-content-faq {
  width: 100%;
  margin-bottom: 150px;
}

.single-detail-faq-content-header {
  padding: 21px 20px;
  color: #22252a;
  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 #f3f3f3;
  margin-bottom: 15px;
  border-radius: 0;
  border: 1px solid #f3f3f3;
}

.single-detail-faq-content-header h4 {
  margin: 0;
  font-weight: 500;
  font-size: 15px;
}

.single-detail-faq-content-header i {
  color: #00488d;
}

.single-detail-faq-content-faqitem .single-detail-faq-content-header .fa.fa-minus {
  display: none;
  color: #e61c49;
}

.single-detail-faq-content-faqitem.jquery-accordion-active .fa.fa-minus {
  display: block;
  color: #1f3b92;
}

.single-detail-faq-content-faqitem.jquery-accordion-active .fa.fa-plus {
  display: none;
  color: #e61c49;
}

.single-detail-faq-content-faqitem .single-detail-faq-content-content {
  padding: 15px;
  display: none;
}

.single-article-head {
  margin-bottom: 60px !important;
  text-align: center;
}

.single-article-head .dec {
  font-weight: 300;
}

.single-article-head .title {
  display: block;
  padding: 9px 0;
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
  letter-spacing: 1px;
}

.single-article-content .item figure {
  position: relative;
}

.single-article-content .item img {
  position: relative;
  max-width: 100%;
  border-radius: 25px;
  width: 100%;
}

.single-article-content .item .text {
  padding: 15px;
  max-height: 273px !important;
  overflow: hidden;
}

.single-article-content .item .text .home-article-post-title a {
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  display: block;
  margin-bottom: 14px;
  height: 41px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.single-article-content .item .text p {
  color: #81808a;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 16px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.single-article-content .item .text a.more {
  color: #fff;
  display: block;
  font-weight: 600;
  padding: 3px 32px;
  line-height: 42px;
  width: max-content;
  border-radius: 25px;
  background: linear-gradient(180deg, #89898f 0%, #1d1d20 100%);
  margin-top: 15px;
}

.home-article .slick-list {
  padding-bottom: 26px;
}

.home-article .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}

.u-box-shadow {
  -webkit-box-shadow: 0 15px 30px rgba(93, 92, 99, 0.15);
  box-shadow: 0 15px 30px rgba(93, 92, 99, 0.15);
}

.u-radius {
  border-radius: 30px !important;
}

.single-detail-contact {
  padding: 50px 0;
}

.single-detail-contact-head {
  padding-top: 100px;
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 50px;
  color: #333;
}

.single-detail-contact .contact-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  margin-bottom: 25px;
  min-height: 80px;
}

.single-detail-contact .contact-inner .icon {
  font-size: 50px;
  color: #fff;
  padding: 0 20px;
}

.single-detail-contact .contact-inner .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.single-detail-contact .contact-inner span {
  font-size: 18px;
  color: #fff;
}

.single-detail-contact .contact-inner a {
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  width: 100%;
}

.single-detail-contact .tl {
  background: #333333;
}

.single-detail-contact .wp {
  background: #3bc039;
}

.single-detail-contact .insta {
  background: linear-gradient(-60deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}

.single-social .item a {
  text-decoration: none;
}

.single-social .item a .single-social-item {
  display: flex;
  background: #203970;
  border-radius: 20px;
  background: linear-gradient(to bottom, #c5124e, #8b0b36);
  box-shadow: 0px 6px 0px 0px rgb(255 255 255 / 34%);
  align-items: center;
  padding: 10px 0;
  background: linear-gradient(to bottom, #1963ab, #0a3f74);
}

.single-social-item .icons {
  font-size: 30px;
  color: #ffffff;
  width: 78px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  text-align: center;
}

.single-social-item .texts strong {
  display: block;
  color: #ffffff;
  opacity: initial;
  font-size: 19px;
}

.single-social-item .texts {
  line-height: 25px;
}

.single-social-item .texts span {
  display: block;
  color: #ffffff;
  opacity: initial;
  font-size: 14px;
}

.single-social .item {
  margin-bottom: 17px;
  /* box-shadow: 6px 5px 0px 0px rgb(255 255 255 / 24%); */
}

.single-detail-contact {
  padding: 50px 0;
}

.single-contact-widget {
  background-color: #fff;
  position: relative;
  z-index: 9;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  overflow: hidden;
}

.single-contact-form input {
  width: 100%;
  padding: 15px;
  border: 0;
  width: 100%;
  border-radius: 10px;
  padding-left: 27px;
  font-size: 15px;
  color: #999999;
  background-color: #f5f5f5;
  margin-bottom: 15px;
}

.single-contact-form .col-tel {
  margin-bottom: 15px !important;
  position: relative;
}

.single-contact-widget form .form-group .intl-tel-input {
  width: 100%;
}

.single-contact-form textarea {
  padding: 15px;
  border: 0;
  width: 100%;
  border-radius: 10px;
  padding-left: 27px;
  font-size: 15px;
  color: #999999;
  background-color: #f5f5f5;
  height: 100px;
  resize: none;
}

.single-contact-form button {
  font-size: 16px;
  color: #fff;
  border: 0;
  line-height: 1;
  width: 100%;
  margin-top: 15px;
  font-weight: 500;
  height: 60px;
  border-radius: 25px;
  background: #279d9c;
  width: 209px !important;
  font-family: "Poppins", serif;
  background: linear-gradient(to bottom, #e94079, #bf1d53);
  background: linear-gradient(to bottom, #00488e, #0a3f74);
}

.single-contact-left {
  padding: 80px 45px;
  background-size: cover;
  background: #e94079;
  color: #FFF;
  background: linear-gradient(to bottom, #e94079, #bf1d53);
  background: linear-gradient(to bottom, #00488e, #0a3f74);
}

.single-contact-right {
  padding: 50px;
}

.single-contact-right .single-detail-contact-title {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 5px;
}

.single-contact-left .single-detail-contact-title {
  color: #FFF;
  margin-bottom: 0;
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 5px;
}

.single-detail-content {
  padding-bottom: 15px;
}

.single-detail-content ul {
  font-size: 16px;
  margin-bottom: 30px;
  padding-left: 15px;
}

.single-detail-content p {
  letter-spacing: .025em;
  margin-bottom: 30px;
  line-height: 1.8;
}

.single-detail-content h1 {
  font-size: 28px;
  margin-bottom: 25px;
}

.single-detail-content h2 {
  font-size: 28px;
  margin-bottom: 25px;
}

.single-detail-content h3 {
  font-size: 28px;
  margin-bottom: 25px;
}

.single-detail-content h4 {
  font-size: 28px;
  margin-bottom: 25px;
}

.single-detail-content ul li {
  list-style: none;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 13px;
  line-height: 1.5;
}

.single-detail-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  background-color: #f6a8a9;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.single-detail-content p {
  font-weight: 400;
}

.single-detail-summary-head {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 44px;
  color: #333;
  text-align: center;
}

.single-detail-summary-head .line {
  margin: 0 auto;
}

.single-detail-summary-head .line {
  width: 15px;
  height: 15px;
  position: relative;
  border-radius: 100%;
  border: 2px solid #2f2f33;
  margin-top: 16px;
}

.single-detail-summary-head .line:before {
  content: "";
  width: 45px;
  height: 2px;
  background: #e6e6e6;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 15px;
}

.single-detail-summary-head .line:after {
  content: "";
  width: 45px;
  height: 2px;
  background: #e6e6e6;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  right: -90px;
}

.single-detail-summary-head .line.reverse:before {
  background-color: #00488d;
}

.single-detail-summary-head .line.reverse::after {
  background-color: #00488d;
}

.single-detail-summary-head .line:before {
  left: -47px;
}

.single-detail-summary-head .line:after {
  right: -47px;
}

.single-before-after .item img {
  padding: 5px;
}

.single-before-after .slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  font-size: 39px;
  border-radius: 100%;
  color: #fff;
  -webkit-transition: all .5s;
  transition: all .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;
  background: linear-gradient(180deg, #89898f 0%, #1d1d20 100%);
}

.single-before-after .slick-arrow:before {
  display: none;
}

.single-before-after .slick-arrow:hover {
}

.single-video .item img {
  padding: 5px;
}

.single-video .first-video {
  position: relative;
}

.single-video .first-video .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.single-video .first-video a {
  opacity: inherit;
  margin-bottom: 15px;
  display: block;
}

.single-video .first-video .butons-btn {
  position: relative;
  background: #134b73;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 30px;
  color: #fff;
  z-index: 1;
}

.single-video .slick-arrow:before {
  display: none;
}

.single-video .first-video img {
  border-radius: 20px;
}

.single-video .bottom-video {
  border-radius: 20px;
  margin-top: 15px;
}

.single-video .slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  font-size: 39px;
  background-color: #0091ac;
  border-radius: 100%;
  color: #fff;
  -webkit-transition: all .5s;
  transition: all .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-video .slick-arrow:hover {
  background: #0091ac;
  color: #faefe9;
}

.single-video .slick-next {
  right: 0;
}

.text-center {
  text-align: center;
}

.single-article-slider .slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  font-size: 39px;
  border-radius: 100%;
  color: #fff;
  background: linear-gradient(180deg, #89898f 0%, #1d1d20 100%);
  -webkit-transition: all .5s;
  transition: all .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-article-slider .slick-arrow:hover {
}

.single-article-slider .slick-next {
  right: -25px;
}

.single-article-slider .slick-prev {
  left: -25px;
}

.single-article-slider .slick-arrow:before {
  display: none;
}

.single-comments-slider .item .in {
  position: relative;
  /* box-shadow: 0 15px 30px rgba(93,92,99,.15); */
  border-radius: 20px;
  background: #fff;
  /* margin-left: 10px; */
  margin-right: 10px;
  text-align: center;
  border: 3px solid #ededed;
  padding: 9px 0px;
}

.single-comments-slider .item {
  margin-left: 15px;
  margin-right: 15px;
  /* padding: 22px 0; */
  background: #ffff;
  outline: none;
}

.single-comments-slider .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  /* padding: 46px 0px; */
}

.single-comments-slider .item .title {
  font-size: 22px;
  display: block;
  color: #333333;
  font-weight: 500;
  margin-bottom: 6px;
}

.single-comments-slider .item .stars {
  color: #f5a622;
  margin-bottom: 15px;
}

.single-comments-slider .item p {
  font-size: 16px;
  font-weight: 400;
  padding: 0 16px;
}

.single-comments-slider .slick-arrow:before {
  display: none;
}

.single-comments-slider .slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  font-size: 39px;
  border-radius: 100%;
  background: linear-gradient(to bottom, #00488e, #0a3f74);
  color: #fff;
  -webkit-transition: all .5s;
  transition: all .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-slider .slick-arrow:hover {
  background: #0091ac;
  color: #faefe9;
  background: linear-gradient(to top, #e94079, #bf1d53);
}

.single-comments-slider .slick-next {
  right: -25px;
}

.single-comments-slider .slick-prev {
  left: -25px;
}

.single-comments-slider .slick-arrow:before {
  display: none;
}

.contact-area {
  padding: 75px 0 0 0;
}

.contact-widget {
  background-color: #fff;
  position: relative;
  z-index: 9;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.04);
  margin-bottom: 100px;
  border-radius: 10px;
  overflow: hidden;
}

.contact-widget form input,
.contact-widget form textarea {
  width: 100%;
  padding: 15px;
  border: 0;
  width: 100%;
  border-radius: 10px;
  padding-left: 27px;
  font-size: 15px;
  color: #999999;
  background-color: #f5f5f5;
  margin-bottom: 15px;
}

.contact-widget form textarea {
  height: 100px;
  resize: none;
}

.contact-widget form button {
  font-size: 16px;
  color: #fff;
  border: 0;
  line-height: 1;
  width: 100%;
  font-weight: 500;
  height: 60px;
  border-radius: 25px;
  background: #279d9c;
  width: 209px !important;
  background: linear-gradient(180deg, #89898f 0%, #1d1d20 100%);
}

.contact__left {
  padding: 80px 45px;
  background-size: cover;
  background: red;
  color: #FFF;
  background: linear-gradient(180deg, #89898f 0%, #1d1d20 100%);
}

.contact__right {
  padding: 50px;
}

.contact__left h4 {
  color: #FFF;
  margin-bottom: 0;
}

.single-social .item a {
  text-decoration: none;
}

.single-social .item a .single-social-item {
  display: flex;
  background: #203970;
  border-radius: 20px;
  background: linear-gradient(180deg, #89898f 0%, #1d1d20 100%);
  box-shadow: 0px 6px 0px 0px rgb(255 255 255);
  align-items: center;
  padding: 10px 0;
}

.single-social-item .icons {
  font-size: 30px;
  color: #ffffff;
  width: 78px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  text-align: center;
}

.single-social-item .texts strong {
  display: block;
  color: #ffffff;
  opacity: initial;
  font-size: 19px;
}

.single-social-item .texts {
  line-height: 25px;
}

.single-social-item .texts span {
  display: block;
  color: #ffffff;
  opacity: initial;
  font-size: 14px;
}

.single-social .item {
  margin-bottom: 35px;
  /* box-shadow: 6px 5px 0px 0px rgb(255 255 255 / 24%); */
}

.contact__left .title {
  color: #FFF;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 15px;
}

.box-shadow {
  box-shadow: inset 1px 1px 30px -20px #00000069;
}

.contact__left p {
  margin-bottom: 25px;
}

.contact__right .title {
  color: #000;
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: 600;
}

.contact__right p {
  margin-bottom: 25px;
}

.single-detail {
  font-family: "Fira Sans", sans-serif;
}

/*------------------------------------------------------------------//
//      RESPONSIVE SYSTEM                                                                                 //
//------------------------------------------------------------------*/

@media screen and (max-width: 639px) and (min-width: 480px) {
  .single-contact-left {
      padding: 50px 29px;
  }
  .single-detail .section {
      padding: 40px 0;
      margin: 40px 0;
  }
}

@media screen and (max-width: 480px) and (min-width: 0px) {
  .single-detail .section {
      padding: 40px 0;
      margin: 40px 0;
  }
  .single-contact-left {
      padding: 50px 29px;
  }
  .single-social-item .icons {
      font-size: 28px;
  }
  .single-social-item .texts strong {
      font-size: 17px;
  }
  .single-social .item a .single-social-item {
      padding: 7px 0;
  }
  .single-contact-right {
      padding: 29px 16px;
  }
  .single-contact-widget form button {
      height: 53px;
  }
  .single-before-after .slick-arrow {
      width: 45px;
      height: 45px;
  }
  .single-article-slider .slick-arrow {
      width: 45px;
      height: 45px;
  }
  .single-article-slider .slick-next {
      right: 0px;
  }
  .single-article-slider .slick-prev {
      left: 0px;
  }
  .single-before-after .slick-next {
      right: 0px;
  }
  .single-before-after .slick-prev {
      left: 0px;
  }
  .single-comments-slider .item {
      margin-left: initial;
      margin-right: initial;
      outline: none;
  }
  .single-comments-slider .item .in {
      margin-left: initial;
      margin-right: initial;
      outline: none;
  }
  .single-comments-slider .slick-arrow {
      width: 45px;
      height: 45px;
  }
  .single-comments-slider .slick-next {
      right: 0px;
  }
  .single-comments-slider .slick-prev {
      left: 0px;
  }
  .bg4 {
      position: relative;
      background-position: 26% 0 !important;
  }
  .bg4:after {
      content: '';
      background: #ffffffd4;
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
  }
  .bg4 .row {
      z-index: 899999;
      position: relative;
  }
  .home-faq-content .faq {
      width: 100%;
      margin-bottom: 0;
  }
  .bg6 {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      /* background-attachment: fixed; */
      box-shadow: inset 1px 1px 30px -20px #000;
      position: relative;
      padding: 50px 0;
  }
  .full_width_sec .item .content-part .desc-part p {
      font-size: 23px !important;
      line-height: 26px;
      font-weight: 500;
      color: #00488e;
      padding: 18px;
      margin: 0;
  }
  .slider-inner .desc p {
      font-size: 15px !important;
  }
  .single-detail-content p {
      font-weight: 400;
      font-size: 15px !important;
  }
  .single-comments-slider .item p {
      font-size: 16px !important;
  }
  .single-article-content .item img {
      position: relative;
      width: 100%;
  }
  .rs-footer-inner .footer-section .footer-logo img {
      height: auto !important;
  }
}


.single-video a {
  position: relative;
}

.single-video a img {
  border-radius: 25px;
}

.single-video .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  border: 3px solid #ffff;
  border-radius: 100%;
}

.single-video .play-button .butons-btn {
  position: relative;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 30px;
  color: #fff;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-gallery{
  padding-bottom: 50px;
}

.home-gallery .item{
  margin: 0 15px;
}

.home-gallery .arrows {
  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-bottom: 30px;
  margin-top: 30px;
}
.home-gallery-slick-arrow {
  width: 50px;
  height: 50px;
  font-size: 39px;
  color: #000;
  -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;
  border: 1px solid #000;
  cursor: pointer;
  margin: 0 15px;
}
.home-gallery a.more {
  font-family: "Fira Sans", sans-serif;
  display: inline-block;
  border: 1px solid #1d1d20;
  color: #1d1d20;
  padding: 13px 45px;
  text-transform: uppercase;
}

.home-gallery .title{
    font-size: 35px;
    margin-bottom: 25px;
    text-align: center;
    margin-top: 50px;
}

.header-new-menu ul li a {
  display: inline-block;
  padding: 15px 26px;
  color: #000;
  padding: 20px 20px;
}

.header-new-menu ul li {
  display: inline-block;
}

.single-before-after-slider .slick-next {
  right: 0;
}
.single-before-after-slider a {
  margin: 0 15px;
}
.header-inner .language.dropdown {
  position: relative;
  display: block;
  z-index: 99;
  width: 130px;
}

.header-inner .language.dropdown .drop-btn {
  width: 100%;
  padding: 10px 9px;
  outline: none;
  position: relative;
  font-size: 15px !important;
  background-color: #ffffff4a;
  color: #ffffff;
  font-size: 13px;
  border: none;
  cursor: pointer;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: flex;
  color: #000;
  align-items: center;
  font-weight: 500;
  border-radius: 20px;
  border: 1px solid #bfbfbf3b;
}

.header-inner .language.dropdown .drop-btn img {
  width: 30px;
  margin-right: 8px;
  pointer-events: none;
}

.header-inner .language.dropdown .drop-btn:after {
  content: "\203a";
  position: absolute;
  right: 12px;
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  font-size: 23px;
  transform: rotate(90deg);
  color: #000;
}

.header-inner .language.dropdown .drop-btn:hover {
  /* background-color: #d50101; */
}

.header-inner .language.dropdown .drop-btn:focus {
  color: 285fb9;
}

.header-inner .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 #bfbfbf3b;
  border-radius: 20px;
}

.header-inner .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-tig .language.dropdown .dropdown-content a>img {
  width: 30px;
  transition: .8s;
  padding-right: 5px;
}

.header-inner .language.dropdown .dropdown-content a:hover {
  background-color: #fad2d2;
  /* left: 0; */
  /* color: #0091ac; */
}

.header-inner .language.dropdown .dropdown-content a:hover:after {
  content: "\2714";
  display: none;
  right: 20px;
  position: absolute;
  top: 50%;
  margin-top: -9px;
}

.header-inner .language.dropdown .dropdown-content.open {
  /* border-radius: 5px; */
  /* overflow: hidden; */
  display: block;
  height: auto;
  top: 111%;
  box-shadow: -20px 50px 70px #0814201a;
  opacity: 1;
  background-color: #ffffff;
  /* border: 1px solid #d6d6d6; */
  -webkit-transition: all 0.2s 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;
  /* background-color: #000; */
  white-space: nowrap;
  width: 140px;
  transition: all 0.5s;
  border-radius: 20px;
  /* border: 3px solid #285fb9; */
}

.header-inner .language .dropdown-content.open a>img.img-flag {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.header-inner .language.dropdown .dropdown-content a>img {
  width: 30px;
  transition: .8s;
  padding-right: 5px;
}

.mobile-menu ul li a img {
    width: 35px;
    margin-right: 8px;
}

.cheks input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0;
    /* margin-right: 1px; */
    border: 0;
    /* outline: oldlace; */
}

.cheks {
    display: inline-flex;
    align-items: center;
    /* justify-content: center; */
    margin-bottom: 16px;
}
.text{
	margin-left: 0px;
}

.home-shorts {
  background: #ffffff;
  padding: 50px 0;
}

.home-shorts-head {
  text-align: center;
  width: 1100px;
  margin: 0 auto;
  padding: 15px 0;
}

.home-shorts-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;
}

.home-shorts p {
  color: #758299;
  line-height: 1.3;
  margin-bottom: 25px;
  font-size: 18px;
}

.home-shorts-slider .item {
  margin: 0 15px;
  overflow: hidden;
  border-radius: 16px;
}

.home-shorts-slider .item a {
  position: relative;
  display: block;
}

.home-shorts-slider .item a:hover {
  opacity: initial;
}

.home-shorts-slider .item a:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.home-shorts-slider .item img {
  width: 100%;
  border-radius: 10px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  height: 630px;
  object-fit: cover;	
}

.home-shorts-slider .item .seperator {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, color-stop(8.37%, #241F1C), color-stop(35.88%, rgba(58, 55, 53, 0.75)), to(rgba(102, 102, 102, 0)));
  background: linear-gradient(360deg, #241F1C 8.37%, rgba(58, 55, 53, 0.75) 35.88%, rgba(102, 102, 102, 0) 100%);
  top: 0;
}

.home-shorts-slider .item .bottom {
  position: absolute;
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 25px;
  z-index: 99;
}

.home-shorts-slider .item .text {
  font-size: 25px;
  color: #f5f3ec;
  font-weight: 600;
  margin-bottom: 7px;
}

.home-shorts-slider .item .desc {
  font-size: 18px;
  color: #f5f3ec;
  height: 30px;
}

.home-shorts-slider .item .icon {
  width: 60px;
  height: 60px;
  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: #f8bbb6;
  border-radius: 100%;
  color: #fff;
}

.home-shorts-slider .slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  font-size: 25px;
  color: #6C6464;
  -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;
  border-radius: 100%;
  border: 1px solid;
  background: #f8bbb6;
  border-radius: 100%;
  color: #fff;
}

.home-shorts-slider .slick-next {
  right: 0px;
}

.home-shorts-slider .slick-prev {
  left: 0px;
}