/*
Theme Name: Dreiym Engineering
Theme URI: http://xxx.com/
Template: builder-3.2
Version: 3.2
Updated: 06-13-2023
Author: Thomas Digital
Author URI: https://www.thomasdigital.com
Description: Builder with drag and drop elements using wireframe kit design.
Tags: wordpress, bootstrap, wireframe, acf
Note : 
    If you received a theme error >
    1. just change the "Template" to the "Folder Name" of the parent theme
    2. ie.: Template: TD-Theme
*/

/* #region - ROOT - */

:root {
  --font-size: 17px;
  --font-1: "Poppins";

  --a: #73b9ff;
  --hover: #73b9ff;

  --color1: #6d7072;
  --color2: #051934;
  --color3: #68b1f6;
  --color4: #323639;
  --color5: #e4e4e4;
  --color6: #545454;
  --color7: #122842;
  --color8: #f5f5f5;
  --color9: #1b1b1b;
  --color10: #cacaca;
  --color11: #656565;
  --color12: #333;
  --color13: #f6fbff;
  --color14: #737a7e;
}
/* #endregion */

/* #region - GENERAL - */
.rc .btitle,
h5.btitle {
  color: var(--color3);
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 5.4px;
  text-transform: uppercase;
}

.rc .btitle {
  margin-bottom: 20px;
}

.rc .mtitle {
  margin-bottom: 13px;
}

.rc .dtext {
  text-align: justify;
  font-weight: 400;
  line-height: 140%;
}

.rc .btn-loop {
  margin-top: 25px;
}

.btitle.f22 {
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}

.f50 {
  font-size: 50px;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}

.f41 {
  color: var(--color2);
  font-size: 41px;
  font-weight: 600;
  line-height: 132.5%;
}

.f44 {
  color: var(--color2);
  font-size: 44px;
  font-weight: 600;
  line-height: 120%;
}

.f27 {
  font-size: 27px;
  font-weight: 600;
  line-height: 81.5%;
}

.f18 {
  color: #fff;
  font-family: var(--font-1);
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.f17 {
  color: var(--paragraph-color, #6d7072);
  font-family: var(--font-1);
  font-size: 17px;
  font-weight: 400;
  line-height: 141.176%;
}

.dark-theme .mtitle,
.dark-theme .ititle,
.dark-theme .dtext,
.dark-theme .ptext,
.dark-theme .itext {
  color: white;
}

.wrap-pad {
  position: relative;
  display: flex;
  width: 100%;
}

.btn.btn-2 {
  border: 2px solid var(--color9);
  border-radius: 0;
  padding: 8px 19px;
}

.btn.btn-2:hover,
.btn.btn-2:focus {
  color: var(--color3);
}

.header .btn.btn-2 {
  transition: 0.2s;
}

.btn.btn-2::after {
  background-color: transparent;
}

.hmext .btn.btn-2::after {
  background-color: transparent;
}

header.menu-overlay:not(.sticky-head) .hmext .btn.btn-2:hover {
  border-color: var(--color3);
}

header.menu-overlay:not(.sticky-head) .hmext .btn.btn-2:hover span {
  color: var(--color3);
}

.menu-extension .btn.btn-2 span {
  color: #1b1b1b;
  text-transform: uppercase;
  transition: color 0.3s;
}

.btn.btn-2:hover {
  border-color: var(--color3);
  background-color: transparent;
}

.btn.btn-2:hover span {
  color: var(--color3);
}

.mobile-menu.active .btn,
.header.sticky-head .mobile-menu.active .btn.btn-2 {
  border-color: #fff;
}

.header.sticky-head .mobile-menu.active .menu-extension .btn:hover,
.mobile-menu.active .menu-extension .btn:hover {
  border-color: var(--color3);
}

.mobile-menu.active .menu-extension .btn span {
  color: #fff;
}

.mobile-menu.active .menu-extension .btn:hover span {
  color: var(--color3);
}

.header.sticky-head .mobile-menu.active .menu-extension.hmext .btn {
  border-color: #fff;
}

.header.sticky-head .mobile-menu.active .menu-extension.hmext .btn:hover {
  border-color: var(--color3);
}

.header.sticky-head .mobile-menu.active .menu-extension .btn {
  border-color: #fff;
}

.header.sticky-head .mobile-menu.active .menu-extension.active .btn {
  border-color: var(--color3);
}

.menu-extension.active .btn span .header.sticky-head .btn.btn-2 {
  transition: 0.3s;
}

.mobile-menu.active .menu-extension.active .btn span {
  color: var(--color3);
}

.header.sticky-head .btn.btn-2::after {
  background-color: transparent;
}

.header.sticky-head .btn.btn-2:hover {
  background-color: transparent;
}

#menu-oc-right {
  background-color: var(--color2);
}

#menu-oc-right .menu-toggle {
  filter: brightness(0) invert(1);
}

#menu-oc-right .menu-toggle .closer svg {
  width: 30px;
  height: 30px;
}

#menu-oc-right #menu-menu-2 .menu-extension {
  margin-left: 0;
}

.mobile-menu .nav-link:hover {
  color: var(--color3);
}

.mobile-menu .nav-link {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}

.link-more {
  padding-left: 21px;
  background-image: url(images/icons/more.svg);
  background-repeat: no-repeat;
  background-position: 2px 50%;
}

.link-more span {
  color: var(--color3);
  font-size: 16px;
  transition: 0.2s;
}

.link-more:hover span {
  transform: translateX(5px);
}

.img-title {
  display: none !important;
}

.bg-whitegray {
  background-color: #fbfbfb;
}

.bg-color13 {
  background-color: var(--color13);
}

.bg-none .wrap {
  background: none !important;
}

.divider {
  margin-block: 20px;
  height: 1px;
  background-color: var(--color3);
  opacity: 0.2;
}

.sdivider {
  margin-top: 44px;
  background: #3c73a7;
  height: 5px;
}

/* #endregion */

/* #region - SS LINER - */

.lina,
.linar {
  position: relative;
}

.lina::before,
.lina::after,
.linar::before,
.linar::after,
.linarx::before,
.linarx::after {
  position: absolute;
  content: "";
}

.lina::before {
  left: 0px;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: var(--color3);
  z-index: 2;
}

.linarx::before,
.linar::before {
  left: -1px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 100%;
  background-color: var(--color3);
  z-index: 2;
}

.linarx::after,
.linar::after {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 10px solid var(--color3);
  border-bottom: 6px solid transparent;
  left: 0;
  top: calc(50% - 7px);
}

body .fancy-container {
  height: auto;
}

/* #endregion */

/* #region - HEADER - TOP HEAD - */
.flexic a span {
  color: #fff;
  transition: color 0.2s;
}

.flexic a:hover span {
  color: var(--color3);
}

.flexic.nhthlink a:hover span {
  color: var(--color2);
}

.top_head {
  padding: 10px 0;
}

.top_head,
.top_head .sc-contact {
  text-decoration: none;
  font-size: 13px;
  color: #e4e4ee;
  font-weight: 500;
}

.top_head .sc-contact {
  padding: 0;
}

.top_head .flexic {
  justify-content: flex-end;
}
.top_head .flexic div {
  padding: 0 23px;
  position: relative;
}
.top_head .flexic div::after {
  content: "";
  border-right: 1px solid white;
  display: block;
  position: absolute;
  right: -2px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.top_head .flexic div:last-child {
  padding-right: 0;
}
.top_head .flexic div:last-child::after {
  display: none;
}

header.menu-overlay .top_head.onn {
  background-color: var(--color3);
}

header.menu-overlay .menu_wrap.onn {
  background-color: #fff;
}

/* #endregion */

/* #region - HEADER - */
header.menu-overlay .menu_wrap {
  background-color: transparent;
}

header.menu-overlay .top_head {
  background-color: transparent;
}

header.sticky-head .top_head {
  transition: 0.3s;
}

header.sticky-head .top_head {
  height: 0;
  padding: 0;
}

header.sticky-head .top_head,
header .top_head {
  background-color: var(--color3);
}

header.sticky-head .flexic a:hover span {
  color: var(--color2);
}

header.sticky-head .menu_wrap {
  padding: 10px 0;
  border-bottom: 2px solid var(--color3);
}

header .menu_wrap {
  background-color: white;
}

header.menu-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}

header.menu-overlay:not(.sticky-head) .btn.btn-2 {
  border-color: white;
}

header.menu-overlay:not(.sticky-head) .btn.btn-2 span {
  color: white;
}

.page-404 .btn.btn-1 {
  background-color: var(--color3);
}

.page-404 .btn.btn-1 span {
  color: #fff;
}

.page-404 .btn.btn-1::after {
  background-color: var(--color2);
}

