html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1.2;
  font-family: 'GeneralSans';
}
body:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1500px;
  opacity: 0.02;
  background-image: url(../images/bg-1.svg);
  background-position: top center;
  background-repeat: repeat-x;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a:hover {
  text-decoration: none;
}

.hhp_tophead {
  padding: 0 110px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  transition: all 0.3s ease;
}
.headfixed {
  background-color: #fff;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 20px 5px rgb(32 26 22 / 10%);
}

section.section.hhp_tophead.headfixed {}
.hhp_tophead .container-fluid {
  max-width: 1700px;
}
.hhp_tophead .navbar-brand img {
  max-width: 100%;
  display: block;
}
.hhp_tophead .navbar-toggler {
  outline: none;
  border: none;
  padding: 6px 8px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 5px rgb(32 26 22 / 4%);
  border-radius: 22px;
}
.hhp_tophead .navbar-nav .nav-item {
  margin: 0 10px;
}
.hhp_tophead .navbar-light .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 600;
  color: #201A16;
  padding: 7px 16px;
  border-radius: 20px;
  border: 1px solid transparent;
}
.hhp_tophead .navbar-nav .active .nav-link, .hhp_tophead .navbar-nav .nav-link:hover  {
  color: #1C1CB1;
  background: rgba(28, 28, 177, 0.05);
  border-color: rgba(28, 28, 177, 0.5);
}
.hhp_tophead .joinbtn {
  background-color: #1C1CB1;
  border: 1px solid #1C1CB1;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 30px;
  margin-left: 15px;
  display: inline-block;
}
.hhp_tophead .joinbtn:hover {
  opacity: 0.8;
}


