* {
  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: "Inter", sans-serif;
  font-weight: normal;
  overflow-x: hidden;
  overflow-y: auto;
  background: #f4f7f9;
  padding: 0px;
  margin: 0px;
  position: relative;
}

*::-moz-selection {
  color: #fff;
  background: #243b4a;
}

*::selection {
  color: #fff;
  background: #243b4a;
}

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

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

*::-ms-selection {
  color: var(--white);
  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: "Inter", sans-serif;
  border: 0;
  outline: 0;
  font-size: 100%;
}

b,
strong {
  font-weight: 700;
}

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: "Inter", 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: "Inter", 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: rgba(36, 59, 74, 0.8);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  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: "Inter", sans-serif !important;
}

h1 {
  font-size: 56px;
  font-weight: 700;
  letter-spacing: -0.56px;
  line-height: 105%;
  color: #fff;
}

h2 {
  color: #243b4a;
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.48px;
}

.page-heading {
  color: #243b4a;
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.48px;
}

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: rgb(255, 255, 255);
  height: 56px;
  padding: 5px 20px !important;
  color: #333;
  font-size: 16px !important;
  font-weight: 400;
  border-radius: 7px;
  font-family: "Inter", sans-serif !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.gform_wrapper .gfield input::-moz-placeholder, .gform_wrapper .gfield select::-moz-placeholder, .gform_wrapper .gfield textarea::-moz-placeholder {
  color: #333;
  font-weight: 400;
}

.gform_wrapper .gfield input::placeholder,
.gform_wrapper .gfield select::placeholder,
.gform_wrapper .gfield textarea::placeholder {
  color: #333;
  font-weight: 400;
}

.gform_wrapper .gfield select {
  line-height: normal !important;
}

.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;
  right: 20px;
  top: 0;
  pointer-events: none;
  bottom: 0;
  margin: auto 0;
  filter: brightness(0) invert(1);
}

html .gform_wrapper .gfield textarea {
  height: 120px !important;
  resize: none;
  padding: 15px 20px !important;
}

.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 {
  position: relative;
  width: -moz-max-content;
  width: max-content;
}

.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: rgba(255, 255, 255, 0);
  padding: 20px 32px 20px 32px;
  display: inline-block;
  border: 1px solid var(--primary);
  transition: all 0.5s;
  color: var(--primary);
  font-size: 16px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 100px;
  position: relative;
}

.gform_wrapper .gform_footer .gform_button:hover {
  background: var(--primary);
  color: var(--white);
  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;
  text-transform: capitalize;
}

.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: 10px 10px !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 {
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
}

.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: transparent;
  margin: 0 auto;
  padding: 17px 50px;
  background: #243b4a;
}

#header .btn-main {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.32px;
  border-radius: 5px;
  border: 1px solid #fff;
  padding: 13px 22px;
}

#header .btn-main:hover {
  background: #ffd100 !important;
  border-color: #ffd100;
  color: #243b4a;
}

#header.fixed .btn-main {
  padding: 11px 22px;
  font-size: 15px;
}

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

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

#header .nav-main.mobile-menu .btn-main {
  display: none;
}

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

#header .wrapper ul#menu-header-menu > li {
  position: relative;
  cursor: pointer;
}

#header.fixed .wrapper ul#menu-header-menu ul.sub-menu {
  top: 51px;
}

#header.fixed .wrapper ul#menu-header-menu > li::before {
  bottom: -31px;
}

#header .wrapper ul#menu-header-menu > li::before {
  position: absolute;
  content: "";
  border-top: 3px solid transparent;
  width: 100%;
  bottom: -35px;
  transition: all 0.3s;
}

#header .wrapper ul#menu-header-menu > li:hover::before,
#header .wrapper ul#menu-header-menu .current-menu-item::before,
#header .wrapper ul#menu-header-menu .current-menu-parent.current-menu-item::before {
  border-top: 3px solid #ffd100;
  transition: all 0.3s;
}

#header .wrapper .current-menu-ancestor.current-menu-parent.menu-item-118::before {
  border-top: 3px solid #ffd100 !important;
  transition: all 0.3s !important;
}

#header .wrapper ul#menu-header-menu li a {
  color: #fff;
  position: relative;
  font-family: "Inter", sans-serif;
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.16px;
  line-height: normal;
}

#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: #ffd100;
}

#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 .header-menu {
  display: flex;
  align-items: center;
  gap: 60px;
}

body:not(.home) #header .wrapper ul#menu-header-menu > li:hover > span.submenu-click-arrow,
#header .wrapper ul#menu-header-menu ul.sub-menu li:hover span.submenu-click-arrow {
  filter: none;
}

#header .wrapper ul#menu-header-menu span.submenu-click-arrow,
#header .wrapper ul#menu-header-menu .current-menu-item span.submenu-click-arrow {
  background: url("../images/down-arrow.png") no-repeat;
  display: block;
  width: 10px;
  height: 7px;
  position: absolute;
  left: auto;
  right: -20px;
  top: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  transition: all ease 0.5s;
  background-size: contain;
  pointer-events: none;
  filter: brightness(0) invert(1);
}

#header .wrapper ul#menu-header-menu ul.sub-menu {
  background-color: #fff;
  width: 260px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 0;
  top: 55px;
  padding: 6px;
  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: 0 0 8px 8px;
}

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

#header .wrapper ul#menu-header-menu ul.sub-menu li a {
  display: block;
  padding: 14px 15px;
  font-size: 15px;
  color: #243b4a !important;
  font-weight: 600;
  transition: none;
  cursor: pointer;
  transition: all 0.5s;
  line-height: 130%;
  border-bottom: 1px solid rgba(36, 59, 74, 0.1);
}

#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: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;
}

body:not(.home) #header .wrapper ul#menu-header-menu > li:hover > a,
#header .wrapper ul#menu-header-menu ul.sub-menu li:hover a,
#header .wrapper .current-menu-item > a,
#header .wrapper .current-menu-parent.current-menu-item a,
#header .wrapper .current-menu-ancestor.current-menu-parent.menu-item-118 a {
  color: #ffd100 !important;
}

#header.fixed .wrapper ul#menu-header-menu > li:hover > a {
  color: #ffd100 !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;
  gap: 20px;
}

#header .wrapper .middle-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

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

#header .header-logo a {
  display: block;
  max-width: 210px;
  position: relative;
  z-index: 99;
}

#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: #fff !important;
  background-color: #243B4A;
  border-radius: 7px;
}

/**/
#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;
}

.menu-open {
  overflow: hidden;
}

.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.fixed .header-logo a {
  max-width: 150px;
}

#header.fixed {
  background-color: #243b4a;
}

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

#header .header-btn-wrapper .btn-main.sm:hover {
  background: #d80005;
}

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

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

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

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

