* {
	margin: 0;
	padding: 0;
	font-family: "Poppins", sans-serif;
}

img {
	max-width: 100%;
}

a {
	text-decoration: none !important;
}

/***************************/

.bg-light{
  background-color: #f0f0f0 !important;
}

.btn {
  font-weight: 500;
  transition: .5s;
}

.btn.btn-primary {
  color: #FFFFFF;
}

.btn-sm-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-weight: normal;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 25px 0;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: blue;
}

@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link  {
      margin-right: 0;
      padding: 10px 0;
  }

  .navbar-light .navbar-nav {
      border-top: 1px solid #EEEEEE;
  }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
  height: 75px;
}

.navbar-light .navbar-nav .nav-link {
  color: black;
  font-weight: 500;
}

.navbar-light.sticky-top {
  top: -100px;
  transition: .5s;
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
      display: block;
      border: none;
      margin-top: 0;
      top: 150%;
      opacity: 0;
      visibility: hidden;
      transition: .5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
      top: 100%;
      visibility: visible;
      transition: .5s;
      opacity: 1;
  }
}
/***************************/
.blogText h4{
           display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 67px;
    margin: 0 auto;
    line-height: 1.3;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
        }
.heroSection {
	padding: 100px 0;
	background: #FFF;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(219, 226, 248, 1) 28%, rgba(219, 226, 248, 1) 72%, rgba(255, 255, 255, 1) 98%);
}

.heroSection h1 {
	font-size: 3.2rem;
	line-height: 6.3rem;
	margin-bottom: 40px;
}

.heroSection h1 span {
	text-transform: uppercase;
	font-weight: 700;
	color: #4456c0;
	position: relative;
}

.heroSection h1 span img {
	position: absolute;
	left: -20px;
	bottom: -20px;
	width: 37px;
}

.textBg {
	background-color: #d2ddff;
	border: 2px dashed #698bf5;
	border-radius: 15px;
	padding: 0px 15px;
	margin-right: 10px;
}

.subscribe_form {
	max-width: 570px;
	width: 100%;
	margin: 30px auto;
	/* box-shadow: 0px 2px 5px 0px rgba(10, 6, 20, 0.24); */
}

.subscribe_form input {
	height: 55px;
}

.subscribe_form .form-control {
	border-radius: 30px !important;
}

.subscribe_form .input-group .btn {
	z-index: 9;
	height: 45px;
	margin-top: 5px;
	border-radius: 30px;
	position: absolute;
	right: 6px;
}

.subscribe_form .input-group .btn:hover {
	background-color: #4456c0;
	color: #fff;
}

.subscribe_form button {
	border: none;
	height: 44px;
	background-color: #1e1d1d;
	color: #fff;
	margin: -1px;
	border-radius: 0;
	width: 135px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
}

.counterHolder {
	background-color: #fcfcfc;
	padding: 40px 0;
}

.countNo {
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 0px;
}

.weOffer {
	padding: 70px 0;
}

.offerBox {
	border-radius: 30px;
	box-shadow: 0 0 10px #adadad;
	margin: 0px;
	margin-bottom: 20px;
}

.offerBox img {
	border-radius: 30px 30px 0 0;
}

.offerText {
	padding: 20px 10px;
}

.offerName {
	font-size: 1.5rem;
	color: #4456c0;
	font-weight: 600;
	line-height: 1.8rem;
}

.offerText a {
	background-color: #4456c0;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 600;
	padding: 7px 30px;
	border-radius: 30px;
	display: inline-block;
}

.heading {
	margin-bottom: 30px;
}

.heading p {
font-size: 1.1rem;
    margin-top: 20px;
}

.heading h2 {
	font-weight: 600;
	font-size: 2.5rem;
}

.blogHolder {
	background: #f9fafd;
	padding: 50px 0;
}

.mar70 {
	margin: 70px 0;
}

.blogBox1 {
	background: #fff;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 20px;
	box-shadow: 0 0 10px #ddd;
}

.blogBox1 img {
	width: 49%;
	border-radius: 20px 0 0 20px;
}

.blogText1 {
	width: 60%;
	padding: 25px;
}

.blogBox2 {
	background: #fff;
	margin-bottom: 30px;
	border-radius: 20px;
	box-shadow: 0 0 10px #ddd;
}

