* {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  background: #ffffff;
  font-size: 100%;
  color: #444444;
  line-height: 100%;
  font-style: normal;
  font-weight: normal;
  font-family: "Questrial", sans-serif;
  padding: 0px !important;
}

html {
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
}

html,
html a,
body {
  -webkit-font-smoothing: antialiased;
}

a {
  transition: all 0.25s ease 0s;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  color: #333;
}
a:hover, a:focus {
  text-decoration: none;
  text-decoration: none;
}

:focus {
  outline: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
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: "Questrial", sans-serif;
  border: 0;
  outline: 0;
  font-size: 100%;
}

/* remember to define focus styles! */
ol,
ul {
  list-style: none;
  margin: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

button {
  cursor: pointer;
  border: none;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

input[type=checkbox] {
  vertical-align: top;
}

input[type=radio] {
  height: auto;
  vertical-align: top;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
}

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

td {
  vertical-align: top;
}

img {
  border: 0 none;
  max-width: 100%;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

.text_center {
  text-align: center;
}

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

.clearfix {
  clear: both;
  display: block;
  font-size: inherit;
  height: 0;
  line-height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  font-weight: normal;
  line-height: 120%;
}

h1 {
  font-family: "Jost", sans-serif;
  color: #343c4b;
  font-size: 88px;
  font-style: normal;
  font-weight: 500;
  line-height: 97.727%; /* 97.727% */
  text-transform: uppercase;
}

h2 {
  color: #343c4b;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  font-family: "Jost", sans-serif;
}

h3 {
  color: #343c4b;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  line-height: 120%; /* 165% */
}

h4 {
  font-size: 24px;
  font-family: "Jost", sans-serif;
  color: #343c4b;
  font-weight: 400;
}

h5 {
  font-size: 18px;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  color: #343c4b;
}

h6 {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  color: #343c4b;
}

p {
  color: #343c4b;
  font-family: "Questrial", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 166.667%; /* 166.667% */
  letter-spacing: 0.36px;
  padding-bottom: 15px;
}

b,
strong {
  font-weight: 600;
}

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

.btn-main {
  border-radius: 5px;
  background: #9b532f;
  width: auto;
  line-height: 177.778%;
  display: inline-block;
  width: auto;
  padding: 15px 40px;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}
.btn-main:hover {
  background-color: #343c4b;
  color: #fff;
}

.form-control,
input,
select {
  float: left;
  width: 100%;
  width: auto;
  height: 62px;
  width: auto;
  padding: 0 25px !important;
  font-family: "Questrial", sans-serif;
  font-size: 18px !important;
  font-weight: 400 !important;
  color: #343c4b !important;
  line-height: 120%;
  border-radius: 6px;
  border: 1px solid #d3b396;
  background-color: #e9e4dd;
}

.gform_wrapper textarea {
  border-radius: 6px;
  border: 1px solid #d3b396;
  background-color: #e9e4dd;
  height: 140px !important;
}

.instruction.validation_message {
  display: none;
}

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

.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 11px;
}

span.gfield_required {
  display: none !important;
}

select {
  -webkit-appearance: inherit !important;
     -moz-appearance: inherit !important;
          appearance: inherit !important;
}

#field_1_7 .ginput_container.ginput_container_select {
  display: flex;
  flex-direction: column;
  position: relative;
}
#field_1_7 .ginput_container.ginput_container_select:before {
  content: "";
  position: absolute;
  right: 16px;
  top: 24px;
  width: 10px;
  height: 7px;
  background-image: url("../images/dron-arrow.svg");
  background-repeat: no-repeat;
  background-position: right center;
}

div#gform_1_validation_container {
  display: none;
}

.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
  background: transparent !important;
  border: unset !important;
  font-size: 12px !important;
  margin-top: 3px;
  padding: 0 !important;
}

@font-face {
  font-family: "Mansory";
  src: url("fonts/Mansory-Regular.eot");
  src: url("fonts/Mansory-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Mansory-Regular.woff2") format("woff2"), url("fonts/Mansory-Regular.woff") format("woff"), url("fonts/Mansory-Regular.ttf") format("truetype"), url("fonts/Mansory-Regular.svg#Mansory-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*  Header  Start */
.nav_open #header .header .header-right .nav-main {
  left: 0px;
}

.fixed {
  background: #343c4b !important;
}
.fixed .header .header-main {
  padding: 8px 0;
}
.fixed .header .header-main .logo {
  width: 167px;
}

#header {
  float: left;
  width: 100%;
  position: fixed;
  background-color: transparent;
  left: 0;
  top: 0;
  z-index: 999;
  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);
}

.header .header-main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s;
  padding: 25px 0;
}
.header .header-main .logo {
  float: left;
  transition: all 0.3s;
  width: 227px;
  position: relative;
  top: 0px;
  margin-left: 0;
  z-index: 9;
}
.header .header-main .logo a {
  width: auto;
  float: left;
  width: auto;
}
.header .header-main .logo a img {
  margin: 0 auto;
  display: inline-block;
}
.header .header-right {
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  padding-right: 66px;
}
.header .header-right .nav-main {
  width: auto;
}
.header .header-right .nav-main ul.menu {
  height: auto;
  transition: all 0.3s;
}
.header .header-right .nav-main ul.menu .menu-item-39 ul.sub-menu {
  width: 150px;
}
.header .header-right .nav-main ul.menu li {
  float: left;
  width: auto;
  position: relative;
  padding: 0 25px;
}
.header .header-right .nav-main ul.menu li:last-child {
  padding-right: 0;
}
.header .header-right .nav-main ul.menu li:last-child::after {
  display: none;
}
.header .header-right .nav-main ul.menu li.current-menu-item a {
  color: #d3b396;
  opacity: 1;
}
.header .header-right .nav-main ul.menu li:hover a {
  opacity: 1;
}
.header .header-right .nav-main ul.menu li a {
  float: left;
  width: auto;
  height: auto;
  padding: 2px 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #e9e4dd;
  text-decoration: none;
  transition: all 0.25s ease 0s;
  position: relative;
  overflow: hidden;
  letter-spacing: 0.36px;
}
.header .header-right .nav-main ul.menu li a:hover {
  color: #d3b396;
}
.header .header-right .nav-main ul.menu li .hover {
  color: #fff;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  top: 2;
  left: 0;
  width: 0;
  overflow-x: hidden;
  transition: all 0.5s ease;
  white-space: nowrap;
  font-weight: 700;
  overflow: hidden;
}
.header .header-right .nav-main ul.menu li .hover a {
  opacity: 1;
}
.header .header-right .nav-main ul.menu li:hover .hover {
  width: 100%;
}
.header .header-right .nav-main ul.menu li ul.sub-menu {
  background-color: #fff;
  width: 230px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 0;
  padding: 0 0;
  top: 35px;
  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 2px rgba(0, 0, 0, 0.2);
  transform-origin: top;
}
.header .header-right .nav-main ul.menu li ul.sub-menu li {
  width: 100%;
  height: auto;
  margin: 0 0 0;
  position: relative;
  padding: 0px;
  float: left;
  text-align: left;
  border: 0px;
}
.header .header-right .nav-main ul.menu li ul.sub-menu li a {
  float: left;
  background: none;
  width: 100%;
  height: auto;
  color: #fff !important;
  line-height: 125%;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  padding: 15px 30px;
  text-transform: uppercase;
  transition: all 0.25s;
  opacity: 0.6;
  border-bottom: 1px solid #eeeeee;
}
.header .header-right .nav-main ul.menu li ul.sub-menu:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  left: 25px;
  top: -9px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #000;
}
.header .header-right .nav-main ul.menu li:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
  border-radius: 2px;
}
.header .header-right .nav-main ul.menu li.menu-item-has-children {
  padding-right: 20px;
  background: url("../images/ic-menu-dropdown-arrow-black.svg");
  background-repeat: no-repeat;
  background-position: right center;
}
.header .call .inner {
  display: flex;
  flex-direction: column;
  background-image: url("../images/call.svg");
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 71px;
}
.header .call p {
  color: #d3b396;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
  width: auto;
  padding-bottom: 0;
}
.header .call a {
  color: #e9e4dd;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: "Mansory";
}

.mobile-cta {
  float: right;
  margin: 13px 50px 0 0;
}
.mobile-cta a {
  display: inline-block;
  margin: 0 5px;
  width: 25px;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  text-align: center;
}
.mobile-cta a.phone {
  background: url(../images/ic-phone-blcak.svg) no-repeat center;
}
.mobile-cta a.email {
  background: url(../images/ic-email-black.svg) no-repeat center;
}

/*-----------------res-nav-Start-------------------*/
.res_navigation {
  display: none;
  width: 72px;
  height: 22px;
  position: absolute;
  right: 0;
  top: 17px;
}

.nav-toggle {
  position: absolute;
  top: 3px;
  right: 0;
  z-index: 999999;
  padding: 5px 30px 13px 0;
  cursor: pointer;
}
.nav-toggle:focus {
  outline: none;
}
.nav-toggle.active .top {
  transform: translateY(12px) translateX(0) rotate(45deg);
  background: #333;
}
.nav-toggle.active .bottom {
  transform: translateY(-7px) translateX(0) rotate(-45deg);
  background: #333;
}
.nav-toggle.active .middle {
  opacity: 0;
  background: #fff;
}
.nav-toggle span {
  background: #fff;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: -2px;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}
.nav-toggle span:nth-of-type(2) {
  top: 7px;
}
.nav-toggle span:nth-of-type(3) {
  top: 16px;
}

/*-----------------res-nav-end-------------------*/
/*  Header  End */
.container {
  padding: 0;
  width: 1600px;
  max-width: inherit;
}

.main-raw {
  float: left;
  width: 100%;
  padding: 80px 0;
}

body .gform_wrapper.gravity-theme .gfield_label {
  display: inline-block;
  padding: 0;
  color: #0c173d;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #d3b396;
  outline: 0;
  box-shadow: unset !important;
}

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: calc(100% - 0px) !important;
}

