

/* .home-banner .home-banner-content {
	margin: 4rem 0px;
} */
.home-banner .home-banner-content h1 {
	color: #111822;
	font-size: 42px;
	padding-top: 6rem;
	/* font-weight: 600; */
}
.home-banner .home-banner-content p {
    /* font-weight: 400; */
    font-size: 18px;
    margin:0px 0px 5px 0px;
}

.home-banner .home-banner-content .bold-text {
	font-weight: 400;
	font-size: 23px;
	margin: 14px 0px 28px 0px;
}
.main-content {
	padding: 36px 0px;
}

.prof-company {
	padding: 4rem 0;
	background-color: #e3f0f2;
}

.prof-company .card {
    align-items: center;
    text-align: center;
    border: none;
    border-radius: 32px 22px;
    margin-bottom: 30px;
    min-height: 310px;
    /* justify-content: center; */
    margin-top: 40px;
    height: calc(100% - 70px);
}
@media (max-width: 576px) {
	.prof-company .card {
		margin-top: 8px;
	}
}
.prof-company .card .card-content {
    padding: 16px 18px;
}
.prof-company .card .card-content > img {
	margin-bottom: 20px;
}
.prof-company .card .card-content .card-desc {
	font-size: 21px;
	/* color: #4c4c4c; */
	font-weight: 600;
}
.prof-company .last-txt {
	font-size: 24px;
}

.content-image {
	padding: 26px 0px 0px 0px;
}
.content-image p {
	/*padding: 11px 14% 0px 0px;*/
}
@media (max-width: 576px) {
	.content-image p {
		padding: 0;
	}
}
.content-image .sub-title {
	text-align: center;
	margin-bottom: 2rem;
	color: #575757;
	font-weight: 400;
	font-size: 18px;
}
.content-image .content {
	margin: 0% 0px;
}
.content-image .content h3 {
	font-size: 28px;
	font-weight:700;
	color: #111822;
	text-transform: capitalize;
}
.content-image .content p {
	color: #474747;
	font-size: 18px;
}
/* .content-image .img-1 {
	margin-top: -3rem;
} */

.why-should {
	padding: 60px 0px;
	background-color: #111822;
	color: white;
}

.why-choose {
    padding: 70px 0px 65px 0px;
	color: white;
	background-color: #F4F6FC;
}

.why-choose .card {
	justify-content: center;
    padding: 2.5rem;
	margin-bottom: 30px;
	border: none ;
	box-shadow: none;
	
}
.why-choose .card.card-1 {
	min-height: 240px;
}
.why-choose .card img {
	margin-bottom: 12px;
	height: 60px;
    width: 60px;
}
.why-choose .card .card-title {
    margin-bottom: 0;
    color: #111822;
    font-size: 22px;
    font-weight: 600;
    padding-top: 1.5rem;
}
.why-choose .card p {
	padding-top: 20px;
	color: #111822;
}
.process {
	padding: 20px 0px;
	background-color: #e3f0f2;
}
.process .process-content {
	padding: 60px 0px 40px 0px;
}
.process .process-content .title {
	font-size: 32px;
	font-weight: 600;
	line-height: 36px;
	text-transform: capitalize;
}
.process .process-content .title > span {
	font-weight: 700;
	text-decoration: underline;
}
.process .process-content .desc {
	font-size: 18px;
	font-weight: 400;
}
.process .process-img {
	height: 330px;
	object-fit: contain;
	width: 100%;
}

.text{
	font-size: 27px;
	padding-top: 25px;
}

a.btn-table {
    display: table;
    margin: auto;
	margin-bottom: 30px;
}

.text {
    font-size: 20px;
}
.moreText {
    display: none;
}
.read-more-btn {
    padding: -3px 60px;
    
    color: #7c3eff;
    border: none;
    outline: none;
    font-size: 20px;
    cursor: pointer;
}
.text.show-more .moreText {
    display: inline;
}
.text.show-more .dots {
    display: none;
}
.dropbtn {
    color: rgb(0, 0, 0);
    padding: 2px;
    font-size: 20px;
    border: none;
    font-weight: 500;
background-color: white;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: fixed;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  font-size: 20px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color:#fff}

.dropdown:hover .dropdown-content {display: block;}
.vp-container .row:nth-child(even) {
    flex-direction: column-reverse;
}
@media (min-width: 768px) {
    .vp-container .row:nth-child(even) {
        flex-direction: row;
    }
}