@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
/* Colors */
/* Fonts */
/* Font Sizes */
/* Screen Width */
/* Basic Style */
/* position */
/* Media Breakpoints */
/* Breakpoint sizes */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  background: #fff;
}

h1 {
  font-size: 70px;
  line-height: 65px;
}

h2 {
  font-size: 40px;
  line-height: 60px;
  font-style: italic;
}

h3 {
  font-size: 40px;
  line-height: 60px;
  margin: 0 0 15px 0;
  font-weight: 600;
  color: #070707 !important;
}

h4 {
  font-size: 28px;
  line-height: 40px;
  font-weight: 600;
}

h5 {
  font-size: 25px;
  line-height: 30px;
}

p {
  font-size: 16px;
  line-height: 30px;
}

.container,
.grid-container {
  max-width: 85%;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
}
@media screen and (max-width: 1920px) {
  .container,
  .grid-container {
    max-width: 1450px;
  }
}

.separate-containers .inside-left-sidebar, .separate-containers .inside-right-sidebar {
  margin-top: 0;
  margin-bottom: 0;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

header.entry-header {
  display: none;
}

.grid-container .grid-container {
  padding: 0;
}

.entry-content {
  margin: 0 !important;
}

.vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0;
}

.wpb_content_element {
  margin-bottom: 0;
}

.site-info {
  display: none;
}

.site-footer .footer-widgets-container .inner-padding {
  padding: 0 0 0 0;
}

.inside-article {
  padding: 0 !important;
}

.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner {
  padding-top: 0;
}

.separate-containers .site-main {
  margin: 0;
}

.site-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  background: #0049ad;
  background: linear-gradient(right, #033f93 78%, #f0f2f5 50%);
  padding: 12px 0;
}
.site-header .inside-header {
  padding-top: 10px;
}

.site-header::before {
  content: "";
  background-image: url(../img/bg.png);
  width: 530px;
  height: 100%;
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  top: 0;
  left: 0;
}

.main-navigation {
  background: transparent;
}
.main-navigation .main-nav li a {
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px !important;
  padding-left: 28px !important;
  padding-right: inherit !important;
  transition: 0.4s all ease-in-out;
}
.main-navigation .main-nav li a:hover {
  color: #80cc28 !important;
}
.main-navigation .main-nav li:first-child a {
  padding-left: 0 !important;
}
.main-navigation .main-nav .header-btn a {
  background: #80cc28;
  font-weight: 700;
  padding: 10px 38px !important;
  border-radius: 23px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 0 40px;
  transition: 0.5s all ease-in-out;
}
.main-navigation .main-nav .header-btn a:hover {
  background: #fff;
  color: #0049ad !important;
}
.main-navigation .main-nav .header-number {
  margin: 0 0 0 80px;
}
.main-navigation .main-nav .header-number a {
  position: relative;
}
.main-navigation .main-nav .header-number a::before {
  top: 0;
  left: 0;
  content: "\f141";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}
.main-navigation .main-nav .header-number a::after {
  top: 0;
  left: -30px;
  content: "\f879";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  transform: rotate(45deg);
  color: #80cc28;
}

#site-navigation .main-nav li.header-btn a {
  padding-left: 38px !important;
}
@media (max-width: 1200px) {
  #site-navigation .main-nav li.header-btn a {
    padding-left: 30px !important;
  }
}

.headertop-wrap {
  max-width: 85%;
  margin: 0 auto;
  padding: 10px 15px 0 15px;
  position: fixed;
  z-index: 999;
  right: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1920px) {
  .headertop-wrap {
    max-width: 1450px;
  }
}
.headertop-menu {
  text-align: right;
}
.headertop-menu a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 0 30px;
}

.inside-footer-widgets {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 80px;
}

.home-about .btn-style {
  background: #80cc28;
  font-weight: 700;
  padding: 10px 38px !important;
  border-radius: 23px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 0 40px;
  transition: 0.5s all ease-in-out;
  width: 200px;
  margin: auto;
}
.home-about .btn-style a {
  color: #fff;
}
.home-about .btn-style:hover {
  background: #fff;
}
.home-about .btn-style:hover a {
  color: #0049ad !important;
}