.gform_wrapper {
  float: left;
  width: 100%;
  margin: 0 !important;
  display: block !important;
}
.gform_wrapper ul li.gfield {
  clear: inherit !important;
  float: left;
  width: 50% !important;
  margin: 20px 0 0 !important;
  padding: 0 10px !important;
}
.gform_wrapper ul li.gfield:last-child {
  width: 100% !important;
}
.gform_wrapper ul li.gfield input,
.gform_wrapper ul li.gfield select,
.gform_wrapper ul li.gfield textarea {
  background-color: #f3f3f3;
  height: 68px;
  padding: 0 20px !important;
  border: 0px solid #ebebeb;
  color: #000000;
  font-size: 18px !important;
  font-weight: 400;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 11;
  margin: 0px !important;
  border-radius: 4px;
}
.gform_wrapper ul li.gfield input:focus,
.gform_wrapper ul li.gfield select:focus,
.gform_wrapper ul li.gfield textarea:focus {
  border-color: #ff593e;
}
.gform_wrapper ul li.gfield select {
  background: url(../images/ic-form-droup-down.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
}
.gform_wrapper ul li.gfield div.ginput_container,
.gform_wrapper ul li.gfield .ginput_container_select {
  background-color: #f3f3f3;
  float: left;
  width: 100%;
}
.gform_wrapper ::-moz-placeholder {
  color: #666666;
}
.gform_wrapper ::placeholder {
  color: #666666;
}
.gform_wrapper textarea {
  float: left;
  height: 120px;
  padding: 20px !important;
}
.gform_wrapper.gfield_error {
  background: transparent !important;
  border: none !important;
}
.gform_wrapper .gform_footer {
  float: left;
  text-align: center;
  padding: 0 !important;
  margin: 30px 0 0 !important;
}
.gform_wrapper .gform_footer .gform_button {
  border-radius: 5px;
  text-align: center;
  width: 100%;
  background: #9b532f;
  letter-spacing: 0.36px;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 150%;
  border: 0px !important;
  height: 64px;
  padding: 0 57px 0 !important;
  color: #ffffff !important;
  text-transform: uppercase;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 11;
  margin: 0px !important;
  font-family: "DM Sans", sans-serif;
}
.gform_wrapper .gform_footer .gform_button:hover {
  background-color: #060f20;
}
.gform_wrapper .validation_error {
  display: inline-block;
  background-color: #ebdada;
  border: none !important;
  padding: 15px !important;
  font-size: 16px !important;
  line-height: 120%;
  font-weight: 500 !important;
  position: relative;
  border-radius: 0;
}

.gform_validation_error li.gfield.gfield_error {
  background-color: unset !important;
  margin-bottom: 6px !important;
  border-top: unset !important;
  border-bottom: unset !important;
}

body .gform_wrapper .top_label div.ginput_container {
  margin: 0 !important;
}

.gform_confirmation_wrapper {
  display: inline-block;
  width: 100%;
  background-color: #dff0d8;
  border: none;
  padding: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #3c763d;
  border-radius: 0;
  position: relative;
  text-align: center;
  line-height: 150%;
}

/*  Footer  Start */
.pdtb100 {
  padding: 100px 0;
}

.slick-arrow {
  background-repeat: no-repeat !important;
  background-size: 56px !important;
  width: 56px !important;
  height: 56px !important;
  top: 43% !important;
}
.slick-arrow:before {
  display: none;
}
.slick-arrow.slick-prev {
  background-image: url("../images/slider-left-arrow.svg") !important;
  left: -71px;
}
.slick-arrow.slick-next {
  background-image: url("../images/slider-right-arrow.svg") !important;
  right: -60px;
}

.hero-banners {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 860px;
}
.hero-banners .inner {
  position: relative;
  z-index: 8;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.hero-banners .inner .left {
  padding-top: 220px;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.hero-banners .inner .left .title {
  color: #e9e4dd;
}
.hero-banners .inner .left .text {
  max-width: 666px;
}
.hero-banners .inner .left .text p {
  color: #e9e4dd;
  padding-bottom: 0;
}
.hero-banners .inner .right {
  position: relative;
}
.hero-banners .inner .right:before {
  content: "";
  position: absolute;
  left: 0;
  top: 110px;
  background-image: url("../images/beforeicon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 765px;
  height: 693px;
}
.hero-banners .inner .right img {
  padding-top: 170px;
  position: relative;
  z-index: 5;
}

.fill-out {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 8;
}
.fill-out .gform_wrapper .gfield_error [aria-invalid=true] {
  border: 1px solid #c02b0a !important;
}
.fill-out .inner {
  background-color: #e9e4dd;
  padding: 5px;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  margin-top: -159px;
}
.fill-out .inner .box {
  border: 2px solid #9b532f;
  border-radius: 20px;
  padding: 55px;
  display: grid;
  grid-template-columns: 406px auto;
  gap: 40px;
}
.fill-out .inner .box .left p {
  color: #9b532f;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  padding-bottom: 7px;
}
.fill-out .validation_message {
  display: none !important;
}
.fill-out input#gform_submit_button_1 {
  width: 135px;
  height: 140px;
  display: block !important;
  padding: 0 !important;
  border-radius: 7px !important;
  background: url("../images/submit.svg"), #9b532f;
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: top 25px center;
  color: #e9e4dd;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  font-family: "DM Sans", sans-serif;
  padding-top: 59px !important;
}
.fill-out input#gform_submit_button_1:hover {
  background-color: #343c4b;
}
.fill-out div#field_1_1 {
  grid-column: 1/4 !important;
  grid-row: 1/2;
}
.fill-out div#field_1_4 {
  grid-column: 7/4 !important;
  grid-row: 1/1;
}
.fill-out div#field_1_5 {
  grid-column: 1/4 !important;
  grid-row: 2/2;
}
.fill-out div#field_1_6 {
  grid-column: 7/4 !important;
  grid-row: 2/2;
}
.fill-out div#field_1_7 {
  grid-column: 7/10 !important;
  grid-row: 1/3;
}
.fill-out form#gform_1 {
  display: flex;
  -moz-column-gap: 11px;
       column-gap: 11px;
}
.fill-out .gform_wrapper textarea {
  height: 140px !important;
}
.fill-out .gform_wrapper .gform_footer {
  margin: 0px 0 0 !important;
}
.fill-out .gform_wrapper.gravity-theme .gform_fields {
  grid-template-columns: repeat(9, 1fr);
}
.fill-out .gform_wrapper.gravity-theme .gform_footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fill-out .gform_wrapper.gravity-theme .gfield.gfield--width-full {
  grid-column: span 9;
}

.about {
  display: flex;
  flex-direction: column;
  padding: 105px 0;
}
.about .inner {
  display: flex;
  flex-direction: column;
}
.about .inner .top {
  display: flex;
  flex-direction: column;
}
.about .inner .top h2 {
  text-align: center;
  margin-bottom: 24px;
}
.about .inner .top .text {
  max-width: 1300px;
  text-align: center;
  margin: auto;
}
.about .inner .top .text strong {
  font-weight: 400;
  color: #9b532f;
}
.about .inner .center {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  margin-top: 45px;
}
.about .inner .center .left p strong {
  font-weight: 400;
  color: #737e5a;
}
.about .inner .center .left p strong a {
  color: #9b532f;
}
.about .inner .center .left p strong a:hover {
  text-decoration: underline;
}
.about .inner .center .right {
  position: relative;
  padding-top: 28px;
}
.about .inner .center .right .img-fluid {
  position: absolute;
  left: -30px;
  top: 0px;
}

.pdlr {
  padding: 0 145px;
}

.brand {
  display: flex;
  flex-direction: column;
  background-color: #f2f4f5;
  padding: 70px 0;
}
.brand .inner {
  display: flex;
  flex-direction: column;
}
.brand .inner h3 {
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  color: #343c4b;
  line-height: 152.632%; /* 152.632% */
}
.brand .inner .list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  align-items: center;
  justify-items: center;
  margin-top: 15px;
}
.brand .inner .list .imgs {
  width: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.risk {
  display: flex;
  flex-direction: column;
  background: #343c4b;
}
.risk .inner {
  display: flex;
  flex-direction: column;
}
.risk .inner h2 {
  color: #e9e4dd;
  text-align: center;
}
.risk .inner .text {
  margin-top: 25px;
  padding: 0 40px;
}
.risk .inner .text p {
  color: #e9e4dd;
  text-align: center;
  padding-bottom: 0;
}
.risk .inner .box {
  display: grid;
  grid-template-columns: 549px auto;
  gap: 98px;
  margin-top: 60px;
}
.risk .inner .box .left img {
  border-radius: 25px;
}
.risk .inner .box .right ul {
  display: flex;
  flex-direction: column;
}
.risk .inner .box .right ul li {
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(217, 217, 217, 0.1411764706);
}
.risk .inner .box .right ul li:last-child {
  margin-bottom: 0;
}
.risk .inner .box .right ul li.open .faq-question-list {
  color: #d3b396;
}
.risk .inner .box .right ul li p {
  color: #e9e4dd;
  font-family: "DM Sans", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 113.043%; /* 113.043% */
  letter-spacing: 0.46px;
  padding-bottom: 0;
  cursor: pointer;
}
.risk .inner .box .right ul li .answer_faq_list {
  display: flex;
  flex-direction: column;
}
.risk .inner .box .right ul li .answer_faq_list .faq-answer {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}
.risk .inner .box .right ul li .answer_faq_list .faq-answer p {
  color: #e9e4dd;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 166.667%; /* 166.667% */
  letter-spacing: 0.36px;
}
.risk .inner .bottom {
  display: flex;
  flex-direction: column;
}
.risk .inner .bottom .text {
  margin-top: 50px;
}
.risk .inner .bottom .text p {
  padding-bottom: 40px;
}
.risk .inner .bottom .text p strong {
  font-weight: 400;
  color: #d3b396;
}
.risk .inner .bottom .text p:last-child {
  padding-bottom: 0;
}
.risk .inner .bottom .bottomtext {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 30px;
  margin-top: 20px;
}
.risk .inner .bottom .bottomtext p {
  padding-bottom: 0;
  color: #e9e4dd;
  text-align: center;
  width: auto;
  font-family: "Mansory";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%; /* 165% */
}
.risk .inner .bottom .bottomtext a {
  color: #9b532f;
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 173.684%; /* 173.684% */
  font-family: "Jost", sans-serif;
  position: relative;
  padding-left: 55px;
}
.risk .inner .bottom .bottomtext a:hover {
  color: #e9e4dd;
}
.risk .inner .bottom .bottomtext a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
  width: 40px;
  height: 40px;
  background-image: url("../images/call-icon.svg");
  background-position: left;
  background-repeat: no-repeat;
  background-size: 40px;
  transition: transform 0.3s ease;
  display: inline-block;
}

.pain {
  display: flex;
  flex-direction: column;
}
.pain .inner {
  display: grid;
  grid-template-columns: auto 547px;
  gap: 100px;
}
.pain .inner .left {
  display: flex;
  flex-direction: column;
}
.pain .inner .left h2 {
  margin-bottom: 20px;
}
.pain .inner .left .text {
  display: flex;
  flex-direction: column;
}
.pain .inner .left ul li {
  color: #343c4b;
  font-family: "Questrial", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 166.667%;
  letter-spacing: 0.36px;
  padding-bottom: 8px;
  position: relative;
  background-image: url("../images/right-arrow.svg");
  background-size: 17px;
  background-repeat: no-repeat;
  padding-left: 34px;
  background-position: top 7px left;
}
.pain .inner .right img {
  border-radius: 15px;
}

.pd12 {
  padding: 120px 0;
}

.client {
  display: flex;
  flex-direction: column;
  background-color: #f2f4f5;
  align-items: center;
}
.client .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.client .inner h2 {
  text-align: center;
}
.client .inner ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 77px;
  margin-bottom: 50px;
}
.client .inner ul li {
  display: flex;
  flex-direction: column;
  border: 1px solid #d3b396;
  padding: 40px;
  border-radius: 15px;
  align-items: center;
}
.client .inner ul li p.title {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  width: auto;
  background: #9b532f;
  padding: 18px 30px;
  border-radius: 5px;
  text-align: center;
  margin-top: -70px;
  margin-bottom: 30px;
  max-width: -moz-max-content;
  max-width: max-content;
}
.client .inner ul li p.heading {
  color: #343c4b;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 132%;
  font-family: "Mansory";
  padding-bottom: 5px;
}
.client .inner ul li p {
  text-align: center;
  line-height: 122.222%; /* 122.222% */
  padding-bottom: 0;
}

.victim .inner .box .right {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.victim .inner .box .right .boxs {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.victim .inner .box .right .boxs .title {
  text-align: left;
  color: #e9e4dd;
  font-family: "DM Sans", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 113.043%; /* 113.043% */
  letter-spacing: 0.46px;
}
.victim .inner .box .right .boxs .text {
  margin-top: 0;
  max-width: 100%;
  padding: 0;
}
.victim .inner .box .right .boxs .text p {
  text-align: left;
}

.testimonails {
  display: flex;
  flex-direction: column;
}
.testimonails .inner {
  display: flex;
  flex-direction: column;
}
.testimonails .inner h2 {
  text-align: center;
}
.testimonails .inner ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 40px;
}
.testimonails .inner ul li {
  border: 1px solid #d3b396;
  padding: 30px 33px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.testimonails .inner ul li .text {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  height: 100%;
  padding-bottom: 28px;
}
.testimonails .inner ul li .text p {
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%; /* 150% */
  letter-spacing: 0.4px;
  color: #343c4b;
  padding-bottom: 0;
}
.testimonails .inner ul li p.name {
  padding-bottom: 0;
  color: #9b532f;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 130% */
  letter-spacing: 0.4px;
}

.form-footer {
  display: flex;
  flex-direction: column;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 100px;
  position: relative;
}
.form-footer:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #343c4b;
}
.form-footer .inner {
  display: grid;
  grid-template-columns: auto 551px;
  gap: 50px;
  position: relative;
  z-index: 5;
}
.form-footer .inner .left h2 {
  margin-bottom: 20px;
}
.form-footer .inner .left .text {
  max-width: 653px;
}
.form-footer .inner .left .text p {
  padding-bottom: 35px;
}
.form-footer .inner .left .text p a {
  color: #9b532f;
  font-size: 22px;
  letter-spacing: 0.44px;
}
.form-footer .inner .left .text p a:hover {
  text-decoration: underline;
}
.form-footer .inner .right {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 5px;
  border-radius: 15px;
}
.form-footer .inner .right .forms {
  display: flex;
  flex-direction: column;
  border: 2px solid #9b532f;
  padding: 45px 40px;
  border-radius: 15px;
}
.form-footer .inner .right .forms h3 {
  color: #343c4b;
  text-align: center;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 117.647%; /* 117.647% */
  margin-bottom: 30px;
}
.form-footer .inner .right .forms .form-control,
.form-footer .inner .right .forms input,
.form-footer .inner .right .forms select {
  border-color: transparent;
}
.form-footer .inner .right .forms .form-control:focus {
  color: #495057;
  border-color: #495057 !important;
  outline: 0;
  box-shadow: unset !important;
}
.form-footer .inner .right .forms .gform_footer.top_label {
  width: 100%;
}
.form-footer .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 10px;
}

