/*----------  Coman Css  ----------*/
.container {
  max-width: 85%;
  margin: auto;
  padding: 0 15px;
}
.container-fluid {
  max-width: 92%;
  margin: auto;
  padding: 0 15px;
}
.wrapper {
  max-width: 1920px;
  margin: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat";
  font-weight: 700;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-weight: 400;
}
.secTitle {
  font-size: clamp(40px, 5vw, 80px);
  line-height: 1.04;
}
.secSubTitle {
  font-size: 48px;
  line-height: 1.2;
}
.smallTitle {
  font-size: clamp(20px, 2vw, 36px);
  font-weight: 500;
  display: block;
  line-height: 1.1;
}
.titleL {
  font-size: 80px;
  font-weight: 700;
  display: block;
  line-height: 1;
  margin-bottom: 20px;
}
.titleM {
  font-size: 40px;
  font-weight: 700;
  display: block;
  line-height: 1;
  margin-bottom: 20px;
}
.paddingTop {
  padding-top: 190px;
}

/*----------  Buttons  ----------*/
.btn-outline-primary {
  background-color: transparent;
  border-color: #5a30fa;
  color: #000;
}
.btn-outline-primary:hover {
  background-color: #5a30fa;
  border-color: #5a30fa;
  color: #fff !important;
}
.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #5a30fa;
}
.btn-white:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/*  ---  CMS ---  */
.cmsCon > p + img,
ol + img,
ul + img {
  padding: 35px 0;
}
.cmsCon > h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
  padding-top: 15px;
}
.cmsCon > p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
  padding-top: 40px;
}
.cmsCon h2 {
  font-size: 40px;
}
.cmsCon h3 {
  font-size: 36px;
}
.cmsCon h4 {
  font-size: 30px;
}
.cmsCon h5 {
  font-size: 26px;
}
.cmsCon h6 {
  font-size: 20px;
}
.cmsCon ul {
  padding-left: 30px;
}
.cmsCon ul li {
  position: relative;
  font-size: 20px;
  line-height: 1.2;
}
.cmsCon ul li::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 7px;
  background-color: #000;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.cmsCon .is-blue {
  background-color: #5a30fa;
  color: #fff;
  padding: 75px;
  max-width: 650px;
  font-weight: 500;
  margin-bottom: 40px;
}
.cmsCon .is-blue > h2 + ul,
h3 + ul,
h4 + ul,
h5 + ul,
h6 + ul,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
  padding-top: 20px;
}
.cmsCon .is-blue ul li::before {
  background-color: #ffffff;
}
.cmsCon ol {
  color: #8b8b8b;
}
.cmsCon ol > b,
strong {
  color: #000;
}

/*----------  Footer Start  ----------*/
.growImg{
  display: none;
}
.footerSec a:hover {
  color: #5a30fa;
}
.footerCol {
  flex: 0 0 25%;
}
.footerCol li a {
  font-weight: 700;
}
.footerCol:nth-child(1) {
  flex: 0 0 30%;
}
.footerCol:nth-child(2) {
  flex: 0 0 20%;
}
.footerCol:nth-child(2) ul {
  width: 130px;
  margin-left: auto;
}
.footerLogo {
  max-width: 145px;
}
.footerInfo {
  margin: 28px 0;
}
.footerPartner {
  display: flex;
}
.footerPartner li {
  display: block;
  height: 110px;
}
.footerPartner li ~ li {
  margin-left: 25px;
}
.footerPartner li img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.fotterAddress {
  font-weight: 700;
  margin-bottom: 35px;
  text-transform: uppercase;
}
.footerSocial {
  display: flex;
  flex-direction: column;
  max-width: 200px;
  margin-left: auto;
}
.footerSocial ul {
  display: flex;
  align-items: center;
  margin: 15px auto 0;
}
.footerSocial ul a {
  font-size: 25px;
}
.footerSocial ul li ~ li {
  margin-left: 15px;
}
.footerContact {
  max-width: 300px;
  margin-left: auto;
}
.footerCopyright {
  color: #8b8b8b;
  font-weight: 500;
  margin: 20px 0;
}