.btn-style {
  background: #80cc28;
  border: 2px solid #80cc28;
  font-weight: 700;
  padding: 10px 20px !important;
  border-radius: 23px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 0 40px;
  transition: 0.5s all ease-in-out;
  width: 250px;
  margin: auto;
}
.btn-style a {
  color: #fff;
}
.btn-style:hover {
  background: #fff;
  border: 2px solid #0049ad;
}
.btn-style:hover a {
  color: #0049ad !important;
}

#mic-risk-section > div div p a {
  color: #070707;
}
#mic-risk-section > div div p a:hover {
  color: #0049ad;
}

.footer-widget-1 img {
  display: block;
  text-align: center;
  margin: 0 auto;
  max-width: 230px;
}

.site-footer {
  padding: 90px 0;
  background: #f7f7f7;
}
.site-footer h2 {
  font-size: 25px;
  margin: 0 0 30px 0;
  font-weight: 600;
}
.site-footer .aboutus-wrap p {
  font-size: 16px;
  margin: 0;
  color: #070707;
  line-height: 30px;
  font-weight: 300;
}
.site-footer .aboutus-wrap a {
  font-size: 16px;
  font-weight: 600;
  color: #070707;
  line-height: 30px;
  border-bottom: 4px solid #80cc28;
  text-transform: uppercase;
  display: inline-block;
  margin: 30px 0 0 0;
}
.site-footer .aboutus-wrap a:hover {
  color: #80cc28;
}
.site-footer .footer-widget-3 h2 {
  font-size: 28px;
  line-height: 40px;
  font-weight: 600;
  font-style: normal;
}
.site-footer .footer-widget-3 li {
  margin-bottom: 0;
}
.site-footer .footer-widget-3 li a {
  font-size: 16px;
  color: #070707;
  font-weight: 300;
  margin: 0 0 25px 0 !important;
  display: inline-block;
  position: relative;
  padding: 0 0 0 35px;
}
.site-footer .footer-widget-3 li a::before {
  top: 2px;
  left: 0;
  content: "\f054";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 2px solid #2362b7;
  color: #2362b7;
  font-size: 10px;
}
.site-footer .footer-widget-3 li a:hover {
  color: #80cc28;
}
.site-footer .footer-widget-1,
.site-footer .footer-widget-2,
.site-footer .footer-widget-3 {
  position: relative;
}
.site-footer .footer-widget-1::before,
.site-footer .footer-widget-2::before,
.site-footer .footer-widget-3::before {
  content: "";
  position: absolute;
  right: -21px;
  top: 0;
  background-image: url(../img/border.png);
  background-size: cover;
  height: 100%;
  width: 1px;
}
.site-footer .location-block {
  margin: 0 0 30px 0;
}
@media screen and (max-width: 575px) {
  .site-footer .location-block {
    margin-bottom: 10px;
  }
}
.site-footer .location-block:last-child {
  margin: 0;
}
.site-footer .location-block a {
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: start;
  grid-gap: 10px;
}
.site-footer .location-block a:hover span {
  color: #80cc28;
}
.site-footer .location-block .address {
  pointer-events: none;
}
.site-footer .location-block .content {
  font-size: 16px;
  color: #070707;
  line-height: 30px;
}
.site-footer .location-block .icon i {
  color: #0049ad;
  font-weight: 700;
  font-size: 16px;
}
.site-footer .footersocial-icons {
  padding: 40px 0 0 0;
}
.site-footer .footersocial-icons a {
  margin: 0 20px 0 0;
}
.site-footer .footersocial-icons a:last-child {
  margin: 0;
}
.site-footer .footersocial-icons a i {
  color: #070707;
  font-size: 20px;
  transition: 0.4s all ease-in-out;
}
.site-footer .footersocial-icons a:hover i {
  color: #80cc28;
}

.footer-widgets {
  background-color: transparent;
}

