/* Home Page CSS Start*/

.section-1::before {
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("../../assets/img/headerBottomBlueShape.png");
  background-position: 0 108%;
  background-repeat: no-repeat;
  background-size: contain;
}
/* Responsive Design */

.section-1 {
  height: 1165px;
  display: flex;
  flex-direction: column;
  position: relative;
  background: #151c29;
}
.yourInvestmentProcessRow {
    width: 80%;
    margin: 20px 0 40px 0;
}
.yourInvestmentProcessRow .container .row {
    text-align: center;
    align-items: stretch;
    justify-content: center;
}
.yourInvestmentProcessRow .container {
    margin: 20px auto 0 auto;
    border: 2px solid #556ea4;
    padding: 50px 0 30px 0;
}
.yourInvestmentProcessRow h2 {
    text-align: center;
    width: 100%;
    max-width: max-content;
    padding: 5px 10px;
    border: 1px solid #556EA4;
    font-size: 46px;
    font-family: 'Montserrat';
    font-weight: 600;
    margin: auto;
    margin-top: 60px;
    border-radius: 10px;
}
.yourInvestmentProcessRow p {
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 500;
    line-height: 1.2em;
    margin-top: 20px;
}
.yourInvestmentProcessRow a:hover {
    color: #556ea4;
}
.yourInvestmentProcessRow a {
    color: #fff;
    text-decoration: none;
}
.yourInvestmentProcessRow h4 {
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 400;
    margin-top: 15px;
}
#anime_box {
  position: relative;
  height: 100%;
  margin: auto;
  background-image: url("../../assets/img/Animated gif.gif");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 88%;
  background-color: #151c29;
  width: 100%;
}
#anime {
  display: block;
  margin: auto;
  width: 100%;
}
.circleAnimationContentBox {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.secone-head {
  text-align: center;
  font-size: 50px;
  font-weight: bolder;
  line-height: 60.95px;
  color: #fff;
}
.secone-para {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  line-height: 30.85px;
  color: #fff;
}
.secone-btn {
  text-align: center;
  margin-top: 60px;
}
.sec-btn {
  font-size: 24px;
  font-weight: 400;
  color: #151c29;
  border-radius: 10px;
  /* width: 140px;
	height: 29px; */
  padding: 12px 40px;
  text-decoration: none;
  background-color: #fff;
  transition: .3s;
}
.sec-btn:hover {
  background-color: #556ea4;
  color: rgb(255, 255, 255);
  transition: .3s;
}
.section-2 {
  margin-bottom: 80px;
}
.sectwo {
  background-color: #556ea4;
  display: flex;
  border-radius: 35px 35px 0px 0px;
  padding-top: 20px;
  -webkit-box-shadow: 0px 15px 7.1px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 15px 7.1px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 15px 7.1px 0px rgba(0, 0, 0, 0.25);
  max-width: 1320px;
  margin: 40px auto;
  width: 100%;
  z-index: 2;
}
#sectwo-heading {
  justify-content: center;
  text-align: center;
  color: rgb(0, 0, 0);
}
.sectwo-head {
  font-size: 45px;
  font-weight: 500;
  line-height: 48.76px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}