header .navbar-brand {
  width: 190px;
}

header.sticky-head .navbar-brand {
  width: 142px;
}

header[data-menu="right"] .main-menu {
  margin-left: auto;
}

header .main-menu .nav-link span {
  color: var(--color9);
}

header.menu-overlay:not(.sticky-head) .main-menu .nav-link span {
  color: white;
}

.main-menu .active .nav-link span,
.main-menu .current-page-ancestor .nav-link span {
  color: var(--color3);
}

.main-menu .nav-link span {
  font-size: 15px;
  font-weight: 500;
  line-height: 100%; /* 15px */
  text-transform: uppercase;
}

header .main-menu .nav-link:hover span,
header.menu-overlay:not(.sticky-head) .main-menu .nav-link:hover span {
  color: var(--color3);
}

.menu-extension {
  margin-left: 21px;
}

header.menu-overlay.sticky-head .menu_wrap {
  background-color: #fff;
}

.mobile-menu .navbar-nav {
  margin: 50px 0 15px;
}

/* #endregion */

/* #region - DROPDOWN MENU - */
header.sticky-head.fp .dropdown-menu .menu-item a,
header .dropdown-menu .menu-item a,
header.sticky-head .dropdown-menu .menu-item a {
  background-color: var(--color3);
}

header .dropdown-menu .menu-item.current-page-ancestor a,
header .dropdown-menu .menu-item.active a {
  background-color: var(--color2);
}

header .dropdown-menu .menu-item.current-page-ancestor a span,
header .dropdown-menu .menu-item.active a span {
  color: #fff;
}

header.fp .dropdown-menu .menu-item a {
  background-color: transparent;
}

header.fp .mobile-menu .dropdown-menu .menu-item a {
  background-color: var(--color3);
}

header .mobile-menu .dropdown-menu .menu-item.active a {
  background-color: #fff;
}

header .mobile-menu .dropdown-menu .menu-item.active a span {
  color: var(--color3);
}

header.fp .dropdown-menu .menu-item a:hover,
header .dropdown-menu .menu-item a:hover {
  background-color: var(--color2);
}

header.fp .mobile-menu .dropdown-menu .menu-item a:hover {
  background-color: #fff;
}

header .dropdown-menu span {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 100%;
  text-transform: capitalize;
}

header .dropdown-menu .dropdown-item:hover span {
  color: var(--color3);
}

header.fp .dropdown-toggle::after {
  color: #fff;
}

header .dropdown-toggle::after {
  color: var(--color9);
}

.main-menu .current-page-ancestor .dropdown-toggle::after {
  color: var(--color3);
}

.main-menu .menu-item.active .dropdown-toggle::after {
  color: var(--color3);
}

header.sticky-head .dropdown-toggle:hover::after,
header .dropdown-toggle:hover::after {
  color: var(--color3);
}

header.sticky-head .dropdown-toggle::after {
  color: var(--color9);
}

/* #endregion */

/* #region - MOBILE MENU - */
.mobile-menu .dropdown-menu .menu-item a {
  padding: 1rem;
}

.mobile-menu .dropdown-menu .menu-item a:hover {
  background-color: #fff;
}

.mobile-menu .m-toggler.active,
.mobile-menu .m-toggler:hover {
  background-color: var(--color3);
}
/* #endregion */

/* #region - HERO-01 - */
.hero-01 .overlay-bg {
  max-width: 100%;
}
.hero-01 .wrap {
  height: 810px;
  padding: 81px 0;
  align-items: flex-end;
  background-color: var(--color4);
}

.hero-01 .overlay.color {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.59) 9.9%,
    rgba(0, 0, 0, 0.3) 100%
  );
}

.hero-01 .dinfo {
  padding: 0 0 0 31px;
  color: white;
}

.hero-01 .mtitle {
  margin-top: 24px;
}

.hero-01 .btitle.f22 {
  color: #fff;
}

/* #endregion */

/* #region - MENU EXTENSION - */
.header .menu-extension.hmext .btn:hover {
  background-color: transparent;
}

.header.sticky-head .menu-extension .btn:hover {
  border-color: var(--color3);
}

.header.sticky-head .menu-extension .btn:hover span {
  color: var(--color3);
}

.header.sticky-head .menu-extension.active .btn,
.menu-extension.active .btn {
  border-color: var(--color3);
}

.header.sticky-head .menu-extension.active .btn:hover,
.menu-extension.active .btn:hover {
  border-color: var(--color3);
}

.header.sticky-head .menu-extension.active .btn:hover span,
.menu-extension.active .btn:hover span {
  color: var(--color3);
}

.menu-extension.active .btn::after {
  background-color: #fff;
}

.header.sticky-head .menu-extension.active .btn span,
.menu-extension.active .btn span {
  color: var(--color3);
}

/* #endregion */

/* #region - CONTENT-VID-01 - */

[data-align="center"] .wrap-pad {
  align-items: center;
}

.row-vid-01 .wrap {
  padding: 90px 0;
}
.row-vid-01 .wrap-pad {
  width: 100%;
  min-height: 447px;
}

.row-vid-01 .wrap .overlay-bg {
  max-width: 100%;
}

.row-vid-01 .dinfo {
  padding-top: 5px;
}

.row-vid-01 .dtext {
  padding-right: 20px;
}

.row-vid-01 .pop-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 50%;
  z-index: 2;
}
.row-vid-01 .pop-link img.pop-vid {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.row-vid-01 [data-rtl="1"] .pop-link {
  left: unset;
  right: 0;
}

.row-vid-01 .pop-link .overlay img,
.row-vid-01 .pop-link .overlay img {
  filter: none;
}

.row-vid-01 .pop-link .overlay,
.row-vid-01 .pop-link .overlay img {
  opacity: 1;
  transition: 0.3s;
}

.row-vid-01 .pop-link .overlay {
  background-color: rgba(0, 0, 0, 0.49);
}

.row-vid-01 .pop-link:hover .overlay img {
  transform: scale(1.2);
}
.row-vid-01 .pop-link:hover .overlay {
  background-color: rgba(0, 0, 0, 0.6);
}

#videomodal4 .fancy-container,
#videomodal2 .fancy-container {
  min-width: auto;
}

/* #endregion */

/* #region - TITLE-01 - */

.title-01 .wrap {
  padding: 64px 0 10px;
}
.title-01 .dinfo {
  text-align: center;
}

.title-01 .btitle {
  margin-bottom: 8px;
}

.title-01.ver-2 .btitle {
  margin-bottom: 20px;
}

.title-01.rc .dtext {
  font-size: 18px;
  text-align: center;
}

/* #endregion */

/* #region - CARDS-01 - */

.cards-01 .wrap {
  padding: 17px 0 90px;
}
.cards-01 .cc {
  padding: 0;
}

.cards-01 .linar::before {
  left: 0;
  width: 5px;
}

.cards-01 .linar::after {
  display: none;
}

.cards-01 .dinfo {
  position: relative;
  background-color: black;
  height: 400px;
}

.cards-01 .dinfo .ititle {
  color: white;
  position: relative;
  padding-left: 20px;
}

.cards-01 .dinfo .ititle::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 10px solid var(--color3);
  border-bottom: 6px solid transparent;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.cards-01 .dinfo .pad {
  position: absolute;
  width: 100%;
  bottom: 50px;
  padding-left: 5px;
  transition: 0.3s;
}

.cards-01 .dinfo .dtext,
.cards-01 .dinfo .ptext {
  color: var(--color5);
  padding-left: 20px;
  padding-right: 30px;
  font-size: 16px;
}

.cards-01 .dinfo .en {
  display: grid;
  grid-template-rows: 0fr;
  margin-top: 0;
  transition: 0.3s ease;
  opacity: 0;
}

.cards-01 .dinfo .en div {
  overflow: hidden;
}

.cards-01 .dinfo:hover .bg-img {
  opacity: 0.5;
}

.cards-01 .dinfo .en a {
  transition: 0.3s;
}

.cards-01 .item .bg-img {
  transition: 0.3s;
}

.cards-01 .item:hover .bg-img {
  opacity: 0.5;
}

.cards-01 .item:hover .dinfo .en {
  grid-template-rows: 1fr;
  margin-top: 10px;
  opacity: 1;
}

.cards-01 .dinfo:hover .en {
  grid-template-rows: 1fr;
  margin-top: 10px;
  opacity: 1;
}

/*
.cards-01 .item:hover .dinfo .dtext,
.cards-01 .item:hover .dinfo .ptext {
    grid-template-rows: 1fr;
    margin-top: 10px;
}
*/

/* #endregion */

/* #region - CARDS-GRID-01 - */

