/* Apply to html/body or main container */
* {
  scroll-behavior: smooth;
      -webkit-user-select: none;
      user-select: none;
      -webkit-touch-callout: none;
}
*, *:before, *:after {
  box-sizing: border-box;
}
::selection {
    background: #29A0D4;
    color: #FFF;
    text-shadow: none;
}
::-webkit-scrollbar {
  width: 3px;
}
::-webkit-scrollbar-thumb {
  background: #F5851F;
  border-radius: 5px;
}
*,body{
	padding: 0;
	margin: 0;
	outline: none;
}
@media(max-width: 767px){
.row {
  max-width: 100vw !important;
  overflow-x: hidden !important;
  overflow-y: hidden;
}
.row>*{
    padding-right: 0px !important;
} 
}
h1,h2,h3,h4,h5,h6{
	font-family: "Clash Display", sans-serif;
	line-height: 1.15;
	margin-bottom: 1rem;
    word-spacing: 5px;
}
p{
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 2rem;
	/*color: #53586A;*/
    color: #414141;
	font-weight: 500;
}
.fw-700{
    font-weight: 700;
}
.lazy-fade {
  opacity: 0;
  transition: opacity 0.7s;
  /* optionally add a slight blur until loaded */
  filter: blur(6px);
}
.lazy-fade.loaded {
  opacity: 1;
  filter: blur(0);
}
.small-head-orange {
    color: #F5851F;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 1rem;
    font-size: 1rem;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.15;
}
.small-head-blue {
    color: #29A0D4;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 1rem;
    font-size: 1rem;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.15;
    text-transform: capitalize;
}
.topic-heading{
    font-family: 'Clash Display', sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    line-height: 1.15;
    text-transform: capitalize;
}
.topic-heading .orange {
    color: #F5851F;
}
.topic-heading .blue {
	color: #29A0D4;
    /*display: block;*/
}
.orange {
    color: #F5851F;
}
.blue {
    color: #29A0D4;
    /*display: block;*/
}
.bg-white{
    background-color: #FFF;
}
.bg-grey{
    background-color: #F2F4F5;
}
.bg-blue{
    background-color: #29A0D4;
}
.bg-brown{
    background-color: #414141;
}
.mid-space{
    padding: 2rem 0 0;
}
.ml-05{
    margin-left: 0.5rem;
}
.mr-05{
    margin-right: 0.5rem;
}
.sec-main{
    padding: 6rem 0;
}
.sm-space{
    padding-top: 1rem;
}
.td-none{
    text-decoration: none;
    transition-duration: .5s;
}
.td-none:hover{
    text-decoration: none;
    transition-duration: .5s;
}


/*card-styles*/
.main-card {
    clip-path: polygon(60px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 60px);
    background: #FFF;
    border-radius: 1.5rem;
    transition-duration: .5s;
    border-bottom: .5rem solid transparent;
}
.main-card:hover {
    border-bottom: .5rem solid #F5851F;
    transition-duration: .5s;
}
.card-img {
    border-radius: 0 1.5rem 0 0;
    object-fit: cover;
    max-height: 225px;
}
.card-icon-main {
    display: inline-block;
    position: relative;
    left: 1rem;
    top: -1.5rem;
    margin-bottom: 1.25rem;
}
.card-icon-main i {
    border-radius: 100%;
    color: #FFF;
    font-size: 1.5rem;
    position: relative;
    background: #29A0D4;
    padding: 1.25rem;
    border: 8px solid #FFF;
}
.card-heading-h4 {
    font-family: 'Clash Display', sans-serif;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.15;
}
.card-anc {
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 600;
}
.card-anc-orange{
    color: #F5851F;
}
.card-anc-orange:hover{
    color: #29A0D4;
}

