/*
Theme Name: Auscare Training Organisation
Theme URI: https://www.auscaretraining.edu.au
Author: aBit team
Author URI: http://abit.bt
Description: Auscare Training Organisation is part of the Auscare Group – WA’s most diverse health care provider since 2009.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Auscare Training
Text Domain: auscaretraining.edu.au

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #363636;
  line-height: 1.7;
  font-weight: 400;
}

.banner-title {
  font-size: 55px;
  margin-bottom: 25px;
  font-weight: 700;
  line-height: 1.2;
}
.caption {
  font-size: 16px;
  margin-bottom: 5px;
  color: #ffb607;
  font-weight: 400;
}
.section-title, .about h2,.contact h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 900;
  line-height: 1.3;
  color: #301a52;
/*  color: #111111;*/
}
.sub-title, .main-content h4 , .accordion h4{
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  color: #111111;
}
.section-divider {
  padding: 100px 0;
}
.section-divider-top {
  padding-top: 100px;
}
/* Top bar */
a {
  text-decoration: none;
}
.top-bar {
  font-size: 15px;
}
.copyright span {
  font-size: 12px;
}
.top-bar a, .top-bar i, .top-bar li  {
  color: #fff;
}
.top-bar a:hover, .top-bar i:hover, footer a:hover, .copyright a:hover {
  color: #ffb607 !important;
}

/* Mega Menu  */

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  /* Safari 4.0 - 8.0 */
  animation: fadeIn 0.3s alternate;
}

.nav-item.dropdown.dropdown-mega {
  position: static;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu {
  width: 90%;
  top: auto;
  left: 5%;
}

.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}
.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}
.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: #333;
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}
.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}
.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}
.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}
.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}

.icons {
  display: inline-flex;
  margin-left: auto;
}
.icons a {
  transition: all 0.2s ease-in-out;
  padding: 0.2rem 0.4rem;
  color: #ccc !important;
  text-decoration: none;
}
.icons a:hover {
  color: white;
  text-shadow: 0 0 30px white;
}

/* demo  */
.action{
   text-align: center;
   display: block;
   margin-top: 20px;
}

a.btn {
  text-decoration: none;
  color: #666;
   border: 2px solid #666;
   padding: 10px 15px;
   display: inline-block;
   margin-left: 5px;
}
a.btn:hover{
   background: #666;
   color: #fff;
    transition: .3s;
-webkit-transition: .3s;
}
.btn:before{
  font-family: FontAwesome;
  font-weight: normal;
  margin-right: 10px;
}
.github:before{content: "\f09b"}
.down:before{content: "\f019"}
.back:before{content:"\f112"}
.credit{
    background: #fff;
    padding: 12px;
    font-size: 9pt;
    text-align: center;
    color: #333;
    margin-top: 40px;

}
.credit span:before{
   font-family: FontAwesome;
   color: #e41b17;
   content: "\f004";
}
.credit a{
   color: #333;
   text-decoration: none;
}
.credit a:hover{
   color: #1DBF73; 
}
.credit a:hover:after{
    font-family: FontAwesome;
    content: "\f08e";
    font-size: 9pt;
    position: absolute;
    margin: 3px;
}

article li{
   color: #444;
   font-size: 15px;
   margin-left: 33px;
   line-height: 1.5;
   padding: 5px;
}
article h1,
article h2,
article h3,
article h4,
article p{
   padding: 14px;
   color: #333;
}
article p{
   font-size: 15px;
    line-height: 1.5;
}
 
@media only screen and (min-width: 1280px){
    main{
      max-width: 1160px;
      margin-left: auto;
      margin-right: auto; 
      padding: 24px;
    }
}

.set-overlayer,
.set-glass,
.set-sticky {
  cursor: pointer;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  color: #333;
  font-size: 16px;
}
.set-overlayer:after,
.set-glass:after,
.to-active:after,
.set-sticky:after {
  font-family: FontAwesome;
  font-size: 18pt;
  position: relative;
  float: right;
}
.set-overlayer:after,
.set-glass:after,
.set-sticky:after {
  content: "\f204";
  transition: .6s;
}