.cards-gd-01 .wrap {
  padding: 90px 0;
  background-color: #051f3f;
}

.cards-gd-01 .linar::before {
  left: 0;
  width: 5px;
}

.cards-gd-01 .overlay-bg {
  background-position: bottom center;
}

.cards-gd-01 .linar::after {
  display: none;
}

.cards-gd-01 .dtop {
  padding-bottom: 42px;
}

.cards-gd-01 .grid {
  grid-template-columns: repeat(4, 1fr);
  padding: 5px 5px 10px;
  gap: 10px;
  padding-left: 55px;
}

.cards-gd-01 .cc {
  background-color: rgba(0, 0, 0, 0.1);
  min-height: 215px;
  position: relative;
}

.cards-gd-01 .cc:hover .overlay.color {
  opacity: 1;
}

.cards-gd-01 .cc-1 .overlay.color {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 45.83%,
    rgba(0, 0, 0, 0.7) 88.02%
  );
  opacity: 0;
  transition: 0.2s;
}
.cards-gd-01 .cc .overlay.color {
  background: linear-gradient(
    180deg,
    rgba(104, 177, 246, 0) 22.92%,
    rgba(28, 29, 31, 0.5) 78.65%
  );
  opacity: 0;
  transition: 0.2s;
}

.cards-gd-01 .item {
  height: 100%;
  position: relative;
  display: flex;
  align-items: flex-end;
}

.cards-gd-01 .cc .pad {
  padding: 21px 17px;
}

.cards-gd-01 .cc .ititle {
  font-weight: 600;
  line-height: 127%;
}

.cards-gd-01 .cc-1 .pad {
  padding-left: 5px;
}

.cards-gd-01 .grid .cc-1 {
  grid-column: span 2;
  grid-row: span 2;
  margin-left: -50px;
}

.cards-gd-01 .cc-1 .ititle {
  position: relative;
  font-size: 27px;
  padding-left: 27px;
}

.cards-gd-01 .cc-1 .ititle::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 12px solid var(--color3);
  border-bottom: 6px solid transparent;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/*

/* #endregion */

/* #region - CONTENT-VID-02 - */

.row-vid-01b .wrap {
  padding: 109px 0;
  background-color: rgba(228, 228, 228, 0.37);
}
.row-vid-01b .wrap-pad {
  width: 100%;
  min-height: 550px;
  padding: 46px 0 56px;
}

.row-vid-01b .dinfo {
  background-color: white;
  min-height: 448px;
  padding: 44px 61px 0 57px;
  margin-right: 7px;
  position: relative;
  z-index: 3;
}

.row-vid-01b .dinfo:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 14px solid white;
  border-bottom: 8px solid transparent;
  right: -14px;
  top: calc(50% + 5px);
  transform: translateY(-50%);
}

.row-vid-01b .ptext,
.row-vid-01b .dtext {
  text-align: justify;
  line-height: 141%;
}

.row-vid-01b .btitle {
  margin-bottom: 16px;
}

.row-vid-01b .ititle,
.row-vid-01b .mtitle {
  line-height: 125%;
  margin-bottom: 16px;
}

.row-vid-01b .btn-loop {
  margin-top: 13px;
}

.row-vid-01b .pop-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 54.2%;
  z-index: 2;
}
.row-vid-01b .pop-link img.pop-vid {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.row-vid-01b [data-rtl="1"] .pop-link {
  left: unset;
  right: 0;
}

.row-vid-01b .pop-link .overlay img,
.row-vid-01b .pop-link .overlay img {
  filter: none;
}

.row-vid-01b .pop-link .overlay,
.row-vid-01b .pop-link .overlay img {
  opacity: 1;
  transition: 0.3s;
}

.row-vid-01b .pop-link .overlay {
  background-color: rgba(0, 0, 0, 0.49);
}

.row-vid-01b .pop-link:hover .overlay img {
  transform: scale(1.2);
}
.row-vid-01b .pop-link:hover .overlay {
  background-color: rgba(0, 0, 0, 0.6);
}

.row-vid-01b .link-more span {
  display: block;
}

/* #endregion */

/* #region - TESTIMONIALS-01 - */
.testi-01 .wrap {
  padding: 38px 0 81px;
}

.testi-01 .bg-img {
  background-position: center bottom;
}

.testi-01 .item {
  padding: 50px;
}

.testi-01 .item .ptext {
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  text-align: center;
  padding-left: 24px;
}

.testi-01 .item .auth {
  padding: 15px 0 0 14px;
  text-align: center;
}

.testi-01 .item .dphoto {
  width: 120px;
  height: 120px;
  display: inline-block;
  margin-bottom: 33px;
}

.testi-01 .item .dphoto img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.testi-01 .item .auth .dname {
  line-height: 100%;
  font-weight: 600;
  color: var(--color6);
}

.testi-01 .item .auth span {
  display: block;
  color: #9191a3;
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 5px;
}

.testi-01 .sbuttons {
  position: relative;
  height: 43px;
  display: flex;
  justify-content: flex-end;
  padding: 0px 0 0;
  align-items: center;
  margin-top: 6px;
}

.testi-01 .sbuttons .mm {
  margin-right: 31px;
}

.testi-01 .sbuttons .owlbtn {
  position: relative;
  bottom: 0;
  border: 1px solid #e7e7e7;
  width: 43px;
  height: 43px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: white;
  transition: 0.2s;
}
.testi-01 .sbuttons .owlbtn img {
  width: 25px;
}

.testi-01 .sbuttons .owlbtn:hover {
  background-color: #73b9ff;
}
.testi-01 .sbuttons .owlbtn:hover img {
  filter: brightness(0) invert(1);
}

/* #endregion */

/* #region - LOGOS-01 - */

.logos-01 .wrap {
  padding: 40px 0 48px;
}
.logos-01 .item .dlogo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.logos-01 .owlbtn {
  opacity: 0.5;
}
.logos-01 .owlbtn:hover {
  opacity: 1;
}

.logos-01 .owl-carousel .owl-item .item img {
  max-height: 52px;
  max-width: 170px;
  width: auto;
  filter: grayscale(1) opacity(0.4);
  transition: 0.3s;
}

.logos-01 .owl-carousel .owl-item .item:hover img {
  filter: grayscale(0) opacity(1);
}

/* #endregion */

.form-01 .wrap {
  background-color: #5997d1;
}

.form-01 .color-1 {
  background-color: #3c73a7;
  max-width: 25%;
}

.form-01 .gform {
  padding: 30px 0 29px;
  margin-left: auto;
  max-width: 800px;
}
.form-01 .gform form {
  display: flex;
  justify-content: flex-end;
  gap: 19px;
}

.form-01 .ntext {
  background-color: #3c73a7;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 0 11px;
  position: relative;
  color: white;
  margin-right: 11px;
  min-height: 98px;
}

.form-01 .ntext h4,
.form-01 .ntext h5 {
  line-height: 100%;
}
.form-01 .ntext h5 {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 4px;
}
.form-01 .ntext h4 {
  font-size: 30px;
  font-weight: 600;
}

.form-01 .ntext::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 13px solid #3c73a7;
  border-bottom: 7px solid transparent;
  right: -13px;
  top: calc(50%);
  transform: translateY(-50%);
}

/* form */

.form-01 .gform_wrapper.gravity-theme .gform_footer {
  margin: 0;
  padding: 0;
}

.form-01 .gform_wrapper.gravity-theme .gform-body {
  flex: 1;
}

.form-01 .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 19px;
}

.form-01 .gform_wrapper.gravity-theme .gform_footer button,
.form-01 .btn.btn-1 {
  border-radius: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.1);
  border: 2px solid white;
  padding: 5.5px 20px;
}
.form-01 .gform_wrapper.gravity-theme .gform_footer button span {
  text-transform: uppercase;
}

.form-01 .gform_wrapper.gravity-theme .gfield input {
  border: none;
  height: 38px;
  font-size: 14px;
}

.form-01 .gform_wrapper.gravity-theme .gfield input.large:focus {
  background-color: #fff;
}

.form-01 .gform_wrapper.gravity-theme .gfield ::placeholder {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
  color: #9191a3;
}

.form-01 .gfield_validation_message {
  display: none;
}

.form-01 .gform_wrapper.gravity-theme .gform_validation_errors {
  display: none;
}

.gform .gform_ajax_spinner {
  max-width: 20px;
  position: absolute;
  right: -20px;
}

.gform .gform_wrapper.gravity-theme .gfield.gfield_error select,
.gform .gform_wrapper.gravity-theme .gfield.gfield_error input,
.gform .gform_wrapper.gravity-theme .gfield.gfield_error textarea {
  border: 1px solid white;
  background-color: #eec8c8;
}