.blogBox2 img {
	border-radius: 20px 20px 0px 0px;
	max-height: 220px;
    width: 100%;
}
.offerBox img{
    max-height: 220px;
    width: 100%;
}
.blogText {
	padding: 15px 10px;
}
.offerName{
     display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 67px;
    margin: 0 auto;
    line-height: 1.3;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.countBox {
    font-size: 22px;
    font-weight: 500;
}
.countBox p{
    margin-top:20px;
}
.pagination {
    text-align: center;
    margin: 0 auto;
    display: inline;
    position: relative;
    z-index: 9999;
}
.pagination a, .pagination strong {
    background: #4456c0;
    display: inline-block;
    padding: 5px 12px;
    color: #fff;
    font-weight: 400;
    margin: 0 4px;
    border-radius: 2px;
    transition: all 500ms ease;
}

.pagination ul li{
    list-style:none;
    display: inline-block;
    margin-top: 20px;
}
.blogTxt{
    height: 80px;
    overflow: hidden;
}
/******************************************/
-------------------------------- */ .cd-container {
	/* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
	width: 90%;
	max-width: 1170px;
	margin: 0 auto;
}

.cd-container::after {
	/* clearfix */
	content: '';
	display: table;
	clear: both;
}

/* -------------------------------- 
         Main components 
         -------------------------------- */
#cd-timeline {
	position: relative;
	padding: 2em 0;
	margin-top: 2em;
	margin-bottom: 2em;
}

#cd-timeline::before {
	content: '';
	position: absolute;
	top: 35px;
	left: 18px;
	height: 70%;
	width: 4px;
	background: #4456c0;
}

@media only screen and (min-width: 1170px) {
	#cd-timeline {
		margin-top: 3em;
		margin-bottom: 3em;
	}

	#cd-timeline::before {
		left: 50%;
		margin-left: -2px;
	}
}

.cd-timeline-block {
	position: relative;
	margin: 2em 0;
}

.cd-timeline-block:after {
	content: "";
	display: table;
	clear: both;
}

.cd-timeline-block:first-child {
	margin-top: 0;
}

.cd-timeline-block:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
	.cd-timeline-block {
		margin: 4em 0;
	}

	.cd-timeline-block:first-child {
		margin-top: 0;
	}

	.cd-timeline-block:last-child {
		margin-bottom: 0;
	}
}

.cd-left {
	float: left;
}

.cd-left::before {
	top: 24px;
	left: 100% !important;
	border-color: transparent !important;
	border-left-color: white !important;
}

.cd-right {
	float: right;
}

.cd-rigth::before {
	top: 24px;
	left: 100%;
	right: auto;
	border-color: transparent;
	border-right-color: white;
}

@media screen and (max-width: 1169px) and (min-width: 240px) {
	.cd-timeline-content::before {
		border: none !important;
	}

	.cd-timeline-content {
		display: block;
	}

	.cd-left,
	.cd-right {
		float: left;
	}

	.cd-left::before {
		top: 15px !important;
		right: 100% !important;
		left: auto !important;
		border: 7px solid transparent !important;
		border-color: transparent !important;
		border-right: 7px solid white !important
	}

	.cd-timeline-img strong {
		font-size: 15px !important;
	}
}

.cd-timeline-img strong {
	font-size: 30px;
}

.cd-timeline-img {
	font-size: 21px;
	position: absolute;
	top: 0px;
	left: 0;
	width: 48px;
	height: 48px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #4456c0;
	color: #ffffff;
	text-align: center;
	line-height: 1;
	font-size: 19px;
	padding-top: 6px;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
}

.cd-timeline-img.cd-movie {
	background: #c03b44;
}

.cd-timeline-img.cd-location {
	background: #f0ca45;
}

@media only screen and (min-width: 1170px) {
	.cd-timeline-img {
		width: 60px;
		height: 60px;
		left: 50%;
		line-height: 50px;
		margin-left: -30px;
		/* Force Hardware Acceleration in WebKit */
		-webkit-transform: translateZ(0);
		-webkit-backface-visibility: hidden;
	}

	.cssanimations .cd-timeline-img.is-hidden {
		visibility: hidden;
	}

	.cssanimations .cd-timeline-img.bounce-in {
		visibility: visible;
		-webkit-animation: cd-bounce-1 0.6s;
		-moz-animation: cd-bounce-1 0.6s;
		animation: cd-bounce-1 0.6s;
	}
}

