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

.section,
.text-wrap,
.img-wrap,
ul {
  float: left;
  width: 100%;
}

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

html {
  scroll-behavior: smooth;
}

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

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

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

:focus {
  outline: 0;
}

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

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

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

button {
  cursor: pointer;
  border: none;
}

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

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

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

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

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

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

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

td {
  vertical-align: top;
}

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

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

.text_center {
  text-align: center;
}

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

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

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

h1 {
  font-size: 100px;
  font-style: normal;
  font-weight: 600;
  line-height: 84%; /* 84% */
  color: #000;
  font-family: "Scheherazade New", serif;
}

h2 {
  color: #000;
  font-size: 90px;
  font-style: normal;
  font-weight: 500;
  line-height: 77.778%; /* 77.778% */
  font-family: "Scheherazade New", serif;
}

h3 {
  color: #0e173d;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-family: "Scheherazade New", serif;
}

h4 {
  font-size: 24px;
  font-family: "Scheherazade New", serif;
  color: #000;
  font-weight: 400;
}

h5 {
  font-size: 18px;
  font-family: "Scheherazade New", serif;
  font-weight: 700;
  color: #000;
}

h6 {
  font-size: 16px;
  font-family: "Scheherazade New", serif;
}

p {
  font-family: "Manrope";
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.778%; /* 177.778% */
  padding-bottom: 18px;
}

b,
strong {
  font-weight: 600;
}

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

.btn-main {
  border-radius: 100px;
  background: url("../images/white-arrow.svg"), #b4a884;
  background-repeat: no-repeat;
  background-position: right 34px center;
  width: auto;
  height: 53px;
  line-height: 13px;
  display: inline-block;
  width: auto;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  padding: 20px 30px;
  padding-right: 57px;
}
.btn-main:hover {
  background-color: #000 !important;
  color: #fff !important;
}

.form-control,
input,
select {
  float: left;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  width: auto;
  height: 54px;
  width: auto;
  padding: 0 16px !important;
  font-family: "Manrope";
  font-size: 18px;
  font-weight: 400 !important;
  color: #0c173d !important;
  line-height: 120%;
}

.instruction.validation_message {
  display: none;
}

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

.gform_wrapper.gravity-theme .gfield textarea {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  height: 150px !important;
  padding-top: 20px !important;
}
.gform_wrapper.gravity-theme .gfield textarea:focus {
  outline: none;
  border-color: #fff !important;
  box-shadow: unset !important;
}

span.gfield_required {
  display: none !important;
}

input#input_1_4 {
  text-transform: lowercase;
}

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

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

div#gform_1_validation_container {
  display: none;
}

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

/*  Header  Start */
.nav_open #header .header .header-right .nav-main {
  left: 0px;
}

.fixed {
  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);
}

#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);
  border-bottom: 2px solid #b4a884;
  background: #2a2f56;
}

.innerheader {
  display: flex;
  position: relative;
}
.innerheader .logo {
  max-width: 250px;
  width: 100%;
  margin: auto;
  z-index: 5;
  position: relative;
  background-color: #2a2f56;
}
.innerheader .logo a {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  top: 15px;
}
.innerheader::after {
  display: block !important;
  content: "";
  position: absolute;
  left: 50%;
  top: auto;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 241px;
  height: 61px;
  background-image: url("../images/bottom.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
  bottom: -90px;
}

.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 14px;
}
.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: #b4a884;
  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: 500;
  font-size: 15px;
  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: #b4a884;
}
.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: 276px;
  border-radius: 10px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 0;
  padding: 5px !important;
  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;
  margin-bottom: 5px;
  border-radius: 5px;
}
.header .header-right .nav-main ul.menu li ul.sub-menu li:last-child {
  margin-bottom: 0;
}
.header .header-right .nav-main ul.menu li ul.sub-menu li:hover {
  background: url(../images/menu-arrow.svg), #e8eae6;
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.header .header-right .nav-main ul.menu li ul.sub-menu li a {
  float: left;
  background: none;
  width: 100%;
  height: auto;
  color: #333 !important;
  line-height: 125%;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  padding: 16px 10px;
  transition: all 0.25s;
  border-bottom: 1px solid #e8eae6;
}
.header .header-right .nav-main ul.menu li ul.sub-menu li:last-child a {
  border: none;
}
.header .header-right .nav-main ul.menu li:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
  border-radius: 10px;
}
.header .header-right .nav-main ul.menu li.menu-item-has-children {
  padding-right: 20px;
  background: url("../images/down-arrow.svg");
  background-repeat: no-repeat;
  background-position: right center;
}
.header .header-main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s;
  padding: 10px 0;
}
.header .header-main .logo {
  float: left;
  transition: all 0.3s;
  width: 227px;
  position: relative;
  top: 0px;
  margin-left: 0;
  z-index: 9;
}
.header .header-main .logo a {
  width: auto;
  float: left;
  width: auto;
}
.header .header-main .logo a img {
  margin: 0 auto;
  display: inline-block;
}
.header .header-main.rightbar {
  justify-content: flex-end;
}
.header .header-main.rightbar ul {
  display: flex;
  align-items: center;
}
.header .header-main.rightbar ul li {
  padding: 0 5px !important;
}
.header .header-main.rightbar ul li:last-child a {
  border-radius: 100px;
  background: url("../images/white-arrow.svg"), #b4a884;
  background-repeat: no-repeat;
  background-position: right 17px center;
  color: #fff !important;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 15px 20px;
  padding-right: 40px;
}
.header .header-main.rightbar ul li:last-child a:hover {
  background-color: #6a6451;
}
.header .header-main.rightbar ul li:nth-last-child(2) a {
  color: #b4a884;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 100px;
  border: 1px solid #b4a884;
  padding: 15px 20px;
}
.header .header-main.rightbar ul li:nth-last-child(2) a:hover {
  background-color: #b4a884;
  color: #fff;
}

.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: 0px;
  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: #fff;
}
.nav-toggle.active .bottom {
  transform: translateY(-7px) translateX(0) rotate(-45deg);
  background: #fff;
}
.nav-toggle.active .middle {
  opacity: 0;
  background: #fff;
}
.nav-toggle span {
  background: #fff;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: -2px;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}
.nav-toggle span:nth-of-type(2) {
  top: 7px;
}
.nav-toggle span:nth-of-type(3) {
  top: 16px;
}

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

section {
  margin-top: 84px;
  display: flex;
  flex-direction: column;
}

.herobanner {
  background-position: center center;
  background-size: cover;
  padding-top: 147px;
  padding-bottom: 110px;
  float: left;
  width: 100%;
  position: relative;
}
.herobanner .inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
.herobanner .inner h1 {
  color: #fff;
  max-width: 910px;
  padding-bottom: 20px;
}
.herobanner .inner p {
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 146.667%; /* 146.667% */
  max-width: 625px;
  padding-bottom: 30px;
}
.herobanner .inner p span {
  font-weight: 700;
}
.herobanner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #000;
  background: linear-gradient(90deg, #000 -10.23%, rgba(0, 0, 0, 0) 66.35%);
}

.pd100 {
  padding: 100px 0;
}

.about {
  display: flex;
  flex-direction: column;
  background-color: #f2f3f5;
  position: relative;
  overflow: hidden;
}
.about:after {
  content: "";
  position: absolute;
  right: 0;
  top: 40px;
  background-image: url("../images/tree.svg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 224px;
  opacity: 0.2;
}
.about .inner {
  display: flex;
  flex-direction: column;
}
.about .inner h2 {
  text-align: center;
}
.about .inner .innercol {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-top: 60px;
}
.about .inner .innercol .left {
  padding-right: 96px;
}
.about .inner .innercol .left img {
  border-radius: 30px;
}
.about .inner .innercol .right {
  max-width: 638px;
}
.about .inner .innercol .right .bold {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 146.154%; /* 146.154% */
  padding-bottom: 21px;
}
.about .inner .innercol .right .text {
  padding-bottom: 20px;
  float: left;
}

.think {
  display: flex;
  flex-direction: column;
}
.think .inner {
  display: flex;
  flex-direction: column;
}
.think .inner h2 {
  text-align: center;
}
.think .inner .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding-top: 60px;
}
.think .inner .list .box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 30px;
  background: #e8eae6;
  box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.06);
  padding: 38px 30px;
}
.think .inner .list .box h3 {
  font-size: 26px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
  text-align: left;
  line-height: 123.077%; /* 123.077% */
  padding-top: 30px;
  padding-bottom: 15px;
  font-family: "Manrope";
}
.think .inner .list .box p {
  color: #333;
  font-size: 16.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 157.576%; /* 157.576% */
}
.think .heading p {
  padding-bottom: 0;
  text-align: center;
  color: #000;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%;
  margin-top: 77px;
  padding: 0 20px;
}

