* {
  margin: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  box-sizing: border-box;
}

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

html {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:focus {
  outline: none;
}

input[type=file]::-webkit-file-upload-button {
  cursor: pointer;
}

input[type=file]::-moz-file-upload-button {
  cursor: pointer;
}

input[type=file]::-ms-file-upload-button {
  cursor: pointer;
}

input[type=file]::-o-file-upload-button {
  cursor: pointer;
}

input[type=file] {
  cursor: pointer;
}

html body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  padding: 0px;
  margin: 0px;
  position: relative;
}

*::-moz-selection {
  color: #000;
  background: var(--primary);
}

*::selection {
  color: #000;
  background: var(--primary);
}

*::-moz-selection {
  color: #000;
  background: var(--primary);
}

*::-webkit-selection {
  color: #000;
  background: var(--primary);
}

*::-ms-selection {
  color: #000;
  background: var(--primary);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  font-family: "Poppins", sans-serif;
  border: 0;
  outline: 0;
  font-size: 100%;
}

b,
strong {
  font-weight: 600;
}

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

a,
div a:hover,
div a:active,
div a:focus,
button {
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

a,
span,
div a:hover,
div a:active,
button {
  text-decoration: none;
}

*::after,
*::before,
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body a {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  color: var(--dark);
  text-decoration: none;
  outline: none !important;
  transition: all 0.5s;
}

body a:focus {
  outline: none !important;
}

body a:hover {
  color: var(--primary);
  outline: none !important;
  transition: all 0.5s;
}

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

ul,
li {
  list-style: none;
}

input,
select,
textarea,
.site textarea {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  width: 100%;
  background: #fff;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  outline: none !important;
}

body p {
  color: var(--title);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  padding-bottom: 10px;
  letter-spacing: 0.16px;
}

body p a {
  color: var(--dark);
  font-weight: 900;
}

body p:last-child {
  padding-bottom: 0px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Kaisei Decol", serif !important;
}

html body .owl-carousel .owl-nav button.owl-prev,
html body .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  left: -35px;
  right: auto;
  top: 50%;
  bottom: auto;
  margin: auto;
  font-size: 0;
  background-image: url("../images/owl-arrow.svg");
  background-repeat: no-repeat;
  width: 27px;
  height: 27px;
  z-index: 1;
  transform: translateY(-50%) rotate(180deg);
  background-size: contain;
}

html body .owl-carousel .owl-nav button.owl-next {
  transform: translateY(-50%) rotate(0deg);
  left: auto !important;
  right: -35px;
}

html body .owl-carousel .owl-nav button.disabled {
  opacity: 0.5;
}

html body .owl-dots {
  text-align: center;
  margin: 0 0 20px;
}

html body .owl-dots button {
  height: 6px;
  width: 32px;
  background: #CFCFCF !important;
  border-radius: 50px;
  padding: 0;
  border: 0;
  transition: unset;
  margin: 0 5px;
}

html body .owl-dots button.active {
  background: var(--primary) !important;
  transition: unset;
  position: relative;
}

html body .owl-dots button span {
  display: none;
}

.gform_wrapper .gform_heading {
  display: none;
}

.gform_wrapper.gravity-theme form {
  position: relative;
}

.gform_wrapper .gfield input, .gform_wrapper .gfield select, .gform_wrapper .gfield textarea {
  background: rgba(255, 255, 255, 0.14);
  height: 60px;
  padding: 5px 30px !important;
  color: rgba(255, 255, 255, 0.4);
  font-size: 16px !important;
  font-weight: 400;
  border-radius: 0px;
  font-family: "Poppins", serif !important;
  border: 1px solid transparent;
}

.gform_wrapper .gfield input::-moz-placeholder, .gform_wrapper .gfield select::-moz-placeholder, .gform_wrapper .gfield textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
}

.gform_wrapper .gfield input::placeholder, .gform_wrapper .gfield select::placeholder, .gform_wrapper .gfield textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
}

.gform_wrapper .gfield select {
  line-height: normal !important;
  color: rgba(255, 255, 255, 0.4);
}

.gform_wrapper .gfield select option {
  color: #000;
}

.gform_wrapper .gfield_checkbox input, .gform_wrapper input[type=checkbox] {
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.04);
  height: 14px;
  width: 14px;
  line-height: 14px !important;
  padding: 0 !important;
  margin-right: 9px;
  position: relative;
  cursor: pointer;
  height: auto !important;
}

.gform_wrapper .gfield_error legend {
  color: #222 !important;
}

.gform_wrapper .gfield_error label {
  color: #999 !important;
}

.gform_wrapper .gfield .gfield_checkbox .gfield_label {
  font-size: 16px;
  font-weight: 400;
  color: #FFF;
}

.gform_wrapper .gfield_checkbox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.gform_wrapper .gfield legend.gfield_label {
  margin-bottom: 20px;
}

.gform_wrapper .gfield legend.gfield_label .gfield_required {
  display: none;
}

.gform_wrapper .gfield_checkbox label {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-transform: capitalize;
}

.gform_wrapper .gfield select {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.gform_wrapper .gfield .ginput_container_select::before {
  position: absolute;
  content: "";
  background-image: url("../images/drop-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 9px;
  left: auto;
  right: 24px;
  top: 24px;
  pointer-events: none;
}

.gform_wrapper .gfield textarea {
  height: 60px !important;
  line-height: 45px !important;
  resize: none;
}

.gform_wrapper .gfield div.ginput_container {
  background-color: transparent;
  width: 100%;
}

.gform_wrapper::-webkit-input-placeholder,
.gform_wrapper:-ms-input-placeholder,
.gform_wrapper::placeholder {
  color: #fff !important;
  opacity: 1 !important;
  font-weight: 400;
}

.gform_wrapper .gform_footer {
  padding: 0 !important;
  margin-top: 20px !important;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}

.gform_wrapper .gform_footer::before {
  position: absolute;
  content: "";
  background-size: contain;
  width: 12px;
  height: 12px;
  display: inline-block;
  left: 100px;
  top: 24px;
  z-index: 12;
}

.ginput_container_consent label.gfield_consent_label {
  color: #4D4D4D;
  font-size: 16px;
}

.gform_wrapper .gfield div.ginput_container {
  position: relative;
}

.ginput_container_consent label.gfield_consent_label a {
  color: var(--primary);
}

.ginput_container_consent label.gfield_consent_label a:hover {
  color: var(--dark);
}

.gform_wrapper .gform_footer .gform_button {
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 11;
  cursor: pointer;
  margin: 0 !important;
  width: 100%;
  letter-spacing: 0.48px;
  background: var(--secondary);
  padding: 20px 71px;
  display: inline-block;
  border: 1px solid var(--secondary);
  transition: all 0.5s;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.gform_wrapper .gform_footer .gform_button:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--dark);
  transition: all 0.5s;
}

.gform_wrapper input::-webkit-outer-spin-button,
.gform_wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

.gform_wrapper input[type=radio] {
  height: 15px !important;
  width: 15px !important;
  margin-right: 5px;
  line-height: normal !important;
}

.gform_wrapper .gfield_radio {
  display: grid;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}

.gform_wrapper .gfield_radio > .gchoice {
  border-radius: 5px;
  border: 1px solid #E6E6E6;
  padding: 10px 15px 10px 14px;
}

.gform_wrapper .gfield_radio label {
  color: #999;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  cursor: pointer;
  white-space: nowrap;
}

.gform_validation_errors {
  background: transparent !important;
  border: 1px solid red !important;
  margin: 15px 0 !important;
  padding: 0 !important;
  text-align: center;
  height: auto !important;
  line-height: normal;
  box-shadow: unset !important;
}

.gform_validation_errors h2.gform_submission_error {
  padding: 10px !important;
  font-size: 12px !important;
  line-height: 120% !important;
  background: transparent;
  font-weight: 500 !important;
  margin-top: 0px !important;
  letter-spacing: 0.4px;
  color: red !important;
  text-align: center;
  margin: 0 !important;
}

.gform_validation_errors span.gform-icon.gform-icon--close {
  display: none !important;
}

.gfield_validation_message {
  background: transparent !important;
  border: 0 !important;
  font-size: 13px !important;
  padding: 0 !important;
  color: red !important;
  font-weight: 400;
  letter-spacing: 0.5px !important;
}

.instruction.validation_message {
  display: none;
}

.gform_confirmation_message h3 {
  padding: 20px 0 0;
  font-weight: 600;
}

.gform_confirmation_message p {
  font-size: 18px !important;
  color: var(--text);
}

.gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: unset !important;
  grid-gap: 20px 20px !important;
}

legend.gfield_label {
  color: #222;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 400 !important;
  letter-spacing: -0.4px;
}

.gform_confirmation_message img {
  margin-left: 0;
}

.gform_confirmation_message h3 {
  padding: 10px 0 0;
  font-weight: 600;
  font-size: 30px;
  color: #fff;
}

.gform_confirmation_message p {
  line-height: normal;
  font-size: 18px;
  color: var(--text);
}

.gform_confirmation_message {
  margin-top: 10px;
  color: green;
  font-weight: 700;
  font-size: 18px;
  background: #e1ffe1;
  padding: 20px 30px;
  text-align: center;
  border-radius: 5px;
}

.id-wrapper {
  margin-top: -120px;
  padding-top: 120px;
  display: block;
  width: 100%;
  pointer-events: none;
}

.for-mobile {
  display: none;
}

.fixed {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

#header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 888;
  transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  transition-property: all;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  -webkit-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  -moz-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  background: linear-gradient(180deg, #200C2E 0%, rgba(32, 12, 46, 0) 100%);
  margin: 0 auto;
}

#header::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(32, 12, 46, 0.6);
  opacity: 1;
  visibility: visible;
  transition: all ease 0.3s;
}