/* 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(--primary);
  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: 120px 0px 140px;
  position: relative;
}

.page-not-found h1 {
  color: #243B4A;
  margin-bottom: 25px;
  letter-spacing: normal;
  font-size: 40px;
  font-family: "Inter", sans-serif;
  line-height: 120%;
}

.page-not-found .main-btn {
  margin-top: 0 !important;
}

button.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 99;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-size: 0px;
  background-color: #fff !important;
  left: 0;
  transition: all 0.5s;
  transform: translateY(-50%);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.08);
}

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

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

button.slick-arrow:before {
  content: "";
  height: 15px;
  width: 19px;
  background-image: url(../images/slider-right-icon.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  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;
  background-image: url(../images/white-slick-arrow-001.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
}

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

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

button.slick-arrow:hover {
  background-color: #243b4a !important;
}

.main-btn {
  border-radius: 5px;
  background: #e03315;
  border: 1px solid #e03315;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.32px;
  padding: 19px 40px;
  display: inline-block;
  margin-top: 40px;
  text-align: center;
}

.main-btn:hover {
  border: 1px solid #ffd100;
  color: #243b4a;
  background: #ffd100;
}

.border-btn {
  border: 1px solid #e03315;
  color: #e03315;
  background: transparent;
  border-radius: 5px;
  color: #e03315;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.32px;
  padding: 19px 40px;
  display: inline-block;
  margin-top: 40px;
  text-align: center;
}

.border-btn:hover {
  background: #e03315;
  border: 1px solid #e03315;
  color: #fff;
}

body section {
  margin-top: 90px;
}

.slick-dots {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  bottom: -30px;
}

.slick-dots li {
  width: 12px;
  height: 3px;
  padding: 0;
  margin: 0;
}

.slick-dots button {
  padding: 0 !important;
  width: 0 !important;
  height: 0 !important;
}

.slick-dots li button::before {
  display: none !important;
}

.slick-dots li.slick-active button:after {
  background: #e03315;
}

.slick-dots li button:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 3px;
  background: rgba(36, 59, 74, 0.2);
}

.list ul li {
  position: relative;
  padding-left: 26px;
  color: rgba(36, 59, 74, 0.8);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.16px;
  margin-bottom: 10px;
}

.list ul li::before {
  position: absolute;
  content: "";
  background-image: url("../images/ul-icon.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  left: 0;
  top: 5px;
  pointer-events: none;
}

.banner-home {
  padding: 125px 0;
  position: relative;
  overflow: hidden;
}

.banner-home .before-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 1;
}

.banner-home .banner-slider {
  position: absolute;
  top: 0;
  pointer-events: none;
}

.banner-home .banner-slider .slick-arrow {
  display: none !important;
}

.banner-home .banner-slider .slick-track {
  width: 100% !important;
  height: 100% !important;
  display: flex;
}

.banner-home .banner-slider img {
  width: 100% !important;
  height: 815px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-home::before {
  position: absolute;
  content: "";
  background: rgba(11, 18, 23, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.banner-home .container {
  position: relative;
  z-index: 1;
}

.banner-home .wrap h1 {
  margin-bottom: 40px;
}

.banner-home .wrap h1 span {
  color: #ffd100;
}

.banner-home .wrap p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.18px;
  max-width: 655px;
  padding: 0;
}

.banner-home .wrap .btn-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 50px;
}

.banner-home .wrap .btn-wrap .main-btn,
.banner-home .wrap .btn-wrap .border-btn {
  margin: 0 !important;
}

.about-list-home {
  margin-top: -40px;
  position: relative;
  z-index: 1;
}

.about-list-home .container {
  width: 1350px;
}

.about-list-home .wrap {
  background: linear-gradient(0deg, #243b4a 0%, #243b4a 100%);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 80px;
  padding: 30px 60px;
}

.about-list-home .wrap ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.about-list-home .wrap ul li {
  position: relative;
  padding-left: 32px;
  padding-right: 30px;
  color: #fff;
  border-right: 1px solid rgba(229, 232, 233, 0.15);
}

.about-list-home .wrap ul li:last-child {
  border: 0;
  padding-right: 0;
}

.about-list-home .wrap ul li::before {
  position: absolute;
  content: "";
  background-image: url("../images/about-list-icon.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0px;
  pointer-events: none;
}

.stay-bright-section {
  padding: 100px 0;
}

.stay-bright-section .wrap {
  display: grid;
  grid-template-columns: 550px auto;
  gap: 75px;
  align-items: center;
}

.stay-bright-section .wrap .left-wrap {
  background: #ffd100;
  padding: 46px;
  padding-bottom: 0 !important;
  border-radius: 10px;
}

.stay-bright-section .mobile-heading {
  display: none;
}

.stay-bright-section .wrap .left-wrap .img-box img {
  border-radius: 10px 10px 0 0;
  margin: 0;
  width: 100%;
}

.stay-bright-section .wrap .slick-arrow {
  display: none !important;
}

.stay-bright-section .wrap .left-wrap .img-gallery {
  margin-bottom: 0px;
}

.stay-bright-section .wrap .left-wrap .slick-dots {
  bottom: 15px;
}

.stay-bright-section .wrap .left-wrap .slick-dots li button:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: #f4f7f9;
  border-radius: 50%;
}

.stay-bright-section .wrap .left-wrap .slick-dots li.slick-active button:after {
  background: #ffd100;
}

.stay-bright-section .wrap .left-wrap .slick-dots li {
  width: 12px;
  height: 12px;
  padding: 0;
  margin: 0;
}

.stay-bright-section .wrap .right-wrap h2 {
  margin-bottom: 20px;
}

.stay-bright-section .wrap .right-wrap .content-box {
  margin-bottom: 20px;
}

.what-offer-section {
  position: relative;
  padding: 100px 0;
}

.what-offer-section::before {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, #f1dfdd -4.18%, rgba(241, 223, 221, 0) 100%);
  max-width: 1400px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 20px 20px 0 0;
  pointer-events: none;
}

.what-offer-section h2 {
  margin-bottom: 40px;
}

.what-offer-section .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.what-offer-section .wrap .inner-box {
  position: relative;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);
  padding: 132px 33px 40px 33px;
  border-radius: 10px;
  clip-path: polygon(100% 0, 100% 87%, 89% 100%, 0 100%, 0 0);
}

.what-offer-section .wrap .inner-box .heading {
  color: #243b4a;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.24px;
  max-width: 280px;
}

.what-offer-section .wrap .inner-box::before {
  position: absolute;
  content: "";
  background-image: url("../images/what-offer-before.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 198px;
  height: 128px;
  top: -20px;
  left: -20px;
  pointer-events: none;
}

.what-offer-section .wrap .inner-box .img-box img {
  position: absolute;
  top: 25px;
  left: 35px;
}

.what-offer-section .wrap .inner-last-box {
  padding: 40px;
  border-radius: 10px;
  background: #ffd100;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);
  clip-path: polygon(100% 0, 100% 87%, 89% 100%, 0 100%, 0 0);
}

.what-offer-section .wrap .inner-last-box img {
  margin: 0;
}

.what-offer-section .wrap .inner-last-box .heading {
  padding: 22px 0 28px 0;
  color: #243b4a;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.24px;
  max-width: 280px;
}

.what-offer-section .wrap .inner-last-box .border-btn {
  margin: 0 !important;
}

.studio-opportunity-section {
  padding: 0 15px;
}

.studio-opportunity-section .studio-opportunity {
  background: #243b4a;
  width: 1400px;
  border-radius: 20px;
  padding: 60px 100px;
  margin: 0 auto;
}

.studio-opportunity-section .studio-opportunity .wrap {
  display: grid;
  grid-template-columns: 580px auto;
  gap: 80px;
}

.studio-opportunity-section .studio-opportunity .wrap .left-wrap {
  padding: 60px 50px;
  clip-path: polygon(100% 0, 100% 82%, 82% 100%, 0 100%, 0 0);
  background: linear-gradient(180deg, #253d4d 0%, #2d495c 100.72%);
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  border-radius: 20px;
}

.studio-opportunity-section .studio-opportunity .wrap .left-wrap h2,
.studio-opportunity-section .studio-opportunity .wrap .left-wrap p {
  color: #fff;
}

.studio-opportunity-section .studio-opportunity .wrap .left-wrap h2 {
  margin-bottom: 20px;
}

.studio-opportunity-section .studio-opportunity .wrap .left-wrap ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  margin-bottom: 18px;
}

.studio-opportunity-section .studio-opportunity .wrap .left-wrap .sub-heading {
  color: #fff;
  font-size: 15px;
  font-style: italic;
  font-weight: 500;
  line-height: 24px;
  padding-bottom: 16px;
  padding-top: 15px;
}

.studio-opportunity-section .studio-opportunity .wrap .right-wrap .logo-slider {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  padding: 12px;
  border-radius: 6px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  top: 70px;
}

.studio-opportunity-section .studio-opportunity .wrap .left-wrap ul li:last-child {
  margin-bottom: 0;
}

.studio-opportunity-section .studio-opportunity .wrap .left-wrap ul li img {
  margin: 0;
}

.it-works {
  padding: 100px 0 130px;
}

.it-works h2 {
  margin-bottom: 50px;
}

.it-works .wrap-number {
  display: flex;
  align-items: center;
  gap: 248px;
  justify-content: center;
  margin-bottom: 40px !important;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.it-works .wrap-number::before {
  position: absolute;
  content: "";
  border-top: 4px solid #ffd100;
  width: 100%;
  height: 100%;
  top: 50%;
  z-index: -1;
  pointer-events: none;
}

.it-works .wrap-number p {
  padding: 0;
  background: #ffd100;
  width: 60px;
  height: 60px;
  color: #243b4a;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.3px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.it-works .wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.it-works .wrap .inner-wrap {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);
  padding: 30px;
  border-radius: 10px;
  clip-path: polygon(100% 0, 100% 87%, 89% 100%, 0 100%, 0 0);
}

.it-works .wrap .inner-wrap img {
  margin-bottom: 25px !important;
  margin: 0;
}

.it-works .wrap .inner-wrap p {
  color: #243b4a;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.24px;
}

.it-works .main-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 40px !important;
}

.it-works .main-btn:hover img {
  filter: brightness(0) saturate(100%) invert(18%) sepia(63%) saturate(373%) hue-rotate(159deg) brightness(91%) contrast(89%);
}

.it-works .main-btn img {
  margin: 0;
}

.clients-say {
  padding: 120px 0;
  position: relative;
}

.clients-say .mobile-btn {
  display: none;
}

.clients-say::before {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, #243b4a -4.18%, rgba(36, 59, 74, 0) 100%);
  opacity: 0.1;
  max-width: 1400px;
  width: 100%;
  height: 100%;
  border-radius: 20px 20px 0 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.clients-say .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.clients-say .wrap .border-btn {
  margin-top: 0;
}

.clients-say .clients-say-slider .slick-track {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
}

.clients-say .clients-say-slider .slick-arrow {
  display: none !important;
}

.clients-say .clients-say-slider .inner-box {
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);
  clip-path: polygon(100% 0, 100% 86%, 94% 100%, 0 100%, 0 0);
}

.clients-say .clients-say-slider .inner-box img {
  margin: 0;
}

.clients-say .clients-say-slider .inner-box .text {
  color: #243b4a;
  padding: 0;
}

.clients-say .clients-say-slider .inner-box .text-box {
  height: 100px;
  overflow-y: auto;
  margin-bottom: 30px;
  margin-top: 20px;
}

.clients-say .clients-say-slider .inner-box .user-name {
  color: #243b4a;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.18px;
  padding: 0;
}

.clients-say .clients-say-slider .inner-box .user-position {
  font-size: 14px;
  margin-top: 5px;
}

.we-work-section {
  padding-bottom: 80px;
}

.we-work-section .wrap h2 {
  margin-bottom: 10px;
}

.we-work-section .wrap {
  padding-bottom: 50px;
}

.we-work-section .btn-wrap {
  padding-top: 30px;
}

.we-work-section .slick-track {
  display: flex;
  align-items: center;
}

.we-work-section .we-work-slider .slider-box {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  margin: 0 10px;
}

.we-work-section .we-work-slider .slider-box::before {
  position: absolute;
  content: "";
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  width: 100%;
  height: 78px;
  left: 0;
  bottom: 0;
  pointer-events: none;
}

.we-work-section .we-work-slider .slider-box img {
  width: 100%;
}

.we-work-section .we-work-slider .slider-box p {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.2px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 0 8px;
}

.about-banner {
  background: #ffd100;
  padding: 90px 0;
}

.about-banner .wrap {
  display: grid;
  grid-template-columns: 486px auto;
  gap: 140px;
}

.about-banner .wrap .left-wrap h1 {
  margin-bottom: 20px;
}

.about-banner .wrap .right-wrap {
  position: absolute;
  top: -40px;
  right: 15px;
}

.our-mission {
  padding-top: 120px;
}

.our-mission h2 {
  margin-bottom: 32px;
}

.our-mission .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-bottom: 50px;
}

.our-mission .img-box {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.our-mission .img-box::before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.06);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.service-banner {
  padding: 90px 0;
  background: #ffd100;
}

.service-banner .wrap {
  display: grid;
  grid-template-columns: 600px auto;
  gap: 30px;
}

.service-banner .wrap .left-wrap h1 {
  margin-bottom: 12px;
}

.service-banner .wrap .left-wrap .sub-heading {
  font-size: 20px;
  font-weight: 700;
  color: #243b4a;
  padding-bottom: 15px;
}

.service-banner .wrap .right-wrap {
  position: absolute;
  right: 15px;
  top: -50px;
}

.service-banner .wrap .left-wrap .main-btn {
  margin-top: 38px !important;
}

.service-banner .wrap .left-wrap .main-btn:hover {
  border: 1px solid #e03315;
  color: #e03315;
  background: transparent;
}

.help-section {
  padding: 120px 0;
}

.help-section h2 {
  margin-bottom: 60px;
}

.help-section .wrap-box .inner-box:last-child {
  margin-bottom: 0;
}

.help-section .wrap-box .inner-box {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 60px;
}

.help-section .wrap-box .inner-box .img-box {
  max-width: 550px;
  width: 100%;
}

.help-section .wrap-box .inner-box .content-box {
  width: -moz-fit-content;
  width: fit-content;
}

.help-section .wrap-box .inner-box .content-box h2 {
  margin-bottom: 20px;
  font-size: 40px;
}

.help-section .wrap-box .inner-box .content-box h5 {
  color: #243b4a;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.2px;
  padding: 16px 0 15px 0;
}

.help-section .wrap-box .inner-box .content-box ul li::before {
  position: absolute;
  content: "";
  background-image: url("../images/right-icon-list.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  left: 0;
  top: 1px;
  pointer-events: none;
}

.help-section .wrap-box .inner-box .content-box ul li {
  position: relative;
  color: rgba(36, 59, 74, 0.8);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.16px;
  margin-bottom: 15px;
  padding-left: 28px;
}

.help-section .wrap-box .inner-box .content-box p strong {
  font-size: 18px;
  font-weight: 700;
}

.help-section .wrap-box .inner-box .img-box img {
  border-radius: 20px;
}

.trust-Staybright {
  position: relative;
  padding: 100px 0 120px 0;
}

.trust-Staybright::before {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, #f1dfdd -4.18%, rgba(241, 223, 221, 0) 100%);
  max-width: 1400px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 20px 20px 0 0;
  pointer-events: none;
}

.trust-Staybright h2 {
  margin-bottom: 40px;
}

.trust-Staybright .wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.trust-Staybright .wrap .inner-box {
  padding: 132px 30px 30px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);
  position: relative;
  clip-path: polygon(100% 0, 100% 88%, 88% 100%, 0 100%, 0 0);
}

.trust-Staybright .wrap .inner-box::before {
  position: absolute;
  content: "";
  background-image: url("../images/what-offer-before.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 198px;
  height: 128px;
  top: -20px;
  left: -20px;
  pointer-events: none;
}

.trust-Staybright .wrap .inner-box .img-box {
  position: absolute;
  top: 20px;
  left: 32px;
}

.trust-Staybright .wrap .inner-box .sub-heading {
  color: #243b4a;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.24px;
  padding-bottom: 15px;
}

.pricing-section {
  padding-bottom: 120px;
}

.pricing-section .wrap {
  display: grid;
  grid-template-columns: auto 400px;
  gap: 20px;
}

.pricing-section .wrap .left-wrap h2 {
  margin-bottom: 20px;
}

.pricing-section .wrap .left-wrap p {
  max-width: 660px;
}

.pricing-section .wrap .left-wrap .left-wrap-main {
  display: flex;
  align-items: start;
  gap: 20px;
  justify-content: space-between;
  margin-top: 40px;
}

.pricing-section .wrap .left-wrap .left-wrap-main p {
  max-width: 304px;
}

.pricing-section .wrap .left-wrap .left-wrap-main p strong {
  font-size: 18px;
  font-weight: 700;
}

.pricing-section .wrap .left-wrap .left-wrap-main .inner-wrap {
  background: linear-gradient(180deg, #c2e7ff 0%, #c2e7ff 100%);
  border-radius: 10px;
  padding: 30px;
  max-width: 400px;
  width: 100%;
}

.pricing-section .wrap .left-wrap .left-wrap-main .inner-wrap p {
  max-width: none;
}

.pricing-section .wrap .left-wrap .left-wrap-main .inner-wrap .sub-heading {
  color: #243b4a;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.24px;
  padding-bottom: 7px;
}

.pricing-section .wrap .right-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.pricing-section .wrap .right-wrap .inner-box:nth-child(1) {
  background: linear-gradient(180deg, #ffefa3 0%, #ffefa3 100%);
  padding-bottom: 73px;
}

.pricing-section .wrap .right-wrap .inner-box:nth-child(2) {
  background: linear-gradient(180deg, #f1dfdd 0%, #f1dfdd 100%);
  padding-bottom: 49px;
}

.pricing-section .wrap .right-wrap .inner-box {
  border-radius: 10px;
  padding: 30px;
}

.pricing-section .wrap .right-wrap .inner-box .sub-heading {
  color: #243b4a;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.24px;
  padding-bottom: 7px;
}

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

.faq-section::before {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, #243b4a -4.18%, rgba(36, 59, 74, 0) 100%);
  opacity: 0.1;
  max-width: 1400px;
  width: 100%;
  height: 330px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 20px 20px 0 0;
  pointer-events: none;
}

.faq-section h2 {
  margin-bottom: 50px;
}

.accordion .accordion-item {
  border-bottom: 1px solid rgba(36, 59, 74, 0.2);
}

.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 0;
}

.accordion .accordion-item button[aria-expanded=true] .accordion-title {
  color: #E03315;
}

.accordion .accordion-item button[aria-expanded=true] .icon::before {
  background: #E03315;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 14px 30px 14px 0;
  border: none;
  background: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
  padding: 18px 0;
  color: #243b4a;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.2px;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 15px;
  height: 15px;
  transform: translateY(-50%);
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 15px;
  height: 2px;
  background: #243b4a;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 2px;
  height: 15px;
  background: #243b4a;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}

.accordion button[aria-expanded=true] + .accordion-content {
  margin-bottom: 18px;
}

.accordion .accordion-content {
  opacity: 1;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-list-section {
  padding: 120px 0;
}

.faq-list-section .faq-list:last-child {
  margin: 0;
}

.faq-list-section .faq-list {
  margin-bottom: 80px;
}

.faq-list-section .faq-list h2 {
  margin-bottom: 35px;
  font-size: 40px;
  line-height: 130%;
}

.core-service {
  padding: 120px 0;
  position: relative;
}

.core-service::before {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, #243b4a 30.49%, rgba(36, 59, 74, 0) 100%);
  opacity: 0.1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  rotate: 180deg;
  pointer-events: none;
}

.core-service .container {
  z-index: 1;
  position: relative;
}

.core-service .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 45px;
}

.core-service .wrap .inner-box {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  padding: 40px;
  clip-path: polygon(100% 0, 100% 80%, 94% 100%, 0 100%, 0 0);
}

.core-service .wrap .inner-box .heading {
  color: #243b4a;
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.3px;
  padding-bottom: 20px;
}

.core-service .wrap .inner-box ul li:last-child {
  margin: 0;
}

.core-service .wrap .inner-box ul li {
  position: relative;
  padding-left: 26px;
  color: #243b4a;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.16px;
  margin-bottom: 10px;
}

.core-service .wrap .inner-box ul li::before {
  position: absolute;
  content: "";
  background-image: url("../images/ul-icon.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  left: 0;
  top: 5px;
  pointer-events: none;
}

.core-service .wrap .inner-box ul li strong,
.marketing-listing .wrap .right-wrap .inner-wrap ul li strong {
  font-weight: 800;
}

.marketing-listing {
  padding: 100px 0;
}

.marketing-listing .wrap {
  display: grid;
  grid-template-columns: 455px auto;
  gap: 160px;
}

.marketing-listing .wrap .right-wrap .inner-wrap:first-child {
  padding-top: 0;
}

.marketing-listing .wrap .right-wrap .inner-wrap:last-child {
  padding-bottom: 0;
  border: 0;
}

.marketing-listing .wrap .right-wrap .inner-wrap {
  padding: 40px 0;
  border-bottom: 1px solid #c9ced1;
}

.marketing-listing .wrap .right-wrap .inner-wrap .heading {
  color: #243b4a;
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.3px;
  padding-bottom: 15px;
}

.marketing-listing .wrap .right-wrap .inner-wrap ul li:last-child {
  margin: 0;
}

.marketing-listing .wrap .right-wrap .inner-wrap ul li {
  position: relative;
  padding-left: 26px;
  color: #243b4a;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.16px;
  margin-bottom: 10px;
}

.marketing-listing .wrap .right-wrap .inner-wrap ul li::before {
  position: absolute;
  content: "";
  background-image: url("../images/ul-icon.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  left: 0;
  top: 5px;
  pointer-events: none;
}

.page-template-pricing .what-offer-section::before {
  height: 470px;
}

.payment-option {
  padding: 20px 0 120px;
}

.payment-option .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #c9ced1;
  border-radius: 20px;
  margin-top: 50px;
}

.payment-option .wrap .inner-wrap:last-child {
  border: 0;
}

.payment-option .wrap .inner-wrap {
  padding: 30px;
  border-right: 1px solid #c9ced1;
}

.payment-option .wrap .inner-wrap .heading {
  color: #243b4a;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.24px;
  padding-bottom: 7px;
}

.hidden-charge {
  padding: 100px 0;
  position: relative;
}

.hidden-charge::before {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, #243b4a -4.18%, rgba(36, 59, 74, 0) 100%);
  opacity: 0.1;
  width: 100%;
  height: 330px;
  max-width: 1400px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 20px;
  pointer-events: none;
}

.hidden-charge .wrap {
  display: flex;
  gap: 100px;
  justify-content: space-between;
  margin-bottom: 50px;
}

.hidden-charge .wrap h2 {
  flex-shrink: 0;
}

.hidden-charge .table-container {
  clip-path: polygon(100% 0, 100% 92%, 96% 100%, 0 100%, 0 0);
}

.hidden-charge .pricing-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  color: #333;
  position: relative;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.hidden-charge .pricing-table th {
  background: #243b4a;
  color: #fff;
  text-align: left;
  padding: 17px 30px;
  font-weight: 700;
  border-bottom: 3px solid #f5c842;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 24px;
  line-height: normal;
}

.hidden-charge .pricing-table th:first-child {
  border-top-left-radius: 10px;
}

.hidden-charge .pricing-table th:last-child {
  border-top-right-radius: 10px;
}

.hidden-charge .pricing-table tr td:first-child {
  border-left: 0;
}

.hidden-charge .pricing-table tr td:last-child {
  border-right: 0;
}

.hidden-charge .pricing-table td {
  padding: 18px 30px;
  border: 1px solid rgba(36, 59, 74, 0.14);
  vertical-align: top;
  font-size: 16px;
  font-weight: 500;
  color: #243b4a;
}

.hidden-charge .pricing-table tr:last-child td {
  border-bottom: none;
}

.hidden-charge .pricing-table td strong {
  color: #243b4a;
  font-weight: 800;
}

.contact-banner {
  padding: 110px 0;
  background: linear-gradient(180deg, rgba(36, 59, 74, 0.1) 17.79%, rgba(36, 59, 74, 0.1) 101.84%);
  position: relative;
}

.contact-banner::before {
  position: absolute;
  content: "";
  background-image: url("../images/contact-before-img.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 324px;
  left: 0;
  bottom: 0;
  opacity: 0.2;
}

.contact-banner .container {
  z-index: 1;
  position: relative;
}

.contact-banner .wrap {
  display: grid;
  grid-template-columns: auto 610px;
  gap: 50px;
}

.contact-banner .wrap .left-wrap .box-1 {
  padding-bottom: 76px;
  border-bottom: 1px solid hsla(204, 35%, 22%, 0.2);
}

.contact-banner .wrap .left-wrap .box-1 h1 {
  padding-bottom: 18px;
}

.contact-banner .wrap .left-wrap .box-2 {
  padding-top: 60px;
}

.contact-banner .wrap .left-wrap .box-2 .inner-wrap {
  display: flex;
  gap: 14px;
  align-items: center;
  padding-bottom: 10px;
}

.contact-banner .wrap .left-wrap .box-2 .inner-wrap p {
  color: #243b4a;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.24px;
  padding: 0;
}

.contact-banner .wrap .left-wrap .box-2 .inner-wrap img {
  margin: 0;
  width: 22px;
  height: 22px;
}

.contact-banner .wrap .left-wrap .box-2 .contact-info {
  display: flex;
  align-items: center;
  gap: 100px;
  margin-top: 20px;
}

.contact-banner .wrap .left-wrap .box-2 .contact-info .contact-info-box .heading {
  color: #243b4a;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.18px;
  text-transform: capitalize;
  padding-bottom: 5px;
}

.contact-banner .wrap .left-wrap .box-2 .contact-info .contact-info-box p {
  color: #243b4a;
}

.contact-banner .wrap .right-wrap {
  background: linear-gradient(180deg, #253d4d 0%, #2d495c 88.21%);
  padding: 30px;
  border-radius: 20px;
  clip-path: polygon(100% 0, 100% 90%, 92% 100%, 0 100%, 0 0);
  position: absolute;
  right: 15px;
  width: 610px;
}

.contact-banner .wrap .right-wrap .gform_footer.top_label,
.single-post-blog .wrap .sidebar .form-main .gform_footer.top_label {
  padding: 0 !important;
  margin: 0 !important;
}

.contact-banner .wrap .right-wrap label {
  color: #fff;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: -0.16px;
  margin-bottom: 16px;
}

.contact-banner .wrap .right-wrap .gform_fields {
  grid-gap: 25px 20px !important;
}

.contact-banner .wrap .right-wrap input,
.contact-banner .wrap .right-wrap select,
.contact-banner .wrap .right-wrap textarea {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
}

.contact-banner .wrap .right-wrap input::-moz-placeholder, .contact-banner .wrap .right-wrap textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.contact-banner .wrap .right-wrap input::placeholder,
.contact-banner .wrap .right-wrap textarea::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.contact-banner .wrap .right-wrap .gform_footer.top_label .gform_button,
.single-post-blog .wrap .sidebar .form-main .gform_footer.top_label .gform_button {
  border-radius: 5px;
  background: #e03315;
  border: 1px solid #e03315;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.32px;
  padding: 17px 40px;
  display: inline-block;
  margin-top: 30px !important;
  text-align: center;
  text-transform: capitalize;
}

.contact-banner .wrap .right-wrap .gform_footer.top_label .gform_button:hover,
.single-post-blog .wrap .sidebar .form-main .gform_footer.top_label .gform_button:hover {
  border: 1px solid #ffd100;
  color: #243b4a;
  background: #ffd100;
}

.contact-offer {
  padding: 220px 0 110px;
}

.contact-offer .wrap h2 {
  margin-bottom: 10px;
}

.contact-offer .wrap-info {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 50px;
}

.contact-offer .wrap-info .inner-box {
  position: relative;
  padding: 132px 30px 50px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  clip-path: polygon(100% 0, 100% 87%, 89% 100%, 0 100%, 0 0);
}

.contact-offer .wrap-info .inner-box .img-box img {
  position: absolute;
  top: 20px;
  left: 30px;
}

.contact-offer .wrap-info .inner-box p {
  color: #243b4a;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.24px;
  padding: 0;
}

.contact-offer .wrap-info .inner-box::before {
  position: absolute;
  content: "";
  background-image: url("../images/what-offer-before.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 198px;
  height: 128px;
  top: -20px;
  left: -20px;
  pointer-events: none;
}

.page-template-contact .we-work-section {
  position: relative;
  padding: 100px 0 150px;
}

.page-template-contact .we-work-section::before {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, #243b4a -4.18%, rgba(36, 59, 74, 0) 100%);
  opacity: 0.1;
  max-width: 1400px;
  width: 100%;
  height: 330px;
  border-radius: 20px 20px 0 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.page-template-contact .we-work-section .tab-slider .map-wrap {
  margin-top: 20px;
}

.page-template-contact .we-work-section .tab-slider .map-box {
  display: none;
}

.page-template-contact .we-work-section .tab-slider .map-box.tab-active {
  display: block;
  text-align: center;
}

.page-template-contact .we-work-section .tab-slider .map-box iframe {
  width: 100%;
  height: 340px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

.page-template-contact .we-work-section .tab-slider .slider-box {
  cursor: pointer;
}

.blog-banner {
  padding: 60px 0;
  background: #ffd100;
}

.blog-list {
  padding: 60px 0 100px;
}

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

.blog-list .blog-wrap .inner-box {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1490196078);
  box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.09);
  border-radius: 15px;
  overflow: hidden;
}

.blog-list .blog-wrap .inner-box .img-box {
  height: 230px;
}

.blog-list .blog-wrap .inner-box .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-list .blog-wrap .inner-box .blog-content {
  padding: 20px;
}

.blog-list .blog-wrap .inner-box .blog-content .date {
  color: rgba(36, 59, 74, 0.8);
  font-size: 15px;
  font-weight: 400;
  line-height: 100%;
  padding-bottom: 7px;
}

.blog-list .blog-wrap .inner-box .blog-content .heading {
  color: #243b4a;
  font-size: 22px;
  line-height: 150%;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-list .paginations {
  padding-top: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.blog-list .paginations .page-numbers {
  width: 45px;
  height: 45px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(36, 59, 74, 0.1490196078);
  border-radius: 5px;
  font-size: 16px;
  color: #243b4a;
  font-weight: 600;
}

.blog-list .paginations .page-numbers.current {
  background: #243b4a;
  color: #fff;
}

.blog-list .paginations .next,
.blog-list .paginations .prev {
  background: transparent;
  color: #243b4a;
  font-weight: 600;
  width: auto;
  height: auto;
}

.single-post-blog {
  padding: 60px 0 100px;
}

body.single-post {
  overflow: visible;
}

.single-post-blog .wrap {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.single-post-blog .wrap .sidebar {
  max-width: 370px;
  width: 100%;
  flex-shrink: 0;
}

.single-post-blog .wrap .left-box h1 {
  color: #243b4a;
  margin-bottom: 20px;
  font-size: 46px;
}

.single-post-blog .wrap .left-box .img {
  width: 100%;
  height: 450px;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}

.single-post-blog .wrap .left-box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-post-blog .wrap .left-box h2 {
  font-size: 38px;
  margin-bottom: 12px;
  margin-top: 20px;
}

.single-post-blog .wrap .left-box .date {
  color: #243b4a;
  font-weight: 700;
  font-size: 18px;
}

.single-post-blog .wrap .left-box h3 {
  font-size: 30px;
  margin-bottom: 12px;
  margin-top: 20px;
  color: #243b4a;
}

.single-post-blog .wrap .left-box h4 {
  font-size: 26px;
  margin-bottom: 12px;
  margin-top: 20px;
  color: #243b4a;
}

.single-post-blog .wrap .left-box h5 {
  font-size: 22px;
  margin-bottom: 12px;
  margin-top: 20px;
  color: #243b4a;
}

.single-post-blog .wrap .left-box ul,
.single-post-blog .wrap .left-box ol {
  padding-left: 20px;
}

.single-post-blog .wrap .left-box li {
  list-style: disc;
}

.single-post-blog .wrap .left-box ol li {
  list-style: decimal;
}

.single-post-blog .wrap .left-box li,
.single-post-blog .wrap .left-box ol {
  color: rgba(36, 59, 74, 0.8);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  padding-bottom: 10px;
  letter-spacing: -0.16px;
}

.single-post-blog .wrap .sidebar .form-main {
  background: linear-gradient(180deg, #253d4d 0%, #2d495c 88.21%);
  padding: 25px;
  border-radius: 12px;
  clip-path: polygon(100% 0, 100% 95%, 92% 100%, 0 100%, 0 0);
}

.single-post-blog .wrap .sidebar .form-main .gform_fields {
  grid-template-columns: 100%;
  gap: 20px !important;
}

.single-post-blog .wrap .sidebar .form-main .gform_fields .gfield {
  grid-column: auto;
  grid-column: 1;
}

.single-post-blog .wrap .sidebar .form-main .gform_fields .gfield label {
  color: #fff;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.16px;
  font-size: 15px;
  margin-bottom: 4px;
}

.single-post-blog .wrap .sidebar .form-main .gform_fields .gfield input,
.single-post-blog .wrap .sidebar .form-main .gform_fields .gfield textarea,
.single-post-blog .wrap .sidebar .form-main .gform_fields .gfield select {
  height: auto;
  min-height: unset;
  padding: 11px 15px !important;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  color: rgba(255, 255, 255, 0.7);
}

.single-post-blog .wrap .sidebar .form-main .gform_fields .gfield input::-moz-placeholder, .single-post-blog .wrap .sidebar .form-main .gform_fields .gfield textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.single-post-blog .wrap .sidebar .form-main .gform_fields .gfield input::placeholder,
.single-post-blog .wrap .sidebar .form-main .gform_fields .gfield textarea::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.single-post-blog .wrap .sidebar .form-main .gform_footer.top_label .gform_button {
  padding: 14px 30px;
}

.single-post-blog .wrap .main-btn {
  padding: 14px 20px;
  margin-top: 15px !important;
}

.single-post-blog .wrap .cta-block {
  padding: 30px 30px 0 30px;
  background: linear-gradient(180deg, rgba(36, 59, 74, 0.1) -4.18%, rgba(36, 59, 74, 0) 100%);
  border-radius: 15px;
  margin-top: 30px;
}

.single-post-blog .wrap .cta-block .main-text .heading {
  font-size: 24px;
  font-weight: 700;
}

.single-post-blog .wrap .cta-block .main-text .heading {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 6px;
  padding-top: 15px;
  color: #243b4a;
}

.id-link {
  display: block;
  margin-top: -90px;
  height: 90px;
}

footer {
  background: #182730;
}

.footer-top-section {
  position: relative;
  background: #243B4A;
  border-radius: 20px;
  margin-bottom: -250px;
}

.footer-top-section {
  display: grid;
  grid-template-columns: 640px auto;
  z-index: 1;
}

.footer-top-section .img-box {
  position: absolute;
  right: 0;
  top: -48px;
  bottom: auto;
}

.footer-top-section .wrap-top {
  padding: 60px 50px 60px 80px;
}

.footer-top-section h2 {
  color: #fff;
  margin-bottom: 27px;
}

.footer-top-section p {
  color: rgba(255, 255, 255, 0.8);
  max-width: 450px;
  line-height: 160%;
}

.footer-top-section .btn-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-top-section .btn-wrap .main-btn {
  background: #fff;
  color: #243B4A;
  padding: 19px 29px;
  border-color: #fff;
}

.footer-top-section .btn-wrap .main-btn:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.footer-top-section .btn-wrap .border-btn:hover {
  background: #fff;
  color: #243B4A;
  border-color: #fff;
}

.footer-top-section .btn-wrap .border-btn {
  background: transparent;
  color: #fff;
  border-color: #fff;
  padding: 19px 29px;
}

footer .wrap {
  padding: 350px 0 100px 0;
  display: flex;
  justify-content: space-between;
  gap: 70px;
}

footer .wrap .footer-menu-heading {
  color: #FFD100;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.18px;
  padding-bottom: 18px;
}

footer .wrap .footer-menu ul li {
  margin-bottom: 12px;
}

footer .wrap .footer-menu ul li:last-of-type {
  margin-bottom: 0;
}

footer .wrap .footer-menu ul li a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.16px;
}

footer .wrap .footer-menu ul li a:hover {
  color: #FFD100;
}

footer .wrap .address-box ul li:last-child a {
  padding-bottom: 0 !important;
}

footer .wrap .address-box ul li a {
  display: flex;
  align-items: start;
  gap: 10px;
  padding-bottom: 20px !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.16px;
}

footer .wrap .address-box ul li a img {
  margin: 0;
  margin-top: 5px;
}

footer .wrap .address-box ul a.contact-box {
  color: #fff !important;
  font-weight: 600 !important;
}

footer .inner-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer .inner-wrap .img-fluid {
  width: 120px;
}

footer .inner-wrap .social-media {
  display: flex;
  align-items: center;
  gap: 50px;
}

footer .inner-wrap .social-media ul {
  display: flex;
  align-items: center;
  gap: 10px;
}

footer .inner-wrap .social-media p {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
  padding: 0;
}

footer .inner-wrap .social-media p a {
  font-weight: 500;
}

footer .inner-wrap .social-media ul li a {
  background: rgba(255, 255, 255, 0.1);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .bottom-bar {
  background: #FFD100;
  padding: 22px 15px;
}

footer .bottom-bar p {
  text-align: center;
  color: rgba(36, 59, 74, 0.7);
}

@media only screen and (min-width: 1700px) and (max-width: 1899px) {
  #header {
    padding: 15px 0;
  }
  .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;
  }
  body section {
    margin-top: 86px;
  }
  #header.fixed .wrapper ul#menu-header-menu > li::before {
    bottom: -30px;
  }
  #header .wrapper ul#menu-header-menu > li::before {
    bottom: -34px;
  }
  #header .wrapper ul#menu-header-menu ul.sub-menu {
    top: 53px;
  }
  #header.fixed .wrapper ul#menu-header-menu ul.sub-menu {
    top: 49px;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1699px) {
  .container {
    width: 1350px;
  }
  body section {
    margin-top: 88px;
  }
  .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: 13px 30px;
    font-size: 13px;
  }
  .gform_wrapper.gravity-theme .gform_fields {
    grid-gap: 15px 20px !important;
  }
  .btn-main {
    padding: 20px 30px;
    font-size: 15px;
  }
  #header .header-logo a,
  footer .inner-wrap .img-fluid {
    max-width: 145px;
  }
  #header {
    padding: 20px 30px;
  }
  #header.fixed {
    padding: 15px 30px;
  }
  #header .wrapper ul#menu-header-menu li a {
    font-size: 15px;
  }
  #header.fixed .header-logo a {
    max-width: 110px;
  }
  button.slick-arrow {
    width: 50px;
    height: 50px;
  }
  h2 {
    font-size: 46px;
  }
  .page-heading {
    font-size: 46px;
  }
  .border-btn,
  .main-btn,
  .it-works .main-btn,
  .contact-banner .wrap .right-wrap .gform_footer.top_label .gform_button {
    margin-top: 30px !important;
    font-size: 15px;
    padding: 14px 30px;
  }
  .footer-top-section .btn-wrap .main-btn,
  .footer-top-section .btn-wrap .border-btn {
    font-size: 15px;
    padding: 14px 30px;
  }
  h1 {
    font-size: 50px;
  }
  .banner-home .before-img {
    left: -100px;
  }
  #header .btn-main {
    font-size: 15px;
  }
  footer .inner-wrap {
    padding: 25px 0;
  }
  .footer-top-section .img-box {
    width: 500px;
    top: -40px;
    right: -1px;
  }
  footer .wrap {
    padding: 320px 0 100px 0;
  }
  .service-banner .wrap .left-wrap .main-btn {
    margin-top: 20px !important;
  }
  .service-banner {
    padding: 80px 0;
  }
  .service-banner .wrap .right-wrap {
    width: 470px;
  }
  #header.fixed .wrapper ul#menu-header-menu > li::before {
    bottom: -24px;
  }
  #header .wrapper ul#menu-header-menu > li::before {
    bottom: -34.5px;
  }
  #header .wrapper ul#menu-header-menu ul.sub-menu {
    top: 54px;
  }
  #header.fixed .wrapper ul#menu-header-menu ul.sub-menu {
    top: 43px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  .container {
    width: 1150px;
  }
  body section {
    margin-top: 88px;
  }
  body p {
    font-size: 16px;
  }
  #header {
    padding: 20px 20px;
  }
  #header.fixed {
    padding: 15px 20px;
  }
  #header .wrapper ul#menu-header-menu li a {
    font-size: 15px;
  }
  #header.fixed .header-logo a {
    max-width: 110px;
  }
  #header .header-logo a,
  footer .inner-wrap .img-fluid {
    max-width: 145px;
  }
  #header .wrapper ul#menu-header-menu > li {
    margin-right: 20px;
  }
  h2 {
    font-size: 44px;
  }
  .page-heading {
    font-size: 44px;
  }
  .border-btn,
  .main-btn,
  .it-works .main-btn,
  .contact-banner .wrap .right-wrap .gform_footer.top_label .gform_button {
    margin-top: 30px !important;
    font-size: 15px;
    padding: 14px 30px;
  }
  .footer-top-section .btn-wrap .main-btn,
  .footer-top-section .btn-wrap .border-btn {
    font-size: 15px;
    padding: 14px 30px;
  }
  .stay-bright-section .wrap {
    grid-template-columns: 500px auto;
    gap: 50px;
  }
  .stay-bright-section,
  .what-offer-section,
  .it-works,
  .clients-say {
    padding: 80px 0;
  }
  .studio-opportunity-section .studio-opportunity {
    width: 98%;
    padding: 60px 54px;
  }
  .studio-opportunity-section .studio-opportunity .wrap {
    grid-template-columns: 540px auto;
    gap: 50px;
  }
  .studio-opportunity-section .studio-opportunity .wrap .right-wrap .logo-slider img {
    width: 40px;
  }
  .it-works .wrap-number p {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  .clients-say .clients-say-slider .slick-track {
    margin-top: 40px;
  }
  .clients-say .clients-say-slider .inner-box {
    padding: 30px;
  }
  .clients-say::before,
  .what-offer-section::before {
    width: 96%;
  }
  .we-work-section .wrap {
    padding-bottom: 40px;
  }
  .about-list-home .wrap {
    padding: 24px 30px;
  }
  h1 {
    font-size: 46px;
  }
  .banner-home .wrap .btn-wrap {
    margin-top: 40px;
  }
  .banner-home {
    padding: 110px 0;
  }
  .banner-home .before-img {
    left: -100px;
  }
  #header .wrapper ul#menu-header-menu {
    gap: 40px;
  }
  #header .wrapper .header-menu {
    gap: 50px;
  }
  #header .btn-main {
    font-size: 15px;
  }
  footer .wrap {
    gap: 30px;
  }
  footer .wrap .footer-menu-heading {
    padding-bottom: 12px;
    font-weight: 600;
  }
  footer .wrap {
    padding-bottom: 80px !important;
  }
  footer .inner-wrap {
    padding: 25px 0;
  }
  footer .inner-wrap {
    padding: 25px 0;
  }
  .footer-top-section .img-box {
    width: 500px;
    top: -40px;
    right: -1px;
  }
  .footer-top-section .wrap-top {
    padding: 50px 50px 50px 60px;
  }
  .footer-top-section h2 {
    padding-bottom: 20px;
  }
  footer .wrap {
    padding: 300px 0 100px 0 !important;
  }
  .our-mission h2 {
    margin-bottom: 20px;
  }
  .about-banner {
    padding: 70px 0;
  }
  .about-banner .wrap .right-wrap {
    top: -20px;
    width: 500px;
  }
  .our-mission {
    padding-top: 80px;
  }
  .our-mission .wrap {
    margin-bottom: 30px;
  }
  .service-banner .wrap .left-wrap .main-btn {
    margin-top: 20px !important;
  }
  .service-banner {
    padding: 60px 0;
  }
  .service-banner .wrap .right-wrap {
    top: 0px;
    width: 400px;
  }
  .help-section {
    padding: 120px 0 80px;
  }
  .help-section h2 {
    margin-bottom: 50px;
  }
  .help-section .wrap-box .inner-box .content-box h2 {
    margin-bottom: 15px;
    font-size: 35px;
  }
  .faq-list-section .faq-list h2 {
    margin-bottom: 20px;
    font-size: 35px;
  }
  .help-section .wrap-box .inner-box {
    gap: 40px;
    margin-bottom: 50px;
  }
  .help-section .wrap-box .inner-box .img-box {
    max-width: 500px;
  }
  .trust-Staybright,
  .faq-section {
    padding: 80px 0;
  }
  .trust-Staybright h2 {
    margin-bottom: 30px;
  }
  .trust-Staybright .wrap {
    gap: 20px;
  }
  .trust-Staybright .wrap .inner-box {
    padding: 132px 25px 30px;
  }
  .pricing-section .wrap .left-wrap .left-wrap-main {
    margin-top: 30px;
  }
  .pricing-section {
    padding-bottom: 80px;
  }
  .faq-section h2 {
    margin-bottom: 30px;
  }
  .faq-list-section {
    padding: 100px 0 80px;
  }
  .core-service,
  .marketing-listing,
  .hidden-charge {
    padding: 80px 0;
  }
  .payment-option {
    padding-bottom: 80px;
  }
  .core-service .wrap .inner-box .heading,
  .marketing-listing .wrap .right-wrap .inner-wrap .heading {
    font-size: 26px;
    padding-bottom: 12px;
  }
  .core-service .wrap,
  .payment-option .wrap {
    margin-top: 35px;
  }
  .marketing-listing .wrap .right-wrap .inner-wrap {
    padding: 25px 0;
  }
  .marketing-listing .wrap {
    gap: 100px;
  }
  .what-offer-section h2,
  .hidden-charge .wrap {
    margin-bottom: 30px;
  }
  .what-offer-section .wrap .inner-box {
    padding: 132px 25px 30px 25px;
  }
  .contact-banner {
    padding: 80px 0;
  }
  .contact-banner .wrap .left-wrap .box-1 {
    padding-bottom: 50px;
  }
  .contact-banner .wrap .left-wrap .box-2 {
    padding-top: 50px;
  }
  .contact-offer {
    padding: 250px 0 80px;
  }
  .contact-offer .wrap-info .inner-box {
    padding: 132px 20px 50px;
  }
  .contact-offer .wrap-info {
    gap: 25px;
    margin-top: 40px;
  }
  .page-template-contact .we-work-section {
    position: relative;
    padding: 80px 0 120px;
  }
  .blog-list {
    padding: 60px 0 80px;
  }
  .single-post-blog .wrap .left-box h1 {
    font-size: 40px;
  }
  .single-post-blog .wrap .left-box h2 {
    font-size: 35px;
    margin-bottom: 10px;
    margin-top: 15px;
  }
  .single-post-blog .wrap .left-box h3 {
    font-size: 28px;
    margin-bottom: 10px;
    margin-top: 15px;
  }
  .single-post-blog .wrap .left-box h4 {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 15px;
  }
  .single-post-blog .wrap .left-box h4 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 15px;
  }
  .single-post-blog {
    padding: 60px 0 80px;
  }
  #header.fixed .wrapper ul#menu-header-menu > li::before {
    bottom: -23px;
  }
  #header .wrapper ul#menu-header-menu ul.sub-menu {
    top: 54px;
  }
  #header.fixed .wrapper ul#menu-header-menu ul.sub-menu {
    top: 42px;
  }
}
@media only screen and (min-width: 1121px) and (max-width: 1279px) {
  .container {
    width: 1121px;
  }
  body section {
    margin-top: 78px;
  }
  body p {
    font-size: 16px;
  }
  .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;
  }
  #header {
    padding: 15px 10px;
  }
  #header.fixed {
    padding: 15px 10px;
  }
  #header .wrapper ul#menu-header-menu li a {
    font-size: 15px;
  }
  #header.fixed .header-logo a {
    max-width: 110px;
  }
  #header .header-logo a,
  footer .inner-wrap .img-fluid {
    max-width: 145px;
  }
  #header .wrapper ul#menu-header-menu > li {
    margin-right: 20px;
  }
  #header .wrapper .right-wrap {
    gap: 10px;
  }
  h2 {
    font-size: 40px;
  }
  .border-btn,
  .main-btn,
  .it-works .main-btn,
  .contact-banner .wrap .right-wrap .gform_footer.top_label .gform_button {
    margin-top: 25px !important;
    font-size: 15px;
    padding: 14px 30px;
  }
  .footer-top-section .btn-wrap .main-btn,
  .footer-top-section .btn-wrap .border-btn {
    font-size: 15px;
    padding: 14px 30px;
  }
  .stay-bright-section .wrap {
    grid-template-columns: 450px auto;
    gap: 40px;
  }
  .stay-bright-section .wrap .left-wrap .slick-dots li button:after {
    width: 10px;
    height: 10px;
  }
  .stay-bright-section,
  .what-offer-section,
  .it-works,
  .clients-say {
    padding: 80px 0;
  }
  .what-offer-section .wrap {
    gap: 20px;
  }
  .what-offer-section .wrap .inner-box {
    padding: 132px 22px 35px 22px;
  }
  .what-offer-section .wrap .inner-last-box {
    padding: 20px;
  }
  .what-offer-section h2 {
    margin-bottom: 30px;
  }
  .studio-opportunity-section .studio-opportunity {
    width: 98%;
    padding: 60px 32px;
  }
  .studio-opportunity-section .studio-opportunity .wrap {
    grid-template-columns: 500px auto;
    gap: 50px;
  }
  .studio-opportunity-section .studio-opportunity .wrap .right-wrap .logo-slider img {
    width: 40px;
  }
  .it-works h2 {
    margin-bottom: 40px;
  }
  .it-works .wrap-number p {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  .it-works .wrap {
    gap: 25px;
  }
  .it-works .wrap .inner-wrap {
    padding: 20px;
  }
  .it-works .wrap .inner-wrap p {
    font-size: 20px;
    line-height: 28px;
  }
  .clients-say .clients-say-slider .slick-track {
    margin-top: 30px;
  }
  .clients-say .clients-say-slider .inner-box {
    padding: 25px;
  }
  .clients-say .wrap {
    padding: 0 40px;
  }
  .we-work-section .wrap {
    padding-bottom: 30px;
  }
  .slick-next.slick-arrow {
    right: 15px;
    width: 40px;
    height: 40px;
  }
  .slick-prev.slick-arrow {
    left: 15px;
    width: 40px;
    height: 40px;
  }
  button.slick-arrow:before {
    height: 10px;
    width: 18px;
    background-size: 16px;
  }
  .we-work-section .we-work-slider .slider-box p {
    font-size: 17px;
    font-weight: 500;
  }
  .about-list-home .wrap ul li {
    font-size: 15px;
    padding-right: 20px;
    padding-left: 22px;
  }
  .about-list-home .wrap {
    padding: 24px 20px;
  }
  .about-list-home .wrap ul {
    gap: 20px;
  }
  .about-list-home .wrap ul li::before {
    width: 16px;
    height: 16px;
    top: 2px;
  }
  h1 {
    font-size: 42px;
  }
  .banner-home .wrap h1 {
    margin-bottom: 30px;
  }
  .banner-home .wrap .btn-wrap {
    margin-top: 30px;
  }
  .banner-home {
    padding: 90px 0;
  }
  .banner-home .before-img {
    left: -100px;
  }
  #header .wrapper ul#menu-header-menu {
    gap: 30px;
  }
  #header .wrapper .header-menu {
    gap: 40px;
  }
  #header .btn-main {
    font-size: 15px;
  }
  footer .wrap {
    gap: 30px;
  }
  footer .wrap .footer-menu-heading {
    padding-bottom: 12px;
    font-weight: 600;
  }
  footer .wrap {
    padding-bottom: 70px !important;
  }
  footer .bottom-bar {
    padding: 10px 15px;
  }
  footer .bottom-bar p {
    font-size: 14px;
  }
  footer .inner-wrap .social-media {
    gap: 40px;
  }
  footer .inner-wrap {
    padding: 20px 0;
  }
  .footer-top-section .wrap-top {
    padding: 50px 50px 50px 50px;
  }
  .footer-top-section .img-box {
    top: -28px;
    width: 440px;
    right: -1px;
  }
  .footer-top-section h2 {
    margin-bottom: 12px;
  }
  .our-mission h2 {
    margin-bottom: 20px;
  }
  .about-banner {
    padding: 70px 0;
  }
  .about-banner .wrap .right-wrap {
    top: -20px;
    width: 500px;
  }
  .our-mission {
    padding-top: 80px;
  }
  .our-mission .wrap {
    margin-bottom: 30px;
  }
  .service-banner .wrap .left-wrap .main-btn {
    margin-top: 20px !important;
  }
  .service-banner {
    padding: 50px 0;
  }
  .service-banner .wrap .left-wrap .sub-heading {
    font-size: 18px;
    padding-bottom: 12px;
  }
  .service-banner .wrap .right-wrap {
    top: 0px;
    width: 380px;
  }
  .help-section {
    padding: 120px 0 70px;
  }
  .help-section h2 {
    margin-bottom: 40px;
  }
  .help-section .wrap-box .inner-box .content-box h2 {
    margin-bottom: 12px;
    font-size: 30px;
  }
  .help-section .wrap-box .inner-box {
    gap: 40px;
    margin-bottom: 50px;
  }
  .help-section .wrap-box .inner-box .img-box {
    max-width: 500px;
  }
  .trust-Staybright,
  .faq-section {
    padding: 70px 0;
  }
  .trust-Staybright h2 {
    margin-bottom: 30px;
  }
  .trust-Staybright .wrap {
    gap: 20px;
  }
  .trust-Staybright .wrap .inner-box {
    padding: 132px 25px 30px;
  }
  .pricing-section .wrap .left-wrap .left-wrap-main {
    margin-top: 30px;
  }
  .pricing-section {
    padding-bottom: 70px;
  }
  .faq-section h2 {
    margin-bottom: 30px;
  }
  .faq-list-section .faq-list h2 {
    margin-bottom: 16px;
    font-size: 30px;
  }
  .faq-list-section .faq-list {
    margin-bottom: 70px;
  }
  .faq-list-section {
    padding: 100px 0 70px;
  }
  .core-service,
  .marketing-listing,
  .hidden-charge {
    padding: 70px 0;
  }
  .payment-option {
    padding-bottom: 70px;
  }
  .core-service .wrap,
  .payment-option .wrap {
    margin-top: 30px;
  }
  .core-service .wrap .inner-box .heading,
  .marketing-listing .wrap .right-wrap .inner-wrap .heading {
    font-size: 24px;
    padding-bottom: 12px;
  }
  .marketing-listing .wrap {
    gap: 80px;
  }
  .marketing-listing .wrap .right-wrap .inner-wrap {
    padding: 25px 0;
  }
  .payment-option .wrap .inner-wrap {
    padding: 22px;
    border-right: 1px solid #c9ced1;
  }
  .payment-option .wrap .inner-wrap .heading {
    font-size: 20px;
    padding-bottom: 2px;
  }
  .hidden-charge .wrap {
    margin-bottom: 30px;
  }
  .hidden-charge .pricing-table th {
    font-weight: 600;
    font-size: 18px;
    padding: 12px 20px;
  }
  .hidden-charge .pricing-table td {
    font-size: 15px;
    padding: 12px 20px;
  }
  .contact-banner {
    padding: 70px 0;
  }
  .contact-banner .wrap .left-wrap .box-1 {
    padding-bottom: 35px;
  }
  .contact-banner .wrap .left-wrap .box-2 {
    padding-top: 35px;
  }
  .contact-banner .wrap .left-wrap .box-2 .contact-info {
    margin-top: 10px;
  }
  .contact-banner .wrap .right-wrap {
    padding: 30px;
  }
  .contact-offer {
    padding: 200px 0 70px;
  }
  .contact-offer .wrap-info {
    gap: 20px;
    margin-top: 30px;
  }
  .contact-offer .wrap-info .inner-box {
    padding: 132px 20px 50px;
  }
  .contact-offer .wrap-info .inner-box p {
    font-size: 20px;
    line-height: 27px;
  }
  .page-template-contact .we-work-section {
    padding: 70px 0;
  }
  .blog-list {
    padding: 60px 0 70px;
  }
  .blog-list .blog-wrap .inner-box .blog-content .heading {
    font-size: 20px;
  }
  .blog-list .blog-wrap .inner-box .blog-content {
    padding: 15px;
  }
  .single-post-blog .wrap .left-box h1 {
    font-size: 36px;
  }
  .single-post-blog .wrap .left-box h2 {
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 15px;
  }
  .single-post-blog .wrap .left-box h3 {
    font-size: 26px;
    margin-bottom: 10px;
    margin-top: 15px;
  }
  .single-post-blog .wrap .left-box h4 {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 15px;
  }
  .single-post-blog .wrap .left-box h4 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 15px;
  }
  .single-post-blog {
    padding: 60px 0 70px;
  }
  #header .wrapper ul#menu-header-menu > li::before {
    bottom: -28px;
  }
  #header.fixed .wrapper ul#menu-header-menu > li::before {
    bottom: -23px;
  }
  #header .wrapper ul#menu-header-menu ul.sub-menu {
    top: 48px;
  }
  #header.fixed .wrapper ul#menu-header-menu ul.sub-menu {
    top: 43px;
  }
  footer .wrap {
    padding-top: 300px;
  }
}
@media (max-width: 1120px) {
  body section {
    margin-top: 78px;
  }
  #header .mobile,
  #header .nav-main.mobile-menu .btn-main {
    display: block !important;
  }
  #header .destop {
    display: none !important;
  }
  #header .nav-main.mobile-menu .btn-main {
    margin-top: 15px;
    text-align: center;
  }
  #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: 120px 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: #ffd100 !important;
    background-color: transparent;
  }
  #header .wrapper ul#menu-header-menu > li:hover > a {
    color: #ffd100;
  }
  /**/
  #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: 10px;
    padding-bottom: 10px;
  }
  #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 .header-btn-wrap {
    margin-left: 0;
    margin-right: 30px;
  }
  #header .header-logo a,
  footer .inner-wrap .img-fluid {
    max-width: 195px;
  }
  .container {
    width: 100%;
  }
  body p {
    font-size: 15px;
  }
  .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;
  }
  #header .header-logo a,
  footer .inner-wrap .img-fluid {
    max-width: 100px;
  }
  #header.fixed .header-logo a {
    max-width: 90px;
  }
  #header {
    padding: 15px 20px;
  }
  #header.fixed {
    padding: 15px 20px;
  }
  #header .wrapper ul#menu-header-menu li a {
    font-size: 15px;
  }
  #header.fixed .header-logo a {
    max-width: 110px;
  }
  #header .header-logo a,
  footer .inner-wrap .img-fluid {
    max-width: 145px;
  }
  #header .wrapper ul#menu-header-menu > li {
    margin-right: 25px;
  }
  .slick-next.slick-arrow {
    right: 0px;
  }
  .slick-prev.slick-arrow {
    left: 0px;
  }
  html .wow {
    animation-name: none !important;
    visibility: visible !important;
  }
  h2 {
    font-size: 38px;
  }
  .page-heading {
    font-size: 38px;
  }
  .border-btn,
  .main-btn,
  .it-works .main-btn,
  .contact-banner .wrap .right-wrap .gform_footer.top_label .gform_button {
    margin-top: 20px !important;
    font-size: 15px;
    padding: 14px 30px;
  }
  .footer-top-section .btn-wrap .main-btn,
  .footer-top-section .btn-wrap .border-btn {
    font-size: 15px;
    padding: 14px 30px;
  }
  .stay-bright-section .wrap {
    grid-template-columns: 450px auto;
    gap: 30px;
  }
  .stay-bright-section .wrap .left-wrap {
    padding: 35px;
    padding-bottom: 0;
  }
  .stay-bright-section .wrap .left-wrap .slick-dots li button:after {
    width: 10px;
    height: 10px;
  }
  .stay-bright-section,
  .what-offer-section,
  .it-works,
  .clients-say {
    padding: 70px 0;
  }
  .we-work-section {
    padding-bottom: 70px;
  }
  .stay-bright-section .list ul li {
    font-size: 15px;
  }
  .what-offer-section .wrap {
    gap: 20px;
  }
  .what-offer-section .wrap .inner-box {
    padding: 132px 22px 35px 22px;
  }
  .what-offer-section .wrap .inner-box .heading,
  .what-offer-section .wrap .inner-last-box .heading {
    font-size: 20px;
  }
  .what-offer-section .wrap .inner-last-box {
    padding: 20px;
  }
  .what-offer-section h2 {
    margin-bottom: 25px;
  }
  .studio-opportunity-section .studio-opportunity {
    width: 98%;
    padding: 60px 32px;
  }
  .studio-opportunity-section .studio-opportunity .wrap {
    grid-template-columns: 520px auto;
    gap: 30px;
  }
  .studio-opportunity-section .studio-opportunity .wrap .left-wrap ul li {
    font-size: 15px;
  }
  .studio-opportunity-section .studio-opportunity .wrap .right-wrap .logo-slider img {
    width: 35px;
  }
  .studio-opportunity-section .studio-opportunity .wrap .right-wrap .logo-slider {
    padding: 8px;
    top: 40px;
  }
  .studio-opportunity-section .studio-opportunity .wrap .left-wrap {
    padding: 30px;
    border-radius: 15px;
  }
  .it-works h2 {
    margin-bottom: 30px;
  }
  .it-works .wrap-number p {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  .it-works .wrap {
    gap: 25px;
  }
  .it-works .wrap .inner-wrap {
    padding: 20px;
  }
  .it-works .wrap .inner-wrap p {
    font-size: 20px;
    line-height: 28px;
  }
  .it-works .wrap-number {
    gap: 180px;
    margin-bottom: 25px !important;
  }
  .clients-say .clients-say-slider .slick-track {
    margin-top: 25px;
  }
  .clients-say .clients-say-slider .inner-box {
    padding: 25px;
  }
  .clients-say .wrap {
    padding: 0 20px;
  }
  .we-work-section .wrap {
    padding-bottom: 25px;
  }
  .slick-next.slick-arrow {
    right: 15px;
    width: 40px;
    height: 40px;
  }
  .slick-prev.slick-arrow {
    left: 15px;
    width: 40px;
    height: 40px;
  }
  .we-work-section .slick-arrow {
    display: none !important;
  }
  button.slick-arrow:before {
    height: 10px;
    width: 18px;
    background-size: 16px;
  }
  .we-work-section .we-work-slider .slider-box p {
    font-size: 17px;
    font-weight: 500;
  }
  .about-list-home .wrap ul li {
    font-size: 13px;
    padding-right: 10px;
    padding-left: 22px;
  }
  .about-list-home .wrap {
    padding: 20px 18px;
  }
  .about-list-home .wrap ul {
    gap: 10px;
  }
  .about-list-home .wrap ul li::before {
    width: 16px;
    height: 16px;
    top: 2px;
  }
  h1 {
    font-size: 40px;
  }
  .banner-home .wrap h1 {
    margin-bottom: 10px;
  }
  .banner-home .wrap p {
    font-size: 17px;
  }
  .banner-home .wrap .btn-wrap {
    margin-top: 20px;
  }
  .banner-home {
    padding: 80px 0;
  }
  .banner-home .before-img {
    left: -140px;
  }
  footer .wrap {
    gap: 20px;
  }
  footer .wrap .footer-menu-heading {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
    font-weight: 600;
  }
  footer .wrap .footer-menu ul li a,
  footer .wrap .address-box ul li a {
    font-size: 15px;
  }
  footer .wrap {
    padding-bottom: 70px !important;
  }
  footer .bottom-bar {
    padding: 10px 15px;
  }
  footer .bottom-bar p {
    font-size: 14px;
  }
  footer .inner-wrap .social-media {
    gap: 30px;
  }
  footer .inner-wrap {
    padding: 20px 0;
  }
  footer .wrap .footer-menu ul li {
    margin-bottom: 8px;
  }
  .footer-top-section .wrap-top {
    padding: 50px 50px 50px 50px;
  }
  .footer-top-section .img-box {
    top: -28px;
    width: 420px;
    right: -1px;
  }
  .footer-top-section h2 {
    margin-bottom: 12px;
  }
  .our-mission h2 {
    margin-bottom: 12px;
  }
  .about-banner {
    padding: 70px 0;
  }
  .about-banner .wrap .right-wrap {
    top: -40px;
    width: 500px;
  }
  .our-mission {
    padding-top: 80px;
  }
  .about-banner .wrap .left-wrap h1 {
    margin-bottom: 10px;
  }
  .our-mission .wrap {
    margin-bottom: 30px;
    gap: 30px;
  }
  .about-banner .wrap {
    grid-template-columns: 400px auto;
  }
  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: #fff !important;
  }
  .service-banner {
    padding: 50px 0;
  }
  .service-banner .wrap .left-wrap .main-btn {
    margin-top: 15px !important;
  }
  .service-banner .wrap .left-wrap .sub-heading {
    font-size: 17px;
    padding-bottom: 12px;
  }
  .service-banner .wrap .right-wrap {
    top: 0;
    width: 320px;
  }
  .help-section {
    padding: 80px 0 70px;
  }
  .help-section h2 {
    margin-bottom: 40px;
  }
  .help-section .wrap-box .inner-box .content-box h2 {
    margin-bottom: 12px;
    font-size: 26px;
  }
  .help-section .wrap-box .inner-box .content-box h5 {
    font-size: 18px;
    padding: 14px 0;
  }
  .help-section .wrap-box .inner-box .content-box ul li {
    font-size: 15px;
    margin-bottom: 12px;
    padding-left: 28px;
    padding-left: 24px;
  }
  .help-section .wrap-box .inner-box .content-box ul li::before {
    width: 16px;
    height: 16px;
  }
  .help-section .wrap-box .inner-box {
    gap: 30px;
    margin-bottom: 50px;
  }
  .help-section .wrap-box .inner-box .img-box {
    max-width: 400px;
    width: 100%;
  }
  .trust-Staybright,
  .faq-section {
    padding: 70px 0;
  }
  .trust-Staybright h2,
  .faq-section h2 {
    margin-bottom: 30px;
  }
  .trust-Staybright .wrap {
    gap: 20px;
  }
  .trust-Staybright .wrap .inner-box {
    padding: 132px 20px 30px;
  }
  .pricing-section .wrap .left-wrap .left-wrap-main {
    margin-top: 20px;
  }
  .pricing-section .wrap .left-wrap .left-wrap-main p {
    max-width: 240px;
  }
  .pricing-section {
    padding-bottom: 70px;
  }
  .pricing-section .wrap .left-wrap .left-wrap-main .inner-wrap .sub-heading {
    font-size: 22px;
  }
  .accordion button .accordion-title {
    padding: 14px 0;
    font-size: 18px;
  }
  .accordion button {
    padding: 14px 40px 14px 0;
  }
  .faq-list-section .faq-list h2 {
    margin-bottom: 12px;
    font-size: 26px;
  }
  .faq-list-section .faq-list {
    margin-bottom: 70px;
  }
  .faq-list-section {
    padding: 100px 0 70px;
  }
  .core-service,
  .marketing-listing,
  .hidden-charge {
    padding: 70px 0;
  }
  .payment-option {
    padding-bottom: 70px;
  }
  .core-service .wrap,
  .payment-option .wrap {
    margin-top: 30px;
  }
  .core-service .wrap .inner-box .heading,
  .marketing-listing .wrap .right-wrap .inner-wrap .heading {
    font-size: 22px;
    padding-bottom: 12px;
  }
  .marketing-listing .wrap {
    gap: 80px;
  }
  .marketing-listing .wrap .right-wrap .inner-wrap {
    padding: 25px 0;
  }
  .payment-option .wrap .inner-wrap {
    padding: 22px;
    border-right: 1px solid #c9ced1;
  }
  .payment-option .wrap .inner-wrap .heading {
    font-size: 20px;
    padding-bottom: 2px;
  }
  .hidden-charge .wrap {
    margin-bottom: 30px;
  }
  .hidden-charge .pricing-table th {
    font-weight: 600;
    font-size: 18px;
    padding: 12px 20px;
  }
  .hidden-charge .pricing-table td {
    font-size: 15px;
    padding: 12px 20px;
  }
  .core-service .wrap .inner-box ul li,
  .marketing-listing .wrap .right-wrap .inner-wrap ul li {
    font-size: 15px;
    padding-left: 24px;
  }
  .contact-banner .wrap .right-wrap {
    width: 500px;
    position: static;
    padding: 30px;
  }
  .contact-banner .wrap {
    grid-template-columns: auto 500px;
    gap: 30px;
  }
  .contact-banner {
    padding: 60px 0;
  }
  .contact-banner .wrap .left-wrap .box-1 {
    padding-bottom: 30px;
  }
  .contact-banner .wrap .left-wrap .box-2 {
    padding-top: 30px;
  }
  .contact-banner .wrap .left-wrap .box-2 .contact-info {
    justify-content: start;
    gap: 45px;
    margin-top: 10px;
  }
  .contact-banner .wrap .left-wrap .box-2 .inner-wrap p {
    font-size: 20px;
  }
  .contact-banner .wrap .left-wrap .box-2 .inner-wrap img {
    width: 18px;
    height: 18px;
  }
  .contact-banner .wrap .left-wrap .box-2 .inner-wrap {
    gap: 10px;
  }
  .contact-banner .wrap .right-wrap .gform_fields {
    grid-gap: 20px !important;
  }
  .contact-offer {
    padding: 70px 0;
  }
  .contact-offer .wrap-info {
    gap: 20px;
    margin-top: 30px;
  }
  .contact-offer .wrap-info .inner-box {
    padding: 120px 20px 40px;
  }
  .contact-offer .wrap-info .inner-box p {
    font-size: 20px;
    line-height: 27px;
  }
  .contact-offer .wrap-info .inner-box::before {
    width: 168px;
  }
  .contact-offer .wrap-info .inner-box .img-box img {
    width: 45px;
    height: 45px;
  }
  .page-template-contact .we-work-section {
    padding: 70px 0;
  }
  .contact-banner .wrap .right-wrap input,
  .contact-banner .wrap .right-wrap select {
    height: auto !important;
    min-height: unset !important;
    line-height: normal !important;
    padding: 12px 15px !important;
    font-size: 15px !important;
  }
  .contact-banner .wrap .right-wrap textarea {
    line-height: normal !important;
    padding: 12px 15px !important;
    font-size: 15px !important;
  }
  .single-post-blog .wrap .sidebar .form-main input,
  .single-post-blog .wrap .sidebar .form-main select,
  .single-post-blog .wrap .sidebar .form-main textarea {
    height: auto !important;
    min-height: unset !important;
    line-height: normal !important;
    padding: 12px 15px !important;
    font-size: 15px !important;
  }
  .blog-list {
    padding: 60px 0 70px;
  }
  .blog-list .blog-wrap .inner-box .blog-content .heading {
    font-size: 20px;
  }
  .blog-list .blog-wrap .inner-box .blog-content {
    padding: 15px;
  }
  .blog-list .blog-wrap {
    gap: 20px;
  }
  .single-post-blog .wrap .left-box h1 {
    font-size: 30px;
  }
  .single-post-blog .wrap .left-box h2 {
    font-size: 26px;
    margin-bottom: 10px;
    margin-top: 15px;
  }
  .single-post-blog .wrap .left-box h3 {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 15px;
  }
  .single-post-blog .wrap .left-box h4 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 15px;
  }
  .single-post-blog .wrap .left-box h4 {
    font-size: 17px;
    margin-bottom: 10px;
    margin-top: 15px;
  }
  .single-post-blog .wrap .sidebar {
    max-width: 300px;
  }
  .single-post-blog .wrap .sidebar .form-main {
    padding: 20px;
  }
  .single-post-blog {
    padding: 60px 0 70px;
  }
  #header .wrapper ul#menu-header-menu .current-menu-item::before,
  #header .wrapper ul#menu-header-menu .current-menu-parent::before {
    display: none;
  }
  #header .wrapper .current-menu-item a,
  #header .wrapper .current-menu-parent a {
    color: #fff !important;
  }
  footer .wrap {
    padding-top: 300px;
  }
}
@media (max-width: 991px) {
  body p {
    font-size: 15px;
  }
  .btn-main,
  .main-btn,
  .it-works .main-btn,
  .contact-banner .wrap .right-wrap .gform_footer.top_label .gform_button {
    padding: 14px 30px;
    font-size: 13px;
  }
  .footer-top-section .btn-wrap .main-btn,
  .footer-top-section .btn-wrap .border-btn {
    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);
  }
  #header {
    padding: 15px 20px;
  }
  #header.fixed {
    padding: 15px 20px;
  }
  h2 {
    font-size: 36px;
  }
  .page-heading {
    font-size: 36px;
  }
  .stay-bright-section,
  .what-offer-section,
  .it-works,
  .clients-say {
    padding: 60px 0;
  }
  .we-work-section {
    padding-bottom: 60px;
  }
  .stay-bright-section .wrap .left-wrap {
    padding: 25px;
    padding-bottom: 0;
  }
  .border-btn {
    margin-top: 15px;
    font-size: 14px;
    padding: 12px 24px;
  }
  .stay-bright-section .wrap {
    grid-template-columns: 370px auto;
    align-items: start;
    gap: 30px;
  }
  .what-offer-section .wrap {
    grid-template-columns: repeat(2, 1fr);
    max-width: 900px;
    margin: 0 auto;
    gap: 30px;
  }
  .what-offer-section .wrap .inner-box .img-box img {
    top: 15px;
    left: 25px;
    width: 40px;
    height: 40px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .what-offer-section .wrap .inner-box {
    padding: 100px 22px 35px 22px;
  }
  .what-offer-section .wrap .inner-box::before {
    width: 160px;
    height: 100px;
  }
  .studio-opportunity-section .studio-opportunity .wrap {
    grid-template-columns: auto;
  }
  .studio-opportunity-section .studio-opportunity .right-wrap {
    max-width: 500px;
    margin: 0 auto;
  }
  .it-works h2 {
    margin-bottom: 20px;
  }
  .it-works .wrap .inner-wrap p {
    font-size: 17px;
    line-height: 24px;
  }
  .it-works .wrap {
    gap: 20px;
  }
  .it-works .main-btn img {
    width: 16px;
  }
  .it-works .wrap-number p {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .it-works .wrap-number {
    gap: 150px;
  }
  .it-works .wrap .inner-wrap img {
    margin-bottom: 16px !important;
  }
  .clients-say .clients-say-slider .slick-track {
    gap: 20px;
  }
  .about-list-home {
    display: none;
  }
  h1 {
    font-size: 38px;
  }
  .banner-home .wrap p {
    font-size: 16px;
  }
  .banner-home {
    padding: 70px 0;
  }
  footer .wrap {
    padding-bottom: 60px !important;
  }
  footer .wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  footer .inner-wrap .social-media {
    gap: 20px;
  }
  .footer-top-section .wrap-top {
    padding: 50px 0px 50px 30px;
  }
  .footer-top-section .btn-wrap {
    display: flex;
    align-items: start;
    flex-direction: column;
  }
  .footer-top-section {
    grid-template-columns: 1fr 1fr;
  }
  .footer-top-section .btn-wrap .border-btn {
    margin: 0 !important;
  }
  .footer-top-section .img-box {
    width: 360px;
  }
  .our-mission .wrap {
    grid-template-columns: auto;
    gap: 10px;
  }
  .about-banner .wrap {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 20px;
  }
  .about-banner {
    padding: 50px 0;
  }
  .about-banner .wrap .right-wrap {
    width: auto;
    position: static;
  }
  .our-mission {
    padding-top: 60px;
  }
  .our-mission .img-box {
    border-radius: 10px;
  }
  .service-banner .wrap .right-wrap {
    position: static;
    width: auto;
  }
  .service-banner .wrap {
    grid-template-columns: 400px auto;
    gap: 20px;
  }
  .help-section {
    padding: 60px 0;
  }
  .help-section .wrap-box .inner-box {
    gap: 20px;
    margin-bottom: 45px;
    align-items: start;
  }
  .help-section .wrap-box .inner-box .img-box img {
    border-radius: 12px;
  }
  .help-section .wrap-box .inner-box .img-box {
    max-width: 300px;
  }
  .help-section .wrap-box .inner-box .content-box h2 {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .help-section .wrap-box .inner-box .content-box p strong {
    font-size: 16px;
  }
  .trust-Staybright,
  .faq-section {
    padding: 60px 0;
  }
  .trust-Staybright .wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .pricing-section .wrap {
    grid-template-columns: auto;
  }
  .pricing-section .wrap .left-wrap .left-wrap-main {
    flex-direction: column;
  }
  .pricing-section .wrap .left-wrap .left-wrap-main {
    margin-top: 0;
  }
  .pricing-section .wrap .left-wrap .left-wrap-main .inner-wrap,
  .pricing-section .wrap .left-wrap .left-wrap-main p {
    max-width: none;
  }
  .pricing-section .wrap .left-wrap .left-wrap-main .inner-wrap,
  .pricing-section .wrap .right-wrap .inner-box:nth-child(1),
  .pricing-section .wrap .right-wrap .inner-box:nth-child(2) {
    padding: 20px;
    border-radius: 8px;
  }
  .pricing-section .wrap .right-wrap .inner-box .sub-heading,
  .pricing-section .wrap .left-wrap .left-wrap-main .inner-wrap .sub-heading {
    font-size: 20px;
    padding-bottom: 5px;
  }
  .pricing-section {
    padding-bottom: 60px;
  }
  .faq-list-section .faq-list h2 {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .faq-list-section .faq-list {
    margin-bottom: 60px;
  }
  .faq-list-section {
    padding: 60px 0;
  }
  .core-service,
  .marketing-listing,
  .hidden-charge {
    padding: 60px 0;
  }
  .payment-option {
    padding-bottom: 60px;
  }
  .core-service .wrap {
    gap: 20px;
  }
  .core-service .wrap .inner-box {
    padding: 25px;
    clip-path: polygon(100% 0, 100% 87%, 94% 100%, 0 100%, 0 0);
  }
  .marketing-listing .wrap {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .payment-option .wrap {
    border-radius: 12px;
  }
  .hidden-charge .wrap {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
  }
  .hidden-charge .wrap h2 br,
  .hidden-charge .wrap p br {
    display: none;
  }
  .hidden-charge .table-container {
    max-width: 991px;
    width: 100%;
    overflow-y: auto;
    white-space: nowrap;
  }
  .contact-banner .wrap {
    grid-template-columns: 330px 1fr;
  }
  .contact-banner .wrap .right-wrap {
    padding: 25px;
    position: static;
    width: 100%;
  }
  .contact-banner .wrap .left-wrap .box-1 h1 {
    padding-bottom: 10px;
  }
  .contact-offer,
  .page-template-contact .we-work-section {
    padding: 60px 0;
  }
  .contact-offer .wrap-info {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-banner .wrap .right-wrap label {
    font-size: 15px;
    margin-bottom: 5px;
    line-height: 22px;
  }
  .contact-banner .wrap .right-wrap {
    border-radius: 10px;
  }
  .blog-list {
    padding: 60px 0 60px;
  }
  .blog-list .blog-wrap .inner-box .blog-content .heading {
    font-size: 18px;
  }
  .blog-list .blog-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .single-post-blog .wrap {
    flex-direction: column;
  }
  .single-post-blog .wrap .sidebar {
    max-width: 100%;
  }
  .single-post-blog {
    padding: 60px 0;
  }
  footer .wrap {
    padding-top: 300px;
  }
}
@media (max-width: 767px) {
  #header .wrapper .mobile-menu {
    padding: 80px 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%;
  }
  .gform_wrapper .gform_footer .gform_button {
    padding: 9px 35px;
  }
  #header .header-logo a,
  footer .inner-wrap .img-fluid {
    max-width: 110px;
  }
  #header.fixed .header-logo a {
    max-width: 90px;
  }
  br {
    display: none;
  }
  .border-btn {
    text-align: center;
  }
  button.slick-arrow {
    width: 40px;
    height: 40px;
  }
  .mobile-list-menu {
    display: block;
  }
  #header {
    padding: 15px 15px;
  }
  #header.fixed {
    padding: 13px 15px;
  }
  #header .wrapper .middle-wrap {
    gap: 10px;
  }
  h2 {
    font-size: 32px;
  }
  .page-heading {
    font-size: 32px;
  }
  .stay-bright-section,
  .what-offer-section,
  .it-works,
  .clients-say {
    padding: 55px 0;
  }
  .we-work-section {
    padding-bottom: 55px;
  }
  .studio-opportunity-section .studio-opportunity {
    padding: 40px 20px;
  }
  .studio-opportunity-section .studio-opportunity .wrap .right-wrap .logo-slider {
    top: 0;
  }
  .stay-bright-section .wrap .mobile-heading {
    display: block;
  }
  .stay-bright-section .wrap .right-wrap h2 {
    display: none;
  }
  .stay-bright-section .mobile-heading {
    margin-bottom: 25px;
  }
  .stay-bright-section .wrap .right-wrap {
    margin-top: 25px;
  }
  .stay-bright-section .wrap {
    display: block;
  }
  .what-offer-section .wrap {
    gap: 25px;
  }
  .studio-opportunity-section .studio-opportunity .wrap .left-wrap {
    padding: 25px;
    padding-bottom: 50px;
  }
  .studio-opportunity-section .studio-opportunity .wrap .left-wrap .sub-heading {
    padding-top: 0;
  }
  .clients-say .clients-say-slider .inner-box .user-name {
    font-size: 17px;
    font-weight: 600;
  }
  .clients-say .clients-say-slider .inner-box {
    padding: 20px;
  }
  .clients-say .clients-say-slider .inner-box .text-box {
    margin-bottom: 20px;
    margin-top: 15px;
  }
  .clients-say .clients-say-slider .inner-box img {
    margin: 0;
    width: 100px;
  }
  .we-work-section .btn-wrap {
    padding-top: 10px;
  }
  .it-works .wrap-number {
    display: none;
  }
  .it-works .wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  h1 {
    font-size: 34px;
  }
  body section {
    margin-top: 66px;
  }
  .banner-home {
    padding: 55px 0;
  }
  .banner-home .before-img {
    display: none;
  }
  .banner-home::before {
    background: rgba(11, 18, 23, 0.5);
  }
  footer .wrap {
    padding-bottom: 45px !important;
  }
  .footer-top-section .img-box {
    width: 100%;
    max-width: 400px;
    position: static;
    margin-left: auto;
    order: -1;
  }
  .footer-top-section .img-box img {
    margin-left: auto !important;
    margin: 0;
  }
  .footer-top-section {
    grid-template-columns: 1fr;
  }
  .footer-top-section .wrap-top {
    padding: 0px 15px 35px 15px;
  }
  .footer-top-section .btn-wrap {
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .footer-top-section .btn-wrap .main-btn {
    margin: 0 !important;
  }
  footer .wrap {
    padding: 280px 0 100px 0;
  }
  .it-works .wrap .inner-wrap {
    clip-path: none;
  }
  .our-mission {
    padding-top: 55px;
  }
  .our-mission .wrap {
    margin-bottom: 20px;
  }
  .about-banner .wrap {
    grid-template-columns: auto;
    gap: 30px;
  }
  .about-banner .wrap .right-wrap {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .service-banner .wrap {
    grid-template-columns: auto;
    gap: 30px;
  }
  .service-banner .wrap .right-wrap {
    width: 360px;
    margin: 0 auto;
  }
  .help-section .wrap-box .inner-box {
    flex-direction: column;
  }
  .help-section .wrap-box .inner-box .img-box {
    max-width: none;
    order: -1;
  }
  .trust-Staybright {
    padding-bottom: 0 !important;
  }
  .help-section,
  .trust-Staybright,
  .faq-section,
  .pricing-section {
    padding: 55px 0;
  }
  .trust-Staybright .wrap .inner-box .sub-heading {
    font-size: 22px;
    padding-bottom: 12px;
  }
  .trust-Staybright .wrap .inner-box .img-box img {
    width: 45px;
    height: 45px;
  }
  .trust-Staybright .wrap .inner-box::before {
    width: 148px;
  }
  .trust-Staybright .wrap .inner-box {
    padding: 110px 20px 30px;
  }
  .faq-list-section .faq-list {
    margin-bottom: 55px;
  }
  .accordion button .accordion-title {
    font-size: 16px;
    line-height: 24px;
  }
  .faq-list-section {
    padding: 55px 0;
  }
  .core-service,
  .marketing-listing,
  .hidden-charge {
    padding: 55px 0;
  }
  .payment-option {
    padding-top: 0;
    padding-bottom: 55px;
  }
  .marketing-listing .wrap {
    grid-template-columns: auto;
  }
  .payment-option .wrap .inner-wrap {
    padding: 15px;
  }
  .hidden-charge .wrap {
    grid-template-columns: auto;
    gap: 10px;
  }
  .core-service .wrap .inner-box .heading,
  .marketing-listing .wrap .right-wrap .inner-wrap .heading {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .contact-banner .wrap {
    grid-template-columns: auto;
  }
  .contact-banner .wrap .left-wrap .box-2 {
    padding-top: 25px;
  }
  .contact-banner .wrap .left-wrap .box-1 {
    padding-bottom: 25px;
  }
  .contact-offer,
  .page-template-contact .we-work-section {
    padding: 55px 0;
  }
  .blog-list,
  .blog-banner {
    padding: 55px 0;
  }
  .single-post-blog {
    padding: 55px 0;
  }
  .hidden-charge .table-container {
    clip-path: none;
  }
}
@media (max-width: 640px) {
  .clients-say .wrap .border-btn {
    display: none;
  }
  .clients-say .mobile-btn {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-top: 35px !important;
  }
  .clients-say .wrap {
    padding: 0;
  }
  .clients-say .clients-say-slider .inner-box .text-box {
    height: 130px;
  }
  .clients-say .wrap h2 {
    text-align: center;
  }
  .accordion button .icon {
    right: 10px;
  }
  .accordion button {
    padding: 14px 30px 14px 0;
  }
  .core-service .wrap,
  .payment-option .wrap {
    grid-template-columns: auto;
  }
  .core-service .wrap .inner-box:first-child {
    border-bottom: 0;
  }
  .core-service .wrap .inner-box {
    clip-path: none;
  }
  .payment-option .wrap .inner-wrap {
    border-bottom: 1px solid #c9ced1;
    border-right: 0;
  }
  .contact-offer .wrap-info {
    grid-template-columns: repeat(1, 1fr);
  }
  .contact-banner .wrap .right-wrap {
    clip-path: polygon(100% 0, 100% 93%, 93% 100%, 0 100%, 0 0);
  }
  .blog-list .blog-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 576px) {
  .what-offer-section .wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .studio-opportunity-section .studio-opportunity .wrap .left-wrap {
    clip-path: none;
  }
  .studio-opportunity-section .studio-opportunity .wrap .left-wrap {
    padding: 20px;
  }
  .it-works .wrap {
    grid-template-columns: repeat(1, 1fr);
    max-width: 300px;
    margin: 0 auto;
  }
  .it-works .wrap .inner-wrap {
    clip-path: none;
  }
  .it-works .wrap .inner-wrap p {
    text-align: center;
  }
  .it-works .wrap .inner-wrap img {
    margin: 0 auto !important;
    margin-bottom: 16px !important;
  }
  .what-offer-section .wrap .inner-box,
  .what-offer-section .wrap .inner-last-box {
    clip-path: polygon(100% 0, 100% 85%, 92% 100%, 0 100%, 0 0);
  }
  .stay-bright-section .wrap .left-wrap {
    padding: 12px;
  }
  .banner-home .wrap p {
    font-size: 15px;
  }
  footer .wrap {
    grid-template-columns: 1fr;
  }
  footer .inner-wrap {
    flex-direction: column;
    gap: 20px;
  }
  footer .inner-wrap .social-media p {
    font-size: 14px;
  }
  footer .inner-wrap .social-media {
    gap: 15px;
  }
  .trust-Staybright .wrap {
    grid-template-columns: auto;
  }
  .trust-Staybright .wrap .inner-box {
    clip-path: none;
    overflow: hidden;
  }
  .contact-banner .wrap .right-wrap {
    clip-path: none;
  }
}/*# sourceMappingURL=style.css.map */