html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: 'Jost';
  font-size: 15px;
  font-weight: 400;
  color: #1c1c1c;
}

a:active,
a:hover {
  outline: 0;
}

a {
  color: #1c1c1c;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

a:hover {
  color: #A5CD39;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

input:focus-visible {
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  list-style: none;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1c1c1c;
  line-height: normal;
  font-weight: 600;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 26px;
}

h6 {
  font-size: 24px;
}

p {
  font-size: 16px;
  color: #1c1c1c;
  line-height: normal;
  text-align: justify;
}

.page-btn {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #714A94;
  border-color: transparent;
  color: #ffffff;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 700;
  height: 50px;
  line-height: 45px;
  padding: 0px 30px;
  border: 1px solid #fff;
  border-style: solid;
  box-shadow: none;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  z-index: 1;
  position: relative;
}

.page-btn:hover {
  color: #714A94;
  border: 1px solid #714A94;
}

.page-btn:hover::after {
  transform: skewX(45deg) scale(1, 1);
}

.page-btn::after {
  position: absolute;
  content: "";
  z-index: -1;
  display: block;
  left: -20%;
  right: -20%;
  top: -4%;
  height: 150%;
  width: 150%;
  bottom: 0;
  background: #ffffff;
  transform: skewX(45deg) scale(0, 1);
  transition: all 0.5s ease 0s;
}

.scrolltop {
  display: none;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 10;
}

.scroll {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #fff;
  background: #A5CD39;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 30px;
  padding: 10px 15px;
  text-align: center;
  margin: 0 0 0 0;
  cursor: pointer;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}

.scroll:hover {
  background: #1c1c1c;
  color: #fff;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}

.scroll:hover .fa {
  padding-top: -10px;
}

.scroll .fa {
  font-size: 25px;
  margin-top: 0px;
  margin-left: 0px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}


.navbar-brand .header-logo {
  width: 300px;
}


.site-navbar-wrap .header-number {
  background: #A5CD39;
  color: #000000;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 5px;
}

.site-navbar-wrap .header-number a {
  color: #000000;
  font-size: 13px;
}

.header-social-media-icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 10px;
}

.header-social-media-icons a {
  color: #714A94;
}

.navbar {
  align-items: center;
  padding: 10px 0;
}

.navbar .navbar-brand {
  padding: 0;
  margin: 0;
}

.header-row-2 {
  position: relative;
  z-index: 2;
}

.sticky-wrapper.is-sticky .site-navbar {
  padding: 10px 0;
}

.site-navbar-wrap .site-navbar {
  padding: 20px 0;
}

/* 
.site-navbar-wrap a {
  color: #A5CD39;
} */
.site-navbar-wrap .site-navbar-top {
  font-size: 0.8rem;
}

.site-navbar-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.site-navbar {
  margin-bottom: 0px;
  width: 100%;
}

.site-navbar .site-logo {
  font-weight: 200;
  line-height: 0;
  top: -7px;
  position: relative;
}

.site-navbar .site-logo a {
  font-weight: 200;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
  font-weight: 500;
}

.site-navbar .site-navigation .site-menu>li {
  display: inline-block;
  padding: 0px 10px 0 0;
}

.site-navbar .site-navigation .site-menu>li>a {
  padding: 0px 5px;
  color: #1c1c1c;
  font-size: 15px;
  text-decoration: none !important;
  font-weight: 600;
}

.site-navbar .site-navigation .site-menu>li>a.active {
  color: rgb(51 51 51);
}

.site-navbar .site-navigation .site-menu>li>a:hover {
  color: #714a94;
}

.site-navbar .site-navigation .site-menu .has-children>a:hover {
  color: rgb(51 51 51);
}

.site-navbar .site-navigation .site-menu>li:last-child {
  padding-right: 0;
}

.site-navbar .site-navigation .site-menu>li:last-child>a {
  padding-right: 0;
}

.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}

.site-navbar .site-navigation .site-menu .has-children>a {
  position: relative;
  padding-right: 15px;
}

.site-navbar .site-navigation .site-menu .has-children>a:before {
  position: absolute;
  content: "\e313";
  font-size: 14px;
  top: 55%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "icomoon";
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
  border-radius: 4px;
  border: 1px solid #714a94;
  width: 230px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #714a94;
  border-width: 5px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  font-size: 13px;
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #343a40;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
  color: #007bff;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active>a {
  color: #fff !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li:first-child>a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li:last-child>a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
  padding: 9px 20px;
  display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
  background: #714a94;
  color: #ffffff;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
  content: "\e315";
  right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
  right: 100%;
  top: 0;
  width: 240px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a {
  background: #714a94;
  color: #fff;
}

.site-navbar .site-navigation .site-menu .has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children:focus>a,
.site-navbar .site-navigation .site-menu .has-children:active>a {
  color: #714a94;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu .has-children:hover>a,
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu .has-children:focus>a,
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu .has-children:active>a {
  color: #714a94;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:active>.dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 320px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #dee2e6;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529;
}

.site-mobile-menu .site-nav-wrap a.active,
.site-mobile-menu .site-nav-wrap a:hover {
  color: #007bff;
}

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}

.site-mobile-menu .site-nav-wrap li.active>a {
  color: #007bff;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background: #714a94;
  border-radius: 5px;
  color: #fff;
}

/* .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
} */
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.site-mobile-menu .site-nav-wrap>li>a {
  padding-left: 20px;
  font-size: 18px;
}

.site-mobile-menu .site-nav-wrap>li>ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
  padding-left: 40px;
  font-size: 16px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
  padding: 0;
  margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
  font-size: 16px;
  padding-left: 60px;
}

/* .sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%;
} */
.sticky-wrapper+.site-blocks-cover {
  margin-top: 96px;
}

.sticky-wrapper .site-navbar {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.sticky-wrapper .site-navbar ul li.active a {
  color: #fff;
}

.sticky-wrapper.is-sticky .site-navbar {
  background-color: #ffffff;
  width: 100% !important;
  box-shadow: 0 0 5px #727271;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li {
  display: inline-block;
  padding: 0px 5px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li:last-child {
  padding-right: 0;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li:last-child>a {
  padding-right: 0;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li.has-children>a {
  padding-right: 15px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li>a {
  padding: 10px 5px;
  color: #1c1c1c;
  font-size: 14px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li>a:hover {
  color: #714a94 !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li>a.active {
  color: #fff !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li.active a {
  color: #fff;
}

.sticky-wrapper {
  height: auto !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation {
  align-items: center;
}



/* footer
.footer {
  background-color: #714A94;
}

.footer .footer-row-1 .fr1-left img {
  width: 250px;
  margin-bottom: 20px;
}

.footer .footer-row-1 .fr1-left h6 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}

.footer .footer-row-1 .fr1-right .nav-link {
  color: #fff;
  font-size: 16px;
}

.footer .footer-row-1 .footer-social-media-icon {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}

.footer .footer-row-1 .footer-social-media-icon a {
  background: #1c1c1c;
  padding: 10px;
  width: 30px;
  height: 30px;
  border: 1px solid #00B0D9;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

.footer .footer-row-1 .footer-last-link li a {
  font-size: 13px;
  color: #fff;
  padding: 0;
}

.footer .footer-row-1 .footer-last-link li {
  padding: 0 10px;
  border-left: 1px solid #fff;
}

.footer-last-link li:first-of-type {
  border-left: none !important;
} */


.footer {
  background-color: #714A94;
}

.footer-logo {
  /* width: 250px; */
  margin-bottom: 25px;
}

.footer-inner {
  border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.footer-inner-1{
  padding-right: 25px;
}

.footer-logo img {
  width: 100%;
}


.footer-info {
  font-size: 15px;
  margin-bottom: 20px;
  color: #eeeeee;
  line-height: 20px;
  text-align: left;
}

.footer-social-box {
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
}

.footer-social-box .footer-social-icon {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 45px;
  border-radius: 50%;
  color: #714A94;
  margin: 0 15px 0 0;
  transition: .3s;
  background: #fff;
}

.footer-inner-2 {
  position: relative;
  padding: 0 15px;
  margin-bottom: 30px;
}

.footer-inner-3 {
  position: relative;
  padding: 0 15px;
  margin-bottom: 30px;
}

.footer-inner-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
  color: #ffffff;
}

.footer-nav ul {
  margin: 0;
  padding: 0;
}

.footer-nav ul li+li {
  margin-top: 15px;
}

.footer-nav ul li {
  padding-left: 15px;
  position: relative;
  list-style: none;
}

.footer-nav-link ul li::before {
  background-color: #fff;
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50px;
  width: 5px;
  height: 5px;
}

.footer-nav-link ul li a {
  position: relative;
  display: inline;
  background-size: 0 1px, 0 1px;
  transition: background-size .4s linear;
  font-size: 15px;
  color: #eeeeee;
  background-repeat: no-repeat;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  background-position: 100% 100%, 0 100%;
}

.footer-nav-link ul li a:hover {
  background-size: 0 1px, 100% 1px;
  color: #ffffff;
  text-decoration: none;
}

.footer-inner-4 {
  position: relative;
  padding: 0 15px;
}

.footer-contact-link ul {
  margin: 0;
  padding: 0;
}

.footer-contact-link ul li {
  list-style: none;
  position: relative;
  margin-bottom: 20px;
  transition: .3s;
}

.footer-contact-link li {
  display: flex;
  align-items: flex-start;
  grid-gap: 15px;
  margin-bottom: 10px;
  padding-left: 0 !important;
  color: #fff;
}

.footer-contact-link li p {
  margin-bottom: 10px;
  color: #fff;
  font-weight: 500;
}

.footer-contact-link li a {
  position: relative;
  display: inline;
  background-size: 0 1px, 0 1px;
  transition: background-size .4s linear;
  font-size: 15px;
  color: #eeeeee;
  background-repeat: no-repeat;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  background-position: 100% 100%, 0 100%;
}

.footer-contact-link li a:hover {
  background-size: 0 1px, 100% 1px;
  color: #ffffff;
  text-decoration: none;
}

.footer-border-left {
  border-left: 1px solid rgba(255, 255, 255, .3);
  padding-bottom: 20px;

}

.footer-bottom {
  border: 1px solid rgba(255, 255, 255, .1);
  background: #5b397a;
  padding-top: 15px;
}

.footer-bottom p {
  color: #eeeeee;
  font-size: 14px;
}

.footer-bottom p span a{
  color: #ffffff;
}

.footer-last-link {
  text-align: right;
  color: #9c9eab;
}

.footer-last-link li {
  display: inline;
  margin-left: 20px;
  padding-left: 14px;
  position: relative;
  transition: .3s;
}

.footer-last-link li::before{
  background-color: #fff;
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50px;
  width: 5px;
  height: 5px;
}

.footer-last-link li a{
  position: relative;
  display: inline;
  background-size: 0 1px, 0 1px;
  transition: background-size .4s linear;
  font-size: 14px;
  color: #eeeeee;
  background-repeat: no-repeat;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  background-position: 100% 100%, 0 100%;
}

.footer-last-link li a:hover{
  background-size: 0 1px, 100% 1px;
  color: #ffffff;
  text-decoration: none;
}

.footer-social-box .footer-social-icon:hover {
  transform: rotate(360deg);
}

.header-social-media-icons a:hover{
  transform: rotate(360deg);
}