/*
Template Name: ASAC
Template URI:
Author URI: Ken Than
Description:ASAC is clean, responsive, modern and feature. It is an ultimate flexible template with loads of useful options and features.
Version: 1.0.1
Primary use: AUSTRALIA SKILLS ASIA COLLEGE
*/


/*--------------------------------------------------------------
Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: 'Segoe UI', sans-serif;
  background-color: #f8f9fa;
}

:root {
  --primary-color: #0B4268;
  --secondary-color: #CA992C;
  --text-color: #333;
  --light-bg: #c5e6fd;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

q {
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1px;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 5px;
	border: 2px double #f9f9f9;
	text-align: center;
}

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #888;
	font-size: 16px;
	line-height: 1.75;
	font-family: 'Roboto', sans-serif;
}

h1 {
	font-size:40px;
}

h2 {
	font-size:32px;
}

h3 {
	font-size:22px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 10px 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #000;
	line-height: 1.5;
}

p {
	margin: 0 0 15px 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	text-align: center;
	position: relative;
	margin: 0 0 25px;
	font-size: 27px;
	font-weight: 100;
}

blockquote cite {
	font-size: 18px;
	line-height: 1.89;
	color: #888888;
}

blockquote cite {
	display: block;
	margin-top: 7px;
}

address {
	margin: 0 0 15px;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 15px;
	max-width: 100%;
	overflow: auto;
	padding: 15px;
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #dc4357;
	background-color: #0b60a912;
	border-radius: 4px;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 50px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 50px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.text-alignleft {
	text-align: left;
}

.text-alignright {
	text-align: right;
}

.text-aligncenter {
	text-align: center;

}

/*--------------------------------------------------------------
Boxed layout container
--------------------------------------------------------------*/
.boxed-container {
	max-width: 1400px;
	margin: 39px auto 0;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
	padding: 0;
}

.primary-bg {
	background-color: var(--primary-color);
}
.secondary-bg {
	background-color: var(--secondary-color);
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/

}

.topbar {
  font-size: 0.95rem;
  background-color: #f8f9fa;
}

.topbar .logo img {
  height: 100px;
  width: auto;
}
.topbar .contact-info i {
  color: var(--secondary-color);
}

.topbar .contact-info .icon_text {
    margin-top: 0;
    margin-left: 95px;
    padding: 0 5px;
}

.icon_text .icon {
	float: left;
}

.icon_text .icon-text {
	float: right;
}

#navbarSticky.sticky-nav {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 1400px;
  z-index: 999;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  animation: slideDown 0.3s ease-in-out;
}



/* Banner */
.home-slogan {
	background-color: var(--primary-color);
	margin: 80px 0;
	padding: 25px 0;
	text-align: center;
}

.home-slogan h2 {
	color: var(--secondary-color);
}

.banner img {
  max-height: 400px;
  object-fit: cover;
}

/* Section Title */
.section-title {
  font-size: 1.75rem;
  font-weight: 600;
  border-left: 4px solid var(--secondary-color);
  padding-left: 10px;
  margin: 40px 0;
}

.course-cate i {
  font-size: 25px;=
  margin-bottom: 10px;
}

.hover-shadow:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.3s ease;
}
/* Course */

.course-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #eee;
  transition: transform 0.3s ease;
  border-radius: 8px;
}

.course-card-img {
  position: relative;
  overflow: hidden;
  height: 250px;
}

.course-card-img img {
  width: 100%;
  display: block;
  transition: transform 0.3s ease;
}

.course-card a {
  color: black !important;
  text-decoration: none !important;
}

.course-card a:hover {
  color: var(--primary-color) !important;
}

.course-card .course-card-img::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease;
}

.course-card:hover .course-card-img::before {
  opacity: 1;
}

.course-card .course-card-img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--secondary-color);
  width: 0;
  height: 5px;
  z-index: 2;
  transition: all 0.3s ease;
}

.course-card:hover .course-card-img::after {
  width: 100%;
}

/* Buttons */

.primary-btn,
.secondary-btn {
  display: inline-block;
  padding: 12px 24px;
  font-weight: bold;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  transition: color 0.4s ease;
  z-index: 1;
  text-decoration: none;
  margin-right: 2rem;
}

/* Primary Button */
.primary-btn {
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
  background-color: #fff;
}

.primary-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: var(--primary-color);
  transition: width 0.4s ease;
  z-index: -1;
}