@-webkit-keyframes cd-bounce-1 {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.5);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(1.2);
	}

	100% {
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes cd-bounce-1 {
	0% {
		opacity: 0;
		-moz-transform: scale(0.5);
	}

	60% {
		opacity: 1;
		-moz-transform: scale(1.2);
	}

	100% {
		-moz-transform: scale(1);
	}
}

@keyframes cd-bounce-1 {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-ms-transform: scale(0.5);
		-o-transform: scale(0.5);
		transform: scale(0.5);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}

	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

.cd-timeline-content {
	position: relative;
	margin-left: 60px;
	background: white;
	border-radius: 0.25em;
	padding: 1em;
	/*box-shadow: 0 3px 0 #d7e4ed;*/
	border: 1px solid #ddd;
}

.cd-timeline-content:after {
	content: "";
	display: table;
	clear: both;
}

.cd-timeline-content h2 {
	color: #303e49;
}

.cd-timeline-content p,
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
	font-size: 13px;
	font-size: 0.8125rem;
}

.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
	display: inline-block;
}

.cd-timeline-content p {
	margin: 1em 0;
	line-height: 1.6;
}

.cd-timeline-content .cd-read-more {
	float: right;
	padding: .8em 1em;
	background: #acb7c0;
	color: white;
	border-radius: 0.25em;
}

.no-touch .cd-timeline-content .cd-read-more:hover {
	background-color: #bac4cb;
}

.cd-timeline-content .cd-date {
	float: left;
	padding: .8em 0;
	opacity: .7;
}

.cd-timeline-content::before {
	content: '';
	position: absolute;
	top: 16px;
	right: 100%;
	height: 0;
	width: 0;
	border: 7px solid transparent;
	border-right: 7px solid white;
	display: none;
}

@media only screen and (min-width: 768px) {
	.cd-timeline-content h2 {
		font-size: 20px;
		font-size: 2.25rem;
		font-weight: 600;
	}

	.cd-timeline-content p {
		font-size: 16px;
		font-size: 1.4rem;
	}

	.cd-timeline-content .cd-read-more,
	.cd-timeline-content .cd-date {
		font-size: 14px;
		font-size: 0.875rem;
	}
}

@media only screen and (min-width: 1170px) {
	.cd-timeline-content {
		margin-left: 0;
		padding: 1.6em;
		width: 45%;
	}

	.cd-timeline-content .cd-read-more {
		float: left;
	}

	.cd-timeline-content .cd-date {
		position: absolute;
		width: 100%;
		left: 122%;
		top: 6px;
		font-size: 16px;
		font-size: 1rem;
	}

	.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
		left: auto;
		right: 122%;
		text-align: right;
	}

	.cssanimations .cd-timeline-content.is-hidden {
		visibility: hidden;
	}

	.cssanimations .cd-timeline-content.bounce-in {
		visibility: visible;
		-webkit-animation: cd-bounce-2 0.6s;
		-moz-animation: cd-bounce-2 0.6s;
		animation: cd-bounce-2 0.6s;
	}
}

@media only screen and (min-width: 1170px) {

	/* inverse bounce effect on even content blocks */
	.cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
		-webkit-animation: cd-bounce-2-inverse 0.6s;
		-moz-animation: cd-bounce-2-inverse 0.6s;
		animation: cd-bounce-2-inverse 0.6s;
	}
}

@-webkit-keyframes cd-bounce-2 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(20px);
	}

	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes cd-bounce-2 {
	0% {
		opacity: 0;
		-moz-transform: translateX(-100px);
	}

	60% {
		opacity: 1;
		-moz-transform: translateX(20px);
	}

	100% {
		-moz-transform: translateX(0);
	}
}

@keyframes cd-bounce-2 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px);
		-moz-transform: translateX(-100px);
		-ms-transform: translateX(-100px);
		-o-transform: translateX(-100px);
		transform: translateX(-100px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		-moz-transform: translateX(20px);
		-ms-transform: translateX(20px);
		-o-transform: translateX(20px);
		transform: translateX(20px);
	}

	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes cd-bounce-2-inverse {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
	}

	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes cd-bounce-2-inverse {
	0% {
		opacity: 0;
		-moz-transform: translateX(100px);
	}

	60% {
		opacity: 1;
		-moz-transform: translateX(-20px);
	}

	100% {
		-moz-transform: translateX(0);
	}
}

