/* Colors */
/* Functions */
/* Fonts */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLDz8V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLEj6V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLDD4V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLBT5V1s.ttf) format('truetype');
}
body {
  line-height: 1.5;
  --gutter-x: 15px;
  --gutter-x2: -15px;
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
}
body.modal-opened {
  overflow: hidden !important;
  width: 100%;
}
body.modal-opened header {
  background-color: #fff;
}
body main {
  overflow-x: clip;
}
body:not(.home) header {
  background-color: rgba(254, 254, 254, 0.6);
}
a.mobile-hamburger-menu {
  display: flex;
  z-index: 999;
  flex-direction: column;
  padding: 10px;
  width: 40px;
  height: 34px;
}
a.mobile-hamburger-menu .hamburger-menu {
  position: relative;
  transform: translateY(6px);
  background: #033655;
  transition: all 0ms 300ms;
  width: 20px;
  height: 2px;
}
a.mobile-hamburger-menu .hamburger-menu.animate {
  background: rgba(255, 255, 255, 0);
}
a.mobile-hamburger-menu .hamburger-menu.animate.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  background: #033655;
}
a.mobile-hamburger-menu .hamburger-menu.animate.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  background: #033655;
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
a.mobile-hamburger-menu .hamburger-menu:after,
a.mobile-hamburger-menu .hamburger-menu:before {
  width: 20px;
  height: 2px;
}
a.mobile-hamburger-menu .hamburger-menu:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  background: #033655;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
a.mobile-hamburger-menu .hamburger-menu:after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  background: #033655;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.gen-col-mb {
  margin-bottom: 30px;
}
#side-menu {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 998;
}
#side-menu .backdrop {
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  flex: 1;
  width: 100%;
  height: 100%;
}
#side-menu .content {
  padding: 80px 0 50px;
  width: 100%;
  background-color: #fff;
  box-shadow: -3px 0 10px 0 #00000026;
  margin-right: calc((50% + 56px) * -1);
  overflow-y: auto;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#side-menu .content.in {
  margin-right: 0;
}
#side-menu .content ul.menu {
  margin-bottom: 35px;
}
#side-menu .content ul.menu li.current-menu-item a {
  font-weight: 900;
}
#side-menu .content ul.menu li.opened.menu-item-has-children > a svg {
  transform: translateY(-50%) rotate(180deg);
}
#side-menu .content ul.menu li.opened > ul.sub-menu {
  max-height: 400px;
  overflow-y: auto;
}
#side-menu .content ul.menu li.menu-item-has-children > a svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  padding: 8px;
  right: 5px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: #000;
}
#side-menu .content ul.menu li a {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 16px;
  color: grey;
  font-size: 14px;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}
#side-menu .content ul.menu li ul.sub-menu {
  max-height: 0;
  overflow: hidden;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#side-menu .content ul.menu li ul.sub-menu li {
  background-color: gray;
}
#side-menu .content ul.menu li ul.sub-menu li a {
  color: #fff;
}
#side-menu .content ul.menu li ul.sub-menu li ul.sub-menu li {
  background-color: #999;
}
#side-menu .content ul.menu li ul.sub-menu li ul.sub-menu li a {
  border-bottom-color: #fff;
}
#side-menu .content ul.menu li ul.sub-menu li.menu-item-has-children > a svg {
  filter: invert(1);
}
#side-menu .content .lang-list li .name {
  margin-left: 10px;
}
#side-menu .content ul.social-menu {
  margin-bottom: 35px;
}
#side-menu .content ul.social-menu li {
  margin-right: 16px;
}
#side-menu .content ul.social-menu li:last-child {
  margin-right: 0;
}
#side-menu .content ul.social-menu li a {
  border: 1px solid #033655;
  padding: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  display: block;
}
#side-menu .content ul.social-menu li a svg {
  color: #033655;
}
#left-whatsapp {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
#left-whatsapp a {
  height: 52px;
  width: 52px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
  background: #58d164;
  /* Old browsers */
  background: -moz-linear-gradient(top, #58d164 0%, #2cb842 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #58d164 0%, #2cb842 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #58d164 0%, #2cb842 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
  /* IE6-9 */
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  -ms-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#left-whatsapp a:hover {
  padding-left: 5px;
  width: 57px;
}
#left-whatsapp a svg {
  color: #fff;
}
#mobile-footer-cta-buttons {
  padding-bottom: 14px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