.header-logo {
  position: relative;
  z-index: 999;
  background-color: #fff;
  padding: 13px;
  margin-bottom: -45px;
}

#header .wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

#header .wrapper ul#menu-header-menu {
  display: flex;
  align-items: center;
}

#header .wrapper ul#menu-header-menu > li {
  position: relative;
  margin-right: 55px;
}

#header .wrapper ul#menu-header-menu li a {
  color: var(--white);
  position: relative;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

#header .wrapper ul#menu-header-menu li a:hover,
#header .wrapper ul#menu-header-menu li.active,
#header .wrapper ul#menu-header-menu li.menu-has-children:hover a {
  color: var(--primary);
}

#header .wrapper ul#menu-header-menu li a:hover::before,
#header .wrapper ul#menu-header-menu li.active a::before,
#header .wrapper ul#menu-header-menu li.menu-has-children:hover > a::before {
  opacity: 1;
}

#header .wrapper ul#menu-header-menu li.menu-item-has-children a::before {
  content: none;
}

#header .wrapper ul#menu-header-menu li.menu-has-children:hover > a {
  color: var(--primary);
}

#header .mobile-info-wrap {
  display: none;
}

#header .wrapper ul#menu-header-menu span.submenu-click-arrow {
  background: url("../images/ic-menu-dropdown-arrow-black.svg") no-repeat;
  display: block;
  width: 10px;
  height: 7px;
  position: absolute;
  left: auto;
  right: 0px;
  top: 8px;
  cursor: pointer;
  transition: all ease 0.5s;
  background-size: contain;
  pointer-events: none;
}

#header .wrapper ul#menu-header-menu ul.sub-menu {
  background-color: var(--white);
  width: 240px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 0;
  padding: 10px;
  top: 40px;
  transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.5s;
  -webkit-transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
  -moz-transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
  -o-transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transform-origin: top;
  border-radius: 5px;
}

#header .wrapper ul#menu-header-menu ul.sub-menu li {
  width: 100%;
  height: auto;
  margin: 0 0 2px;
  position: relative;
  padding: 0px;
  text-align: left;
}

#header .wrapper ul#menu-header-menu ul.sub-menu li a {
  display: block;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 14px;
  color: var(--dark);
  font-weight: 600;
  transition: none;
  cursor: pointer;
  transition: all 0.5s;
  line-height: 120%;
  border-radius: 5px;
}

#header .wrapper ul#menu-header-menu ul.sub-menu li:last-child a {
  border: 0;
}

#header .wrapper ul#menu-header-menu li.menu-item-has-children {
  padding-right: 20px;
}

#header .wrapper ul#menu-header-menu li.menu-item-has-children:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
}

#header .wrapper ul#menu-header-menu li.menu-item-has-children::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 20px;
  top: auto;
  bottom: -19px;
}

#header .wrapper ul#menu-header-menu > li:hover > a {
  color: var(--primary) !important;
}

body:not(.home) #header .wrapper ul#menu-header-menu > li:hover > a,
#header .wrapper ul#menu-header-menu ul.sub-menu li:hover a {
  color: var(--primary) !important;
}

#header.fixed .wrapper ul#menu-header-menu > li:hover > a {
  color: var(--primary) !important;
}

#header .wrapper ul#menu-header-menu > li:last-child {
  margin-right: 0px;
}

#header .wrapper .right-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 0px;
}

#header .header-btn-wrap {
  margin-left: 47px;
}

#header .header-logo a {
  display: block;
  max-width: 185px;
}

#header .header-logo a img {
  width: 100%;
  max-height: unset;
  height: auto;
}

#header .wrapper ul#menu-header-menu ul.sub-menu li a:hover {
  color: var(--primary) !important;
  background-color: var(--secondary);
}

/**/
#header .res_navigation {
  cursor: pointer;
  display: none;
}

.res_navigation .nav-toggle {
  display: block;
  position: relative;
  transition: 0.3s ease;
  z-index: 9;
  width: 27px;
  height: 22px;
  top: 2px;
}

.res_navigation .nav-toggle span {
  position: absolute;
  height: 3px;
  border-radius: 10px;
  width: 100%;
  background: #fff;
  left: auto;
  right: 0;
  top: 0;
}

.res_navigation .nav-toggle span:first-child,
.res_navigation .nav-toggle span:nth-child(2) {
  transition: 0.2s ease-in-out;
  width: 25px;
}

.res_navigation .nav-toggle span:nth-child(2) {
  top: 8px;
}

.res_navigation .nav-toggle span:last-child {
  top: 16px;
  width: 16px;
  transition: opacity 0.2s ease-in-out;
}

.res_navigation .nav-toggle.active {
  transform: rotate(45deg);
}

.res_navigation .nav-toggle.active span:first-child {
  transform: translateX(-3%) rotate(90deg);
  top: 8px;
}

.res_navigation .nav-toggle.active span:last-child {
  opacity: 0;
}

.header-contact-info-wrap {
  margin-left: 60px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-contact-info-wrap .icon {
  height: 62px;
  width: 62px;
  min-width: 62px;
}

.header-contact-info-wrap .content .title {
  color: var(--primary);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 0px;
}

.header-contact-info-wrap .content .phone-link {
  color: var(--white);
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
  font-family: "Spectral", serif;
}

.header-contact-info-wrap .content .phone-link:hover {
  color: var(--primary);
}

#header.fixed .header-logo a {
  max-width: 100px;
}

#header.fixed {
  background-color: var(--secondary);
}

#header .wrapper ul#menu-header-menu li.current-menu-item > a {
  color: var(--primary);
}

.mobile-list-menu {
  display: none;
}

/* section css start */
.container {
  width: 1430px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  float: none;
  padding: 0 15px;
}

:root {
  --primary:#FABD4D;
  --secondary:#561F7A;
  --title: #200C2E;
  --dark: #000000;
  --white: #ffffff;
}

.text-center {
  text-align: center;
}

.btn-main {
  background: var(--primary);
  padding: 22px 40px;
  display: inline-block;
  cursor: pointer;
  font-family: "Poppins", serif !important;
  color: #200C2E;
  line-height: 100%;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.btn-main:hover {
  background: var(--secondary);
  color: var(--white);
}

.btn-main.btn-outline {
  border: 1px solid var(--title);
  background-color: var(--white);
}

.btn-main.btn-outline:hover {
  background-color: var(--title);
}

/* width */
::-webkit-scrollbar {
  height: 4px;
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2) !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--secondary);
  border-radius: 10px;
}

.mCSB_scrollTools {
  opacity: 1 !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: var(--secondary) !important;
}

.jump-link {
  display: block;
  width: 100%;
  margin-top: -82px;
  padding-top: 82px;
}

.page-not-found {
  padding: 180px 0px 60px;
  position: relative;
}

.page-not-found h1 {
  color: #ee0000;
  margin-bottom: 40px;
  letter-spacing: normal;
  font-size: 40px;
  font-family: "Poppins", sans-serif !important;
  line-height: 120%;
}

/* common-inner-banner-section */
.common-inner-banner-section {
  padding: 160px 0px 80px 0px;
  position: relative;
  background: #210D2F;
  color: #ffffff;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.common-inner-banner-section h1 {
  color: #ffffff;
  text-align: center;
  font-size: 60px;
  font-weight: 800;
  line-height: 106.25%;
  text-transform: capitalize;
}

.common-content-section {
  padding: 70px 0px 70px 0px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.common-content-section .common-content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}

.common-content-section .common-content-wrapper h1, .common-content-section .common-content-wrapper h2, .common-content-section .common-content-wrapper h3, .common-content-section .common-content-wrapper h4, .common-content-section .common-content-wrapper h5, .common-content-section .common-content-wrapper h6 {
  margin: 10px 0px;
  line-height: 130%;
  text-align: left;
  letter-spacing: 0px;
}

.common-content-section .common-content-wrapper p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 10px;
  line-height: 150%;
}

.common-content-section .common-content-wrapper ol {
  margin: 15px 0px;
  position: relative;
  padding-left: 30px;
}

.common-content-section .common-content-wrapper ol > li {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 15px;
  list-style: decimal !important;
}

.common-content-section .common-content-wrapper ul {
  position: relative;
  margin: 20px 0px;
}

.common-content-section .common-content-wrapper ul > li {
  position: relative;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 15px;
  padding-left: 20px;
}

.common-content-section .common-content-wrapper ul > li::before {
  content: "";
  height: 9px;
  width: 9px;
  display: block;
  position: absolute;
  left: 0px;
  top: 11px;
  border-radius: 50px;
  background: #000;
}

.common-content-section .common-content-wrapper h1 {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
}

.common-content-section .common-content-wrapper h2 {
  color: #000;
  font-size: 37px;
  font-style: normal;
  font-weight: 800;
}

.common-content-section .common-content-wrapper h3 {
  color: #000;
  font-size: 34px;
  font-style: normal;
  font-weight: 800;
}

.common-content-section .common-content-wrapper h4 {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
}

.common-content-section .common-content-wrapper h5 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}

.common-content-section .common-content-wrapper h6 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
}

.common-content-section .common-content-wrapper a {
  color: var(--primary);
  font-weight: 500;
}

.common-content-section .common-content-wrapper a:hover {
  color: #000;
}

.entry-title {
  display: none;
}

