/*--------------------------------------*/

/* Hero Section
/*--------------------------------------*/
.hero-section .heroimg{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: calc(100vh - 185px);
}
.hero-section .road{
	background-image: url(../images/road.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 70px;
}
/*--------------------------------------*/

/* After Hero Section
/*--------------------------------------*/
.after-hero-section {
	background-color: #044bb3;
	color: #FFF;
	font-size: 14px;
}
.after-hero-section .live-updates{
	box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	padding: 24px;
	background-color: #FFF;
}
.after-hero-section .live-updates h2{
	color: #164e7c;
	padding-bottom: 20px;
}
.after-hero-section .live-updates marquee{
	width: 100%;
    height: 210px;
}
.after-hero-section .live-updates ul{
	padding-left: 2rem;
}
.after-hero-section .live-updates li{
	display: list-item;
	color: var(--color-primary);
	margin-bottom: 12px;
	font-size: 15px;
}
.after-hero-section .live-updates li a{
	color: var(--color-primary);
}
.after-hero-section .live-updates .btn.btn-default{
	padding: 6px 40px;
	font-size: 13px;
}
.after-hero-section h4{
	margin: 10px 0 20px;
}
/*--------------------------------------*/

/* About Section
/*--------------------------------------*/
.about-section h3 {
  font-size: 28px;
  margin-bottom: 20px;
  font-family: var(--font-secondary);
}
.about-section .content ul {
  list-style: none;
  padding: 0;
}
.about-section .content ul li {
  padding: 0 0 10px 30px;
  position: relative;
}
.about-section .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: var(--color-primary);
}
.about-section .content p{
  margin-bottom: 8px;
}
/*--------------------------------------*/

/* Brand Section
/*--------------------------------------*/
.brand-section .brand-slider .slick-track{
	display: flex;
	align-items: center;
}
.brand-section .brand-slider img {
  width: 120px;
  margin: 0px auto;
  transition: 0.3s all ease-in-out;
}
.brand-section .brand-slider img:hover {
  transform: scale(1.1);
}
/*--------------------------------------*/

/* Stats Counter Section
/*--------------------------------------*/
.stats-counter .stats-item {
  padding: 25px 0;
  border-bottom: 1px solid #e4e4e4;
}
.stats-counter .stats-item .purecounter {
  min-width: 90px;
  padding-right: 15px;
}
.stats-counter .stats-item i {
  font-size: 44px;
  line-height: 0;
  margin-right: 15px;
}
.stats-counter .stats-item span {
  font-size: 40px;
  display: block;
  font-weight: 700;
  color: var(--color-primary);
  line-height: 40px;
}
.stats-counter .stats-item p {
  margin: 0;
  font-family: var(--font-primary);
  font-size: 14px;
}
/*--------------------------------------*/