.investment {
  padding: 70px 0;
  display: flex;
  flex-direction: column;
  background-color: rgba(181, 170, 136, 0.55);
}
.investment .inner {
  display: grid;
  grid-template-columns: 413px auto;
  gap: 69px;
}
.investment .inner .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.investment .inner .left h2 {
  text-align: left;
  padding-bottom: 32px;
}
.investment .inner .left p {
  padding-bottom: 32px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 160% */
}
.investment .inner .right .innerrightcol {
  display: grid;
  grid-template-columns: 250px 111px auto;
  gap: 10px;
}
.investment .inner .right .innerrightcol .box {
  padding: 22px 0;
  background-color: #fff;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  padding-bottom: 119px;
  position: relative;
  overflow: hidden;
}
.investment .inner .right .innerrightcol .box:first-child:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 150px;
  background-image: url("../images/bgone.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.investment .inner .right .innerrightcol .box:last-child:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 150px;
  background-image: url("../images/bgtwo.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.investment .inner .right .innerrightcol .box .img {
  border-bottom: 1px solid #d1dee4;
  padding-left: 28px;
  padding-right: 28px;
  padding-bottom: 21px;
}
.investment .inner .right .innerrightcol .box .img .heading {
  color: #333;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 166.667%; /* 166.667% */
  padding-top: 15px;
  padding-bottom: 0;
}
.investment .inner .right .innerrightcol .box .list {
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
}
.investment .inner .right .innerrightcol .box .list ul {
  display: flex;
  flex-direction: column;
}
.investment .inner .right .innerrightcol .box .list ul li {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 200% */
  padding-bottom: 9px;
}
.investment .inner .right .innerrightcol .box .list ul li:last-child {
  padding-bottom: 0;
}

.team {
  display: flex;
  flex-direction: column;
}
.team .innner {
  display: flex;
  flex-direction: column;
}
.team .innner h2 {
  text-align: center;
}
.team .innner .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 55px;
}
.team .innner .list .box {
  display: flex;
  flex-direction: column;
  position: relative;
}
.team .innner .list .box img {
  height: 416px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.team .innner .list .box h3 {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 106.667%; /* 106.667% */
  text-align: left;
}
.team .innner .list .box .position {
  color: #b4a884;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 0px;
  margin-top: 8px;
  padding-bottom: 0px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.team .innner .list .box .infobox {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  background-color: #f2f3f5;
  padding: 18px 31px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.team .innner .list .box .infoboxtwo {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  background-color: #f2f3f5;
  padding: 18px 31px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  position: absolute;
  bottom: 0;
}
.team .innner .list .box .infoboxtwo .text p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 162.5%; /* 162.5% */
  margin-top: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
  padding-bottom: 0;
  margin-bottom: 10px;
}
.team .innner .list .box .infoboxtwo .text p:last-child {
  display: none;
}
.team .innner .list .box:hover {
  cursor: pointer;
}
.team .innner .list .box:hover .infoboxtwo {
  display: block;
  opacity: 1;
  visibility: visible;
}

.readmore {
  color: #b4a884;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background-image: url("../images/arrow-color.svg");
  background-repeat: no-repeat;
  background-position: top 5px right;
  padding-right: 26px;
}
.readmore:hover {
  color: #000;
}

.businessess {
  display: flex;
  flex-direction: column;
  background: linear-gradient(270deg, #2a2f56 11.67%, #000 150.1%);
}
.businessess .inner {
  display: flex;
  flex-direction: column;
}
.businessess .inner h2 {
  text-align: center;
  color: #b4a884;
}
.businessess .inner .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 19px;
  margin-top: 33px !important;
  max-width: 931px;
  margin: auto;
}
.businessess .inner .list .box {
  position: relative;
  height: 100%;
}
.businessess .inner .list .box:hover .img {
  transform: perspective(1000px) rotateY(180deg);
}
.businessess .inner .list .box:hover .text {
  transform: perspective(1000px) rotateY(0deg);
}
.businessess .inner .list .box .img {
  padding: 40px 39px;
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 267px;
  position: relative;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.06);
  backface-visibility: hidden;
  transform: perspective(1000px) rotateY(0deg);
  transition: 1s;
}
.businessess .inner .list .box .img img {
  transition: all 0.3s;
}
.businessess .inner .list .box .text {
  padding: 40px 39px;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  transition: all 0.3s;
  height: 267px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transform: perspective(1000px) rotateY(-180deg);
  transition: 1s;
}
.businessess .inner .list .box .text p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%; /* 187.5% */
  margin-top: 0px;
  margin-bottom: 9px;
  padding: 0 !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.phone-menu {
  display: none;
}

.businessess {
  display: flex;
  flex-direction: column;
  padding-top: 120px;
}
.businessess .inner {
  display: flex;
  flex-direction: column;
}
.businessess .inner h1 {
  text-align: center;
}

.page-template-affiliated-businesses .businessess {
  background: inherit;
  position: relative;
}
.page-template-affiliated-businesses .businessess:after {
  content: "";
  position: absolute;
  right: 0;
  top: 40px;
  background-image: url("../images/tree.svg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 144px;
  opacity: 0.05;
}

/*ketul css*/
.custom-banner {
  background-image: url("../images/banner-bg-all-page.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 136px 0 92px 0;
  position: relative;
  width: 100%;
  float: left;
}

.custom-banner:before {
  position: absolute;
  content: "";
  background: linear-gradient(270deg, #2a2f56 11.67%, #000 150.1%);
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}

.custom-banner .custom-banner-text {
  max-width: 782px;
  margin: 0 auto;
}

.custom-banner .custom-banner-text .heading {
  color: #fff;
  text-align: center;
  font-family: "Scheherazade New";
  font-size: 74px;
  font-weight: 600;
  line-height: 90%;
  padding-bottom: 20px;
}

.custom-banner .custom-banner-text .text p {
  color: #fff;
  text-align: center;
  font-family: "Manrope";
  font-size: 20px;
  font-weight: 400;
  line-height: 180%;
  padding-bottom: 0;
}

.page-template-our-approach .custom-banner .custom-banner-text {
  max-width: 944px;
}

.page-template-our-approach .cta,
.page-template-team .cta {
  margin-top: 0;
}

/* Team page CSS */
.team-page .team-list {
  padding: 100px 0;
}

.team-page .team-list li {
  padding: 80px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  display: grid;
  grid-template-columns: 454px auto;
  align-items: start;
  gap: 100px;
}

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

.team-page .team-list li:first-child {
  padding-top: 0;
}

.team-page .team-list li:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}

.team-page .team-list li .left {
  position: relative;
}

.team-page .team-list li .left p {
  position: absolute;
  color: #000;
  text-align: center;
  font-family: "Scheherazade New";
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
  border-radius: 10px;
  background: #fff;
  padding: 16px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  width: auto;
}

.team-page .team-list li .left img {
  border-radius: 30px;
}

.team-page .team-list li .right .position-heading {
  color: #b4a884;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}

.team-page .team-list li .right .heading {
  color: #333;
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
}

.team-page .team-list li .right div p:last-of-type {
  padding: 0;
}

/* Our Approach CSS Start */
.approach-section {
  padding: 100px 0;
  width: 100%;
  float: left;
}

.approach-section .approach-box {
  padding-bottom: 95px;
}

.approach-section .approach-box:last-of-type {
  padding-bottom: 0;
}

.approach-section .approach-box {
  display: grid;
  grid-template-columns: auto 454px;
  gap: 0;
  width: 100%;
  float: left;
}

.approach-section .approach-box:nth-child(2) {
  display: grid;
  grid-template-columns: 454px auto;
}

.approach-section .approach-box .img-box img {
  border-radius: 30px;
}

.approach-section .approach-box .approach-text {
  border-radius: 30px;
  background: #f2f3f5;
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.approach-section .approach-box:nth-child(2) .approach-text {
  background: #e8eae6;
}

.approach-section .approach-box:nth-child(3) .approach-text {
  background: #f9f9f8;
}

.approach-section .approach-box .approach-text .approach-heading {
  color: #000;
  font-family: "Scheherazade New";
  font-size: 50px;
  font-weight: 600;
  line-height: 80%;
  padding-bottom: 30px;
}

.approach-section .approach-box .approach-text div p:last-of-type {
  padding-bottom: 0;
}

/* Contact CSS Start */
.contact-box {
  padding: 136px 0 100px 0;
  width: 100%;
  float: left;
}

.contact-box .contact-heading {
  color: #000;
  text-align: center;
  font-family: "Scheherazade New";
  font-size: 74px;
  font-weight: 600;
  line-height: 100%;
  padding-bottom: 35px;
}

.contact-box .form-box {
  max-width: 800px;
  margin: 0 auto;
  background: #b4a884;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.06);
  width: 100%;
  float: left;
  padding: 35px 40px;
  border-radius: 30px;
}

.contact-box .form-box p {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  padding-bottom: 20px;
}

.contact-box .main-box {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}

.contact-box .form-box input::-moz-placeholder, .contact-box .form-box textarea::-moz-placeholder {
  color: #333 !important;
  opacity: 0.6;
}

.contact-box .form-box input::placeholder,
.contact-box .form-box textarea::placeholder {
  color: #333 !important;
  opacity: 0.6;
}

.contact-box .form-box input,
.contact-box .form-box textarea {
  border-radius: 6px !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  background: #fff !important;
  color: #333 !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.contact-box .form-box .gform_fields.top_label {
  gap: 10px !important;
}

.contact-box .form-box .gform_footer.top_label {
  position: relative;
  display: inline-flex;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  margin-top: 20px;
}

.contact-box .form-box .gform_button {
  background: #2a2f56 !important;
  width: auto !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 100% !important;
  padding: 18px 50px 18px 30px !important;
  height: auto;
  margin: 0 auto;
  border-radius: 50px !important;
}

.contact-box .form-box .gform_button:hover {
  background: #000 !important;
}

.contact-box .form-box .gform_footer.top_label::before {
  position: absolute;
  content: "";
  background-image: url("../images/right-arrow.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 17px;
  height: 12px;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

.error404 .entry-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 90px;
}
.error404 .entry-content h1 {
  text-align: center;
}
.error404 .entry-content p {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.cta {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 50px;
}
.cta:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #fff -0.26%, rgba(255, 255, 255, 0) 84.54%);
}
.cta img {
  width: 100%;
  height: auto;
}
.cta .inner {
  position: absolute;
  top: 29%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  z-index: 5;
}
.cta .inner h2 {
  margin-bottom: 19px;
}
.cta .inner p {
  color: #000;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 146.154%; /* 146.154% */
  padding-bottom: 31px;
}

#footer .footer {
  display: flex;
  flex-direction: column;
  background: #000;
}
#footer .footer .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 201px;
}
#footer .footer .inner .left {
  display: flex;
  flex-direction: column;
}
#footer .footer .inner .left .innerfooter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  position: relative;
}
#footer .footer .inner .left .innerfooter:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
#footer .footer .inner .left .innerfooter img.logofooter {
  background: #000;
  padding-right: 40px;
  position: relative;
  z-index: 5;
}
#footer .footer .inner .left .innerfooter ul {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  height: auto;
  -moz-column-gap: 10px;
       column-gap: 10px;
  background: #000;
  padding-left: 40px;
  position: relative;
  z-index: 5;
}
#footer .footer .inner .left .innerfooter ul li {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  height: 100%;
}
#footer .footer .inner .left .innerfooter ul li a {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 9px;
  line-height: 6px;
  border-radius: 100px;
}
#footer .footer .inner .left .innerfooter ul li a:hover {
  background: #2a2f56;
  border: 1px solid #2a2f56;
}
#footer .footer .inner .left .footermenu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 80px;
  gap: 30px;
}
#footer .footer .inner .left .footermenu .box {
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
#footer .footer .inner .left .footermenu .box:last-child {
  border-right: none;
}
#footer .footer .inner .left .footermenu .box .menutitle {
  color: #b4a884;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 16px;
}
#footer .footer .inner .left .footermenu .box p.msg {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#footer .footer .inner .left .footermenu .box a.address {
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 19px;
}
#footer .footer .inner .left .footermenu .box a.readmore {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  background-size: 14px;
  background-position: top 3px right;
  width: -moz-max-content;
  width: max-content;
}
#footer .footer .inner .left .footermenu .box a.readmore:hover {
  color: #fff;
}
#footer .footer .inner .left .footermenu .box ul li a {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.6;
  padding-bottom: 8px !important;
  float: left;
  width: 100%;
}
#footer .footer .inner .left .footermenu .box ul li a:hover {
  color: #b4a884;
  opacity: 1;
}
#footer .footer .inner .right .cfome {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.06);
  background: rgba(255, 255, 255, 0.2);
  stroke-width: 1px;
  stroke: rgba(0, 0, 0, 0.1);
  filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.06));
  padding: 33px 33px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  min-height: 500px;
}
#footer .footer .inner .right .cfome h2 {
  color: #fff;
  font-size: 60px;
  margin-bottom: 25px;
  text-align: center;
}

