/* Colors */
/* 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');
}
/* Functions */
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 main {
  overflow-x: clip;
}
a.mobile-hamburger-menu {
  display: flex;
  z-index: 999999;
  flex-direction: column;
  padding: 10px;
  width: 40px;
  height: 34px;
}
a.mobile-hamburger-menu .hamburger-menu {
  position: relative;
  transform: translateY(6px);
  background: #000;
  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: #093D4A;
}
a.mobile-hamburger-menu .hamburger-menu.animate.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  background: #093D4A;
  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: #093D4A;
  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: #093D4A;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
html {
  scroll-behavior: smooth;
}
.gen-col-mb {
  margin-bottom: 32px;
}
.pagination {
  margin-top: 40px;
  display: block;
  width: 100%;
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination ul li {
  color: #218AA5;
  margin-right: 8px;
}
.pagination ul li:last-child {
  margin-right: 0;
}
.pagination ul li:hover a {
  color: #093D4A;
}
.pagination ul li.active a {
  border-color: #093D4A;
  background-color: #093D4A;
  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;
}
#side-menu {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999;
}
#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: 75%;
  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-top: 20px;
}
#side-menu .content ul.social-menu li {
  margin: 4px;
}
#side-menu .content ul.social-menu li a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #093D4A;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#side-menu .content ul.social-menu li a svg {
  color: #093D4A;
}
#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: #093D4A;
}
#mobile-footer-cta-buttons .row {
  --gutter-x: 4px;
  --gutter-x2: -4px;
}
#mobile-footer-cta-buttons .button-x {
  height: 52px;
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  padding: 0 20px;
  color: #fff;
}
#mobile-footer-cta-buttons .button-x.button-call {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
  background: #218AA5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #218AA5 0%, #1a778f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #218AA5 0%, #1a778f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #218AA5 0%, #1a778f 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.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%);
}
.wpcf7-phonetext{
    padding-left: 50px !important;
    
}
.wpcf7-phonetext .selected-flag{
        width: 50px !important;
    }