.form-01 .gform_confirmation_message {
  color: white;
}

/* #region - SOCIAL ICONS - */
.social-icons .soc-link {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  transition: 0.3s;
}
.social-icons .soc-link img {
  filter: brightness(0) invert(1);
  max-height: 13px;
}
.social-icons .soc-link:hover {
  background-color: #3c73a7;
}
/* #endregion */

/* #region - GENERAL - */

footer.element {
  color: white;
}

footer .bg-color {
  background: rgba(0, 0, 0, 0.82);
}

footer .wrap {
  padding: 50px 0;
}
footer .co-info {
  padding: 11px 0 0 3px;
}
footer .co-info .navbar-brand {
  width: 245px;
  margin-bottom: 32px;
}
footer .co-info .dtext {
  font-size: 13px;
  font-weight: 400;
  line-height: 153%;
  margin-bottom: 30px;
}

footer .fmenu .footer-menu {
  flex: 0 0 25%;
  padding: 11px 20px 0 37px;
}

.footer-menu .ftitle {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 21px;
  margin-bottom: 18px;
}
.footer-menu .ftitle::before,
.footer-menu .ftitle::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.footer-menu .ftitle::before {
  height: 3px;
  bottom: -1px;
  background-color: #68b1f7;
  z-index: 2;
  max-width: 39px;
}

.footer-menu .ftitle::after {
  height: 1px;
  background-color: #e3e9ee;
  opacity: 0.5;
}

.footer-menu .menu-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-menu .menu-links li {
  position: relative;
  line-height: 100%;
  margin-bottom: 14px;
  padding-left: 19px;
  background-image: url(images/icons/aa.svg);
  background-position: 0px 8px;
  background-repeat: no-repeat;
}
.footer-menu .menu-links li a {
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
  color: white;
  transition: 0.3s;
}
.footer-menu .menu-links li a:hover {
  color: var(--color3);
}

footer .en {
  border-top: 4px solid rgba(231, 231, 231, 0.1);
  font-size: 12px;
  font-weight: 300;
  display: flex;
  justify-content: space-between;
  color: #efefef;
  padding: 25px 0 28px;
}

footer .en a.link-more {
  padding: 0;
  background: none;
}
footer .en a.link-more span {
  font-size: 12px;
  font-weight: 300;
  color: #efefef;
}
footer .en a.link-more:hover span {
  color: var(--color3);
  transform: none;
}

/* #endregion */

/* #region - BANNERS - */
.banner-02.bgstaff .wrap .overlay {
  background: rgba(0, 0, 0, 0.4);
}

.banner-02.bgcareers .wrap .overlay,
.banner-02.bgcontact .wrap .overlay {
  background: rgba(0, 0, 0, 0.7);
}
/* #endregion */

/* #region - BANNER 02 - */
.banner-02 .wrap {
  height: 260px;
}

.banner-02 .wrap .overlay {
  background: rgba(0, 0, 0, 0.6);
}

.banner-02 .dinfo {
  padding-left: 22px;
}

.banner-02 .linar::before {
  top: 8px;
  transform: translateY(0);
  height: 34px;
}

.banner-02 .linar::after {
  top: 19.5px;
}

.banner-02 .f41 {
  color: #fff;
  text-transform: uppercase;
}

/* #endregion */

/* #region - Text Content - */

.el-content .dtext h4 {
  margin-bottom: 15px;
  color: var(--color4);
}

/* #endregion */

/* #region - ABOUT 02 - */
.about-02 .wrap {
  padding: 79px 0 58px;
}

.about-02 .dinfo {
  max-width: 470px;
}

.about-02 .dimage {
  height: 500px;
}

.about-02 .dimage img {
  height: 100%;
  object-fit: cover;
}

.about-02 h5.btitle {
  margin-bottom: 12px;
}

.about-02 h2.mtitle {
  margin-bottom: 11px;
}

.about-02 .f17 p:nth-child(1) {
  margin-bottom: 25px;
}

/* #endregion */

/* #region - SPECIALTIES 02 - */
.specialties-02 .wrap {
  padding: 80px 0 70px;
  background: linear-gradient(
    180deg,
    #f5f5f5 0%,
    rgba(217, 217, 217, 0) 88.02%
  );
}

.specialties-02 h5.btitle {
  margin-bottom: 19px;
}

/*.specialties-02 h2.mtitle {
  margin-bottom: 46px;
}*/

.specialties-02 .sp-intro-02 {
  text-align: center;
  margin-bottom: 46px;
}

.specialties-02 h3.mtitle {
  color: var(--color2);
  margin-top: 29px;
  margin-bottom: 12px;
  line-height: 120%;
}

.specialties-02 .f17 strong {
  color: var(--color2);
}

.specialties-02 .dimage {
  height: 245px;
}
/* #endregion */

/* #region - INDUSTRIES 02 - */
.industries-02 .wrap {
  padding: 80px 0 124px;
  background: var(--color7);
}

.industries-02 .wrap .bg-img {
  opacity: 0.05;
}

.industries-02 .in-intro-02 {
  text-align: center;
  margin-bottom: 84px;
}

.industries-02 h2.mtitle {
  color: #fff;
  margin-bottom: 19px;
}

.industries-02 .f17 {
  color: #fff;
}

.industries-02 .row {
  justify-content: center;
  row-gap: 80px;
}

.industries-02 .item {
  text-align: center;
}

.industries-02 .circle {
  position: relative;
  height: 80px;
  width: 80px;
  margin-inline: auto;
  margin-bottom: 20px;
  border-radius: 50%;
  border: 1px solid rgba(104, 177, 246, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.industries-02 .diconn {
  width: 40px;
  height: 40px;
}

/* #endregion */

/* #region - RC 02 - */
.rc-02 .dinfo,
.rcrev-02 .dinfo {
  max-width: 470px;
}

.rcrev-02 .row .dinfo {
  margin-left: auto;
}

.rcrev-02 .dinfo .f17 p:nth-child(2) {
  margin: 24px 0 0;
}

.rc-02 h3.mtitle,
.rcrev-02 h3.mtitle {
  margin-block: 17px;
  color: var(--color2);
  line-height: 120%;
}

.rcrev-02 h3.mtitle {
  margin-block: 9px;
}

.rcrev-02 ul,
.rc-02 ul {
  padding-left: 20px;
  list-style: none;
}

.rcrev-02 ul li,
.rc-02 ul li {
  position: relative;
  padding-left: 38px;
}

.rcrev-02 ul li::before,
.rc-02 ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--color3);
  font-size: 17px;
}

.rcrev-02 .dimage,
.rc-02 .dimage {
  height: 375px;
}

.rcrev-02 .dimage img,
.rc-02 .dimage img {
  height: 100%;
  object-fit: cover;
}

.rc-02 .alignnone {
  width: auto;
}

/* media text */
.rcrev-02 .media-link,
.rc-02 .media-link {
  position: relative;
  display: block;
  transition: 0.3s;
}

.rcrev-02 .media-link:hover,
.rc-02 .media-link:hover {
  transform: scale(1.02);
}

.rcrev-02 .media-link:hover .overlay.color,
.rc-02 .media-link:hover .overlay.color {
  opacity: 1;
}

.rcrev-02 .media-link .overlay.color,
.rc-02 .media-link .overlay.color {
  background: linear-gradient(
    180deg,
    rgba(104, 177, 246, 0) 22.92%,
    rgba(28, 29, 31, 0.5) 78.65%
  );
  opacity: 0;
  transition: 0.2s;
}

.rcrev-02 .media-text,
.rc-02 .media-text {
  padding: 20px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  text-shadow: 0 0 5px #000;
}

.rcrev-02 .media-text strong,
.rc-02 .media-text strong {
  padding-inline: 15px;
  color: #fff;
  font-family: var(--font-1);
  font-size: 41px;
  font-weight: 600;
  line-height: 132.5%;
}

/* #endregion */

/* #region - TESTIMONIALS 02 - */
.testi-02 .wrap {
  padding-block: 80px;
}

.testi-02 .wrap .bg-img {
  background-position: 100% 69%;
}

.testi-02 .te-intro-02 {
  text-align: center;
}

.testi-02 h5.btitle {
  margin-bottom: 20px;
  letter-spacing: 9px;
}

.testi-02 h2.mtitle {
  margin-bottom: 38px;
}

.testi-02 .item {
  text-align: center;
}

.testi-02 .item .ptext {
  max-width: 770px;
  margin-inline: auto;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 300;
  line-height: 140%;
}

.testi-02 .item .auth .dname {
  font-family: var(--font-1);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 20px */
  color: var(--color6);
}

.testi-02 .sbuttons-wrap {
  margin-top: 30px;
  position: relative;
}