/*whatsapp*/
.whatsapp-button {
  position: fixed;
  right: 30px;
  bottom: 40px;
  z-index: 1000;
  background: linear-gradient(135deg, #07d08a 0%, #25d366 100%);
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 4px 22px 0 #0b865218;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: box-shadow .18s, transform .18s;
  text-decoration: none;
  animation: wa-pop-in 0.65s cubic-bezier(0.36, 0.07, 0.19, 0.97) forwards;
  animation-delay: 0.3s;
}
/*.whatsapp-button:hover {
  box-shadow: 0 4px 32px 0 #07d08a40;
  transform: translateY(-3px) scale(1.06);
  text-decoration: none;
}*/
.whatsapp-button i {
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  margin-left:0px;
}
/*.whatsapp-button:hover, .whatsapp-button:focus {
  background: #128C7E;
  box-shadow: 0 8px 32px rgba(50,60,90,.22);
  color: #fff;
  text-decoration: none;
  animation: wa-vibrate .3s linear 1;
}*/
.whatsapp-button:hover, .whatsapp-button:focus {
  background: #29A0D4;
  box-shadow: 0 4px 32px 0 #07d08a40
  text-decoration: none;
}
@keyframes wa-pop-in {
  0% {
    opacity: 0;
    transform: translateY(60px) scale(0.85);
  }
  55% {
    opacity: 1;
    transform: translateY(-7px) scale(1.07);
  }
  90% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
/* Vibrate animation */
@keyframes wa-vibrate {
  0% { transform: translateY(0) scale(1) rotate(0); }
  15% { transform: translateY(-3px) scale(1.07) rotate(-3deg); }
  30% { transform: translateY(2px) scale(1.05) rotate(3deg); }
  45% { transform: translateY(-3px) scale(1.12) rotate(-2deg); }
  60% { transform: translateY(1px) scale(0.98) rotate(2deg); }
  80% { transform: translateY(-1px) scale(1.05) rotate(-1deg); }
  100% { transform: translateY(0) scale(1) rotate(0); }
}
@media (max-width:600px){
  .whatsapp-button { right: 12px; bottom: 18px; width:46px; height:46px;}
  .whatsapp-button i { font-size:1.5rem;}
}

/*top-btn*/
.scroll-top-btn {
    position: fixed;
    right: 30px;
    bottom: 40px;
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 4px 22px rgba(18, 55, 137, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease, transform .25s ease;
    outline: none;
    border: 2px solid #F5851F;
}
.scroll-top-btn.visible {
  opacity: 1;
  pointer-events: all;
  transform: scale(1.05);
}
.progress-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: conic-gradient(#29A0D4 calc(var(--progress) * 1deg), #F2F4F5 0);
    z-index: 0;
    pointer-events: none;
}
.scroll-top-btn i {
    position: relative;
    z-index: 1;
    font-size: 2rem;
    color: #F5851F;
    transition: color .18s ease;
}
.scroll-top-btn:hover i {
  color: #F5851F;
}

/*form*/
#thankYouNote h4 {
    font-size: 3rem;
    font-weight: 700;
    color: #414141;
}
/*form*/

/*hide-show-responsive*/
@media (max-width: 1199px) {
  .min-1200 {
    display: none;
  }
  .max-1199 {
    display: block;
  }
}
@media (min-width: 1200px) {
  .min-1200 {
    display: block;
  }
  .max-1199 {
    display: none;
  }
}
@media(min-width: 992px){
    .min-992{
        display: none;
    }
}
@media (max-width: 991px) {
  .min-992 {
    display: block;
  }
  .max-991 {
    display: none;
  }
  .topic-heading{
    font-size: 1.75rem;
  }
  .banner-content .hero-title {
            font-size: 2.75rem;
            padding: 0 1rem;
            margin-bottom: 0rem;
        }
}
@media (min-width: 768px) {
  .min-768 {
    display: block;
  }
  .max-767 {
    display: none;
  }
}
@media (max-width: 767px) {
  .min-768 {
    display: none !important;
  }
  .max-767 {
    display: block;
  }
  p{
        text-align: justify;
        word-wrap: break-word;
        word-spacing: .25rem;
  }
}