/* Call To Action Section
/*--------------------------------------*/
.call-to-action-section .container {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/cta-bg.jpg") center center;
  background-size: cover;
  padding: 100px 60px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.call-to-action-section h3 {
  color: #FFFFFF;
  font-size: 28px;
  margin-bottom: 20px;
}
.call-to-action-section p {
  color: #FFFFFF;
  margin-bottom: 20px;
}
.call-to-action-section .play-btn{
	margin-bottom: 20px;
	position: relative;
}
/*--------------------------------------*/

/* Price List Section
/*--------------------------------------*/
.price-list-section h4{
	color: #072fff;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
	font-size: 14px;
	white-space: nowrap;
	background-color: #e23575;;
	color: #FFFFFF;
	border-width: 2.5px;
}
/*--------------------------------------*/

/* Gallery Section
/*--------------------------------------*/
.gallery-section .gallery-slider .slick-track{
	display: flex;
	align-items: center;
}
.gallery-section .gallery-slider img {
  width: 260px;
  margin: 0px auto;
  transition: 0.3s all ease-in-out;
}
.gallery-section .gallery-slider img:hover {
  transform: scale(1.1);
}
/*--------------------------------------*/

/*Footer
/*--------------------------------------*/
footer {
  font-size: 14px;
  background-color: #044bb3;
  padding: 50px 0;
  color: white;
}
footer .footer-info .footer-logo {
  line-height: 0;
  margin-bottom: 25px;
}
footer .footer-info .footer-logo img {
  max-height: 70px;
}
footer .footer-info p {
  font-size: 14px;
  font-family: var(--font-primary);
}
footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
  color: #fff;
  margin-right: 10px;
  transition: 0.3s;
}
footer .social-links a:hover {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
footer h4 {
  font-size: 16px;
  position: relative;
  padding-bottom: 32px;
}
footer .footer-links {
  margin-bottom: 30px;
}
footer .footer-links ul i {
  padding-right: 2px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 0;
  margin-right: 8px;
}
footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
footer .footer-links ul li:first-child {
  padding-top: 0;
}
footer .footer-links ul a,
footer .footer-contact p a {
  color: rgba(255, 255, 255, 0.7);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
footer .footer-links ul a:hover,
footer .footer-contact p a:hover {
  color: #FFFFFF;
}
footer .footer-contact p {
  line-height: 26px;
}
footer .copyright{
    color: rgba(255, 255, 255, 0.7);
}
/*--------------------------------------*/

/*Contact Page
/*--------------------------------------*/
.contact-section .info-container {
  background-color: var(--color-primary);
  height: 100%;
  padding: 20px;
  border-radius: 10px 0 0 10px;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
}
.contact-section .info-item {
  width: 100%;
  background-color: white;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 10px;
  color: black;
}
.contact-section .info-item:last-child {
  margin-bottom: 0;
}
.contact-section .info-item i {
  font-size: 20px;
  color: #FFFFFF;
  float: left;
  width: 44px;
  height: 44px;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}
.contact-section .info-item h4 {
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.contact-section .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}
.contact-section .info-item:hover i {
  background: #FFFFFF;
  color: var(--color-primary);
}
.contact-section .contact-form {
  border-radius: 0 10px 10px 0;
}
/*--------------------------------------*/

/*Blog Section
/*--------------------------------------*/
.blog-section article {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  padding: 30px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}
.blog-section .post-img {
  max-height: 240px;
  margin: -30px -30px 15px -30px;
  overflow: hidden;
}
.blog-section .post-category {
  font-size: 16px;
  color: #6f6f6f;
  margin-bottom: 10px;
}
.blog-section .title {
  font-size: 22px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px 0;
}
.blog-section .title a {
  color: var(--color-default);
  transition: 0.3s;
}
.blog-section .title a:hover {
  color: var(--color-primary);
}
.blog-section .post-author-img {
  width: 50px;
  border-radius: 50%;
  margin-right: 15px;
}
.blog-section .post-author {
  font-weight: 600;
  margin-bottom: 5px;
}
.blog-section .post-date {
  font-size: 14px;
  color: #3c3c3c;
  margin-bottom: 0;
}
.blog-section .blog-pagination {
  margin-top: 30px;
  color: #555555;
}
.blog-section .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog-section .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
  border-radius: 10px;
}
.blog-section .blog-pagination li a {
  color: var(--color-default);
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-section .blog-pagination li.active,
.blog-section .blog-pagination li:hover {
  background: var(--color-primary);
  color: #FFFFFF;
}
.blog-section .blog-pagination li.active a,
.blog-section .blog-pagination li:hover a {
  color: var(--color-white);
}
/*--------------------------------------*/

/*Blog Details Page
/*--------------------------------------*/
.blog-details .blog-details-wrap {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 10px;
}
.blog-details .blog-details-wrap .post-img {
  margin: -30px -30px 20px -30px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.blog-details .blog-details-wrap .title {
  font-size: 28px;
  font-weight: 700;
  padding: 0;
  margin: 20px 0 0 0;
  color: var(--color-default);
}
.blog-details .blog-details-wrap .content {
  margin-top: 20px;
}
.blog-details .blog-details-wrap .content h3 {
  font-size: 22px;
  margin: 30px 0 8px;
}
.blog-details .blog-details-wrap .content p{
	margin-bottom: 16px;
}
.blog-details .blog-details-wrap .content blockquote {
  overflow: hidden;
  background-color: rgba(34, 34, 34, 0.06);
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}
.blog-details .blog-details-wrap .content blockquote p {
  color: var(--color-default);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}
.blog-details .blog-details-wrap .content blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--color-secondary);
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog-details .blog-details-wrap .meta-top {
  margin-top: 20px;
  color: #6c757d;
}
.blog-details .blog-details-wrap .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}
.blog-details .blog-details-wrap .meta-top ul li+li {
  padding-left: 20px;
}
.blog-details .blog-details-wrap .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: var(--color-primary);
}
.blog-details .blog-details-wrap .meta-top a {
  color: #6c757d;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}
.blog-details .blog-details-wrap .meta-bottom {
  padding-top: 10px;
  border-top: 1px solid rgba(34, 34, 34, 0.15);
}
.blog-details .blog-details-wrap .meta-bottom i {
  color: #555555;
  display: inline;
}
.blog-details .blog-details-wrap .meta-bottom a {
  color: rgba(34, 34, 34, 0.8);
  transition: 0.3s;
}
.blog-details .blog-details-wrap .meta-bottom a:hover {
  color: var(--color-primary);
}
.blog-details .blog-details-wrap .meta-bottom .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}
.blog-details .blog-details-wrap .meta-bottom .cats li {
  display: inline-block;
}
.blog-details .blog-details-wrap .meta-bottom .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}
.blog-details .blog-details-wrap .meta-bottom .tags li {
  display: inline-block;
}
.blog-details .blog-details-wrap .meta-bottom .tags li+li::before {
  padding-right: 6px;
  color: var(--color-default);
  content: ",";
}
.blog-details .blog-details-wrap .meta-bottom .share {
  font-size: 16px;
}
.blog-details .blog-details-wrap .meta-bottom .share i {
  padding-left: 5px;
}
.blog-details .post-author {
  padding: 20px;
  margin-top: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.blog-details .post-author img {
  max-width: 120px;
  margin-right: 20px;
}
.blog-details .post-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: var(--color-default);
}
.blog-details .post-author .social-links {
  margin: 0 10px 10px 0;
}
.blog-details .post-author .social-links a {
  color: rgba(34, 34, 34, 0.5);
  margin-right: 5px;
}
.blog-details .post-author p {
  font-style: italic;
  color: rgba(108, 117, 125, 0.8);
  margin-bottom: 0;
}
/*--------------------------------------*/