.copyright-wrap {
  background: #27963c;
  padding: 20px 0;
}
.copyright-wrap .copyright-content {
  max-width: 85%;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1920px) {
  .copyright-wrap .copyright-content {
    max-width: 1450px;
  }
}
.copyright-wrap .copyright-content .links-wrap {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
}
.copyright-wrap .copyright-content .links-wrap a {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  text-decoration: underline;
}
.copyright-wrap .copyright-content .links-wrap a:hover {
  color: #0049ad;
}
.copyright-wrap .copyright-content .innercontent {
  display: grid;
  grid-template-columns: 1fr 350px;
  align-items: center;
}
.copyright-wrap .copyright-content .innercontent .page-links {
  margin: 0;
}
.copyright-wrap .copyright-content .innercontent a {
  margin: 0 30px 0 0;
  position: relative;
}
.copyright-wrap .copyright-content .innercontent a::before {
  content: "";
  position: absolute;
  height: 13px;
  width: 2px;
  background: #fff;
  right: -20px;
  top: 3px;
}
.copyright-wrap .copyright-content .innercontent a:first-child {
  margin-left: 10px;
}
.copyright-wrap .copyright-content .innercontent a:last-child {
  margin: 0;
}
.copyright-wrap .copyright-content .innercontent a:last-child::before {
  display: none;
}
.copyright-wrap .copyright-content .innercontent a:hover {
  color: #0049ad;
}

.banner-section {
  margin: 70px 0 0 0;
  padding: 200px 0 150px 0;
}
.banner-section h1 {
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  margin: 0;
  line-height: 60px;
}
.banner-section h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  margin: 15px 0 30px 0;
  line-height: 40px;
  font-style: italic;
}
.banner-section p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin: 15px 0 30px 0;
  line-height: 30px;
}
.banner-section p strong {
  font-size: 18px;
}

.dark-btn button {
  margin: 60px 0 0 0;
  background: #80cc28 !important;
  font-weight: 700;
  padding: 13px 65px !important;
  border-radius: 23px !important;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s all ease-in-out !important;
  border: none !important;
  color: #fff !important;
}
.dark-btn button:hover {
  background: #fff !important;
  color: #0049ad !important;
}

.mic-wrap .form-content .input-field input::-webkit-input-placeholder {
  color: #b1b1b1;
}

.mic-wrap .form-content .input-field input:-moz-placeholder {
  color: #b1b1b1;
  opacity: 1;
}

.mic-wrap .form-content .input-field input:-ms-input-placeholder {
  color: #b1b1b1;
}

.mic-wrap .form-content .input-field input::placeholder {
  color: #b1b1b1;
}

.padding-tb {
  padding: 135px 0;
}

.padding-tb2 {
  padding: 60px 0;
}

.padding-t {
  padding-top: 135px;
}

.mb-0 {
  margin-bottom: 0;
}

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

.mic-section {
  position: relative;
}
.mic-section::before {
  content: "";
  position: absolute;
  background: #f7f7f7;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  border-radius: 200px 0 0 0;
}
.mic-section .mic-wrap {
  max-width: 1450px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
}
.mic-section .mic-wrap .content-block {
  padding-right: 50px;
}
.mic-section .mic-wrap .content-block p {
  color: #070707;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}
.mic-section .mic-wrap .form-content .wpb_wrapper {
  background: #0049ad;
  padding: 10px 30px 60px 30px;
  border-radius: 25px;
  max-width: 610px;
  margin: 0 0 0 100px;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.mic-section .mic-wrap .form-content .wpb_wrapper::before {
  content: "";
  position: absolute;
  right: -5px;
  top: -4px;
  background: url(../img/form-topbg.png);
  background-size: cover;
  width: 100%;
  height: 84px;
  z-index: -1;
}
@media screen and (max-width: 575px) {
  .mic-section .mic-wrap .form-content .wpb_wrapper {
    padding: 10px 15px 20px 15px;
  }
}
.mic-section .mic-wrap .form-content form {
  padding: 60px 0 0 0;
}
.mic-section .mic-wrap .form-content #gform_submit_button_1 {
  width: 100%;
  background: #80cc28;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 0;
  margin: 0;
  border: none;
  text-align: center;
  transition: 0.5s all ease-in-out;
}
.mic-section .mic-wrap .form-content #gform_submit_button_1:hover {
  background: #fff;
  color: #0049ad;
}
.mic-section .mic-wrap .form-content h3 {
  font-size: 40px;
  color: #fff !important;
  font-weight: 600;
  margin: 0 0 0 0;
}
.mic-section .mic-wrap .form-content .input-field {
  margin: 0 0 15px 0;
}
.mic-section .mic-wrap .form-content .input-field:last-child {
  margin: 0;
}
.mic-section .mic-wrap .form-content .input-field input {
  width: 100%;
  padding: 12px 25px !important;
  border-radius: 25px;
  font-style: italic;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}