.gform_wrapper .gfield_error [aria-invalid=true] {
  border-color: transparent !important;
}

.gform_validation_errors {
  display: none;
}

.page-template-sexually-assaulted .pain .inner .left ul,
.page-template-foster-care .pain .inner .left ul {
  margin-top: 20px;
}
.page-template-sexually-assaulted .pain .inner .left ul li,
.page-template-foster-care .pain .inner .left ul li {
  display: flex;
  flex-direction: column;
  background-image: none;
  padding-left: 0;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(52, 60, 75, 0.1490196078);
}
.page-template-sexually-assaulted .pain .inner .left ul li p.faq-question-list,
.page-template-foster-care .pain .inner .left ul li p.faq-question-list {
  padding-bottom: 0;
  cursor: pointer;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 113.043%;
  letter-spacing: 0.46px;
  color: #343c4b;
}
.page-template-sexually-assaulted .pain .inner .left ul li .answer_faq_list .faq-answer,
.page-template-foster-care .pain .inner .left ul li .answer_faq_list .faq-answer {
  display: flex;
  flex-direction: column;
  margin-top: 9px;
}
.page-template-sexually-assaulted .pain .inner .left ul li .answer_faq_list .faq-answer p,
.page-template-foster-care .pain .inner .left ul li .answer_faq_list .faq-answer p {
  padding-bottom: 0;
}
.page-template-sexually-assaulted .pain .inner .left ul li.open .faq-question-list,
.page-template-foster-care .pain .inner .left ul li.open .faq-question-list {
  color: #9b532f;
}
.page-template-sexually-assaulted .victim .inner .box .right .boxs .text,
.page-template-foster-care .victim .inner .box .right .boxs .text {
  display: flex;
  flex-direction: column;
}
.page-template-sexually-assaulted .victim .inner .box .right ul,
.page-template-foster-care .victim .inner .box .right ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
.page-template-sexually-assaulted .victim .inner .box .right ul li,
.page-template-foster-care .victim .inner .box .right ul li {
  padding-bottom: 0;
  margin-bottom: 11px;
  border-bottom: unset;
  color: #e9e4dd;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 167.222%;
  letter-spacing: 0.36px;
  position: relative;
  background-image: url(../images/right-arrow.svg);
  background-size: 17px;
  background-repeat: no-repeat;
  padding-left: 27px;
  background-position: top 7px left;
}

.innerbottom {
  display: flex;
  flex-direction: column;
}
.innerbottom .text {
  text-align: center;
  margin-top: 20px;
}
.innerbottom .text p {
  padding-bottom: 0;
}

.middel {
  padding-top: 0 !important;
  display: flex;
  flex-direction: column;
}
.middel .inner {
  display: flex;
  flex-direction: column;
}
.middel .inner h2 {
  text-align: center;
}
.middel .inner .text {
  margin-top: 20px;
}
.middel .inner .text p {
  text-align: center;
}
.middel .inner .text p a {
  color: #9b532f;
}
.middel .inner .text p a:hover {
  text-decoration: underline;
}

.page-template-foster-care .pain .heading {
  display: flex;
  flex-direction: column;
}
.page-template-foster-care .pain .heading h2 {
  text-align: center;
  margin-bottom: 50px;
}
.page-template-foster-care .pain .inner .left .text p strong {
  color: #9b532f;
  font-weight: 400;
}
.page-template-foster-care .pain .inner .left .text ul {
  margin-top: 0;
  margin-bottom: 10px;
}
.page-template-foster-care .pain .inner .left .text ul li {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: unset;
  background-image: url(../images/right-arrow.svg);
  background-size: 17px;
  background-repeat: no-repeat;
  padding-left: 27px;
  background-position: top 7px left;
}
.page-template-foster-care .risk .inner .text {
  padding: 0 0px;
}
.page-template-foster-care .risk .inner .box {
  gap: 74px;
}
.page-template-foster-care .middel .inner {
  display: grid;
  grid-template-columns: 550px auto;
  gap: 98px;
}
.page-template-foster-care .middel .inner .left img {
  border-radius: 15px;
  width: 100%;
}
.page-template-foster-care .middel .inner .right {
  display: flex;
  flex-direction: column;
}
.page-template-foster-care .middel .inner .right h2 {
  text-align: left;
}
.page-template-foster-care .middel .inner .right .text {
  display: flex;
  flex-direction: column;
}
.page-template-foster-care .middel .inner .right .text p {
  text-align: left;
}
.page-template-foster-care .middel .inner .right .text ul {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
}
.page-template-foster-care .middel .inner .right .text ul li {
  padding-bottom: 0;
  margin-bottom: 11px;
  border-bottom: unset;
  color: #343c4b;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 167.222%;
  letter-spacing: 0.36px;
  position: relative;
  background-image: url(../images/right-arrow.svg);
  background-size: 17px;
  background-repeat: no-repeat;
  padding-left: 27px;
  background-position: top 6px left;
}

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

html {
  scroll-behavior: smooth;
}

.efferts {
  display: flex;
  flex-direction: column;
  background-color: #f2f4f5;
}
.efferts .inner {
  display: flex;
  flex-direction: column;
}
.efferts .inner h2 {
  text-align: center;
  margin-bottom: 60px;
}
.efferts .inner .box {
  display: grid;
  grid-template-columns: auto 547px;
  gap: 80px;
}
.efferts .inner .box .left {
  display: flex;
  flex-direction: column;
}
.efferts .inner .box .left ul {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
}
.efferts .inner .box .left ul li {
  padding-bottom: 0;
  margin-bottom: 11px;
  border-bottom: unset;
  color: #343c4b;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 167.222%;
  letter-spacing: 0.36px;
  position: relative;
  background-image: url(../images/right-arrow.svg);
  background-size: 17px;
  background-repeat: no-repeat;
  padding-left: 27px;
  background-position: top 7px left;
}
.efferts .inner .box .right img {
  border-radius: 15px;
}

.heroconatact {
  display: flex;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  padding-top: 160px;
}
.heroconatact .inner {
  display: flex;
  flex-direction: column;
}
.heroconatact .inner h1 {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.heroconatact .inner p {
  color: #fff;
  text-align: center;
  font-size: 25px;
  padding-bottom: 0;
}

.c-forms {
  display: flex;
  flex-direction: column;
}
.c-forms .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  justify-items: center;
  align-items: center;
}
.c-forms .inner .left .text p a {
  color: #9b532f;
  font-size: 22px;
  letter-spacing: 0.44px;
}
.c-forms .inner .left .text p a:hover {
  text-decoration: underline;
}
.c-forms .inner .right {
  display: flex;
  flex-direction: column;
}
.c-forms .inner .right h2 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 20px;
}
.c-forms .inner .right .forms {
  display: flex;
  flex-direction: column;
  border: 2px solid #9b532f;
  padding: 45px 40px;
  border-radius: 15px;
  background-color: #e9e4dd;
}
.c-forms .inner .right .forms input#gform_submit_button_2 {
  background: #9b532f;
}
.c-forms .inner .right .forms input#gform_submit_button_2:hover {
  background-color: #000000;
}
.c-forms .inner .right .forms .form-control,
.c-forms .inner .right .forms input,
.c-forms .inner .right .forms select {
  background-color: #fff;
}
.c-forms .inner .right .forms h3 {
  color: #343c4b;
  text-align: center;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 117.647%; /* 117.647% */
  margin-bottom: 30px;
}
.c-forms .inner .right .forms .form-control,
.c-forms .inner .right .forms input,
.c-forms .inner .right .forms select {
  border-color: transparent;
}
.c-forms .inner .right .forms .form-control:focus {
  color: #495057;
  border-color: #495057 !important;
  outline: 0;
  box-shadow: unset !important;
}
.c-forms .inner .right .forms .gform_footer.top_label {
  width: 100%;
}

.offers {
  display: flex;
  flex-direction: column;
  background-color: #f2f4f5;
}
.offers .inner {
  display: flex;
  flex-direction: column;
}
.offers .inner h2 {
  text-align: center;
}
.offers .inner .text {
  display: flex;
  flex-direction: column;
}
.offers .inner .text p {
  text-align: center;
}
.offers .inner .list {
  display: flex;
  flex-direction: column;
}
.offers .inner .list .load-more {
  cursor: pointer;
  text-align: center;
  margin-top: 50px !important;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
  background: #9b532f;
  color: #fff;
  padding: 13px;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 5px;
}
.offers .inner .list .load-more:hover {
  background-color: #000000;
}
.offers .inner .list ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.offers .inner .list ul li {
  display: none;
  flex-direction: column;
  height: 100%;
}
.offers .inner .list ul li a {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #9b532f;
  border-radius: 10px;
  padding: 20px 10px;
  text-align: center;
  height: 100%;
  color: #9b532f;
  font-size: 18px;
  line-height: 120%;
  font-weight: 500;
}
.offers .inner .list ul li a img {
  margin-bottom: 10px;
  filter: brightness(0) saturate(100%) invert(33%) sepia(13%) saturate(2547%) hue-rotate(335deg) brightness(105%) contrast(84%);
}
.offers .inner .list ul li a:hover {
  color: #343c4b;
}

.page-template-about .hero-banners .inner .left h2 {
  font-size: 88px;
  font-style: normal;
  font-weight: 500;
  line-height: 97.727%;
  text-transform: uppercase;
}
.page-template-about .about .inner .top h1 {
  font-size: 60px;
  text-align: center;
  margin-bottom: 20px;
}
.page-template-about .about .inner .top h2 {
  font-size: 30px;
}
.page-template-about .testimonails {
  background-color: #f2f4f5;
}
.page-template-about .testimonails .inner .h2 {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
}
.page-template-about .pain .inner .left .h2 {
  padding-bottom: 0;
}

.team {
  display: flex;
  flex-direction: column;
  background: #343c4b;
}
.team .inner {
  display: flex;
  flex-direction: column;
}
.team .inner h2 {
  color: #fff;
  text-align: center;
}
.team .inner .list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
.team .inner .list ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.team .inner .list ul li {
  display: flex;
  flex-direction: column;
}
.team .inner .list ul li h3 {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 24px;
}
.team .inner .list ul li h4 {
  color: #fff;
  font-size: 17px;
  padding-bottom: 10px;
}
.team .inner .list ul li img {
  border-radius: 15px;
}
.team .inner .list ul li .btn-main {
  padding: 10px;
  font-size: 15px;
  width: -moz-fit-content;
  width: fit-content;
}
.team .inner .list ul li .btn-main:hover {
  background-color: #e9e4dd;
  color: #000000;
}

.passion {
  display: flex;
  flex-direction: column;
}
.passion .inner {
  display: grid;
  grid-template-columns: 550px auto;
  gap: 98px;
}
.passion .inner .left img {
  border-radius: 15px;
}
.passion .inner .right {
  display: flex;
  flex-direction: column;
}
.passion .inner .right .h2 {
  padding-bottom: 0;
}
.passion .inner .right .text {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.passion .inner .right .text ul {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
}
.passion .inner .right .text ul li {
  padding-bottom: 0;
  margin-bottom: 11px;
  border-bottom: unset;
  color: #343c4b;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 167.222%;
  letter-spacing: 0.36px;
  position: relative;
  background-image: url(../images/right-arrow.svg);
  background-size: 17px;
  background-repeat: no-repeat;
  padding-left: 27px;
  background-position: top 6px left;
}

.footermenu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-top: 30px;
}
.footermenu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.footermenu ul li {
  display: flex;
  flex-direction: column;
}
.footermenu ul li a {
  float: left;
  width: auto;
  height: auto;
  padding: 2px 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #e9e4dd;
  text-decoration: none;
  transition: all 0.25s ease 0s;
  position: relative;
  overflow: hidden;
  letter-spacing: 0.36px;
}
.footermenu ul li a:hover {
  color: #d3b396;
}