.hhp_topbanner {
  padding: 230px 140px 120px 140px;
}
.hhp_topbanner .container-fluid {
  max-width: 1700px;
}
.hhp_topbanner .bannerinfo1 {
  max-width: 760px;
  margin: 30px 0;
}
.hhp_topbanner .bannerinfo1 h1 {
  color: #201A16;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}
.hhp_topbanner .bannerinfo1 h1 span {
  color: #8D8D8D;
}
.hhp_topbanner .bannerinfo1 p {
  color: #201A16;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 50px;
}
.hhp_topbanner .bannerinfo1 .freebtn {
  background: #1C1CB1;
  box-shadow: 0px 4px 30px 10px rgba(28, 28, 177, 0.2);
  border: 1px solid #1C1CB1;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 8px 25px;
  border-radius: 30px;
  display: inline-block;
}
.hhp_topbanner .bannerinfo2 {
  background: #201A16;
  max-width: 420px;
  width: 100%;
  display: inline-block;
  border-radius: 5px;
  margin: 30px 0;
  padding: 25px 30px;
  filter: drop-shadow(0px 0px 30px rgba(32, 26, 22, 0.051));
}
.hhp_topbanner .bannerinfo2 .subtitle {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 5px;
}
.hhp_topbanner .bannerinfo2 .desq {
  color: #8D8D8D;
  font-size: 14px;
  font-weight: 500;
}
.hhp_topbanner .bannerinfo2 .investdiv {
  background-color: #fff;
  border-radius: 5px;
  display: inline-block;
  width: 100%;
  margin: 30px 0 10px 0;
  padding: 15px;
}
.hhp_topbanner .bannerinfo2 .invtitle {
  color: #3C3CD6;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}
.hhp_topbanner .bannerinfo2 .invprice {
  color: #201A16;
  font-size: 30px;
  font-weight: 700;
}
.hhp_topbanner .bannerinfo2 .invprice .txt2 {
  font-size: 15px;
  font-weight: 500;
  margin-left: 10px;
}
.hhp_topbanner .bannerinfo2 .secdiv {
  background-color: #EFEFFD;
}
.hhp_topbanner .bannerinfo2 .secdiv .invprice .txt1 {
  color: #1C1CB1;
}


.hhp_ouredge .container {
  max-width: 1470px;
}
.hhp_ouredge .edgeboxmain {
  background: #FFFFFF;
  box-shadow: 0px 30px 30px 2px rgba(32, 26, 22, 0.05);
  border-radius: 5px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 70px;
}

.hhp_ouredge .edgeboxmain .edgeinfo {
  width: 28%;
  padding-right: 30px;
}
.hhp_ouredge .edgeboxmain .edgeinfo h3 {
  font-size: 30px;
  font-weight: 700;
  color: #201A16;
}
.hhp_ouredge .edgeboxmain .edgeinfo p {
  font-size: 16px;
  font-weight: 500;
  color: #201A16;
  line-height: 1.6;
}
.hhp_ouredge .edgeboxmain .edgeboxes {
  background-color: #262626;
  background-image: url(../images/blackline.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  border-radius: 15px;
  text-align: center;
  padding: 18px;
  width: 17%;
  margin: 0.5%;
  float: left;
}
.hhp_ouredge .edgeboxmain .edgeboxes h4 {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 40px;
}
.hhp_ouredge .edgeboxmain .edgeboxes h3 {
  color: #51E7FF;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 10px;
}
.hhp_ouredge .edgeboxmain .edgeboxes span {
  color: #C4C4C4;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.hhp_askyourself {
  margin-top: -120px;
  padding: 300px 0 60px 0;
  background: linear-gradient(180deg, rgba(250, 250, 255, 0.4) 0%, rgba(233, 233, 249, 0.6) 100%);
}
.hhp_askyourself .asktitle {
  color: #000000;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 70px;
}
.hhp_askyourself .askselfbox {
  display: inline-block;
  max-width: 250px;
  width: 100%;
  margin-bottom: 70px;
}
.hhp_askyourself .askselfbox img {
  width: 45px;
  height: 45px;
  display: block;
  margin-bottom: 15px;
}
.hhp_askyourself .askselfbox h4 {
  color: #201A16;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 10px;
}
.hhp_askyourself .askselfbox p {
  color: #201A16;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
.hhp_askyourself .askselfbottom h3 {
  color: #201A16;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 10px;
}
.hhp_askyourself .askselfbottom p {
  color: #201A16;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.hhp_askyourself .askselfbottom .freebtn {
  background: #1C1CB1;
  box-shadow: 0px 4px 30px 10px rgba(28, 28, 177, 0.2);
  border: 1px solid #1C1CB1;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 8px 25px;
  border-radius: 30px;
  display: inline-block;
}

.hhp_testimonies {
  padding: 180px 0;
  background-image: url(../images/bg-testimonies.svg);
  background-repeat: no-repeat;
  background-position: right center;
}
.hhp_testimonies .testitle {
  color: #201A16;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 50px;
}
.hhp_testimonies .testimonie_slider {
  padding-bottom: 50px;
}
.hhp_testimonies .testimonie_slider .boxes {
  text-align: center;
}
.hhp_testimonies .testimonie_slider .client_btn {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.hhp_testimonies .testimonie_slider .client_btn:before {
  content: "";
  background: rgba(32, 26, 22, 0.5);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
}
.hhp_testimonies .testimonie_slider .client_btn img {
  margin: 10px auto;
}

.hhp_testimonies .testimonie_slider .desq {
  color: #201A16;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}
.hhp_testimonies .testimonie_slider .desq:before {
  content: "\275D";
  position: absolute;
  left: 0;
  top: 0;
  color: rgba(232, 232, 232, 0.5);
  font-size: 100px;
  line-height: 0.8;
}
.hhp_testimonies .testimonie_slider .name {
  color: #201A16;
  font-size: 15px;
  font-weight: 500;
  margin-top: 30px;
}
.hhp_testimonies .testimonie_slider .city {
  color: #8D8D8D;
  font-size: 12px;
  font-weight: 500;
  margin-top: 5px;
}

.hhp_ouresult {
  background-color: #214658;
  padding-top: 100px;
  padding-bottom: 60px;
}
.hhp_ouresult .container {
  max-width: 1300px;
}
.hhp_ouresult .resultitle1 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}
.hhp_ouresult .resultitle2 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.hhp_ouresult .resultbox {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
  background: #1A3C4D;
  border-radius: 5px;
}
.hhp_ouresult .resultbox img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 5px;
}
.hhp_ouresult .resultbox .resultinfo {
  padding: 20px;
  min-height: 170px;
}
.hhp_ouresult .resultbox .resultinfo h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
.hhp_ouresult .resultbox .resultinfo p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.hhp_ourservice {
  padding: 150px 0;
  background-color: #fff;
  position: relative;
}
.hhp_ourservice:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.02;
  background-image: url(../images/bg-2.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

.hhp_ourservice .container {
  max-width: 1300px;
}
.hhp_ourservice .ourtitle1 {
  color: #201A16;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 5px;
}
.hhp_ourservice .ourtitle2 {
  color: #201A16;
  font-size: 16px;
  font-weight: 500;
}
.hhp_ourservice .ourservicebox {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
  border-radius: 5px;
}
.hhp_ourservice .ourservicebox img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  margin-bottom: 15px;
  display: block;
}
.hhp_ourservice .ourservicebox h4 {
  color: #201A16;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.hhp_ourservice .ourservicebox p {
  color: #201A16;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
.hhp_ourservice .ourservice_bottom {
  margin-top: 100px;
}
.hhp_ourservice .ourservice_bottom h3 {
  color: #201A16;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 10px;
}
.hhp_ourservice .ourservice_bottom p {
  color: #201A16;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  max-width: 540px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.hhp_ourservice .ourservice_bottom .freebtn {
  background: #1C1CB1;
  box-shadow: 0px 4px 30px 10px rgba(28, 28, 177, 0.2);
  border: 1px solid #1C1CB1;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 8px 25px;
  border-radius: 30px;
  display: inline-block;
}


.hhp_aboutus {
  padding: 150px 0 50px 0;
  background-color: #FAFAFF;
}
.hhp_aboutus .container {
  max-width: 1030px;
}
.hhp_aboutus .aboutus_info {
  display: inline-block;
  width: 100%;
  margin-bottom: 50px;
}
.hhp_aboutus .aboutus_info h4 {
  color: #201A16;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 10px;
}
.hhp_aboutus .aboutus_info p {
  color: #201A16;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
}
.hhp_aboutus .ourteam_title {
  color: #201A16;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 50px;
  margin-bottom: 30px;
}
.hht_ourteam .teamimg {
  max-width: 100%;
  margin-bottom: 10px;
  display: block;
  box-shadow: 0px 0px 25px rgba(28, 28, 177, 0.15);
  border-radius: 15px;
}
.hht_ourteam .teamsocial {
  text-align: center;
  margin-bottom: 20px;
}
.hht_ourteam .teamsocial a {
  display: inline-block;
  margin: 5px;
  filter: grayscale(1);
}
.hht_ourteam .teamsocial a:hover {
  filter: grayscale(0);
}
.hht_ourteam .teaminfo {
  margin-bottom: 30px;
}
.hht_ourteam .teaminfo h4 {
  color: #201A16;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 12px;
}
.hht_ourteam .teaminfo p {
  color: #201A16;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 25px;
}

.hhp_footer1 {
  background: #201A16;
  padding: 100px 0 50px;
}
.hhp_footer1 .container {
  max-width: 1280px;
}
.hhp_footer1 .contactus {
  display: inline-block;
  width: 100%;
}
.hhp_footer1 .contactus .title_info  {
  margin-bottom: 20px;
}
.hhp_footer1 .contactus .title_info h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 5px;
}
.hhp_footer1 .contactus .title_info p {
  color: #8D8D8D;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 10px;
}
.hhp_footer1 .contactus .form-group {
  margin-bottom: 20px;
}
.form-control{ color: #201A16;}

.hhp_footer1 .contactus .labels {
  display: block;
  margin-bottom: 10px;
  color: #E8E8E8;
  font-size: 15px;
  font-weight: 500;
}
.hhp_footer1 .contactus .form-control {
  height: auto;
  outline: none;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 500;
  resize: none;
}
.hhp_footer1 .contactus .required_div {
  position: relative;
}
.hhp_footer1 .contactus .required_div .form-control {
  padding-right: 50px;
}
.hhp_footer1 .contactus .required_div .required_txt {
  color: #9E1E38;
  font-size: 11px;
  font-weight: 500;
  position: absolute;
  right: 5px;
  top: 15px;
  display: inline-block;
}


.hhp_footer1 .contactus .btn-submit {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background-color: #3C3CD6;
  max-width: 300px;
  width: 100%;
}
.hhp_footer1 .meetingin {
  background-color: #000000;
  border-radius: 5px;
  margin-top: 50px;
  padding: 30px 40px;
  display: flex;
  flex-wrap: wrap;
}
.hhp_footer1 .meetingin .meetingin_title {
  width: 50%;
  float: left;
  padding: 10px;
}
.hhp_footer1 .meetingin .meetingin_title h3 {
  color: #E8E8E8;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 5px;
}
.hhp_footer1 .meetingin .meetingin_title p {
  color: #8D8D8D;
  font-size: 15px;
  font-weight: 500;
}
.hhp_footer1 .meetingin .meetingin_1 {
  width: 22%;
  float: left;
}
.hhp_footer1 .meetingin .meetingin_2 {
  width: 28%;
  float: left;
}
.hhp_footer1 .meetingin .meetingin_info {
  padding: 10px;
}
.hhp_footer1 .meetingin .meetingin_info h4 {
  color: #C1C1C1;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 7px;
}
.hhp_footer1 .meetingin .meetingin_info p {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 7px;
  word-break: break-all;
}

.hhp_footer2 {
  background-color: #000000;
  padding: 10px 0;
}
.hhp_footer2 .container {
  max-width: 1280px;
}
.hhp_footer2 .footmain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.hhp_footer2 .footmain .copyright {
  display: inline-block;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 500;
  margin: 5px;
}
.hhp_footer2 .footmain .link {
  display: inline-block;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 500;
  margin: 5px;
}
.hhp_footer2 .footmain .link a {
  color: #FFFFFF;
}
.hhp_footer2 .footmain .socials {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 500;
}
.hhp_footer2 .footmain .socials a {
  width: 25px;
  height: 25px;
  color: #FFFFFF;
  font-size: 12px;
  background-color: #201A16;
  text-align: center;
  padding: 6px 0;
  border-radius: 50%;
  margin: 5px;
}

.custom_form_modal .modal-body {
  padding: 30px 80px 50px 80px;
}
.custom_form_modal .close {
  border: 2px solid #2C3E50;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 17px;
}
.custom_form_modal .form_title {
  margin-bottom: 40px;
  display: inline-block;
  width: 100%;
}
.custom_form_modal .form_title .title {
  color: #201A16;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
}
.custom_form_modal .form_title .desq {
  color: #808080;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
}
.custom_form_modal .contactus .form-group {
  margin-bottom: 20px;
}
.custom_form_modal .contactus .labels {
  display: block;
  margin-bottom: 10px;
  color: #201A16;
  font-size: 15px;
  font-weight: 500;
}
.custom_form_modal .contactus .form-control {
  height: auto;
  outline: none;
  box-shadow: none;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 500;
  resize: none;
  border: 1px solid #E8E8E8;
}
.custom_form_modal .contactus .required_div {
  position: relative;
}
.custom_form_modal .contactus .required_div .form-control {
  padding-right: 50px;
}
.custom_form_modal .contactus .required_div .required_txt {
  color: #9E1E38;
  font-size: 11px;
  font-weight: 500;
  position: absolute;
  right: 5px;
  top: 15px;
  display: inline-block;
}
.custom_form_modal .contactus .btn-submit {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background-color: #3C3CD6;
  max-width: 300px;
  width: 100%;
}

@media screen and (max-width: 1600px) {
  body:before {
    height: 1200px;
  }
  .hhp_tophead {
    padding: 0 10px;
  }
  .hhp_tophead .navbar-brand img {
    max-width: 180px;
  }
  .hhp_tophead .navbar-nav .nav-item {
    margin: 0;
  }
  .hhp_tophead .navbar-light .navbar-nav .nav-link {
    font-size: 14px;
    padding: 7px 10px;
  }
  .hhp_tophead .joinbtn {
    font-size: 14px;
  }
  .hhp_topbanner {
    padding: 130px 60px 50px 60px;
  }
  .hhp_topbanner .bannerinfo1 h1 {
    font-size: 55px;
  }
  .hhp_topbanner .bannerinfo1 {
    max-width: 600px;
  }
  .hhp_topbanner .bannerinfo2 {
    padding: 20px 20px;
  }
  .hhp_askyourself {
    padding: 200px 0 60px 0;
  }
  .hhp_ouredge .edgeboxmain {
    padding: 50px;
  }
  .hhp_ouredge .container {
    max-width: 1270px;
  }
  .hhp_ouredge .edgeboxmain .edgeboxes {
    padding: 18px 10px;
  }
  .hhp_ouredge .edgeboxmain .edgeboxes h3 {
    font-size: 40px;
  }
  .hhp_testimonies {
    padding: 100px 0;
  }
  .hhp_testimonies .testimonie_slider {
    max-width: 800px;
    margin: 0 auto;
  }
  .hhp_testimonies .testimonie_slider .client_btn {
    height: 400px;
  }
  .hhp_ouresult .container {
    max-width: 1100px;
  }
  .hhp_ourservice {
    padding: 100px 0 120px 0;
  }
  .hhp_ourservice .container {
    max-width: 1100px;
  }
  .hhp_ourservice .ourservicebox img {
    height: 350px;
  }
}
@media screen and (max-width: 1199px) {
  .hhp_tophead {
    padding: 0;
  }
  .hhp_tophead .navbar-brand img {
    max-width: 140px;
  }
  .hhp_tophead .navbar-light .navbar-nav .nav-link {
    font-size: 12px;
    padding: 7px 6px;
  }
  .hhp_tophead .joinbtn {
    margin-left: 5px;
    padding: 6px 10px;
  }
  .hhp_topbanner {
    padding: 80px 10px 20px 10px;
  }
  .hhp_topbanner .bannerinfo1 h1 {
    font-size: 45px;
  }
  .hhp_topbanner .bannerinfo1 p {
    font-size: 18px;
  }
  .hhp_ouredge .edgeboxmain {
    padding: 40px 30px;
  }
  .hhp_ouredge .edgeboxmain .edgeboxes h4 {
    font-size: 20px;
  }
  .hhp_ouredge .edgeboxmain .edgeboxes h3 {
    font-size: 30px;
  }
  .hhp_ouredge .edgeboxmain .edgeboxes span {
    font-size: 14px;
  }
  .hhp_ouresult {
    padding-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  .hhp_tophead {
    position: static;
  }
  .hhp_tophead .navbar-nav .nav-item {
    margin: 10px 0;
  }
  .hhp_tophead .navbar-light .navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 700;
  }
  .hhp_tophead .joinbtn {
    width: 100%;
    text-align: center;
  }
  .hhp_topbanner {
    padding: 20px 10px;
  }
  .hhp_topbanner .bannerinfo1 {
    max-width: none;
  }
  .hhp_topbanner .bannerinfo2 {
    max-width: none;
  }
  .hhp_ouresult .resultbox {
    margin: 15px 0;
    height: auto;
  }
  .hhp_ouredge .edgeboxmain {
    flex-wrap: wrap;
    align-items: stretch
  }
  .hhp_ouredge .edgeboxmain .edgeinfo {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .hhp_ouredge .edgeboxmain .edgeboxes {
    width: 49%;
  }
  .hhp_askyourself {
    padding: 50px 0;
    margin-top: 0;
  }
  .hhp_footer1 .contactus {
    margin-bottom: 50px;
  }
  .hhp_footer1 iframe {
    height: 400px;
  }
  .hhp_footer1 .meetingin {
    padding: 30px 20px;
  }
  .hhp_footer1 .meetingin .meetingin_title {
    width: 100%;
  }
  .hhp_footer1 .meetingin .meetingin_info {
    width: 50%;
  }
  .custom_form_modal .modal-body {
    padding: 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  body:before {
    height: 800px;
  }
  .hhp_askyourself .askselfbox {
    max-width: none;
    position: relative;
    padding-left: 60px;
    margin-bottom: 50px;
  }
  .hhp_askyourself .askselfbox img {
    position: absolute;
    left: 0;
    top: 0;
  }
  .hhp_askyourself .askselfbottom h3 {
    font-size: 25px;
  }
  .hhp_askyourself .askselfbottom p {
    margin-bottom: 30px;
  }
  .hhp_testimonies {
    padding: 80px 0;
    background-position: bottom center;
  }
  .hhp_testimonies .testitle {
    font-size: 25px;
    margin-bottom: 20px;
  }
  
  .hhp_aboutus {
    padding: 50px 0;
  }
  .hhp_aboutus .ourteam_title {
    text-align: center;
  }
  .hht_ourteam .teamimg {
    margin: 0 auto;
  }
  .hhp_footer1 .contactus .btn-submit {
    max-width: none;
  }
  .hhp_footer2 {
    padding: 20px 0;
  }
  .hhp_footer2 .footmain {
    flex-wrap: wrap;
  }
  .hhp_footer2 .footmain .socials {
    text-align: center;
    width: 100%;
    order: 2;
    margin: 10px 0;
  }
  .hhp_footer2 .footmain .copyright {
    width: 100%;
    text-align: center;
    order: 3;
  }
  .hhp_footer2 .footmain .link {
    width: 100%;
    text-align: center;
    order: 1;
  }
  .hhp_footer2 .footmain .socials .txt {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .hhp_topbanner {
    padding: 20px 0;
  }
  .hhp_topbanner .bannerinfo1 {
    text-align: center;
    margin-top: 100px;
  }
  .hhp_topbanner .bannerinfo1 h1 {
    font-size: 34px;
    margin-bottom: 10px;
  }
  .hhp_topbanner .bannerinfo1 p {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .hhp_topbanner .bannerinfo2 .subtitle {
    font-size: 20px;
  }
  .hhp_topbanner .bannerinfo2 .invprice {
    font-size: 25px;
  }
  .hhp_topbanner .bannerinfo2 .investdiv {
    margin: 10px 0;
  }
  .hhp_topbanner .bannerinfo2 .desq {
    text-align: left !important;
  }
  .hhp_ouredge {
    background-color: #fff;
    padding: 30px 0;
  }
  .hhp_ouredge .edgeboxmain {
    box-shadow: none;
    padding: 0;
  }
  .hhp_ouredge .edgeboxmain .edgeboxes {
    width: 48%;
    margin: 1%;
  }
  .hhp_ouredge .edgeboxmain .edgeinfo h3 {
    font-size: 25px;
  }
  .hhp_askyourself .asktitle {
    font-size: 25px;
    margin-bottom: 50px;
  }
  .hhp_testimonies .testimonie_slider .boxes {
    display: flex !important;
    flex-direction: column;
  }
  .hhp_testimonies .testimonie_slider .name {
    order: 1;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .hhp_testimonies .testimonie_slider .city {
    order: 2;
    margin-bottom: 20px;
  }
  .hhp_testimonies .testimonie_slider .desq {
    font-size: 14px;
    order: 3;
  }
  .hhp_ouresult {
    padding: 40px 0;
  }
  .hhp_ouresult .resultitle1 {
    font-size: 25px;
  }
  .hhp_ouresult .resultitle2 {
    font-size: 14px;
  }
  .hhp_ouresult .resultbox img {
    height: 250px;
  }
  .hhp_ouresult .resultbox .resultinfo p {
    font-size: 14px;
  }
  .hhp_ourservice .ourtitle1 {
    font-size: 25px;
  }
  .hhp_ourservice .ourservice_bottom h3 {
    font-size: 25px;
  }
  .hhp_ourservice .ourservice_bottom p {
    margin-bottom: 20px;
  }
  .hhp_aboutus {
    padding-bottom: 0;
  }
  .hhp_aboutus .aboutus_info h4 {
    font-size: 25px;
  }
  .hhp_footer1 {
    padding: 50px 0;
  }
  .hhp_footer1 .contactus .title_info h4 {
    font-size: 25px;
  }
  .hhp_footer1 .meetingin {
    padding: 15px;
  }
  .hhp_footer1 .meetingin .meetingin_title h3 {
    font-size: 25px;
  }
  .hhp_footer1 .meetingin .meetingin_info {
    width: 100%;
  }
  .hhp_footer1 .meetingin .meetingin_info h4 {
    color: #fff;
  }
  .custom_form_modal .form_title .title {
    font-size: 26px;
  }
}