﻿@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  font-family: "Poppins";
  font-size: 10px;
}

body {
}
[v-cloak] {
  display: none;
}
.background-primary {
  background: #0e511a;
}
.background-secondary {
  background: #4a9e5a;
}
.background-danger {
  background: #ef4646;
}
.color-primary {
  color: #0e511a;
}
.color-secondary {
  color: #4a9e5a;
}
.color-danger {
  color: #ef4646;
}
.container {
  width: 90% !important;
}
#header-top {
  color: #fff;
}
#header-top-nav .nav-item .nav-link {
  font-size: 1.2rem;
  font-weight: normal;
}
#header {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 5px;
}

#navigation-bar .nav-item .nav-link {
  padding: 1.5rem;
  color: #4a9e5a;
  font-size: 1.5rem;
  font-weight: 600;
}
#nav-toggle-btn:focus {
  outline: 0;
}
#toggle-icon {
  color: #4a9e5a;
  font-size: 2.4rem;
}

#main-slider,
#banner .item {
  height: 80vh;
}
#banner {
  position: relative;
}
#banner .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

#banner .owl-dots button:focus {
  outline: 0;
}

#banner .owl-dot {
  background: rgba(255, 255, 255, 0.2) !important;
  margin-right: 15px;
  clip-path: circle(50% at 50% 50%);
}

#banner .owl-dot::after {
  content: "";
  display: block;
  height: 15px;
  width: 15px;
}

#banner .owl-dot.active {
  background: #4a9e5a !important;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
#banner .item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#banner .owl-next,
#banner .owl-prev {
  height: 40px;
  width: 40px;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  outline: 0;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: ease 0.4s;
}
#banner .owl-prev {
  position: absolute;
  left: 3%;
  top: 50%;
}
#banner .owl-prev span {
  font-size: 28px;
}
#banner .owl-prev:hover,
#banner .owl-next:hover {
  transform: scale(1.1);
  background-color: #fff;
}
#banner .owl-next {
  position: absolute;
  right: 3%;
  top: 50%;
}
#banner .owl-next span {
  font-size: 28px;
}
.slide-content {
  height: 100%;
  padding-top: 50px;
  /*background: rgba(0,0,0,0.5);*/
  /*background: linear-gradient(to right bottom,rgba(53,131,188,0.4),rgba(53,131,188,0.4));*/
  /*background: linear-gradient(to right bottom,rgba(74,158,90,0.4),rgba(53,131,188,0.4));*/
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
.slide-content .slide-content-title {
  font-size: 3.8rem;
  font-weight: bold;
  /*color:#f27405;*/
  /*color:#4A9E5A;
    color:#EF4646;*/
  /*color:#F2B705;*/
  color: #fff;
}
.slide-content .slide-content-body {
  margin-top: 20px;
}
.slide-content .slide-content-item {
  margin-top: 10px;
  font-size: 2.4rem;
  color: #ef4646;
  color: #f27405;
  color: #f27405;
  color: #4a9e5a;
  display: flex;
  align-items: center;
}
.slide-content .slide-content-item::before {
  content: "";
  display: inline-block;
  height: 25px;
  width: 25px;
  background: #4a9e5a;
  margin-right: 15px;
  clip-path: polygon(39% 56%, 95% 10%, 39% 79%, 16% 56%, 27% 44%);
}
.btn-book {
  padding: 12px 50px;
  background: #ef4646;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.btn-book:hover {
  padding: 12px 50px;
  color: #ef4646;
  background: #fff;
  font-size: 14px;
  font-weight: 600;
}
#penny-info {
  padding: 1rem 0 2rem;
}
#penny-info-content {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 4rem;
  word-spacing: 1px;
  text-align: center;
}
#penny-courses {
  padding: 30px 0;
  background: rgba(50, 107, 61, 0.1);
}
.section-heading,
.section-heading span {
  font-weight: bold;
  letter-spacing: 1px;
  word-spacing: 4px;
  font-size: 3.6rem;
}
.section-heading::after {
  content: "";
  display: block;
  height: 10px;
  width: 90px;
  border-radius: 50px;
  background: #4a9e5a;
  background-image: url("../images/heading_bar.png");
  background-size: cover;
  background-position: center;
  position: relative;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 30px;
}
#testimonials {
  padding: 30px 0;
  background: rgba(50, 107, 61, 0.1);
}
#group-booking {
  color: #fff;
  padding: 50px 0;
}
#group-booking-heading {
  font-weight: 600;
  font-size: 3.6rem;
  margin-bottom: 30px;
}
#group-booking-info {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 3rem;
  text-align: justify;
}
#footer {
  padding: 30px 0px;
  color: #ededed;
}
.footer-title {
  font-size: 1.8rem;
  font-weight: 600;
  text-decoration: underline;
}
.footer-list-item {
  margin: 1.5rem 0;
  font-size: 1.2rem;
}
.footer-list-item a {
  font-size: 1.2rem;
  text-decoration: none;
  color: #ededed;
}
.contact-img {
  width: 100%;
}
.btn-round {
  border-radius: 25px;
}
.btn-round-left {
  border-radius: 25px 0px 0px 25px;
}
.btn-round-right {
  border-radius: 0px 25px 25px 0px;
}
.btn-main {
  background: #4a9e5a;
  color: #fff;
}
.btn-main:hover {
  color: #4a9e5a;
  background: transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 5px 5px;
}
.btn-sub {
  background: #ef4646;
  color: #fff;
}
.btn-sub:hover {
  color: #ef4646;
  background: transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 5px 5px;
}
#btn-inquiry {
  padding: 10px 40px !important;
  background: #4a9e5a !important;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  transition: ease 0.4s;
}
#btn-inquiry:hover {
  color: #fff !important;
  box-shadow: rgba(255, 255, 255, 0.5) 0 0px 8px inset;
  background: transparent !important;
  border: 3px solid #fff;
}
#testimonial-slider .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