/*Sidebar of Blog Details Page
/*--------------------------------------*/
.blog-details .sidebar {
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.blog-details .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  color: var(--color-default);
}
.blog-details .sidebar .sidebar-item+.sidebar-item {
  margin-top: 40px;
}
.blog-details .sidebar .search-form form {
  background: #fff;
  border: 1px solid rgba(34, 34, 34, 0.3);
  padding: 5px 10px;
  position: relative;
  border-radius: 50px;
}
.blog-details .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 50px;
  width: calc(100% - 60px);
}
.blog-details .sidebar .search-form form input[type=text]:focus {
  outline: none;
}
.blog-details .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 25px;
  margin: -1px;
  background: var(--color-primary);
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  line-height: 0;
}
.blog-details .sidebar .search-form form button i {
  line-height: 0;
}
.blog-details .sidebar .search-form form button:hover {
  background: rgba(0, 131, 116, 0.8);
}
.blog-details .sidebar .categories ul {
  list-style: none;
  padding: 0;
}
.blog-details .sidebar .categories ul li+li {
  padding-top: 10px;
}
.blog-details .sidebar .categories ul a {
  color: var(--color-default);
  transition: 0.3s;
}
.blog-details .sidebar .categories ul a:hover {
  color: var(--color-primary);
}
.blog-details .sidebar .categories ul a span {
  padding-left: 5px;
  color: rgba(34, 34, 34, 0.4);
  font-size: 14px;
}
.blog-details .sidebar .blog-section .post-item{
	display: flex;
	align-items: center;
}
.blog-details .sidebar .blog-section .post-item+.post-item {
  margin-top: 15px;
}
.blog-details .sidebar .blog-section img {
  width: 80px;
  margin-right: 12px;
}
.blog-details .sidebar .blog-section h4 {
  font-size: 15px;
}
.blog-details .sidebar .blog-section h4 a {
  color: var(--color-default);
  transition: 0.3s;
}
.blog-details .sidebar .blog-section h4 a:hover {
  color: var(--color-primary);
}
.blog-details .sidebar .blog-section time {
  display: block;
  font-style: italic;
  font-size: 14px;
  color: rgba(34, 34, 34, 0.4);
}
.blog-details .sidebar .tags {
  margin-bottom: -10px;
}
.blog-details .sidebar .tags ul {
  list-style: none;
  padding: 0;
}
.blog-details .sidebar .tags ul li {
  display: inline-block;
}
.blog-details .sidebar .tags ul a {
  color: #555555;
  font-size: 14px;
  padding: 6px 20px;
  margin: 0 6px 8px 0;
  border: 1px solid #d5d5d5;
  display: inline-block;
  transition: 0.3s;
  border-radius: 50px;
}
.blog-details .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
}
.blog-details .sidebar .tags ul a span {
  padding-left: 5px;
  color: rgba(85, 85, 85, 0.8);
  font-size: 14px;
}
/*--------------------------------------*/