#mobile-footer-cta-buttons:before {
  content: " ";
  height: 40px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #033655;
}
#mobile-footer-cta-buttons .row {
  --gutter-x: 4px;
  --gutter-x2: -4px;
}
#mobile-footer-cta-buttons .button-x {
  height: 52px;
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  padding: 0 5px;
  color: #fff;
}
#mobile-footer-cta-buttons .button-x.button-call {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
background: radial-gradient(#033655 0%, #0063a2 0%, #033655 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
  /* IE6-9 */
}
#mobile-footer-cta-buttons .button-x.button-whatsapp {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
  background: #58D164;
  /* Old browsers */
  background: -moz-linear-gradient(top, #58D164 0%, #2CB842 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #58D164 0%, #2CB842 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #58D164 0%, #2CB842 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
  /* IE6-9 */
}
#mobile-footer-cta-buttons .button-x svg {
  color: #fff;
}
#mobile-footer-cta-buttons .button-x span.text {
  margin-left: 12px;
  font-weight: 400;
  font-size: 14px;
}
.wpcf7-spinner {
  position: absolute;
  left: 20%;
  top: 50%;
  transform: translateY(-50%);
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: rgba(254, 254, 254, 0.3);
  backdrop-filter: blur(4px);
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
header.sticky {
  background-color: rgba(254, 254, 254, 0.8);
  border-bottom: 1px solid #dedede;
}
header .top-logo {
  display: block;
}
header .top-logo img {
  height: 60px;
  width: auto;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
header .web-lang {
  margin-left: 20px;
  cursor: pointer;
  z-index: 999;
}
header .web-lang > li {
  position: relative;
}
header .web-lang > li .lang-item {
  color: #fff;
  background-color: #0063a2;
  padding: 8px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  display: flex;
  align-items: center;
}
header .web-lang > li .lang-item .world {
  width: 28px;
  height: 28px;
}
header .web-lang > li .lang-item:after {
  content: ' ';
  margin-left: 8px;
  border: 5px solid;
  transform: translateY(50%);
  border-color: #fff transparent transparent transparent;
}
header .web-lang > li:hover > ul.sub-menu {
  z-index: 15;
  opacity: 1;
  top: 100%;
  pointer-events: initial;
}
header .web-lang li ul.sub-menu {
  display: initial;
  opacity: 0;
  position: absolute;
  z-index: 9;
  top: 80%;
  margin-top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  border: 1px solid #0063a2;
  pointer-events: none;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
header .web-lang li ul.sub-menu::after {
  content: '';
  width: 100%;
  height: 20px;
  position: absolute;
  top: -20px;
  background: None;
  left: 0;
  z-index: 0;
}
header .web-lang li ul.sub-menu:before {
  content: ' ';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
  border: 10px solid;
  border-color: transparent transparent #0063a2 transparent;
}
header .web-lang li ul.sub-menu li {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #0063a2;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #fff;
}
header .web-lang li ul.sub-menu li:last-child {
  border-bottom: 0;
}
header .web-lang li ul.sub-menu li:hover {
  background-color: #e6e6e6;
}
header .web-lang li ul.sub-menu li a {
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
  color: #0063a2;
  margin: 0;
  padding: 10px 10px 10px 20px;
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
header .web-lang li ul.sub-menu li a img {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
header .top-menu {
  display: flex;
}
header .top-menu > li > a {
  display: block;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  color: #000;
  padding: 40px 20px;
}
header .top-menu .current-menu-item > a {
  color: #033655;
}
header .top-menu li {
  position: relative;
}
header .top-menu li:hover > ul.sub-menu {
  z-index: 15;
  opacity: 1;
  top: 100%;
  pointer-events: initial;
}
header .top-menu li ul.sub-menu {
  display: initial;
  opacity: 0;
  position: absolute;
  z-index: 9;
  top: 100%;
  left: 50%;
  margin-top: 10px;
  transform: translateX(-50%);
  background-color: #ffffff;
  border: 1px solid #2b2b2b;
  pointer-events: none;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
header .top-menu li ul.sub-menu::after {
  content: '';
  width: 100%;
  height: 30px;
  position: absolute;
  top: -20px;
  background: None;
  left: 0;
  z-index: 0;
}
header .top-menu li ul.sub-menu:before {
  content: ' ';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
  border: 10px solid;
  border-color: transparent transparent #033655 transparent;
}
header .top-menu li ul.sub-menu li {
  padding: 0;
  margin: 0;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
header .top-menu li ul.sub-menu li:hover {
  background-color: #e6e6e6;
}
header .top-menu li ul.sub-menu li:hover > ul.sub-menu {
  opacity: 1;
  top: 0;
  pointer-events: initial;
}
header .top-menu li ul.sub-menu li:after {
  display: none;
}
header .top-menu li ul.sub-menu li a {
  white-space: nowrap;
  color: #000;
  margin: 0;
  padding: 10px 40px 10px 20px;
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
}
header .top-menu li ul.sub-menu li ul.sub-menu {
  left: 100%;
  margin: 0;
  transform: translateX(0);
}
header .top-menu li ul.sub-menu li ul.sub-menu:before {
  display: none;
}
.section-title-area {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-top-title {
  font-size: 22px;
  font-weight: 600;
  color: #0063a2;
  line-height: 1.2;
}
.section-title {
  font-size: 36px;
  font-weight: 600;
  color: #033655;
  line-height: 1.2;
}
#home-slider {
  position: relative;
  margin-bottom: 80px;
}
#home-slider img {
  height: 100%;
}
#home-slider .owl-nav {
  margin: 0;
  position: absolute;
  left: 15%;
  bottom: 10%;
}
#home-slider .owl-nav button {
  z-index: 8;
  border: none;
  background-color: #0063a2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#home-slider .owl-nav button svg {
  width: 50px;
  height: 50px;
  color: #fff;
}
#home-slider .owl-nav button:hover {
  background-color: #033655;
}
#home-quality-area {
  padding: 60px 0;
  --gutter-x: 25px;
  --gutter-x2: -25px;
}
#home-quality-area .quality-box {
  padding: 5px;
  background: linear-gradient(to right, #033655, #fff, #033655);
  height: 100%;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  border-radius: 45px;
}
#home-quality-area .quality-box .box-inner {
  background-color: #fff;
  height: 100%;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  padding: 40px 15px;
}
#home-quality-area .quality-box .box-image {
  margin-right: 20px;
}
#home-quality-area .quality-box .box-image img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}
#home-quality-area .quality-box .box-title {
  font-size: 22px;
  font-weight: 600;
  color: #033655;
  margin-bottom: 10px;
}
#home-quality-area .quality-box .box-text {
  font-size: 18px;
  color: #033655;
}
#home-about-us {
  padding: 60px 0;
  margin-bottom: 60px;
}
#home-about-us .about-img {
  -webkit-border-radius: 75px;
  -moz-border-radius: 75px;
  -ms-border-radius: 75px;
  border-radius: 75px;
}
#home-about-us .about-text-area {
  text-align: center;
}
#home-about-us .about-text-area .about-top-title {
  margin-bottom: 5px;
}
#home-about-us .about-text-area .about-title {
  margin-bottom: 25px;
}
#home-about-us .about-text-area .about-text {
  font-size: 18px;
  color: #4E4E4E;
}
#home-form-area {
  position: relative;
  background: radial-gradient(closest-side at 50% 50%, #033655 0%, #FAFAFA 0%, #0063a2 66%, #033655 100%);
  padding: 40px 0;
  margin-bottom: 60px;
}
#home-form-area .form-area {
  --gutter-x: 50px;
  --gutter-x2: -50px;
}
#home-form-area .form-area .section-title-area {
  margin-bottom: 40px;
}
#home-form-area .form-area .section-title {
  color: #fff;
}
#home-form-area .form-area form .wpcf7-not-valid-tip {
  color: #fff;
  margin-top: 5px;
}
#home-form-area .form-area form .wpcf7-response-output {
  border-color: #fff;
  color: #fff;
  margin: 10px 0;
  padding: 5px 10px;
}
#home-form-area .form-area .input-area {
  margin-bottom: 25px;
}
#home-form-area .form-area .input-area .form-in {
  background-color: rgba(255, 255, 255, 0.45);
  border: none;
  color: #fff;
  padding: 30px 40px;
  width: 100%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  font-size: 18px;
  line-height: 1;
}
#home-form-area .form-area .input-area .form-in::placeholder {
  font-family: 'Poppins', sans-serif;
  color: #fff;
}
#home-form-area .form-area .input-area textarea {
  height: 180px;
}
#home-form-area .form-area .form-button {
  border: none;
  padding: 30px;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #000;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#home-form-area .form-area .form-button:hover {
  opacity: 0.6;
}
#home-services-area {
  padding: 60px 0;
}
#home-services-area .owl-stage-outer {
  overflow: visible;
  overflow-x: clip;
}
#home-services-area .section-title-area {
  margin-bottom: 60px;
}
#home-services-area .service-card {
  position: relative;
  -webkit-border-radius: 48px 0 60px 0;
  -moz-border-radius: 48px 0 60px 0;
  -ms-border-radius: 48px 0 60px 0;
  border-radius: 48px 0 60px 0;
  overflow: hidden;
}
#home-services-area .service-card .card-title {
  color: #fff;
  line-height: 1.2;
  font-weight: 600;
  font-size: 20px;
}
#home-services-area .service-card .card-text {
  font-size: 16px;
  color: #fff;
  margin-bottom: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#home-services-area .service-card .card-btn {
  padding: 5px 25px;
  font-size: 16px;
  color: #0063a2;
  background-color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  width: max-content;
  font-weight: 600;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#home-services-area .service-card .card-btn:hover {
  background-color: #033655;
  color: #fff;
}
#home-services-area .service-card .card-front {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-border-radius: 80px 0 0 0;
  -moz-border-radius: 80px 0 0 0;
  -ms-border-radius: 80px 0 0 0;
  border-radius: 80px 0 0 0;
  padding: 20px 60px;
  text-align: center;
  background-color: rgba(3, 54, 85, 0.6);
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#home-services-area .service-card .card-back {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  padding: 20px 10%;
  background-color: rgba(3, 54, 85, 0.75);
  text-align: center;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
}
#home-services-area .service-card .card-back .card-title {
  margin-bottom: 20px;
}
#home-services-area .service-card .card-back .card-text {
  margin-bottom: 25px;
}
#home-services-area .service-card:hover .card-front {
  opacity: 0;
}
#home-services-area .service-card:hover .card-back {
  opacity: 1;
}
#home-services-area .owl-nav {
  margin: 0;
}
#home-services-area .owl-nav button {
  margin: 0;
  z-index: 8;
  border: 3px solid #0063a2;
  background-color: #fff;
  color: #0063a2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#home-services-area .owl-nav button svg {
  width: 50px;
  height: 50px;
}
#home-services-area .owl-nav button:hover {
  background-color: #0063a2;
  color: #fff;
}
#home-services-area .owl-nav button.owl-prev {
  left: -7%;
}
#home-services-area .owl-nav button.owl-next {
  right: -7%;
}
#mutli-section {
  background: url('../../imgs/bg-decor.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#home-doctors-area {
  margin: 80px 0 100px;
  padding: 60px 0;
}
#home-doctors-area .doctor-col:nth-child(even) {
  transform: translateY(100px);
}
#home-doctors-area .section-title-area .section-title {
  margin-bottom: 20px;
}
#home-doctors-area .doctor-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 2px 9px 35px #0000000D;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  padding: 0 50px 50px;
  height: 100%;
  text-align: center;
  background-color: #fff;
}
#home-doctors-area .doctor-box .box-image-wrapper {
  padding: 0 10px;
}
#home-doctors-area .doctor-box .box-image-wrapper .box-image {
  aspect-ratio: 1 / 1;
  margin-bottom: 20px;
  object-fit: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-top: -80px;
  width: 100%;
}
#home-doctors-area .doctor-box .box-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #4E4E4E;
}
#home-doctors-area .doctor-box .box-text {
  font-size: 18px;
  color: #4E4E4E;
}
#home-data-area {
  padding: 60px 0;
  --gutter-x: 0px;
  --gutter-x2: 0px;
}
#home-data-area .data-col:first-child .data-box .box-dot::after {
  transform: none;
}
#home-data-area .data-col:last-child .data-box .box-dot::after {
  left: unset;
  right: 0;
  transform: none;
}
#home-data-area .data-box {
  text-align: center;
  overflow: hidden;
}
#home-data-area .data-box .box-image-wrapper {
  padding: 25px;
  background-color: #033655;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 20px;
}
#home-data-area .data-box .box-image-wrapper img {
  width: 80px;
  height: 80px;
  display: block;
}
#home-data-area .data-box .box-number {
  margin-bottom: 20px;
  font-size: 28px;
  color: #033655;
  font-weight: 900;
  line-height: 1.2;
}
#home-data-area .data-box .box-dot {
  width: 12px;
  height: 12px;
  background-color: #033655;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  margin-bottom: 30px;
}
#home-data-area .data-box .box-dot::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateX(-50%);
  width: 40vw;
  background-color: #033655;
  height: 2px;
}
#home-data-area .data-box .box-text {
  font-size: 18px;
  font-weight: 500;
  color: #033655;
}
#home-before-after {
  background-color: #F5F5F5;
  padding: 60px 0;
}
#home-before-after .section-title-area {
  margin-bottom: 80px;
}
#home-before-after .slider-item img {
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  border-radius: 60px;
}
#home-before-after .owl-nav {
  margin: 0;
}
#home-before-after .owl-nav button {
  z-index: 8;
  margin: 0;
  border: 3px solid #0063a2;
  background-color: #fff;
  color: #0063a2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#home-before-after .owl-nav button svg {
  width: 50px;
  height: 50px;
}
#home-before-after .owl-nav button:hover {
  background-color: #0063a2;
  color: #fff;
}
#home-before-after .owl-nav button.owl-prev {
  left: -7%;
}
#home-before-after .owl-nav button.owl-next {
  right: -7%;
}
#home-faq-area {
  background-color: #F5F5F5;
  padding: 60px 0;
}
#home-faq-area .faq-area .section-title-area {
  margin-bottom: 20px;
}
#home-faq-area .faq-area .faq-item {
  margin-bottom: 20px;
}
#home-faq-area .faq-area .faq-item .item-top {
  position: relative;
  padding: 15px 40px 15px 20px;
  background-color: #fff;
  border: 2px solid #033655;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  cursor: pointer;
}
#home-faq-area .faq-area .faq-item .item-top .item-title {
  font-size: 22px;
  color: #000;
  font-weight: 500;
}
#home-faq-area .faq-area .faq-item .item-top .item-icon {
  position: absolute;
  color: #033655;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  right: 12px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#home-faq-area .faq-area .faq-item .item-bottom {
  background-color: #fff;
  overflow: hidden;
  height: 0;
  padding: 0 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#home-faq-area .faq-area .faq-item .item-bottom .item-text {
  color: #000;
  font-size: 18px;
}
#home-faq-area .faq-area .faq-item.opened .item-top .item-icon {
  transform: translateY(-50%) rotate(90deg);
}
#home-faq-area .faq-area .faq-item.opened .item-bottom {
  padding: 15px 20px;
  margin-top: 10px;
  height: auto;
}
#home-faq-area .section-img-wrapper {
  position: relative;
}
#home-faq-area .section-img-wrapper::before {
  content: '';
  width: 50%;
  height: 50%;
  top: 50%;
  background-color: #033655;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  border-radius: 60px;
  position: absolute;
  right: 0;
  transform: translate(50%, -50%) rotate(45deg);
  z-index: 1;
}
#home-faq-area .section-img-wrapper img {
  position: relative;
  z-index: 2;
}
#home-comments-area {
  padding: 60px 0 100px;
  background-color: #F5F5F5;
}
#home-comments-area .owl-stage-outer {
  overflow: visible;
}
#home-comments-area .center .comment-box {
  transform: scale(1.1);
}
#home-comments-area .comment-box {
  position: relative;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  border-radius: 45px;
  background-color: #fff;
  padding: 30px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#home-comments-area .comment-box .comma-image {
  position: absolute;
  right: 45px;
  top: 25px;
  width: 50px;
  height: auto;
}
#home-comments-area .comment-box .box-image {
  width: 170px;
  height: 170px;
  object-fit: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-right: 40px;
}
#home-comments-area .comment-box .box-text-area .box-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #000;
}
#home-comments-area .comment-box .box-text-area .box-text {
  font-size: 18px;
  color: #000;
  margin-bottom: 5px;
}
#home-comments-area .comment-box .box-text-area .star-image {
  width: 180px;
  height: auto;
}
#home-comments-area .owl-nav {
  margin-top: 60px;
  gap: 40px;
  display: flex;
  justify-content: center;
}
#home-comments-area .owl-nav button {
  z-index: 8;
  border: 3px solid #0063a2;
  background-color: #fff;
  color: #0063a2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#home-comments-area .owl-nav button svg {
  width: 50px;
  height: 50px;
}
#home-comments-area .owl-nav button:hover {
  background-color: #0063a2;
  color: #fff;
}
footer {
  overflow-x: clip;
}
footer .footer-top {
  background-color: #033655;
  padding: 90px 0;
  position: relative;
}
footer .footer-top .footer-decor {
  position: absolute;
  height: 80%;
  width: auto;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.23;
}
footer .footer-top .footer-logo {
  display: block;
}
footer .footer-top .footer-logo img {
  width: 250px;
  height: auto;
  max-width: 100%;
}
footer .footer-top .footer-title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
}
footer .footer-top .footer-contacts .footer-contact {
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
  display: block;
  font-weight: 500;
}
footer .footer-top .footer-contacts .footer-contact:last-child {
  margin: 0;
}
footer .footer-top .footer-socials {
  margin-top: 20px;
}
footer .footer-top .footer-socials li {
  margin: 5px;
}
footer .footer-top .footer-socials li a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #fff;
  color: #fff;
  padding: 4px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