#testimonial-slider .owl-dots button:focus {
  outline: 0;
}

#testimonial-slider .owl-dot {
  background: #4a9e5a !important;
  margin-right: 15px;
  border-radius: 50%;
}

#testimonial-slider .owl-dot::after {
  content: "";
  display: block;
  height: 15px;
  width: 15px;
}

#testimonial-slider .owl-dot.active {
  background: #ef4646 !important;
}
#testimonial-slider .item {
  padding: 20px;
  position: relative;
  height: 300px;
  background: #fff;
  border-radius: 8px;
  color: #4a9e5a;
  transition: ease 0.4s;
}
#testimonial-slider .item:hover {
  color: #fff;
  background: #4a9e5a;
}
#testimonial-slider .item::before {
  content: "";
  display: block;
  height: 60px;
  width: 60px;
  background-image: url("../images/quote_start.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
/*#testimonial-slider .item::after{
	content:"";
	display:block;
	background-image:url('../images/quote_end.png');
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	height:60px;
	width:60px;
	position:absolute;
	bottom:20px;
	right:20px;
}*/
.testimonial-card-title {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 10px 0 5px 0;
}
.testimonial-card-body {
  font-size: 1.2rem;
  line-height: 20px;
}

.course-card {
  border-radius: 8px;
  overflow: hidden;
  height: 550px;
  margin-bottom: 30px;
  position: relative;
  transition: ease 0.4s;
}
.course-card:hover {
  transform: scale(1.04);
}
.course-card-image {
  width: 100%;
  height: 220px;
  background: #4a9e5a;
}
.course-img-overlay {
  height: 220px;
  background: rgba(0, 0, 0, 0.15);
  transition: ease 0.4s;
}
.course-img-overlay:hover {
  height: 220px;
  background: rgba(50, 107, 61, 0.1);
}
.course-card-body {
  padding: 15px 20px;
}
.course-card-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 12px;
  text-align: left;
  color: #4a9e5a;
}
.course-card-code {
  display: flex;
  justify-content: start;
}
.course-code {
  border: 3px solid #4a9e5a;
  padding: 6px 20px;
  border-radius: 0 0 8px 8px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #4a9e5a;
}
.course-card-info {
  margin-top: 16px;
  color: #4a9e5a;
  text-align: left !important;
}
.course-card-info p,
.course-card-info p span,
.course-card-info p strong,
.course-card-info p em {
  font-size: 1.4rem;
  font-weight: 400;
  color: #4a9e5a !important;
  margin-bottom: 2px;
}
.course-card-info p em {
  font-size: 1.2rem;
}
/*.course-card-info p strong  {
    font-weight: 600;
}*/
.course-card-action {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
}
.btn-action {
  padding: 12px;
  width: 150px;
  font-size: 1.2rem;
  font-weight: 600;
  transition: ease 0.3s;
}
/*penny royal college part css start*/
.penny-royal-college {
  padding: 50px 0px;
}
.penny-royal-college h2 {
  font-size: 66px;
  font-weight: 700;
  color: #4a9e5a;
  margin-bottom: 0px;
}
.penny-royal-college span {
  font-size: 30px;
  color: #bb2929;
  margin: 40px 0px 0px;
  font-weight: 600;
  display: inline-block;
}
.penny-royal-college .logo-images {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.penny-royal-college .logo-images img {
  width: 300px;
  height: 200px;
  object-fit: contain;
}
/*penny royal college part css end*/

/*training info css start*/
.training-info {
  padding: 5rem 0;
}
.section-title {
  font-weight: 600;
  font-size: 3rem;
  margin-bottom: 15px;
  color: #4a9e5a;
}
.section-topic span {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}
.training-info-content {
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 5px;
  height: 100%;
}
.training-info-content svg {
  fill: #4a9e5a;
  height: 40px;
  width: 40px;
}
.training-info-content h5 {
  font-size: 1.5rem;
  padding: 1rem 0;
}
.training-info-content p {
  margin-bottom: 0rem;
  font-size: 1.3rem;
}
/*training info css end*/
/*group training info css start*/
.group-training-info {
  padding: 5rem 0;
}
.group-training-info-content {
  padding: 50px;
  height: 100%;
}
.bg-light-green {
  background-color: #e8f5e9;
}
.bg-light-red {
  background-color: #ffebee;
}
.group-training-info-content h5 {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.group-training-info-content span {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 12px;
  display: block;
}
.group-training-info-content p {
  font-size: 1.5rem;
}
.bg-light-green h5 {
  color: #4a9e5a;
}
.bg-light-green span {
  color: #333;
}
.bg-light-green svg {
  fill: #4a9e5a;
  width: 50px;
  height: 50px;
}
.bg-light-red h5 {
  color: #ef4646;
}
.bg-light-red span {
  color: #333;
}
.bg-light-red svg {
  fill: #ef4646;
  width: 50px;
  height: 50px;
}

/*group training info css end*/

/*pure counter section css start*/
.pure-counter-info {
  margin-bottom: 5rem;
  background-image: url("../images/slide3.jpg");
  position: relative;
}
.bg-trans-section-green {
  background-color: rgb(232 245 233 / 86%);
  padding: 5rem 0;
}
.bg-trans-section-red {
  background-color: rgb(249 201 209 / 55%);
  padding: 5rem 0;
}
.pure-counter-info-title h3 {
  font-weight: 600;
  font-size: 3rem;
  margin-bottom: 15px;
  color: #141414;
}
.pure-counter-info-title p {
  color: #141414;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 3rem;
}
.pure-counter-info span {
  font-size: 4rem;
  color: #141414;
  font-weight: 600;
}
.pure-counter-info h5 {
  font-size: 1.6rem;
  color: #141414;
  font-weight: 600;
}
.pure-counter-info svg {
  fill: #fdfdfd;
  background: #4a9e5a;
  padding: 10px;
  border-radius: 10px;
}
.pure-count-number {
  padding: 15px 0px 0px;
}
/*pure counter section css end*/
/*review section css start*/
.review-info {
  margin-bottom: 5rem;
  background-image: url("../images/slide3.jpg");
  position: relative;
}
.review-info-title h3 {
  font-weight: 600;
  font-size: 3rem;
  margin-bottom: 15px;
}
.review-info-content {
  border-radius: 20px;
  padding: 50px;
}
.review-info-content p {
  font-size: 1.5rem;
}
.review-info-content i {
  font-size: 1.5rem;
  font-weight: 600;
  color: #5a5a5a;
}
.review-info-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 15px;
}
.review-info-img img {
  width: 100%;
  height: 100%;
}
.review-info-name span {
  font-size: 1.6rem;
  font-weight: 600;
}
.review-info-name {
  margin-bottom: 6px;
}
.review-info-user {
  width: 200px;
  text-align: center;
}
.b-rounded {
  border-radius: 5px;
}
.review-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.review-icon svg {
  fill: #4a9e5a;
  width: 20px;
  height: 20px;
}
.review-info-content .owl-nav {
  position: absolute;
  left: -45px;
  right: -45px;
  top: 50%;
  display: flex;
  justify-content: space-between;
}
.review-info-user {
  margin: 0 auto;
}
.review-info-content .owl-nav span {
  font-size: 30px;
  color: #767676;
  border: 2px solid #edeff6;
  padding: 0px 10px;
}
.review-info-content-right {
  width: 100%;
}
#review {
  position: relative;
}
#review .owl-dots {
    position: relative;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
}