@keyframes cd-bounce-2-inverse {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100px);
		-moz-transform: translateX(100px);
		-ms-transform: translateX(100px);
		-o-transform: translateX(100px);
		transform: translateX(100px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		-moz-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		-o-transform: translateX(-20px);
		transform: translateX(-20px);
	}

	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

.accordion-button::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
	transition: all 0.5s;
}

.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.accordion-button::after {
	transition: all 0.5s;
}

p,
.accordion-body,
.accordion-header {
	line-height: 28px;
	letter-spacing: 1px;
}
footer{
    background: #4556c0;
    margin-top: 40px;
    padding: 20px 0;
    color: #fff;
}



/***************About Page***********************/
.innerHero{
  /* position: relative; */
  background: url('../images/inner-hero.webp') no-repeat;
  padding: 150px 0;
    background-size: cover;
    color: #fff;
    text-align: center;
}
.innerHero h1{
  font-size: 5rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
.whoAre{
  padding: 50px 0;
}
.whoAre h2{
  font-size: 3rem;
  color: #4456c0;
  font-weight: 600;
}
/*************************************/



/*************Detail Page*********************/
.contentHolder {
	background: #f2f2f2;
	padding: 20px 0 30px;
}
.detailContent ul li, .detailContent ol li{
    letter-spacing: 1px;
    line-height: 30px;
}
.detailContent p {
	line-height: 28px;
	letter-spacing: 1px;
}

.SideBox {
	background-color: #fff;
	box-shadow: 0 0 10px #ddd;
	padding: 20px;
}

.detailSideBar h3 {
	color: #4456c0;
	font-weight: 600;
}

.detailContent h3 {
	color: #4456c0;
	font-weight: 600;
	margin: 20px 0;
}

.timeline {
	/* padding: 3rem 2rem; */
	max-width: 460px;
	/* border-radius: 12px;
  background-color: white;
  box-shadow: 0 4px 25px -20px rgba(0,0,0.2); */
}

.tl-content .tl-header,
.tl-content .tl-body {
	padding-left: 25.6px;
	border-left: 3px solid gainsboro;
}

.tl-body {
	padding-bottom: 1rem;
}

.tl-content:last-child .tl-body {
	border-left: 3px solid transparent;
}

.tl-header {
	position: relative;
	display: grid;
	padding-top: 1rem;
	padding-bottom: 0rem;
}

.tl-title {
	font-weight: 600;
	font-size: 1em;
	border-bottom: 1px solid gainsboro;
	margin-bottom: 0;
}

.tl-time {
	font-size: 0.7em;
}

.tl-marker {
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 50% / 50%;
	background: gainsboro;
	left: -1.1rem;
	top: 17%;
	transform: translate(55%, -50%);
}

.tl-content-active .tl-marker {
	padding: 1.6px;
	left: -1.25rem;
	width: 18px;
	height: 18px;
	border: 2px solid limegreen;
	background-color: limegreen;
	background-clip: content-box;
	box-shadow: 0 0 15px -2px limegreen;
}

.tl-content-active .tl-title {
	font-weight: 700;
	color: green;
}
#news-slider {
  margin-top: 30px;
  margin-bottom: 0px;
}
.post-slide {
  background: #fff;
  margin: 20px 15px 20px;
  border-radius: 15px;
  padding-top: 1px;
  box-shadow: 0px 14px 22px -9px #bbcbd8;
}
.post-slide .post-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: -12px 15px 8px 15px;
  margin-left: -10px;
}
.post-slide .post-img img {
  width: 100%;
  height: auto;
  transform: scale(1, 1);
  transition: transform 0.2s linear;
}
.post-slide:hover .post-img img {
  transform: scale(1.1, 1.1);
}
.post-slide .over-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: linear-gradient(
    -45deg,
    rgba(6, 190, 244, 0.75) 0%,
    rgba(45, 112, 253, 0.6) 100%
  );
  transition: all 0.5s linear;
}
.post-slide:hover .over-layer {
  opacity: 1;
  text-decoration: none;
}
.post-slide .over-layer i {
  position: relative;
  top: 45%;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 25px;
}
.post-slide .post-content {
  background: #fff;
  padding: 2px 20px 40px;
  border-radius: 15px;
}
.post-slide .post-title a {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover {
  text-decoration: none;
  color: #3498db;
}
.post-slide .post-description {
  line-height: 24px;
  color: #808080;
  margin-bottom: 25px;
}
.post-slide .post-date {
  color: #a9a9a9;
  font-size: 14px;
}
.post-slide .post-date i {
  font-size: 20px;
  margin-right: 8px;
  color: #cfdace;
}
.post-slide .read-more {
  padding: 7px 20px;
  float: right;
  font-size: 12px;
  background: #2196f3;
  color: #ffffff;
  box-shadow: 0px 10px 20px -10px #1376c5;
  border-radius: 25px;
  text-transform: uppercase;
}
.post-slide .read-more:hover {
  background: #3498db;
  text-decoration: none;
  color: #fff;
}
.owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}
.owl-controls .owl-buttons .owl-prev {
  background: #fff;
  position: absolute;
  bottom: 50%;
  left: 0px;
  padding: 0 18px 0 15px;
  border-radius: 50px;
  box-shadow: 3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next {
  background: #fff;
  position: absolute;
  bottom: 50%;
  right: 0px;
  padding: 0 15px 0 18px;
  border-radius: 50px;
  box-shadow: -3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #333;
  font-size: 30px;
}
.owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
}
@media only screen and (max-width: 1280px) {
  .post-slide .post-content {
    padding: 0px 15px 25px 15px;
  }
}