.coming-soon-section {
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  padding: 50px 50px 50px 60px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.coming-soon-section .coming-soon-title-wrap {
  position: absolute;
  left: -160px;
  top: 100px;
  background: linear-gradient(90deg, #E8B558 0%, #A56D18 100%);
  width: 550px;
  height: 55px;
  transform: rotate(-45deg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.coming-soon-section .coming-soon-title-wrap h3 {
  color: #FFF;
  text-align: center;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.coming-soon-section .coming-soon-top-wrap {
  padding-left: 230px;
  position: relative;
  margin-bottom: 50px;
}

.coming-soon-section .coming-soon-top-wrap .row-wrapper {
  display: inline-grid;
  grid-template-columns: 170px auto;
  gap: 78px;
}

.coming-soon-section p {
  color: #FFF;
  font-size: 16px;
  line-height: 155%;
}

.coming-soon-section .logo a {
  max-width: 170px;
  display: block;
}

.coming-soon-section .logo a img {
  width: 100%;
  max-height: unset;
  height: auto;
}

.coming-soon-section .coming-soon-bottom-wrap .row-wrapper {
  display: grid;
  grid-template-columns: auto 620px;
  gap: 65px;
}

.points-listing-box {
  position: relative;
}

.points-listing-box .point-box {
  position: relative;
  display: grid;
  grid-template-columns: 85px auto;
  gap: 30px;
  margin-bottom: 20px;
}

.points-listing-box .point-box:last-child {
  margin-bottom: 0px;
}

.points-listing-box .point-box .icon {
  width: 86px;
  height: 64px;
}

.points-listing-box .point-box .icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.points-listing-box .point-box .content {
  position: relative;
}

.points-listing-box .point-box .content h4 {
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
  line-height: 155%;
  margin-bottom: 6px;
}

.contact-form {
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 50px;
  position: relative;
  color: #fff;
  height: 620px;
  overflow-x: hidden;
  overflow-y: auto;
}

.contact-form h2.title {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 20px;
  color: #FFF;
  font-size: 46px;
  font-weight: 700;
  text-transform: uppercase;
}

.contact-form h2.title:before {
  content: "";
  display: block;
  background-color: #561F7A;
  width: 70px;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.main-banner-section {
  position: relative;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  background-position: center;
}

.main-banner-section:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.29);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}

.main-banner-section .banner-content-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

h1 {
  font-size: 84px;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 104.762%;
}

.main-banner-section .banner-content-wrapper h1 {
  color: var(--white);
  text-align: center;
}

.main-banner-section .banner-content-wrapper .wrap {
  max-width: 600px;
  margin: 0 auto;
}

.main-banner-section .banner-content-wrapper p {
  color: var(--white);
  text-align: center;
  font-size: 20px;
  line-height: 150%;
}

.main-banner-section .banner-content-wrapper .btn-wrap {
  margin-top: 35px;
}

.settlement-consultants-section {
  padding: 120px 0px;
  position: relative;
}

.title-wrapper {
  margin-bottom: 50px;
}

.subtitle {
  color: #561F7A;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 0px !important;
  line-height: 140%;
  margin-bottom: 15px !important;
}

h2 {
  color: var(--title);
  font-size: 74px;
  font-weight: 700;
  line-height: 118%;
}

.settlement-consultants-section .row-wrapper {
  display: grid;
  grid-template-columns: 640px auto;
  gap: 78px;
}

.settlement-consultants-section .image {
  height: 390px;
  width: 100%;
}

.settlement-consultants-section .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.settlement-consultants-section p {
  padding-bottom: 15px;
}

ul.icon-list {
  display: grid;
  position: relative;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}

ul.icon-list li {
  padding-left: 33px;
  color: var(--title);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 155.556%;
  letter-spacing: 0.18px;
  background-image: url(../images/check-icon.svg);
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: left top 2px;
}

.services-section {
  position: relative;
  padding: 120px 0px;
  background-repeat: no-repeat;
  background-size: cover;
}

.services-listing {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  position: relative;
  justify-content: center;
}

.services-listing .service-box {
  position: relative;
  width: 31.8%;
  text-align: center;
  padding: 60px 33px;
  background: var(--white);
  filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.06));
  transition: all 0.5s;
  cursor: pointer;
  border: 5px solid transparent;
}

.services-listing .service-box:hover {
  transition: all 0.5s;
  border-color: var(--secondary);
  filter: drop-shadow(0px 0px 40px rgba(0, 0, 0, 0.25));
}

.services-listing .service-box a {
  display: block;
  height: 100%;
  width: 100%;
}

.services-listing .service-box a:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.services-listing .service-box .service-icon img.purple-icon {
  display: none;
}

.services-listing .service-box:hover .service-icon img.purple-icon {
  display: block;
}

.services-listing .service-box:hover .service-icon img.black-icon {
  display: none;
}

.services-listing .service-box .service-icon {
  height: 150px;
  width: 175px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.services-listing .service-box .service-icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.services-listing .service-box h3 {
  color: var(--title);
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 116.667%;
  margin-bottom: 20px;
}

.services-section .btn-wrapper {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}

.border-btn {
  color: var(--secondary);
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration-line: underline;
  text-transform: uppercase;
}

.border-btn:hover {
  color: var(--dark);
}

.videos-list-section {
  position: relative;
  padding: 120px 0px;
}

.videos-list-section .btn-wrapper {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}

.videos-listing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.videos-listing .video-box {
  position: relative;
  height: 280px;
  width: 100%;
  overflow: hidden;
  transition: all 0.5s;
}

.videos-listing .video-box .video-thumbnail-image {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
}

.videos-listing .video-box:hover .video-thumbnail-image {
  transform: scale(1.1);
  transition: all 0.5s;
}

.videos-listing .video-box .video-button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 90px;
  height: 90px;
  z-index: 5;
  cursor: pointer;
}

.video-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  justify-content: center;
  align-items: center;
  z-index: 1000;
  padding: 10px;
}

.video-modal:not(.hidden) {
  display: flex;
}

.video-modal video {
  max-width: 90%;
  max-height: 80%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.video-modal .close-btn {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 35px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: monospace;
  color: #fff;
  cursor: pointer;
  z-index: 1100;
}

#testimonials-slider .testimonial-box {
  background: #FFF;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
  padding: 10px 44px 10px 10px;
  position: relative;
  display: grid;
  grid-template-columns: 245px auto;
  gap: 28px;
  margin: 30px 15px;
}

.testimonial-section {
  padding-bottom: 120px;
  position: relative;
}

.testimonial-section .title-wrapper {
  margin-bottom: 30px;
}

#testimonials-slider .testimonial-box .user-image {
  width: 100%;
  height: 295px;
  overflow: hidden;
}

#testimonials-slider .testimonial-box .user-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#testimonials-slider .testimonial-box .user-name {
  color: var(--title);
  font-family: "Kaisei Decol";
  font-size: 22px;
  font-weight: 700;
  line-height: 140%;
  padding-bottom: 0px;
  margin-bottom: 25px;
}

#testimonials-slider .testimonial-box .star-img {
  margin-bottom: 20px;
}

#testimonials-slider .testimonial-box .star-img img {
  margin: 0;
}

#testimonials-slider .testimonial-box p {
  font-size: 15px;
  font-style: italic;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.16px;
}

#testimonials-slider .testimonial-box .content {
  padding: 15px 0px;
}

.testimonial-content-wrap {
  overflow-x: hidden;
  overflow-y: auto;
  height: 180px;
  padding-right: 5px;
}

button.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 20;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  font-size: 0px;
  background-color: #F0F0F0 !important;
  left: 0;
  transition: all 0.5s;
  transform: translate(0px) !important;
}

.slick-next.slick-arrow {
  right: 0;
  left: auto;
}

.slick-prev.slick-arrow {
  transform: rotate(180deg) !important;
}

button.slick-arrow:before {
  content: "";
  height: 20px;
  width: 17px;
  background-image: url(../images/slick-arrow.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  top: 0px;
  margin: auto;
  background-position: center center;
  transition: all 0.5s;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.2;
}

.slick-prev.slick-disabled, .slick-next.slick-disabled {
  pointer-events: none;
}

button.slick-arrow:hover:before {
  transition: all 0.5s;
  opacity: 1;
}

.slick-prev.slick-arrow {
  left: -10px;
}

.slick-next.slick-arrow {
  right: -10px;
}

button.slick-arrow:hover {
  background-color: var(--primary) !important;
}

#testimonials-slider button.slick-arrow {
  top: -83px;
}

#testimonials-slider button.slick-prev.slick-arrow {
  left: auto;
  right: 50px;
}

.mr-0 {
  margin-right: 0px !important;
}

.inner-banner-section {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 210px 0px 120px 0px;
}

.inner-banner-section:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5882352941);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  pointer-events: none;
}

.inner-banner-section h1 {
  color: var(--white);
  text-align: center;
  margin-bottom: 0px;
}

.services-list-section {
  position: relative;
  padding: 100px 0px 120px 0px;
}

.services-info-list {
  display: flex;
  flex-direction: column;
  position: relative;
}

.services-info-list .services-info-box {
  display: grid;
  grid-template-columns: 540px auto;
  gap: 80px;
  align-items: center;
  position: relative;
  margin-bottom: 100px;
}

.services-info-list .services-info-box:last-child {
  margin-bottom: 0px;
}

.services-info-list .services-info-box .image {
  height: 400px;
  width: 100%;
  position: relative;
}

.services-info-list .services-info-box .image::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(32, 12, 46, 0.1);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  pointer-events: none;
}

.services-info-list .services-info-box .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.services-info-list .services-info-box .content-wrapper {
  position: relative;
}

.services-info-list .services-info-box .content-wrapper .wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
  position: relative;
}

.services-info-list .services-info-box h2 {
  color: #200C2E;
  font-size: 46px;
}

.services-info-list .services-info-box:nth-child(2n+2) {
  grid-template-columns: auto 540px;
}

.services-info-list .services-info-box:nth-child(2n+2) .image {
  order: 1;
}