footer .footer-top .footer-socials li a svg {
  height: 28px;
  width: 28px;
}
footer .footer-top .footer-socials li a:hover {
  background-color: #fff;
  color: #033655;
}
footer .footer-top .footer-form-area {
  padding: 30px 40px 50px 30px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
footer .footer-top .footer-form-area .form-title {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}
footer .footer-top .footer-form-area .form-area {
  position: relative;
}
footer .footer-top .footer-form-area .form-area .wpcf7-not-valid-tip {
  display: none;
}
footer .footer-top .footer-form-area .form-area .wpcf7 form.invalid .wpcf7-response-output,
footer .footer-top .footer-form-area .form-area .wpcf7 form.unaccepted .wpcf7-response-output,
footer .footer-top .footer-form-area .form-area .wpcf7 form.payment-required .wpcf7-response-output {
  position: absolute;
  top: 100%;
  background-color: #fff;
  margin: 10px 0 0;
  border: none;
  font-size: 14px;
  width: 100%;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeIn;
  color: #033655;
  animation-delay: 0.3s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
footer .footer-top .footer-form-area .form-area .input-area {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 4px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  justify-content: space-between;
}
footer .footer-top .footer-form-area .form-area .input-area .form-in {
  margin-bottom: 0;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  border-radius: 26px;
  padding: 16px 24px;
  width: 100%;
  border: none;
  color: #4E4E4E;
  font-size: 14px;
}
footer .footer-top .footer-form-area .form-area .input-area .form-in::placeholder {
  color: #B3B3B3;
}
footer .footer-top .footer-form-area .form-area .input-area .form-button-area {
  position: relative;
}
footer .footer-top .footer-form-area .form-area .input-area .form-button-area svg {
  position: absolute;
  width: 32px;
  height: 32px;
  background-color: rgba(255, 255, 255, 0.45);
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  pointer-events: none;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
}
footer .footer-top .footer-form-area .form-area .input-area .form-button-area .footer-form-button {
  cursor: pointer;
  background-color: #033655;
  border: none;
  padding: 12px 48px 12px 36px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  border-radius: 26px;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
footer .footer-top .footer-form-area .form-area .input-area .form-button-area .footer-form-button:hover {
  background-color: #0063a2;
}
footer .footer-bottom {
  padding: 20px 0;
  background-color: #fff;
}
footer .footer-bottom .copyright {
  font-size: 14px;
  color: #033655;
}
#sidebar-area .sidebar-form-area {
  background: radial-gradient(closest-side at 50% 50%, #033655 0%, #FAFAFA 0%, #0063a2 66%, #033655 100%);
  padding: 40px 20px 32px;
}
#sidebar-area .sidebar-form-area .form-title-area {
  margin-bottom: 40px;
}
#sidebar-area .sidebar-form-area .form-title-area .text {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
#sidebar-area .sidebar-form-area .wpcf7-not-valid-tip {
  color: #fff !important;
}
#sidebar-area .sidebar-form-area form .row {
  --gutter-x: 10px;
  --gutter-x2: -10px;
}
#sidebar-area .sidebar-form-area form [class*="col-"] {
  margin: 10px 0;
}
#sidebar-area .sidebar-form-area form .form-control {
  border: 1px solid grey;
  padding: 0 20px;
  margin-bottom: 5px;
  font-size: 16px;
  color: #000;
  width: 100%;
  height: 64px;
  border: none;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#sidebar-area .sidebar-form-area form .form-control::placeholder {
  color: #555555;
}
#sidebar-area .sidebar-form-area form .form-control:focus {
  border-color: #033655;
}
#sidebar-area .sidebar-form-area form textarea.form-control {
  font-family: 'Poppins', sans-serif;
  padding-top: 15px;
  padding-bottom: 15px;
  height: 150px;
}
#sidebar-area .sidebar-form-area .button-white {
  cursor: pointer;
  border: 0;
  border: 1px solid #fff;
  color: #fff;
  display: block;
  padding: 20px 50px;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  width: 100%;
  background-color: #033655;
  -webkit-appearance: none;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#sidebar-area .sidebar-form-area .button-white:hover {
  color: #033655;
  background-color: #fff;
}
#sidebar-area .sidebar-form-area .wpcf7-response-output {
  margin: 0px;
  color: #fff !important;
  padding: 12px;
}
#post-detail {
  padding-bottom: 120px;
  font-family: 'Poppins', sans-serif;
}
#post-detail .img-20 {
  margin-bottom: 20px;
}
#post-detail.contact-page .post-content .contact-items {
  margin-bottom: 60px;
}
#post-detail.contact-page .post-content .contact-items .contact-col {
  margin-bottom: 20px;
}
#post-detail.contact-page .post-content .contact-items .c-item {
  height: 100%;
  background-color: #fff;
  box-shadow: 0 1px 10px 0 #0000000c;
  padding: 48px 24px 84px;
  color: #033655;
  line-height: 34px;
  position: relative;
}
#post-detail.contact-page .post-content .contact-items .c-item .title {
  font-weight: 700;
  font-size: 24px;
  color: #033655;
}
#post-detail.contact-page .post-content .contact-items .c-item .value {
  font-size: 16px;
  color: #033655;
}
#post-detail.contact-page .post-content .contact-items .c-item .value p {
  margin: 0;
}
#post-detail.contact-page .post-content .contact-items .c-item a.value {
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#post-detail.contact-page .post-content .contact-items .c-item a.value:hover {
  color: #033655;
}
#post-detail.contact-page .post-content .contact-items .c-item .icon {
  position: absolute;
  right: 24px;
  bottom: 24px;
}
#post-detail.contact-page .post-content .contact-items .c-item .icon svg {
  color: #033655;
  width: 60px;
  height: 60px;
}
#post-detail.contact-page .post-content iframe {
  width: 100%;
  height: 500px;
  overflow: hidden;
}
#post-detail .post-header {
  overflow: hidden;
  margin-bottom: 40px;
  background: radial-gradient(closest-side at 50% 50%, #033655 0%, #FAFAFA 0%, #0063a2 66%, #033655 100%);
}
#post-detail .post-header .post-title {
  padding: 150px 0 50px;
  font-weight: 700;
  color: #fff;
  font-size: 48px;
  line-height: 1.2;
  width: 100%;
  text-align: center;
}
#post-detail .post-content {
  font-size: 16px;
  color: #4E4E4E;
  line-height: 1.5;
}
#post-detail .post-content p,
#post-detail .post-content ul,
#post-detail .post-content ol {
  margin: 25px 0;
}
#post-detail .post-content h1 {
  font-size: 28px;
}
#post-detail .post-content h2 {
  font-size: 24px;
}
#post-detail .post-content h3 {
  font-size: 20px;
}
#post-detail .post-content h4,
#post-detail .post-content h5 {
  font-size: 16px;
}
#post-detail .post-content h1,
#post-detail .post-content h2,
#post-detail .post-content h3,
#post-detail .post-content h4 {
  margin: 25px 0;
  line-height: 1.2;
}
#post-detail .post-content ol {
  list-style: decimal!important;
  padding-left: 20px;
}
#post-detail .post-content ul {
  padding-left: 20px;
}
#post-detail .post-content ul li {
  list-style: disc;
}
#post-detail .post-content p img {
  margin-bottom: 20px;
}
#post-detail .post-content a {
  color: #033655;
  font-weight: 600;
}
#post-detail .post-content img {
  max-width: 100%;
  height: auto;
}
#post-detail .post-content table {
  border-collapse: collapse;
  margin-bottom: 20px;
  border: 1px solid #000;
  color: #000;
  width: 100%;
}
#post-detail .post-content table tr {
  border: 1px solid #000;
  width: 100%;
}
#post-detail .post-content table th,
#post-detail .post-content table td {
  text-align: left;
  padding: 8px;
  border: 1px solid #000;
}
#post-detail #archive-area {
  --gutter-x: 10px;
  --gutter-x2: -10px;
}
#post-detail #archive-area .archive-list [class*="col-"] {
  margin-bottom: 20px;
}
#post-detail #archive-area .archive-list .archive-card {
  background-color: #fff;
  border: solid 2px #ebf0f2;
  min-height: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#post-detail #archive-area .archive-list .archive-card .card-thumb {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
#post-detail #archive-area .archive-list .archive-card .card-text-area {
  text-align: center;
  padding: 20px 15px;
}
#post-detail #archive-area .archive-list .archive-card .card-text-area .card-title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
}
#post-detail #archive-area .archive-list .archive-card .card-text-area .card-text {
  color: #000;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pagination {
  margin-top: 40px;
  display: block;
  width: 100%;
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination ul li {
  color: #0063a2;
  margin-right: 8px;
}
.pagination ul li:last-child {
  margin-right: 0;
}
.pagination ul li:hover a {
  color: #033655;
}
.pagination ul li.active a {
  border-color: #033655;
  background-color: #033655;
  color: #fff;
  font-weight: 700;
}
.pagination ul li span,
.pagination ul li a {
  border: solid 1px #e4e4e4;
  background-color: #f4f4f4;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination ul li a {
  color: #939393;
  font-size: 16px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