/*********************************/

footer a{
  color: #fff;
  margin-right: 20px;
}


/* enable for grid layout.
.testimonial-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  text-align: center;
}
*/
.testimonial-bubble {
  position: relative;
  background-color: #f8f8f8;
  border-radius: 20px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 0 10px 0 #555;
  margin: 15px;
    min-height: 520px;
}
.slick-arrow{
    display:none !important;
}
.review{
    /*background:#EDF1F6;*/
    padding:50px 0;
    margin-bottom:50px;
}
.testimonial-bubble:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #ddd transparent transparent transparent;
  display:none;
}

.testimonial-text {
  margin-bottom: 20px;
}

.testimonial-rating {
  font-size: 18px;
  color: #999;
  margin-bottom: 20px;
}

.checked {
  color: #FFD700;
}

.testimonial-author {
  display: flex;
  /*flex-direction: column;*/
  align-items: center;
  margin-top: 20px;
  position: absolute;
    bottom: 10px;
}

.testimonial-author img {
  border-radius: 50%;
    margin-bottom: 10px;
    width: 75px;
    height: 75px;
    margin-right: 10px;
}

.testimonial-author h3 {
  font-size: 18px;
}

.testimonial-author p {
  font-size: 14px;
  color: #999;
  margin-bottom: 0;
}

 /* Contact Section */
        .contact-content {
            display: grid;
            grid-template-columns: 1fr;
            gap: 3rem;
        }

        @media (min-width: 768px) {
            .contact-content {
                grid-template-columns: 1fr 1fr;
            }
        }

        .contact-info {
            display: flex;
            flex-direction: column;
            gap: 2rem;
        }

        .contact-item {
            display: flex;
            gap: 1rem;
        }

        .contact-icon {
            flex-shrink: 0;
            width: 24px;
            height: 24px;
            color: #873f8f;
            margin-top: 0.25rem;
        }

        .contact-item h4 {
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 0.25rem;
        }

        .contact-item p {
            font-size: 0.95rem;
        }

        .contact-form {
            background: linear-gradient(rgba(255, 255, 255, 0.8), rgb(255 255 255 / 100%));
    padding: 1rem;
    border-radius: 0.75rem;
    border: 3px solid #4556c0;
    box-shadow: 0 0 15px #988888;
        }

        .contact-form h3 {
            margin-bottom: .5rem;
            color: #2c3e50;
        }

        .form-group {
            margin-bottom: 1rem;
        }

        .form-group label {
            display: block;
            font-size: 0.875rem;
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 0.5rem;
        }

        .form-group input,
        .form-group select {
            width: 100%;
            padding: 0.5rem 1rem;
            border: 1px solid #ddd;
            border-radius: 0.5rem;
            font-family: 'Poppins', sans-serif;
            font-size: 0.95rem;
            transition: border-color 0.3s ease;
        }

        .form-group input:focus,
        .form-group select:focus {
            outline: none;
            border-color: #873f8f;
            box-shadow: 0 0 0 3px rgba(255, 107, 107, 0.1);
        }

        .form-submit {
            width: 60%;
    padding: 0.75rem;
    background: #000000;
    color: white;
    border: none;
    border-radius: 0.5rem;
    font-weight: 600;
    cursor: pointer;
    font-size: 20px;
    transition: background 0.3s ease;
        }

        .form-submit:hover {
            background: #0abcf2;
        }

        .form-disclaimer {
            font-size: 0.75rem;
            color: #888;
            margin-top: 1rem;
        }