.services-info-list .jump-link {
  position: absolute;
  top: 0;
  right: 0;
}

.video-resources-section {
  position: relative;
  padding: 100px 0px;
}

.videos-resources-listing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  position: relative;
}

.videos-resources-listing .video-resources-box {
  position: relative;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  background-color: var(--white);
  filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.1));
}

.videos-resources-listing .video-resources-box .video-thumbnail-image {
  height: 280px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.videos-resources-listing .video-resources-box .video-thumbnail-image:before {
  content: "";
  width: 129px;
  height: 129px;
  display: block;
  background-color: #200C2E;
  filter: blur(50px);
  position: absolute;
  left: -20px;
  bottom: -20px;
  z-index: 3;
  pointer-events: none;
}

.videos-resources-listing .video-resources-box .video-thumbnail-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
  overflow: hidden;
}

.videos-resources-listing .video-resources-box:hover .video-thumbnail-image img {
  transition: all 0.5s;
  transform: scale(1.1);
}

.videos-resources-listing .video-resources-box .video-resources-button {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 68px;
  height: 68px;
  z-index: 5;
  cursor: pointer;
}

.videos-resources-listing .video-resources-box .content-wrapper {
  position: relative;
  padding: 20px 25px 40px 25px;
}

.videos-resources-listing .video-resources-box h2 {
  color: #200C2E;
  font-size: 24px;
  font-weight: 600;
}

body.page-template-coming-soon-php footer.footer-section, body.page-template-coming-soon-php .contact-form-section {
  display: none !important;
}

.contact-form-section .contact-form-wrap {
  background-color: #561F7A;
  padding: 90px 60px 60px 60px;
  position: relative;
  z-index: 30;
  margin-bottom: -300px;
}

.contact-form-section .contact-form-wrap .gform_heading {
  display: block;
  margin-bottom: 30px;
  text-align: center;
}

.contact-form-section .contact-form-wrap .gform_heading h2 {
  color: #fff;
}

.contact-form-section .title-wrapper {
  margin-bottom: 30px;
}

.contact-form-section .contact-form-wrap input[type=submit] {
  background: var(--primary);
  padding: 22px 40px;
  display: inline-block;
  cursor: pointer;
  font-family: "Poppins", serif !important;
  color: #200C2E;
  line-height: 130% !important;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid var(--primary);
  width: auto;
  white-space: normal;
  min-height: auto !important;
}

.contact-form-section .contact-form-wrap input[type=submit]:hover {
  background: var(--white);
  color: var(--secondary);
  border-color: var(--white);
}

.contact-form-section .contact-form-wrap textarea {
  height: 110px !important;
}

.contact-form-section .contact-form-wrap .gform_wrapper .gform_footer {
  width: 100%;
  justify-content: center;
}

body img.gform_ajax_spinner {
  display: none !important;
}

.contact-form-section {
  position: relative;
}

footer.footer-section {
  position: relative;
  padding: 400px 0px 0px 0px;
}

footer.footer-section {
  position: relative;
  padding: 400px 0px 0px 0px;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-title {
  color: var(--white);
  font-family: "Kaisei Decol";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  padding-bottom: 0px;
  margin-bottom: 30px;
}

footer.footer-section .footer-top {
  display: grid;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  grid-template-columns: 400px auto 300px;
}

.footer-links ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.footer-links ul li a {
  color: var(--white);
  font-size: 16px;
  letter-spacing: 0.16px;
  text-transform: capitalize;
}

.footer-links ul li a:hover {
  color: var(--primary);
}

.footer-contact-info-wrap .contact-wrap {
  margin-bottom: 25px;
}

.footer-contact-info-wrap .contact-wrap:last-child {
  margin-bottom: 0px;
}

.footer-contact-info-wrap .contact-wrap .top-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 7px;
}