.testi-02 .sbuttons {
  height: 43px;
  display: flex;
  justify-content: center;
  padding: 0px 0 0;
  align-items: center;
}

.testi-02 .sbuttons-wrap .mm {
  position: absolute;
  right: 0;
  bottom: 0;
}

.testi-02 .sbuttons .owlbtn {
  position: relative;
  bottom: 0;
  border: 1px solid #e7e7e7;
  width: 43px;
  height: 43px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: white;
  transition: 0.2s;
}

.testi-02 .sbuttons .owlbtn img {
  width: 25px;
}

.testi-02 .sbuttons .owlbtn:hover {
  background-color: #73b9ff;
}
.testi-02 .sbuttons .owlbtn:hover img {
  filter: brightness(0) invert(1);
}

/* #endregion */

/* #region - CONSULTING AREAS 2A - */
.cards-02a .wrap {
  padding-block: 80px;
}

.cards-02a .dinfo {
  background-color: var(--color8);
  text-align: center;
  padding-block: 49px;
  height: 460px;
}

.cards-02a .item {
  display: block;
  transition: 0.2s;
}

.cards-02a .item:hover {
  transform: scale(1.02);
}

.cards-02a .f41 {
  margin-bottom: 12px;
}

.cards-02a .f17 {
  max-width: 370px;
  margin-inline: auto;
  margin-bottom: 47px;
}

.cards-02a .row .cc:nth-child(1) .padlogos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 17px;
}

.cards-02a .row .cc:nth-child(2) .padlogos {
  display: grid;
  /* grid-template-columns: repeat(3, 1fr); */
  row-gap: 23px;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-flow: row;
  place-items: center;
  max-width: 419px;
  margin-inline: auto;
}

.cards-02a .row .padlogo img {
  mix-blend-mode: multiply;
  width: 50%;
}

.cards-02a .row .cc:nth-child(2) .padlogo:nth-child(1) {
  margin-right: 5px;
}

.cards-02a .row .cc:nth-child(2) .padlogo:nth-child(2) {
  margin-left: 0;
}

.cards-02a .row .cc:nth-child(2) .padlogo {
  grid-column: span 2;
}

.cards-02a .row .cc:nth-child(2) .padlogo:nth-child(3) img,
.cards-02a .row .cc:nth-child(2) .padlogo:nth-child(4) img {
  width: 65%;
}

.cards-02a .row .cc:nth-child(2) .padlogo:nth-child(5) img {
  width: 60%;
}

.cards-02a .row .cc:nth-child(2) .padlogo:nth-child(1),
.cards-02a .row .cc:nth-child(2) .padlogo:nth-child(2) {
  grid-column: span 3;
}

.cards-02a .row .cc:nth-child(2) .f17 {
  margin-bottom: 52px;
}

.cards-02a .padlogo {
  max-width: 100%;
  margin-inline: auto;
}

/* #endregion */

/* #region - SERVICES 02a - */
.services-02a .wrap {
  padding: 99px 0 46px;
  background-color: var(--color8);
}

.services-02a .row .cc:nth-child(1) .dimage,
.services-02a .row .cc:nth-child(2) .dimage {
  transform: scaleX(-1);
}

.services-02a h2.mtitle {
  margin-bottom: 58px;
  text-align: center;
}

.services-02a h3.ititle {
  margin-bottom: 17px;
  color: var(--color2);
}

.services-02a .f18 {
  margin-top: 28px;
  color: var(--color4);
  text-align: center;
}

.services-02a .btn-loop {
  display: flex;
  justify-content: center;
  gap: 47px;
  margin-bottom: 59px;
}

.services-02a [data-class="button"].active span {
  color: var(--color3);
}

.services-02a .link-more {
  background: none;
  padding-left: 0;
  margin-left: 5.4px;
  cursor: pointer;
}

.services-02a .link-more span {
  display: inline;
  color: var(--color9);
  font-family: var(--font-1);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 5.4px;
  text-transform: uppercase;
}

.services-02a .link-more:hover span {
  transform: translateX(0);
  color: var(--color3);
}

.services-02a .dimage {
  height: 245px;
  margin-bottom: 35px;
}

.services-02a .dinfo .overlay {
  background: linear-gradient(
    180deg,
    rgba(104, 177, 246, 0) 22.92%,
    rgba(28, 29, 31, 0.5) 78.65%
  );
  opacity: 0;
  transition: 0.2s;
}

.services-02a .dinfo:hover .overlay {
  opacity: 1;
}

/* #endregion */

/* #region - STAFF 02B - */
.staff-02b .wrap {
  padding-block: 80px;
}

.staff-02b h2.mtitle {
  margin-bottom: 59px;
  text-align: center;
}

.staff-02b .row .cc0 .bg-img,
.staff-02b .row .cc2 .bg-img {
  filter: grayscale(100%) brightness(150%);
}

.staff-02b .row .cc1 .bg-img {
  border: 1px solid var(--color10);
  filter: grayscale(100%);
}

.staff-02b .staff .cpt {
  max-width: 300px;
  margin-inline: auto;
  cursor: pointer;
}

.staff-02b .staff .cpt .dimage {
  position: relative;
}

.staff-02b .cpt .bg-img {
  filter: grayscale(100%);
}

.staff-02b .cpt:hover .overlay {
  opacity: 1;
  height: 100%;
}

.staff-02b .cpt-info {
  margin-top: 20px;
  text-align: center;
}

.staff-02b .f18 {
  color: var(--color2);
  margin-bottom: 0;
}

.staff-02b .f17 {
  color: var(--color2);
}

.staff-02b .cpt .overlay {
  background: linear-gradient(
    180deg,
    rgba(27, 27, 27, 0) 0%,
    rgba(27, 27, 27, 0.5) 100%
  );
  height: 0;
  top: unset;
  bottom: 0;
  transition: all 0.2s;
  opacity: 0;
}

.staff-02b .staff-modal {
  max-width: 970px;
  padding: 66px 55px 46px;
  overflow: hidden;
  border: 0;
}

/* #region - STAFF MODAL - */
.staff .modal-wrap {
  position: fixed;
  height: 100%;
  width: 100%;
  inset: 0;
  transform: scale(0);
  z-index: 1;
}

.staff .modal-wrap .modal-bg {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s;
}

.staff .modal-wrap .staff-modal {
  background: #fff;
}

.staff .modal-wrap.show {
  z-index: 1031;
  transform: scale(1);
}