.helpHolder{
    position: relative;
}
 .box2{
    width: 38%;
    position: absolute;
    top: 0;
}
.box2 h2{
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 45px;
}
.box1{
    width:29%;
    position: relative;
}
.box1 h3{
    font-weight: 700;
    font-size: 23px;
    margin-bottom: 20px;
}
.box1 span{
        font-size: 8rem;
    position: absolute;
    right: 25px;
    top: -65px;
    font-weight: 800;
    color: #eeecec;
}
.helpbox{
    display: flex;
    position: absolute;
    justify-content: space-between;
}
.num2{
       position: absolute;
    bottom: 63%;
    left: 40%;
}
.num3{
        position: absolute;
    bottom: 132%;
    right: -3%;
}
.help{
    margin-bottom: 250px;
    margin-top: 50px;
}
.box1 p{
    
    font-size: 14px;
    line-height: 25px;
    color:#000;
}

@media(min-width:300px) and (max-width:767.98px){
  .textBg {
    background-color: #d2ddff;
    border: 2px dashed #698bf5;
    border-radius: 8px;
    padding: 0px 5px;
    margin-right: 0px;
    font-size: 1.4rem;
}
.box2 h2 {
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 25px;
}
.heroSection h1 {
    font-size: 1.6rem;
        line-height: 2.5rem;
        margin-bottom: 15px;
}
.heroSection h1 span img {
    width: 28px;
}
.heroSection {
    padding: 10px 0;
}
.heroSection h2{
    font-size: 18px;
        line-height: 28px;
}
.heading h2 {
    font-weight: 600;
    font-size: 1.9rem;
}
.heading p {
    font-size: 1rem;
}
.weOffer {
    padding: 30px 0;
}
.counterHolder {
    background-color: #fcfcfc;
    padding: 20px 0;
}
.offerName {
    font-size: 1.2rem;
    color: #4456c0;
    font-weight: 600;
    line-height: 1.5rem;
}
.offerText a {
    
    font-size: 1.2rem;
    font-weight: 600;
    padding: 5px 20px;
}
#cd-timeline {
    position: relative;
    padding: 0em 0;
    margin-top: 0em;
    margin-bottom: 0em;
}
.cd-timeline-content {
    margin-left: 50px;
    padding: .5em;
    margin-bottom: 10px;
        margin-right: 10px;
}
.mar70 {
    margin: 25px 0;
}
.blogBox1 {
    flex-wrap: wrap;
}
.blogBox1 img {
    width: 100%;
    border-radius: 20px 20px 0 0px;
}
.blogText1 {
    width: 100%;
    padding: 15px;
}
.blogHolder {
    background: #f9fafd;
    padding: 20px 0;
}
.offerBox {
    margin: 20px 0;
}
.cd-timeline-img {
    
    left: 5px;
    width: 40px;
    height: 40px;
   
    line-height: 1.2;
}

