@charset "UTF-8";

@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

html,
body {
  overflow-x: hidden;
}

*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;

  color: inherit;
  text-decoration: none;

  -webkit-transition: all 0.3s ease-out;

  transition: all 0.3s ease-out;
}

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

div {
}

h1,
h2,
h3,
h4,
h5,
h6 {
 font-family: 'proxima-nova', sans-serif;
  font-weight: bold;
}

[dir="rtl"] h1,
:lang(ar) h1,
[dir="rtl"] h2,
:lang(ar) h2,
[dir="rtl"] h3,
:lang(ar) h3,
[dir="rtl"] h4,
:lang(ar) h4,
[dir="rtl"] h5,
:lang(ar) h5,
[dir="rtl"] h6,
:lang(ar) h6 {
  font-family: "Bahij";
}

ul,
ol {
  padding: 0px;
}

button {
  border: none;
}

li {
  list-style-type: none;
}

img {
  border: none;
  width: auto;
  height: auto;
}

header,
footer,
article,
news,
content,
details,
section,
group,
nav,
bar,
wrap_menu,
blockh,
blockv,
title,
block,
wrap,
clear {
  display: block;
}

.clear {
  clear: both;
}

::-moz-selection {
  color: #ffffff;
  background: #4fbdff;
}

::selection {
  color: #ffffff;
  background: #4fbdff;
}

::-moz-selection {
  color: #ffffff;
  background: #4fbdff;
}

::-webkit-input-placeholder {
  color: #616161 !important;
}

:-moz-placeholder {
  color: #616161 !important;
}

::-moz-placeholder {
  color: #616161 !important;
}

:-ms-input-placeholder {
  color: #616161 !important;
}

::-webkit-input-placeholder {
  font-family: 'proxima-nova', sans-serif;
}

[dir="rtl"] ::-webkit-input-placeholder,
:lang(ar) ::-webkit-input-placeholder {
  font-family: "Bahij";
}

:-moz-placeholder {
  font-family: 'proxima-nova', sans-serif;
}

[dir="rtl"] :-moz-placeholder,
:lang(ar) :-moz-placeholder {
  font-family: "Bahij";
}

::-moz-placeholder {
 font-family: 'proxima-nova', sans-serif;
}

[dir="rtl"] ::-moz-placeholder,
:lang(ar) ::-moz-placeholder {
  font-family: "Bahij";
}

:-ms-input-placeholder {
  font-family: 'proxima-nova', sans-serif;
}

[dir="rtl"] :-ms-input-placeholder,
:lang(ar) :-ms-input-placeholder {
  font-family: "Bahij";
}

body {
  font-size: 14px;
  direction: ltr;
  text-align: left;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family: 'proxima-nova', sans-serif;
}

[dir="rtl"] body,
:lang(ar) body {
  font-family: "Bahij";
}

#layout {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  background: #ffffff;
}

@media (min-width: 1360px) {
  .container,
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1360px !important;
  }
  .container.wide {
    max-width: 100%;
  }
  .container.boxed {
    max-width: 1040px;
  }
}
.container {
  position: relative;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f5f5f5;

  z-index: 9999;

  overflow: hidden;
  height: 100vh;
}

.pre-container {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}

.spinner {
  width: 80px;
  height: 80px;
  position: relative;
  margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1796f0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.scroll-top {
  width: 44px;
  line-height: 44px;
  position: fixed;
  right: 20px;
  left: auto;
  bottom: 15px;
  z-index: 999;
  font-size: 22px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: none;
  background: #1796f0;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

[dir="rtl"] .scroll-top,
:lang(ar) .scroll-top {
  right: auto;
}

[dir="rtl"] .scroll-top,
:lang(ar) .scroll-top {
  left: 20px;
}

header {
  position: absolute;
  z-index: 99;
  width: 100%;
  padding: 50px 0;
}

header .logo-white {
  display: block;
}

header .logo-dark {
  display: none;
}

header.sticky {
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
  padding: 10px 0;
}

@media (min-width: 1200px) {
  header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
	
	.navbar-brand img {
		width: 200px;
	}
}

header.sticky .navbar-brand .logo-white {
  display: none;
}

header.sticky .navbar-brand .logo-dark {
  display: block;
}

header.sticky .navbar-brand img {
  height: 55px;
}

header.sticky .navigation .navbar .navbar-nav .nav-item .nav-link {
  color: #616161;
}

header.sticky .navigation .navbar .navbar-nav .nav-item:hover .nav-link,
header.sticky
  .navigation
  .navbar
  .navbar-nav
  .nav-item.current-menu-item
  .nav-link {
  color: #4fbdff;
}

.navigation {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 545px) and (max-width: 767px) {
  .navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 544px) {
  .navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .navigation .container {
    padding: 0;
  }
}

@media (min-width: 545px) and (max-width: 767px) {
  .navigation .container {
    padding: 0;
  }
}

@media (max-width: 544px) {
  .navigation .container {
    padding: 0;
  }
}

.menu-toggler {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu-toggler {
    width: 100%;
  }
}

@media (min-width: 545px) and (max-width: 767px) {
  .menu-toggler {
    width: 100%;
  }
}

@media (max-width: 544px) {
  .menu-toggler {
    width: 100%;
  }
}

.navbar-brand {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 2px;
  margin-right: initial;
  line-height: inherit;
  white-space: nowrap;
  color: #616161;
  font-size: 24px;
  margin: 0;
  -webkit-margin-end: 30px;
  -moz-margin-end: 30px;
  margin-inline-end: 30px;
}

.icon-bar {
  width: 21px;
  height: 3px;
  background-color: #ffffff;
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-top: 4px;
}

.navbar-toggler:focus {
  outline: 0px;
}

.navbar-toggler .top-bar {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 190%;
  transform-origin: 10% 190%;
  background-color: #ffffff;
}

.navbar-toggler .middle-bar {
  opacity: 0;
}

.navbar-toggler .bottom-bar {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% -80%;
  transform-origin: 10% -80%;
  background-color: #ffffff;
}

.navbar-toggler.collapsed .top-bar {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  background-color: #ffffff;
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  background-color: #ffffff;
}

.navbar {
  padding: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .navbar {
    width: 100%;
  }
}

@media (min-width: 545px) and (max-width: 767px) {
  .navbar {
    width: 100%;
  }
}

@media (max-width: 544px) {
  .navbar {
    width: 100%;
  }
}

.navbar .navbar-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .navbar .navbar-nav {
    width: 100%;
  }
}

@media (min-width: 545px) and (max-width: 767px) {
  .navbar .navbar-nav {
    width: 100%;
  }
}

@media (max-width: 544px) {
  .navbar .navbar-nav {
    width: 100%;
  }
}

.navbar .navbar-nav .nav-item {
  display: inline-flex;
  width: 100%;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  /* padding-bottom: 5px; */
}

.navbar .navbar-nav .nav-item .nav-link {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  text-transform: capitalize;
  padding: 5px 15px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
  white-space: nowrap;
}

.navbar .navbar-nav .nav-item:hover .nav-link,
.navbar .navbar-nav .nav-item.current-menu-item .nav-link {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #4fbdff;
}
.navbar .navbar-nav .nav-item.login-link .nav-link {
	 color: #ffffff;
  background-color: #4fbdff;
}
.navbar .navbar-nav .nav-item:hover .nav-link.dropdown-toggle::after {
  color: #1796f0;
}

.navbar .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: 0;
  content: "\f0dd";
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  color: #ffffff;
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  margin-right: 15px;
  font-size: 18px;
  color: #616161;
  margin-top: -5px;
}