.staff .modal-wrap.show .modal-bg {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

.staff .modal-wrap.show .modal-bg .staff-modal {
  position: relative;
  animation: scaleUp 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.staff .modal-wrap.show.hide .modal-bg {
  opacity: 0;
}

.staff .modal-wrap.show.hide .modal-bg .staff-modal {
  animation: scaleDown 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

@keyframes scaleUp {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes scaleDown {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
/* #endregion */

.staff-02b .staff-modal p {
  color: var(--color11);
}

.staff-02b .staff-modal .bg-img {
  filter: grayscale(100%) brightness(150%);
  min-height: 310px;
  max-width: 310px;
}

.staff-02b .staff-modal h3 {
  color: var(--color9);
  margin-top: 6px;
}

.staff-02b .staff-modal .f17 {
  color: var(--color9);
}

.staff-02b .staff-modal p > a {
  color: var(--color3);
  transition: 0.2s;
}

.staff-02b .staff-modal p > a:hover {
  color: var(--color2);
}

.staff-02b .staff-modal .social {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-inline: 15px;
  margin-top: -10px;
}

.staff-02b .staff-modal .social a:hover .icon-wrap {
  background-color: var(--color2);
}

.staff-02b .staff-modal .icon-wrap {
  width: 40px;
  height: 40px;
  border: 1px solid rgb(109, 112, 114, 0.2);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
}

.staff-02b .staff-modal .icon-wrap img {
  width: auto;
}

.staff-02b .cmodal {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  background: var(--color9);
  width: 36px;
  height: 36px;
  border: 0;
  transition: 0.2s;
  overflow: hidden;
}

.staff-02b .cmodal:hover {
  background: var(--color3);
}

.staff-02b .cmodal:focus {
  outline: none;
}

.staff-02b .cmodal span {
  margin-top: 2px;
  font-size: 36px;
}

/* #endregion */

/* #region - CARDS 03 - */
.cards-03 .container-xl {
  max-width: 1260px;
}

.cards-03 .wrap {
  padding-block: 80px;
}

.cards-03 .row {
  justify-content: center;
}

.cards-03 .dinfo {
  position: relative;
}

.cards-03 .dinfo:hover .overlay {
  opacity: 1;
}

.cards-03 .pad {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-inline: 30px;
  padding-bottom: 48px;
}

.cards-03 h4.ititle {
  color: #fff;
  line-height: 100%;
}

.cards-03 .dtext {
  padding-top: 20px;
  color: var(--paragraph-color, #6d7072);
}

.cards-03 .ptext {
  padding-top: 20px;
  color: var(--paragraph-color, #6d7072);
}

.cards-03 .dimage {
  height: 370px;
}

.el-cards-gallery .dimage {
  height: 300px;
}

.el-cards-gallery .dimage:before {
  display: none;
}

.cards-03 .dimage .overlay {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  transition: opacity 0.2s;
  opacity: 0;
}

.el-cards-gallery .dimage .overlay {
  display: none;
}

/* #endregion */

/* #region - CATHODIC PROTECTION - 03a - */
.intro-03a .wrap {
  padding: 99px 0 85px;
}

.intro-03a .f41 {
  padding-left: 30px;
  line-height: 120%;
}

.intro-03a .atinfo {
  position: relative;
  margin-top: 50px;
}

.atinfo h2 {
  font-weight: 600;
  font-size: 30px;
  padding: 10px 0;
  line-height: 140%;
  color: var(--color4);
}

.atinfo img {
  width: auto;
}

.atinfo .link-more span {
  font-size: 17px;
}

.intro-03a .f17 {
  max-width: 638px;
  margin-left: auto;
  line-height: 153%;
}

.intro-03a .f17 h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--color4);
}

.intro-03a .f17 img {
  width: auto;
}

.intro-03a ul {
  padding-left: 20px;
  list-style: none;
}

.intro-03a ul li {
  position: relative;
  padding-left: 38px;
}

.intro-03a ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--color3);
  font-size: 17px;
}

/* #endregion */

/* #region - ICONS 03a - */
.icons-03a .wrap {
  padding: 70px 0 96px;
  background: var(--color7);
}

.icons-03a .wrap .bg-img {
  opacity: 0.05;
  transform: scaleX(-1);
}

.icons-03a .row {
  row-gap: 64px;
}

.icons-03a .row .cc:nth-child(even) .item {
  margin-left: auto;
  display: block;
}

.icons-03a .item {
  max-width: 500px;
}

.icons-03a h4.int,
.icons-03a h4.ititle {
  margin-bottom: 12px;
  color: #fff;
  line-height: 120%;
}

.icons-03a h4.int {
  margin-bottom: 24px;
}

.icons-03a .f17 {
  line-height: 152%;
  color: rgba(255, 255, 255, 0.7);
}

.icons-03a .f17 > p {
  margin-bottom: 11px;
}

.icons-03a ul {
  padding-left: 20px;
  list-style: none;
}

.icons-03a ul li {
  position: relative;
  padding-left: 38px;
}

.icons-03a ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--color3);
  font-size: 17px;
}

.icons-03a .circle {
  position: relative;
  height: 80px;
  width: 80px;
  margin-bottom: 29px;
  border-radius: 50%;
  border: 1px solid rgba(104, 177, 246, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.icons-03a .diconn {
  width: 40px;
  height: 40px;
}
/* #endregion */

/* #region - TITLE 03a - */
.title-03a .wrap {
  padding: 100px 0 79px;
}

.title-03a .dinfo {
  text-align: center;
}

.title-03a.text-left .dinfo .f17 {
  text-align: left;
}

.title-03a h2 {
  margin-bottom: 20px;
}

/* #endregion */

/* #region - RC 03a - */
.rc-03a {
  padding-bottom: 98px;
}

.rc-03a .mtitle {
  margin-bottom: 20px;
}

.rc-03a .dinfo {
  max-width: 465px;
}

.rc-03a .dtext p:not(:last-child) {
  margin-bottom: 30px;
}

.rc-03a .cc:first-child {
  min-height: 493px;
}

.rc-03a ul {
  padding-left: 20px;
  list-style: none;
}

.rc-03a ul li {
  position: relative;
  padding-left: 38px;
}

.rc-03a ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--color3);
  font-size: 17px;
}

.rc-03a .btn-loop {
  margin-top: 30px;
}

/* #endregion */

/* #region - NEWS 04 - */
[data-axpost].news-04 .wrap {
  padding-block: 80px;
}

.news-04 [data-design="grid-1.0"] {
  row-gap: 65px;
}

.news-04 [data-design="grid-1.0"] .box {
  height: 100%;
  position: relative;
  background-color: transparent;
  padding: 0;
  border: 0;
}

.news-04 [data-design="grid-1.0"] .post-thumb {
  margin-bottom: 24px;
  height: 226px;
}

.news-04 [data-design="grid-1.0"] .post-thumb::after {
  background: linear-gradient(
    180deg,
    rgba(27, 27, 27, 0) 0%,
    rgba(27, 27, 27, 0.5) 100%
  );
}

.news-04 [data-design="grid-1.0"] .div-meta {
  position: absolute;
  top: 20px;
  left: 0;
  border: 0;
  padding: 0;
  user-select: none;
  pointer-events: none;
}

.news-04 [data-design="grid-1.0"] .div-meta .post-meta {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
}

.news-04 [data-design="grid-1.0"] .div-meta .post-meta .cat-div {
  padding: 4px 16px;
  background-color: var(--color3);
}

.news-04 [data-design="grid-1.0"] .post-title {
  margin-bottom: 14px;
}

.news-04 [data-design="grid-1.0"] .post-title .title {
  color: var(--color12);
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.news-04 [data-design="grid-1.0"] .meta-date {
  margin-bottom: 13px;
}

.news-04 [data-design="grid-1.0"] .post-meta.meta-date {
  color: var(--color3);
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.news-04 [data-design="grid-1.0"] .cat-div {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.news-04 [data-design="grid-1.0"] .post-excerpt {
  color: var(--color1);
  font-size: 17px;
  font-weight: 400;
  line-height: 141.176%;
}

.news-04 .ajax_post.btn {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 40px;
  border: 0;
  border-radius: 5px;
  background: var(--color3);
  box-shadow: 0px 3px 15px 0px rgba(110, 118, 129, 0.25);
}

.news-04 .ajax_post.btn::after {
  background-color: var(--color2);
}

[data-axpost].news-04 .ajx_btn {
  margin-top: 64px;
}

/* #endregion */

/* #region - ICONS 02c - */
.icons-02c .wrap {
  padding: 79px 0 94px;
  background: var(--color13);
}

.icons-02c .row {
  row-gap: 54px;
}

.icons-02c .item {
  display: flex;
  gap: 36px;
}

.icons-02c .diconn {
  max-width: 64px;
}

.icons-02c .cc:nth-child(3) .diconn {
  margin-right: 9px;
  max-width: 55.285px;
}

.icons-02c h5.btitle {
  margin-bottom: 12px;
}

.icons-02c h2.mtitle {
  margin-bottom: 60px;
}

.icons-02c h3.mtitle {
  margin-bottom: 13px;
  color: var(--color2);
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.icons-02c .cv-intro-02c {
  text-align: center;
}

/* #endregion */

/* #region - CONTACT 05 - */
.contact-05 .wrap {
  padding-block: 79px;
}

.contact-05 h2.mtitle {
  margin-bottom: 34px;
}

.contact-05 h2.ctitle {
  margin-bottom: 32px;
}

.contact-05 .cg {
  margin-bottom: 42px;
}

.contact-05 h3.f18 {
  color: var(--color3);
  text-transform: uppercase;
}

.contact-05 .cg a {
  padding-inline: 0;
  transition: color 0.2s;
}

.contact-05 .cg a:hover p,
.contact-05 .cg a:hover span {
  color: var(--color3);
}

.contact-05 .cg span,
.contact-05 .cg a p,
.contact-05 .cg a span {
  color: var(--color4);
  font-size: 17px;
  font-weight: 400;
}

/* FORM */
.assignment-06 .gform .gform_wrapper.gravity-theme form .gfield input,
.contact-05 .gform .gform_wrapper.gravity-theme form .gfield input {
  color: var(--color11);
  height: 50px;
  margin-bottom: 8px;
  padding-inline: 22px;
}

.assignment-06
  .gform
  .gform_wrapper.gravity-theme
  form
  .gfield
  input::placeholder,
.contact-05
  .gform
  .gform_wrapper.gravity-theme
  form
  .gfield
  input::placeholder {
  color: var(--color11);
}

.assignment-06 .gform .gform_wrapper.gravity-theme form .gfield input:focus,
.contact-05 .gform .gform_wrapper.gravity-theme form .gfield input:focus {
  background: transparent;
  box-shadow: none;
}

.assignment-06
  .gform
  .gform_wrapper.gravity-theme
  form
  .gfield
  input:focus::placeholder,
.contact-05
  .gform
  .gform_wrapper.gravity-theme
  form
  .gfield
  input:focus::placeholder {
  color: transparent;
}

.assignment-06 .gform .gform_wrapper.gravity-theme form .gfield input,
.assignment-06 .gform .gform_wrapper.gravity-theme form .gfield input.large,
.contact-05 .gform .gform_wrapper.gravity-theme form .gfield input,
.contact-05 .gform .gform_wrapper.gravity-theme form .gfield input.large {
  border-radius: 0;
}

.assignment-06 .gform .gform_wrapper.gravity-theme .gfield select {
  height: 50px;
}

.assignment-06 .gform .gform_wrapper.gravity-theme form .gfield select,
.assignment-06
  .gform
  .gform
  .gform_wrapper.gravity-theme
  form
  .gfield
  select.large,
.contact-05 .gform .gform_wrapper.gravity-theme form .gfield select,
.contact-05
  .gform
  .gform
  .gform_wrapper.gravity-theme
  form
  .gfield
  select.large {
  font-family: var(--font-1);
  margin-bottom: 8px;
  padding-left: 22px;
  padding-right: 42px;
  border-radius: 0;
  height: 50px;
  text-indent: 0;
  background-image: url(uploads/dropdown.svg);
  background-position: calc(100% - 22px) 54%;
  color: var(--color11);
}

.assignment-06 .gform .gform_wrapper.gravity-theme .gfield select:focus,
.contact-05
  .gform
  .gform_wrapper.gravity-theme
  form
  .gfield
  select.large:focus {
  box-shadow: none;
}

.assignment-06 .gform .gform_wrapper.gravity-theme form .gfield textarea.large,
.contact-05 .gform .gform_wrapper.gravity-theme form .gfield textarea.large {
  padding: 14px 22px;
  border-radius: 0;
  max-height: 151px;
  resize: none;
}

.assignment-06
  .gform
  .gform_wrapper.gravity-theme
  form
  .gfield
  textarea.large::placeholder,
.contact-05
  .gform
  .gform_wrapper.gravity-theme
  form
  .gfield
  textarea.large::placeholder {
  color: var(--color11);
}

.assignment-06
  .gform
  .gform_wrapper.gravity-theme
  form
  .gfield
  textarea.large:focus,
.contact-05
  .gform
  .gform_wrapper.gravity-theme
  form
  .gfield
  textarea.large:focus {
  background: transparent;
}

.assignment-06
  .gform
  .gform_wrapper.gravity-theme
  form
  .gfield
  textarea.large:focus::placeholder,
.contact-05
  .gform
  .gform_wrapper.gravity-theme
  form
  .gfield
  textarea.large:focus::placeholder {
  color: transparent;
}

.assignment-06 .gform .gform_wrapper.gravity-theme form .gform_footer,
.contact-05 .gform .gform_wrapper.gravity-theme form .gform_footer {
  margin-top: 55px;
}

.assignment-06 .gform .gform_wrapper.gravity-theme form .gform_footer .btn,
.contact-05 .gform .gform_wrapper.gravity-theme form .gform_footer .btn {
  border: 0;
  border-radius: 5px;
  background: var(--color3);
  box-shadow: 0px 3px 15px 0px rgba(110, 118, 129, 0.25);
  padding: 14px 41px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}

.assignment-06
  .gform
  .gform_wrapper.gravity-theme
  form
  .gform_footer
  .btn::after,
.contact-05 .gform .gform_wrapper.gravity-theme form .gform_footer .btn::after {
  background-color: var(--color2);
}

/* #endregion */

/* #region - FORENSIC ASSIGNMENT 06 - */
.assignment-06 .wrap {
  padding-block: 79px;
}

.assignment-06 .f41 {
  margin: 40px 0 60px;
}

.assignment-06 .dinfo {
  margin-bottom: 34px;
}

/* #endregion */

/* #region - ACCORDION 02c - */
.accordion-02c .wrap {
  padding-block: 98px;
}

.accordion-02c .wrap .bg-img {
  height: 663px;
  top: unset;
  bottom: 0;
}

.accordion-02c .accordion-wrap {
  margin-top: 3px;
  display: flex;
  flex-direction: column;
  gap: 85px;
}

.accordion-02c .job-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 300ms ease;
}

.accordion-02c .job-content.expanded {
  grid-template-rows: 1fr;
  border-bottom: 1px solid rgba(50, 54, 57, 0.1);
}

.accordion-02c .job-content > div {
  overflow: hidden;
}

.accordion-02c .ac-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid rgba(50, 54, 57, 0.1);
  font-size: 22px;
  font-weight: 600;
  transition: 0.2s;
}

.accordion-02c .ac-trigger::after {
  content: "+";
  position: absolute;
  right: 15px;
}

.accordion-02c .ac-trigger.triggered::after {
  content: "-";
}

.accordion-02c .ac-trigger.triggered {
  border-bottom: 3px solid var(--color3);
}

.accordion-02c .main-item .ac-trigger {
  padding-bottom: 24px;
}

.accordion-02c .f41 {
  max-width: 370px;
  margin-bottom: 35px;
}

.accordion-02c .f41.linar {
  max-width: 268px;
  padding-left: 31px;
  margin-bottom: 35px;
  line-height: 120%;
}

.accordion-02c .f41.linar::after {
  display: none;
}

.accordion-02c h3 {
  color: var(--color9);
}

.accordion-02c h4 {
  color: #000;
}

.accordion-02c h5 {
  margin-bottom: 12px;
}

.accordion-02c .f17 {
  max-width: 575px;
  text-align: justify;
}

.accordion-02c .f17 p {
  margin-block: 30px;
}

.accordion-02c .other {
  margin-top: 48px;
  max-width: 440px;
  padding: 30px 30px 50px;
  background: #f6f6f6;
}

.ac-intro-02c .f17 {
  max-width: 440px;
  text-align: start;
}

.accordion-02c .f18 {
  line-height: 115%;
  color: #000;
}

.accordion-02c .f18 ul {
  padding-left: 27px;
}

.accordion-02c .f18 li:not(:last-child) {
  margin-bottom: 12px;
}

.accordion-02c .sub-items .ac-trigger {
  padding-bottom: 31px;
}

.accordion-02c .sub-items .item {
  margin-top: 29px;
}

.accordion-02c .sub-items .item:last-child .ac-trigger {
  border-bottom: 0px solid rgba(50, 54, 57, 0.1);
}

.accordion-02c .sub-items .item:last-child .job-content.expanded {
  border: 0;
}

.accordion-02c .sub-items .item:last-child .ac-trigger.triggered {
  border-bottom: 3px solid var(--color3);
}

.accordion-02c .ac-btn .btn {
  margin-top: 9px;
  padding: 10px 41px;
  border: 0;
  border-radius: 5px;
  background: var(--color3);
  box-shadow: 0px 3px 15px 0px rgba(110, 118, 129, 0.25);
}

.accordion-02c .ac-btn .btn::after {
  background: var(--color2);
}

.accordion-02c .ac-btn .btn span {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

/* #endregion */

/* #region - ADDITIONAL LINKS 02 - */
.addlinks-02 .wrap {
  padding-block: 60px;
}

.addlinks-02 .diconn {
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.addlinks-02 .cc {
  text-align: center;
}

.addlinks-02 .item {
  padding: 10px;
  background-color: var(--color8);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: 0.2s;
}

.addlinks-02 .item:hover {
  transform: scale(1.05);
}

.addlinks-02 .item:hover .ptext {
  color: var(--color3);
}

.addlinks-02 .item .ptext {
  color: var(--color3);
  font-weight: 600;
}

/* #endregion */

/* #region - SINGLE NEWS/POST - */
.single-news .single-wrap {
  padding: 70px 0 80px;
}

.single-news .container-xl {
  max-width: 800px;
}

.single-news .news-thumb {
  height: 450px;
}

.single-news h1 {
  margin: 44px 0 30px;
  color: var(--color2);
  line-height: 120%;
}

.single-news .meta-news {
  display: flex;
  align-items: center;
  gap: 30px;
}

.single-news .meta-news span {
  color: var(--color14);
  font-size: 15px;
  font-weight: 400;
}

.single-news .meta-date-wrap {
  display: flex;
  gap: 9px;
}

.single-news .meta-name {
  display: flex;
  gap: 12px;
}

.single-news .meta-extra {
  margin-top: 10px;
}

.single-news .meta-extra p {
  color: var(--color14);
  font-size: 15px;
  font-weight: 400;
}

.single-news .content-wrap {
  max-width: 770px;
  margin-top: 39px;
}

.single-news .content-wrap h2 {
  margin: 40px 0 28px;
  color: var(--color3);
  font-size: 24px;
  font-weight: 600;
}

.single-news .content-wrap h3 {
  margin: 42px 0 17px;
  color: var(--color12);
  font-size: 18px;
  font-weight: 600;
}

.single-news .content-wrap p {
  font-size: 18px;
  margin-bottom: 26px;
  line-height: 145%;
  font-weight: 300;
}

.single-news .content-wrap ul {
  font-size: 18px;
  font-weight: 300;
  line-height: 145%;
  list-style: none;
  padding-left: 0;
}

.single-news .content-wrap ul + h2 {
  margin: 40px 0 39px;
}

.single-news .content-wrap ul li {
  position: relative;
  padding-left: 37px;
}

.single-news .content-wrap ul li::before {
  content: "\b7\a0";
  position: absolute;
  left: 0;
  color: var(--color3);
  font-size: 40px;
}

.single-news .content-wrap li:not(:last-child) {
  margin-bottom: 27px;
}

.single-news .content-wrap img {
  width: 100%;
  height: auto;
}

.single-news .ssocial {
  margin-top: 32px;
  text-align: center;
}

.single-news .ssocial h4 {
  color: #122a50;
  font-size: 16px;
  font-weight: 400;
}

.single-news .box {
  position: relative;
}

.single-news h4.dtitle {
  color: #68acf6;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 5.4px;
  text-transform: uppercase;
}

.single-news .cats {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
  position: absolute;
  top: 20px;
  left: 0;
  user-select: none;
  pointer-events: none;
}

.single-news .cat-div {
  padding: 4px 16px;
  background-color: var(--color3);
  color: #fff;
}

.single-news .post-related {
  padding-block: 80px;
  background: var(--color8);
}

.single-news .rnews-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.single-news .sbuttons {
  display: flex;
}

.single-news .sbuttons .owlbtn {
  position: static;
  transform: translateY(0);
  border: 1px solid #e7e7e7;
  width: 43px;
  height: 43px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: white;
  transition: 0.2s;
}

.single-news .sbuttons .owlnext {
  transform: translateY(0) scaleX(-1);
}

.single-news .sbuttons .owlbtn:hover {
  background-color: #73b9ff;
}
.single-news .sbuttons .owlbtn:hover img {
  filter: brightness(0) invert(1);
}

.single-news .related-news .bg-img {
  min-height: auto;
}

.single-news .related-news .box:hover .post-thumb::after {
  height: 100%;
}

.single-news .related-news .post-thumb {
  position: relative;
  height: 226px;
}

.single-news .related-news .post-thumb::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0px;
  left: 0;
  bottom: 0;
  transition: 0.3s;
  background: linear-gradient(
    180deg,
    rgba(27, 27, 27, 0) 0%,
    rgba(27, 27, 27, 0.5) 100%
  );
}

.single-news .related-news .post-link {
  text-decoration: none;
}

.single-news .related-news .meta-date {
  margin: 14px 0 16px;
}

.single-news .related-news .meta-date span {
  color: var(--color3);
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.single-news .post-title h4 {
  color: var(--color12);
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.single-news p img {
  width: 100%;
  height: auto;
}

.single-news .wp-caption {
  margin-top: 30px;
}

.single-news .wp-caption img {
  width: 100%;
  height: auto;
}

.single-news .content-wrap .wp-caption-text {
  padding: 10px;
  margin-bottom: 0;
  text-align: center;
  color: var(--color14);
  font-size: 15px;
  font-weight: 400;
}

/* #endregion */

/* #region - SASSY SOCIAL SHARE ICONS - */
.heateor_sss_facebook svg path {
  transform: translate(1px, 1px) scale(0.9);
}

.heateor_sss_button_x svg path {
  transform: translate(3px, 3px) scale(0.8);
}

.heateor_sss_button_linkedin svg path {
  transform: translate(5px, 4px) scale(0.7);
}

/* #endregion */

/* #region - RC TEXT 03 - */
.rc-text-03 .wrap {
  padding-block: 80px;
}

.rc-text-03 h2 {
  color: var(--color2);
  font-family: var(--font-1);
  font-size: 41px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 20px;
}

.rc-text-03 .f37 {
  font-size: 37px;
  margin-bottom: 30px;
}

.rc-text-03 ul {
  padding-left: 20px;
  list-style: none;
}

.rc-text-03 ul li {
  position: relative;
  padding-left: 38px;
}

.rc-text-03 ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--color3);
  font-size: 17px;
}

.rc-text-03 .dinfo {
  max-width: 520px;
}

.rc-text-03 .cc:nth-child(2) .dinfo {
  margin-left: auto;
}

.rc-text-03 .dinfo h3 {
  margin-bottom: 20px;
  color: var(--color4);
}

.rc-text-03 .dinfo iframe {
  height: 400px;
}

/* #endregion */

/* #region - RC 03 - */
.rcrev-03 .wrap,
.rc-03 .wrap {
  padding-bottom: 80px;
}

.rcrev-03 .dinfo,
.rc-03 .dinfo {
  max-width: 470px;
}

.rcrev-03 .row .dinfo {
  margin-left: auto;
}

.rcrev-03 .dimage,
.rc-03 .dimage {
  height: 500px;
}

.rcrev-03 .dimage img,
.rc-03 .dimage img {
  height: 100%;
  object-fit: cover;
}

.rcrev-03 h2.mtitle,
.rc-03 h2.mtitle {
  margin-bottom: 11px;
}

.rcrev-03 .f17 p:nth-child(1),
.rc-03 .f17 p:nth-child(1) {
  margin-bottom: 25px;
}

/* .rc-03 .dinfo {
  max-width: 500px;
} */

.rcrev-03 .dinfo strong,
.rc-03 .dinfo strong {
  color: var(--color2);
}

.rcrev-03 ul,
.rc-03 ul {
  padding-left: 20px;
  list-style: none;
}

.rcrev-03 ul li,
.rc-03 ul li {
  position: relative;
  padding-left: 38px;
}

.rcrev-03 ul li::before,
.rc-03 ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--color3);
  font-size: 17px;
}

/* #endregion */

/* #region - 2-3rd LEVEL PAGES */
.specialties-02.flex-rs .wrap {
  padding-top: 0;
}

.specialties-02.flex-rs .wrap,
.specialties-02.flex-03 .wrap {
  background: none;
}

.specialties-02.flex-rs h2.mtitle {
  color: var(--color3);
  font-family: var(--font-1);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 5.4px;
  text-transform: uppercase;
}

.specialties-02.flex-rs .sp-intro-02 {
  text-align: left;
}

.specialties-02.flex-rs h3.mtitle {
  color: var(--color12);
  font-family: var(--font-1);
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.specialties-02.flex-03 .sp-intro-02 {
  margin-bottom: 30px;
}

.specialties-02.flex-03 .pad {
  margin-top: 10px;
}

.specialties-02.flex-03 h2.mtitle {
  margin-bottom: 20px;
}

.intro-03a.intro-3a-col .f17 ul {
  columns: 2;
}

.intro-03a.bg3 {
  background-color: var(--color8);
}

.rcrev-03.el3 strong,
.rc-03.el3 strong {
  margin-top: 10px;
  text-align: center;
}

.rcrev-03 .dimage,
.rc-03 .dimage {
  height: 500px;
}

.rc-03 .dimage img,
.rcrev-03 .dimage img {
  height: 100%;
  object-fit: cover;
}

.page-child .specialties-02 .dimage {
  position: relative;
}

.page-child .specialties-02 .dinfo:hover .dimage::after {
  height: 100%;
}

.page-child .specialties-02 .dimage::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0px;
  left: 0;
  bottom: 0;
  transition: 0.3s;
  background: linear-gradient(
    180deg,
    rgba(27, 27, 27, 0) 0%,
    rgba(27, 27, 27, 0.5) 100%
  );
}

.page-child .specialties-02 .ptext {
  color: var(--color1);
}

.page-child .rcrev-02 h3,
.page-child .rc-02 h3 {
  color: var(--color2);
  margin-bottom: 20px;
}

.page-child p b {
  font-weight: 600;
}

.rc-03 video {
  height: 100%;
}

/* #endregion */

/* #region - TEXT CONTENT 01 */
.text-content-01 .wrap {
  padding: 80px 0;
}

.text-content-01 h2 {
  margin: 30px 0 12px;
  font-family: var(--font-1);
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: var(--color2);
}

.text-content-01 ul {
  padding-left: 20px;
  list-style: none;
}

.text-content-01 li {
  position: relative;
  padding-left: 38px;
}

.text-content-01 li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--color3);
  font-size: 17px;
}

/* #endregion */