.cd-timeline-img strong {
        font-size: 25px !important;
}
#cd-timeline::before {
    height: 68%;
    left: 23px;
}
.cd-timeline-content h2 {
    color: #303e49;
    font-size: 20px;
}
.contentHolder {
    background: #f2f2f2;
    padding: 25px 0 30px;
}
.contentHolder h1{
    font-size: 21px;
    line-height: 31px;
    font-weight: 600;
}
.innerHero {
    padding: 50px 0;
}
.innerHero h1 {
    font-size: 2.5rem;
}
.whoAre {
    padding: 25px 0;
}
footer {
    margin-top: 0px;
}
.whoAre h2 {
    font-size: 2rem;
}
.countBox {
    font-size: 13.8px;
}
.countNo {
    font-size: 1.5rem;
}
.helpbox {
    display: flex;
    position: static;
    justify-content: space-between;
    flex-wrap: wrap;
}
.num2 {
    position: static;
}
.box2 {
    width: 100%;
    position: static;
    top: 0;
}
.num3 {
    position: static;
}
.box1 {
   width: 100%;
        margin-bottom: 20px;
        background: #ccefff;
        padding: 20px;
        border-radius: 20px;
}
.box1 span {
    display: none;
}
.helpHolder  img{
    display: none;
}
.help {
    margin-bottom: 30px;
    margin-top: 20px;
}
.navbar-light .navbar-brand, .navbar-light a.btn {
    padding: 0 0px 0px 10px !important;
}
.blogText h4 {
    height: 60px;
}
.testimonial-bubble {
    padding: 15px;
}
.testimonial-rating {
    margin-bottom: 0px;
}
.review {
    margin-bottom: 0px;
}
}

 @media(min-width:992px) and (max-width:1024.98px){
.offerText {
    padding: 15px;
}
.offerBox {
    margin: 0px;
}
.offerName {
    font-size: 1.2rem;
}
.blogText1 {
    width: 60%;
    padding: 5px;
}

.blogText1 h4{
    font-size: 20px;
}
.blogBox1 img {
    width: 51%;
    border-radius: 20px 0 0 20px;
}
.blogText h4{
    font-size: 19px;
}
.blogText p{
    margin-bottom: 0;
}
 }
@media(min-width:1025px) and (max-width:1140.98px){
.blogBox1 img {
    width: 46%;
    border-radius: 20px 0 0 20px;
}
.blogText1 {
    width: 60%;
    padding: 10px;
}
.offerText a {
    font-size: 1.2rem;
}
.offerBox {
    margin: 0px;
}
.offerName {
    font-size: 1.2rem;
}
.blogText h4{
    font-size: 22px;
}
.box1 h3 {
    font-weight: 600;
    font-size: 20px;
}
.box1 {
    width: 33%;
}
.box1 span {
    font-size: 6rem;
    right: 40px;
    top: -60px;
}
.box1 p{
    font-size: 15px;
}
.num2 {
    position: absolute;
    bottom: 34%;
    left: 38%;
}
.num3 {
    position: absolute;
    bottom: 80%;
    right: -6%;
}
}
@media(min-width:1141px) and (max-width:1199.98px){
  .box1 h3 {
    font-weight: 600;
    font-size: 20px;
}
.box1 {
    width: 30%;
}
.box1 span {
    font-size: 6rem;
    right: 40px;
    top: -60px;
}
.box1 p{
    font-size: 15px;
}
.num2 {
    position: absolute;
    bottom: 34%;
    left: 38%;
}
.num3 {
    position: absolute;
    bottom: 80%;
    right: -4%;
} 
.container, .container-lg, .container-md, .container-sm {
        max-width: 90%;
    }
}
@media(min-width:1200px) and (max-width:1299.98px){
  .box1 h3 {
    font-weight: 600;
    font-size: 20px;
}
.box1 {
    width: 30%;
}
.box1 span {
    font-size: 6rem;
    right: 40px;
    top: -60px;
}
.box1 p{
    font-size: 15px;
}
.num2 {
    position: absolute;
    bottom: 34%;
    left: 38%;
}
.num3 {
    position: absolute;
    bottom: 80%;
    right: -4%;
} 
.container, .container-lg, .container-md, .container-sm {
        max-width: 90%;
    }
}

@media(min-width:1300px) and (max-width:1399.98px){
  .box1 h3 {
    font-weight: 600;
    font-size: 20px;
}
.box1 {
    width: 30%;
}
.box1 span {
    font-size: 6rem;
    right: 40px;
    top: -60px;
}
.box1 p{
    font-size: 15px;
}
.num2 {
    position: absolute;
    bottom: 50%;
    left: 38%;
}
.num3 {
            position: absolute;
        bottom: 112%;
        right: -5%;
} 
.container, .container-lg, .container-md, .container-sm {
        max-width: 90%;
    }
}

@media(min-width:1141px) and (max-width:1279.98px){
.blogBox1 img {
    width: 46.8%;
    border-radius: 20px 0 0 20px;
}

}

@media (min-width: 1280px) and (max-width: 1365.98px) {
    .blogBox1 img {
        width: 50%;
        border-radius: 20px 0 0 20px;
    }
}

@media (min-width: 1366px) and (max-width: 1600px) {
.blogText1 {
    padding: 20px !important;
}
}