.mic-section .mic-wrap .form-content .input-field select {
  width: 100%;
  padding: 12px 25px !important;
  border-radius: 25px;
  font-style: italic;
  font-size: 16px;
  color: #b1b1b1;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../img/arrow-down.png);
  background-repeat: no-repeat;
  background-position-x: 94%;
  background-position-y: 18px;
  background-size: 16px;
  font-family: "Poppins", sans-serif;
}

#about-section .content-block > div {
  display: block;
}

.investmic-section .blocks-wrapper {
  padding: 30px 0 50px 0;
}
.investmic-section .blocks-wrapper p {
  min-height: 250px;
}

.investmic-block .wpb_wrapper {
  background: #fff;
  padding: 50px 35px;
  border-radius: 25px 0 25px 0;
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .investmic-block .wpb_wrapper {
    min-height: 460px;
  }
}
.investmic-block .wpb_wrapper p {
  font-size: 16px;
  color: #070707;
  font-weight: 300;
  line-height: 30px;
  margin: 0;
  padding: 30px 0 0 0;
}
.investmic-block .wpb_wrapper h4 {
  margin: 0;
  font-size: 28px;
  line-height: 40px;
  font-weight: 600;
  color: #070707;
}
.investmic-block .wpb_wrapper .wpb_wrapper {
  background: transparent;
  padding: inherit;
  border-radius: inherit;
  display: inherit;
  min-height: inherit;
}
.investmic-block .wpb_wrapper .wpb_text_column {
  grid-column: 1/3;
}

.approach-content p {
  font-size: 16px;
  line-height: 30px;
  color: #070707;
  font-weight: 300;
}
.approach-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0px 80px;
  padding: 70px 0 0 0;
}
.approach-block::before {
  display: none;
}
.approach-block .vc_col-sm-4 {
  width: 100%;
}
.approach-block h4 {
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
  margin: 20px 0 0 0;
}

.riskmic-section p {
  font-size: 16px;
  line-height: 30px;
  color: #070707;
  font-weight: 300;
}

.contactus-section {
  background: url(../img/contact-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.contactus-section .image-wrap {
  text-align: center;
}
.contactus-section .wpb_wrapper {
  background: #f2f6fa;
  padding: 40px 84px;
  max-width: 1040px;
  margin: 0 auto;
  border-radius: 30px;
  width: 100%;
}
.contactus-section .wpb_wrapper .wpb_wrapper {
  background: transparent;
  padding: inherit;
  border-radius: inherit;
  max-width: inherit;
}
.contactus-section #gform_fields_2 {
  grid-gap: 20px 30px;
}
.contactus-section .input-field {
  margin: 0 0 15px 0;
}
.contactus-section .input-field:last-child {
  margin: 0;
}
.contactus-section .input-field input {
  width: 100%;
  padding: 12px 25px !important;
  border-radius: 25px;
  font-style: italic;
  font-size: 16px !important;
  font-family: "Poppins", sans-serif;
  color: #b1b1b1;
}
.contactus-section .input-field select {
  width: 100%;
  padding: 12px 25px !important;
  border-radius: 25px;
  font-style: italic;
  font-size: 16px !important;
  color: #b1b1b1;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../img/arrow-down.png);
  background-repeat: no-repeat;
  background-position-x: 94%;
  background-position-y: 18px;
  background-size: 16px;
  font-family: "Poppins", sans-serif;
}
.contactus-section .input-field select#input_2_8 {
  background-position-x: 97%;
}
.contactus-section #gform_submit_button_2 {
  width: 100%;
  background: #80cc28;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 0;
  margin: 0;
  border: none;
  text-align: center;
  transition: 0.5s all ease-in-out;
  margin: 20px 0 0 0;
  border: 2px solid transparent;
}
.contactus-section #gform_submit_button_2:hover {
  background: #fff;
  color: #0049ad;
  border: 2px solid #0049ad;
}
.contactus-section h3 {
  margin: 20px 0 40px 0;
}

