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

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

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

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

a:focus {
  -moz-outline-style: none;
  outline: none;
}

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

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

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

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

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

html body {
  font-family: "Inter 28pt";
  font-weight: normal;
  overflow-x: hidden;
  background: #fff;
  padding: 0;
}

*::-moz-selection {
  color: #fff;
  background: #267f3e;
}

*::selection {
  color: #fff;
  background: #267f3e;
}

*::-moz-selection {
  color: #fff;
  background: #267f3e;
}

*::-webkit-selection {
  color: #fff;
  background: #267f3e;
}

*::-ms-selection {
  color: #fff;
  background: #267f3e;
}

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: "Inter 28pt";
  border: 0;
  outline: 0;
  font-size: 100%;
}

b,
strong {
  font-weight: 600;
}

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

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

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

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

body a {
  font-family: "Inter 28pt";
  font-weight: normal;
  color: #1b1d1f;
  text-decoration: none;
  outline: none !important;
}

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

body a:hover {
  color: #d1aa4f;
  outline: none !important;
}

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

ul,
li {
  list-style: none;
}

input,
select,
textarea,
.site textarea {
  font-family: "Inter 28pt";
  font-weight: normal;
  width: 100%;
  background: #fff;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

h2,
h1 {
  color: #000;
  font-size: 56px;
  font-weight: normal;
  position: relative;
  font-weight: 700;
  font-family: "FONTSPRING DEMO - Kimberley Rg";
  line-height: 110%;
  text-transform: uppercase;
}
h2 span,
h1 span {
  color: #267f3e;
  font-weight: 700;
  font-family: "FONTSPRING DEMO - Kimberley Rg";
}

h3 {
  color: #000;
  font-size: 28px;
  font-weight: normal;
  position: relative;
  font-weight: 700;
  font-family: "FONTSPRING DEMO - Kimberley Rg";
  line-height: 110%;
}

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

body p {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  font-family: "Inter 28pt";
  margin: 0;
  padding: 0 0 12px 0;
  text-align: left;
  display: block;
}

body p strong {
  color: #000;
}

p:last-of-type {
  padding-bottom: 0;
}

.padding {
  padding: 100px 0;
}

iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  left: -70px;
  right: auto;
  top: 50%;
  bottom: auto;
  margin: auto;
  font-size: 0;
  background-image: url("../images/Arrow-yellow.svg");
  background-color: #fff;
  background-size: contain;
  border-radius: 50%;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  z-index: 1;
  transform: translateY(-50%) rotate(180deg);
  background-size: 15px;
  background-position: center;
}

.owl-carousel .owl-nav button:hover {
  opacity: 0.8;
}

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

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

.owl-dots button {
  height: 8px;
  width: 8px;
  background: #161616 !important;
  border-radius: 50px;
  padding: 0;
  border: 0;
  transition: unset;
  margin: 0 7px;
}

.owl-dots button.active {
  height: 14px;
  width: 14px;
  background: transparent !important;
  border: 2px solid #ad7d45;
  transition: unset;
}

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

