/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
a:hover .arrow-static path {
  fill: transparent !important;
}
[data-id="group-main-disclaimer"] .col-md-12 {
  padding: 0;
}
/* Animation Start */
.wow {
  visibility: visible !important;
  opacity: 0.9 !important;
}
.wow.wow-visible {
  visibility: visible !important;
  opacity: 1 !important;
}
.news .section-title.wow-visible {
	opacity: 0.95 !important;
}
:root {
  --black: #000000;
  --white: #ffffff;
  --light-gray: #cccccc;
  --light-blue: #e5eff9;
  --blue: rgba(58, 58, 148, 1);
  --hblue: rgba(58, 58, 148, 1);
}
html, body {
  overflow-x: hidden;
}
body {
  font-size: 20px;
  line-height: 1.6;
  font-family: 'Raleway';
  color: var(--black);
  font-weight: 400;
  padding: 0;
  margin: 0;
  position: relative;
  overflow-y: hidden;
}
.dots-img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  pointer-events: none;
}
a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--hblue);
  text-decoration: none;
}
a:hover {
  color: rgba(5, 9, 59, 1);
}
a[href^="tel:"] {
  display: inline-block;
}
strong {
  font-weight: 700;
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
}
ul {
  padding: 0;
  margin: 0;
}
p {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  font-family: 'Inter';
  color: rgba(78, 80, 102, 1);
}
h1,
h2,
h3,
h4,
h5,
h6,
.text-xxl,
.text-xl,
.text-lg, 
.text-md,
.text-sm,
.text-xs {
  font-weight: 700;
  line-height: 1.2;
}
h1 {
  font-size: 62px;
  font-weight: 400;
}
.text-xxl, .text-xxl {
  font-size: 62px !important;
  font-weight: 400;
}
h2 {
  font-size: 52px;
}
.text-xl, .text-xl {
  font-size: 52px !important;
}
h3 {
  font-size: 40px;
}
.text-lg, .text-lg {
  font-size: 40px !important;
}
h4 {
  font-size: 24px;
}
.text-md, .text-md {
  font-size: 24px !important;
}
h5 {
  font-size: 20px;
}
.text-sm, .text-sm {
  font-size: 20px !important;
}
h6 {
  font-size: 26px;
}
.text-xs, .text-xs {
  font-size: 26px !important;
}
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: var(--blue);
}
.form-control {
  border: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 27px;
  font-size: 20px;
  padding: 10px 30px;
}
.form-control::-webkit-input-placeholder {
  color: var(--black);
}
.form-control::-moz-placeholder {
  color: var(--black);
}
.form-control:-ms-input-placeholder {
  color: var(--black);
}
.form-control:-moz-placeholder {
  color: var(--black);
}
/* Placeholder */
::-webkit-input-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
}
:-ms-input-placeholder {
  color: #999;
}
::-ms-input-placeholder {
  color: #999;
}
::placeholder {
  color: #999;
}
/* Select */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url('data:image/svg+xml,<svg width="15" height="9" viewBox="0 0 15 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.65666 8.07106C7.04719 8.46158 7.68035 8.46158 8.07088 8.07106L14.4348 1.7071C14.8254 1.31657 14.8254 0.68341 14.4348 0.292885C14.0443 -0.0976393 13.4111 -0.0976393 13.0206 0.292885L7.36377 5.94974L1.70692 0.292885C1.31639 -0.0976398 0.683226 -0.0976399 0.292702 0.292885C-0.0978225 0.683409 -0.0978225 1.31657 0.292702 1.7071L6.65666 8.07106ZM7.36377 5.36395L6.36377 5.36395L6.36377 7.36395L7.36377 7.36395L8.36377 7.36395L8.36377 5.36395L7.36377 5.36395Z" fill="%2305093B"/></svg>') no-repeat 96% 50%;
  padding-right: 40px;
}
/* Textarea */
textarea {
  resize: vertical;
  min-height: 120px;
}
/* Custom Row CSS */
.row {
  margin: 0 -10px;
}
[class*="col-"] {
  padding: 0 10px;
}
/* Label */
label {
  font-weight: 500;
  margin-bottom: 6px;
  display: inline-block;
}
/*
Css for No result for news page
*/
h2.no-results {
  text-align: center;
  font-size: 1.5em;
  color: #555;
  margin-top: 20px;
}
/* Btn's CSS */
/* Fixed SVG container size and alignment */
a svg {
  /*             width: 18px !important;
        height: 15px !important; */
  flex-shrink: 0;
  overflow: visible;
  vertical-align: middle;
  transition: transform 0.4s ease;
  margin-left: 10px;
  margin-top: -4px;
}
a svg path {}
/* Use stroke-dasharray for draw animation */
a .anim-path {
  stroke: rgb(255, 255, 255);
  stroke-width: 1;
  stroke-linecap: butt;
  stroke-linejoin: miter;
  fill: none;
  stroke-dasharray: 40;
  /* approximate full length for both paths */
  stroke-dashoffset: 40;
  transition: stroke-dashoffset 0.5s ease-out;
}
/* Slight delay for the curve (head) so shaft draws first */
a .curve-path {
  transition: stroke-dashoffset 0.5s ease-out 0.15s;
}
/* On hover: draw from left to right */
a:hover .anim-path {
  stroke-dashoffset: 0;
}
/* Optional: arrow slides right a bit on hover */
a:hover svg {
  transform: translateX(7px);
}
/* Normal state: hide the "incoming" paths (the ones with display:none in your SVG) */
a .incoming {
  display: none;
}
/* On hover: switch to the "outgoing" paths (your display:none ones become visible, block become none) */
a:hover .static {
  display: none;
}
a:hover .incoming {
  display: block;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 29px;
  font-weight: 600;
  color: #fff;
  padding: 7px 20px;
  min-width: 205px;
  background: rgba(5, 9, 59, 1);
  border: 1px solid rgba(5, 9, 59, 1);
  gap: 10px;
  border-radius: 0;
}
.btn:hover {
  background: transparent;
  border-color: rgba(5, 9, 59, 1);
  color: rgba(5, 9, 59, 1);
}
.btn:focus .paymentbill-icon {
  background-color: rgba(5, 9, 59, 1);
}
.link-btn {
  font-size: 24px;
  line-height: 20px;
  font-weight: 600;
  color: rgba(5, 9, 59, 1);
  position: relative;
  padding-right: 0 !important;
  transition: all 0.5s ease-in-out;
}
.link-btn:before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 2px;
  background: rgba(5, 9, 59, 1);
  content: "";
  z-index: 1;
  display: none;
}
.nav-link{
	font-weight: 400;
}
.link-btn:hover {
  color: #5E5EFF !important;
}
.link-btn:hover .bg-arrow {
  display: none;
}
.link-btn:hover i {
  background-color: #5E5EFF !important;
}
.link-btn:hover svg path, .link-btn:hover svg .shaft, .link-btn:hover svg .head {
  stroke: #5E5EFF !important;
}
.link-btn:hover .btn-arrow {
  transform: translatex(5px);
}
.link-btn .btn-arrow {
  position: absolute;
  right: -5px;
  top: 19%;
  transition: all 0.5s ease;
  transform: translateX(0);
}
/* .link-btn:hover .btn-arrow {
  animation: leftright 3s forwards ease-in-out;
}
@keyframes leftright {
  20% {
    transform: translateX(-18px);
  }
  50%,
  60% {
    transform: translateX(-10px);
  }
  80%,
  100% {
    transform: translateX(0);
  }
} */
/* Section Title CSS */
.section-title {
  margin-bottom: 50px;
}
.section-title h2 {
  color: #05093B;
  margin-bottom: 20px;
}
/* Header */
header {
padding: 3px 0 0;
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 400;
  background: #fff;
}
header.fixed {
  position: fixed;
  box-shadow: 1px 2px 14px 3px rgba(0, 0, 0, 0.05);
	padding: 1px 0;
}
/* header.fixed .ta-navigation-menu ul:not(.ta-sub-menu) li {
  height: 70px;
  line-height: 70px;
} */
header.fixed .ta-navigation-menu ul.ta-sub-menu .menu-item {
  height: auto;
  line-height: normal;
}
header .container {
  max-width: 95%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .logo {
  max-width: 290px;
}
.fixed .announcement-bar {
  display: none;
}
header.sticky-header {
  -webkit-animation: sticky-menu 0.8s forwards;
  animation: sticky-menu 0.8s forwards;
  box-shadow: 0 5px 10px rgb(255, 255, 255, 0.2);
  position: fixed;
}
@-webkit-keyframes sticky-menu {
  0% {
    top: -50%;
  }
  100% {
    top: 0;
  }
}
@keyframes sticky-menu {
  0% {
    top: -50%;
  }
  100% {
    top: 0;
  }
}
header .btn:hover .paymentbill-icon {
  background-color: #000;
}
.fixed .announcement-bar {
  display: none;
}
/*---- Menu ----*/
.main-menu {
  margin-bottom: 0;
  padding: 0;
}
.ta-navigation-menu .navbar-collapse {
  display: inline-block;
  text-align: left;
}
.ta-navigation-menu {
  padding: 0;
}
.ta-navigation-menu ul li {
  display: inline-block;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ta-navigation-menu ul:not(.ta-sub-menu) li {
  height: 54px;
  line-height: 54px;
}
.ta-navigation-menu ul li.menu-item-has-children {
  padding-right: 50px;
}
.ta-navigation-menu ul li:before {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  content: "";
}
.ta-navigation-menu ul li a, .ta-navigation-menu ul li button {
  font-size: 18px;
  line-height: 1.5;
  color: rgba(0, 7, 44, 1);
  position: relative;
  display: inline-block;
	font-weight: 400 !important;
}
.ta-navigation-menu ul:not(.ta-sub-menu) li:hover a {
  /*   font-weight: 600; */
}
.ta-navigation-menu ul li a:hover,
.ta-navigation-menu ul li a.active-menu,
.ta-navigation-menu ul li .ta-sub-menu .menu-item:hover>a {
  text-shadow: 0 0 1px rgba(58, 58, 148, 1), 0 0 0.85px rgba(58, 58, 148, 1);
  color: rgba(58, 58, 148, 1);
  font-weight: 400;
}
.ta-navigation-menu ul li.current-menu-item>a, .ta-navigation-menu ul li.current-menu-parent>a, .ta-navigation-menu ul li.current-menu-item>button, .ta-navigation-menu ul li.current-menu-parent>button {
  text-shadow: 0 0 1px rgba(0, 7, 44, 1), 0 0 0.85px rgba(0, 7, 44, 1);
  color: rgba(0, 7, 44, 1);
}
.ta-navigation-menu ul li.current-menu-parent li.current-menu-item>a {
  color: rgba(58, 58, 148, 1) !important;
  /*  font-weight: 600 !important; */
  text-shadow: 0 0 1px rgba(58, 58, 148, 1), 0 0 0.85px rgba(58, 58, 148, 1);
}
.ta-navigation-menu ul li .ta-sub-menu .menu-item:hover>a {
  color: rgba(58, 58, 148, 1) !important;
}
.ta-navigation-menu ul li a:hover:before,
.ta-navigation-menu ul li a.active-menu:before,
.ta-navigation-menu ul li:hover a:before,
.ta-navigation-menu ul li.current-menu-item>a::before,
.ta-navigation-menu ul li.current-menu-ancestor>a::before {
  /*width: 100%;*/
}
.ta-navigation-menu ul li .ta-sub-menu .menu-item {
  position: relative;
}
.ta-navigation-menu ul .menu-item-has-children>a:before, .ta-navigation-menu ul li.menu-item-has-children > button:before, .ta-navigation-menu .sub-menu .menu-item-has-children > button:before {
transition: all 0.5s;
display: block !important;
  content: "";
  width: 10px;
  height: 2px;
  background: rgba(0, 7, 44, 1);
  position: absolute;
  top: 10px;
  right: -23px;
  top: 13px;
  transform: rotate(45deg);
}
.ta-navigation-menu div.sub-menu .menu-item-has-children > a:before {
  right: 25px;
  top: 22px;
}
.ta-navigation-menu div.sub-menu .menu-item-has-children > a:after {
  right: 19px;
  top: 22px;
}
.ta-navigation-menu div.sub-menu .menu-item-has-children > .ta-arrow-down:before {
  width: 10px;
  right: -30px;
}
.ta-navigation-menu div.sub-menu .menu-item-has-children > .ta-arrow-down:after {
  width: 10px;
   right: -36px;
}
.ta-navigation-menu ul li.menu-item-has-children .ta-arrow-down {
  position: absolute;
  top: 14px;
  right: 50px;
	transition: all 0.5s;
}
.ta-navigation-menu ul .sub-menu .ta-arrow-down {
  top: 10px !important;
}
.fixed .ta-navigation-menu ul li.menu-item-has-children .ta-arrow-down {
  top: 21px;
}
.ta-navigation-menu ul .menu-item-has-children>a:after, .ta-navigation-menu ul li.menu-item-has-children > button:after, .ta-navigation-menu .sub-menu .menu-item-has-children > button:after {
transition: all 0.5s;
display: block !important;
  content: "";
  width: 10px;
  height: 2px;
  position: relative;
  background: rgba(0, 7, 44, 1);
  top: 13px;
  position: absolute;
  top: 13px;
  right: -30px;
  transform: rotate(-45deg);
}
.ta-navigation-menu .ta-sub-menu .menu-item-has-children .ta-arrow-down2 {
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: -1;
  transform: translateY(-50%);
  align-items: center;
  justify-content: center;
}
.ta-navigation-menu .ta-sub-menu .menu-item-has-children .ta-arrow-down2::before {
transition: all 0.5s;
  width: 14px;
  height: 14px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  position: relative;
  content: " ";
  display: inline-block;
  transform: rotate(-45deg);
  right: 4px;
}
.ta-navigation-menu .ta-sub-menu .menu-item-has-children:hover .ta-arrow-down2::before {
  border-right: 2px solid #30798f;
  border-bottom: 2px solid #30798f;
}
.details p img+img {
  margin-top: 20px;
}
/* Careers Details CSS */
.careers-details {
  padding: 60px 0 0px;
}
.careers-details .top-details .col-lg-5 img {
  width: 100%;
}
.page-id-4010 .careers-details .top-details .col-lg-5 img {
	height: 100%;
	object-fit: cover;
	object-position: top;
}
.careers-details .text-xl {
  margin-bottom: 30px;
  color: #05093B;
}
.top-details {
  padding: 0 0 60px;
}
/* .top-details .row {
  align-items: flex-start;
} */
.top-details .row:nth-child(2n) {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 50px;
  margin-bottom: 50px;
}
.top-details p {
  margin-bottom: 30px;
}
.top-details p strong {
  color: #05093B;
}
.top-details p:last-child {
  margin-bottom: 0;
}
.careers-details .container {
  padding: 0;
}
.careers-details .row [class*="col-"]:first-child {
  padding-right: 40px;
}
.page-id-3975 .careers-details .row [class*="col-"]:first-child, .page-id-3 .careers-details .row [class*="col-"]:first-child, .page-id-3979 .careers-details .row [class*="col-"]:first-child {
	padding-right: 10px;
}
.bottom-details {
  text-align: center;
}
.bottom-details p {
  font-size: 30px;
  line-height: 40px;
  color: rgba(5, 9, 59, 1);
  text-align: center;
  font-family: 'Raleway';
  font-weight: 400;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.bottom-details .btn {
  min-width: 664px;
  margin-top: 10px;
  padding: 12px 20px;
  text-transform: uppercase;
}
.checklist p {
  text-align: left;
  padding-right: 30px;
  margin-bottom: 30px;
}
.checklist ul {
  list-style-type: none;
  padding: 0 0 0 20px;
  margin: 0;
}
.checklist ul li {
  text-align: left;
  margin-bottom: 15px;
  color: rgba(5, 9, 59, 1);
  font-weight: 500;
  font-family: 'Inter';
  padding-left: 0;
  position: relative;
  font-size: 22px;
  line-height: 34px;
	list-style-type: disc;
}
/* .checklist ul li:before {
  position: absolute;
  top: 12px;
  left: 0;
  width: 16px;
  height: 12px;
  background: url(../images/check-arrow.svg) no-repeat 0 0;
  content: "";
} */
.checklist ul li:last-child {
  margin-bottom: 0;
}
/* BG Section CSS */
.bg-section {
  padding: 85px 0;
}
/* footer css */
.main-footer {
  color: #fff;
  /* opacity: 0.5; */
  position: relative;
  background: rgba(5, 9, 59, 1);
}
.footer-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* background-image: url(../images/footer-bg.png); */
  background-image: url(../images/footer-bg.webp);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  content: "";
  opacity: 1;
  overflow: hidden;
}
.main-footer:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 7, 44, 1);
  content: "";
  opacity: 0.95;
}
.main-footer .container {
  position: relative;
  z-index: 9;
}
.footer-top {
  padding: 80px 0px 0 0;
  position: relative;
}
.footer-top:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  opacity: 0.9;
  background: linear-gradient(0deg, rgba(0, 7, 44, 0) 0%, #00072C 100%);
}
.top-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 60px;
  margin-bottom: 85px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.top-wrap .text-xl {
  max-width: 566px;
  margin-bottom: 0;
}
.top-wrap .btn {
  background: #fff;
  color: rgba(5, 9, 59, 1);
}
/* .top-wrap .btn:focus i {
  background-color: #fff;
} */
.top-wrap i {
  background-color: rgba(5, 9, 59, 1);
}
.top-wrap .btn:hover {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.top-wrap .btn:hover i {
  background-color: #fff;
}
.social-icon ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.social-icon li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 180px;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}
.social-icon li a {
  width: 30px;
  height: 30px;
}
.social-icon ul li strong {
  font-size: 22px;
  font-family: 'Inter 18pt';
  font-weight: 600;
  margin-right: 10px;
}
.footer-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-grid .footer-col:first-child {
  width: 33.333%;
}
.footer-grid .footer-col p {
  margin-bottom: 2px;
}
.footer-grid .footer-col:nth-child(2) {
  padding-left: 0;
  padding-right: 100px;
}
.footer-grid .footer-col:nth-child(2)::before {
  left: 35px;
}
.footer-grid .footer-col:nth-child(4) {
  padding-right: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 25%;
}
.footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}
.footer-logo .social-btns {
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.footer-logo .social-btns .header-contact {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 100px;
  margin-bottom: 0px;
}
.footer-logo .social-btns .header-contact li {
  margin-bottom: 0;
}
.footer-logo .social-btns .header-contact li:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  margin-right: 28px;
  padding-right: 28px;
}
.footer-logo img {
  height: 86px;
}
.footer-logo p {
  font-size: 14px;
  margin-bottom: 10px;
}
.footer-logo a {
  color: #fff;
  text-decoration: none;
}
.footer-col p {
  font-size: 20px;
  line-height: 29px;
  color: rgba(150, 153, 184, 1);
}
.footer-col p a {
  color: rgba(150, 153, 184, 1);
}
.footer-col p a:hover {
  color: #fff;
}
.footer-col:nth-child(4) ul li a {
  font-family: 'Barlow Condensed';
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
}
.footer-col strong {
  display: block;
  font-size: 26px;
  line-height: 38px;
  margin-bottom: 10px;
  font-weight: 700;
}
.quick-links {
  display: flex;
  flex-wrap: wrap;
}
.quick-links ul {
  width: 50%;
}
.quick-links ul li {
  margin-bottom: 5px;
}
.footer-grid .footer-col {
  position: relative;
}
.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.translated-ltr .footer-col ul li a {
  white-space: inherit;
  padding-right: 5px;
}
.footer-col ul li a {
  color: rgba(150, 153, 184, 1);
  /*  color: #fff; */
  text-decoration: none;
  font-size: 20px;
  line-height: 29px;
  font-weight: 400;
  font-family: 'Inter';
  white-space: nowrap;
}
.footer-col ul li a:hover,
.footer-top .social-btns .header-contact li a:hover,
.footer-top ul li.current-menu-item a {
  color: #fff;
  text-underline-offset: 5px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.footer-bottom {
  margin-top: 85px;
  color: rgba(150, 153, 184, 1);
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-bottom .container {
  padding: 0 !important;
}
.footer-bottom-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-bottom-content div {
  display: flex;
}
.footer-bottom-content p,
.footer-bottom-content p a {
  margin-bottom: 0;
  font-size: 16px;
  color: rgba(150, 153, 184, 1);
  font-weight: 300;
}
.footer-bottom-content p a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.footer-bottom-content p img {
  margin-right: 20px;
}
.footer-bottom-content p a:hover img {
  opacity: 0.7;
}
.footer-bottom-content p:last-child {
  display: inline-flex;
  align-items: center;
}
.footer-bottom-content div p:first-child a {
  margin: 7px 18px 0 0;
	display: inline-block;
}
.footer-bottom-content p i:hover {
  opacity: 0.5;
}
.footer-bottom-content p:last-child a {
  margin: 0 5px;
  display: inline-block;
}
#button {
  display: inline-block;
  background-color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  box-shadow: 1px 2px 29px 7px rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  border-radius: 100%;
  margin: 0 !important;
border: 1px solid #00072C;
}
#button::before, #button::after {
  position: absolute;
  top: 21px;
  left: 13px;
  width: 15px;
  height: 4px;
  content: "";
  background: #000;
  transform: rotate(-45deg);
}
#button::after {
  left: 22px;
  transform: rotate(45deg);
}
#button:hover:before, #button:hover:after {
	background: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #0056a7;
	border-color: #0056a7;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
