* {
  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 Tight", sans-serif;
  font-weight: normal;
  overflow-x: hidden;
  background: #fff;
  padding: 0;
}

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

*::selection {
  color: #fff;
  background: #d1aa4f;
}

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

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

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

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 Tight", sans-serif;
  border: 0;
  outline: 0;
  font-size: 100%;
}

b,
strong {
  font-weight: 600;
}

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

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

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

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

body a {
  font-family: "Inter Tight", sans-serif;
  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 Tight", sans-serif;
  font-weight: normal;
  width: 100%;
  background: #fff;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

h1 {
  color: #000;
  font-family: "Inter Tight", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 101.538%; /* 101.538% */
  text-transform: capitalize;
}

h2 {
  color: #080808;
  font-size: 60px;
  font-weight: normal;
  position: relative;
  margin-bottom: 30px;
  font-family: "Inter Tight", sans-serif;
  line-height: 110%;
}

h3 {
  color: #080808;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-family: "Inter Tight", sans-serif;
}

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

body p {
  color: #000;
  font-family: "Inter 28pt";
  font-weight: normal;
  font-size: 18px;
  line-height: 167%;
  margin: 0;
  padding: 0 0 12px 0;
  text-align: left;
  display: block;
}

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 20px !important;
  border-radius: 100px;
  border: 0.3px solid rgba(255, 255, 255, 0.2);
  background: rgba(121, 121, 121, 0.13);
  color: white;
  font-size: 14px;
}
.gform_wrapper .gfield input::-moz-placeholder, .gform_wrapper .gfield select::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Inter Tight";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.gform_wrapper .gfield input::placeholder,
.gform_wrapper .gfield select::placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Inter Tight";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.gform_wrapper .gfield input:focus,
.gform_wrapper .gfield select:focus {
  border-color: white !important;
}
.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: 100px !important;
  line-height: 55px;
  padding: 20px !important;
  border-radius: 15px;
  border: 0.3px solid rgba(255, 255, 255, 0.2);
  background: rgba(121, 121, 121, 0.13);
  color: white;
  font-size: 14px;
}
.gform_wrapper .gfield textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Inter Tight";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.gform_wrapper .gfield textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Inter Tight";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.gform_wrapper .gfield textarea:focus {
  border-color: white !important;
}
.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-top: 20px !important;
  position: relative;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.gform_wrapper .gform_footer .gform_button {
  border-radius: 100px;
  background: linear-gradient(180deg, #71706e 0%, #363636 100%);
  color: #fff;
  text-align: center;
  font-family: "Inter Tight";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  border: unset;
  width: 210px;
  margin-bottom: 0;
  cursor: pointer;
}
.gform_wrapper .gform_footer .gform_button:hover {
  background: #fff;
  color: #000;
}

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: 12px !important;
}

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

.btn-main {
  padding: 17px 27px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 100px;
  background: linear-gradient(180deg, #71706e 0%, #363636 100%);
}

a.btn-main:hover {
  background: #fff;
  color: #000;
}

@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: #000 !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: 10px 0;
}