.gform_wrapper h2.gform_title {
  display: none;
}
.gform_wrapper .gfield input,
.gform_wrapper .gfield select {
  background: transparent;
  height: 55px;
  line-height: 55px;
  padding: 0 15px !important;
  border: 1px solid #ddd !important;
  color: #1b1d1f;
  font-size: 16px !important;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
}
.gform_wrapper .gfield select {
  cursor: pointer;
  color: #808080;
}
.gform_wrapper .gfield .ginput_container_select {
  position: relative;
}
.gform_wrapper .gfield .ginput_container_select::before {
  position: absolute;
  content: "";
  background-image: url(../images/ic-menu-dropdown-arrow-black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 6px;
  left: auto;
  right: 24px;
  top: 24px;
  filter: brightness(0) saturate(100%) invert(69%) sepia(0%) saturate(3502%) hue-rotate(44deg) brightness(93%) contrast(90%);
  pointer-events: none;
}
.gform_wrapper .gfield textarea {
  background: transparent;
  height: 126px !important;
  line-height: normal;
  padding: 15px !important;
  border: 1px solid #ddd !important;
  color: #1b1d1f;
  font-size: 16px !important;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
  resize: none;
}
.gform_wrapper .gfield div.ginput_container {
  background-color: transparent;
  width: 100%;
}
.gform_wrapper::-moz-placeholder, .gform_wrapper select::-moz-placeholder {
  color: #61606b;
}
.gform_wrapper::placeholder,
.gform_wrapper select::placeholder {
  color: #61606b;
}
.gform_wrapper .gform_footer {
  padding: 0 !important;
  margin: 20px 0 0px !important;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.gform_wrapper .gform_footer .gform_button {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.96px;
  line-height: 130%;
  font-weight: bold;
  padding: 15px 50px 15px 24px;
  display: inline-block;
  position: relative;
  border-radius: 0px;
  border: 0;
  cursor: pointer;
  transition: all ease 0.5s;
}
.gform_wrapper .gform_footer::before {
  position: absolute;
  content: "";
  background: url(../images/header-arrow.svg) no-repeat;
  background-size: contain;
  width: 13px;
  height: 11px;
  top: 19px;
  left: auto;
  right: 24px;
  pointer-events: none;
  z-index: 1;
}

select::-moz-placeholder {
  color: #31313f;
}

select::placeholder {
  color: #31313f;
}

.gform_validation_errors {
  display: none !important;
}

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

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

.gform_confirmation_message {
  padding: 0 0 10px;
  text-align: left;
  color: green;
  font-weight: 600;
  font-size: 18px;
}

a.btn-main {
  background: #6cac56;
  font-size: 16px;
  color: #fff !important;
  letter-spacing: 0.96px;
  line-height: 130%;
  font-weight: bold;
  padding: 10px 10px 10px 28px;
  display: inline-block;
  position: relative;
  border-radius: 0px;
  display: flex;
  align-items: center;
  -moz-column-gap: 28px;
       column-gap: 28px;
  text-transform: uppercase;
}
a.btn-main img {
  width: auto;
}
a.btn-main:hover {
  background-color: #267f3e;
}

a.btn-main-two {
  background: #267f3e;
  box-shadow: 0 7px 10px 0 rgba(38, 127, 62, 0.25);
  font-size: 16px;
  color: #fff !important;
  letter-spacing: 0.96px;
  line-height: 130%;
  font-weight: bold;
  padding: 10px 10px 10px 28px;
  display: inline-block;
  position: relative;
  border-radius: 0px;
  display: flex;
  align-items: center;
  -moz-column-gap: 18px;
       column-gap: 18px;
  text-transform: uppercase;
}
a.btn-main-two img {
  width: 30px;
}
a.btn-main-two:hover {
  background-color: #000;
}

@font-face {
  font-family: "FONTSPRING DEMO - Kimberley Rg";
  src: url("./fonts/FONTSPRINGDEMO-KimberleyRgBold.eot");
  src: url("./fonts/FONTSPRINGDEMO-KimberleyRgBold.eot?#iefix") format("embedded-opentype"), url("./fonts/FONTSPRINGDEMO-KimberleyRgBold.woff2") format("woff2"), url("./fonts/FONTSPRINGDEMO-KimberleyRgBold.woff") format("woff"), url("./fonts/FONTSPRINGDEMO-KimberleyRgBold.ttf") format("truetype"), url("./fonts/FONTSPRINGDEMO-KimberleyRgBold.svg#FONTSPRINGDEMO-KimberleyRgBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pirulen";
  src: url("./fonts/Pirulen-Regular.eot");
  src: url("./fonts/Pirulen-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/Pirulen-Regular.woff2") format("woff2"), url("./fonts/Pirulen-Regular.woff") format("woff"), url("./fonts/Pirulen-Regular.ttf") format("truetype"), url("./fonts/Pirulen-Regular.svg#Pirulen-Regular") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter 28pt";
  src: url("./fonts/Inter28pt-Black.eot");
  src: url("./fonts/Inter28pt-Black.eot?#iefix") format("embedded-opentype"), url("./fonts/Inter28pt-Black.woff2") format("woff2"), url("./fonts/Inter28pt-Black.woff") format("woff"), url("./fonts/Inter28pt-Black.ttf") format("truetype"), url("./fonts/Inter28pt-Black.svg#Inter28pt-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter 28pt";
  src: url("./fonts/Inter28pt-ExtraBoldItalic.eot");
  src: url("./fonts/Inter28pt-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("./fonts/Inter28pt-ExtraBoldItalic.woff2") format("woff2"), url("./fonts/Inter28pt-ExtraBoldItalic.woff") format("woff"), url("./fonts/Inter28pt-ExtraBoldItalic.ttf") format("truetype"), url("./fonts/Inter28pt-ExtraBoldItalic.svg#Inter28pt-ExtraBoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter 28pt";
  src: url("./fonts/Inter28pt-BlackItalic.eot");
  src: url("./fonts/Inter28pt-BlackItalic.eot?#iefix") format("embedded-opentype"), url("./fonts/Inter28pt-BlackItalic.woff2") format("woff2"), url("./fonts/Inter28pt-BlackItalic.woff") format("woff"), url("./fonts/Inter28pt-BlackItalic.ttf") format("truetype"), url("./fonts/Inter28pt-BlackItalic.svg#Inter28pt-BlackItalic") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter 28pt";
  src: url("./fonts/Inter28pt-BoldItalic.eot");
  src: url("./fonts/Inter28pt-BoldItalic.eot?#iefix") format("embedded-opentype"), url("./fonts/Inter28pt-BoldItalic.woff2") format("woff2"), url("./fonts/Inter28pt-BoldItalic.woff") format("woff"), url("./fonts/Inter28pt-BoldItalic.ttf") format("truetype"), url("./fonts/Inter28pt-BoldItalic.svg#Inter28pt-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter 28pt";
  src: url("./fonts/Inter28pt-ExtraBold.eot");
  src: url("./fonts/Inter28pt-ExtraBold.eot?#iefix") format("embedded-opentype"), url("./fonts/Inter28pt-ExtraBold.woff2") format("woff2"), url("./fonts/Inter28pt-ExtraBold.woff") format("woff"), url("./fonts/Inter28pt-ExtraBold.ttf") format("truetype"), url("./fonts/Inter28pt-ExtraBold.svg#Inter28pt-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter 28pt";
  src: url("./fonts/Inter28pt-Bold.eot");
  src: url("./fonts/Inter28pt-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/Inter28pt-Bold.woff2") format("woff2"), url("./fonts/Inter28pt-Bold.woff") format("woff"), url("./fonts/Inter28pt-Bold.ttf") format("truetype"), url("./fonts/Inter28pt-Bold.svg#Inter28pt-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter 28pt";
  src: url("./fonts/Inter28pt-ExtraLightItalic.eot");
  src: url("./fonts/Inter28pt-ExtraLightItalic.eot?#iefix") format("embedded-opentype"), url("./fonts/Inter28pt-ExtraLightItalic.woff2") format("woff2"), url("./fonts/Inter28pt-ExtraLightItalic.woff") format("woff"), url("./fonts/Inter28pt-ExtraLightItalic.ttf") format("truetype"), url("./fonts/Inter28pt-ExtraLightItalic.svg#Inter28pt-ExtraLightItalic") format("svg");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter 28pt";
  src: url("./fonts/Inter28pt-Light.eot");
  src: url("./fonts/Inter28pt-Light.eot?#iefix") format("embedded-opentype"), url("./fonts/Inter28pt-Light.woff2") format("woff2"), url("./fonts/Inter28pt-Light.woff") format("woff"), url("./fonts/Inter28pt-Light.ttf") format("truetype"), url("./fonts/Inter28pt-Light.svg#Inter28pt-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter 28pt";
  src: url("./fonts/Inter28pt-ExtraLight.eot");
  src: url("./fonts/Inter28pt-ExtraLight.eot?#iefix") format("embedded-opentype"), url("./fonts/Inter28pt-ExtraLight.woff2") format("woff2"), url("./fonts/Inter28pt-ExtraLight.woff") format("woff"), url("./fonts/Inter28pt-ExtraLight.ttf") format("truetype"), url("./fonts/Inter28pt-ExtraLight.svg#Inter28pt-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter 28pt";
  src: url("./fonts/Inter28pt-Italic.eot");
  src: url("./fonts/Inter28pt-Italic.eot?#iefix") format("embedded-opentype"), url("./fonts/Inter28pt-Italic.woff2") format("woff2"), url("./fonts/Inter28pt-Italic.woff") format("woff"), url("./fonts/Inter28pt-Italic.ttf") format("truetype"), url("./fonts/Inter28pt-Italic.svg#Inter28pt-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter 28pt";
  src: url("./fonts/Inter28pt-LightItalic.eot");
  src: url("./fonts/Inter28pt-LightItalic.eot?#iefix") format("embedded-opentype"), url("./fonts/Inter28pt-LightItalic.woff2") format("woff2"), url("./fonts/Inter28pt-LightItalic.woff") format("woff"), url("./fonts/Inter28pt-LightItalic.ttf") format("truetype"), url("./fonts/Inter28pt-LightItalic.svg#Inter28pt-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter 28pt";
  src: url("./fonts/Inter28pt-Regular.eot");
  src: url("./fonts/Inter28pt-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/Inter28pt-Regular.woff2") format("woff2"), url("./fonts/Inter28pt-Regular.woff") format("woff"), url("./fonts/Inter28pt-Regular.ttf") format("truetype"), url("./fonts/Inter28pt-Regular.svg#Inter28pt-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter 28pt";
  src: url("./fonts/Inter28pt-MediumItalic.eot");
  src: url("./fonts/Inter28pt-MediumItalic.eot?#iefix") format("embedded-opentype"), url("./fonts/Inter28pt-MediumItalic.woff2") format("woff2"), url("./fonts/Inter28pt-MediumItalic.woff") format("woff"), url("./fonts/Inter28pt-MediumItalic.ttf") format("truetype"), url("./fonts/Inter28pt-MediumItalic.svg#Inter28pt-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter 28pt";
  src: url("./fonts/Inter28pt-Medium.eot");
  src: url("./fonts/Inter28pt-Medium.eot?#iefix") format("embedded-opentype"), url("./fonts/Inter28pt-Medium.woff2") format("woff2"), url("./fonts/Inter28pt-Medium.woff") format("woff"), url("./fonts/Inter28pt-Medium.ttf") format("truetype"), url("./fonts/Inter28pt-Medium.svg#Inter28pt-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter 28pt";
  src: url("./fonts/Inter28pt-ThinItalic.eot");
  src: url("./fonts/Inter28pt-ThinItalic.eot?#iefix") format("embedded-opentype"), url("./fonts/Inter28pt-ThinItalic.woff2") format("woff2"), url("./fonts/Inter28pt-ThinItalic.woff") format("woff"), url("./fonts/Inter28pt-ThinItalic.ttf") format("truetype"), url("./fonts/Inter28pt-ThinItalic.svg#Inter28pt-ThinItalic") format("svg");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter 28pt";
  src: url("./fonts/Inter28pt-SemiBold.eot");
  src: url("./fonts/Inter28pt-SemiBold.eot?#iefix") format("embedded-opentype"), url("./fonts/Inter28pt-SemiBold.woff2") format("woff2"), url("./fonts/Inter28pt-SemiBold.woff") format("woff"), url("./fonts/Inter28pt-SemiBold.ttf") format("truetype"), url("./fonts/Inter28pt-SemiBold.svg#Inter28pt-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter 28pt";
  src: url("./fonts/Inter28pt-SemiBoldItalic.eot");
  src: url("./fonts/Inter28pt-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("./fonts/Inter28pt-SemiBoldItalic.woff2") format("woff2"), url("./fonts/Inter28pt-SemiBoldItalic.woff") format("woff"), url("./fonts/Inter28pt-SemiBoldItalic.ttf") format("truetype"), url("./fonts/Inter28pt-SemiBoldItalic.svg#Inter28pt-SemiBoldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter 28pt";
  src: url("./fonts/Inter28pt-Thin.eot");
  src: url("./fonts/Inter28pt-Thin.eot?#iefix") format("embedded-opentype"), url("./fonts/Inter28pt-Thin.woff2") format("woff2"), url("./fonts/Inter28pt-Thin.woff") format("woff"), url("./fonts/Inter28pt-Thin.ttf") format("truetype"), url("./fonts/Inter28pt-Thin.svg#Inter28pt-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
.nav_open #header .header .header-right .nav-main {
  left: 0px;
}

.fixed {
  background-color: #060f20 !important;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}
.fixed .header .header-main {
  padding: 5px 0;
}
.fixed .header .header-main .logo {
  width: 167px;
}
.fixed .header .header-main .logo:before {
  opacity: 0;
}
.fixed .header .header-main .logo a {
  top: 0px;
}
.fixed .header .topbar {
  padding: 10px 0;
}

#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-wrap {
  background-color: #fff;
}

.header .header-main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px 0;
}
.header .header-main .logo {
  float: left;
  width: 100%;
  max-width: 227px;
  position: relative;
  top: 0px;
  margin-left: 0;
  z-index: 9;
  transition: all 0.3s;
}
.header .header-main .logo:before {
  content: "";
  position: absolute;
  background-image: url("../images/logobg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 339px;
  height: 30px;
  left: -57px;
  bottom: -40px;
  transition: all 0.3s;
}
.header .header-main .logo a {
  position: relative;
  top: 13px;
  float: left;
  width: auto;
  transition: all 0.3s;
}
.header .header-main .logo a img {
  margin: 0 auto;
  display: inline-block;
}
.header .header-right {
  float: right;
  position: relative;
  z-index: 9;
}
.header .header-right .nav-main {
  float: right;
  width: auto;
}
.header .header-right .nav-main ul.menu {
  height: auto;
  display: flex;
  align-items: center;
  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 20px;
}
.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 .header-right .nav-main ul.menu li:last-child {
  padding-right: 0;
}
.header .header-right .nav-main ul.menu li:last-child a {
  background-color: #6cac56;
  color: #fff !important;
  padding: 13px 22px;
}
.header .header-right .nav-main ul.menu li:last-child a:hover {
  background-color: #000;
  color: #fff !important;
}
.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: #6cac56;
  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: 700;
  font-size: 18px;
  line-height: 120%;
  color: #000;
  text-decoration: none;
  transition: all 0.25s ease 0s;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
}
.header .header-right .nav-main ul.menu li a:hover {
  color: #6cac56;
}
.header .header-right .nav-main ul.menu:hover .hover {
  width: 100%;
}
.header .header-right .nav-main ul.menu 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 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 ul.sub-menu li a {
  float: left;
  background: none;
  width: 100%;
  height: auto;
  color: #000;
  line-height: 120%;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  padding: 15px 30px;
  text-transform: uppercase;
  transition: all 0.25s;
  border-bottom: 1px solid #eeeeee;
}
.header .header-right .nav-main ul.menu ul.sub-menu li a:hover {
  color: #6cac56 !important;
  background-color: transparent !important;
}
.header .header-right .nav-main ul.menu:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
  border-radius: 2px;
}

.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: #333;
  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 .topbar {
  background-color: #000;
  padding: 18px 0;
  transition: all 0.3s;
}
.header .topbar .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.header .topbar .inner .left {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.header .topbar .inner .left a {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  position: relative;
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: center left;
  padding-left: 26px;
}
.header .topbar .inner .left a:hover {
  color: #6cac56;
}
.header .topbar .inner .left a.phone {
  background-image: url("../images/callicon.svg");
  background-position: top 0px left;
}
.header .topbar .inner .left a.faxno {
  background-image: url("../images/faxicon.svg");
}
.header .topbar .inner .left a.email {
  background-image: url("../images/emailicon.svg");
}
.header .topbar .inner .left a.phone:before, .header .topbar .inner .left a.faxno:before {
  content: "";
  position: absolute;
  left: auto;
  right: -20px;
  width: 1px;
  height: 19px;
  opacity: 0.3;
  background: #fff;
}
.header .topbar .inner .right {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  justify-content: flex-end;
  align-items: center;
}

/* section css start */
.container {
  width: 1420px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}

.banner {
  min-height: 1010px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.banner::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 220px;
  pointer-events: none;
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}

.banner .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}

.banner .container::before {
  position: absolute;
  content: "";
  background: url(../images/banner-shadow.png) no-repeat;
  background-size: contain;
  width: 1250px;
  height: 790px;
  top: -220px;
  left: -520px;
  z-index: -1;
  pointer-events: none;
}

.banner .container h1 {
  color: #fff;
  font-size: 86px;
  line-height: 105%;
  margin-bottom: 35px;
}

.banner .container h1 br {
  display: block;
}

.banner .container h1 strong {
  color: #d2ac51;
  font-weight: bold;
}

.banner a.btn-main {
  padding: 25px 52px 25px 23px;
}

.banner a.btn-main::before {
  top: 30px;
  right: 34px;
}

section {
  margin-top: 145px;
}

.hero-banner {
  position: relative;
}
.hero-banner .innerhero {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-banner .innerhero .inner {
  display: grid;
  grid-template-columns: auto 569px;
}
.hero-banner .innerhero .inner .right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hero-banner .innerhero .inner .right h1 {
  text-align: left;
  color: #fff;
  padding-bottom: 25px;
}
.hero-banner .innerhero .inner .right .text {
  padding-bottom: 28px;
}
.hero-banner .innerhero .inner .right .text p {
  color: #fff;
}
.hero-banner .innerhero .inner .right .text p strong {
  color: #6cac53;
  font-weight: 600;
}
.hero-banner:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url("../images/hero-bg.png");
  width: 749px;
  height: 58px;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-banner:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("../images/banner-icon.png");
  background-repeat: no-repeat;
  width: 463px;
  height: 436px;
  opacity: 0.2;
  background-size: contain;
}
.hero-banner img {
  width: 100%;
  height: auto;
}

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

.about {
  padding: 70px 0;
}
.about .inner h2 {
  text-align: center;
  padding-bottom: 26px;
}
.about .inner .text {
  max-width: 1019px;
  margin: auto;
}
.about .inner .text p {
  text-align: center;
  font-weight: 500;
  line-height: 160%;
}
.about .inner .box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.about .inner .box .colone {
  background-image: url("../images/cta-icon.svg");
  background-repeat: no-repeat;
  background-size: 46px;
  padding-left: 57px;
  background-position: top 6px left;
}
.about .inner .box .colone p {
  color: #6cac56;
  font-family: "Inter 28pt";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 15.4px */
  letter-spacing: 2.66px;
}
.about .inner .box .colone a {
  color: #000;
  font-family: "Inter 28pt";
  font-size: 34px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%; /* 37.4px */
  padding-top: 10px;
  float: left;
}
.about .inner .box .coltwo {
  padding-left: 15px;
}
.about .inner .box .colthree {
  padding-left: 30px;
}
.about .inner .box .colthree a {
  background: #267f3e;
  box-shadow: 0 7px 10px 0 rgba(38, 127, 62, 0.25);
}
.about .inner .box .colthree a:hover {
  background-color: #000;
}
.about .inner p.subtitle {
  color: #333;
  font-family: "Inter 28pt";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.16px;
  text-align: center;
  padding-top: 14px;
}

.pd95 {
  padding: 95px 0;
}

.menu-quick-link-container {
  display: none;
}

.service {
  background: #f5f5f5;
  padding-bottom: 158px !important;
  position: relative;
}
.service:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url("../images/vector.svg");
  width: 751px;
  height: 58px;
  background-repeat: no-repeat;
  background-size: contain;
}
.service .inner h2 {
  text-align: center;
}
.service .inner .list {
  padding-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 21px;
}
.service .inner .list .box {
  background-color: #fff;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);
  position: relative;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
.service .inner .list .box .img {
  position: relative;
}
.service .inner .list .box .img .image {
  height: 362px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service .inner .list .box .img img.icon {
  position: absolute;
  bottom: -43px;
  left: 50%;
  transform: translateX(-50%);
}
.service .inner .list .box .contain {
  padding: 57px 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.service .inner .list .box .contain h3 {
  text-align: center;
  font-family: "Pirulen";
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -2.1px;
  text-transform: uppercase;
}
.service .inner .list .box .contain p.subtext {
  color: var(--2nd-267-f-3-e, #267f3e);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 21.6px */
  letter-spacing: 3.6px;
  text-transform: uppercase;
  padding-top: 5px;
}
.service .inner .list .box .contain .text {
  padding-top: 10px;
  padding-bottom: 30px;
}
.service .inner .list .box .contain .text p {
  font-size: 18px;
  text-align: center;
}
.service .inner .list .box .contain .btn-main-two {
  margin-top: auto;
}

.national .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 60px;
       column-gap: 60px;
  align-items: center;
}
.national .inner .left h2 {
  text-align: left;
}
.national .inner .left .text {
  padding-top: 26px;
  max-width: 590px;
}
.national .inner .left .text p {
  text-align: left;
}
.national .inner .right .subtext {
  padding-top: 15px;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.16px;
}
.national .inner .right .img {
  position: relative;
}
.national .inner .right .img:hover a {
  opacity: 1;
}
.national .inner .right .img a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  opacity: 0;
}

.testimonails {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 138px !important;
}
.testimonails:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 750px;
  height: 58px;
  background-image: url("../images/about-icon.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}
.testimonails:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.82;
  background: #000;
}
.testimonails .inner {
  position: relative;
  z-index: 2;
}
.testimonails .inner h2 {
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 18px;
       column-gap: 18px;
}
.testimonails .inner h2 img {
  margin: 0;
}
.testimonails .inner h2 span {
  color: #6cac56;
}
.testimonails .inner .list {
  margin-top: 50px;
}
.testimonails .inner .list .slick-track {
  padding-top: 21px;
}
.testimonails .inner .list .slick-track {
  display: flex;
}
.testimonails .inner .list .box {
  background-color: #fff;
  padding: 37px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  border-radius: 10px;
  height: auto;
}
.testimonails .inner .list .box:before {
  content: "";
  position: absolute;
  right: 37px;
  top: -19px;
  background-repeat: no-repeat;
  background-image: url("../images/qotes.svg");
  width: 45px;
  height: 40px;
}
.testimonails .inner .list .box .heading {
  color: #27803e;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 30.8px */
  letter-spacing: -0.56px;
}
.testimonails .inner .list .box .name {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 30.6px */
  letter-spacing: -0.36px;
}
.testimonails .inner .list .box .text {
  padding-bottom: 25px;
  margin-bottom: auto;
}
.testimonails .inner .list .box .text p {
  font-size: 18px;
}
.testimonails .inner .list .box img {
  margin: 0;
}
.testimonails .inner .slick-slide {
  margin: 0 13px; /* space left-right */
}
.testimonails .inner .slick-list {
  margin: 0 -13px; /* same value negative */
}

.slick-slider button {
  width: 50px;
  height: 50px;
}
.slick-slider button:hover {
  opacity: 0.7;
}
.slick-slider button:before {
  display: none;
}
.slick-slider button.slick-prev {
  background-image: url("../images/arrow-left.svg");
  background-repeat: no-repeat;
  background-size: 50px;
  left: -75px;
}
.slick-slider button.slick-next {
  background-image: url("../images/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: 50px;
  right: -75px;
}

.blog .inner h2 {
  text-align: center;
}
.blog .inner .list {
  padding-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 39px;
}
.blog .inner .list .box {
  display: flex;
  flex-direction: column;
}
.blog .inner .list .box .img {
  position: relative;
}
.blog .inner .list .box .img:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url("../images/blog-icon.png");
  width: 213px;
  height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
}
.blog .inner .list .box .img img {
  height: 293px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog .inner .list .box .contain {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
.blog .inner .list .box .contain .date {
  color: var(--2nd-267-f-3-e, #267f3e);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 16.8px */
  letter-spacing: 0.84px;
  text-transform: uppercase;
}
.blog .inner .list .box .contain h3 {
  padding-top: 20px;
}
.blog .inner .list .box .contain h3 a {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 26.4px */
}
.blog .inner .list .box .contain .the-excerpt {
  padding-top: 14px;
  padding-bottom: 29px;
}
.blog .inner .list .box .contain .the-excerpt p {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
.blog .inner .list .box .contain a {
  margin-top: auto;
}

.cta {
  padding: 175px 0 98px 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.cta .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 30px;
}
.cta .inner h2 {
  text-align: center;
  color: #fff;
}
.cta .inner a:hover {
  background-color: #000;
}

.phone-footer {
  display: none;
}
.phone-footer .location-block {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.phone-footer .location-block a.get-driction {
  color: var(--1st-6-cac-56, #6cac56);
  font-family: "Inter 28pt";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.42px;
  text-align: left;
  margin-left: 35px;
  border-bottom: 1px solid #6cac56;
  max-width: -moz-max-content;
  max-width: max-content;
}
.phone-footer .location-block a.get-driction:hover {
  color: #fff;
}
.phone-footer .location-block p,
.phone-footer .location-block a {
  color: #fff;
  font-family: "Inter 28pt";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 220%; /* 35.2px */
}
.phone-footer .location-block p {
  padding-bottom: 0;
  background-repeat: no-repeat;
  background-size: 17px;
  padding-left: 35px;
  line-height: 140%;
}
.phone-footer .location-block p a {
  opacity: 1;
}
.phone-footer .location-block p.phone {
  background-image: url(../images/callicon.svg);
  background-position: center left;
}
.phone-footer .location-block .email {
  background-image: url(../images/emailicon.svg);
  background-position: center left;
}
.phone-footer .location-block p.address {
  background-image: url(../images/address.svg);
  background-position: top 0px left;
}
.phone-footer .location-block p.address span {
  opacity: 1;
}

.hero-banner .innerhero .inner .right .img {
  display: none;
}

/*about page*/
.herobanner {
  position: relative;
}
.herobanner:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url("../images/hero-bg.png");
  width: 749px;
  height: 58px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 5;
}
.herobanner:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url("../images/bg-black.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 630px;
  z-index: 2;
}
.herobanner img {
  width: 100%;
  height: auto;
}
.herobanner .inner {
  position: absolute;
  top: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  bottom: 80px;
}
.herobanner .inner .hero-inner h1 {
  color: #fff;
}

.abouts-hero .inner .text {
  max-width: 1036px;
  margin: auto;
  padding-bottom: 60px;
}
.abouts-hero .inner .text p {
  text-align: center;
  font-family: "Inter 28pt";
  font-size: 20px;
  font-style: normal;
  line-height: 160%; /* 32px */
}
.abouts-hero .inner .text p strong {
  color: var(--1st-6-cac-56, #6cac56);
  font-weight: 600;
}
.abouts-hero .inner .list {
  display: flex;
  justify-content: space-between;
  max-width: 1232px;
  margin: auto;
}
.abouts-hero .inner .list .box {
  position: relative;
}
.abouts-hero .inner .list .box:after {
  content: "";
  position: absolute;
  right: -84px;
  top: 0;
  background: #d6d6d6;
  width: 1px;
  height: 124px;
}
.abouts-hero .inner .list .box:last-child:after {
  display: none;
}
.abouts-hero .inner .list .box h3 {
  color: var(--2nd-267-f-3-e, #267f3e);
  text-align: center;
  font-family: "Inter 28pt";
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 112.5%;
}
.abouts-hero .inner .list .box p {
  color: #000;
  text-align: center;
  font-family: "Inter 28pt";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 32px */
}

.partner {
  background: #f5f5f5;
  position: relative;
}
.partner:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../images/vector.svg);
  width: 751px;
  height: 58px;
  background-repeat: no-repeat;
  background-size: contain;
}
.partner .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 40px;
}
.partner .inner .left .text {
  max-width: 594px;
  padding-top: 26px;
}
.partner .inner .left .text p strong {
  color: #6cac56;
  font-weight: 600;
}

.our-value {
  position: relative;
}
.our-value .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 80px;
}
.our-value .inner .left .text {
  max-width: 594px;
  padding-top: 26px;
}
.our-value .inner .left .text p strong {
  color: #6cac56;
  font-weight: 600;
}
.our-value .inner .right {
  display: flex;
  flex-direction: column;
}
.our-value .inner .right h2 {
  text-align: left;
  margin-bottom: 15px;
}
.our-value .inner .right h2 b {
  font-family: "Inter 28pt";
}
.our-value .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  padding-bottom: 0 !important;
}
.our-value .list .box {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);
  padding: 30px;
}
.our-value .list .box img {
  margin: 0;
}
.our-value .list .box h3 {
  padding-top: 32px;
  padding-bottom: 16px;
  text-transform: uppercase;
}
.our-value .list .box h3 b {
  font-family: "Inter 28pt";
}
.our-value .list .box p {
  font-size: 18px;
}

.page-template-service .abouts-hero .inner .text {
  padding-bottom: 0 !important;
}
.page-template-service .cta .inner p {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 24.2px */
}
.page-template-service .cta .inner p span {
  color: #c5df86;
}

.herobanner .inner .hero-inner img {
  position: absolute;
  width: 370px;
  right: 0;
  max-height: none;
  bottom: -50px;
}

.service-list h2 {
  background: #f5f5f5;
  color: #000;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 35.2px */
  text-transform: uppercase;
  padding-bottom: 0 !important;
}
.service-list .list .phoneimage {
  display: none;
}
.service-list .list .inner {
  background: #f5f5f5;
  padding: 95px 0;
  position: relative;
}
.service-list .list .inner:first-child {
  padding-top: 60px !important;
}
.service-list .list .inner:nth-child(1n) {
  padding-bottom: 120px !important;
}
.service-list .list .inner:nth-child(2n) {
  background: #fff;
}
.service-list .list .inner:nth-child(2n) .box .right {
  order: 2;
}
.service-list .list .inner:nth-child(2n):before {
  content: "";
  position: absolute;
  left: 0;
  top: -58px;
  background-image: url(../images/vector.svg);
  width: 751px;
  height: 58px;
  background-repeat: no-repeat;
  background-size: contain;
}
.service-list .list .inner:last-child {
  padding-bottom: 90px !important;
}
.service-list .list .inner .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 123px;
}
.service-list .list .inner .box .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 26px;
}
.service-list .list .inner .box .right .cta-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 10px;
  margin-bottom: 15px;
}
.service-list .list .inner .box .right .cta-box .colone {
  background-image: url("../images/cta-icon.svg");
  background-repeat: no-repeat;
  background-size: 46px;
  padding-left: 57px;
  background-position: top 6px left;
}
.service-list .list .inner .box .right .cta-box .colone p {
  color: #6cac56;
  font-family: "Inter 28pt";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 15.4px */
  letter-spacing: 2.66px;
  padding-bottom: 0;
}
.service-list .list .inner .box .right .cta-box .colone a {
  color: #000;
  font-family: "Inter 28pt";
  font-size: 34px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%; /* 37.4px */
  padding-top: 10px;
  float: left;
}
.service-list .list .inner .box .right .cta-box .coltwo {
  padding-left: 15px;
}
.service-list .list .inner .box .right .cta-box .colthree {
  padding-left: 30px;
}
.service-list .list .inner .box .right .cta-box .colthree a {
  background: #267f3e;
  box-shadow: 0 7px 10px 0 rgba(38, 127, 62, 0.25);
}
.service-list .list .inner .box .right .cta-box .colthree a:hover {
  background-color: #000;
}
.service-list .list .inner .box .right h3 {
  text-align: left;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 61.6px */
  text-transform: uppercase;
}
.service-list .list .inner .box .right h3 span {
  color: #267f3e;
}
.service-list .list .inner .box .right h3 b {
  font-family: "Inter 28pt";
}

/*faq page*/
.faq .inner h2 {
  margin: auto;
  text-align: center;
  padding-bottom: 74px;
}
.faq .inner .right-wrap .faq {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  max-width: 1024px;
  margin: auto;
}
.faq .inner .right-wrap .faq li {
  padding: 24px 30px;
  background: #f5f5f5;
  cursor: pointer;
  position: relative;
}
.faq .inner .right-wrap .faq li.open {
  background: #fff;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.12);
}
.faq .inner .right-wrap .faq li.open h3 {
  color: #267f3e;
}
.faq .inner .right-wrap .faq li.open h3:before {
  background-image: url("../images/minus.svg");
}
.faq .inner .right-wrap .faq li h3 {
  color: #333;
  font-family: "Inter 28pt";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 125% */
  position: relative;
  padding-right: 40px;
}
.faq .inner .right-wrap .faq li h3:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background-image: url("../images/plus.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 16.5px;
  height: 16.5px;
  transform: translate(-50%, -50%);
}
.faq .inner .right-wrap .faq li .answer_faq {
  padding-top: 15px;
}
.faq .inner .right-wrap .faq li .answer_faq p {
  color: #333;
  font-family: "Inter 28pt";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.faq .inner .right-wrap .faq li .answer_faq p a {
  color: #267f3e;
  text-decoration: underline;
}

/*contact page*/
.page-template-connect .herobanner:after {
  background-image: url("../images/bg-gray.png");
}

.form-inner {
  background: #f5f5f5;
}
.form-inner .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 120px;
  align-items: center;
}
.form-inner .inner .left h2 {
  padding-bottom: 20px;
}
.form-inner .inner .left .location-box {
  padding-top: 46px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 114px;
}
.form-inner .inner .left .location-box .location-left .text-contain {
  padding-bottom: 16px;
  margin-bottom: 26px;
  border-bottom: 1px solid #d6d6d6;
}
.form-inner .inner .left .location-box .location-left .text-contain .title {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 19.8px */
  text-transform: uppercase;
  background-repeat: no-repeat;
  padding-bottom: 14px !important;
}
.form-inner .inner .left .location-box .location-left .text-contain a {
  color: #333;
  font-family: "Inter 28pt";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
}
.form-inner .inner .left .location-box .location-left .text-contain a:hover {
  color: #000;
}
.form-inner .inner .left .location-box .location-left .text-contain.address p {
  max-width: 262px;
  font-size: 18px;
}
.form-inner .inner .left .location-box .location-left .phone .title {
  background-image: url(../images/callicon.svg);
  background-position: top 0px left;
  padding-left: 27px;
}
.form-inner .inner .left .location-box .location-left .email .title {
  background-image: url(../images/emailicon.svg);
  background-position: top 0px left;
  padding-left: 27px;
}
.form-inner .inner .left .location-box .location-left .address .title {
  background-image: url(../images/address-white.svg);
  background-position: top 0px left;
  padding-left: 27px;
}
.form-inner .inner .left .location-box .location-left a.get-driction {
  color: var(--2nd-267-f-3-e, #267f3e);
  font-family: "Inter 28pt";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.54px;
}
.form-inner .inner .left .location-box .location-left a.get-driction:hover {
  color: #000;
}
.form-inner .inner .left .location-box .location-right img {
  mix-blend-mode: darken;
}
.form-inner .inner .right .box {
  background: #fff;
  box-shadow: 0 5px 24px 0 rgba(0, 0, 0, 0.1);
  padding: 50px;
}
.form-inner .inner .right .box h3 {
  color: #000;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 30.8px */
  text-transform: uppercase;
}
.form-inner .inner .right .box p {
  color: #333;
  text-align: center;
  font-family: "Inter 28pt";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 32px */
  max-width: 425px;
  margin: auto;
  padding-top: 15px;
  padding-bottom: 30px;
}
.form-inner .inner .right .box .gfield_required {
  display: none;
}
.form-inner .inner .right .box .gform_fields .gfield label {
  color: #333;
  font-family: "Inter 28pt";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
  text-align: left;
  width: 100%;
}
.form-inner .inner .right .box .ginput_container input:focus {
  border-color: #267f3e !important;
}
.form-inner .inner .right .box .gform_wrapper.gravity-theme .gfield textarea.large:focus {
  border-color: #267f3e !important;
}
.form-inner .inner .right .box .gform_footer {
  width: 100%;
}
.form-inner .inner .right .box .gform_button {
  width: 100%;
  background: #267f3e;
  box-shadow: 0 7px 10px 0 rgba(38, 127, 62, 0.25);
  color: #fff;
  font-family: "Inter 28pt";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
  letter-spacing: 0.54px;
  text-transform: uppercase;
  padding: 19px;
}
.form-inner .inner .right .box .gform_button:hover {
  background-color: #000;
}

.gform_wrapper.gravity-theme .description,
.gform_wrapper.gravity-theme .gfield_description,
.gform_wrapper.gravity-theme .gsection_description,
.gform_wrapper.gravity-theme .instruction {
  clear: both;
  font-family: inherit;
  font-size: 15px;
  letter-spacing: normal;
  line-height: inherit;
  padding-top: 13px;
  width: 100%;
  text-align: left;
  font-size: 11px !important;
}

.map .inner {
  max-width: 800px;
  margin: auto;
  position: relative;
}
.map .inner:hover a {
  opacity: 1;
}
.map .inner a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  opacity: 0;
}

/*blog page*/
.blog-hero {
  background: linear-gradient(268deg, rgba(38, 127, 62, 0.06) 0.09%, #6cac56 222.94%);
  padding: 60px 0;
}

.page-template-blog,
.category {
  overflow: visible;
}
.page-template-blog .blog .inner,
.category .blog .inner {
  display: grid;
  grid-template-columns: auto 400px;
  gap: 80px;
}
.page-template-blog .blog .inner .list,
.category .blog .inner .list {
  grid-template-columns: repeat(2, 1fr);
  padding-top: 0;
}
.page-template-blog .blog .inner .list .contain h2,
.category .blog .inner .list .contain h2 {
  color: #000;
  font-family: "Inter 28pt";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 26.4px */
  text-align: left;
  padding-top: 20px;
  text-transform: capitalize;
}
.page-template-blog .blog .inner .categories,
.category .blog .inner .categories {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.page-template-blog .blog .inner .categories .box,
.category .blog .inner .categories .box {
  background: #fff;
  box-shadow: 0 5px 24px 0 rgba(0, 0, 0, 0.1);
  padding: 8px;
  position: sticky;
  top: 8rem;
}
.page-template-blog .blog .inner .categories .box h3,
.category .blog .inner .categories .box h3 {
  color: #fff;
  font-family: "Inter 28pt";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  background: #267f3e;
  box-shadow: 0 5px 24px 0 rgba(0, 0, 0, 0.1);
  padding: 19px;
}
.page-template-blog .blog .inner .categories .box ul,
.category .blog .inner .categories .box ul {
  display: flex;
  flex-direction: column;
  row-gap: 21px;
  padding-top: 25px;
  padding-bottom: 18px;
}
.page-template-blog .blog .inner .categories .box ul li,
.category .blog .inner .categories .box ul li {
  padding: 0 21px;
  display: flex;
  flex-direction: column;
}
.page-template-blog .blog .inner .categories .box ul li a,
.category .blog .inner .categories .box ul li a {
  color: #333;
  font-family: "Inter 28pt";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  width: 100%;
}
.page-template-blog .blog .inner .categories .box ul li a:before,
.category .blog .inner .categories .box ul li a:before {
  content: "";
  position: absolute;
  right: -8px;
  top: 50%;
  background-image: url("../images/blog-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 13px;
  transform: translate(-50%, -50%);
}
.page-template-blog .blog .inner .categories .box ul li a:hover,
.category .blog .inner .categories .box ul li a:hover {
  color: #267f3e;
}
.page-template-blog .blog .inner .categories .box ul li a:hover:before,
.category .blog .inner .categories .box ul li a:hover:before {
  filter: brightness(0) saturate(100%) invert(35%) sepia(73%) saturate(406%) hue-rotate(84deg) brightness(100%) contrast(95%);
}

.paginations {
  display: flex;
  justify-content: center;
  padding-top: 100px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.paginations .page-numbers {
  width: 50px;
  height: 50px;
  border: 1px solid #dde0e6;
  background: #fff;
  text-align: center;
  line-height: 50px;
  color: #333;
  text-align: center;
  font-family: "Inter 28pt";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.36px;
}
.paginations .page-numbers.current, .paginations .page-numbers:hover {
  background: #267f3e;
  color: #fff;
  border-color: #267f3e;
}
.paginations .page-numbers.current svg path, .paginations .page-numbers:hover svg path {
  stroke: #fff;
}

.category .blog-hero .inner h1 {
  text-align: center;
}

.single-post {
  overflow: visible;
}

.blog-details {
  padding-top: 70px;
}
.blog-details .inner {
  display: grid;
  grid-template-columns: auto 400px;
  gap: 80px;
}
.blog-details .inner .left h1 {
  font-family: "Inter 28pt";
  text-transform: capitalize;
  padding-bottom: 30px;
}
.blog-details .inner .left h2,
.blog-details .inner .left h3,
.blog-details .inner .left h4,
.blog-details .inner .left h5,
.blog-details .inner .left h6 {
  font-family: "Inter 28pt";
  text-transform: capitalize;
  padding-bottom: 15px;
}
.blog-details .inner .left .img {
  position: relative;
}
.blog-details .inner .left .img img {
  width: 100%;
}
.blog-details .inner .left .img:after {
  content: "";
  position: absolute;
  left: -1px;
  bottom: 18px;
  background-image: url(../images/vector.svg);
  width: 381px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: contain;
}
.blog-details .inner .left .img p.date {
  color: var(--2nd-267-f-3-e, #267f3e);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.84px;
  text-transform: uppercase;
  z-index: 5;
  position: relative;
  top: -13px;
}
.blog-details .inner .left .text {
  padding-top: 20px;
}
.blog-details .inner .left .text a {
  color: #267f3e;
}
.blog-details .inner .left .text p img {
  margin: 0;
}
.blog-details .inner .left .text ul,
.blog-details .inner .left .text ol {
  padding-bottom: 15px;
}
.blog-details .inner .left .text ul li,
.blog-details .inner .left .text ol li {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  font-family: "Inter 28pt";
  background-image: url("../images/checkicon.svg");
  background-repeat: no-repeat;
  background-position: top 9px left;
  padding-left: 24px;
  padding-bottom: 15px;
}
.blog-details .inner .right .categories {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog-details .inner .right .categories .box {
  background: #fff;
  box-shadow: 0 5px 24px 0 rgba(0, 0, 0, 0.1);
  padding: 8px;
  position: sticky;
  top: 8rem;
}
.blog-details .inner .right .categories .box h3 {
  color: #fff;
  font-family: "Inter 28pt";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  background: #267f3e;
  box-shadow: 0 5px 24px 0 rgba(0, 0, 0, 0.1);
  padding: 19px;
  text-align: left;
}
.blog-details .inner .right .categories .box ul {
  display: flex;
  flex-direction: column;
  row-gap: 21px;
  padding-top: 25px;
  padding-bottom: 18px;
}
.blog-details .inner .right .categories .box ul li {
  padding: 0 21px;
  display: flex;
  flex-direction: column;
}
.blog-details .inner .right .categories .box ul li a {
  color: #333;
  font-family: "Inter 28pt";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  width: 100%;
  text-align: left;
}
.blog-details .inner .right .categories .box ul li a:before {
  content: "";
  position: absolute;
  right: -8px;
  top: 50%;
  background-image: url("../images/blog-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 13px;
  transform: translate(-50%, -50%);
}
.blog-details .inner .right .categories .box ul li a:hover {
  color: #267f3e;
}
.blog-details .inner .right .categories .box ul li a:hover:before {
  filter: brightness(0) saturate(100%) invert(35%) sepia(73%) saturate(406%) hue-rotate(84deg) brightness(100%) contrast(95%);
}

.single-post header#header {
  background-color: #060f20 !important;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}
.single-post .header .header-main .logo:before {
  display: none;
}
.single-post .header .header-main .logo a {
  position: relative;
  top: 0;
  float: left;
  width: auto;
  transition: all 0.3s;
}

.share {
  padding-top: 40px;
}
.share p {
  font-weight: 700;
  padding-bottom: 10px;
}
.share .addtoany_share_save {
  display: none;
}

footer {
  background-color: #000;
}

.footerone {
  border-bottom: 1px solid rgba(217, 217, 217, 0.2196078431);
  padding: 77px 0;
}
.footerone .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.footerone .inner .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footerone .inner .left .footertext {
  padding-top: 22px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  opacity: 0.6;
  padding-bottom: 60px;
  max-width: 459px;
}
.footerone .inner .left a.donation-link {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  padding: 10px;
  border: 1px solid #6cac56;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
  letter-spacing: 0.72px;
  padding-right: 20px;
}
.footerone .inner .left a.donation-link:hover {
  background-color: #6cac56;
}
.footerone .inner .right {
  display: flex;
  flex-direction: column;
}
.footerone .inner .right .menu-quick-link-container {
  display: block !important;
}
.footerone .inner .right .innerright {
  display: grid;
  grid-template-columns: auto 231px;
}
.footerone .inner .right .innerright h3 {
  color: #fff;
  font-family: "Inter 28pt";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%; /* 40px */
  letter-spacing: 0.2px;
  position: relative;
  padding-bottom: 10px;
  text-align: left;
}
.footerone .inner .right .innerright h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #6cac56;
}
.footerone .inner .right .innerright .left {
  display: flex;
  flex-direction: column;
}
.footerone .inner .right .innerright .left .menus {
  margin-top: 24px;
  width: 100%;
}
.footerone .inner .right .innerright .left .menus ul {
  display: block;
  -moz-column-count: 2;
       column-count: 2;
}
.footerone .inner .right .innerright .left .menus ul li a {
  color: #fff;
  font-family: "Inter 28pt";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 220%; /* 35.2px */
  opacity: 0.6;
}
.footerone .inner .right .innerright .left .menus ul li a:hover {
  color: #6cac56;
}
.footerone .inner .right .innerright .right .location-block {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.footerone .inner .right .innerright .right .location-block a.get-driction {
  color: var(--1st-6-cac-56, #6cac56);
  font-family: "Inter 28pt";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.42px;
  text-align: left;
  margin-left: 35px;
  border-bottom: 1px solid #6cac56;
  max-width: -moz-max-content;
  max-width: max-content;
}
.footerone .inner .right .innerright .right .location-block a.get-driction:hover {
  color: #fff;
}
.footerone .inner .right .innerright .right .location-block p,
.footerone .inner .right .innerright .right .location-block a {
  color: #fff;
  font-family: "Inter 28pt";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 220%; /* 35.2px */
}
.footerone .inner .right .innerright .right .location-block p {
  padding-bottom: 0;
  background-repeat: no-repeat;
  background-size: 17px;
  padding-left: 35px;
  line-height: 140%;
}
.footerone .inner .right .innerright .right .location-block p a {
  opacity: 0.6;
}
.footerone .inner .right .innerright .right .location-block p.phone {
  background-image: url(../images/callicon.svg);
  background-position: center left;
}
.footerone .inner .right .innerright .right .location-block .email {
  background-image: url(../images/emailicon.svg);
  background-position: center left;
}
.footerone .inner .right .innerright .right .location-block p.address {
  background-image: url(../images/address.svg);
  background-position: top 3px left;
}
.footerone .inner .right .innerright .right .location-block p.address span {
  opacity: 0.6;
}

.footer-two .bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  padding: 35px 0;
}
.footer-two .bottom .copyright {
  color: #fff;
  font-family: "Inter 28pt";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 21.75px */
}
.footer-two .bottom .social {
  display: flex;
  -moz-column-gap: 7px;
       column-gap: 7px;
  justify-content: flex-end;
}
.footer-two .bottom .social a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 8px;
  width: 40px;
  height: 40px;
}
.footer-two .bottom .social a:hover {
  background-color: #6cac56;
}

@media only screen and (min-width: 1600px) and (max-width: 1899px) {
  .header .header-right .nav-main ul.menu li a,
  .header .header-right .nav-main ul.menu ul.sub-menu li a {
    font-size: 17px;
  }
  .header .header-main {
    padding: 7px 0;
  }
  section {
    margin-top: 133px;
  }
  .header .header-main .logo:before {
    bottom: -36px;
  }
  .header .header-main .logo a {
    top: 10px;
  }
  .header .topbar {
    padding: 15px 0;
  }
  h2,
  h1 {
    font-size: 50px;
  }
  .hero-banner .innerhero .inner .right h1 {
    padding-bottom: 15px;
  }
  body p {
    font-size: 18px;
  }
  .hero-banner .innerhero .inner .right .text {
    padding-bottom: 18px;
  }
  a.btn-main {
    padding: 10px 10px 10px 16px;
    -moz-column-gap: 18px;
         column-gap: 18px;
    font-size: 15px;
  }
  .about .inner .box .colone a {
    font-size: 29px;
  }
  .about .inner .box {
    margin-top: 30px;
  }
  .pd95 {
    padding: 85px 0;
  }
  .service .inner .list .box .img .image {
    height: 312px;
  }
  .service .inner .list .box .contain h3 {
    font-size: 34px;
  }
  .service .inner .list .box .contain p.subtext {
    font-size: 15px;
  }
  .service .inner .list .box .contain .text {
    padding-bottom: 20px;
  }
  a.btn-main-two {
    font-size: 15px;
    padding: 10px 10px 10px 15px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .service {
    padding-bottom: 138px !important;
  }
  .testimonails .inner .list {
    margin-top: 30px;
  }
  .blog .inner .list .box .contain h3 a {
    font-size: 20px;
  }
  .blog .inner .list .box .contain h3 {
    padding-top: 10px;
  }
  .blog .inner .list .box .contain .the-excerpt p {
    font-size: 17px;
  }
  .blog .inner .list .box .contain .the-excerpt {
    padding-bottom: 19px;
  }
  .cta {
    padding: 135px 0 98px 0;
  }
  .footerone {
    padding: 67px 0;
  }
  .footerone .inner .left a.donation-link {
    font-size: 16px;
  }
  .footer-two .bottom {
    padding: 25px 0;
  }
  /*about page*/
  .abouts-hero .inner .text p {
    font-size: 19px;
  }
  .abouts-hero .inner .list .box h3 {
    font-size: 60px;
  }
  .abouts-hero .inner .list .box p {
    font-size: 18px;
  }
  .abouts-hero .inner .text {
    padding-bottom: 40px;
  }
  .abouts-hero .inner .list {
    max-width: 1132px;
  }
  .partner .inner {
    gap: 0;
  }
  .our-value .inner {
    gap: 70px;
  }
  .our-value .list .box h3 {
    padding-top: 22px;
    padding-bottom: 12px;
  }
  .our-value .list {
    gap: 26px;
  }
  /*service page*/
  .service-list .list .inner .box .right h3 {
    font-size: 44px;
  }
  .service-list h2 {
    font-size: 29px;
  }
  .service-list .list .inner:first-child {
    padding-top: 40px !important;
  }
  .service-list .list .inner:nth-child(1n) {
    padding-bottom: 100px !important;
  }
  .service-list .list .inner {
    padding: 85px 0;
  }
  .service-list .list .inner .box {
    gap: 103px;
  }
  .herobanner:before {
    height: 490px;
  }
  .herobanner .inner .hero-inner img {
    width: 270px;
  }
  /*faq page*/
  .faq .inner h2 {
    padding-bottom: 44px;
  }
  .faq .inner .right-wrap .faq li h3 {
    font-size: 23px;
  }
  /*contact form*/
  .form-inner .inner .left .location-box {
    padding-top: 36px;
  }
  .form-inner .inner .right .box {
    padding: 45px;
  }
  .form-inner .inner .right .box p {
    font-size: 18px;
    padding-bottom: 25px;
  }
  .form-inner .inner .left .location-box .location-left a.get-driction {
    font-size: 17px;
  }
  .map .inner iframe {
    height: 490px;
  }
  /*blog page*/
  .page-template-blog .blog .inner .list .contain h2,
  .category .blog .inner .list .contain h2 {
    font-size: 20px;
    padding-top: 15px;
  }
  .paginations {
    padding-top: 80px;
  }
  /*blog details page*/
  .blog-details .inner .left .text h2 {
    font-size: 45px;
  }
  .blog-details .inner .left .text ul li,
  .blog-details .inner .left .text ol li {
    font-size: 18px;
    background-position: top 4px left;
  }
  /**/
  .service-list .list .inner .box .right .cta-box .colone a {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1350px) and (max-width: 1599px) {
  .container {
    width: 1300px;
  }
  .header .header-right .nav-main ul.menu li a,
  .header .header-right .nav-main ul.menu ul.sub-menu li a {
    font-size: 17px;
  }
  .header .header-main {
    padding: 7px 0;
  }
  section {
    margin-top: 133px;
  }
  .header .header-main .logo:before {
    bottom: -36px;
  }
  .header .header-main .logo a {
    top: 10px;
  }
  .header .header-right .nav-main ul.menu li {
    padding: 0 15px;
  }
  .header .topbar {
    padding: 15px 0;
  }
  h2,
  h1 {
    font-size: 44px;
  }
  .hero-banner .innerhero .inner .right h1 {
    padding-bottom: 15px;
  }
  body p {
    font-size: 17px;
  }
  .hero-banner .innerhero .inner .right .text {
    padding-bottom: 18px;
  }
  a.btn-main {
    padding: 10px 10px 10px 16px;
    -moz-column-gap: 18px;
         column-gap: 18px;
    font-size: 15px;
  }
  .hero-banner .innerhero .inner {
    grid-template-columns: auto 529px;
  }
  .about .inner .box .colone a {
    font-size: 26px;
  }
  .about .inner .box {
    margin-top: 30px;
  }
  .pd95 {
    padding: 65px 0;
  }
  .service .inner .list .box .contain {
    padding: 37px 14px;
  }
  .service .inner .list .box .contain h3 {
    margin-top: 15px;
  }
  .service .inner .list .box .contain .text p {
    font-size: 17px;
  }
  .service .inner .list .box .img .image {
    height: 312px;
  }
  .service .inner .list .box .contain h3 {
    font-size: 34px;
  }
  .service .inner .list .box .contain p.subtext {
    font-size: 15px;
  }
  .service .inner .list .box .contain .text {
    padding-bottom: 20px;
  }
  a.btn-main-two {
    font-size: 15px;
    padding: 10px 10px 10px 15px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .service {
    padding-bottom: 118px !important;
  }
  .national .inner {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .testimonails .inner .list {
    margin-top: 30px;
  }
  .testimonails {
    padding-top: 108px !important;
  }
  .testimonails .inner .slick-slide {
    margin: 0 9px;
  }
  .slick-slider button.slick-prev {
    left: -30px;
    z-index: 5;
  }
  .slick-slider button.slick-next {
    right: -30px;
    z-index: 5;
  }
  .testimonails .inner .list .box {
    padding: 30px 28px;
  }
  .testimonails .inner .list .box .text p {
    font-size: 17px;
  }
  .slick-slider button.slick-prev,
  .slick-slider button.slick-next {
    background-size: 38px;
  }
  .slick-slider button {
    width: 38px;
    height: 38px;
  }
  .testimonails .inner .list .box .text {
    padding-bottom: 5px;
  }
  .testimonails .inner .list .box .heading {
    font-size: 23px;
  }
  .blog .inner .list .box .contain h3 a {
    font-size: 19px;
  }
  .blog .inner .list .box .contain h3 {
    padding-top: 10px;
  }
  .blog .inner .list .box .contain .the-excerpt p {
    font-size: 17px;
  }
  .blog .inner .list .box .contain .the-excerpt {
    padding-bottom: 19px;
  }
  .blog .inner .list {
    padding-top: 30px;
    gap: 19px;
  }
  .blog .inner .list .box .img img {
    height: 223px;
  }
  .cta {
    padding: 135px 0 98px 0;
  }
  .footerone {
    padding: 67px 0;
  }
  .footerone .inner .left a.donation-link {
    font-size: 16px;
  }
  .footer-two .bottom {
    padding: 25px 0;
  }
  /*about page*/
  .herobanner:before {
    height: 420px;
  }
  .abouts-hero .inner .text p {
    font-size: 18px;
  }
  .abouts-hero .inner .list .box h3 {
    font-size: 50px;
  }
  .abouts-hero .inner .list .box p {
    font-size: 18px;
  }
  .abouts-hero .inner .text {
    padding-bottom: 30px;
  }
  .partner .inner .left .text {
    padding-top: 16px;
  }
  .abouts-hero .inner .list {
    max-width: 1132px;
  }
  .partner .inner {
    gap: 60px;
  }
  .our-value .inner {
    gap: 70px;
  }
  .our-value .list .box h3 {
    padding-top: 22px;
    padding-bottom: 12px;
  }
  .our-value .list {
    gap: 26px;
  }
  h3 {
    font-size: 23px;
  }
  .our-value .list .box {
    padding: 20px;
  }
  .partner {
    padding-bottom: 120px !important;
  }
  /*service page*/
  .service-list .list .inner .box .right h3 {
    font-size: 41px;
  }
  .service-list h2 {
    font-size: 29px;
  }
  .service-list .list .inner:first-child {
    padding-top: 40px !important;
  }
  .service-list .list .inner:nth-child(1n) {
    padding-bottom: 100px !important;
  }
  .service-list .list .inner {
    padding: 85px 0;
  }
  .service-list .list .inner .box {
    gap: 53px;
  }
  .herobanner:before {
    height: 450px;
  }
  .service-list .list .inner:nth-child(2n):before {
    top: -41px;
    width: 551px;
    height: 58px;
  }
  .cta {
    background-position: center;
  }
  .cta .inner {
    row-gap: 20px;
  }
  .herobanner .inner .hero-inner img {
    width: 230px;
  }
  /*faq page*/
  .faq .inner h2 {
    padding-bottom: 44px;
  }
  .faq .inner .right-wrap .faq li h3 {
    font-size: 21px;
  }
  .faq .inner .right-wrap .faq {
    row-gap: 20px;
  }
  .faq .inner .right-wrap .faq li {
    padding: 24px 24px;
  }
  /*contact form*/
  .form-inner .inner .left .location-box {
    padding-top: 26px;
  }
  .form-inner .inner .right .box {
    padding: 40px;
  }
  .form-inner .inner .right .box p {
    font-size: 17px;
    padding-bottom: 25px;
  }
  .form-inner .inner .left .location-box .location-left a.get-driction {
    font-size: 17px;
  }
  .map .inner iframe {
    height: 490px;
  }
  .form-inner .inner {
    gap: 70px;
  }
  .form-inner .inner .left .location-box .location-left .text-contain a {
    font-size: 17px;
  }
  .form-inner .inner .left .location-box .location-left .text-contain.address p {
    font-size: 17px;
  }
  .form-inner .inner .left .location-box {
    gap: 74px;
  }
  /*blog page*/
  .page-template-blog .blog .inner .list .contain h2,
  .category .blog .inner .list .contain h2 {
    font-size: 20px;
    padding-top: 15px;
  }
  .paginations {
    padding-top: 50px;
  }
  .page-template-blog .blog .inner,
  .category .blog .inner {
    gap: 50px;
  }
  /*blog details page*/
  .blog-details .inner .left .text h2 {
    font-size: 34px;
  }
  .blog-details .inner .left .text ul li,
  .blog-details .inner .left .text ol li {
    font-size: 17px;
    background-position: top 4px left;
  }
  /**/
  .service-list .list .inner .box .right .cta-box .colone a {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1349px) {
  .container {
    width: 1220px;
  }
  .header .header-right .nav-main ul.menu li a,
  .header .header-right .nav-main ul.menu ul.sub-menu li a {
    font-size: 17px;
  }
  .header .header-main {
    padding: 7px 0;
  }
  section {
    margin-top: 133px;
  }
  .header .header-main .logo:before {
    bottom: -36px;
  }
  .header .header-main .logo a {
    top: 10px;
  }
  .header .header-right .nav-main ul.menu li {
    padding: 0 15px;
  }
  .header .topbar {
    padding: 15px 0;
  }
  h2,
  h1 {
    font-size: 44px;
  }
  .hero-banner .innerhero .inner .right h1 {
    padding-bottom: 15px;
  }
  body p {
    font-size: 17px;
  }
  .hero-banner .innerhero .inner .right .text {
    padding-bottom: 18px;
  }
  a.btn-main {
    padding: 10px 10px 10px 16px;
    -moz-column-gap: 18px;
         column-gap: 18px;
    font-size: 15px;
  }
  .hero-banner .innerhero .inner {
    grid-template-columns: auto 529px;
  }
  .about .inner .box .colone a {
    font-size: 26px;
  }
  .about .inner .box {
    margin-top: 30px;
  }
  .pd95 {
    padding: 65px 0;
  }
  .service .inner .list {
    padding-top: 30px;
  }
  .service .inner .list .box .contain {
    padding: 37px 14px;
  }
  .service .inner .list .box .contain h3 {
    margin-top: 15px;
  }
  .service .inner .list .box .contain .text p {
    font-size: 17px;
  }
  .service .inner .list .box .img .image {
    height: 312px;
  }
  .service .inner .list .box .contain h3 {
    font-size: 34px;
  }
  .service .inner .list .box .contain p.subtext {
    font-size: 15px;
  }
  .service .inner .list .box .contain .text {
    padding-bottom: 20px;
  }
  a.btn-main-two {
    font-size: 15px;
    padding: 10px 10px 10px 15px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .service {
    padding-bottom: 118px !important;
  }
  .national .inner {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .testimonails .inner .list {
    margin-top: 30px;
  }
  .testimonails {
    padding-top: 108px !important;
  }
  .testimonails .inner .slick-slide {
    margin: 0 9px;
  }
  .slick-slider button.slick-prev {
    left: -30px;
    z-index: 5;
  }
  .slick-slider button.slick-next {
    right: -30px;
    z-index: 5;
  }
  .testimonails .inner .list .box {
    padding: 30px 28px;
  }
  .testimonails .inner .list .box .text p {
    font-size: 17px;
  }
  .slick-slider button.slick-prev,
  .slick-slider button.slick-next {
    background-size: 38px;
  }
  .slick-slider button {
    width: 38px;
    height: 38px;
  }
  .testimonails .inner .list .box .text {
    padding-bottom: 5px;
  }
  .testimonails .inner .list .box .heading {
    font-size: 23px;
  }
  .blog .inner .list .box .contain h3 a {
    font-size: 19px;
  }
  .blog .inner .list .box .contain h3 {
    padding-top: 10px;
  }
  .blog .inner .list .box .contain .the-excerpt p {
    font-size: 17px;
  }
  .blog .inner .list .box .contain .the-excerpt {
    padding-bottom: 19px;
  }
  .blog .inner .list {
    padding-top: 30px;
    gap: 19px;
  }
  .blog .inner .list .box .img img {
    height: 223px;
  }
  .cta {
    padding: 135px 0 98px 0;
  }
  .footerone {
    padding: 50px 0;
  }
  .footerone .inner .left a.donation-link {
    font-size: 16px;
  }
  .footer-two .bottom {
    padding: 20px 0;
  }
  .footerone .inner .right .innerright .right .location-block {
    row-gap: 7px;
  }
  /*about page*/
  .herobanner:before {
    height: 420px;
  }
  .abouts-hero .inner .text p {
    font-size: 18px;
  }
  .abouts-hero .inner .list .box h3 {
    font-size: 50px;
  }
  .abouts-hero .inner .list .box p {
    font-size: 18px;
  }
  .abouts-hero .inner .text {
    padding-bottom: 30px;
  }
  .partner .inner .left .text {
    padding-top: 16px;
  }
  .abouts-hero .inner .list {
    max-width: 1132px;
  }
  .partner .inner {
    gap: 60px;
  }
  .our-value .inner {
    gap: 70px;
  }
  .our-value .list .box h3 {
    padding-top: 22px;
    padding-bottom: 12px;
  }
  .our-value .list {
    gap: 26px;
  }
  h3 {
    font-size: 23px;
  }
  .our-value .list .box {
    padding: 20px;
  }
  .partner {
    padding-bottom: 120px !important;
  }
  .our-value .list .box p {
    font-size: 17px;
  }
  .abouts-hero .inner .list .box:after {
    height: 84px;
  }
  /*service page*/
  .service-list .list .inner .box .right h3 {
    font-size: 38px;
  }
  .service-list h2 {
    font-size: 29px;
  }
  .service-list .list .inner:first-child {
    padding-top: 40px !important;
  }
  .service-list .list .inner:nth-child(1n) {
    padding-bottom: 80px !important;
  }
  .service-list .list .inner {
    padding: 85px 0;
  }
  .service-list .list .inner .box {
    gap: 53px;
  }
  .herobanner:before {
    height: 450px;
  }
  .service-list .list .inner:nth-child(2n):before {
    top: -41px;
    width: 551px;
    height: 58px;
  }
  .cta {
    background-position: center;
  }
  .cta .inner {
    row-gap: 20px;
  }
  .herobanner .inner .hero-inner img {
    width: 230px;
  }
  /*faq page*/
  .faq .inner h2 {
    padding-bottom: 44px;
  }
  .faq .inner .right-wrap .faq li h3 {
    font-size: 21px;
  }
  .faq .inner .right-wrap .faq {
    row-gap: 20px;
  }
  .faq .inner .right-wrap .faq li {
    padding: 24px 24px;
  }
  .faq .inner .right-wrap .faq li .answer_faq p {
    font-size: 17px;
  }
  /*contact form*/
  .form-inner .inner .left .location-box {
    padding-top: 26px;
  }
  .form-inner .inner .right .box {
    padding: 40px;
  }
  .form-inner .inner .right .box p {
    font-size: 17px;
    padding-bottom: 25px;
  }
  .form-inner .inner .left .location-box .location-left a.get-driction {
    font-size: 17px;
  }
  .map .inner iframe {
    height: 490px;
  }
  .form-inner .inner {
    gap: 70px;
  }
  .form-inner .inner .left .location-box .location-left .text-contain a {
    font-size: 17px;
  }
  .form-inner .inner .left .location-box .location-left .text-contain.address p {
    font-size: 17px;
  }
  .form-inner .inner .left .location-box {
    gap: 74px;
  }
  /*blog page*/
  .page-template-blog .blog .inner .list .contain h2,
  .category .blog .inner .list .contain h2 {
    font-size: 20px;
    padding-top: 15px;
  }
  .paginations {
    padding-top: 50px;
  }
  .page-template-blog .blog .inner,
  .category .blog .inner {
    grid-template-columns: auto 300px;
    gap: 40px;
  }
  /*blog details page*/
  .blog-details .inner .left .text h2 {
    font-size: 30px;
  }
  .blog-details .inner .left .text ul li,
  .blog-details .inner .left .text ol li {
    font-size: 17px;
    background-position: top 4px left;
  }
  .blog-details .inner {
    gap: 40px;
  }
  /**/
  .service-list .list .inner .box .right .cta-box .colone a {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1121px) and (max-width: 1279px) {
  .container {
    width: 1080px;
  }
  .header .header-right .nav-main ul.menu li a,
  .header .header-right .nav-main ul.menu ul.sub-menu li a {
    font-size: 17px;
  }
  .header .topbar .inner {
    grid-template-columns: auto 300px;
  }
  .hero-banner:before {
    width: 293px;
    height: 293px;
  }
  .header .header-main {
    padding: 7px 0;
  }
  section {
    margin-top: 133px;
  }
  .header .header-main .logo:before {
    bottom: -36px;
  }
  .header .header-main .logo a {
    top: 10px;
  }
  .header .header-right .nav-main ul.menu li {
    padding: 0 15px;
  }
  .header .topbar {
    padding: 15px 0;
  }
  h2,
  h1 {
    font-size: 36px;
  }
  .hero-banner:after {
    width: 569px;
    height: 25px;
  }
  .hero-banner .innerhero .inner .right h1 {
    padding-bottom: 15px;
  }
  body p {
    font-size: 17px;
  }
  .hero-banner .innerhero .inner .right .text {
    padding-bottom: 18px;
  }
  a.btn-main {
    padding: 10px 10px 10px 16px;
    -moz-column-gap: 18px;
         column-gap: 18px;
    font-size: 15px;
  }
  .hero-banner .innerhero .inner {
    grid-template-columns: auto 529px;
  }
  .about .inner .box .colone a {
    font-size: 26px;
  }
  .about .inner .box {
    margin-top: 30px;
  }
  .pd95 {
    padding: 50px 0;
  }
  .service .inner .list {
    padding-top: 30px;
  }
  .service .inner .list .box .contain {
    padding: 37px 14px;
  }
  .service .inner .list .box .contain h3 {
    margin-top: 15px;
  }
  .service .inner .list .box .contain .text p {
    font-size: 17px;
  }
  .service .inner .list .box .img .image {
    height: 252px;
  }
  .service .inner .list .box .contain h3 {
    font-size: 25px;
  }
  .service .inner .list .box .contain p.subtext {
    font-size: 15px;
  }
  .service .inner .list .box .contain .text {
    padding-bottom: 20px;
  }
  a.btn-main-two {
    font-size: 15px;
    padding: 10px 10px 10px 15px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .service {
    padding-bottom: 118px !important;
  }
  .national .inner {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .testimonails .inner .list {
    margin-top: 30px;
  }
  .testimonails {
    padding-top: 108px !important;
  }
  .testimonails .inner .slick-slide {
    margin: 0 9px;
  }
  .slick-slider button.slick-prev {
    left: -30px;
    z-index: 5;
  }
  .slick-slider button.slick-next {
    right: -30px;
    z-index: 5;
  }
  .testimonails .inner .list .box {
    padding: 30px 28px;
  }
  .testimonails .inner .list .box .text p {
    font-size: 16px;
  }
  .testimonails .inner .list .box .name {
    font-size: 16px;
  }
  .testimonails .inner .list .slick-track {
    display: flex;
  }
  .testimonails .inner .list .box {
    height: auto;
  }
  .slick-slider button.slick-prev,
  .slick-slider button.slick-next {
    background-size: 38px;
  }
  .slick-slider button {
    width: 38px;
    height: 38px;
  }
  .testimonails .inner .list .box .text {
    padding-bottom: 5px;
  }
  .testimonails .inner .list .box .heading {
    font-size: 23px;
  }
  .blog .inner .list .box .contain h3 a {
    font-size: 19px;
  }
  .blog .inner .list .box .contain h3 {
    padding-top: 10px;
  }
  .blog .inner .list .box .contain .the-excerpt p {
    font-size: 17px;
  }
  .blog .inner .list .box .contain .the-excerpt {
    padding-bottom: 19px;
  }
  .blog .inner .list {
    padding-top: 30px;
    gap: 19px;
  }
  .blog .inner .list .box .img img {
    height: 223px;
  }
  .cta {
    padding: 135px 0 98px 0;
  }
  .footerone {
    padding: 50px 0;
  }
  .footerone .inner .left a.donation-link {
    font-size: 16px;
  }
  .footer-two .bottom {
    padding: 20px 0;
  }
  .footerone .inner .right .innerright .right .location-block {
    row-gap: 7px;
  }
  /*about page*/
  .herobanner:before {
    height: 320px;
  }
  .abouts-hero .inner .text p {
    font-size: 18px;
  }
  .abouts-hero .inner .list .box h3 {
    font-size: 50px;
  }
  .abouts-hero .inner .list .box p {
    font-size: 17px;
  }
  .abouts-hero .inner .text {
    padding-bottom: 30px;
  }
  .partner .inner .left .text {
    padding-top: 16px;
  }
  .abouts-hero .inner .list {
    max-width: 1132px;
  }
  .abouts-hero .inner .list .box:after {
    height: 84px;
  }
  .partner .inner {
    gap: 60px;
  }
  .our-value .inner {
    gap: 70px;
  }
  .our-value .list .box h3 {
    padding-top: 22px;
    padding-bottom: 12px;
  }
  .our-value .list {
    gap: 20px;
  }
  h3 {
    font-size: 23px;
  }
  .our-value .list .box {
    padding: 20px;
  }
  .partner {
    padding-bottom: 120px !important;
  }
  .our-value .list .box p {
    font-size: 17px;
  }
  /*service page*/
  .service-list .list .inner .box .right h3 {
    font-size: 35px;
  }
  .service-list h2 {
    font-size: 25px;
  }
  .service-list .list .inner:first-child {
    padding-top: 40px !important;
  }
  .service-list .list .inner:nth-child(1n) {
    padding-bottom: 80px !important;
  }
  .service-list .list .inner {
    padding: 75px 0;
  }
  .service-list .list .inner .box {
    gap: 53px;
  }
  .herobanner:before {
    height: 450px;
  }
  .service-list .list .inner:nth-child(2n):before {
    top: -41px;
    width: 551px;
    height: 58px;
  }
  .cta {
    background-position: center;
  }
  .cta .inner {
    row-gap: 20px;
  }
  .herobanner .inner .hero-inner img {
    width: 230px;
  }
  /*faq page*/
  .faq .inner h2 {
    padding-bottom: 34px;
  }
  .faq .inner .right-wrap .faq li h3 {
    font-size: 20px;
  }
  .faq .inner .right-wrap .faq {
    row-gap: 20px;
  }
  .faq .inner .right-wrap .faq li {
    padding: 24px 24px;
  }
  .faq .inner .right-wrap .faq li .answer_faq p {
    font-size: 16px;
  }
  /*contact form*/
  .form-inner .inner .left .location-box {
    padding-top: 26px;
  }
  .form-inner .inner .right .box {
    padding: 30px;
  }
  .form-inner .inner .right .box p {
    font-size: 17px;
    padding-bottom: 25px;
  }
  .form-inner .inner .left .location-box .location-left a.get-driction {
    font-size: 17px;
  }
  .map .inner iframe {
    height: 490px;
  }
  .form-inner .inner {
    gap: 40px;
  }
  .form-inner .inner .left .location-box .location-left .text-contain a {
    font-size: 17px;
  }
  .form-inner .inner .left .location-box .location-left .text-contain.address p {
    font-size: 17px;
  }
  .form-inner .inner .left .location-box {
    gap: 74px;
  }
  .form-inner .inner .right .box .gform_button {
    font-size: 16px;
  }
  /*blog page*/
  .page-template-blog .blog .inner .list .contain h2,
  .category .blog .inner .list .contain h2 {
    font-size: 20px;
    padding-top: 15px;
  }
  .paginations {
    padding-top: 50px;
  }
  .page-template-blog .blog .inner,
  .category .blog .inner {
    grid-template-columns: auto 300px;
    gap: 40px;
  }
  /*blog details page*/
  .blog-details .inner .left .text h2 {
    font-size: 30px;
  }
  .blog-details .inner .left .text h4 {
    font-size: 20px;
  }
  .blog-details .inner .left .text h5 {
    font-size: 18px;
  }
  .blog-details .inner .left .text h6 {
    font-size: 16px;
  }
  .blog-details .inner .left .text ul li,
  .blog-details .inner .left .text ol li {
    font-size: 17px;
    background-position: top 4px left;
  }
  .blog-details .inner {
    gap: 40px;
  }
  .blog-details .inner .left .text ul,
  .blog-details .inner .left .text ol {
    padding-bottom: 0;
  }
  .blog-details .inner .right .categories .box ul li {
    padding: 0 13px;
  }
  /**/
  .service-list .list .inner .box .right .cta-box .colone a {
    font-size: 21px;
  }
  .service-list .list .inner .box .right .cta-box .colone p {
    font-size: 12px;
    letter-spacing: 1.36px;
  }
  .service-list .list .inner .box .right .cta-box .colthree {
    padding-left: 20px;
  }
  .service-list .list .inner .box .right .cta-box .coltwo {
    padding-left: 9px;
  }
  .service-list .list .inner .box .right .cta-box .colone {
    background-position: top 0px left;
  }
}
@media (max-width: 1120px) {
  .container {
    width: 100%;
  }
  .header .header-main .logo {
    max-width: 170px;
  }
  .fixed .header .header-main .logo {
    max-width: 170px;
  }
  .header .header-main .logo:before {
    display: none;
  }
  .header .header-right .nav-main ul.menu li a,
  .header .header-right .nav-main ul.menu ul.sub-menu li a {
    font-size: 16px;
  }
  .header .topbar .inner {
    grid-template-columns: auto 300px;
  }
  .hero-banner:before {
    width: 293px;
    height: 293px;
  }
  .header .header-main {
    padding: 7px 0;
  }
  section {
    margin-top: 110px;
  }
  .header .header-main .logo:before {
    bottom: -36px;
  }
  .header .header-main .logo a {
    top: 0px;
  }
  .hero-banner .innerhero {
    transform: translate(-50%, -50%);
    width: 100%;
  }
  .header .header-right .nav-main ul.menu li:last-child a {
    padding: 12px 12px;
  }
  .header .header-right .nav-main ul.menu li {
    padding: 0 10px;
  }
  .header .topbar {
    padding: 15px 0;
  }
  h2,
  h1 {
    font-size: 36px;
  }
  .hero-banner:after {
    width: 569px;
    height: 25px;
  }
  .hero-banner .innerhero .inner .right h1 {
    padding-bottom: 5px;
  }
  body p {
    font-size: 15px;
  }
  .hero-banner .innerhero .inner .right .text {
    padding-bottom: 18px;
  }
  a.btn-main {
    padding: 5px 7px 5px 10px;
    -moz-column-gap: 8px;
         column-gap: 8px;
    font-size: 13px;
  }
  .hero-banner .innerhero .inner {
    grid-template-columns: auto 409px;
  }
  .about .inner .box .colone a {
    font-size: 21px;
  }
  .about .inner .box .colone p {
    letter-spacing: 1.16px;
  }
  .about .inner .box {
    margin-top: 30px;
  }
  .about .inner h2 {
    padding-bottom: 16px;
  }
  .pd95 {
    padding: 50px 0;
  }
  .service .inner .list {
    padding-top: 30px;
  }
  .service .inner .list .box .contain {
    padding: 37px 14px;
  }
  .service .inner .list .box .contain h3 {
    margin-top: 15px;
  }
  .service .inner .list .box .contain .text p {
    font-size: 16px;
  }
  .service .inner .list .box .img .image {
    height: auto;
  }
  .service .inner .list .box .contain h3 {
    font-size: 25px;
  }
  .service .inner .list .box .contain p.subtext {
    font-size: 15px;
  }
  .service .inner .list .box .contain .text {
    padding-bottom: 20px;
  }
  a.btn-main-two {
    font-size: 15px;
    padding: 10px 10px 10px 15px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .service {
    padding-bottom: 88px !important;
  }
  .national .inner {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .testimonails .inner .list {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .testimonails {
    padding-top: 68px !important;
  }
  .testimonails .inner .slick-slide {
    margin: 0 9px;
  }
  .slick-slider button.slick-prev {
    left: -15px;
    z-index: 5;
  }
  .slick-slider button.slick-next {
    right: -15px;
    z-index: 5;
  }
  .testimonails .inner .list .box {
    padding: 30px 28px;
  }
  .testimonails .inner .list .box .text p {
    font-size: 16px;
  }
  .testimonails .inner .list .box .name {
    font-size: 16px;
  }
  .testimonails .inner .list .slick-track {
    display: flex;
  }
  .testimonails .inner .list .box {
    height: auto;
  }
  .slick-slider button.slick-prev,
  .slick-slider button.slick-next {
    background-size: 38px;
  }
  .slick-slider button {
    width: 38px;
    height: 38px;
  }
  .service .inner .list .box .contain h3 {
    letter-spacing: 0;
  }
  .testimonails .inner .list .box .text {
    padding-bottom: 5px;
  }
  .testimonails .inner .list .box .heading {
    font-size: 23px;
  }
  .blog .inner .list .box .contain h3 a {
    font-size: 19px;
  }
  .blog .inner .list .box .contain h3 {
    padding-top: 10px;
  }
  .blog .inner .list .box .contain .the-excerpt p {
    font-size: 16px;
  }
  .footerone .inner .left .footertext {
    padding-top: 15px;
    font-size: 16px;
    max-width: 510px;
    padding-bottom: 15px;
    text-align: center;
  }
  .blog .inner .list .box .contain .the-excerpt {
    padding-bottom: 19px;
  }
  .blog .inner .list {
    padding-top: 30px;
    gap: 19px;
  }
  .footerone .inner .right .innerright .left .menus {
    margin-top: 14px;
  }
  .blog .inner .list .box .img img {
    height: 223px;
  }
  .cta {
    padding: 75px 0 48px 0;
  }
  .footerone .inner .left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footerone .inner {
    gap: 40px;
  }
  .footerone .inner .right .innerright .left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .footerone {
    padding: 50px 0;
  }
  .footerone .inner .left a.donation-link {
    font-size: 16px;
  }
  .footer-two .bottom {
    padding: 20px 0;
  }
  .footerone .inner .right .innerright .right .location-block {
    row-gap: 7px;
  }
  .footerone .inner .right .innerright .right .location-block p {
    padding-left: 26px;
  }
  .footerone .inner .right .innerright .right .location-block a.get-driction {
    margin-left: 26px;
  }
  .service:after {
    width: 461px;
    height: 34px;
  }
  .testimonails:after {
    background-size: contain;
    width: 400px;
    height: 32px;
  }
  .footerone .inner {
    grid-template-columns: repeat(1, 1fr);
  }
  /*about page*/
  .herobanner:before {
    height: 320px;
  }
  .abouts-hero .inner .text p {
    font-size: 16px;
  }
  .abouts-hero .inner .list .box h3 {
    font-size: 40px;
  }
  .abouts-hero .inner .list .box p {
    font-size: 17px;
  }
  .abouts-hero .inner .text {
    padding-bottom: 30px;
  }
  .partner:after {
    width: 551px;
    height: 42px;
  }
  .herobanner:after {
    width: 449px;
    height: 58px;
  }
  .partner .inner .left .text {
    padding-top: 16px;
  }
  .abouts-hero .inner .list {
    max-width: 1132px;
  }
  .abouts-hero .inner .list .box:after {
    height: 84px;
  }
  .partner .inner {
    gap: 60px;
  }
  .our-value .inner {
    gap: 40px;
  }
  .our-value .list .box h3 {
    padding-top: 22px;
    padding-bottom: 12px;
  }
  .our-value .list {
    gap: 20px;
  }
  h3 {
    font-size: 23px;
  }
  .our-value .list .box {
    padding: 20px;
  }
  .partner {
    padding-bottom: 90px !important;
  }
  .our-value .list .box p {
    font-size: 16px;
  }
  .herobanner .inner {
    width: 100%;
  }
  /*service page*/
  .service-list .list .inner .box .right h3 {
    font-size: 35px;
  }
  .service-list h2 {
    font-size: 25px;
  }
  .service-list .list .inner:first-child {
    padding-top: 40px !important;
  }
  .service-list .list .inner:nth-child(1n) {
    padding-bottom: 70px !important;
  }
  .service-list .list .inner {
    padding: 55px 0;
  }
  .service-list .list .inner .box {
    gap: 20px;
  }
  .service-list .list .inner .box .right {
    row-gap: 16px;
  }
  .herobanner:before {
    height: 450px;
  }
  .service-list .list .inner:nth-child(2n):before {
    top: -41px;
    width: 551px;
    height: 58px;
  }
  .cta {
    background-position: center;
  }
  .cta .inner {
    row-gap: 20px;
  }
  .page-template-service .cta .inner p {
    font-size: 20px;
  }
  .herobanner .inner .hero-inner img {
    width: 150px;
  }
  /*faq page*/
  .faq .inner h2 {
    padding-bottom: 24px;
  }
  .faq .inner .right-wrap .faq li .answer_faq {
    padding-top: 8px;
  }
  .faq .inner .right-wrap .faq li h3 {
    font-size: 20px;
  }
  .faq .inner .right-wrap .faq {
    row-gap: 20px;
  }
  .faq .inner .right-wrap .faq li {
    padding: 20px;
  }
  .faq .inner .right-wrap .faq li .answer_faq p {
    font-size: 16px;
  }
  /*contact form*/
  .form-inner .inner .left .location-box {
    padding-top: 26px;
  }
  .form-inner .inner .right .box {
    padding: 30px;
  }
  .form-inner .inner .right .box p {
    font-size: 17px;
    padding-bottom: 25px;
  }
  .form-inner .inner .left .location-box .location-left a.get-driction {
    font-size: 17px;
  }
  .map .inner iframe {
    height: 490px;
  }
  .form-inner .inner {
    gap: 40px;
  }
  .form-inner .inner .left .location-box .location-left .text-contain a {
    font-size: 17px;
  }
  .form-inner .inner .left .location-box .location-left .text-contain.address p {
    font-size: 16px;
  }
  .form-inner .inner .left .location-box {
    gap: 74px;
  }
  .form-inner .inner .right .box .gform_button {
    font-size: 16px;
  }
  /*blog page*/
  .page-template-blog .blog .inner .list .contain h2,
  .category .blog .inner .list .contain h2 {
    font-size: 19px;
    padding-top: 15px;
  }
  .paginations {
    padding-top: 50px;
  }
  .page-template-blog .blog .inner,
  .category .blog .inner {
    grid-template-columns: auto 260px;
    gap: 20px;
  }
  .page-template-blog .blog .inner .categories .box ul li,
  .category .blog .inner .categories .box ul li {
    padding: 0 5px;
  }
  .page-template-blog .blog .inner .categories .box ul li a,
  .category .blog .inner .categories .box ul li a {
    font-size: 14px;
  }
  .page-template-blog .blog .inner .categories .box h3,
  .category .blog .inner .categories .box h3 {
    font-size: 16px;
    padding: 11px;
  }
  .paginations .page-numbers {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
  /*blog details page*/
  .blog-details .inner .left .text h2 {
    font-size: 30px;
  }
  .blog-details .inner .left .text h4 {
    font-size: 20px;
  }
  .blog-details .inner .left .text h5 {
    font-size: 18px;
  }
  .blog-details .inner .left .text h6 {
    font-size: 16px;
  }
  .blog-details .inner .left .text ul li,
  .blog-details .inner .left .text ol li {
    font-size: 17px;
    background-position: top 4px left;
  }
  .blog-details .inner {
    gap: 40px;
    grid-template-columns: auto 300px;
  }
  .blog-details .inner .left .text ul,
  .blog-details .inner .left .text ol {
    padding-bottom: 0;
  }
  .blog-details .inner .right .categories .box ul li {
    padding: 0 13px;
  }
  .blog-details .inner .right .categories .box h3 {
    font-size: 15px;
    padding: 11px;
  }
  /**/
  .service-list .list .inner .box .right .cta-box .colone a {
    font-size: 18px;
  }
  .service-list .list .inner .box .right .cta-box .colone p {
    font-size: 12px;
    letter-spacing: 1.36px;
  }
  .service-list .list .inner .box .right .cta-box .colthree {
    padding-left: 10px;
  }
  .service-list .list .inner .box .right .cta-box .colthree a.btn-main {
    font-size: 11px;
  }
  .service-list .list .inner .box .right .cta-box .coltwo {
    padding-left: 9px;
  }
  .service-list .list .inner .box .right .cta-box .colone {
    background-position: top 0px left;
    background-size: 27px;
    padding-left: 36px;
  }
}
@media (max-width: 991px) {
  .about {
    padding: 50px 0;
  }
  .header .header-main .logo {
    max-width: 100%;
  }
  .fixed .header .header-main .logo {
    max-width: 100%;
  }
  .menu-main-menu-container {
    display: none;
  }
  .menu-quick-link-container {
    display: block;
  }
  html {
    -webkit-text-size-adjust: none;
  }
  .container {
    width: 98%;
    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 {
    background: #000;
    width: 100%;
    height: 100vh !important;
    position: fixed;
    left: -100%;
    top: 82px;
    padding-right: 0;
    overflow: hidden;
    z-index: 9;
    display: none;
  }
  .header .header-right .nav-main ul.menu {
    background: #000 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: 8px 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: #fff;
    transition: inherit;
    text-transform: capitalize;
    font-weight: 500;
  }
  .header .header-right .nav-main ul.menu li a::after {
    display: none;
  }
  .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: #fff;
    font-size: 14px;
    font-weight: 400 !important;
    padding: 8px 0px !important;
    text-transform: capitalize;
  }
  .header .header-right .nav-main ul.menu li span {
    display: inline-block;
    position: absolute;
    right: 5px;
    top: -4px;
    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;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7478%) hue-rotate(340deg) brightness(107%) contrast(100%);
  }
  .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;
  }
  .res_navigation {
    width: 30px;
    display: block;
    position: relative;
    right: 0px;
    top: 0px;
    margin-left: auto;
  }
  .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;
  }
  .gform_wrapper ul li.gfield {
    width: 100% !important;
  }
  .header .header-right .nav-main ul.menu li:last-child a {
    background-color: transparent;
    color: #fff;
    padding: 0;
  }
  .header .header-right .nav-main ul.menu li:last-child a:hover {
    color: #6cac56;
  }
  .header .topbar {
    display: none;
  }
  .header .topbar .inner {
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
  }
  section {
    margin-top: 84px;
  }
  .hero-banner .innerhero .inner {
    grid-template-columns: auto;
  }
  .hero-banner .innerhero {
    transform: none;
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    background: #000;
    padding: 50px 0;
  }
  .service .inner .list,
  .blog .inner .list {
    grid-template-columns: repeat(2, 1fr);
  }
  h2,
  h1 {
    font-size: 28px;
  }
  .header .header-right .nav-main ul.menu {
    height: auto;
    display: flex;
    align-items: flex-start;
    transition: all 0.3s;
    flex-direction: column;
  }
  .header .header-right .nav-main ul.menu li:last-child {
    padding-right: 15px;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .nav-toggle span:nth-of-type(3) {
    top: 16px;
    width: 20px;
    margin-right: auto;
    right: 0;
    left: auto;
  }
  .nav-toggle.active .bottom {
    width: 30px;
  }
  .phone-footer {
    display: block;
    padding: 0 15px;
    border-top: 1px solid rgba(217, 217, 217, 0.168627451);
  }
  .phoneheader {
    opacity: 1;
    visibility: visible;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    height: 100dvh !important;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 120px;
  }
  /*about page*/
  .herobanner:before {
    height: 250px;
  }
  .herobanner .inner {
    bottom: 60px;
  }
  .abouts-hero .inner .list .box:after {
    display: none;
  }
  .partner .inner,
  .our-value .inner {
    gap: 20px;
  }
  h3 {
    font-size: 19px;
  }
  .partner:after {
    width: 351px;
    height: 22px;
  }
  .partner {
    padding-bottom: 60px !important;
  }
  .our-value .list .box p {
    font-size: 15px;
  }
  .our-value .list .box {
    padding: 15px;
  }
  /*service page*/
  .service-list .list .inner .box .right h3 {
    font-size: 30px;
  }
  .service-list .list .inner .box .right {
    row-gap: 9px;
  }
  .service-list .list .inner:nth-child(2n):before {
    top: -26px;
    width: 351px;
    height: 28px;
  }
  .service-list .list .inner:nth-child(1n) {
    padding-bottom: 50px !important;
  }
  .service-list .list .inner {
    padding: 50px 0;
  }
  .service-list h2 {
    font-size: 23px;
  }
  .cta .inner {
    row-gap: 15px;
  }
  .page-template-service .cta .inner p {
    font-size: 17px;
  }
  .herobanner .inner .hero-inner img {
    bottom: -10px;
  }
  .form-inner .inner {
    grid-template-columns: repeat(1, 1fr);
  }
  .form-inner .inner .left .location-box .location-left .text-contain a {
    font-size: 16px;
  }
  .form-inner .inner .left .location-box .location-left .text-contain .title {
    font-size: 16px;
  }
  .form-inner .inner .right .box p {
    padding-bottom: 18px;
  }
  .page-template-blog .blog .inner .list,
  .category .blog .inner .list {
    grid-template-columns: repeat(1, 1fr);
    padding-top: 0;
    gap: 39px;
  }
  .paginations {
    padding-top: 30px;
  }
  .page-template-blog .blog .inner .categories .box,
  .category .blog .inner .categories .box {
    top: 4rem;
  }
  .blog-details .inner {
    grid-template-columns: auto;
  }
  .single-post {
    overflow: hidden;
  }
  .blog-details .inner .left .text h3 {
    font-size: 21px;
  }
  .share {
    padding-top: 20px;
  }
  .blog-details {
    padding-top: 50px;
  }
  .blog-details .inner .left .text ul li,
  .blog-details .inner .left .text ol li {
    font-size: 15px;
  }
  .service-list .list .inner .box .right .cta-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 4px;
    margin-bottom: 5px;
    flex-direction: column;
    row-gap: 10px;
  }
  .map .inner a {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
  h1 {
    font-size: 32px;
  }
  body p {
    font-size: 16px;
  }
  .hero-banner:after {
    width: 149px;
    height: 25px;
  }
  .about .inner .box .colone {
    background-size: 29px;
    padding-left: 37px;
  }
  .about .inner .box .colone p {
    font-size: 10px;
  }
  .about .inner .box .colthree {
    padding-left: 10px;
  }
  .about .inner .box .coltwo {
    padding-left: 10px;
  }
  .about .inner p.subtitle {
    padding-top: 26px;
  }
  .service .inner .list,
  .blog .inner .list {
    grid-template-columns: repeat(1, 1fr);
  }
  .service .inner .list .box .img .image {
    height: auto;
  }
  .service:after {
    width: 191px;
    height: 14px;
  }
  .national .inner {
    grid-template-columns: repeat(1, 1fr);
  }
  .national .inner .right .img a {
    opacity: 1;
  }
  .national .inner .left .text {
    padding-top: 18px;
    max-width: 100%;
  }
  .testimonails:after {
    background-size: contain;
    width: 200px;
    height: 17px;
  }
  .testimonails .inner h2 {
    -moz-column-gap: 23px;
         column-gap: 23px;
    flex-direction: column;
    row-gap: 10px;
  }
  .blog .inner .list .box .img img {
    height: 283px;
  }
  .footerone .inner .right {
    display: none !important;
  }
  .footerone {
    padding: 34px 0;
  }
  .footer-two .bottom {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    padding: 35px 0;
    justify-items: center;
    gap: 16px;
  }
  .footerone .inner .left .footertext {
    padding-top: 20px;
    font-size: 16px;
    max-width: 100%;
    padding-bottom: 20px;
    text-align: left;
  }
  .footerone .inner .left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .service {
    padding-bottom: 60px !important;
  }
  .hero-banner img.bgimage {
    display: none;
  }
  .hero-banner .innerhero .inner .right .img {
    width: 100%;
    margin-top: -109px;
  }
  .hero-banner .innerhero .container {
    padding: 0;
  }
  .hero-banner .innerhero .inner .right h1,
  .hero-banner .innerhero .inner .right .text {
    padding: 0 20px;
  }
  .hero-banner .innerhero .inner .right .btn-main {
    margin: 0 20px;
  }
  .hero-banner .innerhero {
    transform: none;
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    background: #fff;
    padding: 0;
  }
  .hero-banner .innerhero .inner .right h1 {
    color: #fff;
  }
  .hero-banner .innerhero .inner .right .text p {
    color: #333;
  }
  .hero-banner .innerhero .inner .right {
    padding-top: 30px;
  }
  .hero-banner .innerhero .inner .right .text {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .hero-banner:after {
    display: none;
  }
  .footer-two .bottom .copyright {
    text-align: center;
  }
  .hero-banner .innerhero .inner .right .img {
    display: block;
  }
  /*about page*/
  .herobanner:after {
    width: 149px;
    height: 38px;
  }
  .herobanner .inner {
    bottom: 0px;
  }
  .herobanner:before {
    height: 120px;
  }
  .abouts-hero .inner .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .abouts-hero .inner .list .box h3 {
    font-size: 34px;
  }
  .partner .inner,
  .our-value .inner,
  .our-value .list {
    grid-template-columns: repeat(1, 1fr);
  }
  .our-value .inner .left {
    order: 2;
  }
  .partner {
    padding-bottom: 80px !important;
  }
  .service-list .list .inner .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .service-list .list .inner:nth-child(2n) .box .right {
    order: inherit;
  }
  .service-list .list .inner:nth-child(2n):before {
    top: -11px;
    width: 151px;
    height: 18px;
  }
  br {
    display: none;
  }
  .service-list h2 {
    font-size: 19px;
  }
  .service-list .list .inner .box .right h3 {
    font-size: 26px;
  }
  .service-list .list .phoneimage {
    display: block;
  }
  .service-list .list .inner .box .left {
    display: none;
  }
  .service-list .list .inner .box .right {
    row-gap: 15px;
  }
  .cta .inner {
    row-gap: 15px;
  }
  .page-template-service .cta .inner p {
    font-size: 15px;
  }
  .herobanner .inner .hero-inner img {
    width: 90px;
    bottom: 20px;
  }
  /*faq page*/
  .faq .inner .right-wrap .faq li {
    padding: 12px;
  }
  .faq .inner .right-wrap .faq li h3 {
    font-size: 18px;
  }
  .form-inner .inner .left .location-box {
    grid-template-columns: repeat(1, 1fr);
  }
  .form-inner .inner .left .location-box {
    gap: 14px;
  }
  .form-inner .inner .right .box {
    padding: 30px 15px;
  }
  .map .inner iframe {
    height: 330px;
  }
  .page-template-blog .blog .inner,
  .category .blog .inner {
    grid-template-columns: auto;
    gap: 20px;
  }
  .page-template-blog,
  .category {
    overflow: hidden;
  }
  .page-template-blog .blog .inner .list,
  .category .blog .inner .list {
    grid-template-columns: repeat(1, 1fr);
    padding-top: 0;
    gap: 39px;
  }
  .blog-details .inner .left .img:after {
    width: 271px;
    height: 22px;
  }
  .blog-details .inner .left .text ul li,
  .blog-details .inner .left .text ol li {
    font-size: 16px;
  }
  .service-list h2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .service-list .list .inner .box .right .cta-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 4px;
    margin-bottom: 5px;
    flex-direction: row;
    row-gap: 10px;
  }
}
@media (max-width: 400px) {
  .about .inner .box {
    row-gap: 13px;
    flex-direction: column;
  }
  .service-list .list .inner .box .right .cta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 4px;
    margin-bottom: 5px;
    flex-direction: column;
    row-gap: 10px;
  }
}
@media (max-width: 350px) {
  h1 {
    font-size: 24px;
  }
  h2,
  h1 {
    font-size: 21px;
  }
  body p {
    font-size: 14px;
  }
  .faq .inner .right-wrap .faq li h3 {
    font-size: 15px;
  }
  .faq .inner .right-wrap .faq li .answer_faq p {
    font-size: 13px;
  }
}/*# sourceMappingURL=style.css.map */