p.copyrights {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 0;
  opacity: 0.6;
  margin-top: auto;
}

.gform_confirmation_message {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
}

.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 8px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.1);
  height: 56px;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, .gform_wrapper.gravity-theme select::-moz-placeholder, .gform_wrapper.gravity-theme textarea::-moz-placeholder {
  color: #fff;
  text-transform: capitalize;
}
.gform_wrapper.gravity-theme input[type=color]::placeholder,
.gform_wrapper.gravity-theme input[type=date]::placeholder,
.gform_wrapper.gravity-theme input[type=datetime-local]::placeholder,
.gform_wrapper.gravity-theme input[type=datetime]::placeholder,
.gform_wrapper.gravity-theme input[type=email]::placeholder,
.gform_wrapper.gravity-theme input[type=month]::placeholder,
.gform_wrapper.gravity-theme input[type=number]::placeholder,
.gform_wrapper.gravity-theme input[type=password]::placeholder,
.gform_wrapper.gravity-theme input[type=search]::placeholder,
.gform_wrapper.gravity-theme input[type=tel]::placeholder,
.gform_wrapper.gravity-theme input[type=text]::placeholder,
.gform_wrapper.gravity-theme input[type=time]::placeholder,
.gform_wrapper.gravity-theme input[type=url]::placeholder,
.gform_wrapper.gravity-theme input[type=week]::placeholder,
.gform_wrapper.gravity-theme select::placeholder,
.gform_wrapper.gravity-theme textarea::placeholder {
  color: #fff;
  text-transform: capitalize;
}
.gform_wrapper.gravity-theme input[type=color]:focus,
.gform_wrapper.gravity-theme input[type=date]:focus,
.gform_wrapper.gravity-theme input[type=datetime-local]:focus,
.gform_wrapper.gravity-theme input[type=datetime]:focus,
.gform_wrapper.gravity-theme input[type=email]:focus,
.gform_wrapper.gravity-theme input[type=month]:focus,
.gform_wrapper.gravity-theme input[type=number]:focus,
.gform_wrapper.gravity-theme input[type=password]:focus,
.gform_wrapper.gravity-theme input[type=search]:focus,
.gform_wrapper.gravity-theme input[type=tel]:focus,
.gform_wrapper.gravity-theme input[type=text]:focus,
.gform_wrapper.gravity-theme input[type=time]:focus,
.gform_wrapper.gravity-theme input[type=url]:focus,
.gform_wrapper.gravity-theme input[type=week]:focus,
.gform_wrapper.gravity-theme select:focus,
.gform_wrapper.gravity-theme textarea:focus {
  outline: none;
  border-color: #fff !important;
  box-shadow: unset !important;
}

.footer .gform_wrapper.gravity-theme input[type=color],
.footer .gform_wrapper.gravity-theme input[type=date],
.footer .gform_wrapper.gravity-theme input[type=datetime-local],
.footer .gform_wrapper.gravity-theme input[type=datetime],
.footer .gform_wrapper.gravity-theme input[type=email],
.footer .gform_wrapper.gravity-theme input[type=month],
.footer .gform_wrapper.gravity-theme input[type=number],
.footer .gform_wrapper.gravity-theme input[type=password],
.footer .gform_wrapper.gravity-theme input[type=search],
.footer .gform_wrapper.gravity-theme input[type=tel],
.footer .gform_wrapper.gravity-theme input[type=text],
.footer .gform_wrapper.gravity-theme input[type=time],
.footer .gform_wrapper.gravity-theme input[type=url],
.footer .gform_wrapper.gravity-theme input[type=week],
.footer .gform_wrapper.gravity-theme select,
.footer .gform_wrapper.gravity-theme textarea {
  color: #fff !important;
}

