a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  outline: none;
}
a:focus {
  outline: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: #b68bdb;
}
p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

section.style {
  margin: 100px 0px 0px;
}
.page-id-16 .site-content .contact_section {
  display: none;
}

h1 {
  font-family: "Roboto Slab", serif;
  font-size: 60px;
  text-align: center;
}
h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  font-size: 40px;
}
h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  font-size: 24px;
}
h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  font-size: 22px;
}
h5 {
  font-family: 'Vibur', cursive;
}
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #93a1aa;
  font-size: 14px;
}

p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

a.btn {
  background: #b68bdb;
  color: #fff;
  border-radius: 0px;
  padding: 15px 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
}
a.btn:hover {
  color: #b68bdb;
}
.hvr-rectangle-out:before {
  background: #fff;
}

a.btn-2 {
  background: #fff;
  color: #b68bdb;
  border-radius: 0px;
  padding: 15px 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  border: 1px solid #b68bdb;
}
a.btn-2:hover {
  color: #fff;
}
.btn-2.hvr-rectangle-out:before {
  background: #b68bdb;
}
ul {
    list-style: disc;
    margin-left: 0px;
	font-family:"Montserrat", sans-serif;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1270px;
  }
}

/* text editor style start */

.editor {
  text-align: justify;
}

.editor h4 {
  color: #b68bdb;
  text-transform: uppercase;
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 18px;
}

/* text editor style end  */

/* single start  */
.single .page-wrap {
  margin-top: 100px;
}
.single .page-wrap .card {
  border: none;
}
h1.blog-title {
  font-size: 50px;
  text-align: left;
  margin-bottom: 30px;
}
/* single end */

/* 404 page  */
.page-not-found h1{
    color: #b68bdb;
    font-size: 200px;
    margin: 100px auto;
}


/* loader  */
.loader-container {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 999;
  /* display: none; */
}
.loader .lds-default {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.loader .lds-default div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #b68bdb;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}
.loader .lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}
.loader .lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}
.loader .lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}
.loader .lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}
.loader .lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}
.loader .lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}
.loader .lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}
.loader .lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}
.loader .lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}
.loader .lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}
.loader .lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}
.loader .lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}
@keyframes lds-default {
  0%,
  20%,
  80%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}





