*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*::after, ::before{
    box-sizing: border-box;
}
html{
  scroll-behavior: smooth;
}
body{
    
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Poppins', sans-serif;
}
h1{
    font-size: 42px;
}
h2{
    font-size: 32px;
}
h3{
    font-size: 26px;
}
h4{
    font-size: 22px;
}
h5{
    font-size: 20px;
    line-height: 1.8;
}
h6{
    font-size: 18px;
}
p{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #aaa;
    line-height: 1.8;
}
.bg-gray{
    background: #F1F1F1;
}
.commn-banner-text{
    padding: 40px;
}
.commn-banner-img img{
    width: 100%;
    height: 400px;
}
.py-60{
    padding: 30px 0;
}
.bg-white{
    background: #fff;
}
.bg-parpel{
    background: #58205F;
}
.text-whit{
    color: #fff;
}
.text-purpel{
    color: #58205F;
}

hr{
    width: 100px;
    height: 5px !important;
    color: #fff;
}
.ml-auto {
    margin-left: auto;
}
/*===========Global style End=========*/

.logo{
   width: 100%;
}
.custom-form{
    padding: 50px;
    box-shadow: 0 0 4px 1px #dcdada;
    background: #fff;
    border-radius: 4px;
}