.gform_wrapper.gravity-theme .gform_footer button,
.gform_wrapper.gravity-theme .gform_footer input,
.gform_wrapper.gravity-theme .gform_page_footer button,
.gform_wrapper.gravity-theme .gform_page_footer input {
  margin-bottom: 0px !important;
  width: 100%;
  border-radius: 100px;
  border: unset;
  color: #fff !important;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal;
  background: #b4a884;
}

/*  Footer  End */
/*  Responsive Start */
@media only screen and (min-width: 1751px) and (max-width: 1899px) {
  .herobanner .inner h1 {
    max-width: 790px;
  }
  h1 {
    font-size: 90px;
  }
  h2 {
    font-size: 80px;
  }
  .herobanner .inner p {
    font-size: 26px;
    padding-bottom: 20px;
  }
  .about .inner .innercol .right .bold {
    font-size: 21px;
    padding-bottom: 18px;
  }
  .pd100 {
    padding: 90px 0;
  }
  p {
    font-size: 17px;
    padding-bottom: 13px;
  }
  .btn-main {
    font-size: 17px;
  }
  .about .inner .innercol .right .text {
    padding-bottom: 10px;
  }
  .think .inner .list .box h3 {
    font-size: 23px;
    padding-top: 20px;
    padding-bottom: 11px;
  }
  .think .inner .list .box p {
    font-size: 15.5px;
  }
  .think .inner .list .box {
    padding: 30px 30px;
  }
  .think .heading p {
    font-size: 30px;
    margin-top: 47px;
  }
  .investment .inner .right .innerrightcol .box .img .heading {
    font-size: 20px;
    padding-top: 12px;
  }
  .investment .inner .right .innerrightcol .box .list {
    padding: 22px 28px;
  }
  .investment .inner .right .innerrightcol .box .list ul li {
    font-size: 16px;
    padding-bottom: 4px;
  }
  .investment .inner .left p {
    font-size: 16px;
  }
  .team .innner .list .box h3 {
    font-size: 25px;
  }
  .team .innner .list .box .position {
    font-size: 16px;
  }
  .readmore {
    font-size: 16px;
  }
  .team .innner .list .box .infoboxtwo .text p {
    font-size: 14px;
  }
  .businessess .inner .list .box .text p {
    font-size: 15px;
  }
  .cta .inner p {
    font-size: 21px;
  }
  .businessess .inner .list .box .img,
  .businessess .inner .list .box .text {
    padding: 20px 39px;
    height: 230px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1750px) {
  .herobanner .inner h1 {
    max-width: 790px;
  }
  h1 {
    font-size: 80px;
  }
  h2 {
    font-size: 70px;
  }
  .herobanner .inner p {
    font-size: 26px;
    padding-bottom: 20px;
  }
  .about .inner .innercol .right .bold {
    font-size: 21px;
    padding-bottom: 18px;
  }
  .pd100 {
    padding: 80px 0;
  }
  p {
    font-size: 17px;
    padding-bottom: 13px;
  }
  .btn-main {
    font-size: 17px;
  }
  .about .inner .innercol .right .text {
    padding-bottom: 10px;
  }
  .think .inner .list .box h3 {
    font-size: 23px;
    padding-top: 20px;
    padding-bottom: 11px;
  }
  .think .inner .list .box p {
    font-size: 15.5px;
  }
  .think .inner .list .box {
    padding: 30px 30px;
  }
  .think .heading p {
    font-size: 30px;
    margin-top: 47px;
  }
  .investment .inner .right .innerrightcol .box .img .heading {
    font-size: 20px;
    padding-top: 12px;
  }
  .investment .inner .right .innerrightcol .box .list {
    padding: 22px 28px;
  }
  .investment .inner .right .innerrightcol .box .list ul li {
    font-size: 16px;
    padding-bottom: 4px;
  }
  .investment .inner .left p {
    font-size: 16px;
  }
  .team .innner .list .box h3 {
    font-size: 25px;
  }
  .team .innner .list .box .position {
    font-size: 16px;
  }
  .readmore {
    font-size: 16px;
  }
  .team .innner .list .box .infoboxtwo .text p {
    font-size: 14px;
  }
  .businessess .inner .list .box .text p {
    font-size: 15px;
  }
  .cta .inner p {
    font-size: 21px;
  }
  .businessess .inner .list .box .img,
  .businessess .inner .list .box .text {
    padding: 20px 39px;
    height: 230px;
  }
}
@media only screen and (min-width: 1350px) and (max-width: 1599px) {
  .herobanner .inner h1 {
    max-width: 700px;
  }
  .container {
    width: 1250px;
  }
  h1 {
    font-size: 70px;
  }
  h2 {
    font-size: 50px;
  }
  .herobanner .inner p {
    font-size: 22px;
    padding-bottom: 20px;
    max-width: 485px;
  }
  .header .header-main {
    padding: 7px 0;
  }
  .header .header-main.rightbar ul li:nth-last-child(2) a {
    padding: 12px 15px;
  }
  .about .inner .innercol .right .bold {
    font-size: 21px;
    padding-bottom: 18px;
  }
  .pd100 {
    padding: 80px 0;
  }
  p {
    font-size: 17px;
    padding-bottom: 13px;
  }
  .btn-main {
    font-size: 17px;
  }
  .about .inner .innercol .right .text {
    padding-bottom: 10px;
  }
  .think .inner .list .box h3 {
    font-size: 23px;
    padding-top: 20px;
    padding-bottom: 11px;
  }
  .think .inner .list .box p {
    font-size: 15.5px;
  }
  .think .inner .list .box {
    padding: 30px 30px;
  }
  .think .heading p {
    font-size: 30px;
    margin-top: 47px;
  }
  .investment .inner .right .innerrightcol .box .img .heading {
    font-size: 20px;
    padding-top: 12px;
  }
  .investment .inner .right .innerrightcol .box .list {
    padding: 22px 28px;
  }
  .investment .inner .right .innerrightcol .box .list ul li {
    font-size: 16px;
    padding-bottom: 4px;
  }
  .investment .inner .left p {
    font-size: 16px;
  }
  .team .innner .list .box h3 {
    font-size: 25px;
  }
  .team .innner .list .box .position {
    font-size: 16px;
  }
  .readmore {
    font-size: 16px;
  }
  .team .innner .list .box .infoboxtwo .text p {
    font-size: 14px;
  }
  .businessess .inner .list .box .text p {
    font-size: 15px;
  }
  .cta .inner p {
    font-size: 21px;
  }
  #footer .footer .inner {
    gap: 101px;
  }
  #footer .footer .inner .left .footermenu .box ul li a {
    font-size: 13px;
  }
  #footer .footer .inner .right .cfome {
    padding: 31px 24px;
  }
  #footer .footer .inner .right .cfome h2 {
    font-size: 40px;
  }
  .page-template-affiliated-businesses .businessess {
    padding-top: 90px;
  }
  .businessess .inner .list .box .img,
  .businessess .inner .list .box .text {
    padding: 20px 39px;
    height: 230px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1349px) {
  .herobanner .inner h1 {
    max-width: 530px;
  }
  .container {
    width: 100%;
    padding: 0 80px;
  }
  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 40px;
  }
  .innerheader .logo {
    max-width: 120px;
  }
  .header .header-right .nav-main ul.menu li ul.sub-menu li a {
    font-size: 13px;
    padding: 11px 10px;
  }
  .herobanner .inner p {
    font-size: 18px;
    padding-bottom: 20px;
    max-width: 405px;
  }
  .about .inner .innercol .left {
    padding-right: 36px;
  }
  .header .header-main,
  .innerheader .logo,
  .header .header-main.rightbar {
    background: #2a2f56;
  }
  .header .header-main {
    padding: 7px 0;
  }
  .innerheader::after {
    bottom: -70px;
  }
  .header .header-right .nav-main ul.menu li a {
    font-size: 14px;
  }
  section {
    margin-top: 61px;
  }
  .header .header-main.rightbar ul li:nth-last-child(2) a {
    padding: 12px 15px;
  }
  .about .inner .innercol .right .bold {
    font-size: 16px;
    padding-bottom: 18px;
  }
  .pd100 {
    padding: 70px 0;
  }
  p {
    font-size: 15px;
    padding-bottom: 13px;
  }
  .think .inner .list {
    padding-top: 30px;
  }
  .btn-main {
    font-size: 15px;
    padding: 15px 20px;
    padding-right: 43px;
    height: 42px;
    background-position: right 22px center;
  }
  .about .inner .innercol .right .text {
    padding-bottom: 10px;
  }
  .think .inner .list .box h3 {
    font-size: 17px;
    padding-top: 20px;
    padding-bottom: 11px;
  }
  .think .inner .list .box p {
    font-size: 15.5px;
  }
  .investment .inner .right .innerrightcol {
    grid-template-columns: 206px 148px auto;
  }
  .think .inner .list .box {
    padding: 30px 30px;
  }
  .think .heading p {
    font-size: 23px;
    margin-top: 27px;
  }
  .investment .inner .right .innerrightcol .box .img {
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 11px;
  }
  .investment .inner .right .innerrightcol .box .img .heading {
    font-size: 14px;
    padding-top: 8px;
  }
  .investment .inner .right .innerrightcol .box .list {
    padding: 12px 18px;
  }
  .investment .inner {
    gap: 0;
  }
  .investment .inner .right .innerrightcol .box .list ul li {
    font-size: 14px;
    padding-bottom: 4px;
  }
  .investment .inner .left p {
    font-size: 16px;
  }
  .team .innner .list .box .infobox {
    padding: 18px 11px;
  }
  .team .innner .list {
    gap: 14px;
    margin-top: 35px;
  }
  .team .innner .list .box h3 {
    font-size: 19px;
  }
  .team .innner .list .box .position {
    font-size: 14px;
  }
  .team .innner .list .box .infoboxtwo {
    padding: 13px 11px;
  }
  .readmore {
    font-size: 14px;
    background-position: top 3px right;
  }
  .team .innner .list .box .infoboxtwo .text p {
    font-size: 14px;
  }
  .businessess .inner .list .box .text p {
    font-size: 14px;
  }
  .cta {
    margin-top: 0;
  }
  .cta .inner p {
    font-size: 18px;
    padding-bottom: 21px;
  }
  #footer .footer .inner .left .footermenu .box {
    padding-right: 20px;
  }
  #footer .footer .inner {
    gap: 101px;
  }
  #footer .footer .inner .left .footermenu .box ul li a {
    font-size: 13px;
  }
  #footer .footer .inner .right .cfome {
    padding: 31px 24px;
  }
  #footer .footer .inner .right .cfome h2 {
    font-size: 40px;
  }
  .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 6px !important;
  }
  .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 6px;
  }
  .gform_wrapper.gravity-theme input[type=color],
  .gform_wrapper.gravity-theme input[type=date],
  .gform_wrapper.gravity-theme input[type=datetime-local],
  .gform_wrapper.gravity-theme input[type=datetime],
  .gform_wrapper.gravity-theme input[type=email],
  .gform_wrapper.gravity-theme input[type=month],
  .gform_wrapper.gravity-theme input[type=number],
  .gform_wrapper.gravity-theme input[type=password],
  .gform_wrapper.gravity-theme input[type=search],
  .gform_wrapper.gravity-theme input[type=tel],
  .gform_wrapper.gravity-theme input[type=text],
  .gform_wrapper.gravity-theme input[type=time],
  .gform_wrapper.gravity-theme input[type=url],
  .gform_wrapper.gravity-theme input[type=week],
  .gform_wrapper.gravity-theme select,
  .gform_wrapper.gravity-theme textarea {
    height: 50px;
    font-size: 14px;
  }
  .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, .gform_wrapper.gravity-theme select::-moz-placeholder, .gform_wrapper.gravity-theme textarea::-moz-placeholder {
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
  }
  .gform_wrapper.gravity-theme input[type=color]::placeholder,
  .gform_wrapper.gravity-theme input[type=date]::placeholder,
  .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder,
  .gform_wrapper.gravity-theme input[type=datetime]::placeholder,
  .gform_wrapper.gravity-theme input[type=email]::placeholder,
  .gform_wrapper.gravity-theme input[type=month]::placeholder,
  .gform_wrapper.gravity-theme input[type=number]::placeholder,
  .gform_wrapper.gravity-theme input[type=password]::placeholder,
  .gform_wrapper.gravity-theme input[type=search]::placeholder,
  .gform_wrapper.gravity-theme input[type=tel]::placeholder,
  .gform_wrapper.gravity-theme input[type=text]::placeholder,
  .gform_wrapper.gravity-theme input[type=time]::placeholder,
  .gform_wrapper.gravity-theme input[type=url]::placeholder,
  .gform_wrapper.gravity-theme input[type=week]::placeholder,
  .gform_wrapper.gravity-theme select::placeholder,
  .gform_wrapper.gravity-theme textarea::placeholder {
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
  }
  .gform_wrapper.gravity-theme .gfield textarea {
    font-size: 14px;
    height: 100px !important;
    padding-top: 7px !important;
  }
  .gform_wrapper.gravity-theme .gfield textarea::-moz-placeholder {
    font-size: 14px;
  }
  .gform_wrapper.gravity-theme .gfield textarea::placeholder {
    font-size: 14px;
  }
  .gform_wrapper.gravity-theme .gform_footer button,
  .gform_wrapper.gravity-theme .gform_footer input,
  .gform_wrapper.gravity-theme .gform_page_footer button,
  .gform_wrapper.gravity-theme .gform_page_footer input {
    font-size: 14px;
  }
  p.copyrights {
    font-size: 13px;
  }
  .page-template-affiliated-businesses .businessess {
    padding-top: 90px;
    padding-bottom: 50px;
  }
  .businessess .inner .list .box .img,
  .businessess .inner .list .box .text {
    padding: 20px 39px;
    height: 230px;
  }
}
@media only screen and (min-width: 1121px) and (max-width: 1279px) {
  .herobanner .inner h1 {
    max-width: 530px;
  }
  .container {
    width: 100%;
    padding: 0 50px;
  }
  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 40px;
  }
  .innerheader .logo {
    max-width: 120px;
  }
  .header .header-right .nav-main ul.menu li ul.sub-menu li a {
    font-size: 13px;
    padding: 11px 10px;
  }
  .herobanner .inner p {
    font-size: 18px;
    padding-bottom: 20px;
    max-width: 405px;
  }
  .about .inner .innercol .left {
    padding-right: 36px;
  }
  .header .header-main,
  .innerheader .logo,
  .header .header-main.rightbar {
    background: #2a2f56;
  }
  .header .header-main {
    padding: 7px 0;
  }
  .innerheader::after {
    bottom: -70px;
  }
  .header .header-right .nav-main ul.menu li a {
    font-size: 14px;
  }
  section {
    margin-top: 61px;
  }
  .header .header-main.rightbar ul li:nth-last-child(2) a {
    padding: 12px 15px;
  }
  .about .inner .innercol .right .bold {
    font-size: 16px;
    padding-bottom: 18px;
  }
  .pd100 {
    padding: 50px 0;
  }
  p {
    font-size: 15px;
    padding-bottom: 13px;
  }
  .think .inner .list {
    padding-top: 30px;
  }
  .btn-main {
    font-size: 15px;
    padding: 15px 20px;
    padding-right: 43px;
    height: 42px;
    background-position: right 22px center;
  }
  .about .inner .innercol .right .text {
    padding-bottom: 10px;
  }
  .think .inner .list {
    gap: 10px;
  }
  .investment .inner {
    grid-template-columns: 303px auto;
  }
  .team .innner .list .box img {
    height: 266px;
  }
  .about:after {
    background-size: contain;
    width: 144px;
  }
  .think .inner .list .box h3 {
    font-size: 17px;
    padding-top: 20px;
    padding-bottom: 11px;
  }
  .think .inner .list .box p {
    font-size: 15.5px;
  }
  .investment .inner .right .innerrightcol {
    grid-template-columns: 206px 148px auto;
  }
  .think .inner .list .box {
    padding: 20px;
  }
  .think .heading p {
    font-size: 23px;
    margin-top: 27px;
  }
  .investment .inner .right .innerrightcol .box .img {
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 11px;
  }
  .investment .inner .right .innerrightcol .box .img .heading {
    font-size: 14px;
    padding-top: 8px;
  }
  .investment .inner .right .innerrightcol .box .list {
    padding: 12px 18px;
  }
  .investment .inner {
    gap: 0;
  }
  .investment .inner .right .innerrightcol .box .list ul li {
    font-size: 14px;
    padding-bottom: 4px;
  }
  .investment .inner .left p {
    font-size: 16px;
  }
  .team .innner .list .box .infobox {
    padding: 18px 11px;
  }
  .team .innner .list {
    gap: 14px;
    margin-top: 35px;
  }
  .team .innner .list .box h3 {
    font-size: 19px;
  }
  .team .innner .list .box .position {
    font-size: 14px;
  }
  .team .innner .list .box .infoboxtwo {
    padding: 13px 11px;
  }
  .readmore {
    font-size: 14px;
    background-position: top 3px right;
  }
  .team .innner .list .box .infoboxtwo .text p {
    font-size: 14px;
  }
  .businessess .inner .list .box .text p {
    font-size: 14px;
  }
  .cta {
    margin-top: 0;
  }
  .cta .inner p {
    font-size: 18px;
    padding-bottom: 21px;
  }
  #footer .footer .inner .left .footermenu .box {
    padding-right: 20px;
  }
  #footer .footer .inner {
    gap: 11px;
  }
  #footer .footer .inner .left .footermenu .box ul li a {
    font-size: 13px;
  }
  #footer .footer .inner .right .cfome {
    padding: 31px 24px;
  }
  #footer .footer .inner .right .cfome h2 {
    font-size: 40px;
  }
  .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 6px !important;
  }
  .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 6px;
  }
  .gform_wrapper.gravity-theme input[type=color],
  .gform_wrapper.gravity-theme input[type=date],
  .gform_wrapper.gravity-theme input[type=datetime-local],
  .gform_wrapper.gravity-theme input[type=datetime],
  .gform_wrapper.gravity-theme input[type=email],
  .gform_wrapper.gravity-theme input[type=month],
  .gform_wrapper.gravity-theme input[type=number],
  .gform_wrapper.gravity-theme input[type=password],
  .gform_wrapper.gravity-theme input[type=search],
  .gform_wrapper.gravity-theme input[type=tel],
  .gform_wrapper.gravity-theme input[type=text],
  .gform_wrapper.gravity-theme input[type=time],
  .gform_wrapper.gravity-theme input[type=url],
  .gform_wrapper.gravity-theme input[type=week],
  .gform_wrapper.gravity-theme select,
  .gform_wrapper.gravity-theme textarea {
    height: 50px;
    font-size: 14px;
  }
  .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, .gform_wrapper.gravity-theme select::-moz-placeholder, .gform_wrapper.gravity-theme textarea::-moz-placeholder {
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
  }
  .gform_wrapper.gravity-theme input[type=color]::placeholder,
  .gform_wrapper.gravity-theme input[type=date]::placeholder,
  .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder,
  .gform_wrapper.gravity-theme input[type=datetime]::placeholder,
  .gform_wrapper.gravity-theme input[type=email]::placeholder,
  .gform_wrapper.gravity-theme input[type=month]::placeholder,
  .gform_wrapper.gravity-theme input[type=number]::placeholder,
  .gform_wrapper.gravity-theme input[type=password]::placeholder,
  .gform_wrapper.gravity-theme input[type=search]::placeholder,
  .gform_wrapper.gravity-theme input[type=tel]::placeholder,
  .gform_wrapper.gravity-theme input[type=text]::placeholder,
  .gform_wrapper.gravity-theme input[type=time]::placeholder,
  .gform_wrapper.gravity-theme input[type=url]::placeholder,
  .gform_wrapper.gravity-theme input[type=week]::placeholder,
  .gform_wrapper.gravity-theme select::placeholder,
  .gform_wrapper.gravity-theme textarea::placeholder {
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
  }
  .gform_wrapper.gravity-theme .gfield textarea {
    font-size: 14px;
    height: 100px !important;
    padding-top: 7px !important;
  }
  .gform_wrapper.gravity-theme .gfield textarea::-moz-placeholder {
    font-size: 14px;
  }
  .gform_wrapper.gravity-theme .gfield textarea::placeholder {
    font-size: 14px;
  }
  .gform_wrapper.gravity-theme .gform_footer button,
  .gform_wrapper.gravity-theme .gform_footer input,
  .gform_wrapper.gravity-theme .gform_page_footer button,
  .gform_wrapper.gravity-theme .gform_page_footer input {
    font-size: 14px;
  }
  p.copyrights {
    font-size: 13px;
  }
  .investment {
    padding: 50px 0;
  }
  .page-template-affiliated-businesses .businessess {
    padding-top: 90px;
    padding-bottom: 50px;
  }
  .businessess .inner .list .box .img,
  .businessess .inner .list .box .text {
    padding: 20px 39px;
    height: 230px;
  }
}
@media (max-width: 1120px) {
  .herobanner .inner h1 {
    max-width: 530px;
  }
  .container {
    width: 100%;
    padding: 0 20px;
  }
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 35px;
  }
  .innerheader .logo {
    max-width: 120px;
  }
  .header .header-right .nav-main ul.menu li ul.sub-menu li a {
    font-size: 13px;
    padding: 11px 10px;
  }
  .header .header-right .nav-main ul.menu li {
    padding: 0 7px;
  }
  .herobanner .inner p {
    font-size: 18px;
    padding-bottom: 20px;
    max-width: 405px;
  }
  .investment {
    padding: 50px 0;
  }
  .about .inner .innercol .left {
    padding-right: 36px;
  }
  .header .header-main,
  .innerheader .logo,
  .header .header-main.rightbar {
    background: #2a2f56;
  }
  .header .header-main {
    padding: 7px 0;
  }
  .innerheader::after {
    bottom: -70px;
  }
  .header .header-right .nav-main ul.menu li a {
    font-size: 14px;
  }
  section {
    margin-top: 61px;
  }
  .header .header-main.rightbar ul li:nth-last-child(2) a {
    padding: 12px 15px;
  }
  .about .inner .innercol .right .bold {
    font-size: 16px;
    padding-bottom: 18px;
  }
  .pd100 {
    padding: 50px 0;
  }
  p {
    font-size: 15px;
    padding-bottom: 13px;
  }
  .think .inner .list {
    padding-top: 30px;
  }
  .btn-main {
    font-size: 15px;
    padding: 15px 20px;
    padding-right: 43px;
    height: 42px;
    background-position: right 22px center;
  }
  .about .inner .innercol .right .text {
    padding-bottom: 10px;
  }
  .think .inner .list {
    gap: 10px;
  }
  .investment .inner {
    grid-template-columns: 303px auto;
  }
  .team .innner .list .box img {
    height: 266px;
  }
  .about:after {
    background-size: contain;
    width: 144px;
  }
  .think .inner .list .box h3 {
    font-size: 17px;
    padding-top: 20px;
    padding-bottom: 11px;
  }
  .think .inner .list .box p {
    font-size: 15.5px;
  }
  .investment .inner .right .innerrightcol {
    grid-template-columns: 206px 148px auto;
  }
  .think .inner .list .box {
    padding: 20px;
  }
  .think .heading p {
    font-size: 23px;
    margin-top: 27px;
  }
  .investment .inner .right .innerrightcol .box .img {
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 11px;
  }
  .investment .inner .right .innerrightcol .box .img .heading {
    font-size: 14px;
    padding-top: 8px;
  }
  .investment .inner .right .innerrightcol .box .list {
    padding: 12px 18px;
  }
  .investment .inner {
    gap: 0;
  }
  .investment .inner .right .innerrightcol .box .list ul li {
    font-size: 14px;
    padding-bottom: 4px;
  }
  .investment .inner .left p {
    font-size: 16px;
  }
  .team .innner .list .box .infobox {
    padding: 18px 11px;
  }
  .team .innner .list {
    gap: 14px;
    margin-top: 35px;
  }
  .team .innner .list .box h3 {
    font-size: 19px;
  }
  .team .innner .list .box .position {
    font-size: 14px;
  }
  .team .innner .list .box .infoboxtwo {
    padding: 13px 11px;
  }
  .readmore {
    font-size: 14px;
    background-position: top 3px right;
  }
  .team .innner .list .box .infoboxtwo .text p {
    font-size: 14px;
  }
  .businessess .inner .list .box .text p {
    font-size: 14px;
  }
  .cta {
    margin-top: 0;
  }
  .cta .inner p {
    font-size: 18px;
    padding-bottom: 21px;
  }
  .businessess .inner .list {
    max-width: 100%;
  }
  #footer .footer .inner .left .footermenu .box {
    padding-right: 20px;
  }
  #footer .footer .inner {
    gap: 11px;
  }
  #footer .footer .inner .left .footermenu .box ul li a {
    font-size: 13px;
  }
  #footer .footer .inner .right .cfome {
    padding: 31px 24px;
  }
  #footer .footer .inner .right .cfome h2 {
    font-size: 40px;
  }
  .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 6px !important;
  }
  .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 6px;
  }
  .gform_wrapper.gravity-theme input[type=color],
  .gform_wrapper.gravity-theme input[type=date],
  .gform_wrapper.gravity-theme input[type=datetime-local],
  .gform_wrapper.gravity-theme input[type=datetime],
  .gform_wrapper.gravity-theme input[type=email],
  .gform_wrapper.gravity-theme input[type=month],
  .gform_wrapper.gravity-theme input[type=number],
  .gform_wrapper.gravity-theme input[type=password],
  .gform_wrapper.gravity-theme input[type=search],
  .gform_wrapper.gravity-theme input[type=tel],
  .gform_wrapper.gravity-theme input[type=text],
  .gform_wrapper.gravity-theme input[type=time],
  .gform_wrapper.gravity-theme input[type=url],
  .gform_wrapper.gravity-theme input[type=week],
  .gform_wrapper.gravity-theme select,
  .gform_wrapper.gravity-theme textarea {
    height: 50px;
    font-size: 14px;
  }
  .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, .gform_wrapper.gravity-theme select::-moz-placeholder, .gform_wrapper.gravity-theme textarea::-moz-placeholder {
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
  }
  .gform_wrapper.gravity-theme input[type=color]::placeholder,
  .gform_wrapper.gravity-theme input[type=date]::placeholder,
  .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder,
  .gform_wrapper.gravity-theme input[type=datetime]::placeholder,
  .gform_wrapper.gravity-theme input[type=email]::placeholder,
  .gform_wrapper.gravity-theme input[type=month]::placeholder,
  .gform_wrapper.gravity-theme input[type=number]::placeholder,
  .gform_wrapper.gravity-theme input[type=password]::placeholder,
  .gform_wrapper.gravity-theme input[type=search]::placeholder,
  .gform_wrapper.gravity-theme input[type=tel]::placeholder,
  .gform_wrapper.gravity-theme input[type=text]::placeholder,
  .gform_wrapper.gravity-theme input[type=time]::placeholder,
  .gform_wrapper.gravity-theme input[type=url]::placeholder,
  .gform_wrapper.gravity-theme input[type=week]::placeholder,
  .gform_wrapper.gravity-theme select::placeholder,
  .gform_wrapper.gravity-theme textarea::placeholder {
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
  }
  .gform_wrapper.gravity-theme .gfield textarea {
    font-size: 14px;
    height: 100px !important;
    padding-top: 7px !important;
  }
  .gform_wrapper.gravity-theme .gfield textarea::-moz-placeholder {
    font-size: 14px;
  }
  .gform_wrapper.gravity-theme .gfield textarea::placeholder {
    font-size: 14px;
  }
  .gform_wrapper.gravity-theme .gform_footer button,
  .gform_wrapper.gravity-theme .gform_footer input,
  .gform_wrapper.gravity-theme .gform_page_footer button,
  .gform_wrapper.gravity-theme .gform_page_footer input {
    font-size: 14px;
  }
  p.copyrights {
    font-size: 13px;
  }
  .cta .inner {
    top: 37%;
  }
  #footer .footer .inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  #footer .footer .inner .left {
    order: 2;
  }
  #footer .footer .inner .left .footermenu {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  p.copyrights {
    text-align: center;
  }
  #footer .footer .inner .right .cfome h2 {
    font-size: 30px;
  }
  .cta .inner p {
    font-size: 16px;
  }
  .page-template-affiliated-businesses .businessess {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .businessess .inner .list .box .img,
  .businessess .inner .list .box .text {
    padding: 20px 39px;
    height: 230px;
  }
}
@media (max-width: 991px) {
  .container {
    width: 100%;
    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: 0px;
    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: #2a2f56 url(../images/menu-sep.svg) no-repeat center bottom;
    padding: 30px 0;
    position: relative;
    z-index: 9;
    height: 100vh;
    padding-top: 80px;
  }
  .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: 14px;
    padding: 0;
    color: #fff;
    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: #b4a884;
  }
  .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 !important;
    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: 4px;
    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(8%) saturate(3266%) hue-rotate(265deg) brightness(117%) contrast(107%);
  }
  .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: 24px;
    top: 18px;
    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;
  }
  .phone-menu {
    display: block;
  }
  .innerheader::after {
    display: none !important;
  }
  .innerheader .logo a {
    top: 0;
  }
  .header .header-main,
  .header .header-main.rightbar {
    display: none;
  }
  .innerheader .logo {
    margin-left: 0;
    max-width: 90px;
    z-index: 99;
  }
  .innerheader {
    padding: 10px 0;
  }
  .herobanner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .about .inner .innercol {
    grid-template-columns: repeat(1, 1fr);
    padding-top: 30px;
    gap: 30px;
  }
  .about .inner .innercol .right {
    max-width: 100%;
  }
  .about .inner .innercol .left {
    padding-right: 0;
  }
  .about .inner .innercol .left img {
    width: 100%;
    z-index: 5;
    position: relative;
  }
  .about:after {
    width: 144px;
    height: 500px;
    bottom: 0;
    top: auto;
  }
  .think .inner .list {
    grid-template-columns: repeat(2, 1fr);
  }
  .think .heading p {
    font-size: 16px;
    margin-top: 21px;
  }
  .investment .inner {
    grid-template-columns: auto;
    gap: 20px;
  }
  .investment .inner .left h2 {
    padding-bottom: 12px;
    text-align: center;
  }
  .investment .inner .left p {
    padding-bottom: 12px;
    text-align: center;
  }
  .investment .inner .left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  br {
    display: none;
  }
  .team .innner .list {
    grid-template-columns: repeat(2, 1fr);
  }
  .team .innner .list .box img {
    height: 426px;
  }
  .team .innner .list .box .infobox {
    display: none;
  }
  .team .innner .list .box .infoboxtwo {
    display: block;
    opacity: 1;
    visibility: visible;
    position: relative;
  }
  .team .innner .list .box h3 {
    font-size: 22px;
  }
  .team .innner .list {
    margin-top: 25px;
  }
  .header .header-right .nav-main ul.menu li ul.sub-menu li a {
    font-size: 14px !important;
    padding: 5px 10px;
  }
  .nav_open {
    overflow: hidden;
  }
  .id-link {
    margin-top: -75px;
    height: 75px;
  }
}
@media (max-width: 767px) {
  .think .inner .list {
    grid-template-columns: repeat(1, 1fr);
  }
  .investment .inner .right .innerrightcol {
    grid-template-columns:206px 95px 400px !important;
  }
	.investment .container {
		padding-right:0;
	}
	.investment .inner .right {
		overflow-x: scroll;
	}
  .businessess .inner .list {
    grid-template-columns: repeat(1, 1fr);
  }
  .cta img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .cta .inner {
    padding: 0 15px;
  }
  h2 {
    line-height: 100%;
  }
}
@media only screen and (max-device-width: 563px) {
  .team .innner .list {
    grid-template-columns: repeat(1, 1fr);
  }
  #footer .footer .inner .left .footermenu {
    grid-template-columns: repeat(1, 1fr);
  }
  #footer .footer .inner .left .footermenu .box {
    border: 0;
  }
  #footer .footer .inner .left .innerfooter ul {
    padding-left: 10px;
  }
  #footer .footer .inner .left .innerfooter img.logofooter {
    padding-right: 10px;
  }
  #footer .footer .inner .left .footermenu {
    gap: 20px;
  }
}
/* Responsive CSS Start */
@media only screen and (min-width: 1751px) and (max-width: 1899px) {
  .custom-banner {
    padding: 120px 0 80px 0;
  }
  .custom-banner .custom-banner-text .heading {
    font-size: 70px;
  }
  .custom-banner .custom-banner-text .text p {
    font-size: 19px;
  }
  /* Team page CSS */
  .team-page .team-list li {
    gap: 90px;
  }
  .team-page .team-list li .left p {
    font-size: 38px;
    padding: 15px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1750px) {
  .custom-banner {
    padding: 120px 0 70px 0;
  }
  .custom-banner .custom-banner-text .heading {
    font-size: 60px;
    padding-bottom: 14px;
  }
  .custom-banner .custom-banner-text .text p {
    font-size: 18px;
  }
  /* Team page CSS */
  .team-page .team-list li {
    gap: 80px;
  }
  .team-page .team-list li .left p {
    font-size: 36px;
    padding: 14px;
  }
  /* Contact CSS Start */
  .contact-box .contact-heading {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1350px) and (max-width: 1599px) {
  .custom-banner {
    padding: 120px 0 70px 0;
  }
  .custom-banner .custom-banner-text .heading {
    font-size: 55px;
    padding-bottom: 10px;
  }
  .custom-banner .custom-banner-text .text p {
    font-size: 18px;
  }
  /* Team page CSS */
  .team-page .team-list li {
    gap: 70px;
    padding: 70px 0;
  }
  .team-page .team-list li .left p {
    font-size: 34px;
    padding: 14px;
  }
  /* Our Approach CSS Start */
  .approach-section .approach-box {
    padding-bottom: 80px;
  }
  .approach-section .approach-box .approach-text {
    padding: 50px;
  }
  .approach-section .approach-box .approach-text .approach-heading {
    font-size: 45px;
    padding-bottom: 25px;
  }
  /* Contact CSS Start */
  .contact-box .contact-heading {
    font-size: 60px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1349px) {
  .custom-banner {
    padding: 120px 0 60px 0;
  }
  .custom-banner .custom-banner-text .heading {
    font-size: 50px;
    padding-bottom: 10px;
  }
  .custom-banner .custom-banner-text .text p {
    font-size: 17px;
  }
  /* Team page CSS */
  .team-page .team-list {
    padding: 80px 0;
  }
  .team-page .team-list li {
    gap: 60px;
    padding: 70px 0;
  }
  .team-page .team-list li .left p {
    font-size: 32px;
    padding: 12px;
  }
  /* Our Approach CSS Start */
  .approach-section {
    padding: 80px 0;
  }
  .approach-section .approach-box {
    padding-bottom: 80px;
  }
  .approach-section .approach-box .approach-text {
    padding: 30px;
  }
  .approach-section .approach-box .approach-text .approach-heading {
    font-size: 40px;
    padding-bottom: 20px;
  }
  /* Contact CSS Start */
  .contact-box {
    padding: 120px 0 80px 0;
  }
  .contact-box .contact-heading {
    font-size: 50px;
    padding-bottom: 20px;
  }
  .contact-box .form-box p {
    font-size: 19px;
    padding-bottom: 18px;
  }
}
@media only screen and (min-width: 1121px) and (max-width: 1279px) {
  .custom-banner {
    padding: 120px 0 60px 0;
  }
  .custom-banner .custom-banner-text .heading {
    font-size: 50px;
    padding-bottom: 10px;
  }
  .custom-banner .custom-banner-text .text p {
    font-size: 17px;
  }
  /* Team page CSS */
  .team-page .team-list {
    padding: 80px 0;
  }
  .team-page .team-list li {
    gap: 50px;
    padding: 60px 0;
  }
  .team-page .team-list li .left p {
    font-size: 30px;
    padding: 12px;
  }
  /* Our Approach CSS Start */
  .approach-section {
    padding: 80px 0;
  }
  .approach-section .approach-box {
    padding-bottom: 60px;
    grid-template-columns: auto 360px;
  }
  .approach-section .approach-box:nth-child(2) {
    grid-template-columns: 360px auto;
  }
  .approach-section .approach-box .approach-text {
    padding: 25px;
  }
  .approach-section .approach-box .approach-text .approach-heading {
    font-size: 35px;
    padding-bottom: 20px;
  }
  /* Contact CSS Start */
  .contact-box {
    padding: 120px 0 80px 0;
  }
  .contact-box .contact-heading {
    font-size: 45px;
    padding-bottom: 16px;
  }
  .contact-box .form-box p {
    font-size: 19px;
    padding-bottom: 18px;
  }
}
@media (max-width: 1120px) {
  .custom-banner {
    padding: 120px 0 60px 0;
  }
  .custom-banner .custom-banner-text .heading {
    font-size: 50px;
    padding-bottom: 10px;
  }
  .custom-banner .custom-banner-text .text p {
    font-size: 17px;
  }
  /* Team page CSS */
  .team-page .team-list {
    padding: 70px 0;
  }
  .team-page .team-list li {
    grid-template-columns: 400px auto;
    gap: 50px;
    padding: 60px 0;
  }
  .team-page .team-list li .left p {
    font-size: 30px;
    padding: 12px;
  }
  /* Our Approach CSS Start */
  .approach-section {
    padding: 70px 0;
  }
  .approach-section .approach-box {
    padding-bottom: 60px;
    grid-template-columns: auto 360px;
  }
  .approach-section .approach-box:nth-child(2) {
    grid-template-columns: 360px auto;
  }
  .approach-section .approach-box .approach-text {
    padding: 20px;
  }
  .approach-section .approach-box .approach-text .approach-heading {
    font-size: 30px;
    padding-bottom: 20px;
  }
  /* Contact CSS Start */
  .contact-box {
    padding: 100px 0 70px 0;
  }
  .contact-box .contact-heading {
    font-size: 50px;
    padding-bottom: 20px;
  }
  .contact-box .form-box p {
    font-size: 19px;
    padding-bottom: 18px;
  }
}
@media (max-width: 991px) {
  .custom-banner {
    padding: 70px 0 60px 0;
  }
  .custom-banner .custom-banner-text .heading {
    font-size: 45px;
    padding-bottom: 10px;
  }
  .custom-banner .custom-banner-text .text p {
    font-size: 16px;
  }
  /* Team page CSS */
  .team-page .team-list li {
    grid-template-columns: 300px auto;
    gap: 30px;
    padding: 50px 0;
  }
  .team-page .team-list li .left p {
    font-size: 28px;
    padding: 10px;
  }
  /* Our Approach CSS Start */
  .approach-section .approach-box {
    padding-bottom: 50px;
    grid-template-columns: auto 300px;
  }
  .approach-section .approach-box:nth-child(2) {
    grid-template-columns: 300px auto;
  }
  /* Contact CSS Start */
  .contact-box {
    padding: 60px 0 60px 0;
  }
  .contact-box .contact-heading {
    font-size: 40px;
    padding-bottom: 15px;
  }
  .contact-box .form-box p {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .contact-box .form-box {
    padding: 25px;
    border-radius: 25px;
  }
  .contact-box .form-box .gform_footer.top_label::before {
    width: 15px;
    right: 25px;
  }
  .contact-box .form-box .gform_button {
    font-size: 15px !important;
    padding: 16px 56px 16px 25px !important;
  }
  .contact-box .form-box .gform_footer.top_label {
    margin-top: 15px;
  }
  #footer .footer .inner .right img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .custom-banner .custom-banner-text .text p {
    font-size: 15px;
    line-height: 165%;
  }
  .custom-banner .custom-banner-text .heading {
    font-size: 40px;
    padding-bottom: 10px;
  }
  /* Team page CSS */
  .team-page .team-list {
    padding: 60px 0;
  }
  .team-page .team-list li {
    grid-template-columns: 250px auto;
    gap: 20px;
    padding: 40px 0;
  }
  .team-page .team-list li .left p {
    font-size: 24px;
    padding: 8px;
  }
  .team-page .team-list li .right .position-heading {
    font-size: 18px;
  }
  .team-page .team-list li .right .heading {
    font-size: 20px;
  }
  /* Our Approach CSS Start */
  .approach-section {
    padding: 60px 0;
  }
  .approach-section .approach-box {
    padding-bottom: 40px;
    grid-template-columns: auto;
  }
  .approach-section .approach-box .approach-text {
    order: 1;
    padding: 26px;
  }
  .approach-section .approach-box:nth-child(2) {
    grid-template-columns: auto;
  }
  .approach-section .approach-box .img-box img {
    width: 100%;
  }
  .approach-section .approach-box .approach-text .approach-heading {
    font-size: 26px;
  }
  /* Contact CSS Start */
  .contact-box .contact-heading {
    font-size: 35px;
    padding-bottom: 15px;
  }
  .contact-box .form-box {
    padding: 25px;
    border-radius: 20px;
  }
}
@media (max-width: 640px) {
  /* Team page CSS */
  .team-page .team-list li {
    grid-template-columns: auto;
    gap: 26px;
  }
  .team-page .team-list li .left img {
    width: 100%;
  }
  .team-page .team-list li .right .position-heading,
  .team-page .team-list li .right .heading {
    padding-bottom: 14px;
  }
}
/* Responsive CSS End */
/*  Responsive End *//*# sourceMappingURL=style.css.map */