@media (min-width: 1200px) {
  .navbar .dropdown-toggle::after {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .navbar .dropdown-toggle::after {
    display: none;
  }
}

.navbar .navbar-collapse.show .dropdown .dropdown-menu li .dropdown-item {
  border-radius: 0px;
  background: transparent;
  color: rgba(97, 97, 97, 0.6);
}

.navbar .navbar-collapse.show .dropdown .dropdown-menu li .dropdown-item:hover {
  color: #4fbdff;
}

.navbar .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 100%;
  font-size: 1rem;
  text-align: left;
  list-style: none;
  background-color: #f8f8f8;
  background-clip: padding-box;
  border: 1px solid white;
  border-radius: 2px;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  text-align: center;
}

.navbar .dropdown-menu li .dropdown-item {
  display: block;
  width: 100%;
  padding: 15px;
  clear: both;
  font-size: 12px;
  color: #616161;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-size: 15px;
  line-height: 15px;
  border-radius: 2px;
}

.navbar .dropdown-menu li .dropdown-item:hover,
.navbar .dropdown-menu li .dropdown-item:focus {
  text-decoration: none;
  color: #246ca4;
  background: #abe0ff;
  border-radius: 2px;
}

.navbar .dropdown-item:focus .dropdown-toggle::after,
.navbar .dropdown-item:hover.dropdown-toggle::after {
  color: #4fbdff;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  right: 17px;
  top: 25px;
}

.dropdown-submenu .dropdown-menu {
  top: 0px;
  left: 100%;
  margin-left: 13px;
  margin-right: 0.1rem;
}

.caret-up {
  width: 0;
  height: 0;
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-bottom: 4px solid;
  display: inline-block;
  margin-left: 2px;
  vertical-align: middle;
}

.mega-dropdown {
  position: unset;
}

.mega-dropdown-menu {
  width: 100%;
  position: absolute;
  top: 63px;
  margin: 0;
}

.mega-dropdown-menu ul {
  list-style: none;
}

.nav-dropitem-arrow {
  position: relative;
  font-size: 12px;
  opacity: 0;
  padding-right: 10px;
}

.nav-dropitem-arrow i {
  position: absolute;
}

.dropdown-item:hover .nav-dropitem-arrow {
  color: #4955ef;
  opacity: 1;
  margin-right: 5px;
}

.navbar-toggler {
  padding-left: 0;
}

.navbar-collapse.show .dropdown .dropdown-menu {
  background: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
  border-bottom: 1px solid #f8f8f8;
}