.footer {
  display: flex;
  flex-direction: column;
  background-color: #343c4b;
  padding-top: 75px;
}
.footer .inner .innercol {
  padding-bottom: 77px;
  display: grid;
  grid-template-columns: auto 500px;
  border-bottom: 1px solid rgba(217, 217, 217, 0.1490196078);
}
.footer .inner .left {
  display: flex;
  -moz-column-gap: 100px;
       column-gap: 100px;
}
.footer .inner .left .box {
  display: flex;
  flex-direction: column;
  max-width: 341px;
}
.footer .inner .left .box .title {
  color: #e9e4dd;
  font-family: "DM Sans", sans-serif;
  font-size: 27px;
  font-style: normal;
  font-weight: 600;
  line-height: 96.296%; /* 96.296% */
  letter-spacing: 0.54px;
  padding-bottom: 25px;
}
.footer .inner .left .box a,
.footer .inner .left .box p {
  color: #e9e4dd;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 144.444%; /* 144.444% */
  letter-spacing: 0.36px;
}
.footer .inner .left .box a span,
.footer .inner .left .box p span {
  color: #d3b396;
  font-size: 20px;
}
.footer .inner .left .box .address {
  padding-bottom: 30px;
}
.footer .inner .left .box .office {
  padding-bottom: 15px;
}
.footer .inner .left .box a:hover span {
  text-decoration: underline;
}
.footer .inner .right {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .innerrwo {
  padding-top: 35px;
  display: flex;
  flex-direction: column;
  padding-bottom: 25px;
}
.footer .innerrwo .text p {
  opacity: 0.6;
  color: #e9e4dd;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.32px;
}
.footer .innerrwo .copyrights {
  font-size: 16px;
  color: rgba(233, 228, 221, 0.4);
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%; /* 162.5% */
  letter-spacing: 0.32px;
}
.footer .innerrwo .copyrights span {
  color: #d3b396;
}

/*  Footer  End */
/*  Responsive Start */
@media only screen and (min-width: 1700px) and (max-width: 1899px) {
  h1 {
    font-size: 78px;
  }
  .header .call a {
    font-size: 29px;
  }
  .header .call p {
    font-size: 14px;
  }
  .header .header-right {
    padding-right: 36px;
  }
  .header .header-right .nav-main ul.menu li a {
    font-size: 16px;
  }
  .header .header-right .nav-main ul.menu li {
    padding: 0 19px;
  }
  .hero-banners .inner .left {
    padding-top: 180px;
    row-gap: 30px;
  }
  .hero-banners .inner .right img {
    padding-top: 130px;
  }
  .hero-banners {
    min-height: 730px;
  }
  .header .call .inner {
    padding-left: 60px;
  }
  .form-control,
  input,
  select {
    height: 55px;
    padding: 0 18px !important;
    font-size: 16px !important;
  }
  .fill-out .inner {
    margin-top: -119px;
  }
  .fill-out .gform_wrapper textarea {
    height: 126px !important;
  }
  .fill-out input#gform_submit_button_1 {
    height: 126px;
    background-position: top 19px center;
    font-size: 16px !important;
  }
  p,
  .pain .inner .left ul li {
    font-size: 17px;
  }
  h2 {
    font-size: 50px;
  }
  .fill-out .inner .box {
    padding: 39px;
  }
  .btn-main {
    padding: 15px 35px;
    font-size: 17px;
  }
  .about {
    padding: 85px 0;
  }
  .about .inner .center {
    margin-top: 25px;
  }
  .brand .inner h3 {
    font-size: 33px;
  }
  .brand {
    padding: 60px 0;
  }
  .pd12 {
    padding: 100px 0;
  }
  .risk .inner h2 {
    max-width: 1000px;
    margin: auto;
  }
  .risk .inner .box .right ul li {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .risk .inner .box .right ul li p {
    font-size: 20px;
  }
  .risk .inner .bottom .bottomtext p {
    font-size: 33px;
  }
  .risk .inner .bottom .bottomtext a {
    font-size: 33px;
  }
  .client .inner ul li p.heading {
    font-size: 44px;
  }
  .client .inner ul {
    margin-top: 67px;
    margin-bottom: 40px;
  }
  .risk .inner .box {
    margin-top: 50px;
  }
  .victim .inner .box .right .boxs .title {
    font-size: 21px;
  }
  .testimonails .inner ul {
    margin-top: 20px;
  }
  .testimonails .inner ul li {
    padding: 20px;
  }
  .testimonails .inner ul li .text {
    margin-top: 20px;
    padding-bottom: 18px;
  }
  .testimonails .inner ul li .text p {
    font-size: 18px;
  }
  .gform_wrapper textarea {
    height: 110px !important;
  }
  .form-footer .inner .right .forms h3 {
    font-size: 30px;
    margin-bottom: 22px;
  }
  .form-footer .inner .right .forms {
    padding: 40px 35px;
  }
  .footer .inner .left .box .title {
    font-size: 23px;
    padding-bottom: 21px;
  }
  .footer .inner .innercol {
    padding-bottom: 47px;
  }
  .footer .innerrwo {
    padding-top: 25px;
    padding-bottom: 15px;
  }
  .footer .inner .left .box a span,
  .footer .inner .left .box p span {
    font-size: 18px;
  }
  .footer .innerrwo .text p {
    font-size: 14px;
  }
  .footer .inner .left .box a,
  .footer .inner .left .box p {
    font-size: 17px;
  }
  .gform_wrapper textarea {
    padding: 16px !important;
  }
  /**/
  .page-template-sexually-assaulted .victim .inner .box .right ul li,
  .page-template-foster-care .victim .inner .box .right ul li,
  .efferts .inner .box .left ul li,
  .page-template-foster-care .middel .inner .right .text ul li {
    font-size: 17px;
  }
  /**/
  .heroconatact .inner h1 {
    margin-bottom: 20px;
  }
  .heroconatact .inner p {
    font-size: 22px;
  }
  .c-forms .inner .right h2 {
    font-size: 37px;
  }
  /**/
  .page-template-about .about .inner .top h1 {
    font-size: 55px;
    margin-bottom: 10px;
  }
  .page-template-about .about .inner .top h2 {
    font-size: 25px;
  }
  .team .inner .list ul li h3 {
    font-size: 21px;
  }
  .team .inner .list ul li .btn-main {
    font-size: 14px;
  }
  .team .inner .list {
    margin-top: 30px;
  }
  .passion .inner .right .text {
    margin-top: 20px;
  }
  .passion .inner .right .h2,
  .page-template-about .testimonails .inner .h2,
  .page-template-about .pain .inner .left .h2 {
    font-size: 25px;
  }
  .passion .inner .right .text ul li {
    font-size: 17px;
  }
  .page-template-about .hero-banners .inner .left h2 {
    font-size: 76px;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1699px) {
  .container {
    width: 1400px;
  }
  h1 {
    font-size: 68px;
  }
  .hero-banners .inner .right:before {
    width: 655px;
    height: 693px;
  }
  .header .call a {
    font-size: 24px;
  }
  .header .call p {
    font-size: 12px;
  }
  .header .header-right {
    padding-right: 36px;
  }
  .header .header-right .nav-main ul.menu li a {
    font-size: 15px !important;
  }
  .header .header-right .nav-main ul.menu li {
    padding: 0 19px;
  }
  .hero-banners .inner .left .text {
    max-width: 576px;
  }
  .hero-banners .inner .left {
    padding-top: 180px;
    row-gap: 30px;
  }
  .header .header-main .logo {
    width: 197px;
  }
  .hero-banners .inner .right img {
    padding-top: 130px;
  }
  .hero-banners {
    min-height: 670px;
  }
  .header .call .inner {
    padding-left: 51px;
  }
  .fill-out .inner {
    margin-top: -119px;
  }
  .form-control,
  input,
  select {
    height: 55px;
    padding: 0 18px !important;
    font-size: 16px !important;
  }
  .fill-out .gform_wrapper textarea {
    height: 126px !important;
  }
  .fill-out input#gform_submit_button_1 {
    height: 126px;
    background-position: top 19px center;
    font-size: 16px !important;
  }
  p,
  .pain .inner .left ul li {
    font-size: 17px;
  }
  h2 {
    font-size: 45px;
  }
  .fill-out .inner .box {
    padding: 39px;
  }
  .btn-main {
    padding: 15px 35px;
    font-size: 17px;
  }
  .pdlr {
    padding: 0 75px;
  }
  .about {
    padding: 65px 0;
  }
  .about .inner .center {
    margin-top: 25px;
  }
  .about .inner .top h2 {
    margin-bottom: 20px;
  }
  .brand .inner h3 {
    font-size: 33px;
  }
  .brand {
    padding: 60px 0;
  }
  .pd12 {
    padding: 70px 0;
  }
  .risk .inner .box .right ul li .answer_faq_list .faq-answer p {
    font-size: 16px;
  }
  .risk .inner h2 {
    max-width: 1000px;
    margin: auto;
  }
  .risk .inner .box .right ul li {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .risk .inner .box .right ul li p {
    font-size: 20px;
  }
  .risk .inner .bottom .bottomtext p {
    font-size: 33px;
  }
  .risk .inner .bottom .bottomtext a {
    font-size: 35px;
  }
  .client .inner ul li p.heading {
    font-size: 44px;
  }
  .pain .inner .left ul li {
    padding-left: 26px;
  }
  .client .inner ul {
    margin-top: 67px;
    margin-bottom: 40px;
  }
  .risk .inner .box {
    margin-top: 50px;
  }
  .victim .inner .box .right .boxs .title {
    font-size: 19px;
  }
  .risk .inner .bottom .bottomtext {
    margin-top: 6px;
  }
  .testimonails .inner ul {
    margin-top: 20px;
  }
  .testimonails .inner ul li {
    padding: 20px;
  }
  .testimonails .inner ul li .text {
    margin-top: 20px;
    padding-bottom: 18px;
  }
  .testimonails .inner ul li .text p {
    font-size: 18px;
  }
  .gform_wrapper textarea {
    height: 110px !important;
  }
  .form-footer {
    padding-top: 70px;
  }
  .form-footer .inner .right .forms h3 {
    font-size: 26px;
    margin-bottom: 22px !important;
    max-width: 360px;
    margin: auto;
  }
  .form-footer .inner .right .forms {
    padding: 40px 35px;
  }
  .footer .inner .left .box .title {
    font-size: 23px;
    padding-bottom: 21px;
  }
  .form-footer .inner .left .text p {
    padding-bottom: 15px;
  }
  .form-footer .inner .left .text p a {
    font-size: 19px;
  }
  .footer .inner .innercol {
    padding-bottom: 47px;
  }
  .footer .innerrwo {
    padding-top: 25px;
    padding-bottom: 15px;
  }
  .footer .inner .left .box a span,
  .footer .inner .left .box p span {
    font-size: 18px;
  }
  .footer .innerrwo .text p {
    font-size: 14px;
  }
  .footer .inner .left .box a,
  .footer .inner .left .box p {
    font-size: 17px;
  }
  .gform_wrapper textarea {
    padding: 15px !important;
  }
  /**/
  .page-template-sexually-assaulted .pain .inner .left ul li {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .page-template-sexually-assaulted .pain .inner .left ul li p.faq-question-list {
    font-size: 20px;
  }
  .page-template-sexually-assaulted .victim .inner .box .right ul li {
    font-size: 17px;
  }
  .innerbottom {
    margin-top: 30px;
  }
  /**/
  .page-template-sexually-assaulted .victim .inner .box .right ul li,
  .page-template-foster-care .victim .inner .box .right ul li,
  .efferts .inner .box .left ul li,
  .page-template-foster-care .middel .inner .right .text ul li {
    font-size: 16px;
  }
  .efferts .inner h2 {
    margin-bottom: 40px;
  }
  .efferts .inner .box .left ul {
    padding: 0px 0;
  }
  .page-template-sexually-assaulted .victim .inner .box .right ul,
  .page-template-foster-care .victim .inner .box .right ul {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  /**/
  .heroconatact .inner h1 {
    margin-bottom: 20px;
  }
  .heroconatact .inner p {
    font-size: 22px;
  }
  .c-forms .inner .right h2 {
    font-size: 37px;
  }
  .offers .inner .list .load-more {
    margin-top: 30px !important;
  }
  .offers .inner .list ul {
    gap: 15px;
  }
  /**/
  .page-template-about .about .inner .top h1 {
    font-size: 55px;
    margin-bottom: 10px;
  }
  .page-template-about .about .inner .top h2 {
    font-size: 25px;
  }
  .team .inner .list ul li h3 {
    font-size: 21px;
  }
  .team .inner .list ul li .btn-main {
    font-size: 14px;
  }
  .team .inner .list {
    margin-top: 30px;
  }
  .passion .inner .right .text {
    margin-top: 20px;
  }
  .passion .inner .right .h2,
  .page-template-about .testimonails .inner .h2,
  .page-template-about .pain .inner .left .h2 {
    font-size: 25px;
  }
  .passion .inner .right .text ul li {
    font-size: 17px;
  }
  /**/
  .page-template-about .about .inner .top h1 {
    font-size: 50px;
    margin-bottom: 10px;
  }
  .page-template-about .about .inner .top h2 {
    font-size: 25px;
  }
  .team .inner .list ul li h3 {
    font-size: 21px;
  }
  .team .inner .list ul li .btn-main {
    font-size: 14px;
  }
  .team .inner .list {
    margin-top: 30px;
  }
  .passion .inner .right .text {
    margin-top: 20px;
  }
  .passion .inner .right .h2,
  .page-template-about .testimonails .inner .h2,
  .page-template-about .pain .inner .left .h2 {
    font-size: 25px;
  }
  .passion .inner .right .text ul li {
    font-size: 17px;
  }
  .page-template-about .hero-banners .inner .left h2 {
    font-size: 70px;
  }
  .passion .inner {
    gap: 68px;
  }
  .footermenu ul li a {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1350px) and (max-width: 1499px) {
  .container {
    width: 1280px;
  }
  h1 {
    font-size: 58px;
  }
  .hero-banners .inner .right:before {
    width: 615px;
    height: 693px;
  }
  .fill-out .inner {
    margin-top: -99px;
  }
  .header .call a {
    font-size: 24px;
  }
  .header .call p {
    font-size: 12px;
  }
  .header .header-right {
    padding-right: 36px;
  }
  .header .header-right .nav-main ul.menu li a {
    font-size: 15px !important;
  }
  .header .header-right .nav-main ul.menu li {
    padding: 0 19px;
  }
  .hero-banners .inner .left .text {
    max-width: 576px;
  }
  .hero-banners .inner .left {
    padding-top: 150px;
    row-gap: 20px;
  }
  .header .header-main .logo {
    width: 197px;
  }
  .hero-banners .inner .right img {
    padding-top: 100px;
  }
  .hero-banners {
    min-height: 570px;
  }
  .header .call .inner {
    padding-left: 51px;
  }
  .form-control,
  input,
  select {
    height: 50px;
    padding: 0 15px !important;
    font-size: 15px !important;
  }
  .fill-out .gform_wrapper textarea {
    height: 116px !important;
  }
  .fill-out .inner .box {
    grid-template-columns: 316px auto;
  }
  .gform_wrapper textarea {
    padding: 15px !important;
  }
  .fill-out input#gform_submit_button_1 {
    height: 116px;
    background-position: top 19px center;
    font-size: 16px !important;
  }
  p,
  .pain .inner .left ul li {
    font-size: 16px;
  }
  .pain .inner .left ul li {
    padding-left: 26px;
  }
  h2 {
    font-size: 40px;
  }
  .fill-out .inner .box {
    padding: 26px;
  }
  .btn-main {
    padding: 15px 35px;
    font-size: 17px;
  }
  .pdlr {
    padding: 0 75px;
  }
  .about {
    padding: 65px 0;
  }
  .about .inner .center {
    margin-top: 25px;
  }
  .about .inner .top h2 {
    margin-bottom: 20px;
  }
  .brand .inner h3 {
    font-size: 33px;
  }
  .brand {
    padding: 60px 0;
  }
  .pd12 {
    padding: 70px 0;
  }
  .risk .inner .box .right ul li .answer_faq_list .faq-answer p {
    font-size: 16px;
  }
  .risk .inner h2 {
    max-width: 800px;
    margin: auto;
  }
  .risk .inner .text {
    margin-top: 21px;
    padding: 0 0px;
  }
  .risk .inner .box .right ul li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .risk .inner .box {
    gap: 58px;
  }
  .risk .inner .box .right ul li p {
    font-size: 17px;
  }
  .risk .inner .box .right ul li .answer_faq_list .faq-answer {
    margin-top: 13px;
  }
  .risk .inner .bottom .bottomtext p {
    font-size: 33px;
  }
  .risk .inner .bottom .bottomtext a {
    font-size: 35px;
  }
  .client .inner ul li p.heading {
    font-size: 44px;
  }
  .client .inner ul {
    margin-top: 67px;
    margin-bottom: 40px;
  }
  .risk .inner .box {
    margin-top: 50px;
  }
  .victim .inner .box .right .boxs .title {
    font-size: 19px;
  }
  .risk .inner .bottom .bottomtext {
    margin-top: 6px;
  }
  .testimonails .inner ul {
    margin-top: 20px;
  }
  .testimonails .inner ul li {
    padding: 20px;
  }
  .testimonails .inner ul li .text {
    margin-top: 20px;
    padding-bottom: 18px;
  }
  .testimonails .inner ul li .text p {
    font-size: 18px;
  }
  .gform_wrapper textarea {
    height: 110px !important;
  }
  .form-footer {
    padding-top: 70px;
  }
  .form-footer .inner .right .forms h3 {
    font-size: 26px;
    margin-bottom: 22px !important;
    max-width: 360px;
    margin: auto;
  }
  .form-footer .inner .right .forms {
    padding: 40px 35px;
  }
  .footer .inner .left .box .title {
    font-size: 23px;
    padding-bottom: 21px;
  }
  .form-footer .inner .left .text p {
    padding-bottom: 15px;
  }
  .form-footer .inner .left .text p a {
    font-size: 19px;
  }
  .footer .inner .innercol {
    padding-bottom: 47px;
  }
  .footer .innerrwo {
    padding-top: 25px;
    padding-bottom: 15px;
  }
  .footer .inner .left .box a span,
  .footer .inner .left .box p span {
    font-size: 18px;
  }
  .footer .innerrwo .text p {
    font-size: 14px;
  }
  .footer .inner .left .box a,
  .footer .inner .left .box p {
    font-size: 17px;
  }
  /**/
  .page-template-sexually-assaulted .pain .inner .left ul li {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .page-template-sexually-assaulted .pain .inner .left ul li p.faq-question-list {
    font-size: 17px;
  }
  .page-template-sexually-assaulted .victim .inner .box .right ul {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .page-template-sexually-assaulted .victim .inner .box .right ul li {
    font-size: 16px;
  }
  .innerbottom {
    margin-top: 30px;
  }
  /**/
  .page-template-sexually-assaulted .victim .inner .box .right ul li,
  .page-template-foster-care .victim .inner .box .right ul li,
  .efferts .inner .box .left ul li,
  .page-template-foster-care .middel .inner .right .text ul li {
    font-size: 16px;
  }
  .efferts .inner h2 {
    margin-bottom: 40px;
  }
  .efferts .inner .box .left ul {
    padding: 0px 0;
  }
  .page-template-sexually-assaulted .victim .inner .box .right ul,
  .page-template-foster-care .victim .inner .box .right ul {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  /**/
  .heroconatact .inner h1 {
    margin-bottom: 20px;
  }
  .heroconatact .inner p {
    font-size: 22px;
  }
  .c-forms .inner .right h2 {
    font-size: 37px;
  }
  .offers .inner .list .load-more {
    margin-top: 30px !important;
  }
  .offers .inner .list ul {
    gap: 15px;
  }
  .heroconatact {
    padding: 60px 0;
    padding-top: 130px;
  }
  /**/
  .page-template-about .about .inner .top h1 {
    font-size: 45px;
    margin-bottom: 10px;
  }
  .page-template-about .about .inner .top h2 {
    font-size: 25px;
  }
  .team .inner .list ul li h3 {
    font-size: 21px;
  }
  .team .inner .list ul li .btn-main {
    font-size: 14px;
  }
  .team .inner .list {
    margin-top: 30px;
  }
  .passion .inner .right .text {
    margin-top: 20px;
  }
  .passion .inner .right .h2,
  .page-template-about .testimonails .inner .h2,
  .page-template-about .pain .inner .left .h2 {
    font-size: 22px;
  }
  .passion .inner .right .text ul li {
    font-size: 17px;
  }
  .page-template-about .hero-banners .inner .left h2 {
    font-size: 65px;
  }
  .passion .inner {
    gap: 68px;
  }
  .page-template-about .client .inner ul li p.title {
    font-size: 15px;
    padding: 18px 20px;
  }
  .pain .inner {
    gap: 60px;
  }
  .footermenu ul li a {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1349px) {
  .container {
    width: 1180px;
  }
  h1 {
    font-size: 50px;
  }
  .hero-banners .inner .left .title {
    padding-right: 50px;
  }
  .hero-banners .inner .right:before {
    width: 615px;
    height: 693px;
  }
  .header .call a {
    font-size: 24px;
  }
  .header .call p {
    font-size: 12px;
  }
  .header .header-right {
    padding-right: 36px;
  }
  .header .header-right .nav-main ul.menu li a {
    font-size: 15px !important;
  }
  .header .header-right .nav-main ul.menu li {
    padding: 0 15px;
  }
  .hero-banners .inner .left .text {
    max-width: 576px;
  }
  .hero-banners .inner .left {
    padding-top: 150px;
    row-gap: 20px;
  }
  .header .header-main .logo {
    width: 197px;
  }
  .hero-banners .inner .right img {
    padding-top: 100px;
  }
  .hero-banners {
    min-height: 520px;
  }
  .header .call .inner {
    padding-left: 51px;
  }
  .fill-out .inner {
    margin-top: -89px;
  }
  .form-control,
  input,
  select {
    height: 50px;
    padding: 0 15px !important;
    font-size: 15px !important;
  }
  .fill-out .gform_wrapper textarea {
    height: 116px !important;
  }
  .fill-out .inner .box {
    grid-template-columns: 316px auto;
  }
  .gform_wrapper textarea {
    padding: 15px !important;
  }
  .fill-out input#gform_submit_button_1 {
    height: 116px;
    background-position: top 19px center;
    font-size: 16px !important;
  }
  p,
  .pain .inner .left ul li {
    font-size: 16px;
  }
  .pain .inner .left ul li {
    padding-left: 26px;
  }
  h2 {
    font-size: 35px;
  }
  .fill-out .inner .box {
    padding: 26px;
  }
  .btn-main {
    padding: 15px 35px;
    font-size: 17px;
  }
  .pdlr {
    padding: 0 45px;
  }
  .about {
    padding: 50px 0;
  }
  .about .inner .center {
    margin-top: 25px;
  }
  .about .inner .top h2 {
    margin-bottom: 20px;
  }
  .brand .inner h3 {
    font-size: 33px;
  }
  .brand {
    padding: 50px 0;
  }
  .pd12 {
    padding: 50px 0;
  }
  .brand .inner .list {
    margin-top: 10px;
  }
  .risk .inner .box {
    grid-template-columns: 449px auto;
  }
  .risk .inner .box .right ul li .answer_faq_list .faq-answer p {
    font-size: 16px;
  }
  .risk .inner h2 {
    max-width: 700px;
    margin: auto;
  }
  .risk .inner .text {
    margin-top: 21px;
    padding: 0 0px;
  }
  .risk .inner .box .right ul li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .risk .inner .box {
    gap: 58px;
  }
  .risk .inner .box .right ul li p {
    font-size: 17px;
  }
  .risk .inner .box .right ul li .answer_faq_list .faq-answer {
    margin-top: 13px;
  }
  .risk .inner .bottom .bottomtext p {
    font-size: 29px;
  }
  .risk .inner .bottom .bottomtext a {
    font-size: 30px;
  }
  .risk .inner .bottom .text p {
    padding-bottom: 10px;
  }
  .client .inner ul li p.heading {
    font-size: 38px;
  }
  .client .inner ul {
    margin-top: 47px;
    margin-bottom: 20px;
  }
  .client .inner ul li p.title {
    font-size: 15px;
    padding: 15px 20px;
    margin-top: -63px;
    margin-bottom: 19px;
  }
  .client .inner ul li {
    padding: 30px;
  }
  .risk .inner .box {
    margin-top: 30px;
  }
  .risk .inner .bottom .text {
    margin-top: 20px;
  }
  .pain .inner {
    grid-template-columns: auto 477px;
    gap: 50px;
  }
  .victim .inner .box .right .boxs .title {
    font-size: 19px;
  }
  .risk .inner .bottom .bottomtext {
    margin-top: 6px;
  }
  .testimonails .inner ul {
    margin-top: 20px;
  }
  .testimonails .inner ul li {
    padding: 20px;
  }
  .testimonails .inner ul li p.name {
    font-size: 16px;
  }
  .testimonails .inner ul li .text {
    margin-top: 20px;
    padding-bottom: 18px;
  }
  .testimonails .inner ul li .text p {
    font-size: 16px;
  }
  .gform_wrapper textarea {
    height: 110px !important;
  }
  .form-footer {
    padding-top: 50px;
  }
  .gform_wrapper .gform_footer .gform_button {
    font-size: 16px !important;
    height: 55px;
  }
  .form-footer .inner .right .forms h3 {
    font-size: 26px;
    margin-bottom: 22px !important;
    max-width: 360px;
    margin: auto;
  }
  .form-footer .inner .right .forms {
    padding: 30px;
  }
  .footer {
    padding-top: 45px;
  }
  .footer .inner .left {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .footer .inner .left .box .office {
    padding-bottom: 10px;
  }
  .footer .inner .left .box .title {
    font-size: 21px;
    padding-bottom: 19px;
  }
  .form-footer .inner .left .text p {
    padding-bottom: 15px;
  }
  .form-footer .inner .left .text p a {
    font-size: 19px;
  }
  .footer .inner .innercol {
    padding-bottom: 27px;
  }
  .footer .innerrwo .copyrights {
    font-size: 14px;
  }
  .footer .innerrwo {
    padding-top: 25px;
    padding-bottom: 15px;
  }
  .footer .inner .left .box a span,
  .footer .inner .left .box p span {
    font-size: 18px;
  }
  .footer .innerrwo .text p {
    font-size: 14px;
  }
  .footer .inner .left .box a,
  .footer .inner .left .box p {
    font-size: 17px;
  }
  /**/
  .page-template-sexually-assaulted .pain .inner .left ul {
    margin-top: 10px;
  }
  .page-template-sexually-assaulted .pain .inner .left ul li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .page-template-sexually-assaulted .pain .inner .left ul li p.faq-question-list {
    font-size: 17px;
  }
  .page-template-sexually-assaulted .victim .inner .box .right ul {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .page-template-sexually-assaulted .victim .inner .box .right ul li {
    font-size: 16px;
  }
  .innerbottom {
    margin-top: 30px;
  }
  /**/
  .page-template-sexually-assaulted .victim .inner .box .right ul li,
  .page-template-foster-care .victim .inner .box .right ul li,
  .efferts .inner .box .left ul li,
  .page-template-foster-care .middel .inner .right .text ul li {
    font-size: 16px;
  }
  .efferts .inner h2 {
    margin-bottom: 40px;
  }
  .efferts .inner .box .left ul {
    padding: 0px 0;
  }
  .page-template-sexually-assaulted .victim .inner .box .right ul,
  .page-template-foster-care .victim .inner .box .right ul {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .page-template-foster-care .risk .inner .box {
    gap: 30px;
  }
  .efferts .inner .box {
    gap: 30px;
  }
  .page-template-foster-care .middel .inner {
    grid-template-columns: 450px auto;
    gap: 48px;
  }
  /**/
  .heroconatact .inner h1 {
    margin-bottom: 15px;
  }
  .heroconatact .inner p {
    font-size: 20px;
  }
  .c-forms .inner .right h2 {
    font-size: 37px;
  }
  .offers .inner .list .load-more {
    margin-top: 30px !important;
  }
  .offers .inner .list ul {
    gap: 15px;
  }
  .heroconatact {
    padding: 60px 0;
    padding-top: 130px;
  }
  h3 {
    font-size: 31px;
  }
  .c-forms .inner .right .forms {
    padding: 30px;
  }
  .offers .inner .list ul li a {
    font-size: 16px;
  }
  /**/
  .page-template-about .about .inner .top h1 {
    font-size: 45px;
    margin-bottom: 10px;
  }
  .page-template-about .about .inner .top h2 {
    font-size: 25px;
  }
  .team .inner .list ul li h3 {
    font-size: 21px;
  }
  .team .inner .list ul li .btn-main {
    font-size: 14px;
  }
  .team .inner .list {
    margin-top: 30px;
  }
  .passion .inner .right .text {
    margin-top: 20px;
  }
  .passion .inner .right .h2,
  .page-template-about .testimonails .inner .h2,
  .page-template-about .pain .inner .left .h2 {
    font-size: 22px;
  }
  .passion .inner .right .text ul li {
    font-size: 16px;
  }
  .page-template-about .hero-banners .inner .left h2 {
    font-size: 56px;
  }
  .passion .inner {
    gap: 68px;
  }
  .page-template-about .client .inner ul li p.title {
    font-size: 15px;
    padding: 18px 20px;
  }
  .pain .inner {
    gap: 60px;
  }
  .footermenu ul li a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1121px) and (max-width: 1279px) {
  .container {
    width: 1080px;
  }
  h1 {
    font-size: 43px;
  }
  .hero-banners .inner .left .title {
    padding-right: 50px;
  }
  .hero-banners .inner .right:before {
    width: 505px;
    height: 593px;
  }
  .header .call a {
    font-size: 24px;
  }
  .header .call p {
    font-size: 12px;
  }
  .header .header-right {
    padding-right: 36px;
  }
  .header .header-right .nav-main ul.menu li a {
    font-size: 15px !important;
  }
  .header .header-right .nav-main ul.menu li {
    padding: 0 15px;
  }
  .hero-banners .inner .left .text {
    max-width: 456px;
  }
  .hero-banners .inner .left {
    padding-top: 150px;
    row-gap: 20px;
  }
  .header .header-main .logo {
    width: 197px;
  }
  .hero-banners .inner .right img {
    padding-top: 100px;
  }
  .hero-banners {
    min-height: 520px;
  }
  .header .call .inner {
    padding-left: 51px;
  }
  .fill-out .inner {
    margin-top: -89px;
  }
  .about .inner .center {
    gap: 50px;
  }
  p {
    padding-bottom: 10px;
  }
  .form-control,
  input,
  select {
    height: 50px;
    padding: 0 15px !important;
    font-size: 15px !important;
  }
  .fill-out .gform_wrapper textarea {
    height: 115px !important;
  }
  .fill-out .inner .box {
    grid-template-columns: 246px auto;
  }
  .gform_wrapper textarea {
    padding: 15px !important;
  }
  .fill-out input#gform_submit_button_1 {
    height: 116px;
    background-position: top 19px center;
    font-size: 16px !important;
  }
  p,
  .pain .inner .left ul li {
    font-size: 16px;
  }
  .pain .inner .left ul li {
    padding-left: 26px;
  }
  h2 {
    font-size: 35px;
  }
  .fill-out .inner .box {
    padding: 20px;
  }
  .btn-main {
    padding: 15px 25px;
    font-size: 15px;
  }
  .pdlr {
    padding: 0 0px;
  }
  .about {
    padding: 50px 0;
  }
  .about .inner .center {
    margin-top: 5px;
  }
  .about .inner .top h2 {
    margin-bottom: 20px;
  }
  .brand .inner h3 {
    font-size: 33px;
  }
  .brand {
    padding: 50px 0;
  }
  .pd12 {
    padding: 50px 0;
  }
  .brand .inner .list {
    margin-top: 10px;
  }
  .risk .inner .box {
    grid-template-columns: 449px auto;
  }
  .risk .inner .box .right ul li .answer_faq_list .faq-answer p {
    font-size: 16px;
  }
  .risk .inner h2 {
    max-width: 700px;
    margin: auto;
  }
  .risk .inner .text {
    margin-top: 21px;
    padding: 0 0px;
  }
  .risk .inner .box .right ul li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .risk .inner .box {
    gap: 28px;
  }
  .risk .inner .box .right ul li p {
    font-size: 17px;
  }
  .risk .inner .box .right ul li .answer_faq_list .faq-answer {
    margin-top: 13px;
  }
  .risk .inner .bottom .bottomtext p {
    font-size: 26px;
  }
  .risk .inner .bottom .bottomtext a {
    font-size: 27px;
  }
  .risk .inner .bottom .bottomtext a:before {
    width: 30px;
    height: 30px;
    background-size: 25px;
  }
  .risk .inner .bottom .bottomtext a {
    padding-left: 30px;
  }
  .risk .inner .bottom .text p {
    padding-bottom: 10px;
  }
  .client .inner ul li p.heading {
    font-size: 30px;
  }
  .client .inner ul {
    margin-top: 47px;
    margin-bottom: 20px;
  }
  .client .inner ul li p.title {
    font-size: 15px;
    padding: 15px 20px;
    margin-top: -63px;
    margin-bottom: 19px;
  }
  .client .inner ul li {
    padding: 30px;
  }
  .risk .inner .box {
    margin-top: 30px;
  }
  .risk .inner .bottom .text {
    margin-top: 20px;
  }
  .pain .inner {
    grid-template-columns: auto 477px;
    gap: 50px;
  }
  .victim .inner .box .right .boxs .title {
    font-size: 19px;
  }
  .risk .inner .bottom .bottomtext {
    margin-top: 6px;
  }
  .testimonails .inner ul {
    margin-top: 20px;
  }
  .testimonails .inner ul li {
    padding: 20px;
  }
  .testimonails .inner ul li p.name {
    font-size: 16px;
  }
  .testimonails .inner ul li .text {
    margin-top: 20px;
    padding-bottom: 18px;
  }
  .testimonails .inner ul li .text p {
    font-size: 16px;
  }
  .gform_wrapper textarea {
    height: 110px !important;
  }
  .form-footer {
    padding-top: 50px;
  }
  .gform_wrapper .gform_footer .gform_button {
    font-size: 16px !important;
    height: 55px;
  }
  .testimonails .inner ul {
    gap: 15px;
  }
  .form-footer .inner .right .forms h3 {
    font-size: 26px;
    margin-bottom: 22px !important;
    max-width: 360px;
    margin: auto;
  }
  .form-footer .inner .right .forms {
    padding: 30px;
  }
  .footer {
    padding-top: 45px;
  }
  .footer .inner .left {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .footer .inner .left .box .office {
    padding-bottom: 10px;
  }
  .footer .inner .left .box .title {
    font-size: 21px;
    padding-bottom: 19px;
  }
  .form-footer .inner .left .text p {
    padding-bottom: 15px;
  }
  .form-footer .inner .left .text p a {
    font-size: 19px;
  }
  .footer .inner .innercol {
    padding-bottom: 27px;
  }
  .footer .innerrwo .copyrights {
    font-size: 14px;
  }
  .footer .innerrwo {
    padding-top: 25px;
    padding-bottom: 15px;
  }
  .footer .inner .left .box a span,
  .footer .inner .left .box p span {
    font-size: 18px;
  }
  .footer .innerrwo .text p {
    font-size: 14px;
  }
  .footer .inner .left .box a,
  .footer .inner .left .box p {
    font-size: 16px;
  }
  .footer .inner .left .box .address {
    padding-bottom: 20px;
  }
  /**/
  .page-template-sexually-assaulted .pain .inner .left ul {
    margin-top: 10px;
  }
  .page-template-sexually-assaulted .pain .inner .left ul li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .page-template-sexually-assaulted .pain .inner .left ul li p.faq-question-list {
    font-size: 17px;
  }
  .page-template-sexually-assaulted .victim .inner .box .right ul {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .page-template-sexually-assaulted .victim .inner .box .right ul li {
    font-size: 16px;
  }
  .innerbottom {
    margin-top: 30px;
  }
  .innerbottom .text {
    margin-top: 0;
  }
  /**/
  .page-template-sexually-assaulted .victim .inner .box .right ul li,
  .page-template-foster-care .victim .inner .box .right ul li,
  .efferts .inner .box .left ul li,
  .page-template-foster-care .middel .inner .right .text ul li {
    font-size: 16px;
  }
  .efferts .inner h2 {
    margin-bottom: 40px;
  }
  .efferts .inner .box .left ul {
    padding: 0px 0;
  }
  .page-template-sexually-assaulted .victim .inner .box .right ul,
  .page-template-foster-care .victim .inner .box .right ul {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .page-template-foster-care .risk .inner .box {
    gap: 30px;
  }
  .efferts .inner .box {
    gap: 30px;
  }
  .page-template-foster-care .middel .inner {
    grid-template-columns: 450px auto;
    gap: 48px;
  }
  .page-template-foster-care .pain .heading h2 {
    margin-bottom: 30px;
  }
  /**/
  .heroconatact .inner h1 {
    margin-bottom: 15px;
  }
  .heroconatact .inner p {
    font-size: 20px;
  }
  .c-forms .inner .right h2 {
    font-size: 37px;
  }
  .offers .inner .list .load-more {
    margin-top: 30px !important;
  }
  .offers .inner .list ul {
    gap: 15px;
  }
  .heroconatact {
    padding: 60px 0;
    padding-top: 130px;
  }
  h3 {
    font-size: 25px;
  }
  .c-forms .inner .right .forms {
    padding: 30px;
  }
  .offers .inner .list ul li a {
    font-size: 16px;
  }
  .offers .inner .list ul li a {
    padding: 14px 10px;
  }
  /**/
  .page-template-about .about .inner .top h1 {
    font-size: 45px;
    margin-bottom: 10px;
  }
  .page-template-about .about .inner .top h2 {
    font-size: 25px;
  }
  .team .inner .list ul li h3 {
    font-size: 21px;
  }
  .team .inner .list ul li .btn-main {
    font-size: 14px;
  }
  .team .inner .list {
    margin-top: 30px;
  }
  .passion .inner .right .text {
    margin-top: 20px;
  }
  .passion .inner .right .h2,
  .page-template-about .testimonails .inner .h2,
  .page-template-about .pain .inner .left .h2 {
    font-size: 22px;
  }
  .passion .inner .right .text ul li {
    font-size: 16px;
  }
  .page-template-about .hero-banners .inner .left h2 {
    font-size: 50px;
  }
  .passion .inner {
    gap: 38px;
    grid-template-columns: 450px auto;
  }
  .page-template-about .client .inner ul li p.title {
    font-size: 15px;
    padding: 18px 20px;
  }
  .pain .inner {
    gap: 60px;
  }
  .header .container {
    width: 100%;
    padding: 0 20px;
  }
  .footermenu ul li a {
    font-size: 16px;
  }
}
@media (max-width: 1120px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
  h1 {
    font-size: 43px;
  }
  .hero-banners .inner .left .title {
    padding-right: 50px;
  }
  .hero-banners .inner .right:before {
    width: 445px;
    height: 593px;
  }
  .header .call a {
    font-size: 18px;
  }
  .header .call p {
    font-size: 12px;
  }
  .header .header-right {
    padding-right: 36px;
  }
  .header .header-right .nav-main ul.menu li a {
    font-size: 13px !important;
  }
  .header .header-right .nav-main ul.menu li {
    padding: 0 5px;
  }
  .hero-banners .inner .left .text {
    max-width: 456px;
  }
  .hero-banners .inner .left {
    padding-top: 100px;
    row-gap: 10px;
  }
  .header .header-main .logo {
    width: 147px;
  }
  .about .inner .center .right .img-fluid {
    width: 112px;
  }
  .fixed .header .header-main .logo {
    width: 117px;
  }
  .header .header-main {
    padding: 15px 0;
  }
  .hero-banners .inner .right img {
    padding-top: 80px;
  }
  .hero-banners {
    min-height: 470px;
  }
  .header .call .inner {
    padding-left: 42px;
  }
  .fill-out .inner {
    margin-top: -89px;
  }
  .about .inner .center {
    gap: 50px;
  }
  p {
    padding-bottom: 10px;
  }
  .form-control,
  input,
  select {
    height: 50px;
    padding: 0 15px !important;
    font-size: 15px !important;
  }
  .fill-out .gform_wrapper textarea {
    height: 105px !important;
  }
  .fill-out .inner .box {
    grid-template-columns: 166px auto;
  }
  .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 5px !important;
    grid-row-gap: 5px !important;
  }
  .gform_wrapper textarea {
    padding: 15px !important;
  }
  .fill-out input#gform_submit_button_1 {
    height: 105px;
    background-position: top 19px center;
    font-size: 16px !important;
  }
  p,
  .pain .inner .left ul li {
    font-size: 16px;
  }
  .pain .inner .left ul li {
    padding-left: 26px;
  }
  h2 {
    font-size: 30px;
  }
  .fill-out .inner .box {
    padding: 15px;
  }
  .btn-main {
    padding: 15px 25px;
    font-size: 15px;
  }
  .pdlr {
    padding: 0 0px;
  }
  .about {
    padding: 50px 0;
  }
  .about .inner .center {
    margin-top: 5px;
  }
  .about .inner .top h2 {
    margin-bottom: 20px;
  }
  .brand .inner h3 {
    font-size: 33px;
  }
  .brand {
    padding: 50px 0;
  }
  .pd12 {
    padding: 50px 0;
  }
  .brand .inner .list {
    margin-top: 0;
  }
  .risk .inner .box {
    grid-template-columns: 449px auto;
  }
  .risk .inner .box .right ul li .answer_faq_list .faq-answer p {
    font-size: 16px;
  }
  .risk .inner h2 {
    max-width: 700px;
    margin: auto;
  }
  .risk .inner .text {
    margin-top: 21px;
    padding: 0 0px;
  }
  .risk .inner .box .right ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .risk .inner .box {
    gap: 28px;
  }
  .risk .inner .box .right ul li p {
    font-size: 17px;
  }
  .risk .inner .box .right ul li .answer_faq_list .faq-answer {
    margin-top: 13px;
  }
  .risk .inner .bottom .bottomtext p {
    font-size: 26px;
  }
  .risk .inner .bottom .bottomtext a {
    font-size: 27px;
  }
  .risk .inner .bottom .bottomtext a:before {
    width: 30px;
    height: 30px;
    background-size: 25px;
  }
  .risk .inner .bottom .bottomtext a {
    padding-left: 30px;
  }
  .risk .inner .bottom .text p {
    padding-bottom: 10px;
  }
  .client .inner ul li p.heading {
    font-size: 30px;
  }
  .client .inner ul {
    margin-top: 47px;
    margin-bottom: 20px;
  }
  .client .inner ul li p.title {
    font-size: 15px;
    padding: 15px 20px;
    margin-top: -55px;
    margin-bottom: 19px;
  }
  .client .inner ul li {
    padding: 30px 10px;
  }
  .risk .inner .box {
    grid-template-columns: auto;
    justify-items: center;
  }
  .victim .inner .box .right {
    row-gap: 20px;
  }
  .victim .inner .box .right .boxs .title {
    text-align: center;
  }
  .victim .inner .box .right .boxs .text p {
    text-align: center;
  }
  .risk .inner .box {
    margin-top: 30px;
  }
  .risk .inner .bottom .text {
    margin-top: 20px;
  }
  .pain .inner {
    grid-template-columns: auto 477px;
    gap: 50px;
  }
  .victim .inner .box .right .boxs .title {
    font-size: 19px;
  }
  .risk .inner .bottom .bottomtext {
    margin-top: 6px;
  }
  .testimonails .inner ul {
    margin-top: 20px;
  }
  .testimonails .inner ul li {
    padding: 20px;
  }
  .testimonails .inner ul li p.name {
    font-size: 16px;
  }
  .testimonails .inner ul li .text {
    margin-top: 20px;
    padding-bottom: 18px;
  }
  .testimonails .inner ul li .text p {
    font-size: 16px;
  }
  .gform_wrapper textarea {
    height: 110px !important;
  }
  .form-footer {
    padding-top: 50px;
  }
  .gform_wrapper .gform_footer .gform_button {
    font-size: 16px !important;
    height: 55px;
  }
  .testimonails .inner ul {
    gap: 15px;
  }
  .form-footer .inner .right .forms h3 {
    font-size: 26px;
    margin-bottom: 22px !important;
    max-width: 360px;
    margin: auto;
  }
  .form-footer .inner .right .forms {
    padding: 30px;
  }
  .footer {
    padding-top: 45px;
  }
  .footer .inner .left {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .footer .inner .left .box .office {
    padding-bottom: 10px;
  }
  .footer .inner .left .box .title {
    font-size: 18px;
    padding-bottom: 19px;
  }
  .form-footer .inner .left .text p {
    padding-bottom: 15px;
  }
  .form-footer .inner .left .text p a {
    font-size: 19px;
  }
  .footer .inner .innercol {
    padding-bottom: 27px;
  }
  .footer .innerrwo .copyrights {
    font-size: 14px;
  }
  .footer .innerrwo {
    padding-top: 25px;
    padding-bottom: 15px;
  }
  .footer .inner .left .box a span,
  .footer .inner .left .box p span {
    font-size: 18px;
  }
  .footer .innerrwo .text p {
    font-size: 14px;
  }
  .footer .inner .left .box a,
  .footer .inner .left .box p {
    font-size: 16px;
  }
  .footer .inner .left .box .address {
    padding-bottom: 20px;
  }
  .form-footer .inner {
    grid-template-columns: auto 451px;
    gap: 20px;
  }
  .footer .inner .innercol {
    grid-template-columns: auto 210px;
  }
  /**/
  .page-template-sexually-assaulted .pain .inner .left ul {
    margin-top: 10px;
  }
  .page-template-sexually-assaulted .pain .inner .left ul li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .page-template-sexually-assaulted .pain .inner .left ul li p.faq-question-list {
    font-size: 17px;
  }
  .page-template-sexually-assaulted .victim .inner .box .right ul {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .page-template-sexually-assaulted .victim .inner .box .right ul li {
    font-size: 16px;
  }
  .innerbottom {
    margin-top: 30px;
  }
  .innerbottom .text {
    margin-top: 0;
  }
  .risk .inner .bottom .text p {
    text-align: left;
  }
  .page-template-sexually-assaulted .risk .inner h2 {
    max-width: 100%;
    text-align: left;
  }
  .page-template-sexually-assaulted .risk .inner h2 br {
    display: none;
  }
  .page-template-sexually-assaulted .risk .inner .text p {
    text-align: left;
  }
  .page-template-sexually-assaulted .risk .inner .box {
    grid-template-columns: auto;
    justify-items: left;
  }
  .page-template-sexually-assaulted .victim .inner .box .right .boxs .text p {
    text-align: left;
  }
  /**/
  .page-template-sexually-assaulted .victim .inner .box .right ul li,
  .page-template-foster-care .victim .inner .box .right ul li,
  .efferts .inner .box .left ul li,
  .page-template-foster-care .middel .inner .right .text ul li {
    font-size: 16px;
  }
  .efferts .inner h2 {
    margin-bottom: 40px;
  }
  .efferts .inner .box .left ul {
    padding: 0px 0;
  }
  .page-template-sexually-assaulted .victim .inner .box .right ul,
  .page-template-foster-care .victim .inner .box .right ul {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .page-template-foster-care .risk .inner .box {
    gap: 30px;
  }
  .efferts .inner .box {
    gap: 30px;
  }
  .page-template-foster-care .middel .inner {
    grid-template-columns: 450px auto;
    gap: 48px;
  }
  .page-template-foster-care .pain .heading h2 {
    margin-bottom: 30px;
  }
  .page-template-foster-care .risk .inner h2 {
    text-align: left;
    max-width: 100%;
  }
  .page-template-foster-care .risk .inner .box {
    justify-items: self-start;
  }
  .page-template-foster-care .victim .inner .box .right .boxs .text p,
  .page-template-foster-care .risk .inner .text p {
    text-align: left;
  }
  .efferts .inner .box {
    grid-template-columns: auto;
  }
  .efferts .inner h2 {
    text-align: left;
  }
  .efferts .inner h2 {
    margin-bottom: 10px;
  }
  .page-template-foster-care .middel .inner {
    grid-template-columns: auto;
    gap: 20px;
  }
  .page-template-foster-care .middel .inner .left {
    order: 2;
  }
  .brand {
    overflow: hidden;
  }
  /**/
  .heroconatact .inner h1 {
    margin-bottom: 15px;
  }
  .heroconatact .inner p {
    font-size: 20px;
  }
  .c-forms .inner .right h2 {
    font-size: 37px;
  }
  .offers .inner .list .load-more {
    margin-top: 30px !important;
  }
  .offers .inner .list ul {
    gap: 15px;
  }
  .heroconatact {
    padding: 60px 0;
    padding-top: 100px;
  }
  h3 {
    font-size: 31px;
  }
  .c-forms .inner .right .forms {
    padding: 30px;
  }
  .offers .inner .list ul li a {
    font-size: 16px;
  }
  .offers .inner .list ul li a {
    padding: 14px 10px;
  }
  .c-forms .inner {
    gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
  .offers .inner .list ul {
    grid-template-columns: repeat(3, 1fr);
  }
  /**/
  .page-template-about .about .inner .top h1 {
    font-size: 45px;
    margin-bottom: 10px;
  }
  .page-template-about .about .inner .top h2 {
    font-size: 25px;
  }
  .team .inner .list ul li h3 {
    font-size: 17px;
  }
  .team .inner .list ul li .btn-main {
    font-size: 12px;
  }
  .team .inner .list {
    margin-top: 30px;
  }
  .passion .inner .right .text {
    margin-top: 20px;
  }
  .team .inner .list ul li h4 {
    font-size: 15px;
  }
  .team .inner .list ul {
    gap: 10px;
  }
  .passion .inner .right .h2,
  .page-template-about .testimonails .inner .h2,
  .page-template-about .pain .inner .left .h2 {
    font-size: 22px;
  }
  .passion .inner .right .text ul li {
    font-size: 16px;
  }
  .page-template-about .hero-banners .inner .left h2 {
    font-size: 50px;
  }
  .passion .inner {
    gap: 38px;
    grid-template-columns: 450px auto;
  }
  .page-template-about .client .inner ul li p.title {
    font-size: 15px;
    padding: 18px 20px;
  }
  .pain .inner {
    gap: 60px;
  }
  .footermenu ul li a {
    font-size: 16px;
  }
  .footermenu {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .container {
    padding: 0 15px;
  }
  .header .header-main .logo {
    top: 0px;
  }
  .header .menu-header-menu-container {
    height: 100%;
  }
  .header .header-right {
    padding: 0;
    width: 20% !important;
    border-left: unset;
  }
  .header .header-right .nav-main {
    width: 100%;
    height: 100vh !important;
    position: fixed;
    left: -100%;
    top: 0;
    padding-right: 0;
    overflow: hidden;
    transition: inherit;
    z-index: 9;
    display: none;
    transition: all 0.25s ease 0s;
    background: #fff;
  }
  .header .header-right .nav-main ul.menu {
    background: #fff url(../images/menu-sep.svg) no-repeat center bottom;
    padding: 30px 0;
    position: relative;
    z-index: 9;
    height: 100%;
  }
  .header .header-right .nav-main ul.menu li {
    float: none;
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 12px 15px;
  }
  .header .header-right .nav-main ul.menu li a {
    float: none;
    display: inline-block;
    height: auto;
    line-height: 110%;
    display: block;
    font-size: 16px;
    padding: 0;
    color: #333333;
    transition: inherit;
  }
  .header .header-right .nav-main ul.menu li a::after {
    display: none;
  }
  .header .header-right .nav-main ul.menu li a:hover {
    color: #d3b396;
  }
  .header .header-right .nav-main ul.menu li .hover {
    display: none;
  }
  .header .header-right .nav-main ul.menu li ul.sub-menu {
    width: 100% !important;
    padding: 0px 0px 0 20px;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    position: relative;
    box-shadow: none;
    transition: all 0s !important;
    top: 0;
    left: 0px;
    overflow-y: scroll;
  }
  .header .header-right .nav-main ul.menu li ul.sub-menu:before {
    display: none;
  }
  .header .header-right .nav-main ul.menu li ul.sub-menu li a {
    border-bottom: unset;
    padding-left: 0;
    color: #000;
    font-size: 14px;
    font-weight: 400 !important;
    text-transform: capitalize;
  }
  .header .header-right .nav-main ul.menu li span {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0;
    width: 50px;
    height: 50px;
    z-index: 111;
    background: url("../images/ic-menu-dropdown-arrow-black.svg") no-repeat;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    cursor: pointer;
    border: none;
    padding-bottom: 0;
  }
  .header .header-right .nav-main ul.menu li.menu-item-has-children {
    background-image: unset;
  }
  .header .header-right .nav-main ul.menu li.open span {
    transform: rotate(180deg);
    transition: all 0.5s;
  }
  .nav_open {
    overflow: hidden;
  }
  .header .header-main .logo {
    order: 1;
  }
  .header .header-right {
    order: 3;
  }
  .header .header-main .call {
    order: 2;
    margin-left: auto;
  }
  .header .header-right {
    margin-left: 0;
  }
  .res_navigation {
    width: 30px;
    display: block;
    position: relative;
    right: 0px;
    top: 0px;
    margin: 0;
  }
  .nav-toggle.active .bottom {
    transform: translateY(-7px) translateX(0) rotate(-45deg);
    background: #333;
    top: 15px;
  }
  .nav-toggle.active .top {
    transform: translateY(12px) translateX(0) rotate(45deg);
    background: #333;
    top: -4px;
  }
  .nav-toggle.active .middle {
    opacity: 0;
    background: #333;
  }
  .fill-out .inner .box {
    grid-template-columns: auto;
    gap: 10px;
  }
  .fill-out .inner .box .left p,
  .fill-out .inner .box .left h2 {
    text-align: center;
  }
  .hero-banners .inner {
    grid-template-columns: repeat(1, 1fr);
  }
  .hero-banners .inner .left .title {
    padding-right: 0;
  }
  .hero-banners .inner .left .text {
    max-width: 100%;
  }
  .hero-banners .inner .right img {
    padding-top: 0;
  }
  .hero-banners .inner .right:before {
    width: 445px;
    height: 493px;
  }
  .hero-banners .inner .right:before {
    top: auto;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
  }
  .header .header-right {
    width: auto !important;
    padding-left: 20px;
  }
  .about .inner .center {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .about .inner .center .right .img-fluid {
    position: absolute;
    left: 0;
    top: 20px;
  }
  .about .inner .center p {
    text-align: left;
  }
  .risk .inner h2 {
    max-width: 100%;
    text-align: left;
  }
  .risk .inner .text p {
    text-align: left;
  }
  .risk .inner .box .left {
    width: 100%;
  }
  .risk .inner .box .left img {
    width: 100%;
  }
  .pain .inner {
    grid-template-columns: auto;
    gap: 20px;
  }
  .client .inner ul {
    gap: 10px;
  }
  .victim .inner .box .right .boxs .title,
  .victim .inner .box .right .boxs .text p {
    text-align: left;
  }
  .risk .inner .bottom .bottomtext {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .risk .inner h2 br {
    display: none;
  }
  .form-footer .inner {
    grid-template-columns: auto;
    gap: 20px;
  }
  .form-footer .inner .left .text {
    max-width: 100%;
  }
  .form-footer .inner .right .forms h3 {
    margin-bottom: 12px !important;
    max-width: 100%;
  }
  .footer .inner .innercol {
    grid-template-columns: auto;
    gap: 40px;
  }
  .footer .inner .left {
    order: 2;
  }
  .footer .inner .innercol {
    padding-bottom: 7px;
  }
  .footer .innerrwo {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header .header-right .nav-main ul.menu {
    padding-top: 54px;
  }
  .nav_open {
    overflow: hidden;
  }
  .about .inner .top h2 {
    text-align: left;
  }
  .about .inner .top .text {
    text-align: left;
  }
  .risk .inner .box .left img {
    border-radius: 15px;
  }
  .pain .inner {
    gap: 0;
  }
  .heroconatact .inner p {
    font-size: 17px;
  }
  h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .page-template-about .about .inner .top h1 {
    font-size: 42px;
    text-align: left;
  }
  .page-template-about .about .inner .top h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .team .inner .list ul {
    gap: 30px 10px;
    grid-template-columns: repeat(3, 1fr);
  }
  .passion .inner {
    grid-template-columns: auto;
    gap: 8px;
  }
  .passion .inner .left {
    order: 2;
  }
}
@media (max-width: 767px) {
  .header .call .inner {
    padding-left: 0;
    width: 40px;
    height: 40px;
    position: relative;
  }
  .header .call p {
    font-size: 12px;
    display: none;
  }
  .header .call a {
    font-size: 14px;
    position: absolute;
    left: 0;
    height: 40px;
    opacity: 0;
  }
  .fixed .header .header-main .logo {
    width: 147px;
  }
  .fill-out .gform_wrapper.gravity-theme .gform_fields {
    display: block;
  }
  .fill-out form#gform_1 {
    display: flex;
    -moz-column-gap: 11px;
    column-gap: 11px;
    flex-direction: column;
  }
  .gform_wrapper.gravity-theme .gfield {
    grid-column: 1/-1;
    min-width: 0;
    margin-bottom: 10px;
    float: left;
    width: 100%;
  }
  .fill-out input#gform_submit_button_1 {
    width: 100%;
  }
  .fill-out .gform_wrapper textarea {
    height: 70px !important;
  }
  .gform_wrapper textarea {
    padding: 13px 15px !important;
  }
  .about .inner .top h2 {
    margin-bottom: 10px;
    text-align: left;
  }
  .about .inner .top .text {
    text-align: left;
    margin: auto;
  }
  .about .inner .center p {
    text-align: left;
  }
  .about .inner .center .right .img-fluid {
    background: #fff;
    padding: 12px;
    top: 0;
  }
  .about .inner .center .right {
    position: relative;
    padding-top: 0;
  }
  .brand .inner .list {
    display: block;
    align-items: normal;
    justify-items: normal;
    margin-top: 20px;
  }
  .brand .inner .list .slick-track {
    display: flex;
    align-items: center;
  }
  .brand .inner .list .imgs {
    margin: 0 10px;
  }
  .slick-dots li {
    margin: 0 !important;
  }
  .brand .inner .list .imgs img.imageone {
    width: 100px;
  }
  .risk .inner .bottom .bottomtext {
    flex-direction: column;
  }
  .risk .inner .bottom .bottomtext p {
    line-height: 120%;
  }
  .client .inner ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .client .inner ul li {
    margin-bottom: 31px;
  }
  .brand .inner h3 {
    line-height: 112.632%;
  }
  .client .inner ul li:last-child {
    margin-bottom: 0;
  }
  .risk .inner .box {
    margin-top: 10px;
  }
  .risk .inner .box {
    gap: 18px;
  }
  .testimonails .inner ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .footer .inner .left {
    row-gap: 20px;
    flex-direction: column;
  }
  .footer .inner .left .box .address {
    padding-bottom: 10px;
  }
  .footer .inner .left .box .title {
    font-size: 17px;
    padding-bottom: 9px;
  }
  .footer .inner .left .box {
    max-width: 100%;
  }
  .footer .innerrwo .text p,
  .footer .innerrwo .copyrights {
    font-size: 12px;
  }
  .form-footer .inner .right .forms {
    padding: 30px 15px;
  }
  .form-footer .gform_wrapper.gravity-theme .gfield {
    margin-bottom: 0px;
  }
  .footer .inner .left .box a span,
  .footer .inner .left .box p span {
    font-size: 16px;
  }
  .footer .inner .innercol {
    gap: 20px;
  }
  .hero-banners .inner .right:before {
    width: 245px;
    height: 293px;
  }
  .brand {
    overflow: hidden;
  }
  .risk .inner .text {
    margin-top: 11px;
  }
  .page-template-sexually-assaulted .pain .inner .left ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .innerbottom .text {
    text-align: left;
  }
  .page-template-foster-care .pain .heading h2 {
    margin-bottom: 10px;
  }
  .c-forms .inner .right .forms {
    padding: 15px;
  }
  .c-forms .inner .right h2 {
    font-size: 32px;
  }
  .offers .inner .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .gform_wrapper .gform_footer .gform_button {
    padding: 0 !important;
  }
  .page-template-about .hero-banners .inner .left h2 {
    font-size: 30px;
  }
  .page-template-about .about .inner .top h1 {
    font-size: 30px;
  }
  .team .inner .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .footermenu ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .footermenu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    margin-top: 30px;
  }
}
/*  Responsive End *//*# sourceMappingURL=style.css.map */