.footer-contact-info-wrap .contact-wrap .top-wrap p {
  color: rgba(255, 255, 255, 0.4);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.footer-contact-info-wrap .contact-wrap .contact-link {
  color: var(--white);
  font-size: 26px;
  font-weight: 500;
}

.footer-contact-info-wrap .contact-wrap .contact-link:hover {
  color: var(--primary);
}

.footer-contact-info-wrap .contact-wrap .email-link {
  color: var(--white);
  font-size: 20px;
  font-weight: 400;
}

.footer-contact-info-wrap .contact-wrap .email-link:hover {
  color: var(--primary);
}

footer.footer-section .footer-bottom {
  margin-top: 110px;
  padding: 40px 0px;
  text-align: center;
  border-top: 1px solid hsla(0, 0%, 85%, 0.1);
}

footer.footer-section .footer-bottom .copyrights {
  color: rgba(255, 255, 255, 0.4);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.16px;
  text-transform: capitalize;
}

@media only screen and (min-width: 1700px) and (max-width: 1899px) {
  #header {
    padding: 15px 0;
  }
  .coming-soon-section {
    padding: 35px 40px 35px 50px;
  }
  .coming-soon-section .coming-soon-top-wrap {
    padding-left: 170px;
    margin-bottom: 25px;
  }
  .coming-soon-section .coming-soon-title-wrap {
    left: -190px;
    top: 60px;
  }
  .coming-soon-section .coming-soon-title-wrap h3 {
    font-size: 27px;
  }
  .coming-soon-section .coming-soon-top-wrap .row-wrapper {
    grid-template-columns: 120px auto;
    gap: 60px;
  }
  .coming-soon-section p {
    font-size: 15px;
  }
  .points-listing-box .point-box .icon {
    width: 55px;
    height: 35px;
  }
  .points-listing-box .point-box {
    grid-template-columns: 55px auto;
    gap: 20px;
    margin-bottom: 10px;
  }
  .coming-soon-section .coming-soon-bottom-wrap .row-wrapper {
    grid-template-columns: auto 415px;
    gap: 35px;
  }
  .points-listing-box .point-box .content h4 {
    font-size: 20px;
  }
  .contact-form {
    border-radius: 15px;
    padding: 40px 30px;
    height: 550px;
  }
  .contact-form h2.title {
    margin-bottom: 35px;
    padding-bottom: 14px;
    font-size: 30px;
  }
  .gform_wrapper .gfield input, .gform_wrapper .gfield select, .gform_wrapper .gfield textarea {
    height: 50px;
    padding: 5px 25px !important;
    font-size: 14px !important;
  }
  .gform_wrapper .gform_footer .gform_button {
    padding: 15px 50px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1699px) {
  .container {
    width: 1350px;
  }
  .common-inner-banner-section {
    padding: 130px 0px 50px 0px;
  }
  .common-inner-banner-section h1 {
    font-size: 50px;
  }
  .common-content-section {
    padding: 60px 0px 60px 0px;
  }
  .common-content-section .common-content-wrapper ol > li {
    font-size: 18px;
  }
  .common-content-section .common-content-wrapper ul > li {
    font-size: 18px;
  }
  .common-content-section .common-content-wrapper h1 {
    font-size: 35px;
  }
  .common-content-section .common-content-wrapper h2 {
    font-size: 30px;
  }
  .common-content-section .common-content-wrapper h3 {
    font-size: 26px;
  }
  .common-content-section .common-content-wrapper h4 {
    font-size: 24px;
  }
  .common-content-section .common-content-wrapper h5 {
    font-size: 20px;
  }
  .common-content-section .common-content-wrapper h6 {
    font-size: 18px;
  }
  .coming-soon-section {
    padding: 30px;
  }
  .coming-soon-section .coming-soon-top-wrap {
    padding-left: 170px;
    margin-bottom: 35px;
  }
  .coming-soon-section .coming-soon-title-wrap {
    left: -190px;
    top: 60px;
  }
  .coming-soon-section .coming-soon-title-wrap h3 {
    font-size: 24px;
  }
  .coming-soon-section .coming-soon-top-wrap .row-wrapper {
    grid-template-columns: 120px auto;
    gap: 50px;
  }
  .coming-soon-section p {
    font-size: 13px;
  }
  .points-listing-box .point-box .icon {
    width: 45px;
    height: 30px;
  }
  .points-listing-box .point-box {
    grid-template-columns: 45px auto;
    gap: 15px;
    margin-bottom: 10px;
  }
  .coming-soon-section .coming-soon-bottom-wrap .row-wrapper {
    grid-template-columns: auto 415px;
    gap: 35px;
  }
  .points-listing-box .point-box .content h4 {
    font-size: 20px;
  }
  .contact-form {
    border-radius: 15px;
    padding: 40px 30px;
    height: 520px;
  }
  .contact-form h2.title {
    margin-bottom: 35px;
    padding-bottom: 14px;
    font-size: 30px;
  }
  .gform_wrapper .gfield input, .gform_wrapper .gfield select, .gform_wrapper .gfield textarea {
    height: 50px;
    padding: 5px 20px !important;
    font-size: 13px !important;
  }
  .gform_wrapper .gform_footer .gform_button {
    padding: 15px 50px;
    font-size: 14px;
  }
  .gform_wrapper.gravity-theme .gform_fields {
    grid-gap: 15px 20px !important;
  }
  .main-banner-section {
    padding: 100px 0px 40px 0px;
  }
  h1 {
    font-size: 60px;
  }
  .main-banner-section .banner-content-wrapper p {
    font-size: 16px;
  }
  .btn-main {
    padding: 20px 30px;
    font-size: 15px;
  }
  #header .header-logo a {
    max-width: 115px;
  }
  .header-contact-info-wrap .content .phone-link {
    font-size: 28px;
  }
  .header-contact-info-wrap .icon {
    height: 54px;
    width: 54px;
    min-width: 54px;
  }
  .settlement-consultants-section {
    padding: 100px 0px;
  }
  h2 {
    font-size: 55px;
  }
  .subtitle {
    font-size: 16px;
  }
  .services-section {
    padding: 100px 0px;
  }
  .videos-list-section {
    padding: 100px 0px;
  }
  .testimonial-section {
    padding-bottom: 100px;
  }
  .contact-form-section .contact-form-wrap {
    padding: 60px 60px 60px 60px;
    margin-bottom: -260px;
  }
  footer.footer-section {
    padding: 340px 0px 0px 0px;
  }
  footer.footer-section .footer-bottom {
    margin-top: 70px;
    padding: 25px 0px;
  }
  .services-listing .service-box .service-icon {
    height: 120px;
    width: 145px;
    margin-bottom: 30px;
  }
  .inner-banner-section {
    padding: 150px 0px 70px 0px;
  }
  .services-list-section {
    padding: 90px 0px 90px 0px;
  }
  .services-info-list .services-info-box {
    grid-template-columns: 520px auto;
  }
  .services-info-list .services-info-box:nth-child(2n+2) {
    grid-template-columns: auto 520px;
  }
  .services-info-box {
    margin-bottom: 80px;
  }
  .services-info-list .services-info-box h2 {
    font-size: 40px;
  }
  .video-resources-section {
    padding: 80px 0px;
  }
  .jump-link {
    margin-top: -74px;
    padding-top: 74px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  .container {
    width: 1250px;
  }
  body p {
    font-size: 16px;
  }
  .btn-main {
    padding: 17px 39px;
    font-size: 15px;
  }
  .common-inner-banner-section {
    padding: 150px 0px 70px 0px;
  }
  .common-inner-banner-section h1 {
    font-size: 50px;
  }
  .common-content-section {
    padding: 60px 0px 60px 0px;
  }
  .common-content-section .common-content-wrapper p {
    font-size: 16px;
  }
  .common-content-section .common-content-wrapper ul > li::before {
    height: 7px;
    width: 7px;
    top: 9px;
  }
  .common-content-section .common-content-wrapper ol > li {
    font-size: 16px;
  }
  .common-content-section .common-content-wrapper ul > li {
    font-size: 16px;
  }
  .common-content-section .common-content-wrapper h1 {
    font-size: 35px;
  }
  .common-content-section .common-content-wrapper h2 {
    font-size: 30px;
  }
  .common-content-section .common-content-wrapper h3 {
    font-size: 26px;
  }
  .common-content-section .common-content-wrapper h4 {
    font-size: 24px;
  }
  .common-content-section .common-content-wrapper h5 {
    font-size: 20px;
  }
  .common-content-section .common-content-wrapper h6 {
    font-size: 18px;
  }
  .coming-soon-section {
    padding: 25px 30px;
  }
  .coming-soon-section .coming-soon-top-wrap {
    padding-left: 120px;
    margin-bottom: 20px;
  }
  .coming-soon-section .coming-soon-title-wrap {
    left: -210px;
    top: 45px;
    height: 45px;
  }
  .coming-soon-section .coming-soon-title-wrap h3 {
    font-size: 20px;
  }
  .coming-soon-section .coming-soon-top-wrap .row-wrapper {
    grid-template-columns: 100px auto;
    gap: 45px;
  }
  .coming-soon-section p {
    font-size: 11px;
  }
  .points-listing-box .point-box .icon {
    width: 40px;
    height: 28px;
  }
  .points-listing-box .point-box {
    grid-template-columns: 40px auto;
    gap: 15px;
    margin-bottom: 10px;
  }
  .coming-soon-section .coming-soon-bottom-wrap .row-wrapper {
    grid-template-columns: auto 340px;
    gap: 25px;
  }
  .points-listing-box .point-box .content h4 {
    font-size: 18px;
    margin-bottom: 2px;
  }
  .contact-form {
    border-radius: 15px;
    padding: 35px 25px;
    height: 400px;
  }
  .contact-form h2.title {
    margin-bottom: 30px;
    padding-bottom: 14px;
    font-size: 27px;
  }
  .gform_wrapper .gfield input, .gform_wrapper .gfield select, .gform_wrapper .gfield textarea {
    height: 45px;
    padding: 5px 20px !important;
    font-size: 13px !important;
  }
  .gform_wrapper .gform_footer .gform_button {
    padding: 12px 40px;
    font-size: 13px;
  }
  .gform_wrapper.gravity-theme .gform_fields {
    grid-gap: 15px 20px !important;
  }
  .main-banner-section {
    padding: 80px 0px 40px 0px;
  }
  h1 {
    font-size: 50px;
  }
  .main-banner-section .banner-content-wrapper p {
    font-size: 16px;
  }
  .btn-main {
    padding: 17px 30px;
    font-size: 14px;
  }
  #header .header-logo a {
    max-width: 100px;
  }
  #header.fixed .header-logo a {
    max-width: 90px;
  }
  .header-contact-info-wrap .content .phone-link {
    font-size: 25px;
  }
  .header-contact-info-wrap .icon {
    height: 50px;
    width: 50px;
    min-width: 50px;
  }
  .settlement-consultants-section {
    padding: 70px 0px;
  }
  h2 {
    font-size: 40px;
  }
  .subtitle {
    font-size: 16px;
  }
  .services-section {
    padding: 70px 0px;
  }
  .videos-list-section {
    padding: 70px 0px;
  }
  .testimonial-section {
    padding-bottom: 70px;
  }
  .contact-form-section .contact-form-wrap {
    padding: 50px 40px 50px 40px;
    margin-bottom: -200px;
  }
  footer.footer-section {
    padding: 270px 0px 0px 0px;
  }
  footer.footer-section .footer-bottom {
    margin-top: 50px;
    padding: 20px 0px;
  }
  .services-listing .service-box .service-icon {
    height: 120px;
    width: 145px;
    margin-bottom: 30px;
  }
  .settlement-consultants-section .row-wrapper {
    grid-template-columns: 550px auto;
    gap: 65px;
  }
  .settlement-consultants-section p {
    padding-bottom: 10px;
  }
  ul.icon-list li {
    padding-left: 30px;
    font-size: 15px;
    background-size: 19px;
  }
  .services-listing .service-box {
    width: 30.8%;
    padding: 40px 20px;
  }
  .services-listing .service-box h3 {
    font-size: 21px;
    margin-bottom: 15px;
  }
  .videos-listing .video-box .video-button {
    width: 70px;
    height: 70px;
  }
  .videos-list-section .btn-wrapper {
    margin-top: 40px;
  }
  .contact-form-section .contact-form-wrap input[type=submit] {
    padding: 17px 30px;
    font-size: 15px;
  }
  .gform_wrapper .gfield .ginput_container_select::before {
    right: 24px;
    top: 19px;
  }
  .footer-contact-info-wrap .contact-wrap .contact-link {
    font-size: 20px;
  }
  footer.footer-section .footer-bottom .copyrights {
    font-size: 14px;
  }
  .title-wrapper {
    margin-bottom: 40px;
  }
  .services-section .btn-wrapper {
    margin-top: 50px;
  }
  #header .wrapper ul#menu-header-menu li a {
    font-size: 15px;
  }
  #header .wrapper ul#menu-header-menu > li {
    margin-right: 45px;
  }
  .footer-links ul li a {
    font-size: 15px;
  }
  #testimonials-slider .testimonial-box {
    padding: 10px 30px 10px 10px;
    grid-template-columns: 225px auto;
    gap: 25px;
    margin: 25px 10px;
  }
  #testimonials-slider .testimonial-box p {
    font-size: 14px;
  }
  button.slick-arrow {
    width: 45px;
    height: 45px;
  }
  .inner-banner-section {
    padding: 150px 0px 70px 0px;
  }
  .services-list-section {
    padding: 80px 0px 80px 0px;
  }
  .services-info-list .services-info-box {
    grid-template-columns: 450px auto;
    gap: 50px;
    margin-bottom: 70px;
  }
  .services-info-list .services-info-box:nth-child(2n+2) {
    grid-template-columns: auto 450px;
  }
  .services-info-list .services-info-box h2 {
    font-size: 35px;
  }
  .services-info-list .services-info-box .content-wrapper .wrapper {
    gap: 15px;
  }
  .services-info-list .services-info-box .image {
    height: 350px;
  }
  .video-resources-section {
    padding: 80px 0px;
  }
  .videos-resources-listing .video-resources-box h2 {
    font-size: 22px;
  }
  .jump-link {
    margin-top: -71px;
    padding-top: 71px;
  }
}
@media only screen and (min-width: 1121px) and (max-width: 1279px) {
  .container {
    width: 1121px;
  }
  body p {
    font-size: 16px;
  }
  .btn-main {
    padding: 17px 39px;
    font-size: 15px;
  }
  .common-inner-banner-section {
    padding: 150px 0px 60px 0px;
  }
  .common-inner-banner-section h1 {
    font-size: 40px;
  }
  .common-content-section {
    padding: 50px 0px 50px 0px;
  }
  .common-content-section .common-content-wrapper p {
    font-size: 16px;
  }
  .common-content-section .common-content-wrapper ul > li::before {
    height: 7px;
    width: 7px;
    top: 9px;
  }
  .common-content-section .common-content-wrapper ol > li {
    font-size: 16px;
  }
  .common-content-section .common-content-wrapper ul > li {
    font-size: 16px;
  }
  .common-content-section .common-content-wrapper h1 {
    font-size: 35px;
  }
  .common-content-section .common-content-wrapper h2 {
    font-size: 30px;
  }
  .common-content-section .common-content-wrapper h3 {
    font-size: 26px;
  }
  .common-content-section .common-content-wrapper h4 {
    font-size: 24px;
  }
  .common-content-section .common-content-wrapper h5 {
    font-size: 20px;
  }
  .common-content-section .common-content-wrapper h6 {
    font-size: 18px;
  }
  .coming-soon-section {
    padding: 25px 30px;
  }
  .coming-soon-section .coming-soon-top-wrap {
    padding-left: 120px;
    margin-bottom: 20px;
  }
  .coming-soon-section .coming-soon-title-wrap {
    left: -210px;
    top: 45px;
    height: 45px;
  }
  .coming-soon-section .coming-soon-title-wrap h3 {
    font-size: 20px;
  }
  .coming-soon-section .coming-soon-top-wrap .row-wrapper {
    grid-template-columns: 100px auto;
    gap: 45px;
  }
  .coming-soon-section p {
    font-size: 11px;
  }
  .points-listing-box .point-box .icon {
    width: 40px;
    height: 28px;
  }
  .points-listing-box .point-box {
    grid-template-columns: 40px auto;
    gap: 15px;
    margin-bottom: 10px;
  }
  .coming-soon-section .coming-soon-bottom-wrap .row-wrapper {
    grid-template-columns: auto 340px;
    gap: 25px;
  }
  .points-listing-box .point-box .content h4 {
    font-size: 18px;
    margin-bottom: 2px;
  }
  .contact-form {
    border-radius: 15px;
    padding: 35px 25px;
    height: 400px;
  }
  .contact-form h2.title {
    margin-bottom: 30px;
    padding-bottom: 14px;
    font-size: 27px;
  }
  .gform_wrapper .gfield input, .gform_wrapper .gfield select, .gform_wrapper .gfield textarea {
    height: 45px;
    padding: 5px 20px !important;
    font-size: 13px !important;
  }
  .gform_wrapper .gform_footer .gform_button {
    padding: 12px 40px;
    font-size: 13px;
  }
  .gform_wrapper.gravity-theme .gform_fields {
    grid-gap: 15px 20px !important;
  }
  .main-banner-section {
    padding: 80px 0px 40px 0px;
  }
  h1 {
    font-size: 50px;
  }
  .main-banner-section .banner-content-wrapper p {
    font-size: 16px;
  }
  .btn-main {
    padding: 17px 30px;
    font-size: 14px;
  }
  #header .header-logo a {
    max-width: 100px;
  }
  #header.fixed .header-logo a {
    max-width: 90px;
  }
  .header-contact-info-wrap .content .phone-link {
    font-size: 25px;
  }
  .header-contact-info-wrap .icon {
    height: 50px;
    width: 50px;
    min-width: 50px;
  }
  .settlement-consultants-section {
    padding: 70px 0px;
  }
  h2 {
    font-size: 40px;
  }
  .subtitle {
    font-size: 16px;
  }
  .services-section {
    padding: 70px 0px;
  }
  .videos-list-section {
    padding: 70px 0px;
  }
  .testimonial-section {
    padding-bottom: 70px;
  }
  .contact-form-section .contact-form-wrap {
    padding: 50px 40px 50px 40px;
    margin-bottom: -200px;
  }
  footer.footer-section {
    padding: 270px 0px 0px 0px;
  }
  footer.footer-section .footer-bottom {
    margin-top: 50px;
    padding: 20px 0px;
  }
  .services-listing {
    gap: 20px;
  }
  .services-listing .service-box .service-icon {
    height: 90px;
    width: 105px;
    margin-bottom: 25px;
  }
  .settlement-consultants-section .row-wrapper {
    grid-template-columns: 550px auto;
    gap: 50px;
  }
  .settlement-consultants-section p {
    padding-bottom: 10px;
  }
  ul.icon-list li {
    padding-left: 30px;
    font-size: 15px;
    background-size: 19px;
  }
  .services-listing .service-box {
    width: 30.8%;
    padding: 40px 20px;
  }
  .services-listing .service-box h3 {
    font-size: 21px;
    margin-bottom: 15px;
  }
  .videos-listing .video-box .video-button {
    width: 70px;
    height: 70px;
  }
  .videos-list-section .btn-wrapper {
    margin-top: 40px;
  }
  .contact-form-section .contact-form-wrap input[type=submit] {
    padding: 17px 30px;
    font-size: 15px;
  }
  .gform_wrapper .gfield .ginput_container_select::before {
    right: 24px;
    top: 19px;
  }
  .footer-contact-info-wrap .contact-wrap .contact-link {
    font-size: 20px;
  }
  footer.footer-section .footer-bottom .copyrights {
    font-size: 14px;
  }
  .title-wrapper {
    margin-bottom: 40px;
  }
  .services-section .btn-wrapper {
    margin-top: 40px;
  }
  .videos-listing {
    gap: 25px;
  }
  .videos-listing .video-box {
    height: 240px;
  }
  #header .wrapper ul#menu-header-menu li a {
    font-size: 15px;
  }
  #header .wrapper ul#menu-header-menu > li {
    margin-right: 45px;
  }
  .footer-links ul li a {
    font-size: 15px;
  }
  #testimonials-slider .testimonial-box {
    padding: 10px 30px 10px 10px;
    grid-template-columns: 225px auto;
    gap: 25px;
    margin: 25px 10px;
  }
  #testimonials-slider .testimonial-box p {
    font-size: 14px;
  }
  button.slick-arrow {
    width: 45px;
    height: 45px;
  }
  #testimonials-slider button.slick-arrow {
    top: -73px;
  }
  .inner-banner-section {
    padding: 140px 0px 60px 0px;
  }
  .services-list-section {
    padding: 70px 0px 70px 0px;
  }
  .services-info-list .services-info-box {
    grid-template-columns: 400px auto;
    gap: 50px;
    margin-bottom: 70px;
  }
  .services-info-list .services-info-box:nth-child(2n+2) {
    grid-template-columns: auto 400px;
  }
  .services-info-list .services-info-box h2 {
    font-size: 30px;
  }
  .services-info-list .services-info-box .content-wrapper .wrapper {
    gap: 15px;
    margin-bottom: 15px;
  }
  .services-info-list .services-info-box .image {
    height: 300px;
  }
  .services-info-list .services-info-box .content-wrapper .wrapper .icon {
    width: 50px;
    height: 50px;
  }
  .video-resources-section {
    padding: 80px 0px;
  }
  .videos-resources-listing .video-resources-box h2 {
    font-size: 20px;
  }
  .videos-resources-listing .video-resources-box .video-thumbnail-image {
    height: 250px;
  }
  .videos-resources-listing {
    gap: 20px;
  }
  .videos-resources-listing .video-resources-box .video-resources-button {
    left: 15px;
    bottom: 15px;
    width: 55px;
    height: 55px;
  }
  .videos-resources-listing .video-resources-box .content-wrapper {
    padding: 20px 25px 30px 25px;
  }
  .jump-link {
    margin-top: -71px;
    padding-top: 71px;
  }
}
@media (max-width: 1120px) {
  #header {
    width: 100%;
    top: 0 !important;
    border-radius: 0;
  }
  #header .wrapper ul#menu-header-menu {
    margin: 0 !important;
    display: block !important;
  }
  #header .wrapper ul#menu-header-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0 !important;
  }
  #header .wrapper ul#menu-header-menu li:last-child {
    border: 0;
  }
  #header .wrapper ul#menu-header-menu li a {
    width: 100%;
    padding: 15px 0;
    display: inline-block;
  }
  #header .res_navigation {
    display: block;
    position: relative;
    order: 3;
  }
  #header .wrapper .mobile-menu {
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    width: 100%;
    max-width: 100%;
    transition: all 0.5s ease 0s;
    position: fixed;
    top: 0px;
    left: 0;
    bottom: 0;
    background-color: #000;
    z-index: 9;
    padding: 150px 30px 30px 30px;
    overflow-y: auto;
    float: none;
    margin: 0 !important;
    height: 100vh;
  }
  html.menu-open #header .wrapper .mobile-menu {
    left: 0;
    transform: translateX(0) translateY(0);
  }
  #header .wrapper ul#menu-header-menu li a:hover {
    color: var(--primary) !important;
    background-color: transparent;
  }
  /**/
  #header .wrapper ul#menu-header-menu span.submenu-click-arrow {
    top: 0;
    filter: brightness(0) saturate(100%) invert(20%) sepia(0%) saturate(4713%) hue-rotate(332deg) brightness(93%) contrast(20%);
    height: 50px;
    width: 50px;
    background-position: center;
    background-size: 11px;
    pointer-events: all;
  }
  #header .wrapper ul#menu-header-menu li ul.sub-menu {
    width: 100% !important;
    background: transparent;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    position: static;
    transform-origin: unset;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    opacity: 1 !important;
    visibility: visible !important;
    padding-left: 15px;
  }
  #header .wrapper ul#menu-header-menu li ul.sub-menu::before {
    content: none;
  }
  #header .wrapper ul#menu-header-menu li ul.sub-menu li a {
    padding: 15px;
    border: 0;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
  }
  #header .wrapper ul#menu-header-menu li.menu-item-has-children::after {
    content: none;
  }
  #header .wrapper ul#menu-header-menu ul.sub-menu li {
    margin: 0 !important;
  }
  #header .wrapper ul#menu-header-menu li:last-child {
    border: 0 !important;
  }
  #header .wrapper .right-wrap {
    flex-direction: row-reverse;
  }
  #header .header-btn-wrap {
    margin-left: 0;
    margin-right: 30px;
  }
  #header .header-logo a {
    max-width: 195px;
  }
  .container {
    width: 100%;
  }
  body p {
    font-size: 15px;
  }
  .btn-main {
    padding: 17px 39px;
    font-size: 15px;
  }
  .common-inner-banner-section {
    padding: 150px 0px 60px 0px;
  }
  .common-inner-banner-section h1 {
    font-size: 40px;
  }
  .common-content-section {
    padding: 50px 20px 50px 20px;
  }
  .common-content-section .common-content-wrapper p {
    font-size: 16px;
  }
  .common-content-section .common-content-wrapper ul > li::before {
    height: 7px;
    width: 7px;
    top: 9px;
  }
  .common-content-section .common-content-wrapper ol > li {
    font-size: 16px;
  }
  .common-content-section .common-content-wrapper ul > li {
    font-size: 16px;
  }
  .common-content-section .common-content-wrapper h1 {
    font-size: 35px;
  }
  .common-content-section .common-content-wrapper h2 {
    font-size: 30px;
  }
  .common-content-section .common-content-wrapper h3 {
    font-size: 26px;
  }
  .common-content-section .common-content-wrapper h4 {
    font-size: 24px;
  }
  .common-content-section .common-content-wrapper h5 {
    font-size: 20px;
  }
  .common-content-section .common-content-wrapper h6 {
    font-size: 18px;
  }
  .coming-soon-section {
    padding: 25px 20px;
    height: auto;
  }
  .coming-soon-section .coming-soon-top-wrap {
    padding-left: 120px;
    margin-bottom: 20px;
  }
  .coming-soon-section .coming-soon-title-wrap {
    left: -210px;
    top: 45px;
    height: 45px;
  }
  .coming-soon-section .coming-soon-title-wrap h3 {
    font-size: 20px;
  }
  .coming-soon-section .coming-soon-top-wrap .row-wrapper {
    grid-template-columns: 100px auto;
    gap: 30px;
  }
  .coming-soon-section p {
    font-size: 15px;
  }
  .points-listing-box .point-box .icon {
    width: 30px;
    height: 28px;
  }
  .points-listing-box .point-box {
    grid-template-columns: 30px auto;
    gap: 15px;
    margin-bottom: 10px;
  }
  .coming-soon-section .coming-soon-bottom-wrap .row-wrapper {
    grid-template-columns: 100%;
    gap: 25px;
  }
  .points-listing-box .point-box .content h4 {
    font-size: 18px;
    margin-bottom: 2px;
  }
  .contact-form {
    border-radius: 15px;
    padding: 35px 25px;
    height: auto;
  }
  .contact-form h2.title {
    margin-bottom: 30px;
    padding-bottom: 14px;
    font-size: 27px;
    text-align: center;
  }
  .contact-form h2.title:before {
    right: 0;
    margin: 0 auto;
  }
  .gform_wrapper .gfield input, .gform_wrapper .gfield select, .gform_wrapper .gfield textarea {
    height: 45px;
    padding: 5px 20px !important;
    font-size: 13px !important;
  }
  .gform_wrapper .gform_footer .gform_button {
    padding: 12px 40px;
    font-size: 13px;
  }
  .gform_wrapper.gravity-theme .gform_fields {
    grid-gap: 15px 20px !important;
  }
  .gform_wrapper .gform_footer {
    margin: 0 auto !important;
    margin-top: 20px !important;
  }
  .main-banner-section {
    height: auto;
    padding: 220px 0px 50px 0px;
  }
  h1 {
    font-size: 45px;
  }
  .main-banner-section .banner-content-wrapper .btn-wrap {
    margin-top: 25px;
  }
  .main-banner-section .banner-content-wrapper p {
    font-size: 16px;
  }
  .btn-main {
    padding: 17px 30px;
    font-size: 14px;
  }
  #header .header-logo a {
    max-width: 100px;
  }
  #header.fixed .header-logo a {
    max-width: 90px;
  }
  .header-contact-info-wrap .content .phone-link {
    font-size: 25px;
  }
  .header-contact-info-wrap .icon {
    height: 50px;
    width: 50px;
    min-width: 50px;
  }
  .settlement-consultants-section {
    padding: 60px 0px;
  }
  h2 {
    font-size: 40px;
  }
  .subtitle {
    font-size: 16px;
  }
  .services-section {
    padding: 60px 0px;
  }
  .videos-list-section {
    padding: 60px 0px;
  }
  .testimonial-section {
    padding-bottom: 60px;
  }
  .contact-form-section .contact-form-wrap {
    padding: 50px 40px 50px 40px;
    margin-bottom: -200px;
  }
  footer.footer-section {
    padding: 270px 0px 0px 0px;
  }
  footer.footer-section .footer-bottom {
    margin-top: 50px;
    padding: 20px 0px;
  }
  .services-listing {
    gap: 20px;
  }
  .services-listing .service-box .service-icon {
    height: 90px;
    width: 105px;
    margin-bottom: 25px;
  }
  .settlement-consultants-section .row-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
  .settlement-consultants-section p {
    padding-bottom: 10px;
  }
  ul.icon-list li {
    padding-left: 30px;
    font-size: 15px;
    background-size: 19px;
  }
  .services-listing .service-box {
    width: 30.8%;
    padding: 35px 15px;
  }
  .services-listing .service-box h3 {
    font-size: 21px;
    margin-bottom: 15px;
  }
  .videos-listing .video-box .video-button {
    width: 70px;
    height: 70px;
  }
  .videos-list-section .btn-wrapper {
    margin-top: 40px;
  }
  .contact-form-section .contact-form-wrap input[type=submit] {
    padding: 17px 30px;
    font-size: 15px;
  }
  .gform_wrapper .gfield .ginput_container_select::before {
    right: 24px;
    top: 19px;
  }
  .footer-contact-info-wrap .contact-wrap .contact-link {
    font-size: 20px;
  }
  footer.footer-section .footer-bottom .copyrights {
    font-size: 14px;
  }
  .title-wrapper {
    margin-bottom: 40px;
  }
  .services-section .btn-wrapper {
    margin-top: 40px;
  }
  .videos-listing {
    gap: 25px;
  }
  .videos-listing .video-box {
    height: 240px;
  }
  #header .wrapper ul#menu-header-menu li a {
    font-size: 15px;
  }
  #header .wrapper ul#menu-header-menu > li {
    margin-right: 45px;
  }
  .footer-links ul li a {
    font-size: 15px;
  }
  #testimonials-slider .testimonial-box {
    padding: 10px 30px 10px 10px;
    grid-template-columns: 225px auto;
    gap: 25px;
    margin: 25px 10px;
  }
  #testimonials-slider .testimonial-box p {
    font-size: 14px;
  }
  button.slick-arrow {
    width: 45px;
    height: 45px;
  }
  #testimonials-slider button.slick-arrow {
    top: -73px;
  }
  .header-contact-info-wrap {
    margin: 0px 25px 0px 20px;
  }
  .border-btn {
    font-size: 15px;
  }
  footer.footer-section .footer-top {
    grid-template-columns: 350px auto 280px;
  }
  .inner-banner-section {
    padding: 140px 0px 60px 0px;
  }
  .services-list-section {
    padding: 70px 0px 70px 0px;
  }
  .services-info-list .services-info-box {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    margin-bottom: 70px;
  }
  .services-info-list .services-info-box:nth-child(2n+2) {
    grid-template-columns: repeat(2, 1fr);
  }
  .services-info-list .services-info-box h2 {
    font-size: 30px;
  }
  .services-info-list .services-info-box .content-wrapper .wrapper {
    gap: 15px;
    margin-bottom: 15px;
  }
  .services-info-list .services-info-box .image {
    height: 300px;
  }
  .services-info-list .services-info-box .content-wrapper .wrapper .icon {
    width: 50px;
    height: 50px;
  }
  .video-resources-section {
    padding: 70px 0px;
  }
  .videos-resources-listing .video-resources-box h2 {
    font-size: 20px;
  }
  .videos-resources-listing .video-resources-box .video-thumbnail-image {
    height: 250px;
  }
  .videos-resources-listing {
    gap: 20px;
  }
  .videos-resources-listing .video-resources-box .video-resources-button {
    left: 15px;
    bottom: 15px;
    width: 55px;
    height: 55px;
  }
  .videos-resources-listing .video-resources-box .content-wrapper {
    padding: 20px 25px 30px 25px;
  }
  .jump-link {
    margin-top: -71px;
    padding-top: 71px;
  }
}
@media (max-width: 991px) {
  .header-logo {
    padding: 8px;
  }
  body p {
    font-size: 15px;
  }
  .btn-main {
    padding: 14px 30px;
    font-size: 13px;
  }
  .page-not-found {
    padding: 130px 0px 50px;
  }
  .page-not-found h1 {
    margin-bottom: 25px;
  }
  .gform_wrapper .gfield_radio {
    grid-template-columns: repeat(2, 1fr);
  }
  .coming-soon-section .coming-soon-top-wrap {
    padding-left: 0px;
  }
  .coming-soon-section .coming-soon-top-wrap .row-wrapper {
    grid-template-columns: 100%;
    gap: 25px;
  }
  .coming-soon-section .logo a {
    max-width: 130px;
    margin: 0 auto;
  }
  .coming-soon-section {
    padding: 90px 15px 30px 15px;
  }
  .coming-soon-section .coming-soon-title-wrap {
    left: 0px;
    top: 0px;
    height: 45px;
    right: 0;
    transform: rotate(0deg);
    width: 100%;
  }
  .coming-soon-section .coming-soon-title-wrap h3 {
    font-size: 25px;
  }
  .header-logo {
    padding: 8px;
  }
  .main-banner-section {
    padding: 160px 0px 35px 0px;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  #header .header-logo a {
    max-width: 90px;
  }
  #header.fixed .header-logo a {
    max-width: 80px;
  }
  h2 {
    font-size: 35px;
  }
  .subtitle {
    font-size: 15px;
  }
  .settlement-consultants-section .row-wrapper {
    grid-template-columns: 100%;
    gap: 30px;
  }
  .services-listing .slick-track {
    display: flex !important;
  }
  .services-listing button.slick-arrow {
    background-color: #c5c5c5 !important;
  }
  .services-listing button.slick-arrow:hover {
    background-color: var(--primary) !important;
  }
  .services-listing .service-box {
    margin: 20px 10px;
    padding: 30px;
    height: inherit;
  }
  .services-listing .service-box p {
    font-size: 14px;
  }
  .services-section .btn-wrapper {
    margin-top: 20px;
  }
  .videos-listing {
    gap: 20px;
  }
  .title-wrapper {
    margin-bottom: 30px;
  }
  .videos-listing .video-box {
    height: 180px;
  }
  .videos-listing .video-box .video-button {
    width: 50px;
    height: 50px;
  }
  .contact-form-section .contact-form-wrap {
    padding: 40px 20px 40px 20px;
  }
  .contact-form-section .contact-form-wrap input[type=submit] {
    padding: 15px 30px;
    font-size: 13px;
  }
  footer.footer-section .footer-top {
    grid-template-columns: 100%;
    gap: 40px;
  }
  footer.footer-section .footer-top .middle-col {
    order: -1;
  }
  footer.footer-section .footer-top .footer-logo img {
    margin: 0;
  }
  .footer-contact-info-wrap {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
  }
  footer.footer-section .footer-top .footer-logo {
    max-width: 115px;
    display: block;
  }
  .footer-contact-info-wrap .contact-wrap {
    margin-bottom: 0px;
  }
  footer.footer-section {
    padding: 250px 0px 0px 0px;
  }
  .settlement-consultants-section .image {
    height: 500px;
  }
  .inner-banner-section {
    padding: 120px 0px 40px 0px;
  }
  .services-list-section {
    padding: 60px 0px 60px 0px;
  }
  .services-info-list .services-info-box {
    gap: 30px;
    grid-template-columns: 100%;
    margin-bottom: 40px;
  }
  .services-info-list .services-info-box:nth-child(2n+2) {
    grid-template-columns: 100%;
  }
  .services-info-list .services-info-box h2 {
    font-size: 22px;
  }
  .services-info-list .services-info-box .content-wrapper .wrapper .icon {
    width: 35px;
    height: 35px;
  }
  .services-info-list .services-info-box:nth-child(2n+2) .image {
    order: -1;
  }
  .services-info-list .services-info-box .image {
    height: 450px;
  }
  .services-info-list .services-info-box .image img {
    -o-object-position: top;
       object-position: top;
  }
  .videos-resources-listing {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 800px) {
  .settlement-consultants-section .image {
    height: 400px;
  }
}
@media (max-width: 767px) {
  #header .wrapper .mobile-menu {
    padding: 120px 20px 20px 20px;
  }
  .gform_wrapper.gravity-theme .gform_fields {
    grid-gap: 10px 10px !important;
  }
  legend.gfield_label {
    font-size: 16px !important;
  }
  .gform_wrapper .gfield_radio {
    gap: 13px;
  }
  .gform_wrapper .gfield_radio label {
    font-size: 12px !important;
  }
  .gform_wrapper .gfield_radio > .gchoice {
    padding: 5px 12px 5px 12px;
  }
  .ginput_container_consent label.gfield_consent_label {
    font-size: 14px;
  }
  .gform_confirmation_message {
    font-size: 14px;
    padding: 15px 25px;
  }
  .page-not-found {
    padding: 120px 0px 50px;
  }
  .page-not-found h1 {
    margin-bottom: 20px;
    font-size: 25px;
  }
  .gform_wrapper .gfield_radio {
    grid-template-columns: 100%;
  }
  .common-inner-banner-section {
    padding: 110px 0px 40px 0px;
  }
  .common-inner-banner-section h1 {
    font-size: 30px;
  }
  .common-content-section {
    padding: 40px 0px 40px 0px;
  }
  .common-content-section .common-content-wrapper p {
    font-size: 15px;
  }
  .common-content-section .common-content-wrapper ul > li::before {
    height: 6px;
    width: 6px;
    top: 7px;
  }
  .common-content-section .common-content-wrapper ol > li {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .common-content-section .common-content-wrapper ul > li {
    font-size: 15px;
    margin-bottom: 10px;
    padding-left: 15px;
  }
  .common-content-section .common-content-wrapper h1 {
    font-size: 27px;
  }
  .common-content-section .common-content-wrapper h2 {
    font-size: 25px;
  }
  .common-content-section .common-content-wrapper h3 {
    font-size: 23px;
  }
  .common-content-section .common-content-wrapper h4 {
    font-size: 20px;
  }
  .common-content-section .common-content-wrapper h5 {
    font-size: 17px;
  }
  .common-content-section .common-content-wrapper h6 {
    font-size: 15px;
  }
  .common-content-section .common-content-wrapper ol {
    padding-left: 20px;
  }
  .common-content-section .common-content-wrapper ul {
    margin: 10px 0px;
  }
  .gform_wrapper .gform_footer .gform_button {
    padding: 9px 35px;
  }
  .contact-form {
    border-radius: 10px;
    padding: 35px 20px;
  }
  .header-contact-info-wrap .content {
    display: none;
  }
  .header-contact-info-wrap {
    margin: 0px 10px 0px 10px;
  }
  .header-contact-info-wrap .icon {
    height: 40px;
    width: 40px;
    min-width: 40px;
  }
  #header .header-logo a {
    max-width: 75px;
  }
  #header.fixed .header-logo a {
    max-width: 70px;
  }
  br {
    display: none;
  }
  h1 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .main-banner-section .banner-content-wrapper p {
    font-size: 14px;
  }
  .main-banner-section .banner-content-wrapper .btn-wrap {
    margin-top: 15px;
  }
  .btn-main {
    padding: 13px 13px;
    font-size: 13px;
  }
  .settlement-consultants-section {
    padding: 50px 0px;
  }
  .subtitle {
    font-size: 13px;
    margin-bottom: 10px !important;
  }
  h2 {
    font-size: 23px;
  }
  .settlement-consultants-section .image {
    height: 250px;
  }
  body p {
    font-size: 14px;
  }
  ul.icon-list {
    grid-template-columns: 100%;
  }
  ul.icon-list li {
    padding-left: 24px;
    font-size: 14px;
    background-size: 16px;
  }
  .services-section {
    padding: 50px 0px;
  }
  .border-btn {
    text-align: center;
  }
  button.slick-arrow {
    width: 40px;
    height: 40px;
  }
  .services-listing .service-box h3 {
    font-size: 18px;
    margin-bottom: 13px;
  }
  .videos-listing {
    grid-template-columns: 100%;
  }
  .videos-listing .video-box {
    height: 240px;
  }
  #testimonials-slider button.slick-arrow {
    top: -63px;
  }
  #testimonials-slider .testimonial-box {
    padding: 15px 15px 15px 15px;
    grid-template-columns: 100%;
    gap: 20px;
    margin: 20px 10px;
  }
  #testimonials-slider .testimonial-box .content {
    padding: 0px 0px;
  }
  #testimonials-slider .testimonial-box .user-name {
    font-size: 16px;
    margin-bottom: 15px;
  }
  #testimonials-slider .testimonial-box .user-image {
    height: 360px;
  }
  #testimonials-slider button.slick-prev.slick-arrow {
    right: 40px;
  }
  .testimonial-section {
    padding-bottom: 50px;
  }
  .contact-form-section .contact-form-wrap input[type=submit] {
    padding: 13px 20px;
    font-size: 11px;
    letter-spacing: 0px;
  }
  .gform_wrapper .gfield .ginput_container_select::before {
    right: 14px;
    top: 19px;
  }
  footer.footer-section {
    padding: 250px 0px 0px 0px;
  }
  footer.footer-section .footer-top .footer-logo {
    max-width: 95px;
  }
  footer.footer-section .footer-top {
    gap: 25px;
  }
  .footer-title {
    font-size: 19px;
    margin-bottom: 15px;
  }
  footer.footer-section .footer-top .left-col {
    display: none;
  }
  .footer-contact-info-wrap {
    gap: 20px;
    flex-direction: column;
  }
  footer.footer-section .footer-bottom {
    margin-top: 30px;
    padding: 16px 0px;
  }
  .footer-contact-info-wrap .contact-wrap .top-wrap p {
    font-size: 15px;
  }
  .footer-contact-info-wrap .contact-wrap .contact-link {
    font-size: 18px;
  }
  .footer-contact-info-wrap .contact-wrap .email-link {
    font-size: 19px;
  }
  .mobile-list-menu {
    display: block;
  }
  .inner-banner-section {
    padding: 100px 0px 30px 0px;
  }
  .services-list-section {
    padding: 50px 0px;
  }
  .services-info-list .services-info-box .image {
    height: 250px;
  }
  .services-info-list .services-info-box {
    gap: 20px;
  }
  .services-info-list .services-info-box h2 {
    font-size: 19px;
  }
  .video-resources-section {
    padding: 50px 0px;
  }
  .videos-resources-listing .video-resources-box .video-thumbnail-image > img {
    -o-object-position: top;
       object-position: top;
  }
  .videos-resources-listing .video-resources-box .video-thumbnail-image {
    height: 200px;
  }
  .videos-resources-listing .video-resources-box .content-wrapper {
    padding: 15px 20px 25px 20px;
  }
  .videos-resources-listing .video-resources-box h2 {
    font-size: 18px;
  }
  .jump-link {
    margin-top: -60px;
    padding-top: 60px;
  }
}
@media (max-width: 600px) {
  .videos-resources-listing {
    grid-template-columns: 100%;
  }
}/*# sourceMappingURL=style.css.map */