a{
    text-decoration: none !important;
}
.custom-header-top-nav-background {
	position: relative;
}

.custom-header-top-nav-background:before {
	background: #f04c23 !important;
}

.custom-header-top-nav-background:after {
	background: #f79a82 !important;
}
.custom-header-top-nav-background {
    position: relative;
}

.custom-svg-position-1 {
    position: absolute;
    top: -38px;
    left: -90px;
    max-height: none;
    width: 50vw;
}
.text-72{
 font-size: 72px;
}
@media screen and (max-width:440px){
  .text-72{
    font-size:46px !important;
   }
} 

/* to make one side tilted shep*/
.custom-header-top-nav-background:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    background: #CCC;
    transform: skewX(52deg);
    z-index: 1;
}
.custom-header-top-nav-background:after {
    content: '';
    position: absolute;
    top: 7px;
    right: -7px;
    width: 100vw;
    height: 100%;
    background: #CCC;
    transform: skewX(52deg); 
     z-index : 0;
}

.custom-button {
    font-size: 20px;
    font-weight: 700;
    padding: 18px 24px;
    color: #003973 ;
    border: 0;
    background: #fff;
    border-radius: 5px;
    transition-duration: .85s;
    transition-timing-function: linear(0 0%, 0.22 2.1%, 0.86 6.5%, 1.11 8.6%, 1.3 10.7%, 1.35 11.8%, 1.37 12.9%, 1.37 13.7%, 1.36 14.5%, 1.32 16.2%, 1.03 21.8%, 0.94 24%, 0.89 25.9%, 0.88 26.85%, 0.87 27.8%, 0.87 29.25%, 0.88 30.7%, 0.91 32.4%, 0.98 36.4%, 1.01 38.3%, 1.04 40.5%, 1.05 42.7%, 1.05 44.1%, 1.04 45.7%, 1 53.3%, 0.99 55.4%, 0.98 57.5%, 0.99 60.7%, 1 68.1%, 1.01 72.2%, 1 86.7%, 1 100%);
}
.custom-button:hover{
    transform: scale(1.1) ;
}

.avtar-section{
    width: 100px;
    height: 100px;
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #E7E8EB;
}
.qodef-m-icon svg {
    width: 12px;
    height: 12px;
}

.counter{
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    width: 210px;
    min-height: 246px;
    padding: 25px 0 0;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.counter:after{
    content: '';
    background: linear-gradient(to right, #eff0f2, #fefefe);
    height: 152px;
    width: 152px;
    border-radius: 15px;
    border: 3px solid #fff;
    box-shadow: 5px 0 8px rgba(0, 0, 0, 0.2);
    transform: translateX(-50%) rotate(45deg);
    position: absolute;
    top: 25px;
    left: 50%;
    z-index: -1;
}
.counter .counter-value{
    background:#fe8c00;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 2px;
    width: 100%;
    padding: 10px 0 6px;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,0.6),0 0 0 2px #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.counter .counter-icon{
    background: linear-gradient(to right,#fe8c00,#f83600);
    font-size: 30px;
    line-height: 60px;
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.4);
}

.counter h3{
    color: #f83600;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 22px;
    padding: 0 30px;
    margin: 0 0 15px;
}
.counter.green .counter-value{ background: #045da6; }
.counter.green .counter-icon{ background: linear-gradient(to right,#045da6,#045da6); }
.counter.green h3{ color: #045da6; }
.counter.blue .counter-value{ background: #28a9e2; }
.counter.blue .counter-icon{ background: linear-gradient(to right,#28a9e2,#0057c5); }
.counter.blue h3{ color: #0057c5; }
.counter.gray .counter-value{ background: #36474f; }
.counter.gray .counter-icon{ background: linear-gradient(to right,#36474f,#0d0e10); }
.counter.gray h3{ color: #0d0e10; }
@media screen and (max-width:990px){
    .counter{ margin-bottom: 40px; }
} 
@keyframes float{
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(20px);
}
50% {
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    transform: translatey(-20px);
}
100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(20px);
}
}

.avatar {
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;
}
/* timeline */
.timeline {
    width: 100%;
    height: 480px;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center

  }
  .timieline-title {
    font-size: 1.5em;
    font-weight: bold; 
  }
  .timeline-content {
    max-width: 300px;
    padding: 20px;
    flex-shrink: 0;
    flex-grow: 0;
    align-self: flex-start; 
    position: relative; 
    margin-right: 10px;
    
  }
  .timeline-content:before {
    position: absolute;
    width: calc(100% + 14px);
    height: 4px;
    top: calc(100% + 10px);
    background: #0757cf;
    content: "";
    left: -7px;
    border-radius: 5px;
  }
  
  
  .timeline-period {
    position: absolute;
    top: calc(100% + 25px);
    text-align:center;
    left: calc(50% - 144px);
  
  }
  .timeline-period:before {
    width: 15px;
    height: 15px;
    background: #0b5dd8;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: -20px;
    left: calc(50% - 6px);
    z-index: 2;
  }
  
  .timeline-content:nth-child(even) {
    align-self: flex-end;
    top: 176px;
  }
  .timeline-content:nth-child(even):before {
    top: -6px; 
  }
  .timeline-content:nth-child(even):after {
      top: -25px;
  }
  .timeline-content:nth-child(even) .timeline-period {
    top: -74px;
  }
  .timeline-content:nth-child(even) .timeline-period:before {
    top: calc(100% + 10px);
  }

.mt-6{
  margin-top: 5rem !important;
}


/* WhatsApp Button section */
.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse-border {
	bottom:66px;
	right: 7px;
	animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

/* end */

/* to make triengale shep

/* .custom-header-top-nav-background:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    background: #CCC;
    /* transform: skewX(-25deg); */
    /* z-index: 1; */
 
/* .custom-header-top-nav-background-point {
	position: relative;
}
.custom-header-top-nav-background-point::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 7px;
    width: 0;
    height: 0;
    border-top: 26px solid transparent;
    border-bottom: 27px solid transparent;
    border-left: 40px solid #f79a82;
    z-index: 5;
}
.custom-header-top-nav-background-point::after {
    content: '';
    position: absolute;
    top: -27px;
    left: 0px;
    width: 0;
    height: 0;
    border-top: 26px solid transparent;
    border-bottom: 27px solid transparent;
    border-left: 40px solid #f04c23;
    z-index: 5;
} */

/* .custom-header-top-nav-background:after {
    content: '';
    position: absolute;
    top: 7px;
    right: -7px;
    width: 100vw;
    height: 100%;
    background: #CCC;
    /* transform: skewX(-25deg); */
    /* z-index: 0; */