.contactus-section .input-field input::-webkit-input-placeholder {
  color: #cacaca;
}

.contactus-section .input-field input:-moz-placeholder {
  color: #cacaca;
  opacity: 1;
}

.contactus-section .input-field input::-moz-placeholder {
  color: #cacaca;
  opacity: 1;
}

.contactus-section .input-field input:-ms-input-placeholder {
  color: #cacaca;
}

.contactus-section .input-field input::-ms-input-placeholder {
  color: #cacaca;
}

.contactus-section .input-field input::placeholder {
  color: #cacaca;
}

.single-team .site-content {
  display: flex;
  flex-direction: column;
  padding: 260px 0 135px 0;
}
.single-team .teampage-section {
  padding: 0;
}
.single-team .teampage-section h4 {
  margin-bottom: 5px;
}

.our-team-page .ourteam-wrapper {
  background-color: transparent;
}

.ourteam-wrapper:nth-child(even) {
  background-color: #f7f7f7;
}
.ourteam-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  padding: 40px 0 0 0;
  align-items: center;
}
.ourteam-block img {
  border-radius: 40px 0 40px 0;
  display: block;
  min-height: 390px;
  object-fit: cover;
}
.ourteam-block .content {
  position: relative;
  overflow: hidden;
}
.ourteam-block .content:hover .content-overlay {
  opacity: 1;
}
.ourteam-block .content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}
.ourteam-block h4 {
  font-size: 28px;
  line-height: 40px;
  color: #070707;
  font-weight: 600;
  margin: 20px 0 0 0;
}
@media screen and (max-width: 767px) {
  .ourteam-block h4 {
    text-align: center;
  }
}
.ourteam-block .content-overlay {
  background: rgba(8, 80, 175, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 40px 0;
}
.ourteam-block .content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.ourteam-block .content-details h4 {
  font-size: 28px;
  margin: 0;
  color: #fff;
  font-weight: 600;
  line-height: 40px;
}
.ourteam-block .content-details p {
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  margin: 20px 0;
  font-weight: 300;
}
.ourteam-block .content-details .readmore {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  border-bottom: 2px solid #fff;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.ourteam-wrapper h3 {
  text-align: center;
}

.teampage-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 120px;
  padding: 0px 0 0;
  align-items: start;
}
.teampage-block img {
  display: block;
  width: 100%;
  border-radius: 40px 0;
}
.teampage-block h4 {
  font-size: 40px;
  color: #070707;
  line-height: 60px;
  font-weight: 600;
  margin: 0 0 20px 0;
}
.teampage-block .designation {
  display: block;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  color: #070707;
}
.teampage-block .number {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #070707;
  margin: 10px 0 5px 0;
}
.teampage-block .email {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #070707;
}
.teampage-block a {
  color: #070707;
}
.teampage-block a:hover {
  color: #80cc28;
}
.teampage-block p {
  font-size: 16px;
  line-height: 30px;
  margin: 50px 0 0 0;
  font-weight: 300;
  color: #070707;
}