#header {
  float: left;
  width: 100%;
  position: fixed;
  background-color: #000;
  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 {
  position: relative;
}
.header:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-image: url("../images/header-bottom.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 1px;
}
.header .header-main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s;
  padding: 18px 0;
}
.header .header-main .logo {
  float: left;
  transition: all 0.3s;
  width: 227px;
  position: relative;
  top: 0px;
  margin-left: 0;
  z-index: 9;
}
.header .header-main .logo:before {
  content: "";
  position: absolute;
  width: 402px;
  height: 85px;
  left: -78px;
  top: -23px;
  background-image: url("../images/ellipse.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.header .header-main .logo a {
  width: auto;
  float: left;
  width: auto;
  position: relative;
  z-index: 9;
}
.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;
  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 29px;
}
.header .header-right .nav-main ul.menu li:last-child {
  padding-right: 0;
}
.header .header-right .nav-main ul.menu li:last-child::after {
  display: none;
}
.header .header-right .nav-main ul.menu li.current-menu-item a {
  color: #fff;
  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: 600;
  font-size: 17px;
  line-height: 120%;
  color: #fff;
  text-decoration: none;
  transition: all 0.25s ease 0s;
  position: relative;
  overflow: hidden;
}
.header .header-right .nav-main ul.menu li a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.header .header-right .nav-main ul.menu li .hover {
  color: #fff;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  top: 2;
  left: 0;
  width: 0;
  overflow-x: hidden;
  transition: all 0.5s ease;
  white-space: nowrap;
  font-weight: 700;
  overflow: hidden;
}
.header .header-right .nav-main ul.menu li .hover a {
  opacity: 1;
}
.header .header-right .nav-main ul.menu li:hover .hover {
  width: 100%;
}
.header .header-right .nav-main ul.menu li ul.sub-menu {
  background-color: #fff;
  width: 230px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 0;
  padding: 0 0;
  top: 35px;
  transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.5s;
  -webkit-transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
  -moz-transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
  -o-transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  transform-origin: top;
}
.header .header-right .nav-main ul.menu li ul.sub-menu li {
  width: 100%;
  height: auto;
  margin: 0 0 0;
  position: relative;
  padding: 0px;
  float: left;
  text-align: left;
  border: 0px;
}
.header .header-right .nav-main ul.menu li ul.sub-menu li a {
  float: left;
  background: none;
  width: 100%;
  height: auto;
  color: #fff !important;
  line-height: 125%;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  padding: 15px 30px;
  text-transform: uppercase;
  transition: all 0.25s;
  opacity: 0.6;
  border-bottom: 1px solid #eeeeee;
}
.header .header-right .nav-main ul.menu li ul.sub-menu:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  left: 25px;
  top: -9px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #000;
}
.header .header-right .nav-main ul.menu li:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
  border-radius: 2px;
}
.header .header-right .nav-main ul.menu li.menu-item-has-children {
  padding-right: 20px;
  background: url("../images/ic-menu-dropdown-arrow-black.svg");
  background-repeat: no-repeat;
  background-position: right center;
}

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

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

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

/*-----------------res-nav-end-------------------*/
/* section css start */
.container {
  width: 1415px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}

section {
  margin-top: 80px;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fff;
}

.hero-banner {
  padding: 30px 0;
  background-repeat: no-repeat;
  background-position: top -3px center;
  background-size: cover;
}
.hero-banner .inner .img img {
  border-radius: 30px;
  height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.hero-banner .inner .swiper-slide {
  position: relative;
}
.hero-banner .inner .swiper-slide .text {
  position: absolute;
  left: 68px;
  top: 50%;
  transform: translate(0%, -50%);
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(17.5px);
  max-width: 670px;
  padding: 30px 40px;
  border-radius: 15px;
}
.hero-banner .inner .swiper-slide .text h1 {
  color: #fff;
  padding-bottom: 25px;
}
.hero-banner .inner .swiper-slide .text p {
  color: #fff;
  max-width: 503px;
}

.swiper-button-prev,
.swiper-button-next {
  width: 45px !important;
  height: 45px !important;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(3px);
  border-radius: 45px;
  padding: 10px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 17px !important;
  color: #fff;
  font-weight: 700;
}

.swiper-button-prev {
  left: -85px !important;
}

.swiper-button-next {
  right: -85px !important;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: white;
}
.swiper-button-prev:hover:after,
.swiper-button-next:hover:after {
  color: #000;
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background: #fff !important;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  background: #fff !important;
}

.swiper-pagination {
  bottom: 18px !important;
}

.about {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 183px;
  margin-top: -120px;
}
.about .container {
  width: 1715px;
}
.about .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.about .inner .left {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}
.about .inner .left img {
  position: relative;
  z-index: 5;
}
.about .inner .right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 48px;
  padding-right: 150px;
}
.about .inner .right h2 {
  color: #353535;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
  font-size: 95px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 10px;
}
.about .inner .right .sub-text {
  padding-bottom: 12px;
}
.about .inner .right .sub-text p {
  color: #fff;
  font-family: "Inter 28pt";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 160% */
}
.about .inner .right .text {
  padding-bottom: 12px;
}
.about .inner .right .text p {
  color: rgba(255, 255, 255, 0.8);
}