.primary-btn:hover::before {
  width: 100%;
}

.primary-btn:hover {
  color: #fff;
}

/* Secondary Button */
.secondary-btn {
  color: #fff;
  background-color: var(--secondary-color);
  border: 2px solid transparent;
}

.secondary-btn::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: #fff;
  transition: width 0.4s ease;
  z-index: -1;
}

.secondary-btn:hover::before {
  width: 100%;
  left: auto;
  right: 0;
}

.secondary-btn:hover {
  color: var(--secondary-color);
  border-color: var(--secondary-color);
}


/* Principles */
.values-list .value-icon {
	width: 40px;
	height: 40px;
	border: 2px solid var(--primary-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	color: var(--primary-color);
	font-size: 1.5rem;
	transition: 0.3s ease;
}

.values-list .value-icon:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.map-background {
	background-image: url(../imgs/map-copy-min.png);
}

.principles {
	margin-bottom: 40px;
}

.principles img{
	max-width: 100%;
}


/*---------------------------------------------
  CONTENT HEADER
----------------------------------------------*/

.header-title {
	padding: 60px 40px;
	background-color: var(--secondary-color);
}

.header-title h3 {
	  font-size: 1.75rem;
    font-weight: 600;
    border-left: 4px solid #fff;
    padding-left: 10px;
    color: #fff;
}

.breadcrumbs {
  font-size: 115%;
}

.breadcrumbs a {
  color: white !important;
  text-decoration: none !important;
}

.breadcrumbs a:hover {
  color: var(--primary-color) !important;
}

.breadcrumbs .breadcrumb_last {
  color: var(--primary-color);
}
/*---------------------------------------------
CONTENT DETAIL
----------------------------------------------*/

.content-area {
	padding-right: 20px !important;
}
.content-area h3:after, .content-area h2:after {
	  content: '';
    display: block;
    width: 52px;
    height: 3px;
    background: var(--secondary-color);
    margin: 4px 0 0;
}

.content-area p {
	text-align: justify;
}

.content-area a {
  color: var(--primary-color);
  text-decoration: none;
}

.content-area a:hover {
  color: var(--secondary-color);
}

.content-area ul {
	list-style: square;
}

.content-area ul li::marker {
	color: var(--primary-color);
}

.cta-button {
	margin: 20px 0;
}

/* Responsive tweaks */
@media (max-width: 767px) {
  .section-title {
    font-size: 1.5rem;
    border-left-width: 3px;
  }
  .banner img {
    max-height: 250px;
  }
}
@media (max-width: 575px) {
  .navbar-brand {
    font-size: 1.1rem;
  }
  .value-icon {
    font-size: 1.2rem;
  }
}

/* CONTENT NEXT / PREV POST */

.nav-links {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px; /* khoảng cách giữa Previous và Next */
  margin: 40px 0;
  font-family: Arial, sans-serif;
}

.nav-previous, .nav-next {
  flex: 1;
}
.nav-next {
  text-align: right;
}

.nav-links a {
  display: block;
  padding: 15px 20px;
  border: 1px solid var(--primary-color);
  color: black;
  text-decoration: none;
  border-radius: 8px;
  transition: background-color 0.3s ease;
  height: 100%;
}

.nav-links a:hover {
  border-color: var(--secondary-color);
  color: var(--secondary-color);
}

.nav-subtitle {
  display: block;
  font-size: 14px;
  opacity: 0.85;
}

.nav-title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 4px;
}

@media (max-width: 600px) {
  .nav-links {
    flex-direction: column;
    text-align: center;
  }
}


/* Accordion */

.custom-accordion {
  font-family: Arial, sans-serif;
  margin: 50px 0;
}
.custom-accordion .accordion-item {
  border-bottom: 1px solid #ddd;
}
.custom-accordion .accordion-header {
  padding: 16px;
  background: #fff;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
}
.custom-accordion .accordion-header:hover {
  color: var(--secondary-color);
}

.custom-accordion .active .accordion-header {
	color: var(--secondary-color);
	background: #f1f2f4;
}

.accordion-icon {
  font-weight: bold;
  font-size: 20px;
  color: var(--secondary-color);
  width: 24px;
  text-align: center;
}
.accordion-body {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease;
  background: #f1f2f4;
}
.accordion-content {
  padding: 16px;
  font-size: 15px;
  color: #333;
}
.accordion-item.active .accordion-body {
  max-height: 500px; /* enough to fit content */
}