#review .owl-dots button:focus {
  outline: 0;
}

#review .owl-dot {
  background: rgb(243 188 184) !important;
  margin-right: 15px;
  clip-path: circle(50% at 50% 50%);
}

#review .owl-dot::after {
  content: "";
  display: block;
  height: 15px;
  width: 15px;
}

#review .owl-dot.active {
  background: #4a9e5a !important;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
#review .item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#review .owl-next,
#review .owl-prev {
  height: 40px;
  width: 40px;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  outline: 0;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: ease 0.4s;
}
img.review-icon-img {
  width: 20px !important;
  margin-right: 10px;
}
/*review section css end*/

/* star section start */
.star-section .star {
  font-size: 46px;
  display: inline-block;
  color: #ef4646 !important;
}

/* blogs css start */
#blogs {
  margin-bottom: 50px;
}
.blogs-card {
  border: 1px solid #f1f1f1;
  height: 400px;
  margin-bottom: 20px;
  background: #f9f9f9f9;
}
.blogs-card-image img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}
.blogs-card-details {
  padding: 20px;
}
.blogs-card-title {
  font-size: 1.8rem;
  font-weight: 400;
  color: #141414;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.blogs-card-title p {
  font-size: 1.8rem;
  font-weight: 400;
  color: #141414;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
a.blog-read-more {
  padding: 8px 20px;
  border: 1px solid #f1f1f1;
  display: inline-block;
  font-size: 14px;
  color: #141414;
}
#owl-blogs .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#owl-blogs .item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#owl-blogs .owl-next,
#owl-blogs .owl-prev {
  height: 40px;
  width: 40px;
  background-color: #e6e6e6;
  display: flex;
  outline: 0;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: ease 0.4s;
}
#owl-blogs .owl-prev {
  position: absolute;
  left: -3%;
  top: 50%;
}
#owl-blogs .owl-prev span {
  font-size: 28px;
}
#owl-blogs .owl-prev:hover,
#owl-blogs .owl-next:hover {
  transform: scale(1.1);
 
  background: rgba(163, 163, 163, 0.8);
}
#owl-blogs .owl-next {
  position: absolute;
  right: -3%;
  top: 50%;
}
#owl-blogs .owl-next span {
  font-size: 28px;
}