.formcol {
  margin-bottom: 17px;
}
.formcol:last-child {
  margin-bottom: 0;
}
.fieldbox .form-control {
  border: 3px solid #bcbcbc;
  border-radius: 33px;
  padding: 18px 34px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  min-height: 67px;
  max-height: 115px;
  box-shadow: none;
}
.fieldbox.form-floating > .form-control,
.fieldbox.form-floating > .form-select {
  height: calc(64px + 3px);
}
.fieldbox label {
  padding: 22px 34px;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}
.fieldbox .form-control.form-select {
  background-image: url(../img/svg/select-arrow.svg);
  background-position: right 31px center;
  padding-right: 50px;
  font-weight: 700;
}

.form-control::-webkit-input-placeholder {
  color: #000;
  font-weight: 700;
}
.form-control::-moz-placeholder {
  color: #000;
  font-weight: 700;
}
.form-control:-ms-input-placeholder {
  color: #000;
  font-weight: 700;
}
.form-control:-moz-placeholder {
  color: #000;
  font-weight: 700;
}
.form-control:focus::-webkit-input-placeholder {
  opacity: 0;
}
.form-control:focus::-moz-placeholder {
  opacity: 0;
}
.form-control:focus:-ms-input-placeholder {
  opacity: 0;
}
.form-control:focus:-moz-placeholder {
  opacity: 0;
}
.fieldbox input:-webkit-autofill,
.fieldbox input:-webkit-autofill:hover,
.fieldbox input:-webkit-autofill:focus,
.fieldbox textarea:-webkit-autofill,
.fieldbox textarea:-webkit-autofill:hover,
.fieldbox textarea:-webkit-autofill:focus,
.fieldbox select:-webkit-autofill,
.fieldbox select:-webkit-autofill:hover,
.fieldbox select:-webkit-autofill:focus {
  background: transparent;
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0;
}

/*----------  404  ----------*/
.errorsec {
  border-top: 1px solid #adadad;
}
.errorCon {
  text-align: center;
  max-width: 450px;
  margin: auto;
}
.errorTitle {
  font-size: 185px;
  font-weight: 900;
  line-height: 1;
  background: -webkit-linear-gradient(0deg, #9800f1, #00e5dd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
}
.errorSubTitle {
  font-size: 40px;
  line-height: 1;
  color: #000;
  font-weight: 700;
  padding-bottom: 12px;
}
.errorImg {
  margin: auto;
  max-width: 270px;
  max-height: 325px;
}
.errorImg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.errorCon p {
  margin-bottom: 32px;
}

/*----------  Thank You  ----------*/
.headcommonSec {
  padding: 50px 0;
  padding-top: 180px;
}
.thnkereSec {
  border-top: 1px solid #adadad;
}
.thankyou {
      text-align: center;
    display: flex
;
    flex-direction: column;
    align-items: center;
}
.thankyou img {
  margin: auto;
  max-width: 140px;
  margin-bottom: 20px;
}
.thankyou .thanktitle {
  font-size: 100px;
  color: #000;
  line-height: 1.4;
  font-weight: 800;
}
.thankyou p {
  font-size: 21px;
  line-height: 1.4;
  font-weight: 400;
  color: #000;
  text-align: center;
  max-width: 50%;
  margin: auto;
  margin-bottom: 40px;
  opacity: 0.5;
}

.primary-menu li a {
  line-height: 1;
  display: inline-block;
  padding: 24px 32px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  border-radius: 100px;
  border-width: 4px;
  border-style: solid;
  border-color: inherit;
  text-transform: uppercase;
  outline: none !important;
  background-color: transparent;
  border-color: #5a30fa;
  color: #000;
}
.primary-menu li:hover a {
  background-color: #5a30fa;
  border-color: #5a30fa;
  color: #fff !important;
}
.menu-insights-container #primary-menu li.current-menu-item a {
  background-color: #5a30fa;
  border-color: #5a30fa;
  color: #fff;
}
#primary-menu li.current-menu-item a,
#quick-links li.current-menu-item a {
  color: #5a30fa;
  font-weight: 900;
}
.primary-menu li.current-menu-item:hover a {
  background-color: transparent;
  border-color: #5a30fa;
  color: #000 !important;
}
.menu-quick-links-container a {
  text-transform: uppercase;
}