.sectwo-para {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.07px;
  font-family: "Montserrat", sans-serif;
}
.section-3 {
  padding-top: 80px;
  background: #151C29;
}
.Why-Invest-In-MCA’s {
  margin-top: 100px;
}
.secThreeRow {
  background-color: #556EA8;
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  padding-top: 50px;
  border-radius: 35px 35px 0px 0px;
}
.secThreeRow .alignContentCenter {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  gap: 5px;
}
.secthree-head1 {
  font-size: 23px;
  line-height: 24.38px;
  font-weight: 400;
  margin-top: 28px;
  color: white;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  width: 100%;
}
.secthree-head2 {
  font-size: 40px;
  line-height: 46.32px;
  font-weight: 500;
  color: white;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  width: 100%;
}
.secthree-para {
  font-size: 17px;
  line-height: 27.72px;
  font-weight: 450;
  color: white;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  width: 100%;
  max-width: 80%;
}
#secthree-mid {
  background-color: #556ea8;
  padding-top: 60px;
  padding-bottom: 5px;
}
.secthree-mid-para {
  text-align: center;
  font-size: 17px;
  line-height: 20px;
  color: white;
  font-weight: 450;
  font-family: "Montserrat", sans-serif;
}
#secthree-bottom {
  background-color: #556ea4;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-shadow: 0px 15px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 15px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 15px 10px 0px rgba(0, 0, 0, 0.25);
  border-radius: 0px 0px 35px 35px;
  align-items: center;
  justify-content: space-around;
}
#secthree-bottom .secthree-bottom-inner {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
.secthree-bottom-head {
  font-size: 40px;
  font-weight: 600;
  color: #000;
  line-height: 46.32px;
  margin: 0px;
  padding: 0px;
}
.secthree-bottom-para {
  color: #000;
  font-size: 20px;
  line-height: 20.72px;
  margin: 0px;
  padding: 0px;
}
.secthree-bottom-btn {
  font-size: 20px;
  color: black;
}
.sec3-btn {
  background-color: #fff;
  color: #000000;
  padding: 15px 60px;
  text-decoration: none;
  border: 4px solid #4969a6;
  border-radius: 10px;
  margin-top: 10px;
  display: block;
  font-weight: 500;
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.75);
  transition: .3s;
}
.sec3-btn:hover {
  background-color: #556ea4;
  color: rgb(255, 255, 255);
  border: 4px solid white;
  transition: .3s;
}
#sec4{
  position: relative;
  z-index: 1;
  margin-top: 80px;
  background-color: transparent;
}
.section-4 {
  padding-top: 40px;
  color: white;
  background-color: #151C29;
  padding-bottom: 80px;
}
.section-4 .headingDiv{
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-4 .headingDiv h2{
  font-family: 'Montserrat';
  font-size: 46px;
  font-weight: 600;
  border: 1px solid #556EA4;
  border-radius: 10px;
  padding: 10px 30px;
}
.sec4container{
  position: relative;
  z-index: 9;
}
.secfour {
  text-align: center;
}
.secfour-head {
  font-size: 42px;
  font-weight: 600;
  color: white;
}
.secfour-para {
  padding: 0px 150px;
  font-size: 23px;
  font-weight: 600;
  line-height: 30.48px;
}
.section-4Div{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.cardheading{
  text-align: center;
  width: 100%;
  max-width: 45%;
  padding: 5px 10px;
  border: 1px solid #556EA4;
  font-size: 46px;
  font-family: 'Montserrat';
  font-weight: 600;
  margin-top: 60px;
  border-radius: 10px;
}
.cards {
  display: flex;
  margin-top: 60px !important;
}
.card-1{
  text-align: center;
  border: none;
  background: #D9D9D9;
  color: #ffffff;
  padding-bottom: 0px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 13px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 13px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 13px 4px 0px rgba(0, 0, 0, 0.25);
  transition: transform 0.5s ease-in-out;
}
.card-1:hover{
  transform: scale(1.1);
}
/* .card-1:hover {
  text-align: center;
  border-radius: 10px;
  background-color: #556ea4;
  color: white;
  opacity: 1;
  transition: 0.3s;
} */
.card-1 .card-head{
  border: none;
  border-radius: 10px;
  background: rgb(41,68,123);
  background: linear-gradient(117deg, rgba(41,68,123,0.7063200280112045) 49%, rgba(41,68,123,1) 50%);
  -webkit-box-shadow: 0px 3px 2px 0px #D9D9D9;
  -moz-box-shadow: 0px 3px 2px 0px #D9D9D9;
  box-shadow: 0px 3px 2px 0px #D9D9D9;
}
.card-1 .card-bottom{
  background: rgb(41,68,123);
background: linear-gradient(117deg, rgba(41,68,123,0.7063200280112045) 49%, rgba(41,68,123,1) 50%);
}
.card-2 {
  text-align: center;
  border: none;
  background: #D9D9D9;
  color: #ffffff;
  padding-bottom: 0px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 13px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 13px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 13px 4px 0px rgba(0, 0, 0, 0.25);
  transition: transform 0.5s ease-in-out;
}
.card-2:hover{
  transform: scale(1.1);
}
/* .card-2:hover {
  text-align: center;
  border-radius: 10px;
  background-color: #556ea4;
  color: white;
  opacity: 1;
  transition: 0.3s;
} */
.card-2 .card-head{
  border: none;
  border-radius: 10px;
  background: #757575;
  background: linear-gradient(117deg, rgba(117,117,117,0.4962359943977591) 49%, rgba(117,117,117,1) 50%);
  -webkit-box-shadow: 0px 3px 2px 0px #D9D9D9;
  -moz-box-shadow: 0px 3px 2px 0px #D9D9D9;
  box-shadow: 0px 3px 2px 0px #D9D9D9;
}
.card-2 .card-bottom{
  background: rgb(117,117,117);
  background: linear-gradient(117deg, rgba(117,117,117,0.4962359943977591) 49%, rgba(117,117,117,1) 50%);
}
.card-3 {
  text-align: center;
  border: none;
  background: #D9D9D9;
  color: #ffffff;
  padding-bottom: 0px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 13px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 13px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 13px 4px 0px rgba(0, 0, 0, 0.25);
  transition: transform 0.5s ease-in-out;
}
.card-3:hover{
  transform: scale(1.1);
}
/* .card-3:hover {
  text-align: center;
  border-radius: 10px;
  background-color: #556ea4;
  color: white;
  opacity: 1;
  transition: 0.3s;
} */
.card-3 .card-head{
  border: none;
  border-radius: 10px;
  background: rgb(217,217,217);
  background: linear-gradient(114deg, rgba(57, 57, 57, 0.972) 49%, rgba(26,26,26,1) 50%);
  -webkit-box-shadow: 0px 3px 2px 0px #D9D9D9;
  -moz-box-shadow: 0px 3px 2px 0px #D9D9D9;
  box-shadow: 0px 3px 2px 0px #D9D9D9;
}
.card-3 .card-bottom{
  background: rgb(217,217,217);
  background: linear-gradient(114deg, rgba(57, 57, 57, 0.972) 49%, rgba(26,26,26,1) 50%);
}
.card-head {
  padding-top: 15px;
  padding-bottom: 0px;
  font-weight: 600;
  font-size: 48px;
  line-height: 24.38px;
}
.card-headh1 {
  padding: 0px;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 0px;
}
.card-headh6 {
  padding: 0px;
  font-size: 20px;
  font-weight: 400;
  font-family: 'Montserrat';
}
.cardhead-para {
  font-size: 20px;
  margin-top: -10px;
  font-weight: 600;
}
.card-mid {
  padding: 30px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
}
.card-bottom {
  border: none;
  border-radius: 10px;
  background: rgb(41, 68, 123);
  background: linear-gradient(130deg, rgba(41, 68, 123, 0.5718662464985995) 0%, rgba(41, 68, 123, 1) 53%);
  padding: 10px 0px;
  line-height: 48.72px;
}
.card-bottomh1{
  font-size: 20px;
  font-weight: 600;
  font-family: 'Montserrat';
}
.card-bottom-inner {
  font-family: 'Montserrat';
  font-size: 50px;
  font-weight: 600;
}
.section-5 {
  background: #151c29;
  padding-top: 0px;
  padding-bottom: 10px;
}
.secfive-card1 {
  border: 1px solid #4969A6;
  background-color: #151C29;
  color: white;
  border-radius: 10px;
  padding-top: 60px;
  padding-bottom: 30px;
  display: flex;
  margin-bottom: 80px;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.secfive-head1 {
  font-size: 20px;
  font-weight: 600;
}
.secfive-head2 {
  font-size: 38px;
  line-height: 46.32px;
  font-weight: 650;
}
.secfive-head3 {
  font-size: 30px;
  line-height: 36.57px;
}
.secfive-btn {
}
.secfive-btn-inner {
  font-size: 20px;
  text-decoration: none;
  background-color: #fff;
  color: #000;
  border: 2px solid #4969a6;
  padding: 10px 40px;
  border-radius: 10px;
  font-weight: 600;
  margin-top: 15px;
  display: inline-block;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  transition: .3s;
  text-transform: capitalize;
}
.secfive-btn-inner:hover {
  color: #ffffff;
  background-color: #4969a6;
  transition: .3s;
}
.section-6 {
  padding-top: 0px;
  background: #151c29;
  margin: 0;
}
.section-6.secsixBox {
  padding-top: 90px;
}
#secsix {
  border: 1px solid #556ea4;
  background-color: #151c29;
  border-radius: 10px;
  color: white;
  padding-top: 70px;
  padding-bottom: 60px;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}
.secsix-head {
  font-size: 22px;
  line-height: 30.48px;
  font-weight: 600;
  text-align: center;
}
.secsix-para {
  text-align: center;
  font-weight: 600;
  font-size: 32px;
  line-height: 39.01px;
}
.secsix-card1 {
  background-color: #556ea4;
  border-radius: 20px 20px 0px 0px;
  margin-top: 50px;
  -webkit-box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  -moz-box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 50px 10px;
  max-width: 80%;
  margin: 40px auto;
}
.secsix-card-head {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin: 0;
}
.secsix-card-para {
  text-align: center;
  font-size: 32px;
  margin: 0;
  line-height: 1.1em;
  font-weight: 500;
}
.secsix-card-btn {
  text-align: center;
}
.secsix-card-btn-inner {
  border: 4px solid #4969a6;
  border-radius: 10px;
  background-color: white;
  text-decoration: none;
  padding: 10px 80px;
  font-size: 25px;
  font-weight: 600;
  color: #000000;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  display: inline-block;
  margin: 20px auto 0 auto;
  transition: .3s;
}
.secsix-card-btn-inner:hover {
  background-color: #4969a6;
  color: #ffffff;
  transition: .3s;
}
body .sk-instagram-feed .instagram-user-root-container {
  display: none;
}
/* Home Page CSS End*/

/* About Page CSS Start*/

#ellipse-div {
  margin-bottom: 10px;
  margin-top: -80px;
  position: relative;
}
#ellipse-div::before {
  content: "";
  height: 100%;
  width: 70%;
  position: absolute;
  right: 0%;
  top: 10%;
  background-image: url("../../assets/img/About Ellipse.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(41%) sepia(25%) saturate(912%) hue-rotate(182deg) brightness(95%) contrast(85%);
  z-index: -1;
}
.secone-head-about {
  text-align: center;
  margin-top: 280px;
  font-size: 50px;
  font-weight: bolder;
  line-height: 60.95px;
  width: 100%;
  color: #fff;
}
.secone-para-about {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  line-height: 30.85px;
  padding-right: 200px;
  padding-left: 200px;
  color: #fff;
}
.secone-btn-about {
  text-align: center;
  margin-top: 45px;
}
.sec-btn-about {
  border: 3px solid #556ea4;
  font-size: 24px;
  font-weight: 600;
  color: black;
  border-radius: 10px;
  width: 140px;
  height: 29px;
  padding: 6px 40px;
  text-decoration: none;
}
.card-1-tilt {
  height: 375px;
  transform: rotate(-10deg);
  margin-right: -30px;
  transition: 0.5s;
}
.card-1-tilt:hover {
  margin-top: -30px;
  transform: rotate(0deg);
  margin-right: 0px;
  transition: 2s;
}
.card-2-tilt {
  height: 375px;
  transition: 0.5s;
}
.card-2-tilt:hover {
  transform: rotatex(-20deg);
  transform: translate(0px, 60px);
  transition: 0.5s;
}
.card-3-tilt {
  height: 375px;
  transition: 0.5s;
  transform: rotate(10deg);
  margin-left: -30px;
}
.card-3-tilt:hover {
  margin-top: -30px;
  margin-left: 0px;
  transform: rotate(0deg);
  height: 375px;
  background-color: #ffffff;
  transition: 0.5s;
}
.card-headh2-tilt {
  font-size: 28px;
  color: white;
  padding: 10px 65px;
  line-height: 40.45px;
  border-bottom: 1px solid rgb(255, 255, 255);
}
.card-2-tilt {
  border: 5px solid #4969A6;
  text-align: center;
  background-color: #556EA4;
  color: #ffffff;
  padding-bottom: 10px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 13px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 13px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 13px 4px 0px rgba(0, 0, 0, 0.25);
}
.card-content-tilt {
  display: flex;
  margin-right: -80px;
  padding: 0px 65px;
}
.details-price {
  border-left: 1px solid rgb(255, 255, 255);
}
.details-price li {
  font-weight: bolder;
}
.details-head {
  margin-right: 50px;
}
.card-head-tilt {
  line-height: 24.38px;
}
.card-headh1-tilt {
  color: white !important;
  font-weight: 600;
  padding: 10px 50px;
  font-size: 30px;
  border-bottom:  1px solid white !important;
}
.content-tilt li {
  list-style: circle;
  text-align: left;
  margin-top: 30px;
  font-weight: bolder;
  color: white;
}
.content-tilt-details li {
  list-style: none;
  text-align: left;
  margin-top: 30px;
  color: white;
}
.card-mid-tilt {
  color: white;
  padding-top: 10px;
  padding-right: 50px;
  padding-left: 50px;
  font-size: 20px;
  font-weight: 600;
}
.card-2-tilt:hover {
  text-align: center;
  background-color: #556ea4;
  color: white;
  opacity: 1;
  transition: 0.3s;
}
.card-3-tilt {
  text-align: center;
  border: 5px solid #4969A6;
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  padding-bottom: 20px;
  border-radius: 30px;
  -webkit-box-shadow: 18px 13px 4px 0px rgb(0 0 0 / 25%);
  -moz-box-shadow: 18px 13px 4px 0px rgb(0 0 0 / 25%);
  box-shadow: 18px 13px 4px 0px rgb(0 0 0 / 25%);
}
.card-3-tilt:hover {
  text-align: center;
  background-color: #556ea4;
  color: white;
  opacity: 1;
  transition: 0.3s;
}
#discover{
  background-color: #151c29;
  color: #fff;
  padding-top: 70px;
}
#discover .secfour {
  max-width: 80%;
  margin: auto;
  border: 2px solid #556ea4;
  padding: 30px 0;
}
.card-1-tilt {
  border-radius: 30px;
  background-color: #151C29;
  color: #ffffff;
  -webkit-box-shadow: -18px 13px 4px 0px rgb(0 0 0 / 25%);
  -moz-box-shadow: -18px 13px 4px 0px rgb(0 0 0 / 25%);
  box-shadow: -18px 13px 4px 0px rgb(0 0 0 / 25%);
}
.card-1-tilt:hover {
  text-align: center;
  background-color: #556ea4;
  color: white;
  opacity: 1;
  transition: 0.3s;
}
.section-4-tilt {
  padding: 20px;
  position: relative;
  background-color: #151C29;
}
.section-4-tilt .container{
  position: relative;
  z-index: 1;
}
.sec-btn-about:hover {
  background-color: #556ea4;
  color: rgb(255, 255, 255);
}
#secthree-bottom-about {
  background-color: #556ea4;
  padding-top: 30px;
  padding-bottom: 50px;
  -webkit-box-shadow: 0px 15px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 15px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 15px 10px 0px rgba(0, 0, 0, 0.25);
  border-radius: 0px 0px 35px 35px;
  text-align: center;
}
#secthree-bottom-head {
  font-size: 36px;
  font-weight: 500;
  color: white;
  border-bottom: 1px solid white;
}
#secthree-bottom-para {
  font-size: 25px;
  font-weight: 400px;
  color: white;
  padding-top: 20px;
  padding-right: 100px;
  padding-left: 100px;
}
.Why-Invest-In-MCA’s {
  margin-top: 100px;
  margin-bottom: 60px;
}
.hr-line {
  color: white;
}
.secfive-about {
  color: white;
  background-color: #151C29;
  border-radius: 10px;
  padding-top: 20px;
  border: 1px solid #556EA4;
}
.secfive-about hr {
  border-color: #fff;
  border-width: 1px;
  opacity: 1;
}
.secfive-head {
  font-size: 48px;
  text-align: center;
  font-weight: 500;
}
.secfive-para {
  font-size: 28px;
  text-align: center;
  font-weight: 500;
  padding-top: 10px;
  padding-right: 150px;
  padding-left: 150px;
  padding-bottom: 20px;
}
.team-pic {
  margin: auto;
  justify-content: center;
  z-index: 999;
  margin-bottom: -66px;
}
.card-1-team {
  text-align: center;
  margin-right: 20px;
  margin-left: 20px;
}
.card-content {
  border: 3px solid #556ea4;
  background-color: #556EA4;
  border-radius: 20px;
}
.card-name {
  margin-top: 71px;
  font-size: 46px;
  font-weight: bolder;
}
.card-name h4 {
  font-size: 40px;
  color: #000000;
  font-weight: 600;
}
.card-designation {
  margin-top: -10px;
  font-size: 24px;
  border-bottom: 1px solid black;
  font-weight: 500;
}
.card-p-about {
  font-size: 24px;
  padding-right: 40px;
  padding-left: 40px;
}
.card-social-link {
  margin-top: -32px;
  float: left;
  margin-left: -5px;
}
.ceoSection{
  margin-top: 300px;
  margin-bottom: 180px;
}
.ceoDivBox{
border-radius: 10px;
border:1px solid #556EA4;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding-bottom: 40px;
}
.ceoDivBox h2{
color: #fff;
margin-top: 60px;
font-family: 'Montserrat';
font-size: 46px;
font-weight: 600;
padding-bottom: 10px;
border-bottom:1px solid #556EA4;
}
.ceoSection .ceoDivBox .ceoDivBoxInner{
display: flex;
margin-top: 40px;
justify-content: center;
align-items: center;
width: 100%;
max-width: 90%;
gap: 8%;
}
.ceoSection .ceoDivBox .ceoDivBoxInner .ceoDivBoxInnerContent1{
width: 100%;
max-width: 46%;
}
.ceoSection .ceoDivBox .ceoDivBoxInner .ceoDivBoxInnerContent1 .heading1{
display: flex;
align-items: center;
}
.ceoSection .ceoDivBox .ceoDivBoxInner .ceoDivBoxInnerContent1 .heading1 i{
margin-top: -80px;
font-size: 20px;
margin-right: 10px;
color: #556EA4;
}
.ceoSection .ceoDivBox .ceoDivBoxInner .ceoDivBoxInnerContent1 .heading1 .headingContent1 h2{
color: #fff;
font-size: 20px;
font-family: 'Montserrat';
font-weight: 600;
}
.ceoSection .ceoDivBox .ceoDivBoxInner .ceoDivBoxInnerContent1 .heading1 .headingContent1 p{
color: #fff;
margin-top: 20px;
font-size: 20px;
font-family: 'Montserrat';
font-weight: 400;
}
.ceoSection .ceoDivBox .ceoDivBoxInner .ceoDivBoxInnerContent2 .ceoDivBoxInnerContent2img{
border:1px solid #556EA4;
border-right: none;
padding: 20px 30px;
border-radius: 10px;
}
.ceoSection .ceoDivBox .ceoDivBoxInner .ceoDivBoxInnerContent2 .ceoDivBoxInnerContent2img img{
width: 500px;
border-radius: 10px;
}
.secfour-about {
  text-align: center;
  padding: 30px;
}
.secfour-head-about {
  font-size: 42px;
  font-weight: 600;
}
.secfour-para-about {
  padding: 0px;
  font-size: 23px;
  font-weight: 600;
  line-height: 30.48px;
}
.section-5-about {
  margin-top: 60px;
}
.secfive-card1-about {
  border: 3px solid #556ea4;
  color: white;
  background-color: #151C29;
  border-radius: 10px;
}
.get-head {
  font-size: 46px;
  text-align: center;
  border-bottom: 1px solid black;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
}
.get-para {
  font-size: 36px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  padding: 20px 15px;
}
.footer-ecllipse {
  position: relative;
  margin-bottom: -200px;
  margin-top: -80px;
}

/* About Page CSS End */