/* Sidebar Content */

.right-sidebar {
  position: sticky;
    top: 100px; /* Khoảng cách từ đỉnh trình duyệt, tùy chỉnh theo header */
    z-index: 100;
    padding-left: 20px !important;
    border-left: 1px solid #f4f4f4;
}

.right-sidebar .widget_block {
  padding: 0 0 10px 10px;
}

.right-sidebar h3:after {
    content: '';
    display: block;
    width: 52px;
    height: 3px;
    background: var(--secondary-color);
    margin: 4px 0 0;
}

.right-sidebar ul {
  margin-left: 10px !important;
}

.right-sidebar a {
  color: black;
  text-decoration: none !important;
}

.right-sidebar a:hover {
  color: var(--primary-color);
}

.filter-box {
  border: 1px solid #ddd;
  padding: 15px;
}

.filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.filter-icon {
  background-color: #0056b3;
  color: #fff;
  padding: 8px;
  border-radius: 50%;
  font-size: 14px;
}

.filter-section {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}

.filter-title {
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.filter-options {
  padding-left: 10px;
  margin-top: 8px;
}

.filter-options label {
  display: block;
  margin-bottom: 6px;
  cursor: pointer;
}

.count {
  color: #999;
  font-size: 13px;
}

/* Search Form */
.wp-block-search {
  max-width: 500px;
  margin: 20px auto;
  font-family: Arial, sans-serif;
}

.wp-block-search__label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 16px;
  color: var(--primary-color);
}

.wp-block-search__inside-wrapper {
  display: flex;
  align-items: center;
  border: 2px solid var(--primary-color);
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
}

.wp-block-search__input {
  flex: 1;
  padding: 10px 12px;
  border: none;
  font-size: 16px;
  outline: none;
}