@media (min-width: 1600px) and (max-width: 1850px) {
  .site-header::before {
    left: -100px;
  }
}
@media (max-width: 1600px) {
  .site-header::before {
    left: -170px;
  }
}
@media (max-width: 1400px) {
  .main-navigation .main-nav li a {
    font-size: 15px;
    padding-left: 18px !important;
  }
  .main-navigation .main-nav .header-btn a {
    margin: 0 0 0 30px;
  }
  .main-navigation .main-nav .header-number {
    margin: 0 0 0 45px;
  }
  .main-navigation .main-nav .header-number a {
    position: relative;
  }
  .main-navigation .main-nav .header-number a::after {
    left: -20px;
  }
  .footer-widget-1 img {
    max-width: 180px !important;
  }
  .topnumb {
    display: none;
  }
}
@media (max-width: 1200px) {
  .site-header::before {
    left: -250px;
  }
  .main-navigation .main-nav li a {
    font-size: 14px;
    padding-left: 14px !important;
  }
  .main-navigation .main-nav .header-btn a {
    margin: 0 0 0 10px;
    font-size: 14px;
    padding: 8px 30px !important;
  }
  .main-navigation .main-nav .header-number {
    margin: 0 0 0 40px;
  }
  .main-navigation .main-nav .header-number a::before {
    display: none;
  }
  .main-navigation .main-nav .header-number a::after {
    left: -20px;
    top: -12px;
  }
  .banner-section h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .banner-section h2 {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
  }
  .mic-section .mic-wrap .form-content .wpb_wrapper {
    margin: 0 0 0 50px;
  }
  .mic-section .mic-wrap .form-content h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .mic-section .mic-wrap .form-content #gform_submit_button_1 {
    font-size: 16px;
    padding: 15px 0;
  }
  h3 {
    font-size: 35px;
    line-height: 45px;
  }
  .investmic-block .wpb_wrapper {
    grid-template-columns: 90px 1fr;
  }
  .investmic-block .wpb_wrapper h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .investmic-section .blocks-wrapper p {
    min-height: 350px;
  }
  .ourteam-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .ourteam-block img {
    width: 100%;
  }
  .approach-block h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .inside-footer-widgets {
    margin-left: 0 !important;
    grid-template-columns: repeat(2, 1fr);
  }
  .site-footer .footer-widget-2::before {
    display: none;
  }
  .contact-footer .contactus-section .wpb_wrapper {
    width: calc(100% - 30px);
  }
}
@media (max-width: 991px) {
  .mobile-menu-open {
    overflow: hidden;
  }
  .banner-section {
    padding: 170px 0 100px 0;
  }
  .mic-section::before {
    width: 100%;
    height: 840px;
  }
  .mic-section .mic-wrap {
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
  }
  .mic-section .mic-wrap .form-content .wpb_wrapper {
    margin: 0 auto;
  }
  .mic-section .mic-wrap .vc_col-sm-6 {
    width: 100%;
  }
  .padding-tb {
    padding: 90px 0;
  }
  .investmic-section .blocks-wrapper {
    padding: 30px 0;
  }
  .investmic-section .blocks-wrapper .vc_col-sm-4 {
    width: 100%;
    margin-bottom: 30px;
  }
  .investmic-section .blocks-wrapper .vc_col-sm-4:last-child {
    margin-bottom: 0;
  }
  .investmic-section .blocks-wrapper p {
    min-height: inherit;
  }
  .approach-block {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 60px 80px;
  }
  .contactus-section .wpb_wrapper {
    padding: 40px 50px;
  }
  .copyright-wrap .copyright-content {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .copyright-wrap .copyright-content .innercontent {
    grid-template-columns: 1fr;
    place-items: center;
  }
  .has-inline-mobile-toggle .inside-header {
    flex-direction: row;
    text-align: left;
    flex-wrap: wrap;
  }
  .has-inline-mobile-toggle .mobile-menu-control-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .menu-toggle, .mobile-bar-items, .sidebar-nav-mobile {
    display: block;
  }
  button.menu-toggle:hover, button.menu-toggle:focus {
    color: #fff;
  }
  .gp-icon.icon-menu-bars {
    font-size: 25px;
    margin: 0;
    display: block;
  }
  .main-navigation.sub-menu-right {
    height: auto;
    transition: 0.4s all ease-in-out;
    display: none;
  }
  .has-inline-mobile-toggle .header-widget, .has-inline-mobile-toggle #site-navigation {
    flex-basis: 100%;
  }
  .has-inline-mobile-toggle .mobile-menu-control-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .main-navigation .menu-toggle {
    padding: 0;
  }
  .main-navigation.sub-menu-right.toggled {
    display: block;
  }
  .main-navigation .menu-toggle {
    color: #fff;
  }
  .main-navigation .menu-toggle .mobile-menu {
    display: none;
  }
  .main-navigation.sub-menu-right.toggled .icon-menu-bars svg:nth-child(2) {
    display: none;
  }
  nav#site-navigation {
    height: 100vh;
  }
  .main-navigation .main-nav li a {
    font-size: 16px;
    padding-left: 0 !important;
    padding-bottom: 15px;
  }
  .main-navigation.toggled .main-nav > ul {
    margin: 30px 0 0 0;
  }
  .topnumb {
    display: block;
  }
  .main-navigation .main-nav .header-btn a {
    margin: 0 0 0 0px;
    max-width: 200px;
  }
  .main-navigation .main-nav .header-number {
    margin: 0 0 0 20px;
  }
  .main-navigation .main-nav .header-number a::after {
    top: -2px;
  }
  .teampage-section {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 50px;
    align-items: start;
  }
  .teampage-block h4 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 10px 0;
  }
  .teampage-block p {
    margin: 20px 0 0 0;
  }
  .single-team .site-content {
    padding: 220px 0 90px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mic-section .mic-wrap .content-block {
    padding: 90px 0 0 0;
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .site-footer {
    padding: 40px 0;
  }
  .inside-footer-widgets {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }
  .site-footer .footer-widget-1::before,
  .site-footer .footer-widget-2::before,
  .site-footer .footer-widget-3::before {
    display: none;
  }
  .inside-footer-widgets > div:not(:last-child) {
    margin-bottom: 0px;
  }
  .padding-tb, .padding-tb2 {
    padding: 40px 0;
  }
  .approach-block {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px 80px;
  }
  .ourteam-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .contactus-section .wpb_wrapper {
    padding: 40px 10px;
  }
  .contactus-section #gform_fields_2 {
    grid-gap: 10px;
  }
  .contactus-section #gform_submit_button_2 {
    font-size: 16px;
    padding: 10px 0;
  }
  .banner-section h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .banner-section h2 {
    color: #fff;
    font-size: 25px;
    line-height: 30px;
  }
  .headertop-menu {
    display: none;
  }
  .investmic-block .wpb_wrapper {
    grid-template-columns: 90px 1fr;
    padding: 35px 20px;
  }
  .single-team .site-content {
    padding: 220px 0 70px 0;
  }
  .copyright-wrap .copyright-content .innercontent {
    grid-template-columns: 1fr;
    text-align: center;
    grid-gap: 5px;
    margin: 0 0 5px 0;
  }
  .mic-section .mic-wrap .content-block {
    padding: 70px 0 0 0;
  }
}
#gform_1 .input-field, #gform_2 .input-field {
  margin-bottom: 0;
}