.servicelist {
  padding: 90px 0;
}
.servicelist .inner {
  display: flex;
  flex-direction: column;
}
.servicelist .inner h2 {
  color: #080808;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 45px;
}
.servicelist .inner ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  row-gap: 46px;
}
.servicelist .inner ul li {
  display: flex;
  flex-direction: column;
  padding: 0 30px;
  position: relative;
}
.servicelist .inner ul li:nth-child(5n):before, .servicelist .inner ul li:last-child:before {
  display: none;
}
.servicelist .inner ul li:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/line-border.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 1px;
  height: 250px;
}
.servicelist .inner ul li img {
  padding-bottom: 30px;
}
.servicelist .inner ul li p {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 133.333%; /* 133.333% */
  text-transform: capitalize;
}

.footer {
  display: flex;
  flex-direction: column;
}
.footer img {
  margin-top: 50px;
  margin-bottom: 35px;
}
.footer .innerbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
}
.footer .innerbox p.copyright {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer .innerbox .link {
  display: flex;
}
.footer .innerbox .link span {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 15px;
  margin-right: 15px;
}
.footer .innerbox .link a:hover {
  color: white;
}
.footer .innerbox .link span,
.footer .innerbox .link a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

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

.policy {
  padding: 100px 0;
}
.policy .inner h1 {
  text-align: center;
  padding-bottom: 50px;
}
.policy .inner h2 {
  font-size: 40px;
  margin-bottom: 10px;
}
.policy .inner h3 {
  font-size: 30px;
  text-align: left;
  margin-bottom: 10px;
}
.policy .inner h4 {
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-family: "Inter Tight", sans-serif;
  margin-bottom: 10px;
}
.policy .inner h5 {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-family: "Inter Tight", sans-serif;
  margin-bottom: 10px;
}
.policy .inner h6 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-family: "Inter Tight", sans-serif;
  margin-bottom: 10px;
}
.policy .inner .text p a {
  text-decoration: underline;
}
.policy .inner ul,
.policy .inner ol {
  padding-top: 15px;
  padding-left: 20px;
}
.policy .inner ul li,
.policy .inner ol li {
  font-size: 18px;
  padding-bottom: 15px;
  list-style: disc;
}

.clip-reveal img,
.text-reveal {
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  opacity: 0;
  transform: translateY(20px);
}

.clip-reveal,
.text-reveal {
  overflow: hidden;
}

