* {
  padding: 0;
  margin: 0;
  text-decoration: none;
}

body,
html {
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #36348e;
}

.common_paragraph p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #101111ba;
  font-family: "Inter", sans-serif;
  text-align: justify;
}

.common_paragraph2 p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #101111ba;
  font-family: "Inter", sans-serif;
  text-align: justify;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cormorant", serif;
  font-weight: 700;
}

/*colors*/
.darkbg {
  background-color: #01011e;
}

.bluebg {
  background-color: #010035;
}

.yellowbg {
  background-color: #fdc642;
}

.btncolor {
  background-color: #36348e;
}

.btncolor1 {
  background-color: #000132;
}

.textblue {
  color: #36348e;
}

.textyellow {
  color: #fdc642;
}

.bg-light {
  background-color: rgba(1, 0, 39, 0.03);
}

.bg-light1 {
  background-color: #2624720d;
}
/**/

/*button*/
.borderbtn {
  background-color: transparent;
  border: 1px solid #010035;
  color: #010035;
  text-decoration: none;
  padding: 10px 15px;
  transition: 0.3s linear;
  display: flex;
  align-items: center;
  min-width: 120px;
  justify-content: center;
}

.borderbtn iconify-icon {
  margin-left: 8px;
}

.borderbtn:hover {
  background-color: #010035;
  color: #fff;
  transition: 0.3s linear;
}

.commonbtn {
  background-color: #36348e;
  border: 1px solid #36348e;
  color: #fff;
  text-decoration: none;
  padding: 10px 15px;
  transition: 0.3s linear;
  min-width: 120px;
  text-align: center;
  font-size: 14px;
}

.commonbtn:hover {
  background-color: #fdc642;
  color: #fff;
  transition: 0.3s linear;
  border: 1px solid #fdc642;
}

.commonbtn2 {
  background-color: #36348e;
  border: 1px solid #36348e;
  color: #fff;
  text-decoration: none;
  padding: 10px 15px;
  transition: 0.3s linear;
  min-width: 120px;
  text-align: center;
  font-size: 14px;
}

.commonbtn2:hover {
  background-color: transparent;
  color: #36348e;
  transition: 0.3s linear;
}
/**/

/*Headings*/
.subtitle {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  font-family: "Inter", sans-serif !important;
}

.maintitle {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}
/**/

/*common padding*/
.common_top_padding {
  padding-top: 90px;
}

.common_bottom_padding {
  padding-bottom: 90px;
}

.common_bottom_padding1 {
  padding-bottom: 230px;
}

.common_top_padding2 {
  padding-top: 40px;
}

.common_bottom_padding2 {
  padding-bottom: 40px;
}
/**/

/*common margin*/
.mt60 {
  margin-top: 60px;
}

.mt20 {
  margin-top: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

/**/
.fixed_icons {
  position: fixed;
  top: 50%;
  right: 20px;
  z-index: 999;
}

.fixed_icons a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 26px;
  margin: 10px 0px;
}

.phone {
  background: #36348e;
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

.mail {
  background: #316ff6;
}