#owl-blogs .owl-dots button:focus {
  outline: 0;
}

#owl-blogs .owl-dot {
  background: rgb(239 70 70) !important;
  margin-right: 15px;
  clip-path: circle(50% at 50% 50%);
}

#owl-blogs .owl-dot::after {
  content: "";
  display: block;
  height: 15px;
  width: 15px;
}

#owl-blogs .owl-dot.active {
  background: #4a9e5a !important;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
/* blogs css end */

/* faq question  */
.faq-question .btn-link {
  color: #4a9e5a;
  font-size: 16px;
}
#faq-container .card-body {
  min-height: 1px;
  padding: 1.25rem;
  font-size: 1.8rem;
  font-weight: 300;
  word-spacing: 1px;
}

/* blog page css */
.blog-page .penny-royal-college span {
  font-size: 18px;
  color: #bb2929;
  margin: 20px 0px 0px;
}
.blog-page .penny-royal-college .logo-images {
  display: flex;
  justify-content: space-around;
  margin-top: 40px;
}
.blog-page .penny-royal-college .logo-images img {
  width: 200px;
  height: 200px;
  object-fit: contain;
}
.blog-page-book-now h2 {
  font-size: 24px;
  color: #333;
}
.blog-page-book-now span {
  font-size: 16px;
  color: #333;
  margin-top: 20px;
  display: block;
}
.blog-detail-section img {
  width: 100%;
}
.blog-page-detail-title {
  color: #404040 !important;
  font-weight: 600;
  font-size: 2.8rem !important;
  margin: 15px 0px 0px;
}
.blog-page-detail-title p {
  color: #404040 !important;
  font-weight: 600;
  font-size: 3rem !important;
  margin: 15px 0px 0px;
}
.blog-page-detail-description {
  font-size: 18px;
  color: #bb2929;
  margin: 10px 0px 0px;
}
.blog-page-detail-description p {
  font-size: 16px;
  color: #bb2929;
  margin: 10px 0px 0px;
}
.blog-page-content span{
  font-size: 14px!important;
}
.blog-page-content b, strong {
  font-weight: bolder;
  font-size: 14px;
}