/* Styles for the content section */
.content {
  width: 77%;
  margin: 50px auto;
  font-family: 'Merriweather', serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}
/* Our Team CSS */
.team-img {
  /*   background: rgba(238, 238, 255, 1); */
  padding-top: 0 !important;
  height: auto !important;
  /*   overflow: hidden; */
}
.team-img img {
  background: rgba(238, 238, 255, 1);
}
.team-img a {
  display: block;
}
.team-img img {
  width: 100%;
  height: 242px;
  object-fit: cover;
  object-position: top;
  padding-top: 30px;
}
.team-box .text-md {
  font-weight: 600;
  color: rgba(5, 9, 59, 1);
  margin: 18px 0;
  font-family: 'Inter';
}
.team-box .text-md a {
  color: inherit;
}
.home .team-box .link-btn {
  display: none;
}
.team-box .link-btn:focus {
  opacity: 1;
  visibility: visible;
}
.team-box .link-btn {
  visibility: hidden;
  opacity: 1;
  transition: 0.5s ease;
  font-size: 20px;
}
.team-box:hover .link-btn {
  visibility: visible;
  opacity: 1;
}
.team-box .link-btn:hover svg path, .team-box .link-btn:hover svg .shaft, .team-box .link-btn:hover svg .head {
  stroke: #5E5EFF !important;
}
.team-box:hover img {
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1);
  /* Microsoft Edge and Firefox 35+ */
}
/* Page Titile CSS */
.page-title {
  padding: 103px 0;
  background-color: rgba(4, 9, 43, 1);
  background-image: url(../images/page-title-bg.svg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  margin-top: 137px;
}
.page-title .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.page-title .text-xxl, .page-title .text-xxl {
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
}
.filter-block {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(234, 234, 234, 1);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.filter-block span {
  font-size: 18px;
  line-height: 28px;
  color: rgba(78, 80, 102, 1);
  font-family: 'Inter';
  margin-right: 12px;
}
.filter-block select {
  border: none !important;
  /*outline: none !important;*/
  background-color: rgba(234, 234, 234, 1);
  font-size: 18px;
  line-height: 28px;
  color: rgba(78, 80, 102, 1);
  font-family: 'Inter';
  border: none;
  padding: 5px 30px 5px 16px;
  max-width: 201px;
  background-image: url(../images/select-arrow.svg);
  margin-right: 15px;
}
.page-template-news-events .filter-block select {
  margin-right: 0 !important;
}
.filter-block button {
  min-width: 131px;
  padding: 1px 20px 4px;
}
.filter-block button:focus-visible {
  outline: 3px solid #0b5ed7;
  outline-offset: 3px;
}
.slider-section .swiper {
  overflow: visible;
}
/* News CSS */
.news [class*="col-"] {
  padding-bottom: 20px;
}
.news .align-items-center [class*="col-"]:last-child {
  display: flex;
  justify-content: flex-end;
}
.news .align-items-center .link-btn .btn-arrow {
  top: 1px;
}
/* .news-box a:not(.link-btn) {
  display: block;
} */
.news-box {
  overflow: hidden;
}
.news-box {
  position: relative;
  height: 100%;
  /*     background: #000; */
}
body .sales-active .news-box .news-info .text-md, body .sales-active .news-box .news-info a.link-btn {
  color: #fff !important;
}
body .sales-active .news-box .news-info a.link-btn:hover {
  color: #5E5EFF !important;
}
body .sales-active .news-box .news-info a.link-btn:hover i {
  background-color: #5E5EFF !important;
}
body .sales-active .news-box .news-info a.link-btn i {
  background-color: #fff !important;
}
.sales-active .link-btn .btn-arrow {
  background-color: #fff !important;
}
.sales-active .news-box:hover .news-info::before {
  background-color: transparent;
}
.news-box:hover .news-info:before {
  background: #EEEEFF;
  opacity: 1;
}
.news-box:hover .news-info span a, .news-box:hover .news-info .text-md, .news-box:hover .news-info .link-btn, .news-box:hover .news-info .text-md a {
  color: rgba(5, 9, 59, 1) !important;
}
.news-box:hover .news-info .link-btn i {
  background-color: rgba(5, 9, 59, 1) !important;
}
.news-info a:hover .link-btn svg path, .news-info:hover .link-btn svg path {
  stroke: rgba(5, 9, 59, 1) !important;
}
.news-info .link-btn:hover svg path, .news-info .link-btn:hover svg .shaft, .news-info .link-btn:hover svg .head {
  stroke: rgba(5, 9, 59, 1) !important;
}
.page-template-real-estate-and-foreclosure .news-info:hover .link-btn svg path {
  stroke: #fff !important;
}
.news-box .news-info a:hover .link-btn {
  color: rgba(5, 9, 59, 1) !important;
}
.sales-active .news-box .news-info a:hover .link-btn {
  color: #5E5EFF !important;
}
.news-box img {
  position: absolute;
  top: 0;
  left: 0;
  height: 286px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.news-info {
  /*   position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 33px 25px;
}
.news-box {
  background: rgba(5,9,59,1);
}
.news-top>a {
  background: linear-gradient(180deg, #061651 0%, #00072C 100%);
}
.news-top a span, .news-top a .text-md, .news-top a div {
  position: relative;
  z-index: 999;
}
.news-top a:hover:before {
  background: #EEF;
}
.news-top {
  z-index: 99 !important;
}
.news-info {
  position: relative;
}
.news-info:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: linear-gradient(180deg, #061651 0%, #00072C 100%);
  content: "";
  opacity: 0.9;
  transition: all 0.7s;
}
.news-top a {
  position: relative;
/*   width: 100%; */
  display: inline-flex;
/*   flex-direction: column; */
  justify-content: flex-end;
	align-items: center;
/*   height: 286px;
  padding: 33px 25px; */
}
.news-info * {
  position: relative;
  z-index: 9;
}
.news-info span {
  font-size: 18px;
  line-height: 38px;
  color: #fff;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.news-info span a {
  color: #fff;
}
.news-info span a:nth-child(2n) {
  margin-left: 5px;
}
/* .home .news-info .text-md {
    display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
} */
.news-info .text-md {
  color: #fff;
  font-weight: 500;
  font-family: 'Inter';
  margin-bottom: 35px;
  line-height: 38px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-info .text-md a {
  color: #fff;
}
.news-info .link-btn {
  color: #fff;
  font-size: 20px;
  line-height: 32px;
}
.news-info .link-btn i {
  background-color: #fff;
  margin-left: 6px;
}
.news-info:hover a, .news-info:hover a span, .news-info:hover span {
  color: rgba(5, 9, 59, 1) !important;
}
.news-info:hover .news-bottom .link-btn svg {
}
.wpcf7-form.validating .wpcf7-response-output {
  display: none !important;
}
body .gt_float_switcher {
  border-radius: 0 !important;
}
body .gt_float_switcher .gt_options a {
  padding: 10px 13px;
}
body .gt_float_switcher .gt_options a {
  display: flex;
}
.gt_float_switcher .gt_options {
  position: absolute !important;
  background: #fff;
  top: 55px;
}
.gt_float_switcher .gt_options a {
  font-size: 13px !important;
}
body .gt_float_switcher img {
  width: 16px;
}
body .gt_float_switcher .gt-current-lang img {
  width: 18px;
}
body .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
  font-size: 15px;
  top: 0px;
}
body .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code:hover {
  color: #5E5EFF;
}
body .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
  height: 17px;
  transform: rotate(0);
}
body .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow.gt_arrow_rotate {
  transform: rotate(-180deg);
}
body .gt_float_switcher .gt-selected .gt-current-lang {
  padding: 12px;
  background: #efefef;
}
.news-info a:hover span {
  color: rgba(5, 9, 59, 1) !important;
}
.news-info a:hover .shaft, .news-info a:hover .head {
  stroke: rgba(5, 9, 59, 1) !important;
}
/* Call To Action CSS */
.call-to-action {
  padding: 103px 0;
  position: relative;
  background: rgba(5, 9, 59, 1);
}
.call-to-action .container {
  padding: 0;
}
.bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.call-to-action:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #00072C 0%, rgba(0, 7, 44, 0) 100%);
  content: "";
  z-index: 22;
}
.page-id-62 .call-to-action:before {
  width: 679px;
  background: linear-gradient(90deg, rgba(0, 9, 59, 0) 0%, #00072C 100%);
}
.call-to-action:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 36, 113, 1);
  content: "";
  z-index: 1;
}
.call-to-action .container {
  position: relative;
  z-index: 92;
}
.call-to-action .text-xl {
  font-size: 48px !important;
  color: #fff;
  margin-bottom: 0;
}
/* Sales Active CSS */
.news-info .news-bottom .link-btn svg {
  top: 2px;
}
.sales-active {
  padding: 60px 0 150px;
}
.sales-active .news-info .link-btn {
  font-size: 22px;
  margin-bottom: 0 !important;
}
.sales-active .news-info .link-btn svg {
  top: 3px;
}
.sales-active p {
  font-size: 30px;
  line-height: 40px;
}
/* .sales-active .text-lg {
  font-size: 30px !important;
  font-weight: 400;
  font-family: 'Inter';
  color: rgba(5, 9, 59, 1);
  margin-bottom: 55px;
} */
.sales-active p {
  margin-bottom: 55px;
}
.sales-active .row {
  display: flex;
  justify-content: center;
}
.sales-active .news-info {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: flex-start;
}
.sales-active .news-info .text-md {
  font-size: 30px !important;
  margin-bottom: 14px;
}
.sales-active .link-btn::before {
  background: #fff;
}
.sales-active .link-btn .btn-arrow {
  top: 5px;
}
.gtranslate_wrapper {
  min-width: 64px;
  position: relative;
}
.announcement-bar {
  padding: 10px 0 0;
}
.announcement-bar p {
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  margin-bottom: 0;
}
.announcement-bar p a {
  color: #000 !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}
.announcement-bar p a:hover {
  color: #5E5EFF !important;
}
.wpcf7-form-control {
  height: 56px;
  border: none !important;
  padding: 5px 25px;
  font-size: 18px;
  line-height: 28px;
  color: rgba(78, 80, 102, 1);
  width: 100%;
	 max-width: 100%;
/* 	background: #fff; */
  outline: none;
}
.wpcf7-form-control-wrap {
  margin-bottom: 20px;
  display: block;
}
form p br {
  display: none;
}
.wpcf7-form-control.wpcf7-radio {
  padding: 0;
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  margin: 0 1em 0 0 !important;
}
form textarea {
  padding: 15px 25px !important;
  height: 110px !important;
  resize: none;
}
form .wpcf7-submit {
  font-size: 18px;
  line-height: 28px;
  color: rgba(255, 255, 255, 1);
  font-weight: 600;
  background: rgba(5, 9, 59, 1) !important;
  text-transform: uppercase;
}
form .wpcf7-submit:hover {
  background: #000 !important;
}
.contact-caption, .cust-p p {
  font-size: 12px !important;
  line-height: 22px !important;
}
.cust-p {
  margin-top: 10px !important;
}
.cust-p p {
  margin-top: 10px !important;
}
body .wpcf7-not-valid-tip {
  font-size: 0.8em;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(78, 80, 102, 1) !important;
  opacity: 1 !important;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(78, 80, 102, 1) !important;
  opacity: 1 !important;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(78, 80, 102, 1) !important;
  opacity: 1 !important;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(78, 80, 102, 1) !important;
  opacity: 1 !important;
}
.fixed .notification-bar {
  display: none;
}
.notification-bar {
  background: rgba(238, 238, 255, 1);
  padding: 9px 0;
  border-top: 1px solid #dfdfdf;
}
.read-more-testimonial, .read-less-button {
  display: inline-block;
  color: rgba(78, 80, 102, 1) !important;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
  margin-left: 10px;
  text-decoration: underline;
}
.swiper-slide-active .read-more-testimonial, .swiper-slide-active .read-less-button {
  color: #fff !important;
}
.read-less-button {
  margin-left: 0;
}
.read-more-testimonial:hover, .read-less-button:hover {
  text-decoration: none !important;
}
.marquee-content {
  display: inline-block;
  padding-left: 100%;
  /* Starts content off-screen to the right */
  animation: marquee-scroll 35s linear infinite;
}
/* Pause on hover for better UX */
.marquee-content:hover {
  animation-play-state: paused;
}
@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.test-form .form-box {
  background: #f1f1f1;
  padding: 50px;
  max-width: 800px;
  margin: 0 auto;
}
.test-form .form-box p {
  margin-bottom: 0 !important;
}
.test-form .form-box .wpcf7-form-control-wrap {
  margin-top: 10px;
}
.test-form .form-box label {
  width: 100%;
}
.contact-section {
  padding-bottom: 100px;
}
.form-box {
  padding: 55px;
  background: rgba(238, 238, 255, 1);
  border: 1px solid rgba(238, 238, 255, 1);
}
.form-box p {
  margin-bottom: 0;
}
.form-box label {
  display: block;
}
.form-box select {
  background-position: 98% 50%;
}
.page-id-3975 .careers-details p, .page-id-3 .careers-details p, .page-id-3979 .careers-details p, .page-id-3975 .careers-details ul li, .page-id-3 .careers-details ul li, .page-id-3979 .careers-details  ul li {
  text-align: justify;
}
.page-id-3975 .dot8, .page-id-3 .dot8, .page-id-3979 .dot8 {
  display: none;
}
.ta-navigation-menu li.menu-item-has-children {
  position: relative;
}
.no-announcement-bar.no-notification-bar .slider-section {
	margin-top: 60px !important;
}
.no-announcement-bar.no-notification-bar .page-title {
	margin-top: 60px !important;
}
.btn-playpause {
	width: 30px;
  height: 30px;
  border: none;
	border-radius: 100%;
	position: absolute;
  left: 310px;
}
.btn-playpause:before {
	display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 12px solid rgba(5,9,59,1);
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  content: "";
  left: 5px;
}
.btn-playpause[aria-label="Stop automatic slide show"]:before {
	border-left-width: 5px;
	background: rgba(5,9,59,1);
  border-bottom-width: 7px;
  top: 0px;
	left: 3px;
	display: none;
}
.btn-playpause[aria-label="Stop automatic slide show"]:after {
	position: absolute;
    left: 9.5px;
    content: "||";
    font-size: 16px;
    font-weight: 900;
    top: 2px;
    letter-spacing: 2px;
}
.hidden-fields-container, .screen-reader-response {
	display: none !important;
}
a:focus-visible, button:focus-visible, .testimonials .swiper .swiper-button-next:focus-visible, .testimonials .swiper .swiper-button-prev:focus-visible {
/* 	outline: rgba(58,58,148,1) solid 3px !important; */
	outline: #007aff solid 3px !important;
  outline-offset: 2px !important;
	box-shadow: none !important;
}
.team-img a:focus-visible {
/* 	outline: rgba(58,58,148,1) solid 3px !important; */
	outline: #007aff solid 3px !important;
  outline-offset: 0px !important;
}
body .gt_float_switcher .gt-selected .gt-current-lang:focus-visible {
/* 	outline: rgba(58,58,148,1) solid 3px !important; */
	outline: #007aff solid 3px !important;
  outline-offset: -3px !important;
}
ul li {
    list-style-type: none;
}
.wpcf7-not-valid-tip {
	background: #dc3232 !important;
	color: #fff !important;
	    padding-left: 10px;
    padding-right: 10px;
}
.invalid .wpcf7-response-output {
	border-color: #dc3232 !important;
	background: #dc3232 !important;
	color: #fff !important;
}
.wpcf7-form fieldset legend {
	font-size: 20px;
  line-height: 32px;
	font-weight: bold;
	color: rgba(78,80,102,1);
}
.error404 .careers-details .link-btn {
	padding-right: 32px !important;
}
.single-post .top-details ul li {
	list-style-type: disc;
}
.contact-caption a, .news-details p a {
	text-decoration: underline;
}
.contact-caption a:hover, .news-details p a:hover {
	text-decoration: none;
}
input[type="date"]
 {
    appearance: none;
    -webkit-appearance: none;
}
input[type="date"] {
    appearance: auto !important;
    -webkit-appearance: auto !important;
	background: #fff;
}
input[type="date"]::-webkit-calendar-picker-indicator{
    display:none;
}
.datepicker table tr td.today {
	background: rgba(5,9,59,1) !important;
	color: #fff !important;
}
.content-top img {
	float: right;
	margin: 0 0 10px 20px !important;
  max-width: 40%;
  width: 40% !important;
}
.content-top p img {
	float: none;
	margin: 0 !important;
  max-width: auto;
  width: auto !important;
}
input[type="date"]{
    position:relative;
    z-index:9999;
    width:100%;
    -webkit-appearance:none;
}
.elementor,
.elementor-section,
.elementor-container,
.elementor-column,
.elementor-widget,
.wpcf7{
    overflow:visible !important;
}
.swiper-slide-active:focus-visible:before {
  position: absolute;
  top: 0px;
  left: 0px;
	bottom: 0px;
	right: 0px;
  border: 4px solid #007aff;
  content: "";
	z-index: 11;
}
.our-attorneys .text-md {
	text-align: center;
}
.gt_switcher .gt_selected a {
	padding: 10px 12px !important;
  background: #efefef;
	border: none !important;
	display: flex;
  align-items: center;
	width: 119px !important;
}
.gt_switcher a:focus-visible {
	outline: 3px solid rgba(5,9,59,1) !important;
  outline-offset: -3px !important;
}
.gt_switcher a img {
	margin: 0 10px 0 0 !important;
}
.gt_switcher {
	width: 143px !important;
}
.gt_switcher .gt_option {
	width: 100% !important;
	border: none !important;
	background: #efefef !important;
	position: absolute !important;
	left: 0;
  	right: 0;
	box-sizing: border-box !important;
}
body .gt_switcher .gt_option a {
	padding: 3px 11px !important;
}
body .gt_switcher {
	overflow: visible !important;
}
/* Respect user's motion preferences (Crucial for 2026 Accessibility) */
@media (prefers-reduced-motion: reduce) {
  .marquee-content {
    animation: none;
    padding-left: 0;
    white-space: normal;
  }
}
.notification-bar p {
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
  color: rgba(0, 7, 44, 1);
  font-weight: 500;
  font-family: 'Raleway';
  position: relative;
}
.scroll-text {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  animation: scroll-left 35s linear infinite;
}
@keyframes scroll-left {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
.grecaptcha-badge {
  opacity: 0;
  visibility: hidden;
}
body .gt_float_switcher {
  margin-top: 9px;
  box-shadow: none !important;
}
body .social-profile i {
  background-color: rgba(5, 9, 59, 1);
  margin: 0 8px 0 0;
  position: relative;
  top: 7px;
}
.social-profile a {
  color: rgba(78, 80, 102, 1);
  font-size: 20px;
  line-height: 32px;
  font-family: 'Inter';
}
.social-profile a:hover {
  opacity: 0.5;
  color: rgba(5, 9, 59, 1);
}
.header-right {
  display: flex;
  align-items: center;
}
.header-right .btn {
  margin-right: 20px;
}
.header-right .btn:focus-visible {
  outline: 3px solid #0b5ed7;
  outline-offset: 3px;
}
[data-name="text-774"] .wpcf7-form-control {
  margin-top: 15px;
}
.news-details .top-details p {
  clear: both;
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid rgba(234, 234, 234, 1);
}
.news-details .top-details p img {
  float: left;
  margin: 10px 0 0;
  padding: 0 30px 20px 0;
  background: #fff;
  width: 220px;
  max-width: 220px;
}
.news-details .top-details p:last-child {
  /* border: none; */
  margin-bottom: 0;
}
.page-template-careers .top-details {
  padding-top: 0;
}
.notification-icon {
  display: none !important;
  position: static;
  top: -9px;
  left: 4px;
  display: none;
  color: #fff;
  margin-right: 10px;
  margin-top: 6px;
}
.notification-icon span {
  display: none;
}
.notification-icon i {
  width: 17px;
  height: 17px;
}
.notification-icon .close {
  display: none;
}
.error404 .top-details {
  padding-bottom: 100px;
  text-align: center;
}
.error404 .top-details .text-xl {
  font-size: 150px !important;
  margin-bottom: 0;
  color: rgb(5, 9, 59);
}
.error404 .top-details p {
  color: #000;
}
.wpcf7 form .wpcf7-response-output {
  font-size: 14px;
  font-weight: 600;
  margin-left: 0 !important;
}
.wpcf7 form.invalid .wpcf7-response-output {
  color: #dc3232;
  border-color: #dc3232;
}
.wpcf7 form.invalid .wpcf7-response-output {
  color: #dc3232;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #46b450;
}
.page-template-about .top-details {
  padding-bottom: 100px;
}
.placaholder-img {
  padding-top: 0 !important;
}
.news-details .text-md {
  margin-top: 20px;
  margin-bottom: 0;
}
.partner-image img {
  width: 100%;
}
.slider-section {
  min-height: 520px;
}
.mySwiper,
.mySwiper .swiper-wrapper,
.mySwiper .swiper-slide {
  min-height: 520px;
}
a svg {
  width: 33px;
  height: 25px;
  overflow: visible;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
/* Base style for both parts of the arrow */
.anim-shaft, .anim-head {
  stroke-dasharray: 30;
  /* Length of the path */
  stroke-dashoffset: 30;
  /* Start hidden */
  transition: stroke-dashoffset 0.4s ease-out;
  stroke: rgba(5, 9, 59, 1);
}
/* The animated parts start hidden */
.anim-shaft, .anim-head {
  stroke-dasharray: 50;
  stroke-dashoffset: 50;
  transition: stroke-dashoffset 0.4s ease-in-out;
}
/* On hover: The overlay draws from left to right */
a:hover .anim-shaft {
  stroke-dashoffset: 0;
  stroke-dasharray: 30;
  /* Length of the path */
  stroke-dashoffset: 30;
  /* Start hidden */
}
a:hover .anim-head {
  stroke-dashoffset: 95;
  transition-delay: 0.15s;
  /* Head follows the shaft */
}
/* The slide effect remains for extra polish */
a:hover svg {
  transform: translateX(5px);
}
/* 1. Static Arrow State */
.arrow-static {
  transition: opacity 0.2s ease;
}
a:hover .arrow-static {
  opacity: 0;
}
/* 2. Animation Setup - SLOWED DOWN */
.head {
  stroke-dasharray: 42;
  stroke-dashoffset: 42;
  /* Increased from 0.4s to 0.8s for a slower draw */
  transition: stroke-dashoffset 0.5s ease-in-out;
}
.shaft {
  stroke-dasharray: 40;
  stroke-dashoffset: 40;
  /* Increased from 0.4s to 0.8s for a slower draw */
  transition: stroke-dashoffset 0.5s ease-in-out;
}
/* 3. The Hover Sequence */
a:hover svg {
  transform: translateX(5px);
}
/* Shaft draws slowly when hover starts */
a:hover .shaft {
  stroke-dashoffset: 80;
}
/* Head follows with a longer delay so the slow shaft can finish first */
a:hover .head {
  stroke-dashoffset: 0;
  transition-delay: 0.4s;
}
/* Testimonials CSS */
.testimonials {
  padding: 150px 0;
}
.testimonials .container {
  position: relative;
}
.testimonials .section-title {
  margin-bottom: 10px;
}
.testimonials .swiper {
  position: static;
}
.testimonials .swiper .swiper-button-next, .testimonials .swiper .swiper-button-prev {
  border: 1px solid rgba(4, 11, 48, 1);
  top: 55%;
}
.testimonials .swiper .swiper-button-next:hover, .testimonials .swiper .swiper-button-prev:hover {
  background: rgba(5, 9, 59, 1);
}
.testimonials .swiper .swiper-button-next:hover .link-arrow, .testimonials .swiper .swiper-button-prev:hover .link-arrow {
  background-color: #fff;
}
.testimonial-box {
  background: rgba(238, 240, 251, 1);
  padding: 28px;
  position: relative;
  min-height: 560px;
  min-height: 505px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.testimonial-box i {
  position: absolute;
  bottom: 25px;
  right: 0;
  opacity: 0.05;
  cursor: default;
}
.swiper-slide-active .testimonial-box {
  background: rgba(2, 9, 46, 1);
}
.swiper-slide-active .testimonial-box p, .swiper-slide-active .testimonial-box span {
  color: #fff;
}
.testimonial-box p {
  font-size: 22px;
  line-height: 34px;
  position: relative;
  z-index: 11;
}
.testimonial-box span.extra-content {
  font-size: 22px;
  line-height: 34px;
  font-weight: normal;
  margin-top: 0;
  color: rgba(78, 80, 102, 1);
}
.testimonial-box span {
  font-size: 26px;
  line-height: 38px;
  font-weight: 700;
  color: #05093B;
  display: block;
  margin-top: 70px;
}
.testimonials .swiper-slide-active i {
  background-color: rgba(255, 255, 255, 1);
}
.swiper-slide-active .testimonial-box span.extra-content {
  color: #fff;
}
.swiper-button-next, .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 100%;
  /*  margin-top: 10px; */
  top: 62%;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  opacity: 1;
}
.swiper-button-next {
  margin-right: -65px;
}
.swiper-button-prev {
  margin-left: -65px;
}
.swiper-button-prev::after, .swiper-button-next::after {
  display: none;
}
.swiper-button-prev {
  transform: rotate(180deg);
}
/* .swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: 100% !important;
} */
.sales-active .news-info .link-btn:hover svg path, .sales-active .news-info .link-btn:hover svg .shaft, .sales-active .news-info .link-btn:hover svg .head {
  stroke: #5E5EFF !important;
}
.page-id-3975 .checklist ul {
  margin-bottom: 30px;
}
.key-contacts {
  padding-bottom: 90px;
}
.key-contacts .text-xl {
  margin-bottom: 30px;
}
.contacts-box {
  background: #fff;
  display: block;
  height: 100%;
}
.contacts-box .img-block {
  margin-bottom: 20px;
}
.contacts-box .img-block img {
  background: rgba(238,238,255,1);
  padding-top: 20px;
	height: 205px;
  object-fit: cover;
  object-position: center;
}
.contacts-box:hover .img-block img {
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.contacts-box .text-md {
  font-weight: 600;
  color: rgba(5,9,59,1);
  font-family: 'Raleway';
}
@media (max-width: 768px) {
  .slider-section,
  .mySwiper,
  .mySwiper .swiper-wrapper,
  .mySwiper .swiper-slide {
    min-height: 420px;
  }
}
/* CSS for solving CLS error  for height of announcement bar and notification bar */
.announcement-bar {
  min-height: 48px;
}
.notification-bar {
  min-height: 40px;
}
@media (min-width: 500px) {
  .content {
    width: 43%;
  }
  #button {
    margin: 30px;
  }
}
.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;
}
/* Responsive CSS */
@media (min-width: 992px) {
.ta-navigation-menu ul .ta-sub-menu .menu-item:hover .ta-sub-menu, .ta-navigation-menu ul .ta-sub-menu .menu-item.submenu-open .ta-sub-menu {
      top: -10px;
      opacity: 1;
    visibility: visible;
}
  /*---- Menu ----*/
  .mobile-header,
  .ta-navigation-menu .navbar-toggler {
    display: none;
  }
  .ta-navigation-menu ul li .ta-sub-menu {
    display: inline-block;
    text-align: left;
    z-index: 99;
    position: absolute;
    background-color: #fff;
    min-width: 300px !important;
    top: 110%;
    left: -18px;
    transition: all .2s ease-in;
    box-shadow: 1px 2px 10px 6px rgba(0, 0, 0, 0.05);
    /*padding: 20px;*/
    opacity: 0;
    visibility: hidden;
    padding-left: 0;
    margin: 0;
  }
  .ta-navigation-menu .ta-sub-menu .menu-item-has-children .ta-arrow-down2 {
    right: 15px !important;
  }
  .ta-navigation-menu ul>li:hover>.ta-sub-menu, .ta-navigation-menu ul>li:focus-within>.ta-sub-menu, .ta-navigation-menu ul>li:focus>.ta-sub-menu {
    visibility: visible;
    top: 100%;
    opacity: 1;
  }
  .ta-navigation-menu ul li .ta-sub-menu .menu-item {
    padding: 0;
    width: 100%;
    height: auto;
    line-height: normal;
    display: block;
  }
  .ta-navigation-menu ul li .ta-sub-menu .menu-item:first-child a {
    padding-top: 20px;
  }
  .ta-navigation-menu ul li .ta-sub-menu .menu-item:last-child a {
    padding-bottom: 20px;
  }
  .ta-navigation-menu ul li .ta-sub-menu .menu-item a {
    font-weight: 400 !important;
    padding: 10px 20px;
    font-size: 16px;
    color: rgba(0, 7, 44, 1);
    display: flex;
  }
  .ta-navigation-menu ul li .ta-sub-menu .menu-item a:hover, .ta-navigation-menu ul li.menu-item button:hover, div.current-menu-item > a {
    /*    font-weight: 600 !important; */
    text-shadow: 0 0 1px rgba(58, 58, 148, 1), 0 0 0.85px rgba(58, 58, 148, 1);
  }
  .ta-navigation-menu .ta-sub-menu .menu-item-has-children ul li.menu-item-has-children>a {
    padding-right: 40px;
  }
  .ta-navigation-menu ul>li>.ta-sub-menu .ta-sub-menu {
    background-color: #fff;
    min-width: 256px;
    padding: 0;
    right: 100%;
    left: auto;
  }
  .ta-navigation-menu ul li.menu-item-has-children ul li>a::before, .ta-navigation-menu ul li.menu-item-has-children ul li>a::after {
    right: 19px;
    background: rgba(58, 58, 148, 1);
    top: 22px;
  }
  .ta-navigation-menu ul li.menu-item-has-children ul li>a::after {
    right: 12px;
  }
  .ta-navigation-menu ul>li>.ta-sub-menu .ta-sub-menu a {
    font-size: 16px;
    line-height: 1.6;
  }
  .ta-navigation-menu .ta-sub-menu>li:hover>.ta-sub-menu {
    top: -10px;
  }
  .ta-navigation-menu .ta-sub-menu .menu-item-has-children>a {
    padding-right: 34px;
  }
}
.fax-num {
  pointer-events: none;
}
@media screen and (min-width: 1370px) {
  .container {
    max-width: 1347px;
  }
  .team-img {
    height: 300px;
  }
}
@media screen and (max-width: 1370px) {
  .swiper-button-prev {
    margin-left: -70px;
  }
  .swiper-button-next {
    margin-right: -70px;
  }
  .text-xxl {
    font-size: 50px !important;
  }
}
@media(min-width:1440px) {
  /*---- Menu ----*/
  .ta-navigation-menu ul li .ta-sub-menu .menu-item:not(:last-child) {
    margin-bottom: 0;
  }
  .ta-navigation-menu ul li .ta-sub-menu .menu-item a {
    font-size: 18px;
  }
  .ta-navigation-menu ul li .ta-sub-menu {
    min-width: inherit;
    padding: 0;
  }
  .ta-navigation-menu ul>li>.ta-sub-menu .ta-sub-menu {
    left: 100%;
  }
  .ta-navigation-menu ul li .ta-sub-menu .menu-item:first-child a {
    padding-top: 20px;
  }
  .ta-navigation-menu ul li .ta-sub-menu .menu-item:last-child a {
    padding-bottom: 20px;
  }
  .ta-navigation-menu ul li .ta-sub-menu .menu-item a {
    padding: 10px 25px;
  }
  .ta-navigation-menu ul li .ta-sub-menu .menu-item .ta-sub-menu .menu-item:first-child a {
    padding-top: 20px;
  }
  .ta-navigation-menu ul li .ta-sub-menu .menu-item .ta-sub-menu .menu-item:last-child a {
    padding-bottom: 20px;
  }
  .ta-navigation-menu ul li .ta-sub-menu .menu-item .ta-sub-menu .menu-item a {
    padding: 8px 20px;
  }
  /*---- Right open ----*/
  .ta-navigation-menu ul>li>.ta-sub-menu .right-ta-open-menu .ta-sub-menu {
    right: 100%;
    left: auto;
  }
}
.page-id-59 .top-details .row:nth-child(2n) {
	margin-bottom: 0 !important;
}
@media screen and (min-width: 1850px) {
  header .container {
    max-width: 1800px;
  }
}
@media screen and (max-width: 1699px) {
  .ta-navigation-menu ul li a, .ta-navigation-menu ul li button {
    font-size: 17px;
  }
  .ta-navigation-menu ul li.menu-item-has-children {
    padding-right: 22px;
  }
  .ta-navigation-menu ul li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1499px) {
	.page-id-59 .top-details {
  padding: 0 !important;
}
  .form-box {
    padding: 40px;
  }
  .contact-section {
  padding-bottom: 80px;
}
  .sales-active .news-top a, .sales-active .news-box img {
    height: 243px;
  }
  .testimonial-box p, .testimonial-box span.extra-content {
    font-size: 20px;
  }
  .testimonial-box span {
    font-size: 22px;
    margin-top: 20px;
  }
  .testimonial-box {
    min-height: 545px;
  }
  .testimonial-box {
    padding: 40px;
  }
  .sales-active .news-info .link-btn {
    font-size: 20px;
    margin-bottom: 0 !important;
  }
  .sales-active .news-info .text-md {
    font-size: 26px !important;
  }
  .sales-active p {
    font-size: 22px;
    line-height: 32px;
  }
  .swiper-button-prev {
    margin-left: -20px;
  }
  .swiper-button-next {
    margin-right: -20px;
  }
  .error404 .top-details .text-xl {
    font-size: 100px !important;
  }
  .call-to-action .text-xl {
    font-size: 33px !important;
  }
  .sales-active {
    padding-bottom: 100px;
  }
  .text-md {
    font-size: 20px !important;
  }
  .text-sm {
    font-size: 18px !important;
  }
  .text-lg {
    font-size: 33px !important;
  }
  .link-btn .btn-arrow {
    top: 3px;
  }
  .link-btn {
    font-size: 20px;
  }
  .page-title {
    padding: 60px 0;
    margin-top: 154px;
  }
  .news-info .text-md {
    line-height: 33px;
  }
  .news-box img {
    width: 100%;
  }
  .section-title h2 {
    margin-bottom: 15px;
  }
  .careers-details {
    padding: 60px 0 0px;
  }
  .bottom-details p {
    font-size: 23px;
    line-height: 33px;
  }
  .bottom-details p {
    padding-right: 0;
  }
  .checklist ul li {
    font-size: 20px;
    line-height: 30px;
  }
  .ta-navigation-menu ul li.menu-item-has-children ul li>a::before {
    right: 18px;
  }
}
@media screen and (max-width: 1299px) {
	.wpcf7-form fieldset legend {
	font-size: 18px;
    line-height: 30px;
}
  .sales-active .news-info .text-md {
    margin-bottom: 0 !important;
  }
  .sales-active .news-top a, .sales-active .news-box img {
    height: 203px;
  }
  .sales-active .news-info .text-md {
    font-size: 24px !important;
  }
  .page-id-4149 .top-details, .page-template-about .top-details, .error404 .top-details {
    padding-bottom: 0;
  }
  .testimonial-box {
    min-height: 602px;
  }
  .btn {
    font-size: 16px;
    line-height: 26px;
    min-width: auto;
    padding: 7px 15px;
  }
  p {
    font-size: 18px;
    line-height: 30px;
  }
  .link-btn {
    font-size: 20px;
  }
  .ta-navigation-menu ul li {
    padding-right: 10px;
  }
  .link-btn::before {
    top: 12px;
  }
  .ta-navigation-menu ul li a, .ta-navigation-menu ul li button {
    font-size: 14px;
  }
  .link-btn .btn-arrow {
    top: 3px;
  }
  .careers-details {
    padding: 60px 0 70px;
  }
  .our-attorneys .align-items-end .link-btn:before, .news .align-items-center .link-btn:before {
    top: 10px;
  }
}
@media(max-width:1199px) {
  .translated-ltr .ta-navigation-menu ul li a, .translated-ltr .ta-navigation-menu ul li a {
    font-size: 13px;
  }
  .footer-bottom-content {
    justify-content: center;
  }
  .ta-navigation-menu ul li a, a {
    transition: none !important;
  }
  .sales-active p {
    font-size: 22px;
    line-height: 30px;
  }
  .team-box .link-btn {
    opacity: 1;
  }
  .sales-active {
    padding-bottom: 80px;
  }
  .call-to-action {
    padding: 80px 0;
  }
  .call-to-action .text-xl {
    font-size: 30px !important;
  }
  .dots-img {
    opacity: 0.2;
  }
  html, body {
    overflow-x: hidden;
  }
  .filter-block button {
    padding: 1px 10px 4px;
    min-width: auto;
  }
  .filter-block span {
    font-size: 15px;
  }
  .filter-block select {
    font-size: 16px;
    margin-right: 10px;
  }
  body .gt_float_switcher .gt-selected .gt-current-lang {
    padding: 10px 8px;
  }
  .header-right .btn {
    min-width: inherit;
    font-size: 13px;
    padding: 6px 10px;
    margin-right: 10px;
  }
  .paymentbill-icon {
    width: 19px;
    height: 19px;
  }
  .social-profile a {
    font-size: 18px;
    line-height: 30px;
  }
  .text-xxl {
    font-size: 40px !important;
  }
  #button {
    bottom: 70px;
  }
  .team-img {
    height: 337px;
  }
  .page-title {
    margin-top: 165px;
  }
}
@media(max-width:1024px) {
  .translated-ltr .ta-navigation-menu ul li a, .translated-ltr .ta-navigation-menu ul li button {
    font-size: 12px;
  }
  .translated-ltr .ta-navigation-menu ul .menu-item-has-children>a:before, .translated-ltr .ta-navigation-menu ul .menu-item-has-children>a:after {
    top: 9px;
  }
}
@media(max-width:1599px) {
  .text-xl {
    font-size: 42px !important;
  }
  header .logo {
    max-width: 190px;
  }
  .ta-navigation-menu ul li {
    padding-left: 10px;
    padding-right: 10px;
  }
.ta-navigation-menu ul li.menu-item-has-children > a::before, .ta-navigation-menu ul li.menu-item-has-children > .ta-arrow-down::before, .ta-navigation-menu .sub-menu .menu-item-has-children > .ta-arrow-down::before {
  width: 10px;
	top: 16px;
}
.ta-navigation-menu ul li.menu-item-has-children > a::after, .ta-navigation-menu ul li.menu-item-has-children > .ta-arrow-down::after, .ta-navigation-menu .sub-menu .menu-item-has-children > .ta-arrow-down::after {
  width: 10px;
  right: -28px;
	top: 16px;
}
.ta-navigation-menu .sub-menu .menu-item-has-children .ta-arrow-down {
  right: 50px !important;
}
.ta-navigation-menu ul li.menu-item-has-children .ta-arrow-down {
  right: 32px;
}
  .ta-navigation-menu ul li .nav-link {
    font-size: 16px;
  }
  .ta-navigation-menu ul li.menu-item-has-children {
    padding-right: 30px;
  }
  .footer-top {
    padding: 50px 0px 0 0;
  }
  .top-wrap {
    padding-bottom: 40px;
    margin-bottom: 50px;
  }
  .footer-bottom {
    margin-top: 50px;
    padding: 30px 0;
  }
  .footer-col ul li a {
    font-size: 18px;
  }
  .footer-col p {
    font-size: 18px;
  }
  .footer-grid .footer-col:nth-child(2) {
    padding-right: 0;
  }
  .footer-bottom-content p, .footer-bottom-content p a {
    font-size: 14px;
  }
}
.footer-bottom-content p a.active {
  text-decoration: underline;
}
@media(max-width:1399px) {
	.no-announcement-bar.no-notification-bar .page-title {
  margin-top: 57px !important;
}
  .ta-navigation-menu ul li.menu-item-has-children .ta-arrow-down {
    top: 25px;
    right: 45px;
  }
.key-contacts {
  padding-bottom: 70px;
}
  .ta-navigation-menu ul li .ta-sub-menu {
    min-width: 200px;
  }
  .ta-navigation-menu ul li a {
    font-size: 14px;
  }
  .ta-navigation-menu ul li {
    padding-left: 5px;
    padding-right: 15px;
  }
  .ta-navigation-menu ul li.menu-item-has-children {
    padding-right: 40px;
  }
  .ta-navigation-menu ul li.menu-item-has-children>a::before, .ta-navigation-menu ul li.menu-item-has-children>a::after, .ta-navigation-menu ul li.menu-item-has-children>button::before, .ta-navigation-menu ul li.menu-item-has-children>button::after {
    width: 10px;
    top: 11px;
	right: -22px;
  }
  .ta-navigation-menu ul li.menu-item-has-children>a::after, .ta-navigation-menu ul li.menu-item-has-children>button::after {
    right: -28px;
  }
  header .container {
    max-width: 98%;
  }
/*   .ta-navigation-menu ul:not(.ta-sub-menu) li {
    height: 80px;
    line-height: 80px;
  } */
}
@media screen and (max-width: 1299px) {
  .ta-navigation-menu ul li a {
    font-size: 14px;
  }
}
@media(max-width:1199px) {
	.ta-navigation-menu ul li .nav-link {
		font-size: 14px !important;
	}
 .ta-navigation-menu ul li.menu-item-has-children .ta-arrow-down {
    top: 26px;
    right: 35px;
  }
.key-contacts {
  padding-bottom: 60px;
  margin-top: -30px;
}
  .link-btn {
    font-size: 17px !important;
  }
  .link-btn svg {
    width: 26px;
    height: 14px;
  }
  .btn {
    min-width: 185px;
    font-size: 15px;
  }
  .text-xl {
    font-size: 32px !important;
  }
  header .logo {
    max-width: 170px;
  }
  .ta-navigation-menu ul li a {
    font-size: 14px;
  }
  .ta-navigation-menu ul li.menu-item-has-children>a::before {
    right: -15px;
  }
  .ta-navigation-menu ul li.menu-item-has-children>a::after {
    right: -21px;
  }
  .ta-navigation-menu ul li {
    padding-right: 5px;
  }
  .ta-navigation-menu ul li.menu-item-has-children {
    padding-right: 30px;
  }
}
@media(max-width:1099px) {
  header .logo {
    max-width: 125px;
  }
}
@media(min-width:991px) {
  /*     .page-template-our-attorneys .team-img img {
        height: 260px;
    } */
}
@media(max-width:991px) {
/* 	.header.fixed .gt_switcher {
		z-index: -9 !important;
	} */
	body .gt_switcher {
		position: relative;
  top: -4px;
	}
	.gt_switcher .gt_selected a {
		padding: 7px 12px !important;
	}
	.page-template-inner-practice-areas .testimonials .swiper .swiper-button-next, .page-template-inner-practice-areas .testimonials .swiper .swiper-button-prev {
		top: auto !important;
	}
	.careers-details .top-details .col-lg-5 img {
		height: auto;
	}
/* 	.btn-playpause[aria-label="Stop automatic slide show"]:after {
		left: 9px;
	} */
	.ta-navigation-menu ul li a, .ta-navigation-menu ul li button {
		font-weight:  300 !important;
	}
  .link-btn {
    font-size: 17px !important;
  }
  .link-btn svg {
    width: 25px;
    height: 18px;
  }
  .counter-section [class*="col-"] .text-xxl.active::after {
    top: 8px;
  }
  .testimonial-box {
    min-height: 350px;
  }
  .swiper-button-next, .swiper-button-prev {
    top: auto !important;
    bottom: -80px;
    background: #e9e9e9;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .swiper-button-next {
    right: -60px;
  }
  .swiper-button-prev {
    left: -60px;
  }
	.testimonials .swiper .swiper-button-next, .testimonials .swiper .swiper-button-prev {
		top: 55% !important;
	}
  .translated-ltr .ta-navigation-menu ul li a {
    font-size: 15px;
  }
  .ta-navigation-menu ul li.current-menu-item>a, .ta-navigation-menu ul li.current-menu-parent>a, .ta-navigation-menu ul li:hover>a, .ta-navigation-menu ul li .ta-sub-menu .menu-item:hover>a {
    color: #5E5EFF !important;
  }
  .main-menu li:hover span:before, .ta-navigation-menu ul li.current-menu-item span:before {
    border-right: 2px solid #5E5EFF;
    border-bottom: 2px solid #5E5EFF;
  }
  .main-menu li:not(.submenu-open) span {
    transform: rotate(0deg);
  }
  .main-menu ul li span {
    transform: rotate(180deg);
    transition: all 0.5s;
  }
  .main-menu div.submenu-open span {
    transform: rotate(180deg);
    transition: all 0.5s;
  }
  .text-xxl {
    font-size: 35px !important;
  }
  .sales-active .news-info .text-md {
    font-size: 22px !important;
  }
  /*  .ta-navigation-menu ul li .ta-sub-menu .ta-sub-menu {
    display: block !important;
  } */
  /*  .ta-navigation-menu ul li.menu-item-has-children li.menu-item-has-children .ta-arrow-down1 {
    display: none !important;
  } */
  .sales-active p {
    font-size: 18px;
    line-height: 28px;
  }
  .wpcf7-form-control {
    padding: 5px 15px;
    font-size: 15px;
    line-height: 25px;
  }
  form textarea {
    padding: 15px 15px !important;
  }
  .page-template-careers .top-details img {
    margin-top: 0;
  }
  .sales-active p {
    margin-bottom: 30px;
  }
/*   header.fixed {
    padding-top: 2px;
  } */
  body .gt_float_switcher {
    margin-top: 0;
  }
  .text-md {
    font-size: 20px !important;
  }
  .text-lg {
    font-size: 26px !important;
  }
  .ta-navigation-menu ul:not(.ta-sub-menu) li {
    height: inherit;
    line-height: inherit;
  }
  header {
    padding-top: 8px;
    padding-bottom: 8px;
  }
	header.fixed {
		padding: 5px 0 4px;
	}
	.no-announcement-bar.no-notification-bar .slider-section {
		margin-top: 56px !important;
	}
   .ta-navigation-menu ul li.menu-item-has-children .ta-arrow-down {
    top: 10px;
    right: 20px;
    width: 25px;
    height: 25px;
    cursor: pointer;
  }
  .ta-navigation-menu ul li.menu-item-has-children > a::before, .ta-navigation-menu ul li.menu-item-has-children > .ta-arrow-down::before, .ta-navigation-menu .sub-menu .menu-item-has-children > .ta-arrow-down::before {
    right: 10px;
  }
  .ta-navigation-menu ul li.menu-item-has-children > a::after, .ta-navigation-menu ul li.menu-item-has-children > .ta-arrow-down::after, .ta-navigation-menu .sub-menu .menu-item-has-children > .ta-arrow-down::after {
    right: 3px;
  }
    .ta-navigation-menu .sub-menu .menu-item-has-children .ta-arrow-down {
    right: 20px !important;
  }
  .ta-navigation-menu div.sub-menu .menu-item-has-children > .ta-arrow-down::before {
    right: 10px;
  }
  .ta-navigation-menu div.sub-menu .menu-item-has-children > .ta-arrow-down::after {
    right: 4px;
  }
.ta-navigation-menu ul li .nav-link {
  width: 100%;
  text-align: left;
  padding: 10px 15px;
  text-shadow: 0 0 1px rgba(0,7,44,1),0 0 .85px rgba(0,7,44,1);
  border-bottom: 1px solid #f5f5f5;
}
  header .btn {
    margin-right: 50px;
  }
  header .logo {
    max-width: 185px;
  }
  .announcement-bar {
    padding: 0 0 10px;
  }
  .notification-bar {
    margin-top: 10px;
  }
  .gtranslate_wrapper {
    margin-right: 40px;
    position: relative;
    top: 4px;
  }
  /*---- Mobile Menu ----*/
  .ta-navigation-menu ul li.menu-item-has-children {
    padding-right: 0;
  }
  header.fixed .ta-navigation-menu ul:not(.ta-sub-menu) li {
    height: auto;
    line-height: normal;
  }
  .ta-navigation-menu ul li .ta-sub-menu {
    display: none;
  }
  .ta-navigation-menu ul li {
    transition: none;
  }
  .ta-navigation-menu {
    position: absolute;
    right: 15px;
    z-index: 99999;
  }
  .ta-navigation-menu button {
background: transparent;
    border: none;
    padding: 0;
    width: 35px;
  }
  .ta-navigation-menu button span {
    width: 25px;
    height: 3px;
    background: rgba(58, 58, 148, 1) !important;
    margin: 3px 0;
    display: inline-block;
    position: relative;
  }
  .ta-navigation-menu button span:after,
  .ta-navigation-menu button span:before {
    width: 30px;
    height: 3px;
    background: rgba(58, 58, 148, 1);
    display: inline-block;
    content: "";
    position: absolute;
    left: 0;
  }
  .ta-navigation-menu button span::before {
    top: -7px;
  }
  .ta-navigation-menu button span::after {
    bottom: -7px;
    width: 20px;
  }
  .ta-navigation-menu .ta-close-icon::after {
    transform: rotate(135deg);
  }
  .ta-navigation-menu .ta-close-icon {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    z-index: 99999;
  }
  .ta-navigation-menu .ta-close-icon:hover::after,
  .ta-navigation-menu .ta-close-icon:hover::before {
    background: #30798f;
  }
  .ta-navigation-menu .ta-close-icon::after,
  .ta-navigation-menu .ta-close-icon::before {
    width: 24px;
    height: 2px;
    background: rgba(37, 53, 81, 1);
    display: inline-block;
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
  }
  .ta-navigation-menu .ta-close-icon::before {
    transform: rotate(41deg);
  }
  .ta-navigation-menu .navbar-collapse {
    padding-bottom: 200px;
    position: fixed;
    right: 0;
    top: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 99;
    transition: all ease .7s;
    transform: translateX(100%);
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: left;
  }
  .ta-open-menu .ta-navigation-menu .navbar-collapse {
    transform: translateX(0%);
  }
  .ta-open-menu {
    overflow: hidden;
  }
  .mobile-header {
    padding: 20px 15px;
    position: relative;
  }
  .mobile-header img {
    max-width: 250px;
  }
  .ta-navigation-menu ul li {
    padding: 0;
    display: block;
    width: 100%;
    position: relative;
  }
  .navbar-toggler:focus {
    box-shadow: none !important;
  }
  .ta-navigation-menu ul li a {
    padding: 10px 15px;
    border-bottom: 1px solid #f5f5f5;
    width: 100%;
  }
  .ta-navigation-menu ul li .ta-sub-menu a {
    padding-left: 23px;
  }
  .ta-navigation-menu ul li .ta-sub-menu .ta-sub-menu a {
    padding-left: 31px;
  }
  .ta-navigation-menu ul li a::before,
  .ta-navigation-menu ul li.menu-item-has-children a::after {
    width: 0;
    height: 0;
    border: 0;
  }
  .ta-navigation-menu ul li .arrow-down {
    position: absolute;
    top: 14px;
    right: 22px;
    width: 12px;
    height: 12px;
    cursor: pointer;
  }
  .ta-navigation-menu ul li .arrow-down::after {
    width: 12px;
    height: 12px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    position: relative;
    content: " ";
    display: inline-block;
    transform: rotate(45deg);
    top: 0;
    left: 0;
    position: absolute;
    transition: all .5s ease;
  }
  .ta-navigation-menu ul li a {
    font-size: 15px;
  }
  .ta-navigation-menu .menu-item-has-children>a {
    padding-right: 50px;
  }
  .ta-arrow-down1 {
    width: 40px;
    height: 43px;
    position: absolute;
    display: flex;
    right: 12px;
    top: 0;
    z-index: 9;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .ta-arrow-down1::before, button.nav-link::before {
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
    right: unset;
    top: 0px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    position: relative;
    content: " ";
    display: inline-block;
  }
  .ta-change-icon>.ta-arrow-down1::before, .ta-change-icon>button.nav-link::before {
    transform: rotate(45deg);
    top: -2px;
  }
  .ta-arrow-down1:hover::before,
  .ta-navigation-menu ul li:hover .ta-arrow-down1::before {
    border-right: 2px solid rgba(5, 9, 59, 1);
    border-bottom: 2px solid rgba(5, 9, 59, 1);
  }
  .ta-navigation-menu .ta-sub-menu .menu-item-has-children .ta-arrow-down2 {
    width: 40px;
    height: 43px;
    top: 0;
    z-index: 9;
    transform: translateY(0);
    cursor: pointer;
    right: 12px;
  }
  .ta-navigation-menu .ta-sub-menu .menu-item-has-children .ta-arrow-down2::before {
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
    right: unset;
    top: 0;
  }
  .ta-navigation-menu .ta-change-icon .ta-sub-menu .menu-item-has-children.ta-change-icon-submenu>.ta-arrow-down2:before {
    transform: rotate(45deg);
    top: -2px;
  }
  .ta-navigation-menu ul li:hover>a, .ta-navigation-menu ul li .ta-sub-menu .menu-item:hover>a {
    color: #494949;
  }
  .top-wrap {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .footer-col strong {
    font-size: 20px;
    line-height: 30px;
  }
  .footer-grid .footer-col:first-child {
    width: 50%;
  }
  .footer-bottom-content {
    justify-content: center;
  }
  .ta-navigation-menu ul li.menu-item-has-children>a::before, .ta-navigation-menu ul li.menu-item-has-children>a::after {
    display: none;
  }
  .footer-bottom-content p, .footer-bottom-content p a {
    text-align: center;
  }
  .footer-bottom-content p:last-child {
    padding-top: 10px;
  }
  #button {
    bottom: 10px;
  }
  .team-box .link-btn {
    font-size: 16px;
  }
  .team-box .link-btn:before {
    top: 9px;
  }
  .team-box .text-md {
    margin-bottom: 5px;
  }
  .team-box .link-btn {
    opacity: 1;
  }
  .page-title {
    margin-top: 175px;
    padding: 50px 0;
    background-size: cover;
  }
  .filter-block {
    justify-content: flex-start;
    align-items: flex-end;
  }
  .filter-block span {
    margin: 0 0 8px;
    display: inline-flex;
  }
  .filter-block button {
    min-width: 160px;
    padding: 3px 10px 5px;
  }
  .filter-block select {
    font-size: 16px;
    line-height: 26px;
  }
  .filter-block span {
    margin: 0 0 5px;
    font-size: 16px;
    line-height: 26px;
  }
  .filter {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .careers-details .text-xl {
    margin-bottom: 20px;
  }
  .top-details .row {
    display: flex;
  }
  .top-details img {
    width: 100%;
    margin-bottom: 0;
    margin-top: 30px;
  }
  .top-details p {
    margin-bottom: 20px;
  }
  .top-details {
    padding-bottom: 30px;
  }
  .bottom-details p {
    font-size: 20px;
    line-height: 30px;
  }
  .bottom-details .btn {
    margin-top: 0;
  }
  .careers-details .row [class*="col-"]:first-child {
    padding-right: 10px;
  }
  .checklist ul li {
    font-size: 18px;
    line-height: 28px;
  }
	.ta-navigation-menu ul li.menu-item-has-children > a::after, .ta-navigation-menu ul li.menu-item-has-children > button::after {
		display: none !important;
	}
	.ta-navigation-menu ul li.menu-item-has-children > button::before, .ta-navigation-menu div.sub-menu div.menu-item-has-children > a:before {
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
    right: unset;
    top: 0;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    position: relative;
    content: " ";
    display: inline-block;
		background: #fff;
		position: absolute;
    top: 16px;
		right: 25px;
  }
	.ta-navigation-menu ul li.menu-item-has-children.submenu-open > button::before {
		transform: rotate(44deg);
	}
  .ta-navigation-menu ul li a::after {
    display: none !important;
  }
  .ta-navigation-menu div.sub-menu div.menu-item-has-children > a::before {
    top: 17px;
  }
  .ta-navigation-menu div.sub-menu div.menu-item-has-children.submenu-open > a::before {
    transform: rotate(44deg);
  }
  .ta-navigation-menu ul li.current-menu-item > a, .ta-navigation-menu ul li.current-menu-parent > a, .ta-navigation-menu ul li.current-menu-item > button, .ta-navigation-menu ul li.current-menu-parent > button {
    font-weight: 300;
    box-shadow: none !important;
  }
  .ta-navigation-menu ul li .nav-link {
    box-shadow: none !important;
  }
  .ta-navigation-menu ul li.current-menu-parent > a, .ta-navigation-menu ul li.current-menu-parent > button, .ta-navigation-menu div.current-menu-item > a {
    color: #5E5EFF !important;
  }
}
@media screen and (max-width: 767px) {
	.content-top img {
	float: right;
	margin: 0 0 20px !important;
  max-width: 100%;
  width: 100% !important;
}
	.no-announcement-bar.no-notification-bar .page-title {
    margin-top: 53px !important;
  }
	 header {
    padding-top: 8px;
    padding-bottom: 8px;
  }
	.contacts-box .img-block img {
		height: auto;
		width: 100%;
	}
/* 	.no-announcement-bar.no-notification-bar .page-title {
  margin-top: 71px !important;
} */
  .key-contacts {
    margin-top: -20px;
  }
  .form-box {
    padding: 20px;
  }
  .contact-section {
  padding-bottom: 50px;
}
  .form-box select {
  background-position: 96% 50%;
}
  .key-contacts {
  padding-bottom: 20px;
}
  .key-contacts [class*="col-"] {
    padding-bottom: 30px;
  }
  .news-info span {
    margin-bottom: 0;
  }
  .news-info .text-md {
    margin-bottom: 15px;
  }
  .link-btn {
    font-size: 17px !important;
  }
  .link-btn svg {
    width: 25px;
    height: 24px;
  }
  .testimonial-box {
    padding: 20px;
  }
  .testimonial-box p, .testimonial-box span.extra-content {
    font-size: 18px;
    line-height: 28px;
  }
  .read-more-testimonial, .read-less-button {
    font-size: 17px;
  }
  .testimonial-box span {
    margin-top: 10px;
  }
  .checklist p {
    padding-right: 0 !important;
  }
  .link-block a {
    text-align: center;
  }
  .sales-active .news-info .text-md {
    font-size: 20px !important;
  }
  header .logo {
    max-width: 155px;
  }
  .gtranslate_wrapper {
    margin-right: 45px;
  }
  .filter {
    width: 100%;
  }
  .filter-block select {
    width: 100%;
    margin-right: 0;
  }
/*   header {
    padding-top: 10px;
	  padding-bottom: 10px;
  } */
  select.wpcf7-form-control {
    padding-right: 50px;
  }
  .wpcf7-form-control-wrap {
    margin-bottom: 13px;
  }
  .wpcf7-form-control {
    padding: 5px 15px;
    height: 50px;
    font-size: 16px;
    line-height: 26px;
  }
  .error404 .top-details .text-xl {
    font-size: 90px !important;
  }
  .error404 .careers-details {
    padding-top: 20px;
  }
  .announcement-bar {
    transform: scale(0);
    display: none;
    transition: all 1.5s ease;
  }
  .show .announcement-bar {
    position: fixed;
    top: 0px;
    background: #fff;
    padding: 20px 10px;
    z-index: 11111;
    transform: scale(1);
    display: block;
    box-shadow: 1px 2px 10px 5px rgba(0, 0, 0, 0.05);
  }
  .show .notification-icon .notification {
    display: none;
  }
  .show .notification-icon .close {
    display: block;
    position: relative;
    top: 6px;
  }
  .show .notification-icon {
    position: fixed;
    z-index: 9999999;
  }
  .notification-icon {
    display: block;
  }
  .team-img img {
    height: 260px;
  }
  .page-template-careers .top-details {
    padding-top: 0;
  }
  .page-template-careers .top-details img {
    margin-top: 0;
  }
  .page-id-62 .call-to-action::before {
    width: 100%;
  }
  .footer-bottom-content div p:first-child a {
    margin: 14px 5px 0 0;
  }
  .sales-active p {
    margin-bottom: 20px;
  }
  .sales-active [class*="col-"] {
    padding-bottom: 15px;
  }
  .sales-active {
    padding-bottom: 35px;
    padding-top: 50px;
  }
  .call-to-action .text-xl {
    font-size: 24px !important;
  }
  .call-to-action {
    padding: 50px 0;
  }
  .notification-bar p {
    font-size: 16px;
    line-height: 26px;
  }
  .filter-block button {
    padding: 5px 20px;
  }
  .filter {
    margin-bottom: 15px;
  }
  .link-btn {
    font-size: 20px !important;
  }
  .text-xl {
    font-size: 28px !important;
  }
  header .container {
    max-width: 98%;
  }
  header .btn {
    margin-right: 0;
  }
  header .btn {
    min-width: auto;
    font-size: 14px;
    line-height: 24px;
    padding: 7px 10px;
  }
  .mobile-header img {
    max-width: 210px;
  }
  .ta-navigation-menu ul li .ta-sub-menu a {
    padding-left: 25px;
    padding-right: 25px;
  }
  .top-wrap .text-xl {
    text-align: center;
  }
  .top-wrap .text-xl br {
    display: none;
  }
  .footer-grid .footer-col:first-child, .footer-grid .footer-col {
    width: 100%;
    padding-bottom: 30px;
  }
  .footer-bottom {
    margin-top: 0;
  }
  .footer-col ul li a, .footer-col p {
    font-size: 16px;
  }
/*   .footer-col p a br {
    display: none;
  } */
  .top-wrap {
    flex-direction: column;
  }
  .top-wrap .text-xl {
    margin-bottom: 20px;
  }
  .footer-col p {
    margin-bottom: 10px;
  }
  .quick-links ul li {
    margin-bottom: 0;
  }
  .footer-grid .footer-col:first-child, .footer-grid .footer-col {
    padding-bottom: 25px;
  }
  .section-title {
    margin-bottom: 30px;
  }
  .team-img {
    height: 280px;
  }
  .page-title {
    padding: 35px 0;
  }
  .text-xxl {
    font-size: 33px !important;
  }
  .filter-block button {
    margin-top: 5px;
  }
  .careers-details {
    padding: 50px 0;
  }
  .careers-details .text-xl {
    margin-bottom: 10px;
  }
  .bottom-details p {
    font-size: 18px;
    line-height: 28px;
  }
  .bottom-details .btn {
    min-width: 100%;
    padding: 7px 20px;
  }
  .bottom-details p {
    margin-bottom: 20px;
  }
  .checklist ul li {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
  }
  .paymentbill-icon {
    width: 19px;
    height: 19px;
	display: none;
  }
	.header-right .btn {
		padding: 4px 10px 7px;
	}
}
@media screen and (max-width: 575px) {
	.testimonial-box {
		min-height: 390px;
	}
  .key-contacts .container {
    padding: 0 15px;
  }
  .call-to-action .container {
    padding: 0 15px;
  }
  .page-template-our-attorneys .team-img img {
    height: auto;
  }
  .main-footer .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .slider-section .scroll-to-bottom, .swiper-pagination {
    max-width: 100%;
  }
  .careers-details .container {
    padding: 0 15px;
  }
  .page-title {
    margin-top: 208px;
  }
}
@media screen and (max-width: 479px) {
	.no-announcement-bar.no-notification-bar .slider-section {
		margin-top: 53px !important;
	}
	.wpcf7-form fieldset legend {
	font-size: 16px;
  line-height: 28px;
}
  .news-details .top-details p img {
    width: 160px;
    max-width: 160px;
    padding: 0 20px 10px 0;
  }
  .wpcf7-form-control {
    font-size: 14px;
    line-height: 24px;
  }
  .link-btn {
    font-size: 18px !important;
  }
  .link-btn .btn-arrow {
    width: 23px;
    height: 17px;
    right: 0;
  }
  .team-img img {
    height: 180px;
  }
  .text-xxl {
    font-size: 30px !important;
  }
  header .gtranslate_wrapper {
    display: none;
  }
	.header-right .btn {
		margin-right: 50px;
	}
  p {
    font-size: 16px;
    line-height: 28px;
  }
  #button {
    bottom: 0;
    right: 0;
  }
  .page-title {
    margin-top: 242px;
  }
  .social-profile a {
    font-size: 16px;
    line-height: 26px;
  }
  .gtranslate_wrapper {
    margin-right: 0;
	  display: flex;
	  margin-top: 15px;
  }
}
@media screen and (max-width: 399px) {
  .team-img {
    height: 380px;
  }
  .team-img img {
    height: 300px !important;
  }
  .filter {
    margin-bottom: 15px;
    width: 100%;
  }
  .filter select {
    max-width: 100%;
  }
  .filter-block button {
    margin-top: 10px;
  }
  .page-title {
    margin-top: 275px;
  }
input[type="date"] {
    min-width: 100%;
	max-width: 100%;
	width: 500px;
}
}
@media screen and (max-width: 349px) {
  header .logo {
    max-width: 115px;
  }
  .page-title {
    margin-top: 325px;
  }
}
.dot {
  position: absolute;
  top: 800px;
  left: 0;
  z-index: 111;
  pointer-events: none;
}
.dot2 {
  top: 1380px;
  left: auto;
  right: 0;
}
.dot3 {
  top: 1990px;
}
.dot4 {
  top: 1910px;
  left: auto;
  right: 0;
}
.dot5 {
  top: 2770px;
}
.dot6 {
  top: 4900px;
  left: auto;
  right: 0;
}
.dot7 {
  top: 5350px;
}
.dot8 {
  top: 5700px;
  left: auto;
  right: 0;
}
.dot9 {
  top: 3400px;
}
.dot10 {
  top: 3400px;
  left: auto;
  right: 0;
}
