* {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Red Hat Display", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  font-weight: 400;
}
.text-upper {
  text-transform: uppercase;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px #fff inset;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
.w-full {
  width: 100%;
}
fieldset,
img {
  border: 0;
  vertical-align: top;
}
a {
  text-decoration: none;
  line-height: inherit;
  outline: 0;
}
p a,
p a:visited {
  line-height: inherit;
}
figure {
  margin: 0;
}
dl,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 17px;
  color: #333;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  width: 100%;
  height: 35px;
  border: none;
  outline: 0;
  border-radius: 0;
  outline: 0;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
select option {
  padding: 5px;
}
select::-ms-expand {
  display: none;
}
img {
  max-width: 100%;
  height: auto;
}
body,
html {
  margin: 0;
  color: #170e17;
  font-size: 16px;
  letter-spacing: 1px;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  height: 100%;
  font-size: 16px;
  background-color: #f6f6f6;
}
body.fix-scroll,
body.no-scroll {
  overflow: hidden;
}
::-webkit-input-placeholder {
  color: #5e5d5d;
  opacity: 0.4;
}
::-moz-placeholder {
  color: #5e5d5d;
  opacity: 0.4;
}
:-ms-input-placeholder {
  color: #5e5d5d;
  opacity: 0.4;
}
:-moz-placeholder {
  color: #5e5d5d;
  opacity: 0.4;
}
.search-section ::-webkit-input-placeholder {
  color: #8a8f8f;
  opacity: 1;
  font-weight: 600;
}
.search-section ::-moz-placeholder {
  color: #8a8f8f;
  opacity: 1;
  font-weight: 600;
}
.search-section :-ms-input-placeholder {
  color: #8a8f8f;
  opacity: 1;
  font-weight: 600;
}
.search-section :-moz-placeholder {
  color: #8a8f8f;
  opacity: 1;
  font-weight: 600;
}
.add-fd-section .search-section ::-webkit-input-placeholder {
  color: #8a8f8f;
  opacity: 1;
  font-weight: 400;
}
.add-fd-section .search-section ::-moz-placeholder {
  color: #8a8f8f;
  opacity: 1;
  font-weight: 400;
}
.add-fd-section .search-section :-ms-input-placeholder {
  color: #8a8f8f;
  opacity: 1;
  font-weight: 400;
}
.add-fd-section .search-section :-moz-placeholder {
  color: #8a8f8f;
  opacity: 1;
  font-weight: 400;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #000;
  display: block;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="phone"],
input[type="tel"],
input[type="text"],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 18px;
  color: #333;
  outline: 0;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #e8e7e6;
  min-height: 50px;
}
textarea {
  resize: vertical;
  height: auto;
  min-height: 80px;
  max-height: 150px;
  margin-top: 15px;
}
.form-element {
  padding: 25px 0;
}
.form-element label {
  color: #d6ac12;
  font-size: 18px;
}
.form-element.submit .btn {
  width: 100%;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 17px;
  cursor: pointer;
  color: #fff;
}
.error {
  color: #f31919;
  font-size: 16px;
  display: none;
}
.align-left {
  float: left;
}
.align-right {
  float: right;
}
.col-3 {
  width: 25%;
  float: left;
}
.col-4 {
  width: 33.33%;
  float: left;
}
.col-6 {
  width: 50%;
  float: left;
}
.container {
  position: relative;
  width: 1590px;
  max-width: 100%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
.container-small {
  position: relative;
  width: 1170px;
  max-width: 100%;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
.clear:after,
.container:after,
.container-small,
.footer-menu:after,
.slider-outer:after {
  content: "";
  clear: both;
  display: block;
}
.btn {
  border: 2px solid #bdbdbd;
  padding: 14px 25px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn.fill {
  border: 2px solid transparent;
  background: #ff914d;
  color: #fff;
}
.wrapper {
  min-height: 100%;
}
.header {
  transition: 0.3s all;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: rgba(255, 255, 255, 1);
}
.header .container {
  position: relative;
}
.logo a {
  padding: 6px 0;
}
.menu-section {
  display: inline-block;
  vertical-align: top;
}
.menu-close,
.nav-toggle {
  display: none;
}
.menu ul li {
  display: inline-block;
  padding: 0 25px;
  vertical-align: top;
}
.menu ul li a {
  text-transform: uppercase;
  color: #000;
  display: block;
  line-height: 52px;
  position: relative;
}
.menu ul li a:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  height: 2px;
  bottom: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 2px;
}
.menu ul li a:hover:after {
  content: "";
  width: 100%;
  left: 0;
  background: #ff914d;
}
.menu ul li.active a:after {
  content: "";
  width: 100%;
  left: 0;
  background: #ff914d;
}
.menu ul li.active a {
  font-weight: 600;
}
.menu-login ul li a.btn:after {
  display: none;
}
.menu-login ul li a.btn {
  border: 2px solid #ae9260;
  text-transform: uppercase;
  color: #ae9260;
  line-height: inherit;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.menu-login ul li a.btn.fill {
  border: 2px solid transparent;
  color: #fff;
}
.menu-login ul li a.btn.fill i {
  font-style: normal;
  font-weight: 600;
}
.user-menu {
  margin-left: 15px;
}
.user-menu ul li a {
  line-height: 52px;
  text-transform: uppercase;
  color: #4c4c4c;
  position: relative;
  padding-right: 55px;
  max-width: 130px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menu-login ul li {
  display: inline-block;
  padding: 0 25px;
  vertical-align: top;
}
.menu-login ul li:last-child {
  padding: 0;
}
.show-menu .user-menu {
  margin-right: 0;
}
.show-menu .nav-toggle {
  display: none;
}
.show-menu .menu-section {
  opacity: 1;
  position: inherit;
  top: 0;
  width: auto;
}
.show-menu .menu {
  position: inherit;
  top: 0;
}
.show-menu .menu ul li a {
  line-height: 38px;
  color: #4c4c4c;
  font-weight: 500;
  padding: 0 10px;
}
.show-menu .menu ul li {
  display: inline-block;
}
.show-menu .menu ul li.active a:after {
  width: auto;
  left: 5px;
  right: 5px;
}
.footer {
  background: #67a299;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 40px;
}
.footer a {
  color: #fff;
  display: inline-block;
}
.footer .social-icon a {
  width: 34px;
  height: 34px;
  background: #fff;
  border-radius: 4px;
  vertical-align: top;
  position: relative;
}
.footer-menu .title {
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 40px;
}
.footer-menu .col-3 {
  width: 28%;
}
.footer-menu .col-3:last-child {
  width: 16%;
}
.footer-menu .col-3 ul li {
  font-size: 16px;
  text-transform: uppercase;
  padding: 12px 1px;
}
.footer .copy-right,
.footer .social-icon {
  margin-top: 40px;
  text-align: center;
}
.footer .copy-right ul,
.footer .social-icon ul {
  display: block;
}
.footer .copy-right ul li,
.footer .social-icon ul li {
  display: inline-block;
  text-transform: uppercase;
  padding: 0 20px;
}
.footer ul li a {
  position: relative;
}
.footer ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 1px;
  bottom: -2px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 2px;
}
.footer ul li a:hover:after {
  content: "";
  width: 100%;
  left: 0;
  background: #fff;
}
.footer .social-icon ul li a:after,
.footer ul.app_links li a:after {
  display: none;
}
.footer .copy-right ul li a {
  font-size: 14px;
}
.footer ul.app_links li {
  display: inline-block;
}
.footer ul.app_links li {
  margin: 0 14px;
}
.footer ul.app_links li:first-child {
  margin-left: 0;
}
.insta svg {
  width: 18px;
  text-align: center;
  fill: #67a299;
}
.facebook svg {
  width: 12px;
  text-align: center;
  fill: #67a299;
  position: absolute;
  bottom: 7px;
  right: 0;
  left: 0;
  margin: auto;
}
.twitter svg {
  width: 20px;
  text-align: center;
  fill: #67a299;
}
.linkdn svg {
  width: 20px;
  text-align: center;
  fill: #67a299;
}
.youtube svg {
  width: 14px;
  text-align: center;
  fill: #67a299;
}
.footer .social-icon a.center svg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  margin: auto;
}
.footer .social-icon a:hover svg {
  fill: #a68856;
}
.footer .social-icon a:hover {
  background: #e8f7f5;
}
.common-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 1px;
  background: #ae9260;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
.btn.fill:hover:before,
.common-btn:hover:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 2px solid transparent;
}
.btn.fill:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 1px;
  background: #ae9260;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
.btn.fill:hover:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.btn.fill:hover,
.menu-login ul li a.btn.fill:hover {
  border: 2px solid #ae9260;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.menu ul li a.btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 1px;
  background: #ae9260;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
.menu ul li a.btn:hover:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.menu ul li a.btn:hover {
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #ae9260;
}
.btn-box a.btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
.btn-box a.btn:hover:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.btn-box a.btn:hover {
  color: #4c4c4c;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-box a.btn.fill:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 1px;
  background: #ae9260;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
.btn-box a.btn.fill:hover:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.btn-box a.btn.fill:hover {
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #ae9260;
  background: #ae9260;
}
.form-element.submit .btn:hover {
  background: #ae9260;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.btn.next_btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 1px;
  background: #ae9260;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
.btn.next_btn:hover:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.btn.next_btn:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #ae9260;
  background: #ae9260;
}
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.space-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.grid-3 li {
  width: 33.3%;
  margin: 0 10px;
}
.grid-4 li {
  width: 25%;
  margin: 0 10px;
}

.orange {
  color: #ff914d !important;
}
@media (max-width: 1600px) {
  .container {
    width: 1250px;
  }
  .footer {
    padding: 60px 40px 40px;
  }
  .menu ul li {
    padding: 0 20px;
  }
}
@media (max-width: 1400px) {
  .header {
    padding: 0;
  }
  .logo a {
    padding: 0 0;
  }
  .menu ul li {
    padding: 0 12px;
  }
  .menu ul li a {
    font-size: 14px;
    line-height: 42px;
  }
  .menu-login .btn {
    padding: 10px 12px;
  }
  .menu-login ul li {
    padding: 0 12px;
  }
  .menu-login ul li a {
    font-size: 14px;
    line-height: 42px;
  }
  .form-element {
    padding: 15px 0;
  }
  .form-element label {
    font-size: 15px;
  }
  .form-element.submit .btn {
    padding: 14px;
  }
  .footer {
    padding: 60px 40px 40px;
  }
  .footer a {
    font-size: 15px;
  }
  .footer-menu .title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .footer-menu .col-3 ul li {
    padding: 10px 1px;
  }
  .footer .copy-right ul li,
  .footer .social-icon ul li {
    padding: 0 10px;
  }
  .container {
    width: 1170px;
  }
}
@media (max-width: 1170px) {
  .menu ul li {
    padding: 0 8px;
  }
  .menu ul li a {
    line-height: 38px;
    text-transform: capitalize;
    font-size: 15px;
  }
  .menu-login ul li {
    padding: 0 8px;
  }
  .menu-login ul li a {
    font-size: 14px;
  }
  .menu-login .btn {
    padding: 8px 10px;
  }
  .menu-login ul li a.btn {
    text-transform: capitalize;
  }
  .footer-menu .title {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .header {
    padding: 0;
  }
  .menu-login .btn {
    padding: 8px 14px;
  }
  .footer {
    padding: 60px 0 40px;
  }
  .footer ul.app_links li {
    margin: 0 5px;
  }
  .footer .copy-right ul li,
  .footer .social-icon ul li {
    padding: 0 4px;
  }
  .footer-menu .title {
    margin-bottom: 20px;
  }
  .nav-toggle {
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 15px;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
  }
  .nav-toggle {
    width: 30px;
    height: 36px;
  }
  .nav-toggle .icon.bars {
    width: 30px;
    border-top: solid 3px #ff914d;
    margin: 9px 0 0 2px;
  }
  .icon.bars {
    width: 25px;
    border-top: solid 3px #e4e0e0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    float: left;
    position: absolute;
    left: -2px;
  }
  .nav-toggle .icon.bars:nth-child(1) {
    top: 0;
    -webkit-transition: all.3s;
    -o-transition: all.3s;
    transition: all.3s;
  }
  .nav-toggle .icon.bars:nth-child(2) {
    top: 8px;
    -webkit-transition: all.3s;
    -o-transition: all.3s;
    transition: all.3s;
  }
  .nav-toggle .icon.bars:nth-child(3) {
    top: 16px;
    -webkit-transition: all.3s;
    -o-transition: all.3s;
    transition: all.3s;
  }
  .menu-login.align-right {
    margin-right: 45px;
  }
  .menu-section {
    opacity: 0;
    position: fixed;
    left: 0;
    right: 0;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    z-index: 5;
    top: -100%;
    right: 0;
    width: 100%;
    background: #414242;
    height: 0;
  }
  .toggled-left .menu-section {
    opacity: 1;
    top: 0;
    bottom: 0;
    height: 100%;
  }
  .header.aos-init {
    -webkit-transform: inherit !important;
    -ms-transform: inherit !important;
    transform: inherit !important;
  }
  .menu {
    overflow: auto;
    position: fixed;
    width: 100%;
    top: -200%;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
  }
  .toggled-left .menu {
    top: 65px;
  }
  .menu ul li {
    padding: 0 0;
    display: block;
  }
  .menu ul li a {
    line-height: 50px;
    color: #e1e1e1;
    padding: 0 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
  }
  .menu ul li:last-child a {
    border-bottom: 0;
  }
  .toggled-left .menu-close {
    width: 18px;
    height: 40px;
    position: relative;
    display: block;
    margin-left: 20px;
    cursor: pointer;
    margin: 0 auto;
  }
  .toggled-left .menu-close:after,
  .toggled-left .menu-close:before {
    position: absolute;
    left: 8px;
    top: 15px;
    content: " ";
    height: 25px;
    width: 1.5px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .toggled-left .menu-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .toggled-left .menu-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  body.toggled-left {
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    overflow: hidden;
  }
  .header {
    z-index: 7;
  }
}
@media (max-width: 767px) {
  .footer-menu .col-3 {
    width: 32.5%;
    display: inline-block;
    vertical-align: top;
    float: none;
  }
  .footer-menu .col-3:last-child {
    width: 25%;
    float: left;
    margin-top: 40px;
  }
  .footer .social-icon {
    float: right;
    margin-top: -45px;
  }
  .footer a {
    font-size: 14px;
  }
}
@media (max-width: 599px) {
  .footer-menu .col-3 {
    width: 49%;
    vertical-align: top;
    margin-bottom: 30px;
  }
  .footer-menu .col-3:last-child {
    width: 49%;
    vertical-align: top;
    float: none;
    margin-top: 0;
  }
  .footer .social-icon {
    float: none;
    margin-top: 0;
  }
}
@media (max-width: 467px) {
  .menu-login ul li a {
    font-size: 12px;
  }
  .menu-login .btn {
    padding: 8px 8px;
  }
  .menu-login ul li a.btn {
    text-transform: capitalize;
  }
  .menu-login ul li a.btn.fill i {
    display: none;
  }
  .menu-login ul li a.btn.fill {
    min-width: 80px;
    text-align: center;
  }
  .menu-login.align-right {
    margin-right: 42px;
  }
  .footer-menu .title {
    text-transform: capitalize;
  }
  .footer-menu .col-3 ul li {
    text-transform: capitalize;
  }
  .footer .copy-right ul li,
  .footer .social-icon ul li {
    text-transform: capitalize;
  }
  .accordion .ans {
    font-size: 14px;
  }
}
@media (max-width: 367px) {
  .inner-page .menu-login .btn,
  .menu-login ul li a.btn {
    border: 0;
    font-size: 13px;
  }
  .inner-page .menu-login .btn.fill,
  .menu-login ul li a.btn.fill {
    background: 0 0;
    color: #ae9260;
  }
  .menu-login .btn {
    padding: 8px 0;
  }
  .inner-page .menu-login .btn.fill,
  .menu-login ul li a.btn.fill {
    min-width: 60px;
  }
  .inner-page .menu-login ul li a.btn.fill:hover,
  .menu-login ul li a.btn.fill:hover {
    background: #fff;
    border: 0;
  }
  .menu-login ul li a.btn.fill::before {
    display: none;
  }
  .footer-menu .col-3 {
    width: 100%;
  }
  .banner-inner .banner_content {
    padding-top: 82px !important;
  }
  .inner-page .menu-login ul li a.btn.fill,
  .menu-login ul li a.btn.fill {
    border: 0;
  }
  .course-list.audio-listing .audio-ply-btn {
    float: none !important;
  }
  .audio-detail {
    margin-left: 0 !important;
  }
  .course-list.audio-listing .audio-timing {
    margin-left: 0 !important;
  }
}