/*Blog Comments of Blog Details Page
/*--------------------------------------*/
.blog-details .comments {
  margin-top: 30px;
}
.blog-details .comments .comments-count {
  font-weight: bold;
}
.blog-details .comments .comment {
  margin-top: 30px;
  position: relative;
}
.blog-details .comments .comment .comment-img {
  margin-right: 14px;
}
.blog-details .comments .comment .comment-img img {
  max-width: 60px;
}
.blog-details .comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}
.blog-details .comments .comment h5 a {
  font-weight: bold;
  color: var(--color-default);
  transition: 0.3s;
}
.blog-details .comments .comment h5 a:hover {
  color: var(--color-primary);
}
.blog-details .comments .comment h5 .reply {
  padding-left: 10px;
  color: var(--color-primary);
}
.blog-details .comments .comment h5 .reply i {
  font-size: 20px;
}
.blog-details .comments .comment time {
  display: block;
  font-size: 14px;
  color: rgba(34, 34, 34, 0.8);
  margin-bottom: 5px;
}
.blog-details .comments .comment.comment-reply {
  padding-left: 40px;
}
.blog-details .comments .contact-form {
  margin-top: 30px;
}
.blog-details .comments .contact-form h4 {
  font-size: 22px;
}
.blog-details .comments .contact-form p {
  font-size: 14px;
  margin: 8px 0 16px;
}
/*--------------------------------------*/

/*Gallery Page
/*--------------------------------------*/
.gallery-page .gallery-image:hover{
	filter: grayscale(100%);
	cursor: pointer;
}
/*--------------------------------------*/

/* Member Certification Details Section
/*--------------------------------------*/
.member-cert .member-cert-wrap{
	box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
}
/*--------------------------------------*/

/* Certificate Section
/*--------------------------------------*/
.certificate-section{
	background-image: url(../images/cert-border-3.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 88%;
	height: 640px;
	max-width: 1023px;
	margin: 0px auto;
	padding: 100px 130px;
	font-size: 14px;
}
.certificate-section .certificate-text{
	text-align: center;
}
.certificate-section .certificate-text h4{
	line-height: 0;
	color: var(--color-primary);
}
.certificate-section .certificate-text span{
	font-size: 14px;
	font-weight: 400;
	color: var(--color-default);
}

.certificate-section .main-logo{
	width: 60px;
}
.certificate-section .certificate-wrap{
	padding: 0 60px;
}
.certificate-section .certificate-details h5{
	text-decoration: underline;
	margin-bottom: 10px;
}
.certificate-section .certificate-details p{
	margin-bottom: 8px;
}
.certificate-section .certificate-details p span{
	color: var(--color-primary);
	font-weight: 600;
}
.certificate-section .cert-logo{
	width: 80px;
	margin-top: 10px;
}
.certificate-section .sign-wrap{
	font-size: 12px;
	padding: 0 30px;
	text-align: center;
}
.certificate-section .sign-wrap h6{
	font-size: 14px;
}
.certificate-section .sign-wrap .sign-img{
	margin-top: 30px;
	height: 24px;
}

.heading-wrap{
	background-color: rgba(9, 96, 202, 0.6);
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 24px;
    padding: 5px 28px;
    color: #FFFFFF;
    position: relative;
	max-width: 190px;
	margin: 0px auto;
	text-transform: uppercase;
}
.heading-wrap::before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border: 17.8px solid rgba(0,0,0,0);
    border-left: 0px solid;
    border-right: 12px solid #FFFFFF;
}
.heading-wrap::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border: 17.8px solid rgba(0,0,0,0);
    border-right: 0px solid;
    border-left: 12px solid #FFFFFF;
}
/*--------------------------------------*/

/* Online Payment Section
/*--------------------------------------*/
.online-payment-section .wrap{
	text-align: center;
	padding: 20px;
	box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
}
.online-payment-section .wrap.payment-wrap{
	text-align: left;
}
.online-payment-section .wrap.payment-wrap p{
	margin-bottom: 32px;
}
.online-payment-section .wrap h5{
	margin-bottom: 30px;
	color: var(--color-primary);
}
.online-payment-section .payment-img{
	height: 250px
}
/*--------------------------------------*/

/* Fixed Bottom Button
/*--------------------------------------*/
.left-btn.fixed-bottom{
    padding: 9px 18px;
	right: unset;
	left: 40px;
	bottom: 130px;
	-webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
/*--------------------------------------*/