.to-active:after {
  content: "\f205";
  color: #008080;
  transition: .6s;
}
.set-overlayer,
.set-glass,
.set-sticky,
.source,
.theme-tray {
  margin: 10px;
  background: #f2f2f2;
  border-radius: 5px;
  border: 2px solid #f1f1f1;
  box-sizing: border-box;
}
/* Syntax Highlighter*/

pre.prettyprint {
  padding: 15px !important;
   margin: 10px;
  border: 0 !important;
  background: #f2f2f2;
  overflow: auto;
}

.source {
  white-space: pre;
  overflow: auto;
  max-height: 400px;
}
code{
    border:1px solid #ddd;
    padding: 2px;
    border-radius: 2px;
}
nav.navbar.sticky-top.navbar-expand-lg.navbar-light.bg-light {
  box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.navbar-light .navbar-nav .nav-link {
  font-weight: 400;
  color: #000;
  font-size: 16px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #ffb607;
} 
.navbar-light .navbar-nav .nav-link.active {
  color: #3B2764;
}
.mega-content h5 {
  font-size: 19px;
  line-height: 1.5;
  font-weight: 400;
  color: #111111;
}
.mega-content figure.snip1208 {
  min-height: 0;
}

.dropdown-menu {
  border: none;
  border-radius: 0;
  padding: 0;
}
/*.list-group-item {
  font-weight: 400;
  border: none;
}*/
.dropdown-item, .list-group-item {
  font-size: 15px;
  border: 0;
  color: #000;
  font-weight: 400;
  padding: 0.8rem;
  border-bottom: 1px solid #eee;
}
.dropdown-item:last-child, .list-group-item:last-child {
  border-bottom: none;
}
.dropdown-item:focus, .dropdown-item:hover, .list-group-item:hover {
  color: #fff;
  background-color: #594698;
}

.dropdown-menu {
  animation: slideUp 0.3s ease-in-out;
}

@keyframes slideUp {
  from {
    transform: translateY(8px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/*.mega-content a:hover {
  color: #ffb607;
}*/

/* Navbar */
/*.navbar-light .navbar-nav .nav-link {
  font-weight: 400;
  color: #2c2c2c;
}
.navbar-light .navbar-nav .nav-link.active {
  color: #3B2764;
} 
.navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .nav-link:hover {
  color: #ffb607;
}
.navbar-light .navbar-toggler {
  border: none;
}
.dropdown-menu {
  padding: 1.5rem;
  background-color: #594698;
  border: none;
  border-radius: 0;
}
.dropdown-item {
  font-size: 15px;
  color: #fff;
  padding: 0.35rem 1rem;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #ffb607;
  background-color: transparent;
}*/
/*.dropdown-menu[data-bs-popper] {
  margin-top: 2.7rem;
}*/

/*.navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  animation: slideUp 0.3s ease-in-out;
}

@keyframes slideUp {
  from {
    transform: translateY(8px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
*/
/* Icons */
.icon-animation {
    transition: all ease .5s;
}
.icon-animation:hover {
    transform: translateY(-5px);
}
.icon-holder {
  font-size: 80px;
  display: inline-block;
  width: 140px;
  height: 140px;
  line-height: 140px;
  margin-bottom: 25px;
  background-color: #d8f7ed;
  border-radius: 50%;
  color: #59a3de;
  text-align: center !important;
}
.icon-holder.yellow, .icon-holder-sm.yellow {
  background-color: #f3ecd8;
}
.icon-holder.blue, .icon-holder-sm.blue {
  background-color: #d2e9f5;
}
.icon-holder.orange, .icon-holder-sm.orange {
  background-color: #f7e8de;
}
.icon-holder-sm {
  font-size: 80px;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 25px;
  background-color: #d8f7ed;
  border-radius: 50%;
  color: #59a3de;
  text-align: center !important;
}
.contact-icon {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 25px;
  background-color: #fff;
/*   background-color: #e6e1ef; */
  border-radius: 50%;
  color: #59a3de;
  text-align: center !important;
}
.contact-icon i {
  color: #594698;
  text-align: center;
  line-height: 100px;
  font-size: 30px;
}
.icon-holder-sm img {
  width: 40px;
}
/* Theme color */
.f5f6fa-bg-color {
  background-color: #f5f6fa;
}
.purple-dark {
  background-color: #3B2764;
}
.purple-md {
  background-color: #594698;
}
.purple-light {
  background-color: #7F5CBA;
}
.dark-bg {
  background-color: #1a1414;
}
.yellow-bg {
  background-color: #ffb607;
}
/* Banner */
.banner-area {
    background-image: url('assets/images/banner.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 870px;
    padding-top: 130px;
    overflow: hidden;
}
.banner-area .container-fluid {
  max-width: 1470px;
}
.banner-area  h1 {
    color: #fff;
    font-size: 55px;
    margin-bottom: 25px;
}
.banner-area p {
  color: #fff;
  line-height: 1.8;
  font-size: 17px;
}
li.nav-item {
    padding: 0 14px;
}
/* Courses */
.nav-pills .nav-link.active {
  color: #fff;
  background-color: #ffb607;
}
.nav-pills .nav-link {
   color: #301a52;
  background-color: #f5f6fa;
}
/* News card */
figure.snip1208 {
  color: #fff;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  color: #000000;
  text-align: left;
  font-size: 16px;
  border: 1px solid #EDEDED;
  border-radius: 5px;
  min-height: 470px;
  margin-bottom: 25px;
}
figure.snip1208 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
figure.snip1208 img {
  max-width: 100%;
  vertical-align: top;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
figure.snip1208 figcaption {
  padding: 30px;
  position: relative;
}
figure.snip1208 .date,
figure.snip1208 i {
  background-color: #1abc9c;
  top: 25px;
  color: #fff;
  left: 25px;
  min-height: 60px;
  min-width: 60px;
  position: absolute;
  text-align: center;
}
figure.snip1208 .date {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
figure.snip1208 .date span {
  display: block;
  line-height: 30px;
}
figure.snip1208 .date .month {
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.1);
}
figure.snip1208 i {
  line-height: 60px;
  font-size: 30px;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip1208 h3,
figure.snip1208 p {
  margin: 0;
  padding: 0;
}
figure.snip1208 button {
  border: none;
  background-color: transparent;
  color: #594698;
  text-transform: uppercase;
  font-size: 0.9em;
}
figure.snip1208 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.snip1208:hover img,
figure.snip1208.hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
figure.snip1208:hover i,
figure.snip1208.hover i {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
figure.snip1208:hover button,
figure.snip1208.hover button {
  background-color: transparent;
}
/* Image card */
figure.snip0014 {
  color: #fff;
  position: relative;
  overflow: hidden;
  background: #000000;
  text-align: center;
}
figure.snip0014 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.snip0014 img {
  max-width: 100%;
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.snip0014 figcaption {
  font-size: 1.25em;
}
figure.snip0014 > div {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 3em 3em;
  width: 100%;
  height: 100%;
}
figure.snip0014 > div::before {
  position: absolute;
  top: 30px;
  right: 50%;
  bottom: 30px;
  left: 50%;
  border-left: 1px solid rgba(255, 255, 255, 0.8);
  border-right: 1px solid rgba(255, 255, 255, 0.8);
  content: '';
  opacity: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.snip0014 h2,
figure.snip0014 p {
  margin: 0 0 5px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,transform 0.35s;
}
figure.snip0014 h2 {
/*  word-spacing: -0.15em;*/
 /* font-weight: 400;
  text-transform: uppercase;*/
  -webkit-transform: translate3d(0%, 100%, 0);
  transform: translate3d(0%, 100%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
figure.snip0014 p {
  margin-top: 25px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip0014 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}
figure.snip0014:hover img {
  opacity: 0.35;
}
figure.snip0014:hover > div h2 {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
figure.snip0014:hover > div p {
  opacity: 0.8;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.snip0014:hover > div::before {
  background: rgba(255, 255, 255, 0);
  left: 30px;
  right: 30px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
/* Testimonial */
.testimonial i {
  font-size: 75px;
  color: #ffb607;
} 
/*.testimonial{ text-align: center; }
.testimonial .description{
    font-size: 15px;
    color: #585656;
    line-height: 27px;
    margin-bottom: 30px;
}*/
.testimonial .pic{
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
}
/*.testimonial .pic:after{
    content: "";
    border-width: 20px;
    border-style: solid;
    border-color: #1bddc6 #1bddc6 transparent transparent;
    position: absolute;
    bottom: -33px;
    right: 20%;
    transform: rotate(-15deg);
    z-index: -1;
}*/
.testimonial .pic img{
    width: 100%;
    height: auto;
}
/*.testimonial .title{
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #413f3f;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 7px;
}*/
.testimonial .post{
    display: block;
    font-size: 15px;
    color: #585656;
    text-transform: capitalize;
}
.owl-theme .owl-controls{
    margin-top: 10px;
}
.owl-theme .owl-controls .owl-page span{
    width: 30px;
    height: 3px;
    background: #585656;
    border-radius: 0;
    opacity: 1;
    transition: all 0.4s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #301a52;
}
footer, footer a, footer h2, .copyright {
  color: #fff !important;
}
footer li {
  padding: 5px 0;
}
.copyright a {
  color: #b0b2b5;
}
.copyright p {
  margin: 0;
}
/* Button */
.snip1287 {
  border: none;
  background-color: #594698;
  border-radius: 0;
  color: #ffffff;
  cursor: pointer;
  padding: 10px 45px;
  display: inline-block;
  margin: 10px 0;
  text-transform: uppercase;
/*  line-height: 2.7em;*/
  font-weight: 400;
  outline: none;
  position: relative;
  font-size: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.snip1287:after {
  content: "";
  position: absolute;
  height: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  border-radius: inherit;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.snip1287:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  background-color: inherit;
/*  border-radius: 10px;*/
  z-index: -1;
/*  box-shadow: inset 0 -6px 10px rgba(0, 0, 0, 0.75);*/
}
.snip1287:hover:after,
.snip1287.hover:after {
  height: 100%;
}
.snip1287.yellow {
  background-color: #ffb607;
}
/* Breadcrumb */
.breadcrumbs {
  font-weight: 400;
}
.breadcrumbs span.current {
    color: #ffb607;
}
.f5f6fa-bg-color .breadcrumbs span a {
  color: #301a52;
}
.f5f6fa-bg-color .breadcrumbs span a:hover, .section-overlay .breadcrumbs span a:hover {
  color: #ffb607;
}
.section-overlay .breadcrumbs span a, .contact-box a {
  color: #fff;
}
/* Courses  */
.course-gap {
  border-radius: 15px;
}
.course-box {
  color: #fff;
}
.course-box i {
  font-size: 25px;
}

/* Internal Page */
/* About Us */
.snip1268 {
  position: relative;
  overflow: hidden;
  margin: 10px;

  color: #333333;
  text-align: center;
  background-color: #ffffff;
  line-height: 1.6em;
}
.snip1268 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.snip1268 .image {
  position: relative;
}
.snip1268 img {
  max-width: 100%;
  vertical-align: top;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.snip1268 .icons {
  position: absolute;
  left: 20px;
  right: 20px;
  opacity: 0;
}
.snip1268 .icons {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  top: 20px;
  display: flex;
  justify-content: space-between;
}
.snip1268 .icons a {
  width: 32.5%;
  background: #ffffff;
}
.snip1268 .icons a:hover {
  background: #ffb607;
}
.snip1268 .icons a:hover i {
  color: #ffffff;
  opacity: 1;
}
.snip1268 .icons i {
  line-height: 46px;
  font-size: 20px;
  color: #000000;
  text-align: center;
  opacity: 0.7;
  margin: 0;
}
.snip1268 figcaption {
  padding: 20px 20px 30px;
}
/*.snip1268 h2,
.snip1268 p {
  margin: 0;
  text-align: left;
}
.snip1268 h2 {
  margin-bottom: 10px;
  font-weight: 700;
}
.snip1268 p {
  margin-bottom: 15px;
  font-size: 0.85em;
  font-weight: 700;
}*/

.snip1268:hover img,
.snip1268.hover img {
  opacity: 0.8;
}
.snip1268:hover .icons,
.snip1268.hover .icons {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* Agent */
.agent p, .contact-box p {
  color: #fff;
}
.single-live-stress-item.style-two {
  border-radius: 5px;
/*    border-radius: 10px 0 10px 0;*/
}
.single-live-stress-item {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    /* box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%); */
    padding: 40px;
    position: relative;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    margin-bottom: 30px;
    min-height: 465px;
}
.single-live-stress-item:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.single-live-stress-item h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* Parallax */
.section-img {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.section-overlay {
  background-color: rgba(59,39,100,.9);
}
.page-banner .section-overlay {
  padding: 170px 0;
}
.course-highlight {
  border: 1px solid #EDEDED;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 30px 0 rgba(25, 25, 46, 0.04);
  padding: 40px;
}
.cost h4 {
  font-size: 35px;
  font-weight: 700;
  color: #3B2764;
}
.course-highlight i , .international-std i, .agent-contact i {
  color: #594698;
}
.course-highlight span {
  font-weight: 400;
}
.course-highlight li {
  padding: 18px 0;
  border-bottom: 1px solid #EDEDED;
}
.course-highlight li:last-child {
  border-bottom: none;
}
.course-highlight button, .course-btn button {
  width: 100%;
}
.international-std li, .agent-contact li {
    padding: 12px 0;
}
.agent-contact a {
  color:#666;
}
.international-std li a {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #111111;
}
.international-std li a:hover, .agent-contact a:hover {
  color: #ffb607;
}
.dark-box {
  border-radius: 15px;
  padding: 70px;
}
.contact-box, .course-box  {
  border-radius: 15px;
  padding: 45px;
  margin: 10px 0;
}
.dark-box h3, .main-content h3 {
  font-size: 25px;
  line-height: 1.5;
  font-weight: 400;
  color: #212529;
}
.main-content h3 {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 400;
  color: #212529;
}
/* Services */
.service-box {
  padding: 60px;
  color: #fff;
}
.service-box i {
  font-size: 50px;
}
.service-box h4 {
  font-family: 'Lato', sans-serif;
  font-size: 23px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff !important;
}
.service-box ul {
  padding-left: 0;
}
.service-box li {
  padding: 5px 0;
}
.service-box p {
  margin: 25px 0;
}
.service-box a {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9em;
}
.service-box a:hover, .contact-box a:hover {
  color: #ffb607;
}
.std-info a {
  color: #3B2764;
  font-weight: 700;
}
.std-info a:hover {
  color: #7F5CBA;
}
.accordion-button {
  font-size: 25px;
  font-weight: 400;
  padding: 2rem 1.25rem;
}

/* Table */
/* tbody {
  font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #363636;
} */
.wp-block-table td, .wp-block-table th {
  border: none !important;
    padding: 0.8em !important;
}
/* tr:nth-child(odd) {
    background: #3B2764;
    color: #fff;
} */
tr:nth-child(even) {background: #f2f2f2}
/* tr:nth-child(odd) {background: #FFF} */
/* 
tr:nth-child(even):hover, tr:nth-child(odd):hover {
    background:#ececec;
} */

/* Accordion  */
#sp-ea-172.sp-easy-accordion>.sp-ea-single {
    background: #3B2764;
}

/* Contact Form */
.wpforms-container .wpforms-field-label {
  font-weight: 700 !important;
}
div.wpforms-container-full input[type=text]:focus, div.wpforms-container-full .wpforms-form textarea:focus {
  border: 1px solid #7F5CBA !important;
}
div.wpforms-container-full button[type=submit] {
  font-weight: 400 !important;
  background-color: #594698 !important;
}
div.wpforms-container-full button[type=submit]:not(:hover):not(:active) {
  background-color: #ffb607  !important;
}
div.wpforms-container-full button[type=submit]:focus:after {
  border: none !important;
}

@media (min-width: 576px) {
  .top-bar .social {
    text-align: right;
  }
}
@media (max-width: 575px) {
  
}
@media (min-width: 768px) {
  .course-gap {
    padding: 100px;
  }
}
@media (max-width: 767px) {
  .course-gap {
    padding: 50px;
  }
  .top-bar, .top-bar .social{
    text-align: center !important;
  }
  .top-bar a, .top-bar i, .top-bar li {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .dropdown-menu[data-bs-popper] {
    margin-top: 2rem;
  }
}
@media (min-width: 1200px) { ... }

@media (min-width: 1400px) { ... }


.form-control {
  padding: 0.475rem 0.75rem;
  font-weight: 300;
}
label {
  font-weight: 300;
  color: #000;
}
.form-control:focus {
  border: 1px solid #7F5CBC;
    box-shadow: none;
}