#gform_fields_2 div select, #gform_fields_2 div input {
  background-color: #fff !important;
}

.page-id-19 .site-content {
  display: block;
}

.validation_message, .gform_validation_errors {
  display: none;
}

.gfield_error {
  border: 2px solid red;
  border-radius: 30px;
}
.gfield_error .ginput_recaptcha {
  border: 2px solid red;
}

.gfield_error.div-captcha {
  border: none;
}

.div-captcha {
  margin: auto;
}

.gform_confirmation_message {
  text-align: center;
  font-size: 25px;
}

#gform_confirmation_message_1 {
  color: #fff;
  padding-top: 5rem;
  padding-bottom: 4rem;
}

#gform_confirmation_message_2 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  color: #80cc28;
}

@media (min-width: 1201px) and (max-width: 1400px) {
  .main-navigation .main-nav .header-number a::before, .main-navigation .main-nav .header-number a::after {
    top: -12px;
  }
}
.main-navigation > .grid-container {
  max-width: 100%;
}

.error404 .site-content {
  display: block;
}
.error404 .site-content .content-area {
  width: 100%;
}

.error-page {
  text-align: center;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 575px) {
  .error-page {
    height: 100vh;
  }
}
.error-page .error-404 {
  font-size: 80px;
  line-height: 90px;
  color: #0049ad;
}
@media screen and (max-width: 768px) {
  .error-page .error-404 {
    font-size: 40px;
    line-height: 50px;
  }
}

.teampage-section .email {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .teampage-section {
    padding: 0;
  }
}
.teampage-block p {
  margin-top: 0;
}