.navbar-boxed .navbar-collapse.show .dropdown .dropdown-menu {
  background: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-boxed .navbar-collapse.show .navbar-nav .nav-item .nav-link {
  border-bottom: 1px solid #f8f8f8;
}

.navbar-boxed
  .navbar-collapse.show
  .dropdown
  .dropdown-menu
  .dropdown-submenu.dropdown-item {
  border-bottom: 1px solid #f8f8f8;
}

.navbar-transparent .navbar-collapse.show .navbar-nav .nav-item .nav-link {
  border-bottom: 1px solid #4fbdff;
}

.navbar-transparent
  .navbar-collapse.show
  .dropdown
  .dropdown-menu
  .dropdown-submenu.dropdown-item {
  border-bottom: 1px solid #f8f8f8;
}

.nav-item svg {
  fill: #000000;
  width: 22px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  vertical-align: middle;
}

.nav-item:hover svg {
  fill: #4fbdff;
}

.navbar-toggler-container {
  display: none;
}

@media (max-width: 1199px) {
	.navbar .navbar-nav .nav-item .nav-link {
		font-size: 14px;
		padding: 10px;
	}
}

@media (min-width: 992px) {
  .dropdown .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
  .dropdown-submenu:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 991px) {
  .navbar-toggler-container {
    display: block;
  }
  .navbar .navbar-collapse {
    margin-bottom: 5px;
    background: #ffffff;
  }
  .navbar .navbar-nav {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .navbar .navbar-nav .nav-item {
    display: block;
    width: 100%;
    border-top: 1px solid rgba(79, 189, 255, 0.5);
  }
  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    color: #616161;
    padding: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .navbar .navbar-nav .nav-item .nav-link:before {
    display: none;
  }
  .navbar .top-menu {
    padding: 38px 0;
    border-bottom: none !important;
  }
  .navbar .top-menu a {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 14px;
  }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none;
    margin: 0;
    padding: 0;
/*     margin-bottom: 15px; */
  }
  .dropdown-menu.show {
    display: block;
  }
}

@media (min-width: 992px) {
  .slider,
  .slide {
    height: 100%;
  }
}

.slider {
  height: 80vh;
}

@media (min-width: 768px) and (max-width: 991px) {
  .slider {
    height: 80vh;
  }
}

@media (min-width: 545px) and (max-width: 767px) {
  .slider {
    height: 58vh;
  }
}

@media (max-width: 544px) {
  .slider {
    height: 45vh;
  }
}

.slider .slick-list,
.slider .slick-list > div,
.slider .slick-slide,
.slider .slick-slide > div,
.slider .container,
.slider .container > div {
  height: 100%;
}

.slider .container {
  z-index: 2;
}

.slide {
  position: relative;
  height: 100%;
}

.slide__img {
  position: absolute;
  top: 0;
  right: 0;
}

.slide__img img {
  width: auto;
  height: auto;
  float: right;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.slide .slide__content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  height: initial !important;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .slide .slide__content {
    text-align: center;
  }
}

@media (min-width: 545px) and (max-width: 767px) {
  .slide .slide__content {
    text-align: center;
  }
}

@media (max-width: 544px) {
  .slide .slide__content {
    text-align: center;
  }
}

.slide .slide__content--headings {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: initial !important;
}

.slide h1,
.typed,
.hero .elementor-slide-heading {
  font-size: 64px;
  color: #ffffff;
  line-height: 80px;
  font-weight: 600;
  -webkit-animation: fade-in-bottom 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s
    both;
  animation: fade-in-bottom 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s both;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .slide h1,
  .typed,
  .hero .elementor-slide-heading {
    font-size: 48px;
    line-height: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .slide h1,
  .typed,
  .hero .elementor-slide-heading {
    font-size: 38px;
    line-height: 48px;
  }
}

@media (min-width: 545px) and (max-width: 767px) {
  .slide h1,
  .typed,
  .hero .elementor-slide-heading {
    font-size: 38px;
    line-height: 48px;
  }
}

@media (max-width: 544px) {
  .slide h1,
  .typed,
  .hero .elementor-slide-heading {
    font-size: 38px;
    line-height: 48px;
  }
}

.slide h1 label,
.typed label,
.hero .elementor-slide-heading label {
  color: #1796f0;
}

.slide p,
.hero .elementor-slide-description p {
  font-size: 32px;
  letter-spacing: 0;
  line-height: 40px;
  margin-top: 16px;
  color: #ffffff;
  -webkit-animation: fade-in-bottom 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s
    both;
  animation: fade-in-bottom 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s both;
}

@media (min-width: 545px) and (max-width: 767px) {
  .slide p,
  .hero .elementor-slide-description p {
    font-size: 16px;
    line-height: 32px;
  }
}

@media (min-width: 545px) and (max-width: 767px) {
  .slide p,
  .hero .elementor-slide-description p {
    font-size: 16px;
    line-height: 32px;
  }
}

@media (max-width: 544px) {
  .slide p,
  .hero .elementor-slide-description p {
    font-size: 16px;
    line-height: 32px;
  }
}

.slide p small,
.hero .elementor-slide-description p small {
  font-size: 24px;
  -webkit-animation: fade-in-bottom 1s cubic-bezier(0.215, 0.61, 0.355, 1) 3s
    both;
  animation: fade-in-bottom 1s cubic-bezier(0.215, 0.61, 0.355, 1) 3s both;
}

.slide .btn-main {
  margin-top: 30px;
  display: inline-block;
  width: 200px;
  float: none;
  padding: 12px 15px;
  -webkit-animation: fade-in-bottom 1.2s cubic-bezier(0.215, 0.61, 0.355, 1)
    1.2s both;
  animation: fade-in-bottom 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s both;
}

@media (min-width: 768px) and (max-width: 991px) {
  .slide .btn-main {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 545px) and (max-width: 767px) {
  .slide .btn-main {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 544px) {
  .slide .btn-main {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.slide .slide__content--headings .animated {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.slider [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-transition: opacity 0.5s ease 0.3s;
  transition: opacity 0.5s ease 0.3s;
}

.slick-dots {
  position: absolute;
  list-style: none;
  display: inline-block;
  text-align: center;
  padding: 0;
  margin: 0;
  left: 0;
  right: 0;
  z-index: 99;
  width: 100%;
  bottom: -50px;
}

.slider .slick-dots {
  bottom: 0;
  height: 60px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  text-align: center;
  margin: auto;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  height: auto;
}

.slick-dots li button {
  position: relative;
  padding: 0;
  border-radius: 50%;
  background: transparent;
  font-size: 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  display: block;
  outline: none;
  line-height: 0px;
  color: transparent;
  padding: 6px;
  background-color: rgba(97, 97, 97, 0.3);
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  opacity: 1;
  outline: none;
  background-color: #4fbdff;
}

.slick-dots li.slick-active button {
  background-color: #1796f0;
  padding: 7px;
}

.slick-dots li.slick-active button:hover,
.slick-dots li.slick-active button:focus {
  opacity: 1;
}

.slick-arrow {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  position: absolute;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 50px;
  z-index: 99;
  text-align: center;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.slick-arrow.prev-arrow {
  left: calc(50% - 100px);
  margin: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .slick-arrow.prev-arrow {
    left: calc(100% - 100px);
  }
}

@media (min-width: 545px) and (max-width: 767px) {
  .slick-arrow.prev-arrow {
    left: calc(100% - 100px);
  }
}

@media (max-width: 544px) {
  .slick-arrow.prev-arrow {
    left: calc(100% - 100px);
  }
}

.slick-arrow.next-arrow {
  left: calc(50% - 160px);
  margin: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .slick-arrow.next-arrow {
    left: calc(100% - 160px);
  }
}

@media (min-width: 545px) and (max-width: 767px) {
  .slick-arrow.next-arrow {
    left: calc(100% - 160px);
  }
}

@media (max-width: 544px) {
  .slick-arrow.next-arrow {
    left: calc(100% - 160px);
  }
}

.slick-arrow.slick-disabled {
  display: none !important;
}

.slick-arrow:hover {
  border-color: #1796f0;
  color: #1796f0;
}

@-webkit-keyframes zoomInImage {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
}

@keyframes zoomInImage {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
}

.zoomInImage {
  -webkit-animation-name: zoomInImage;
  animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
  from {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomOutImage {
  from {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
  animation-name: zoomOutImage;
}

.card-block {
  -webkit-box-shadow: 0 4px 19px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 19px rgba(0, 0, 0, 0.08);
  /* border: 1px solid rgba(0, 0, 0, 0.08); */
  display: block;
  border-radius: 0;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin: 15px 0;
  border-radius: 15px;
  overflow: hidden;
  background: #ffffff;
}

.card-block .img-block {
  overflow: hidden;
  position: relative;
}

.card-block .img-block .img-container {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  height: 100%;
  padding: 20px 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 130px;
}

/* .card-block .img-block .img-container:after {
  content: "";
  background: transparent;
  width: 15px;
  height: 80%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
} */

.card-block .img-block .img-container img {
  object-fit: contain;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
  z-index: 9;
}

.card-block .card-body {
  padding: 15px;
  padding-bottom: 30px;
  background: #ffffff;
}

.card-block .card-body label {
  font-size: 16px;
  margin-bottom: 15px;
  color: #616161;
}

.card-block .card-body label i {
  -webkit-margin-end: 5px;
  -moz-margin-end: 5px;
  margin-inline-end: 5px;
  font-size: 16px;
  color: #1796f0;
}

.card-block .card-body h3 {
  font-size: 18px;
  line-height: 24px;
  color: #616161;
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
}

.card-block .card-body h4 {
  font-size: 18px;
  line-height: 32px;
  color: #616161;
  margin-bottom: 10px;
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.card-block .card-body p {
  font-size: 16px;
  color: rgba(97, 97, 97, 0.8);
  /* overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; */
}

/* .card-block:hover .img-block .img-container::after {
  width: 100%;
  height: 100%;
  background: #4fbdff;
} */

.card-block:hover .img-block .img-container img {
  opacity: 1;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  /* -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1); */
}

.card-block:hover .card-body .readmore:after {
  -webkit-margin-start: 15px;
  -moz-margin-start: 15px;
  margin-inline-start: 15px;
}

.card-block:hover h3 {
  color: #1796f0;
}

.card-block:hover h4 {
  color: #1796f0;
}

.hero {
  position: relative;
  z-index: 1;
  min-height: 90vh;
  background: #1796f0;
}

.hero .slider {
  position: relative;
  z-index: 2;
  min-height: 90vh;
}

.hero .slider .hero-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
}
.hero .elementor-swiper {
  position: relative;
}
.hero .slider .hero-img:after,
.hero .elementor-slides:after {
  background: url(images/mask.png) no-repeat left top fixed;
  width: 100%;
  height: 100%;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: 999;
}

[dir="rtl"] .hero .slider .hero-img:after,
[dir="rtl"] .hero .elementor-slides:after,
:lang(ar) .hero .slider .hero-img:after,
:lang(ar) .hero .elementor-slides:after {
  background: url(images/mask.png) no-repeat right top fixed;
  background-size: contain;
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero .slider .hero-img:after,
  .hero .elementor-slides:after {
    display: none;
  }
}

@media (min-width: 545px) and (max-width: 767px) {
  .hero .slider .hero-img:after,
  .hero .elementor-slides:after {
    display: none;
  }
}

@media (max-width: 544px) {
  .hero .slider .hero-img:after,
  .hero .elementor-slides:after {
    display: none;
  }
}

.hero .slider .hero-img img,
.hero .swiper-slide-bg {
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-animation: grow 30000ms ease-in-out infinite;
  animation: grow 30000ms ease-in-out infinite;
  -o-object-fit: cover;
  object-fit: cover;
}

@-webkit-keyframes grow {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes grow {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.title {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}

.title.black h2 {
  color: #000000;
}

.title span {
  color: #1796f0;
  font-size: 20px;
  font-weight: 500;
}

.title h2 {
  font-size: 40px;
  line-height: 60px;
  margin-top: 10px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #616161;
}

@media (min-width: 768px) and (max-width: 991px) {
  .title h2 {
    font-size: 34px;
  }
}

@media (min-width: 545px) and (max-width: 767px) {
  .title h2 {
    font-size: 32px;
  }
}

@media (max-width: 544px) {
  .title h2 {
    font-size: 30px;
  }
}

.title p {
  color: #4fbdff;
  font-size: 18px;
  margin: 10px auto;
  max-width: 600px;
  text-align: center;
}

@media (max-width: 544px) {
  .title p {
    font-size: 16px;
  }
}

.title.light h2 {
  color: #ffffff;
}

.title.light p {
  color: #ffffff;
}

.gray {
  background-color: #f8f8f8;
}

.btn-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0;
}

.btn-main {
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  font-size: 20px;
  background-color: #1796f0;
  padding: 10px 30px;
  position: relative;
  min-width: 150px;
  text-align: center;
  color: #ffffff;
  border-radius: 4px;
}

.btn-main:before {
  content: "";
  background: transparent;
  width: 15px;
  height: 80%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-main span,
.btn-main i {
  position: relative;
  z-index: 2;
}

.btn-main:hover {
  background-color: #616161;
  color: #ffffff;
}

.btn-main:hover:before {
  width: 100%;
  height: 100%;
  background: #616161;
}

.btn-main.light {
  color: #1796f0;
  background: transparent;
  border-color: #1796f0;
}

.btn-main.light:hover {
  color: #ffffff;
}

.btn-main.light:hover:before {
  background: #1796f0;
}

.btn-main.light:hover:after {
  color: #ffffff;
}

.btn-main.secondary {
  background: #f8f8f8;
  color: #647378;
  padding: 10px 20px;
  border: none;
}

.btn-main.secondary:after {
  display: none;
}

.btn-main.secondary:hover {
  color: #ffffff;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

main {
  position: relative;
  width: 100%;
}

main .sectionContent {
  position: relative;
}

.services {
  padding: 100px 15px;
  /* background: url(images/parallex.jpg) no-repeat fixed; */
  background-size: cover;
}

.services .container {
  background: #ffffff;
  padding: 70px;
  border-radius: 50px;
}

.services .service-card {
/*   padding: 20px 40px; */
  display: block;
  text-align: center;
}

@media (min-width: 545px) and (max-width: 767px) {
  .services .service-card {
    padding: 20px 0;
  }
}

@media (max-width: 544px) {
  .services .service-card {
    padding: 20px 0;
  }
}

.services .service-card:hover .mainImg {
  opacity: 0.6;
}

.services .service-card img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding: 2px;
  width: 100% !important;
  height: 100% !important;
  border-radius: 50%;
}

.services .service-card .elementor-element {
  margin: auto;
  padding: 0;
}

.services .service-card h2 {
  font-size: 18px;
  line-height: 35px;
  color: #000000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.services .service-card p {
  font-size: 16px;
  color: #000000;
  line-height: 24px;
}

.services .service-card:hover img {
  opacity: 0.8;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.services .service-card:hover h2 {
  color: #4fbdff;
}

.about {
  padding: 0;
  position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
  .about {
    height: auto;
  }
}

@media (min-width: 545px) and (max-width: 767px) {
  .about {
    height: auto;
  }
}

@media (max-width: 544px) {
  .about {
    height: auto;
  }
}

.about .container {
  height: 100%;
}

.about .row {
  height: 100%;
}

.about .about-img img {
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 768px) and (max-width: 991px) {
  .about .about-img {
    position: relative;
    height: auto;
  }
}

@media (min-width: 545px) and (max-width: 767px) {
  .about .about-img {
    position: relative;
    height: auto;
  }
}

@media (max-width: 544px) {
  .about .about-img {
    position: relative;
    height: auto;
  }
}

.about-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-padding-end: 30px;
  -moz-padding-end: 30px;
  padding-inline-end: 30px;
}

.about-content h2 {
  font-size: 48px;
  line-height: 65px;
  margin: 20px 0;
  font-weight: 600;
  color: #616161;
}

@media (min-width: 768px) and (max-width: 991px) {
  .about-content h2 {
    font-size: 32px;
    line-height: 45px;
  }
}

@media (min-width: 545px) and (max-width: 767px) {
  .about-content h2 {
    font-size: 28px;
    line-height: 40px;
  }
}

@media (max-width: 544px) {
  .about-content h2 {
    font-size: 28px;
    line-height: 40px;
  }
}

.about-content h3 {
  font-size: 32px;
  line-height: 60px;
  margin: 20px 0;
  color: #616161;
}

@media (min-width: 768px) and (max-width: 991px) {
  .about-content h3 {
    font-size: 30px;
    line-height: 45px;
  }
}

@media (min-width: 545px) and (max-width: 767px) {
  .about-content h3 {
    font-size: 28px;
    line-height: 40px;
  }
}

@media (max-width: 544px) {
  .about-content h3 {
    font-size: 28px;
    line-height: 40px;
  }
}

.about-content p {
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 20px;
}

.about-content a {
	margin: 0;
	font-family: 'proxima-nova', sans-serif;
}

@media (min-width: 545px) and (max-width: 767px) {
  .about-content p {
    font-size: 20px;
    line-height: 36px;
  }
}

@media (max-width: 544px) {
  .about-content p {
    font-size: 18px;
    line-height: 32px;
  }
}

.about-content ul {
  -webkit-margin-start: 20px;
  -moz-margin-start: 20px;
  margin-inline-start: 20px;
}

.about-content ul li {
  list-style-type: disc;
  margin-bottom: 10px;
}

.about-content a {
  display: inline-block;
  margin-top: 20px;
}

.testimonials {
  padding: 100px 0;
}

.testimonials .slick-center {
  position: relative;
  z-index: 9;
  border-radius: 68px;
  overflow: hidden;
  max-width: inherit !important;
}

.testimonials .slick-center .card-content,
.testominals .swiper-slide-active {
  transform: scale3d(1.06, 1.06, 0.2) !important;
}

.testimonials .slick-center .card-content img {
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonials .slick-slide:not(.slick-active),
.testominals .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.8;
}

.testimonials .slide:not(.slick-active) {
  cursor: pointer;
}

.testimonialSlider .slick-dots {
  bottom: -50px;
}

.testimonialSlider .slick-dots li button {
  background-color: rgba(97, 97, 97, 0.3);
}

.testimonialSlider .slick-dots li.slick-active button {
  background-color: #4fbdff;
}

.testimonialSlider .card-content {
  display: block;
  padding: 100px 20%;
  min-height: 150px;
  position: relative;
  margin-bottom: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 68px;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin: 25px;
  max-width: 900px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 450px;
}

.testominals .swiper-slide {
  -webkit-box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.08);
}

.testimonialSlider .card-content .profile {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.testimonialSlider .card-content h4 {
  -webkit-margin-start: 15px;
  -moz-margin-start: 15px;
  margin-inline-start: 15px;
  line-height: 24px;
  color: #4fbdff;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 14px;
  font-weight: 500;
  z-index: 2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.testimonialSlider .card-content label {
  color: rgba(97, 97, 97, 0.3);
  margin-top: 10px;
}

.testimonialSlider .card-content p,
.testimonials .elementor-testimonial__text,
.testimonials .elementor-testimonial__name,
.testimonials .elementor-testimonial__title {
  font-size: 22px;
  color: #616161;
  line-height: 24px;
  margin-top: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

.testimonialSlider .card-content:hover h2 {
  color: #1796f0;
}

.testimonialSlider .card-content:hover label {
  color: rgba(97, 97, 97, 0.5);
}

.testimonialSlider .card-content:hover p,
.testominals .swiper-slide:hover .elementor-testimonial__text {
  color: rgba(97, 97, 97, 0.7);
}

.counter-container {
  direction: ltr;
}

[dir="rtl"] .counter-container,
:lang(ar) .counter-container {
  direction: rtl;
}

.counter-container {
	margin-top: 20px;
}

.counter-container small {
	font-size: 20px;
}

.counter-container h3 {
  color: #fff;
  font-size: 47px;
  font-weight: 400;
  letter-spacing: 15px;
  padding: 5px 10px;
  position: relative;
  z-index: 9;
}

.counter-container span {
  border-radius: 3px;
  text-align: center;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 50px;
}

.counter-container span:before {
  background-color: #4fbdff;
  content: "";
  width: 45px;
  height: 60px;
  position: absolute;
  left: -10px;
  right: 0;
  margin: auto;
  z-index: -1;
  border-radius: 7px;
}

[dir="rtl"] .counter-container span:before,
:lang(ar) .counter-container span:before {
  left: 0;
}

[dir="rtl"] .counter-container span:before,
:lang(ar) .counter-container span:before {
  right: -10px;
}

.readmore {
  position: relative;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #1796f0;
  font-size: 18px;
  margin-top: 15px;
  font-weight: 700;
}

.readmore:after {
  content: "\f060";
  position: relative;
  display: inline-block;
  -webkit-margin-start: 7px;
  -moz-margin-start: 7px;
  margin-inline-start: 7px;
  color: #1796f0;
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  font-size: 16px !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

[dir="rtl"] .readmore:after,
:lang(ar) .readmore:after {
  -webkit-transform: none;
  transform: none;
}

.readmore:hover:after {
  -webkit-margin-start: 10px;
  -moz-margin-start: 10px;
  margin-inline-start: 10px;
}

.clients {
  position: relative;
  padding: 50px 0 100px 0;
}

.clients .clientSlider {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: wrap;
  flex-direction: wrap;
}

.clients a {
  margin: 15px;
  padding: 15px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  min-height: 180px;
  position: relative;
  border-radius: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  border: 1px solid transparent;
  -webkit-box-shadow: 0px 0 15px rgba(97, 97, 97, 0.08);
  box-shadow: 0px 0 15px rgba(97, 97, 97, 0.08);
}

.clients a img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.clients a:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  border: 1px solid #1796f0;
}

.inner-hero {
  height: 70vh;
  width: 100%;
  min-height: 400px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner-hero h1 {
  color: #ffffff;
  font-size: 4rem;
  font-weight: 500;
  position: relative;
  z-index: 9;
}

.inner-hero:before {
  content: "";
  background-color: rgba(97, 97, 97, 0.4);
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
}

@media (max-width: 1199px) {
	.inner-hero h1 {
	  font-size: 3rem;
	}
}

.features {
  padding: 100px 0;
}

.features .content-left .box-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
  position: relative;
}

.features .content-left .box-item:first-child {
  right: -70px;
}

.features .content-left .box-item:last-child {
  right: -70px;
}

.features .content-right .box-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.features .content-right .box-item:first-child {
  left: -70px;
}

.features .content-right .box-item:last-child {
  left: -70px;
}

.features .box-item {
  padding: 5px;
  line-height: 22px;
  position: relative;
}

.features .box-item .icon {
  margin: 12px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 100px;
  height: 100px;
  min-width: 100px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  background: #4fbdff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.features .box-item .icon i {
  color: #ffffff;
  font-size: 40px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.features .box-item .text h4 {
  cursor: pointer;
  font-size: 16px;
  line-height: 22px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.show-box {
  width: 250px !important;
  min-width: 250px;
  height: 250px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center !important;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center !important;
  margin: auto;
}

.show-box .img-container,
.show-box .elementor-widget-container {
  -webkit-box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.35);
  width: 230px;
  height: 230px;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}

.show-box .img-container img,
.show-box .elementor-widget-container img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.success-card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.success-card h2 {
  color: #000000;
  font-size: 1.8rem;
  margin-top: 40px;
  font-weight: 300;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.success-card h2 span {
  font-weight: 500;
  font-size: 2.2rem;
}

.clients-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.clients-wrapper > div {
  margin: 15px;
}

.faqs-block {
  margin-bottom: 30px;
}

.faqs-block h3 {
  font-size: 1.5rem;
  color: #000000;
  margin-bottom: 10px;
}

.faqs-block p {
  font-size: 15px;
  line-height: 32px;
}

.parallex {
  padding: 100px 15px;
  background: url(images/parallex.jpg) no-repeat fixed;
  background-size: cover;
}

.careers {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-top: 20px !important;
}

.careers .elementor-post__text h3 {
  color: rgba(97, 97, 97, 0.7);
  font-size: 24px;
  margin: 15px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.careers .elementor-post__thumbnail {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  margin-top: 0;
  padding-bottom: 0 !important;
}

.careers .career-card img,
.careers .elementor-post__thumbnail img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 20px;
  top: 0 !important;
  left: auto !important;
  right: auto;
  transform: none !important;
  position: relative !important;
  max-width: 400px !important;
  margin: auto;
  height: 500px !important;
  object-fit: contain;
}

.careers .elementor-post__text > a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  font-size: 20px;
  background-color: #1796f0;
  padding: 10px 30px;
  position: relative;
  min-width: 150px;
  text-align: center;
  color: #ffffff;
  border-radius: 4px;
  opacity: 0;
  bottom: -50px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 25px;
  padding: 7px 15px;
}

.careers .elementor-post__text > a:hover {
  background-color: #616161;
}

.careers:hover .elementor-post__text h3 {
  margin-top: -5px;
}

.careers:hover .elementor-post__thumbnail {
  margin-top: -15px;
  opacity: 0.8;
}

.careers:hover .elementor-post__text > a {
  display: inline-block;
  bottom: 0;
  opacity: 1;
}

.blog {
  text-align: center;
}

.blog .blog-card {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 50px 0 20px 0;
}

.blog .blog-card h3 {
  color: #616161;
  font-size: 22px;
  margin: 15px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog .blog-card img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 0;
  position: relative;
  width: calc(100% - 30px);
}

.blog .blog-card:hover h3 {
  color: #1796f0;
}

.blog .blog-card:hover img {
  opacity: 0.8;
}

.blog-details h1 {
  color: #616161;
  font-size: 3.5em;
}

.blog-details h4 {
  text-align: center;
}

.blog-details img {
  width: 100%;
}

.form .form-group,
.form .elementor-field-group {
  margin-top: 25px;
}

.form .form-group label,
.form .elementor-field-group label {
  font-size: 18px;
  margin-bottom: 10px;
  color: #000000;
}

.form .form-group label .astrisk {
  color: red;
}

.form .form-group input[type="text"],
.form .form-group input[type="email"],
.form .form-group input[type="tel"],
.form .form-group textarea,
.form .form-group .form-control,
.form .elementor-field-group input[type="text"],
.form .elementor-field-group input[type="email"],
.form .elementor-field-group input[type="tel"],
.form .elementor-field-group .elementor-field {
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.03);
  min-height: 45px;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  padding: 5px 10px;
  min-height: 53px;
}

.form .form-group input[type="text"]:focus,
.form .form-group input[type="email"]:focus,
.form .form-group input[type="tel"]:focus,
.form .form-group textarea:focus,
.form .form-group .form-control:focus,
.form .elementor-field-group input[type="text"]:focus,
.form .elementor-field-group input[type="email"]:focus,
.form .elementor-field-group input[type="tel"]:focus,
.form .elementor-field-group .elementor-field:focus {
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #1796f0;
}

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("images/arrow-down.svg");
  background-position: right 15px center;
  background-repeat: no-repeat;
}

.form .btn,
.form .elementor-button {
  text-align: center;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  position: relative;
  background: #1796f0 !important;
  color: #ffffff;
  height: 50px;
  width: 100%;
  border-radius: 3px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form .btn:hover,
.form .elementor-button:hover {
  opacity: 0.8;
}

.form .btn:after {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: relative;
  opacity: 0;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  color: #ffffff;
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  margin-right: 6px;
  font-size: 20px;
  vertical-align: 0;
}

[dir="rtl"] .form .btn:after,
:lang(ar) .form .btn:after {
  content: "";
}

.form .btn:hover:after {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 1;
  left: 12px;
  vertical-align: 0;
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

[dir="rtl"] .form .btn:hover:after,
:lang(ar) .form .btn:hover:after {
  -webkit-transform: auto;
  transform: auto;
}

.checkbox-custom,
.wpcf7-list-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 !important;
  -webkit-margin-end: 20px;
  -moz-margin-end: 20px;
  margin-inline-end: 20px !important;
  margin-top: 5px !important;
}

.subspeciality .wpcf7-list-item {
  width: calc(50% - 20px);
}

.checkbox-custom input,
.wpcf7-list-item input {
  display: none;
}

.checkbox-custom input + label,
.wpcf7-list-item input + span {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px;
  font-size: 16px;
}

.checkbox-custom input + label:after,
.wpcf7-list-item input + span:after {
  width: 24px;
  height: 24px;
  border: 1px solid #616161;
  border-radius: 2px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

.checkbox-custom input + label:before,
.wpcf7-list-item input + span:before {
  content: "\f00c";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  top: 0;
  left: 4px;
  display: block;
  width: 16px;
  height: 8px;
  color: #ffffff;
  font-size: 16px;
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  z-index: 1;
}

.checkbox-custom input:checked + label:after,
.wpcf7-list-item input:checked + span:after {
  background: #4fbdff;
  -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2),
    0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.checkbox-custom input:checked + label:before,
.wpcf7-list-item input:checked + span:before {
  opacity: 1;
}

.checkbox-custom input:disabled:checked + label:after,
.wpcf7-list-item input:disabled:checked + span:after {
  background: #616161;
}

.file-area {
  width: 100%;
  position: relative;
}

.file-area + small {
  display: block;
  margin-top: 10px;
}

.file-area input[type="file"] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}

.file-area .file-container {
  width: 100%;
  padding: 50px 30px;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  border: 2px dashed rgba(97, 97, 97, 0.5);
  color: #616161;
}

.footer-social {
	margin-top: 50px;
}

.footer-social ul {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.footer-social::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.footer-social li a {
  display: block;
  font-size: 18px;
  line-height: 45px;
  height: 45px;
  width: 45px;
  margin-left: 10px;
  color: #4fbdff;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-align: center;
  background: #ffffff;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-social li a span {
  position: relative;
  z-index: 2;
  color: #4fbdff;
}

.footer-social li a svg {
  position: relative;
  z-index: 3;
  fill: #4fbdff !important;
  width: 28px;
  height: 28px;
}

.footer-social li a span:before {
  color: #ffffff;
}

.footer-social li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 50%;
  z-index: 1;
}

.footer-social li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  background: #1796f0;
  border-radius: 50%;
  z-index: 1;
}

.footer-social li a:hover {
  -webkit-animation-name: bubble2;
  animation-name: bubble2;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.footer-social li a:hover svg {
  fill: #fff !important;
}

.footer-social li a:hover::after {
  -webkit-animation-name: bubble;
  animation-name: bubble;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

/* .footer-social li.ssi-twitter a::before {
  background: rgba(114, 180, 255, 0.8);
}

.footer-social li.ssi-facebook a::before {
  background: rgba(75, 110, 185, 0.8);
}

.footer-social li.ssi-whatsapp a::before {
  background: rgba(37, 211, 102, 0.8);
}

.footer-social li.ssi-youtube a::before {
  background: #ff0000;
}

.footer-social li.ssi-linkedin a::before {
  background: rgba(81, 144, 195, 0.8);
}

.footer-social li.ssi-instagram a::before {
  background: #3f729b;
} */

@-webkit-keyframes bubble {
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bubble {
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes bubble2 {
  100% {
    color: #fff;
  }
}

@keyframes bubble2 {
  100% {
    color: #fff;
  }
}

footer {
  background: url(images/footer-bg.png) no-repeat left #56c1f2;
  background-size: cover;
  position: relative;
}

footer .footer--right {
/*   margin-top: 50px; */
}

footer .footer--right .footer-logo {
  max-width: 320px;
  margin-bottom: 25px;
}

footer .footer--right p {
  color: #ffffff;
  font-size: 24px;
  line-height: 44px;
  max-width: 90%;
}

footer .footer-content {
  padding: 50px 0;
}

footer .footer-content > .row {
  -webkit-box-flex: 60%;
  -moz-box-flex: 60%;
  -ms-flex: 60%;
  flex: 60%;
}

footer .footer-block {
  padding: 25px 0;
}

footer .footer-block h3 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 20px;
  position: relative;
}

footer .footer-block p {
  color: #ffffff;
  font-size: 15px;
  line-height: 32px;
}

footer .footer-block ul {
  margin-bottom: 0;
}

footer .footer-block ul li {
  list-style-type: none;
  margin-bottom: 12px;
}

footer .footer-block ul li a {
  color: #ffffff;
  font-weight: 400;
  line-height: 28px;
  font-size: 24px;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  right: 0;
  text-decoration: none;
  -webkit-padding-start: 10px;
  -moz-padding-start: 10px;
  padding-inline-start: 10px;
}

footer .footer-block ul li a:hover {
  right: -5px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #f8f8f8;
}

.vl {
  border-left: 2px solid #ffffff;
  height: 100%;
}
.testominals .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
}
.testominals .elementor-testimonial__image img {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  max-height: auto;
}

.swiper-pagination {
  bottom: -25px !important;
}

@media (max-width: 768px) {
  .testominals .swiper-slide {
    padding: 50px 25px !important;
    margin: 5px;
  }

  .subspeciality .wpcf7-list-item {
    width: calc(100% - 20px);
  }

  .features .content-left .box-item {
    flex-direction: row;
    text-align: start;
  }

  .features .box-item:first-child {
    right: 0 !important;
    left: 0 !important;
  }

  .features .box-item:last-child {
    right: 0 !important;
    left: 0 !important;
  }

  .features .show-box {
    display: none !important;
  }
}

.career-list .elementor-posts-container {
  display: flex;
  width: 100%;
}

.search .elementor-search-form {
  border: 2px solid #fff;
  border-radius: 4px;
  max-width: 500px;
  margin: auto;
  color: #fff;
}

.elementor-container {
  z-index: 2;
}

.wpcf7-checkbox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.wpcf7-checkbox .wpcf7-list-item {
  display: inline-block;
}

.file-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid rgba(97, 97, 97, 0.2);
  padding: 10px;
  margin: 10px 0;
  display: none;
}

.downloadApp {
	margin: 20px 0;
}
.downloadApp ul{
	display: flex;
	align-items: center;
}
.downloadApp li {
	margin: 5px;
}
.downloadApp li img {
	height: 50px;
}