.wp-block-search__button {
  background-color: var(--primary-color);
  color: white;
  padding: 10px 16px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.wp-block-search__button:hover {
  background-color: var(--secondary-color);
}

/*--------------------------------------------------------------
Course Archive
--------------------------------------------------------------*/

.course-archive i {
  margin-right: 10px;
  color: var(--primary-color);
}

.course-archive h2 {
  font-weight: 700px;
  text-decoration: underline;
  text-transform: uppercase;
}

.course-archive ul {
  list-style: none;
  padding: 20px;
  margin-left: 0;
}

.course-archive ul li {
  text-align: center;
  padding: 5px 0;
  border-bottom: 2px solid #979797;
}

.course-archive ul li a:hover {
  color: var(--secondary-color);
}

.course-archive ul li a {
  text-decoration: none;
  color: var(--primary-color);
  font-size: 120%;
  font-weight: 500;
}

.category-desc {
  background-color: var(--primary-color);
  padding: 30px;
  font-size: 20px;
  color: #fff;
}

.category-desc ul {
  list-style: circle;
  padding-left: 0;
  margin-left: 1em;
  text-align: justify;
}

/*--------------------------------------------------------------
About Page
--------------------------------------------------------------*/

.about-header {
  padding: 80px 0;
  margin-bottom: 50px;
  background-image: url(../imgs/banner-about.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-header h2 {
  font-size: 200%;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}
.about-header h2::after {
    content: '';
    display: block;
    width: 52px;
    height: 3px;
    background: var(--secondary-color);
    margin: 4px auto 0;
}

.about-counter {
  padding: 50px 0;
  margin: 50px 0;
  background-color: var(--light-bg);
}

.col-counter {
  padding: 20px 0;
  border: 1px solid var(--primary-color);
  margin-bottom: 20px;
}

.col-counter:hover {
  border-color: var(--secondary-color);
}

.counter .counter-number, .counter .counter-suffix {
  font-size: 60px;
  font-weight: 700;
}

.col-counter .counter-title p{
  font-size: 150%;
  font-weight: 600;
}

.about-vm {
  margin: 100px 0;
}

.about-vm ul {
  list-style: none;
  padding-left: 1rem;
}
.about-vm ul li {
  position: relative;
  margin-bottom: 8px;
}
.about-vm ul li::before {
  content: '';
  position: absolute;
  left: -1rem;
  top: 0.8em;
  width: 7px;
  height: 7px;
  background-color: var(--primary-color);
  transform: translateY(-50%);
}

.icon-boxes {
  padding-top: 30px;
  margin-left: -80px;
}

.icon-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 150px;
  width: 150px;
  background-color: #fff;
  border-radius: 5px;               
  text-align: center;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
.icon-box i {
  font-size: 42px;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.icon-box p {
  font-size: 120%;
  font-weight: 500;
}

/*--------------------------------------------------------------
Contact Page
--------------------------------------------------------------*/

.ct-form {
  padding-top: 30px;
}

.ct-form-body {
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;  
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  border: 1px solid #ddd;
}

.ct-form-body textarea.form-control {
  height: 231px !important;
}

.ct-boxes {
  padding-top: 30px;
}

.ct-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 170px;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;               
  text-align: center;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
.ct-box i {
  font-size: 42px;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.ct-box p {
  font-weight: 500;
}


/*--------------------------------------------------------------
Comment
--------------------------------------------------------------*/

#comments {
  border-radius: 12px;
  margin-top: 40px;

}

.comments-title {
  font-size: 24px;
  margin-bottom: 25px;
  color: #333;
  border-left: 4px solid #0073aa;
  padding-left: 10px;
}

.comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.comment {
  border-bottom: 1px solid #e0e0e0;
  padding: 20px 0;
}

.comment-author {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.comment-author img.avatar {
  border-radius: 50%;
  margin-right: 10px;
  box-shadow: 0 0 0 2px #0073aa40;
}

.comment-author .fn {
  font-weight: 600;
  color: #0073aa;
}

.comment-meta time {
  font-size: 0.9em;
  color: #888;
}

.comment-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
  margin-top: 5px;
}

.comment .reply a {
  font-size: 14px;
  color: #0073aa;
  text-decoration: none;
  padding: 6px 10px;
  border-radius: 6px;
  background: #e5f3fc;
  transition: background 0.3s;
}

.comment .reply a:hover {
  background: #d0eaff;
}

#respond {
  margin-top: 40px;
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

#reply-title {
  font-size: 20px;
  margin-bottom: 20px;
  color: #333;
  border-left: 4px solid #0073aa;
  padding-left: 10px;
}

.comment-form label {
  font-weight: 500;
  display: block;
  margin-bottom: 6px;
  color: #333;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 15px;
  font-size: 15px;
}

.comment-form input[type="submit"] {
  background-color: #0073aa;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s;
}

.comment-form input[type="submit"]:hover {
  background-color: #005b8f;
}

/*--------------------------------------------------------------
Testimonial CSS
--------------------------------------------------------------*/
 
.testim {
    width: 100%;
}

.testim .wrap {
    position: relative;
    width: 100%;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: var(--primary-color);
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
    color: var(--secondary-color);
}
    

.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 40px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid var(--primary-color);
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
    position: relative;
}

.testim ul {
  margin: 0;
  padding: 0;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: var(--secondary-color);
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
    
.testim .cont {
    position: relative;
    overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}
    

.testim .cont > div.active {
    position: relative;
    opacity: 1;
}
    

.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div h2 {
    color: var(--secondary-color);
    font-size: 1em;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 1.15em;
    color: #000;
    width: 80%;
    margin: auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
  body {
    font-size: 14px;
  }
}

@media all and (max-width: 500px) {
  .testim .arrow {
    font-size: 1.5em;
  }
  
  .testim .cont div p {
    line-height: 25px;
  }

}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
#footer a {
  transition: color 0.3s ease;
}

#footer a:hover {
  color: #e3002a !important;
}

/* To Top Button */
#toTopBtn {
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 999;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: var(--primary-color);
  color: white;
  cursor: pointer;
  padding: 14px 16px;
  border-radius: 5%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(30px);
  pointer-events: none;
}

#toTopBtn.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

#toTopBtn:hover {
  background-color: var(--secondary-color);
}

.ct-btn {
      cursor: pointer;
      height: auto;
      width: auto;
      padding: 10px 10px 10px 10px;
      position: fixed !important;
      color: #fff;
      bottom: 120px;
      right: 20px;
      display: flex;
      text-decoration: none;
      font-size: 15px;
      font-weight: 600;
      font-family: sans-serif;
      align-items: center;
      z-index: 999999999 !important;
      background-color: #00e785;
      box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.4);
      border-radius: 100px;
      animation: pulse 2.5s ease infinite;

    }
    @keyframes pulse {
      0% {
        transform: scale(1);
      }

      50% {
        transform: scale(1.1);
      }

      100% {
        transform: scale(1);
      }
    }