.blog-page-content {
  font-size: 16px !important;
  color: #333;
  margin-top: 20px;
  display: block;
}
.blog-page-content p {
  font-size: 16px !important;
  color: #333;
  margin-top: 20px;
  display: block;
}
.blog-page-content u {
  font-size: 16px !important;
  color: #333;
  margin-top: 20px;
  display: block;
}

.blog-detail-section .penny-royal-college {
    padding: 0px 0px;
}

.blog-detail-section .penny-royal-college h2 {
    font-size: 25px;
    font-weight: 700;
    color: #4a9e5a;
    margin-bottom: 0px;
}

.blog-detail-section .penny-royal-college span {
    font-size: 15px;
    color: #bb2929;
    margin: 5px 0px 0px;
}

.blog-detail-section .penny-royal-college .logo-images {
    display: flex;
    justify-content: center;
    margin-top: -15px;
}

.blog-detail-section .penny-royal-college .logo-images img {
    width: 195px;
    height: 184px;
    object-fit: contain;
}

.blog-detail-section .course-card-action .btn-action {
    padding: 12px;
    width: 150px;
    font-size: 1.2rem;
    font-weight: 600;
    transition: ease 0.3s;
    padding: 8px;
    width: 138px;
}


.faq-h {
  min-height: 600px;
}
.faq-h .card-body {
  font-size: 14px !important;
}
.dropdown-item {
  font-size: 1.4rem;
  color: #4a9e5a;
  font-weight: 600;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #ef4646;
}
.dropdown-menu {
  min-width: 150px;
}
#courses-offer {
  position: relative;
}
#courses-offer .owl-dots {
    position: relative;
    bottom: 10px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}
#courses-offer .owl-dots button:focus {
  outline: 0;
}

    #courses-offer .owl-dot {
        background: rgb(239 70 70) !important;
        margin-right: 15px;
        clip-path: circle(50% at 50% 50%);
    }

#courses-offer .owl-dot::after {
  content: "";
  display: block;
  height: 15px;
  width: 15px;
}

#courses-offer .owl-dot.active {
  background: #4a9e5a !important;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
#courses-offer .item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#courses-offer .owl-next,
#courses-offer .owl-prev {
  height: 40px;
  width: 40px;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  outline: 0;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: ease 0.4s;
}
#courses-offer .owl-prev {
  position: absolute;
  left: -3%;
  top: 50%;
}
#courses-offer .owl-prev span {
  font-size: 28px;
}
#courses-offer .owl-prev:hover,
#courses-offer .owl-next:hover {
  transform: scale(1.1);
  background-color: #fff;
}
#courses-offer .owl-next {
  position: absolute;
  right: -3%;
  top: 50%;
}
#courses-offer .owl-next span {
  font-size: 28px;
}