.page-template-calculator-page .site-content {
  display: block;
}
.page-template-calculator-page .charts {
  display: none;
  margin-top: 100px;
}
@media (max-width: 891px) {
  .page-template-calculator-page .charts {
    margin-top: 70px;
  }
}
@media (max-width: 550px) {
  .page-template-calculator-page .charts {
    margin-bottom: 20px;
  }
}
.page-template-calculator-page .charts canvas {
  margin-bottom: 100px;
}
@media (max-width: 891px) {
  .page-template-calculator-page .charts canvas {
    margin-bottom: 70px;
  }
}
@media (max-width: 550px) {
  .page-template-calculator-page .charts canvas {
    margin-bottom: 20px;
  }
}
.page-template-calculator-page .calc {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 891px) {
  .page-template-calculator-page .calc {
    flex-wrap: wrap;
  }
}
.page-template-calculator-page .roi {
  padding-top: 200px;
  margin: 0 auto 100px;
  max-width: 1200px;
}
@media (max-width: 550px) {
  .page-template-calculator-page .roi {
    padding-top: 160px;
  }
}
.page-template-calculator-page .roi__output {
  display: none;
  width: calc(37% - 20px);
  padding: 30px;
  border: 2px solid #0049ad;
  border-radius: 20px;
}
@media (max-width: 891px) {
  .page-template-calculator-page .roi__output {
    width: auto;
    margin-top: 24px;
    max-width: 500px;
  }
}
.page-template-calculator-page .roi__input {
  width: 63%;
  padding: 30px;
  border: 2px solid #0049ad;
  border-radius: 20px;
}
@media (max-width: 891px) {
  .page-template-calculator-page .roi__input {
    width: 100%;
  }
}
.page-template-calculator-page .roi__input-list {
  display: flex;
  flex-wrap: wrap;
}
.page-template-calculator-page .roi__input-list li {
  padding: 24px 10px;
  width: 33.3%;
}
@media (max-width: 1150px) {
  .page-template-calculator-page .roi__input-list li {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 550px) {
  .page-template-calculator-page .roi__input-list li {
    width: 100%;
    padding: 10px 0;
  }
}
.page-template-calculator-page .roi__input-list li label {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}
.page-template-calculator-page .roi__input-list li select, .page-template-calculator-page .roi__input-list li input {
  width: 100%;
  height: 48px;
}
.page-template-calculator-page .roi__input-list li:last-child {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.page-template-calculator-page .roi__output-list {
  display: flex;
  flex-wrap: wrap;
}
.page-template-calculator-page .roi__output-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  font-size: 14px;
  width: 100%;
}
.page-template-calculator-page .roi__output-list li span {
  display: block;
  color: #80cc28;
  font-size: 20px;
  font-weight: 600;
}
.page-template-calculator-page .roi__output-list li:first-child {
  display: block;
  text-align: center;
  font-weight: 600;
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.page-template-calculator-page .roi__output-list li:first-child span {
  margin-top: 10px;
  font-size: 38px;
  line-height: 1;
}
.page-template-calculator-page .roi h1 {
  line-height: 1.1;
  color: #0049ad;
  font-weight: 700;
  max-width: 800px;
  margin: 0 0 20px;
}
@media (max-width: 550px) {
  .page-template-calculator-page .roi h1 {
    font-size: 40px;
  }
}
.page-template-calculator-page .roi p {
  font-size: 18px;
  max-width: 464px;
  margin: 0 0 80px;
}
@media (max-width: 550px) {
  .page-template-calculator-page .roi p {
    font-size: 16px;
    margin: 0 0 40px;
  }
}
.page-template-calculator-page .roi .button {
  margin-left: 10px;
  margin-top: 25px;
  background: #80cc28;
  border-radius: 23px;
  font-size: 14px;
  line-height: 2;
  padding: 8px 30px;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 550px) {
  .page-template-calculator-page .roi .button {
    margin-top: 10px;
    margin-left: 0;
  }
}

.menu-item-has-children .dropdown-menu-toggle {
  padding-right: 0;
}

/*# sourceMappingURL=main.css.map */