body {
  font-family: "Ubuntu", sans-serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
main,
header,
footer {
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.grid-container {
  max-width: 52.5rem;
}

/* dancing-script-700 - latin */
@font-face {
  font-family: "Dancing Script";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/dancing-script-v24-latin-700.woff2") format("woff2"), url("../fonts/dancing-script-v24-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ubuntu-300 - latin */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("../fonts/ubuntu-v20-latin-300.woff2") format("woff2"), url("../fonts/ubuntu-v20-latin-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ubuntu-regular - latin */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/ubuntu-v20-latin-regular.woff2") format("woff2"), url("../fonts/ubuntu-v20-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ubuntu-700 - latin */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/ubuntu-v20-latin-700.woff2") format("woff2"), url("../fonts/ubuntu-v20-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
h1,
.h1 {
  font-family: "Ubuntu", sans-serif;
  font-size: 28px;
  font-weight: bold;
  color: #582c83;
}

h2,
.h2,
h3.h2 {
  font-family: "Ubuntu", sans-serif;
}
h2.sub-heading,
.h2.sub-heading,
h3.h2.sub-heading {
  font-size: 18px;
  font-weight: 400;
  color: #582c83;
  margin-bottom: 30px;
}

h3,
h2.h1,
h4 {
  font-family: "Dancing Script", cursive;
  font-size: 40px;
  color: #582c83;
}

p {
  font-size: 14px;
}
p.introductory-p {
  font-weight: bold;
}

.button {
  background-color: #fff;
  color: #582c83;
  border-color: #ffffff;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  padding: 8px 16px;
  border-radius: 7px;
}
.button:hover {
  background-color: #582c83;
  color: #fafafa;
}

.page-content a {
  color: #582c83;
}
.page-content a:hover {
  text-decoration: underline;
}

header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 335px;
  overflow: hidden;
}
@media screen and (max-width: 639px) {
  header {
    height: 295px;
  }
}
@media screen and (max-width: 540px) {
  header {
    height: 240px;
  }
}
header::before {
  content: "";
  background: url(../img/v-tb.svg);
  background-position: top center;
  display: block;
  height: 335px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 700px) {
  header::before {
    background-position: 44% top;
  }
}
@media screen and (max-width: 639px) {
  header::before {
    background-position: 34% top;
    height: 295px;
  }
}
@media screen and (max-width: 540px) {
  header::before {
    background-position: 34% top;
    height: 240px;
  }
}
header::after {
  content: "";
}
header .logo-area {
  position: relative;
  padding-top: 1.5rem;
}
@media screen and (max-width: 600px) {
  header .logo-area {
    padding-top: 2.4rem;
  }
}
@media screen and (max-width: 460px) {
  header .logo-area {
    padding-top: 33px;
  }
}
@media screen and (max-width: 320px) {
  header .logo-area {
    margin-left: 22px;
    padding-top: 40px;
  }
}
header .logo-area img {
  position: relative;
}
header .header-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  header .header-profile {
    margin-top: 40px;
  }
}
header .header-profile .dd-menu-triger {
  display: block;
  position: relative;
  margin-right: 10px;
  padding-top: 5px;
}
header .header-profile .dd-menu-triger span {
  display: block;
  width: 30px;
  height: 4px;
  background: #582c83;
  margin-bottom: 4px;
}
header .header-profile .dd-menu-triger span:last-child {
  margin-bottom: 0;
}
header .header-profile .profile-name {
  position: relative;
}
header .header-profile .profile-name .person-name {
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
}
@media screen and (max-width: 320px) {
  header .header-profile .profile-name .person-name {
    font-size: 11px;
  }
}
header .header-profile .profile-name .person-designation {
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
@media screen and (max-width: 320px) {
  header .header-profile .profile-name .person-designation {
    font-size: 11px;
  }
}
header .menu-dd-onhover {
  width: auto;
  border: 0;
  border-top: 2px solid red;
  top: 70px !important;
  border-radius: 0;
  background-color: #f2f8ef;
  padding: 0;
}
header .menu-dd-onhover ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header .menu-dd-onhover ul li {
  border-bottom: 1px solid #582c83;
}
header .menu-dd-onhover ul li:last-child {
  border-bottom: 0;
}
header .menu-dd-onhover ul li a {
  font-size: 18px;
  font-weight: 300;
  display: block;
  min-width: 200px;
  color: #111111;
  padding: 8px 10px;
}
header .menu-dd-onhover ul li a:hover {
  background-color: #582c83;
  color: #fff;
}

.links-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.links-menu li {
  border-bottom: 1px solid #582c83;
}
.links-menu li a {
  display: block;
  color: #582c83;
  font-weight: 300;
  font-size: 20px;
  padding: 4px 2px 2px 2px;
}

footer {
  margin-top: 40px;
}
footer .footer-links {
  padding: 20px 0;
}
footer .footer-links a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline;
  margin-right: 15px;
  color: #111111;
  font-size: 14px;
}
footer .footer-links a:hover {
  text-decoration: underline;
}

a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: underline;
  color: #582c83;
}

header .menu-dd-onhover {
  border-top: 2px solid #582c83;
}

header .header-profile .dd-menu-triger span {
  border: 1px solid #582c83;
}

header .header-profile .dd-menu-triger:hover span {
  background: #ffffff;
}

header .menu-dd-onhover ul li a.active {
  background-color: #582c83;
  color: #fff;
  text-decoration: none;
}

header .menu-dd-onhover ul li a:hover {
  text-decoration: none;
}

.links-menu li a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

.links-menu li a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #ffffff;
  background-color: #582c83;
  text-decoration: none;
}

li p {
  font-size: inherit;
  margin-bottom: inherit;
}
/*# sourceMappingURL=custom.css.map */