#owl-review-info {
  position: relative;
}
#owl-review-info .owl-dots {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

#owl-review-info .owl-dots button:focus {
  outline: 0;
}

#owl-review-info .owl-dot {
  background: rgba(255, 255, 255, 0.2) !important;
  margin-right: 15px;
  clip-path: circle(50% at 50% 50%);
}

#owl-review-info .owl-dot::after {
  content: "";
  display: block;
  height: 15px;
  width: 15px;
}

#owl-review-info .owl-dot.active {
  background: #4a9e5a !important;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
#owl-review-info .item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#owl-review-info .owl-next,
#owl-review-info .owl-prev {
  height: 40px;
  width: 40px;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  outline: 0;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: ease 0.4s;
}
#owl-review-info .owl-prev {
  position: absolute;
  left: -6%;
  top: 33%;
}
#owl-review-info .owl-prev span {
  font-size: 28px;
}
#owl-review-info .owl-prev:hover,
#owl-review-info .owl-next:hover {
  transform: scale(1.1);
  background-color: #fff;
}
#owl-review-info .owl-next {
  position: absolute;
  right: -6%;
  top: 33%;
}
#owl-review-info .owl-next span {
  font-size: 28px;
}
@media only screen and (max-width: 1200px) {
  * {
    font-size: 10px;
  }
  #main-slider,
  #banner .item {
    height: 70vh;
  }
  .penny-royal-college {
    padding: 30px 0px;
  }

  .penny-royal-college h2 {
    font-size: 44px;
  }

  .penny-royal-college span {
    font-size: 24px;
    margin: 20px 0px 0px;
  }

  .penny-royal-college .logo-images {
    margin-top: 20px;
  }
  #banner .item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide-content {
    height: 100%;
    /*background: rgba(0,0,0,0.5);*/
    /*background: linear-gradient(to right bottom,rgba(53,131,188,0.4),rgba(53,131,188,0.4));*/
    /*background: linear-gradient(to right bottom,rgba(74,158,90,0.4),rgba(53,131,188,0.4));*/
    background: linear-gradient(
      to right bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    );
  }

  .btn-action {
    padding: 10px;
    width: 120px;
    font-size: 1.2rem;
    font-weight: 600;
    transition: ease 0.3s;
  }
  @media (orientation: landscape) {
    #main-slider,
    #banner .item {
      height: 120vh;
    }
    * {
      font-size: 8px;
    }
  }
  .training-info-content {
    height: auto;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 600px) {
  * {
    font-size: 10px;
  }
  #main-slider {
    height: 60vh;
  }

  #banner .item {
    height: 60vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide-content {
    height: 100%;
    /*background: rgba(0,0,0,0.5);*/
    /*background: linear-gradient(to right bottom,rgba(53,131,188,0.4),rgba(53,131,188,0.4));*/
    /*background: linear-gradient(to right bottom,rgba(74,158,90,0.4),rgba(53,131,188,0.4));*/
    background: linear-gradient(
      to right bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    );
  }
  #penny-info {
    padding: 3rem 0;
  }

  #penny-info-content {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 3rem;
    word-spacing: 1px;
    text-align: center;
  }
  .course-card {
    border-radius: 8px;
    height: auto;
    margin-bottom: 20px;
    position: relative;
  }

  .course-card-action {
    position: relative;
    margin: 30px auto 0 auto;
  }

  .btn-action {
    padding: 10px;
    width: 120px;
    font-size: 1.2rem;
    font-weight: 600;
    transition: ease 0.3s;
  }
  .penny-royal-college {
    padding: 20px 0px 0px;
  }

  .penny-royal-college h2 {
    font-size: 36px;
  }

  .penny-royal-college span {
    font-size: 20px;
    margin: 15px 0px 0px;
  }

  .penny-royal-college .logo-images {
    margin-top: 15px;
  }

  .penny-royal-college .logo-images img {
    width: 200px;
    height: 120px;
  }

    .blog-detail-section .penny-royal-college span {
        font-size: 1.2rem;
        margin: 0px 0px 0px 0px;
    }

    .blog-detail-section .penny-royal-college {
        padding: 20px 0px 20px;
        margin-left: 50px;
    }

    .blog-detail-section .penny-royal-college h2 {
        font-size: 20px;
    }

    .blog-detail-section .penny-royal-college .logo-images {
        margin-top: 0px;
        margin-left: 20px;
    }

    .blog-detail-section .penny-royal-college .logo-images img {
        width: 220px;
        height: 185px;
    }

    .blog-detail-section .course-card-action .btn-action {
        padding: 5px;
        width: 113px;
        font-size: 1rem;
        font-weight: 600;
        transition: ease 0.3s;
    }

  .slide-content .slide-content-title {
    font-size: 2.8rem;
  }
  .slide-content .slide-content-item {
    font-size: 2rem;
  }
  .group-training-info-content {
    padding: 20px;
    height: auto;
  }
  .pure-counter-infocontent {
    margin: 10px 0px;
    border: 1px solid #157c33;
    padding: 20px 0px;
  }
  .review-info-title h3 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .review-info-content {
    padding: 30px;
  }
  .pure-counter-info-title h3 {
    font-size: 2rem;
  }
  .pure-counter-info span {
    font-size: 3rem;
  }
    #review .owl-dots {
        bottom: -20px;
        position: relative;
        text-align: center;
    }
  #group-booking-heading {
    font-size: 2rem;
  }
  #group-booking-info {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 300;
    /* line-height: 3rem; */
    text-align: center;
  }
  .group-training-info {
    padding: 3rem 0;
  }
  .bg-trans-section {
    padding: 3rem 0;
  }
  .section-heading,
  .section-heading span {
    font-size: 2.6rem;
  }
  .training-info {
    padding: 3rem 0 2rem;
  }
  .section-title {
    font-size: 2rem;
  }
  #group-booking {
    padding: 20px 0;
  }
}