.contact {
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  padding: 100px 0;
  padding-bottom: 50px !important;
}
.contact .inner .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  padding: 0 40px;
}
.contact .inner .box .left {
  display: flex;
  flex-direction: column;
}
.contact .inner .box .left h2 {
  color: #fff;
  font-family: "Inter Tight";
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 116%;
  text-transform: capitalize;
}
.contact .inner .box .left h2 span {
  background: linear-gradient(90deg, #4c4c4c 0%, #080808 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-right: 130px;
}
.contact .inner .box .left .twocol {
  display: flex;
  margin-bottom: 30px;
}
.contact .inner .box .left .twocol span {
  color: #fff !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-right: 20px;
  margin-right: 20px;
  z-index: 8;
}
.contact .inner .box .left .twocol span a {
  color: #fff !important;
}
.contact .inner .box .left .twocol span:first-child {
  border-right: 1px solid #fff;
}
.contact .inner .box .left .get-in-touch {
  display: flex;
  flex-direction: column;
}
.contact .inner .box .left .get-in-touch a {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Inter Tight";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-left: 55px;
  margin-bottom: 12px;
  background-repeat: no-repeat;
}
.contact .inner .box .left .get-in-touch a:hover {
  color: #fff;
}
.contact .inner .box .left .get-in-touch a.phone {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  background-image: url("../images/call.svg");
  background-size: 40px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.contact .inner .box .left .get-in-touch a.phone:hover {
  color: rgba(255, 255, 255, 0.7);
}
.contact .inner .box .left .get-in-touch .email {
  background-image: url("../images/email.svg");
  background-size: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.contact .inner .box .left .get-in-touch .location {
  background-image: url("../images/address.svg");
  background-size: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.contact .inner .box .right {
  display: flex;
  flex-direction: column;
}
.contact .inner .box .right .forms {
  padding: 33px 27px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #1b1b1b;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.3);
}
.contact .inner .box .right .forms h2 {
  color: #fff;
  text-align: center;
  font-family: "Inter Tight";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 28px;
}
.contact .inner .box .right .forms p {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-family: "Inter Tight";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 20px;
}

@media (min-width: 1921px) {
  .hero-banner,
  .about {
    background-size: cover;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1899px) {
  h1 {
    font-size: 55px;
  }
  .hero-banner .inner .swiper-slide .text {
    max-width: 600px;
    padding: 30px 30px;
  }
  .hero-banner .inner .swiper-slide .text h1 {
    padding-bottom: 19px;
  }
  .swiper-button-prev {
    left: -65px !important;
  }
  .swiper-button-next {
    right: -65px !important;
  }
  .about .inner .right h2 {
    font-size: 80px;
  }
  body p {
    font-size: 17px;
  }
  .about .inner .right .sub-text p {
    font-size: 18px;
  }
  .servicelist {
    padding: 80px 0;
  }
  .servicelist .inner h2 {
    font-size: 45px;
    margin-bottom: 35px;
  }
  .contact {
    padding: 80px 0;
  }
  .contact .inner .box .left h2 {
    font-size: 45px;
  }
  .contact .inner .box .left .twocol span {
    font-size: 18px;
  }
  .contact .inner .box .right .forms h2 {
    font-size: 30px;
  }
  /*policy*/
  .policy {
    padding: 70px 0;
  }
  .policy .inner h1 {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 1350px) and (max-width: 1599px) {
  .container {
    width: 1250px;
  }
  h1 {
    font-size: 49px;
  }
  .hero-banner .inner .swiper-slide .text {
    max-width: 540px;
    padding: 30px 30px;
  }
  .hero-banner .inner .img img {
    height: 540px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 35px !important;
    height: 35px !important;
  }
  .hero-banner .inner .swiper-slide .text h1 {
    padding-bottom: 19px;
  }
  .swiper-button-prev {
    left: -27px !important;
  }
  .swiper-button-next {
    right: -27px !important;
  }
  .about .inner .right h2 {
    font-size: 70px;
  }
  body p {
    font-size: 17px;
  }
  .about .inner .right .sub-text p {
    font-size: 18px;
  }
  .servicelist {
    padding: 70px 0;
  }
  .servicelist .inner h2 {
    font-size: 40px;
    margin-bottom: 25px;
  }
  .contact {
    padding: 70px 0;
  }
  .contact .inner .box .left .get-in-touch a {
    font-size: 17px;
  }
  .contact .inner .box .left .get-in-touch a.phone {
    font-size: 18px;
  }
  .servicelist .inner ul li {
    padding: 0;
  }
  .contact .inner .box .left h2 {
    font-size: 40px;
  }
  .footer .innerbox .link span,
  .footer .innerbox .link a {
    font-size: 14px;
  }
  .contact .inner .box .right .forms p {
    font-size: 15px;
  }
  .gform_wrapper .gfield input,
  .gform_wrapper .gfield select {
    height: 50px;
    line-height: 50px;
    padding: 0 15px !important;
  }
  .gform_wrapper .gfield textarea {
    height: 90px !important;
    padding: 20px 15px !important;
  }
  .servicelist .inner ul li p {
    font-size: 17px;
  }
  .servicelist .inner ul li img {
    padding-bottom: 20px;
  }
  .servicelist .inner ul {
    row-gap: 36px;
  }
  .contact .inner .box .left .twocol span {
    font-size: 17px;
  }
  .contact .inner .box .right .forms h2 {
    font-size: 28px;
    margin-bottom: 19px;
  }
  .about .inner .right {
    padding-right: 0;
  }
  .about {
    padding-top: 123px;
  }
  /*policy*/
  .policy {
    padding: 70px 0;
  }
  .policy .inner h1 {
    padding-bottom: 30px;
  }
  .policy .inner h2 {
    font-size: 36px;
  }
  .policy .inner h3 {
    font-size: 29px;
  }
  .policy .inner ul li,
  .policy .inner ol li {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1349px) {
  .container {
    width: 1150px;
  }
  .about .container {
    width: 1205px;
  }
  h1 {
    font-size: 40px;
  }
  .header .header-right .nav-main ul.menu li {
    padding: 0 19px;
  }
  .hero-banner .inner .swiper-slide .text {
    max-width: 460px;
    padding: 25px;
  }
  .hero-banner .inner .img img {
    height: 540px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 35px !important;
    height: 35px !important;
  }
  .hero-banner .inner .swiper-slide .text h1 {
    padding-bottom: 19px;
  }
  .swiper-button-prev {
    left: -27px !important;
  }
  .swiper-button-next {
    right: -27px !important;
  }
  .about .inner .right h2 {
    font-size: 60px;
  }
  body p {
    font-size: 16px;
  }
  .about .inner .right .sub-text p {
    font-size: 16px;
  }
  .servicelist {
    padding: 70px 0;
  }
  .contact .inner .box {
    padding: 0;
  }
  .servicelist .inner h2 {
    font-size: 40px;
    margin-bottom: 25px;
  }
  .contact {
    padding: 70px 0;
  }
  .contact .inner .box .left .get-in-touch a {
    font-size: 16px;
  }
  .contact .inner .box .left .get-in-touch a.phone {
    font-size: 18px;
  }
  .servicelist .inner ul li {
    padding: 0;
  }
  .contact .inner .box .left h2 {
    font-size: 40px;
  }
  .footer .innerbox .link span,
  .footer .innerbox .link a {
    font-size: 14px;
  }
  .contact .inner .box .right .forms p {
    font-size: 15px;
  }
  .gform_wrapper .gfield input,
  .gform_wrapper .gfield select {
    height: 50px;
    line-height: 50px;
    padding: 0 15px !important;
  }
  .gform_wrapper .gfield textarea {
    height: 90px !important;
    padding: 20px 15px !important;
  }
  .servicelist .inner ul li p {
    font-size: 16px;
  }
  .servicelist .inner ul li img {
    padding-bottom: 20px;
  }
  .servicelist .inner ul {
    row-gap: 36px;
  }
  .contact .inner .box .left .twocol span {
    font-size: 16px;
  }
  .contact .inner .box .right .forms h2 {
    font-size: 28px;
    margin-bottom: 19px;
  }
  .about .inner .right {
    padding-right: 0;
  }
  .about {
    padding-top: 123px;
  }
  .gform_wrapper .gform_footer .gform_button {
    width: 170px;
  }
  .footer .innerbox {
    padding: 0;
  }
  /*policy*/
  .policy {
    padding: 60px 0;
  }
  .policy .inner h1 {
    padding-bottom: 30px;
  }
  .policy .inner h2 {
    font-size: 36px;
  }
  .policy .inner h3 {
    font-size: 29px;
  }
  .policy .inner ul li,
  .policy .inner ol li {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1121px) and (max-width: 1279px) {
  .container {
    width: 100%;
    padding: 0 50px;
  }
  .about .container {
    width: 100%;
    padding: 0 50px;
  }
  h1 {
    font-size: 40px;
  }
  .header .header-right .nav-main ul.menu li {
    padding: 0 19px;
  }
  .hero-banner .inner .swiper-slide .text {
    max-width: 460px;
    padding: 25px;
  }
  .hero-banner .inner .img img {
    height: 440px;
  }
  .contact .inner .box .right .forms {
    padding: 25px 17px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 35px !important;
    height: 35px !important;
  }
  .hero-banner .inner .swiper-slide .text h1 {
    padding-bottom: 10px;
  }
  .swiper-button-prev {
    left: 5px !important;
  }
  .swiper-button-next {
    right: 5px !important;
  }
  .about .inner .right h2 {
    font-size: 50px;
  }
  body p {
    padding: 0 0 10px 0;
    font-size: 15px;
  }
  .about .inner .right .sub-text p {
    font-size: 15px;
  }
  .servicelist {
    padding: 50px 0;
  }
  .contact .inner .box {
    padding: 0;
  }
  .servicelist .inner h2 {
    font-size: 40px;
    margin-bottom: 25px;
  }
  .contact {
    padding: 50px 0;
  }
  .contact .inner .box .left .get-in-touch a {
    font-size: 16px;
  }
  .contact .inner .box .left .get-in-touch a.phone {
    font-size: 18px;
  }
  .servicelist .inner ul li {
    padding: 0 10px;
  }
  .contact .inner .box .left h2 {
    font-size: 40px;
  }
  .footer .innerbox .link span,
  .footer .innerbox .link a {
    font-size: 14px;
  }
  .contact .inner .box .right .forms p {
    font-size: 15px;
  }
  .gform_wrapper .gfield input,
  .gform_wrapper .gfield select {
    height: 50px;
    line-height: 50px;
    padding: 0 15px !important;
  }
  .gform_wrapper .gfield textarea {
    height: 90px !important;
    padding: 20px 15px !important;
  }
  .servicelist .inner ul li p {
    font-size: 15px;
  }
  .servicelist .inner ul li img {
    padding-bottom: 20px;
  }
  .servicelist .inner ul {
    row-gap: 36px;
  }
  .contact .inner .box .left .twocol span {
    font-size: 15px;
  }
  .contact {
    padding-bottom: 20px !important;
  }
  .hero-banner .inner .swiper-slide .text {
    left: 38px;
  }
  .about .inner .right .sub-text {
    padding-bottom: 7px;
  }
  .footer img {
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .contact .inner .box .right .forms h2 {
    font-size: 28px;
    margin-bottom: 19px;
  }
  .about .inner .right {
    padding-right: 0;
  }
  .about {
    padding-top: 123px;
  }
  .gform_wrapper .gform_footer .gform_button {
    width: 170px;
  }
  .footer .innerbox {
    padding: 0;
  }
  /*policy*/
  .policy {
    padding: 60px 0;
  }
  .policy .inner h1 {
    padding-bottom: 30px;
  }
  .policy .inner h2 {
    font-size: 36px;
  }
  .policy .inner h3 {
    font-size: 29px;
  }
  .policy .inner ul li,
  .policy .inner ol li {
    font-size: 16px;
  }
  .policy .inner h3 {
    font-size: 27px;
  }
  .policy .inner h4 {
    font-size: 24px;
  }
  .policy .inner h2 {
    font-size: 32px;
  }
  .policy .inner ul li,
  .policy .inner ol li {
    font-size: 15px;
  }
}
@media (max-width: 1120px) {
  .container {
    width: 100%;
    padding: 0 30px;
  }
  .about .container {
    width: 100%;
    padding: 0 30px;
  }
  h1 {
    font-size: 40px;
  }
  .header .header-right .nav-main ul.menu li {
    padding: 0 19px;
  }
  .hero-banner .inner .swiper-slide .text {
    max-width: 460px;
    padding: 25px;
  }
  .hero-banner .inner .img img {
    height: 440px;
  }
  .contact .inner .box .right .forms {
    padding: 25px 17px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 35px !important;
    height: 35px !important;
  }
  .hero-banner .inner .swiper-slide .text h1 {
    padding-bottom: 10px;
  }
  .swiper-button-prev {
    left: 5px !important;
  }
  .swiper-button-next {
    right: 5px !important;
  }
  .about .inner .right h2 {
    font-size: 50px;
  }
  body p {
    padding: 0 0 10px 0;
    font-size: 15px;
  }
  .about .inner .right .sub-text p {
    font-size: 15px;
  }
  .servicelist {
    padding: 50px 0;
  }
  .contact .inner .box {
    padding: 0;
  }
  .servicelist .inner h2 {
    font-size: 40px;
    margin-bottom: 25px;
  }
  .contact {
    padding: 50px 0;
  }
  .contact .inner .box .left .get-in-touch a {
    font-size: 16px;
  }
  .contact .inner .box .left .get-in-touch a.phone {
    font-size: 18px;
  }
  .servicelist .inner ul li {
    padding: 0 10px;
  }
  .contact .inner .box .left h2 {
    font-size: 40px;
  }
  .footer .innerbox .link span,
  .footer .innerbox .link a {
    font-size: 14px;
  }
  .contact .inner .box .right .forms p {
    font-size: 15px;
  }
  .gform_wrapper .gfield input,
  .gform_wrapper .gfield select {
    height: 50px;
    line-height: 50px;
    padding: 0 15px !important;
  }
  .gform_wrapper .gfield textarea {
    height: 90px !important;
    padding: 20px 15px !important;
  }
  .servicelist .inner ul li p {
    font-size: 15px;
  }
  .servicelist .inner ul li img {
    padding-bottom: 20px;
  }
  .servicelist .inner ul {
    row-gap: 36px;
  }
  .contact .inner .box .left .twocol span {
    font-size: 15px;
  }
  .contact {
    padding-bottom: 20px !important;
  }
  .hero-banner .inner .swiper-slide .text {
    left: 38px;
  }
  .about .inner .right .sub-text {
    padding-bottom: 7px;
  }
  .footer img {
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .contact .inner .box .right .forms h2 {
    font-size: 25px;
    margin-bottom: 19px;
  }
  .about .inner .right {
    padding-right: 0;
  }
  .about {
    padding-top: 123px;
  }
  .gform_wrapper .gform_footer .gform_button {
    width: 170px;
  }
  .footer .innerbox {
    padding: 0;
  }
  .about .inner {
    grid-template-columns: repeat(1, 1fr);
  }
  .about .inner .left {
    order: 2;
    max-width: 560px;
    margin: auto;
  }
  .about {
    background-size: cover;
  }
  .about .inner .right {
    padding-bottom: 0;
  }
  .servicelist .inner ul li p br {
    display: none;
  }
  .contact .inner .box .left h2 {
    margin-bottom: 19px;
  }
  .contact .inner .box .left .twocol {
    margin-bottom: 20px;
  }
  /*policy*/
  .policy {
    padding: 50px 0;
  }
  .policy .inner h1 {
    padding-bottom: 30px;
  }
  .policy .inner h2 {
    font-size: 36px;
  }
  .policy .inner h3 {
    font-size: 29px;
  }
  .policy .inner ul li,
  .policy .inner ol li {
    font-size: 16px;
  }
  .policy .inner h3 {
    font-size: 27px;
  }
  .policy .inner h4 {
    font-size: 24px;
  }
  .policy .inner h2 {
    font-size: 32px;
  }
  .policy .inner ul li,
  .policy .inner ol li {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
  .header .header-right .nav-main ul.menu li a {
    font-size: 16px;
  }
  .header .header-right .nav-main ul.menu li {
    padding: 0 11px;
  }
  .footer .innerbox p.copyright {
    font-size: 14px;
  }
  h1 {
    font-size: 30px;
  }
  .about .inner .right h2 {
    font-size: 40px;
  }
  .servicelist .inner h2 {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .servicelist .inner ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .servicelist .inner ul li:nth-child(5):before {
    display: block;
  }
  .servicelist .inner ul li:nth-child(3):before,
  .servicelist .inner ul li:nth-child(6):before,
  .servicelist .inner ul li:nth-child(9):before {
    display: none;
  }
  .contact .inner .box .left h2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .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 {
    width: 100%;
    height: 100vh !important;
    position: fixed;
    left: -100%;
    top: 55px;
    padding-right: 0;
    overflow: hidden;
    transition: inherit;
    z-index: 9;
    display: none;
    transition: all 0.25s ease 0s;
  }
  .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: 12px 15px;
  }
  .header .header-right .nav-main ul.menu li a {
    float: none;
    display: inline-block;
    height: auto;
    line-height: 110%;
    display: block;
    font-size: 16px;
    padding: 0;
    color: #333333;
    transition: inherit;
  }
  .header .header-right .nav-main ul.menu li a::after {
    display: none;
  }
  .header .header-right .nav-main ul.menu li a:hover {
    color: rgba(255, 255, 255, 0.7);
  }
  .header .header-right .nav-main ul.menu li .hover {
    display: none;
  }
  .header .header-right .nav-main ul.menu li ul.sub-menu {
    width: 100% !important;
    padding: 0px 0px 0 20px;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    position: relative;
    box-shadow: none;
    transition: all 0s !important;
    top: 0;
    left: 0px;
    overflow-y: scroll;
  }
  .header .header-right .nav-main ul.menu li ul.sub-menu:before {
    display: none;
  }
  .header .header-right .nav-main ul.menu li ul.sub-menu li a {
    border-bottom: unset;
    padding-left: 0;
    color: #000;
    font-size: 14px;
    font-weight: 400 !important;
    text-transform: capitalize;
  }
  .header .header-right .nav-main ul.menu li span {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0;
    width: 50px;
    height: 50px;
    z-index: 111;
    background: url("../images/ic-menu-dropdown-arrow-black.svg") no-repeat;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    cursor: pointer;
    border: none;
    padding-bottom: 0;
  }
  .header .header-right .nav-main ul.menu li.menu-item-has-children {
    background-image: unset;
  }
  .header .header-right .nav-main ul.menu li.open span {
    transform: rotate(180deg);
    transition: all 0.5s;
  }
  .nav_open {
    overflow: hidden;
  }
  .res_navigation {
    width: 30px;
    display: block;
    position: relative;
    right: -21px;
    top: 0px;
    margin: auto;
  }
  .nav-toggle.active .bottom {
    transform: translateY(-7px) translateX(0) rotate(-45deg);
    background: #fff;
    top: 15px;
  }
  .nav-toggle.active .top {
    transform: translateY(12px) translateX(0) rotate(45deg);
    background: #fff;
    top: -4px;
  }
  .nav-toggle.active .middle {
    opacity: 0;
    background: #fff;
  }
  .gform_wrapper ul li.gfield {
    width: 100% !important;
  }
  .header .header-right .nav-main {
    background: #000;
  }
  .hero-banner .inner .swiper-slide .text {
    max-width: 100%;
    padding: 15px 25px;
    margin: auto;
  }
  .hero-banner .inner .swiper-slide .text {
    left: 0;
  }
  h1 {
    font-size: 25px;
  }
  .hero-banner .inner .swiper-slide .text p {
    max-width: 100%;
  }
  .about .inner {
    gap: 20px;
  }
  .about .container {
    padding: 0 15px;
  }
  .servicelist .inner ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .servicelist .inner ul li:before {
    display: none !important;
  }
  .contact .inner .box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    padding: 0;
    gap: 20px;
  }
  .footer .innerbox {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .footer .innerbox p.copyright {
    text-align: center;
  }
  .footer .innerbox {
    row-gap: 20px;
  }
  .btn-main {
    padding: 11px 27px;
  }
  .policy .inner h1 {
    font-size: 40px;
  }
}
@media (max-width: 350px) {
  .contact .inner .box .left h2 span {
    padding-right: 0;
  }
  .contact .inner .box .left h2 {
    font-size: 25px;
  }
  .contact .inner .box .left .get-in-touch a {
    padding-left: 46px;
  }
  .contact .inner .box .left .get-in-touch a.phone {
    font-size: 14px;
  }
  .contact .inner .box .left .get-in-touch a {
    font-size: 14px;
  }
  .contact .inner .box .left .get-in-touch .email,
  .contact .inner .box .left .get-in-touch a.phone,
  .contact .inner .box .left .get-in-touch .location {
    background-size: 31px;
    padding-top: 5px;
    padding-bottom: 10px;
  }
  .contact .inner .box .right .forms h2 {
    font-size: 20px;
    margin-bottom: 19px;
  }
  body p {
    padding: 0 0 10px 0;
    font-size: 14px;
  }
  .about .inner .right .sub-text p {
    font-size: 14px;
  }
  .servicelist .inner ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .contact .inner .box .left .twocol span {
    font-size: 13px;
    padding-right: 10px;
    margin-right: 10px;
  }
}/*# sourceMappingURL=style.css.map */