#sidebar-area {
  position: relative;
}
#sidebar-area .sidebar-form-area {
  background-color: #218AA5;
  padding: 72px 50px 90px;
  -webkit-border-radius: 72px;
  -moz-border-radius: 72px;
  -ms-border-radius: 72px;
  border-radius: 72px;
}
#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: #093D4A;
}
#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 {
  display: block;
  cursor: pointer;
  color: #fff;
  padding: 20px;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  width: 100%;
  background: linear-gradient(93deg, #218AA5 0%, #093D4A 100%);
  border: 2px solid #FFFFFF;
  -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: #093D4A;
  background: #fff;
}
#sidebar-area .sidebar-form-area .wpcf7-response-output {
  margin: 0px;
  color: #fff !important;
  padding: 12px;
}
#sidebar-area .sidebar-decor {
  position: absolute;
  left: 90%;
  top: -80px;
  width: 14vw;
  height: auto;
}
header .h-top {
  padding: 40px 0;
}
header .h-top .web-lang {
  margin-left: 20px;
  cursor: pointer;
  z-index: 999;
}
header .h-top .web-lang > li {
  background-color: #093D4A;
  padding: 12px 20px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  box-shadow: 0 0 49px 0 rgba(0, 0, 0, 0.04);
}
header .h-top .web-lang > li svg {
  margin-left: 32px;
  width: 20px;
  height: 20px;
}
header .h-top .web-lang > li:hover > ul.sub-menu {
  z-index: 15;
  opacity: 1;
  top: 100%;
  pointer-events: initial;
}
header .h-top .web-lang li ul.sub-menu {
  display: initial;
  opacity: 0;
  position: absolute;
  z-index: 9;
  top: 80%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  background-color: #093D4A;
  pointer-events: none;
  border: 1px solid #218AA5;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
header .h-top .web-lang li ul.sub-menu::after {
  content: '';
  width: 100%;
  height: 20px;
  position: absolute;
  top: -20px;
  background: None;
  left: 0;
  z-index: 0;
}
header .h-top .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 #218AA5 transparent;
}
header .h-top .web-lang li ul.sub-menu li {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #218AA5;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
header .h-top .web-lang li ul.sub-menu li:last-child {
  border-bottom: 0;
}
header .h-top .web-lang li ul.sub-menu li:hover {
  background-color: #218AA5;
}
header .h-top .web-lang li ul.sub-menu li a {
  white-space: nowrap;
  font-size: 14px;
  color: #fff;
  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 .h-top .web-lang li ul.sub-menu li a img {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
header .h-bottom {
  background-color: #093D4A;
}
header .h-bottom .area-inner {
  position: relative;
  padding-left: 120px;
}
header .top-logo {
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0;
}
header .top-logo img {
  width: 220px;
  height: auto;
}
header .top-menu {
  display: flex;
  position: relative;
}
header .top-menu > li > a {
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  padding: 30px 10px;
  white-space: nowrap;
  text-align: center;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
header .top-menu > li:hover > a {
  opacity: 0.6;
}
header .top-menu > li.mega-menu {
  position: unset;
}
header .top-menu > li.mega-menu > ul.sub-menu {
  display: flex;
  flex-wrap: wrap;
}
header .top-menu > li.mega-menu > ul.sub-menu li {
  width: 33.33%;
}
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: 110%;
  left: 0;
  background-color: #093D4A;
  pointer-events: none;
  border: 1px solid #218AA5;
  -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 {
  padding: 0;
  margin: 0;
  margin-top: -1px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  border-bottom: 1px solid #218AA5;
}
header .top-menu li ul.sub-menu li:last-child {
  border: none;
}
header .top-menu li ul.sub-menu li:hover {
  background-color: #218AA5;
}
header .top-menu li ul.sub-menu li:hover > ul.sub-menu {
  opacity: 1;
  left: 100%;
  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: #fff;
  margin: 0;
  font-size: 12px;
  padding: 10px 40px 10px 20px;
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
header .top-menu li ul.sub-menu li ul.sub-menu {
  margin: 0;
  left: 90%;
  top: 0;
  transform: translateX(0);
}
header .top-menu li ul.sub-menu li ul.sub-menu:before {
  display: none;
}
header .search-form {
  position: relative;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  border-radius: 22px;
}
header .search-form .form-input {
  padding: 12px 40px 12px 20px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  border-radius: 22px;
  border: none;
  font-size: 18px;
  color: #093D4A;
  width: 160px;
}
header .search-form .form-input::placeholder {
  font-size: 18px;
  color: #093D4A;
}
header .search-form .s-button {
  position: absolute;
  border: none;
  background-color: transparent;
  color: #093D4A;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  padding: 4px;
  cursor: pointer;
}
header .search-form .s-button svg {
  width: 24px;
  height: 24px;
}
#home-slider {
  position: relative;
}
#home-slider .owl-nav {
  margin: 0;
}
#home-slider .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 8;
  border: none;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: #093D4A;
}
#home-slider .owl-nav button svg {
  width: 50px;
  height: 50px;
}
#home-slider .owl-nav button:hover {
  background-color: #fff;
}
#home-slider .owl-nav .owl-prev {
  left: 5%;
}
#home-slider .owl-nav .owl-next {
  right: 5%;
}
#home-services-area {
  padding: 60px 0;
  position: relative;
  z-index: 2;
}
#home-services-area .service-area-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#home-services-area .service-area-card .card-icon {
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: 2;
  width: max-content;
}
#home-services-area .service-area-card .card-icon img {
  object-fit: contain;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  background-color: #218AA5;
  padding: 20px;
}
#home-services-area .service-area-card .card-icon::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  left: 0;
  top: -20px;
  background-color: #093D4A;
  z-index: -2;
}
#home-services-area .service-area-card .card-title {
  padding: 20px 0;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #218AA5;
  line-height: 1.2;
}
#home-services-area .service-area-card:hover {
  margin-top: -40px;
}
.section-mini-title {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
}
.section-title {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 600;
}
.section-title.lined::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #218AA5;
  height: 1px;
  transform: translateY(50%);
}
.section-title.lined::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  right: -2px;
  bottom: 0;
  background-color: #218AA5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  transform: translateY(50%);
}
.gen-button {
  background: linear-gradient(93deg, #218AA5 0%, #093D4A 100%);
  background-size: 100% 100%;
  background-position: center center;
  color: #fff;
  display: block;
  cursor: pointer;
  font-size: 18px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  border-radius: 14px;
  width: max-content;
  min-width: 200px;
  padding: 15px;
  line-height: 1;
  text-align: center;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  max-width: 100%;
}
.gen-button:hover {
  background-size: 200% 100%;
  background-position: 100% center;
}
#home-aboutus {
  --gutter-x: 20px;
  --gutter-x2: -20px;
  position: relative;
  z-index: 1;
  margin-top: -100px;
  padding: 240px 0 180px;
  background: url('../../imgs/retouch-arka-plan.png');
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
#home-aboutus .bg-decor {
  position: absolute;
  left: 0;
  width: 15vw;
  height: auto;
}
#home-aboutus .about-text-area .section-mini-title {
  color: #218AA5;
  margin-bottom: 5px;
}
#home-aboutus .about-text-area .section-title {
  color: #218AA5;
  margin-bottom: 20px;
}
#home-aboutus .about-text-area .about-text {
  font-size: 18px;
  color: #4E4E4E;
  line-height: 1.2;
}
#home-aboutus .about-text-area .about-text p {
  margin: 15px 0;
}
#home-aboutus .about-text-area .about-button {
  margin-top: 20px;
}
#home-form-area {
  margin-top: -80px;
  position: relative;
  z-index: 2;
  padding: 0 4%;
}
#home-form-area .form-outer {
  background-color: #218AA5;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  -ms-border-radius: 70px;
  border-radius: 70px;
  padding: 40px 0 60px;
}
#home-form-area .form-area .form-title {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
#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: #093D4A;
  color: #fff;
  margin: 10px 0;
  padding: 5px 10px;
}
#home-form-area .form-area .input-area {
  margin-bottom: 20px;
}
#home-form-area .form-area .input-area .form-in {
  background-color: #fff;
  border: none;
  color: #218AA5;
  padding: 30px;
  width: 100%;
  font-size: 18px;
  line-height: 1;
}
#home-form-area .form-area .input-area .form-in::placeholder {
  font-family: 'Poppins', sans-serif;
  color: #218AA5;
}
#home-form-area .form-area .input-area textarea {
  height: 176px;
}
#home-form-area .form-area .form-button {
  padding: 30px;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background: linear-gradient(93deg, #218AA5 0%, #093D4A 100%);
  border: 2px solid #FFFFFF;
  cursor: pointer;
  background-size: 200% 200%;
  background-position: center;
  -webkit-appearance: none;
  -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 {
  background-position: 100% 100%;
}
.gen-service-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  -webkit-border-radius: 64px;
  -moz-border-radius: 64px;
  -ms-border-radius: 64px;
  border-radius: 64px;
  overflow: hidden;
}
.gen-service-card .card-text-area {
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #E0EBEE;
  align-items: center;
  text-align: center;
  padding: 25px 20px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.gen-service-card .card-text-area .card-title {
  font-size: 18px;
  color: #218AA5;
  font-weight: 600;
  margin-bottom: 20px;
}
.gen-service-card .card-text-area .card-text {
  color: #383B3C;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.gen-service-card .card-text-area .card-button {
  margin-top: 10px;
}
.gen-service-card:hover .card-text-area {
  background-color: rgba(33, 139, 165, 0.36);
}
#home-services {
  padding: 80px 0;
}
#home-services .section-title-area {
  margin-bottom: 60px;
}
#home-services .section-title-area .section-title {
  color: #218AA5;
  text-align: center;
}
#home-services .services-list {
  --gutter-x: 60px;
  --gutter-x2: -60px;
}
#home-services .services-list .card-mb {
  margin-bottom: 80px;
}
#home-services .all-services-button {
  margin-top: 20px;
}
#home-contracted-companies {
  padding: 40px 0;
  background: url('../../imgs/retouch-arka-plan.png');
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
#home-contracted-companies .section-title-area {
  margin-bottom: 40px;
}
#home-contracted-companies .section-title-area .section-title {
  color: #218AA5;
  position: relative;
  padding: 10px 20px;
}
#home-contracted-companies .owl-stage {
  display: inline-flex;
  padding: 40px 0;
}
#home-contracted-companies .company-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
#home-contracted-companies .company-card .image-wrapper {
  margin-bottom: 30px;
  position: relative;
}
#home-contracted-companies .company-card .image-wrapper .card-image {
  aspect-ratio: 1;
  object-fit: cover;
  position: relative;
  z-index: 2;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
}
#home-contracted-companies .company-card .image-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  background-color: #218AA5;
  transform-origin: center;
  transform: translateX(20px) rotate(15deg);
}
#home-contracted-companies .company-card .card-text-area {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#home-contracted-companies .company-card .card-text-area .card-title {
  text-align: center;
  color: #218AA5;
  font-size: 18px;
  font-weight: 600;
}
#home-contracted-companies .company-card .card-text-area .doted-line {
  background-color: #218AA5;
  width: 100%;
  position: relative;
  margin: 10px 0 20px;
  height: 1px;
}
#home-contracted-companies .company-card .card-text-area .doted-line::after {
  content: '';
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: block;
  transform: translateY(-50%);
  right: 0;
  top: 100%;
  background-color: #218AA5;
  width: 8px;
  height: 8px;
}
#home-contracted-companies .company-card .card-text-area .card-text {
  text-align: center;
  color: #383B3C;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#home-contracted-companies .company-card .card-text-area .card-button {
  margin-top: 10px;
}
#home-videos-area {
  padding: 80px 0;
  position: relative;
  margin-bottom: 80px;
}
#home-videos-area .bg-decor {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20vw;
  transform: translateY(50%);
}
#home-videos-area .section-title-area {
  margin-bottom: 20px;
}
#home-videos-area .section-title-area .section-title {
  color: #218AA5;
  position: relative;
  padding: 10px 20px;
}
#home-videos-area .owl-stage {
  padding: 60px 0;
}
#home-videos-area .owl-nav {
  position: absolute;
  left: 50%;
  bottom: 0;
  gap: 40px;
  display: flex;
}
#home-videos-area .owl-nav button {
  background: linear-gradient(93deg, #218AA5 0%, #093D4A 100%);
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  border-radius: 14px;
  color: #fff;
}
#home-videos-area .owl-nav button svg {
  width: 60px;
  height: 60px;
}
#home-applications-area .section-title-area {
  margin-bottom: 80px;
}
#home-applications-area .section-title-area .section-title {
  color: #218AA5;
  position: relative;
  padding: 10px 20px;
}
#home-applications-area .application-slide {
  overflow: hidden;
  position: relative;
}
#home-applications-area .application-slide .box-front {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 50px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#home-applications-area .application-slide .box-front .box-title {
  font-size: 24px;
  font-weight: 600;
  color: #218AA5;
}
#home-applications-area .application-slide .box-back {
  position: absolute;
  top: -100%;
  left: 0;
  bottom: 100%;
  right: 0;
  padding: 60px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#home-applications-area .application-slide .box-back::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background: #093D4A;
  opacity: 0.83;
}
#home-applications-area .application-slide .box-back .content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  text-align: center;
  height: 100%;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#home-applications-area .application-slide .box-back .box-title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
}
#home-applications-area .application-slide .box-back .box-text {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#home-applications-area .application-slide .box-back .box-button {
  border: 1px solid #fff;
  font-size: 18px;
  color: #fff;
  padding: 8px 48px;
  background: linear-gradient(93deg, #218AA5 0%, #093D4A 100%);
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  border-radius: 14px;
  width: max-content;
}
#home-applications-area .application-slide:hover .box-front {
  opacity: 0;
}
#home-applications-area .application-slide:hover .box-back {
  top: 0;
  bottom: 0;
}
#home-footer-form-area {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 160px 0 120px;
  --gutter-x: 60px;
  --gutter-x2: -60px;
}
#home-footer-form-area .section-title-area {
  margin-bottom: 40px;
}
#home-footer-form-area .section-title-area .section-title {
  color: #218AA5;
  position: relative;
  padding: 10px 20px;
}
#home-footer-form-area .form-area form .wpcf7-not-valid-tip {
  color: #218AA5;
  margin-top: 5px;
}
#home-footer-form-area .form-area form .wpcf7-response-output {
  border-color: #093D4A;
  color: #218AA5;
  margin: 10px 0;
  padding: 5px 10px;
}
#home-footer-form-area .form-area .input-area {
  margin-bottom: 20px;
}
#home-footer-form-area .form-area .input-area .form-in {
  background-color: #fff;
  border: none;
  color: #383B3C;
  padding: 20px 30px;
  width: 100%;
  font-size: 18px;
  line-height: 1;
}
#home-footer-form-area .form-area .input-area .form-in::placeholder {
  font-family: 'Poppins', sans-serif;
  color: #383B3C;
}
#home-footer-form-area .form-area .input-area textarea {
  height: 176px;
}
#home-footer-form-area .form-area .form-button {
  padding: 25px;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background: linear-gradient(93deg, #218AA5 0%, #093D4A 100%);
  border: none;
  cursor: pointer;
  background-size: 200% 200%;
  background-position: center;
  -webkit-appearance: none;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#home-footer-form-area .form-area .form-button:hover {
  background-position: 100% 100%;
}
footer .footer-top {
  background-color: #093D4A;
  padding: 100px 0;
  position: relative;
}
footer .footer-top .footer-decor {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.6;
  height: auto;
  width: 10vw;
}
footer .footer-top .footer-logo {
  margin-bottom: 35px;
  display: block;
}
footer .footer-top .footer-logo img {
  width: 300px;
  height: auto;
  max-width: 100%;
}
footer .footer-top .footer-title {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 30px;
  width: max-content;
  margin-left: 20px;
}
footer .footer-top .footer-col {
  display: flex;
  justify-content: center;
}
footer .footer-top .footer-col:nth-child(2)::after,
footer .footer-top .footer-col:nth-child(3)::after {
  content: '';
  position: absolute;
  top: 50%;
  background-color: #fff;
  transform: translateY(-50%);
  height: 180px;
  width: 1px;
  left: 100%;
}
footer .footer-top .footer-socials {
  display: flex;
  flex-wrap: wrap;
}
footer .footer-top .footer-socials li {
  margin: 5px;
}
footer .footer-top .footer-socials li a {
  display: flex;
  border: 1px solid #fff;
  color: #fff;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding: 4px;
}
footer .footer-top .footer-socials li a svg {
  height: 32px;
  width: 32px;
}
footer .footer-top .footer-socials li a:hover {
  background-color: #fff;
  color: #093D4A;
}
footer .footer-top .footer-menu li {
  color: #fff;
  list-style: disc;
}
footer .footer-top .footer-menu li a {
  display: block;
  font-size: 14px;
  color: #fff;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
footer .footer-top .footer-menu li a:hover {
  opacity: 0.6;
}
footer .footer-top .footer-contacts .footer-contact {
  display: flex;
  color: #fff;
  margin-bottom: 20px;
  font-size: 14px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
footer .footer-top .footer-contacts .footer-contact svg {
  min-width: 32px;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  margin-top: -8px;
}
footer .footer-top .footer-contacts .footer-contact:hover {
  opacity: 0.6;
}
footer .footer-bottom {
  padding: 20px 0;
  background-color: #218AA5;
}
footer .footer-bottom .copyright {
  font-size: 14px;
  color: #fff;
}
.video-slide .video-box {
  display: block;
  position: relative;
}
.video-slide .video-box .youtube-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: auto;
  z-index: 3;
}
.video-slide .video-box .video-image {
  position: relative;
  z-index: 2;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
}
.video-slide .video-box::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  background-color: #218AA5;
  transform-origin: center;
  transform: rotate(10deg);
}
.video-slide .video-text-area .video-title {
  font-size: 24px;
  font-weight: 500;
  color: #218AA5;
  margin-bottom: 10px;
}
.video-slide .video-text-area .video-text {
  font-size: 22px;
  font-weight: 300;
}
#post-detail {
  padding-bottom: 160px;
  font-family: 'Poppins', sans-serif;
  --gutter-x: 40px;
  --gutter-x2: -40px;
}
#post-detail .img-20 {
  margin-bottom: 20px;
}
#post-detail.contact-page {
  padding-bottom: 200px;
}
#post-detail.contact-page #contact-area {
  background: url('../../imgs/retouch-arka-plan.png');
  background-position: center;
  background-repeat: no-repeat;
}
#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 {
  background: rgba(164, 214, 227, 0.65);
  border: 3px solid rgba(33, 139, 165, 0.65);
  border-radius: 30px;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  padding: 25px 35px;
}
#post-detail.contact-page .post-content .contact-items .c-item:last-child {
  margin-bottom: 0;
}
#post-detail.contact-page .post-content .contact-items .c-item .title {
  font-weight: 700;
  font-size: 24px;
  color: #218AA5;
}
#post-detail.contact-page .post-content .contact-items .c-item .value {
  font-size: 16px;
  color: #218AA5;
}
#post-detail.contact-page .post-content .contact-items .c-item .value p {
  margin: 0;
}
#post-detail.contact-page .post-content .contact-items .c-item .icon {
  padding: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #218AA5;
  color: #A4D6E3;
  margin-right: 50px;
}
#post-detail.contact-page .post-content .contact-items .c-item .icon svg {
  width: 60px;
  height: 60px;
}
#post-detail.contact-page .post-content iframe {
  width: 100%;
  height: 500px;
  overflow: hidden;
}
#post-detail.contact-page .map-box {
  margin-top: 120px;
  overflow: hidden;
  border: 5px solid #218AA5;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  -ms-border-radius: 90px;
  border-radius: 90px;
}
#post-detail.contact-page .map-box iframe {
  width: 400%;
  margin-left: -150%;
  height: 450px;
}
#post-detail .post-header {
  overflow: hidden;
  margin-bottom: 120px;
  background: url('../../imgs/banner.png');
  padding: 160px 0;
}
#post-detail .post-header .post-title {
  color: #218AA5;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
  width: 100%;
}
#post-detail .post-thumb img {
  border: 5px solid #218AA5;
  border-radius: 33px;
}
#post-detail .post-content {
  font-size: 16px;
  color: #383B3C;
  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: 36px;
}
#post-detail .post-content h2 {
  font-size: 32px;
}
#post-detail .post-content h3 {
  font-size: 24px;
}
#post-detail .post-content h4,
#post-detail .post-content h5 {
  font-size: 18px;
}
#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;
  color: #218AA5;
}
#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: #093D4A;
  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 #218AA5;
  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-thumb img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#post-detail #archive-area .archive-list .archive-card .card-text-area {
  padding: 20px 15px;
  text-align: center;
}
#post-detail #archive-area .archive-list .archive-card .card-text-area .card-title {
  font-size: 20px;
  font-weight: 700;
  color: #218AA5;
  line-height: 1.2;
  margin-bottom: 10px;
}
#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;
}
#meta-faq-area {
  --gutter-x: 40px;
  --gutter-x2: -40px;
  padding: 40px 0;
  background: url('../../imgs/retouch-arka-plan.png');
  background-position: center top;
  background-repeat: no-repeat;
}
#meta-faq-area .section-title-area {
  margin-bottom: 60px;
}
#meta-faq-area .section-title-area .section-title {
  color: #218AA5;
}
#meta-faq-area .faq-content-area .faq-box .faq-title {
  font-size: 30px;
  font-weight: 600;
  color: #218AA5;
  padding: 15px 0;
  margin-bottom: 20px;
  position: relative;
  line-height: 1.2;
  width: max-content;
  max-width: 100%;
}
#meta-faq-area .faq-content-area .faq-box .faq-title::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #218AA5;
  height: 1px;
  transform: translateY(50%);
}
#meta-faq-area .faq-content-area .faq-box .faq-title::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  right: -2px;
  bottom: 0;
  background-color: #218AA5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  transform: translateY(50%);
}
#meta-faq-area .faq-content-area .faq-box .faq-text {
  font-size: 18px;
  color: #383B3C;
}
.faq-sidebar {
  margin-top: 40px;
  overflow: hidden;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  border-radius: 60px;
  background-color: #218AA5;
  border: 4px solid #218AA5;
}
.faq-sidebar .title-area {
  background-color: #218AA5;
  padding: 35px;
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
}
.faq-sidebar .faq-list {
  background-color: #fff;
  padding: 35px 60px 70px;
}
.faq-sidebar .faq-list .faq-list-item {
  margin-bottom: 20px;
}
.faq-sidebar .faq-list .faq-list-item a {
  color: #383B3C;
  font-weight: 500;
  font-size: 22px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.faq-sidebar .faq-list .faq-list-item a:hover {
  color: #218AA5;
}
#meta-videos-area {
  margin-top: 80px;
  position: relative;
  --gutter-x: 15px;
  --gutter-x2: -15px;
}
#meta-videos-area .bg-decor {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20vw;
  transform: translateY(50%);
}
#meta-videos-area .section-title-area {
  margin-bottom: 20px;
}
#meta-videos-area .section-title-area .section-title {
  color: #218AA5;
  position: relative;
  padding: 10px 20px;
}
#meta-videos-area .owl-stage {
  padding: 60px 0;
}
#meta-videos-area .owl-nav {
  position: absolute;
  left: 50%;
  bottom: 0;
  gap: 40px;
  display: flex;
}
#meta-videos-area .owl-nav button {
  background: linear-gradient(93deg, #218AA5 0%, #093D4A 100%);
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  border-radius: 14px;
  color: #fff;
}
#meta-videos-area .owl-nav button svg {
  width: 60px;
  height: 60px;
}
.sidebar-contact-boxes {
  margin-top: 80px;
}
.sidebar-contact-boxes .contact-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 4px solid #093D4A;
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  background-color: #093D4A;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  border-radius: 28px;
  padding: 50px 30px;
  margin-bottom: 50px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.sidebar-contact-boxes .contact-box .box-icon {
  min-width: 80px;
  height: 80px;
  width: 80px;
}
.sidebar-contact-boxes .contact-box:last-child {
  margin-bottom: 0;
}
.sidebar-contact-boxes .contact-box:hover {
  color: #093D4A;
  background-color: #fff;
}