@media only screen and (max-width: 479px) {
  * {
    font-size: 10px;
  }
  #main-slider,
  #banner .item {
    height: 52vh;
  }

  #banner .item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .slide-content {
    height: 100%;
    padding-top: 20px;
    background: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.4)
    );
  }
  .slide-content .slide-content-title {
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
  }
  .slide-content .slide-content-body {
    margin-top: 14px;
  }
  .slide-content .slide-content-item {
    font-size: 1.5rem;
    color: #4a9e5a;
    display: flex;
    align-items: center;
  }
  .btn-book {
    padding: 8px 30px;
  }
  .btn-book:hover {
    padding: 8px 30px;
    color: #ef4646;
    background: #fff;
    font-size: 14px;
    font-weight: 600;
  }
  .course-card {
    border-radius: 8px;
    height: auto;
    margin-bottom: 20px;
    position: relative;
  }
  .course-card-action {
    position: relative;
    margin-top: 30px;
    display: flex;
    justify-content: center;
  }
  .btn-action {
    padding: 10px;
    width: 120px;
    font-size: 1.2rem;
    font-weight: 600;
    transition: ease 0.3s;
  }
  .penny-royal-college span {
    font-size: 16px;
  }
  .penny-royal-college {
    padding: 20px 0px 20px;
  }
  .penny-royal-college h2 {
    font-size: 15px;
  }
  .penny-royal-college .logo-images img {
    width: 150px;
    height: 90px;
  }
  .penny-royal-college span {
    font-size: 1.5rem;
    margin: 15px 0px 0px;
  }

    .blog-detail-section .penny-royal-college span {
        font-size: 1.2rem;
        margin: 0px 0px 0px 0px;
    }

    .blog-detail-section .penny-royal-college {
        padding: 20px 0px 20px;
        margin-left: 50px;
    }

    .blog-detail-section .penny-royal-college h2 {
        font-size: 20px;
    }

    .blog-detail-section .penny-royal-college .logo-images {
        margin-top: 0px;
        margin-left:20px;
    }

    .blog-detail-section .penny-royal-college .logo-images img {
        width: 120px;
        height: 85px;
    }

    .blog-detail-section .course-card-action .btn-action {
        padding: 5px;
        width: 113px;
        font-size: 1rem;
        font-weight: 600;
        transition: ease 0.3s;
    }
}