@media (max-width: 1660px) {
  /*----------  Coman Css  ----------*/
  .container {
    max-width: 90%;
  }
}

@media (max-width: 1199px) {
  .container,
  .container-fluid {
    max-width: 100%;
  }

  /*  ---  CMS  ---  */
  .cmsCon .is-blue {
    padding: 15px;
  }
  .cmsCon h2 {
    font-size: 32px;
  }
  .cmsCon h3 {
    font-size: 28px;
  }
  .cmsCon h4 {
    font-size: 24px;
  }
  .cmsCon h5 {
    font-size: 20px;
  }
  .cmsCon h6 {
    font-size: 18px;
  }
  .cmsCon > ol,
  ul {
    font-size: 16px;
  }
  /*----------  404  ----------*/
  .headcommonSec {
    padding-top: 120px;
  }
  .errorTitle {
    font-size: 150px;
  }
  .errorSubTitle {
    font-size: 34px;
  }
  .errorCon p {
    margin-bottom: 28px;
  }
  .thankyou img {
    max-width: 120px;
  }
  .thankyou .thanktitle {
    font-size: 85px;
  }
  .thankyou p {
    font-size: 18px;
  }

  /*----------  Footer  ----------*/
  .footerCol {
    flex: 0 0 33.33%;
  }
  .footerCol:nth-child(1) {
    flex: 0 0 45%;
  }
  .footerCol:nth-child(4) {
    margin: auto;
    margin-top: 40px;
  }
  .footerCopyright {
    margin: 40px 0 20px;
    text-align: center;
  }
  .power-by-sec {
    text-align: center;
  }
}

@media (max-width: 992px) {
  /*----------  Fotter  ----------*/
  .footerLogo {
    width: 125px;
    padding-right: 35px;
  }
  .footerCol {
    flex: 0 0 50%;
  }
  .footerCol:nth-child(1) {
    flex: 0 0 100%;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footerCol:nth-child(3) .footerContact {
    max-width: 100%;
  }
  .footerInfo {
    display: none;
  }
  .footerPartner {
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  /*  ---  CMS  ---  */
  .cmsCon h2 {
    font-size: 28px;
  }
  .cmsCon h3 {
    font-size: 24px;
  }
  .cmsCon h4 {
    font-size: 22px;
  }
  .cmsCon h5 {
    font-size: 20px;
  }
  .cmsCon h6 {
    font-size: 18px;
  }
  /*----------  404  ----------*/
  .headcommonSec {
    padding-top: 100px;
    padding-bottom: 0;
  }
  .errorTitle {
    font-size: 120px;
  }
  .errorSubTitle {
    font-size: 28px;
  }
  .errorCon p {
    margin-bottom: 24px;
  }

  /*----------  Thank You  ----------*/
  .thankyou .thanktitle {
    font-size: 40px;
  }
  .thankyou p {
    font-size: 16px;
    margin-bottom: 20px;
    max-width: 100%;
  }
  .thankyou img {
    max-width: 70px;
    margin-bottom: 10px;
  }

  /*----------  Footer  ----------*/
  .footerSec {
    margin-top: 40px;
  }
  .footerCol {
    flex: 0 0 100% !important;
  }
  .footerLogo {
    margin: auto;
  }
  .footerCol:nth-child(1) {
    margin-bottom: 0;
  }
  .footerCol:nth-child(2) {
    display: none;
  }
  .footerSocial {
    margin: auto;
  }
  .footerCol:nth-child(3) .footerContact {
    max-width: 100%;
    text-align: center;
  }
  .power-by-sec {
    margin-bottom: 30px;
  }
}
