/*
Theme Name: Custom Theme
Theme URI: http://technoties.net/
Author: Custom Theme
Author URI: http://technoties.net/
Description: Custom Theme is a modernized take on an ever-popular WordPress layout. the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.0
License: GNU General Public License v2 or later

*/
@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1300px;
}
}

h1, h2, h3, h4, h5, h6{
	font-family: "Montserrat", sans-serif;
}
body{
	font-family: "Pontano Sans", sans-serif;
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a{
 color:#000;
}
a:hover {
	text-decoration: none;
}
ul{
  list-style-type:none;
  margin-bottom:0;
}

/*Header Css Start*/
.main-menu ul {
    display: flex
;
    column-gap: 54px;
    justify-content: right;
}

.about-section-even {
	background: #eee;
}
.home-slider-content-wrap {
	top: 20%;
}
.inner-banner {
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
}
.inner-banner:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	left: 0;
	top: 0;
}
.inner-page-content {
	position: relative;
	z-index: 9;
}
.contact-details-icon svg {
	width: 80px;
	height: 80px;
	fill: var(--c1);
}
.card-description p:last-of-type {
	margin-bottom: 0;
}
.card-image a {
	height: 280px;
}
.object-fit-cover {
	object-fit: cover;
}
.error-svg svg {
	width: 60%;
	height: 600px;
}
.card-link.collapsed i {
	transform: rotate(0deg);
}
.card-link i {
	transform: rotate(180deg);
}
#accordion .card-header {
    background: var(--c2);
}
#accordion .card-header a {
	color: #fff;
}
.card-body p:last-child {
	margin-bottom: 0;
}
.custom-theme-search-result-content {
	flex: 1;
}
.search-submit {
	right: 0;
	top: 0;
}
.alignleft {
	float: left;
	margin-right: 15px;
}
.alignright {
	float: right;
	margin-left: 15px;
}
.btn.btn-primary {
    background: var(--c1);
}

/*comments form css start*/
.comment-author a {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
}
.comment-author img {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    left: 14px;
}
.comment-body {
    position: relative;
    padding-left: 118px;
}
.comment-meta a {
    font-size: 15px;
    color: #909090;
}
.comment-meta {
    margin-bottom: 12px;
}
.comment-body p {
    font-size: 15px;
}
.reply a {
    color: #fff;
    padding: 7px 24px;
    border-radius: 28px;
    margin: 10px 0;
    display: inline-block;
    background: linear-gradient(250deg, var(--c1) 19%, var(--c1) 100%);
}
.comments-title {
    font-size: 25px;
    margin-bottom: 48px;
}
.comment-list {
    border-bottom: 1px solid #d6cece;
    margin: 22px 0;
    padding-bottom: 18px;
}
#reply-title {
    font-size: 25px;
    margin: 0;
}
#respond :is(input[type="text"],input[type="email"]) {
    width: 100%;
}
#respond :is(.comment-form-author,.comment-form-email) {
    width: 49%;
    float: left;
}

#respond .comment-form-author {
    margin-right: 14px;
}
#respond :is(input[type="text"],input[type="email"],textarea) {
    border: 1px solid #dedede;
    padding: 6px 7px;
}
#respond textarea {
    height: 194px;
}
.comment-notes {
    margin-top: 20px;
}
#commentform a {
    color: #000;
    text-decoration: underline;
    margin: 12px 0px;
    display: inline-block;
}
.comment-form-comment label {
    display: block;
    font-weight: 600;
    color: #000;
    font-style: italic;
}
.comment-form-comment textarea {
    width: 100%;
}
.comment-form-comment input#submit {
    background: var(--gradient);
    border: none;
    padding: 11px 21px;
    color: #fff;
    margin: 6px 11px;
    border-radius: 26px;
}
.form-submit input#submit {
    background: linear-gradient(250deg, var(--c1) 19%, var(--c1) 100%);
    border: none;
    padding: 9px 22px;
    color: #fff;
    border-radius: 100px;
}
.comment::marker {
    content: "";
}
.comment ul.children > li {
    margin-left: 35px;
    margin-top: 13px;
}
.comment ul.children > li .comment-body {
    background: #eee;
    padding: 16px;
    border-radius: 10px;
    padding-left: 112px;
}
.commentlist {
    margin-top: 20px;
}
/*comments form css end*/

.nav-links .nav-previous a {
    text-decoration: underline;
}
.navigation.post-navigation .nav-links {
    display: flex;
    justify-content: space-between;
}
.sidebar-recent-posts .media-body a {
    color: #000000;
}
.custom-theme-single-post .custom-theme-post-image {
    height: 277px;
}
.btn-1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    right: 0;
    background: #fff;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn-1 {
    padding: 10px 20px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    background: var(--c1);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.btn-1:hover:before {
    transform: scaleY(0);
}
.btn-1:hover {
    color: #fff;
}
.blogs-item .custom-theme-post-item {
    display: flex;
}
.blogs-item .custom-theme-post-item .custom-theme-post-image {
    flex: 1.4;
}
.blogs-item .custom-theme-post-item .custom-theme-post-content {
    flex: 2;
    padding-left: 25px;
}
.custom-theme-post-title a,.custom-theme-post-title {
    color: #000;
    font-size: 1.5rem;
    font-weight: 600;
}
.categories .post-categories li a {
    color: #818181;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    display: flex;
    column-gap: 10px;
    position: relative;
}
.categories .post-categories {padding-left: 13px;margin-bottom: 5px;display: flex;column-gap: 23px;}
.categories .post-categories li a:before {
    width: 7px;
    height: 7px;
    background: var(--c1);
    position: absolute;
    content:"";
    border-radius:100px;
    left: -12px;
    top: 6px;
}
.post-meta span {
    color: #818181;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    position: relative;
}
.post-meta {
    display: flex;
    column-gap: 24px;
    margin-top: 12px;
}
.post-meta span:nth-child(n+2):before {
    position: absolute;
    content: "";
    left: -14px;
    top: 8px;
    width: 4px;
    height: 4px;
    background: #818181;
    border-radius: 100px;
}
.custom-theme-post-title a:hover {
    color: var(--c1);
}
.single-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.single-meta .post-meta {
    margin-top: 0;
}
.custom-theme-post-description p:first-of-type > img {
    width: 100%;
    margin-top: 14px;
    height: auto;
}
.single-meta .post-categories {
    margin-bottom: 0;
}
/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #222; 
  border-radius: 0;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--c1); 
}
::selection {
    color: #fff;
    background: var(--c1);
}
.services-item {
    border-bottom: 4px solid var(--c1);
}
.custom-theme-post-description a i {
    vertical-align: middle;
    margin-left: 12px;
}
.service-btn i {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.service-btn {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.service-btn:hover i {
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    webkit-transform: translateZ(0);
    transform: translateZ(0);
}


@keyframes hvr-icon-wobble-horizontal {
    
  16.25%   {    
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
    }
  33.3%  {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);}
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);}
  66.6%  {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);}
  83.25% {    
    -webkit-transform: translateX(1px);
    transform: translateX(1px);}
  100%{
    -webkit-transform: translateX(0);
    transform: translateX(0);
      }
}
.scale {
    position: relative;
    overflow: hidden;
}
.scale:hover img {
    transform: scale(1.2) rotate(6deg);
}
.scale img {
    transition: .6s all;
}
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    z-index: 99999;
}
#preloader .spinner-border {
    animation: 2s linear infinite spinner-border;
    width: 4rem;
    height: 4rem;
    border: .5em solid var(--c1);
    border-right-color: transparent;
    background: #eee;
}

/*Mobile Menu Css Start*/
.mobile-menu-btn .mobile-menu-icon .menu-line {
    height: 2px;
    margin: 5px 0;
    border-radius: 24px;
    transition: .5s;
    background: #000;
}
.mobile-menu-btn .mobile-menu-icon .menu-line.one {
    width: 40px;
}
.mobile-menu-btn .mobile-menu-icon .menu-line.two {
    width: 20px;
}
.mobile-menu-btn .mobile-menu-icon .menu-line.three {
    width: 30px;
}
.mobile-menu-btn:hover .menu-line {
    width: 40px !important;
}

	.mobile-menu-btn {
    cursor: pointer;
}
section.responsive-menu {
    height: 100vh;
    top: 0;
    right: -31%;
    padding: 20px 30px 0 30px;
    width: 30%;
    position: fixed;
    background: rgb(0 0 0 / 62%);
    backdrop-filter: blur(20px);
    transition: all 1s ease-in-out;
    z-index: 9999;
}
.menu-icon {
    align-items: center;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff7d;
    padding-bottom: 20px;
}
.menu-icon .menu-logo {
    width: 65%;
    padding-right: 20px;
}
.menu-close i {
    font-size: 25px;
    color: #fff;
    cursor: pointer;
}
.mobile-menu ul li {
    text-align: right;
    padding-bottom: 15px;
}
.mobile-menu ul li a {
    color: #fff;
    transition: all .2s;
    border-bottom: 2px solid transparent;
}
.mobile-menu {
    padding-top: 40px;
    padding-right: 20px;
}
.responsive-bottom {
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
}
.responsive-social ul {
    display: flex;
    column-gap: 12px;
    justify-content: center;
}
.responsive-social ul li a {
    color: #fff;
}
section.responsive-menu.active {
    right: 0;
}
/*Mobile Menu Css Start*/

a.menu-logo .menu-title img {
    width: 100%;
}
.service-page-menu ul.menu-style-01 li a {
    background: #eee;
    width: 100%;
    display: table;
    padding: 12px 15px;
    color: #222;
    border-left: 3px solid var(--c1);
    transition: all .7s;
}
.service-page-menu ul.menu-style-01 li {margin: 9px 0;}
.service-page-menu ul.menu-style-01 li a:hover {
    background: var(--c1);
    color: #fff;
}
.service-page-menu ul.menu-style-01 li a:hover i {
    padding-right: 10px;
}
.service-page-menu ul.menu-style-01 li a i {
    transition: all .7s;
}
.contact-details-item .contact-details-icon i {
    color: var(--c1);
    font-size: 35px;
}
.home-slider-item {
    position: relative;
}
.header-logo {
    width: 38%;
}
.header-logo img {
    width: 100%;
}
.header-navbar ul li a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}
.header-navbar ul li.current_page_item a {
    color: var(--c1);
}
.header-navbar ul li a:hover {
    color: var(--c1);
}
.header-navbar ul li a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    transition: .3s;
}
header.header {
    position: relative;
    padding: 5px 0px;
    background: #faf9ee;
    backdrop-filter: blur(7px);
    z-index: 9;
}
header.header .row{
	align-items: center;
}
section.home-slider {
    position: relative;
    margin-top: 0px;
}
.home-slider-image {
    position: relative;
    width: 100%;
    height: 900px;
}
.home-slider-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: #fbf8f1; */
    opacity: 19%;
}
.home-slider-content h2 {
    font-size: 54px;
    font-weight: 800;
    color: #fff;
    line-height: 70px;
    text-transform: uppercase;
}
.home-slider-content h2 span {
    color: var(--c1);
}
.home-slider-content p {
    color: #fff;
    font-size: 20px;
    line-height: 37px;
    margin-top: 30px;
}
.home-slider-btns {
    margin-top: 50px;
}
a.main-btn:hover {
    background: #910001;
}
a.main-btn {
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    background: var(--c2);
    border: 2px solid var(--c1);
    padding: 16px 26px;
    font-weight: 700;
    border-radius: 6px;
    transition: .3s;
}
h2.main-heading {
    font-size: 44px;
    font-weight: 700;
    color: var(--c1);
}






section.section-tired {
    position: relative;
    padding: 80px 0px;
    background: #faf9ee;
}

.tired-heading {
    margin-bottom: 40px;
    text-align: center;
}
.video-thumbnail {
    position: relative;
    width: 100%;
    height: 400px;
}
.video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-thumbnail:before {
    content: "";
    position: absolute;
    /* background: var(--c2); */
    top: 0;
    width: 100%;
    height: 100%;
    /* opacity: 38%; */
}
.video-icon {
    position: absolute;
    width: 40px;
    height: 40px;
    background: var(--c1);
    line-height: 40px;
    text-align: center;
    border-radius: 40px;
    color: #fff;
    top: 46%;
    left: 41%;
    cursor: pointer;
}

.tired-content h4 {
    font-size: 24px;
    font-weight: 600;
    color: var(--c2);
    margin-bottom: 18px;
}
.tired-content p {
    font-size: 16px;
    color: #000000;
    margin: 0;
}
.tired-box {
    padding: 22px 25px;
    background: #ffffff;
    position: relative;
    width: 100%;
    height: 290px;
}
section.section-tired .row {
    align-items: center;
}
section.section-about {
    background: #ffffff;
    position: relative;
    padding: 80px 0px;
}
.about-image {
    width: 100%;
	position: relative;
}
.about-image img {
    width: 100%;
}
.about-exp h3 {
    font-size: 50px;
    font-weight: 800;
    color: #ffffff;
}
.about-exp p {
    font-size: 18px;
    margin: 0;
    color: #fff;
}
.about-exp {
    text-align: center;
}
.about-exp {
    background: var(--c2);
    display: inline-block;
    padding: 30px;
    position: absolute;
    left: -14%;
    top: -16%;
}
.about-contact {
    background-color: transparent;
    padding: 2em 2em 2em 2em;
    background-image: linear-gradient(225deg, #00000000 35%, var(--c2) 30%);
    border-radius: 0px 0px 0px 0px;
    display: flex
;
    align-items: center;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.contact-icon i {
    font-size: 60px;
    color: #ffffff;
}
.about--contact-num h5 {
    font-size: 20px;
    font-weight: 800;
    color: #ffffff;
}
.about--contact-num p {
    font-size: 18px;
    color: #ffffff;
    font-style: italic;
    margin: 0;
}
.about-content h4 {
    font-size: 20px;
    color: var(--c2);
    font-style: italic;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
}
h2.main-heading span {
    color: var(--c1);
}
.about-content p {
    color: #000;
}
.about-content ul li i {
    color: var(--c2);
    margin-right: 9px;
}
.about-btn {
    margin-top: 40px;
}
section.section-about .row {
    align-items: center;
}
section.section-ready {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 200px 0px;
    background-attachment: fixed;
}
.ready-content h2 {
    color: #fff;
}
section.section-ready:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    opacity: 54%;
}
.ready-content h4 {
    font-size: 20px;
    color: var(--c1);
    font-style: italic;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
}
.ready-btn {
    margin-top: 50px;
}
.ready-content h4 {
    margin-bottom: 35px;
}
.ready-content {
    text-align: center;
}
.started-heading h4 {
    color: var(--c2);
}
.testi-heading h4 {
    color: var(--c2);
}
.program-image {
    width: 100%;
    height: 400px;
    position: relative;
}
.about-content ul li {
    font-size: 18px;
    color: #000000;
    line-height: 34px;
}
.program-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.section-programs {
    position: relative;
    padding: 80px 0px;
    background: #faf9ee;
}
.program-content {
    padding: 30px 30px 40px;
    background: #ffffff;
}
.program-content p {
    color: #000000;
    margin-bottom: 0px;
}
.program-content h3 {
    font-size: 26px;
    font-weight: 600;
    color: var(--c1);
}
.slick-next:before {
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    background: var(--c2);
    font-size: 16px;
    width: 30px;
    height: 30px;
    position: absolute;
    line-height: 30px;
    border-radius: 30px;
    opacity: 90%;
}
.slick-prev:before {
    content: '\f053';
    font-family: 'Font Awesome 5 Pro';
    background: var(--c2);
    font-size: 16px;
    width: 30px;
    height: 30px;
    position: absolute;
    line-height: 30px;
    border-radius: 30px;
    opacity: 90%;
}
.slick-prev {
    left: -55px;
}
h4.main-heading2 {
    font-size: 20px;
    color: var(--c1);
    font-style: italic;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
}
section.section-corporate {
    position: relative;
    padding: 180px 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
section.section-corporate:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: #000;
    opacity: 68%;
}
.corporate-btn {
    margin-top: 50px;
}
.corporate-content h4 {
    margin-bottom: 40px;
}
.corporate-content h2 {
    color: #fff;
}
.corporate-content {
    text-align: center;
}

section.section-testimonials {
    position: relative;
    padding: 80px 0px;
    background: #fbf8f1;
}
.testi-text p {
    color: #000;
    margin: 0;
}
section.section-testimonials .row {
    align-items: center;
}
.author-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}
.author-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonial-content p {
    font-size: 16px;
    color: #fff;
    margin: 0;
}
.testimonial-content p {
    font-size: 16px;
    color: #fff;
    margin: 0;
    font-style: italic;
    letter-spacing: 0.5px;
}
.author-info h5 {
    color: var(--c1);
}
.author-info ul {
    display: flex
;
    column-gap: 4px;
}

.author-info ul li {
    font-size: 14px;
    color: #ffa534;
}
.testi-author {
    display: flex
;
    align-items: center;
    column-gap: 15px;
    margin-top: 24px;
}
.testimonial-box {
    background: #101010;
    padding: 30px;
    position: relative;
    margin-top: 30px;
}
.slick-dots {
    bottom: -40px;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 16px;
    margin: 0 0px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 5px;
    height: 5px;
    padding: 4px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #101010;
}
.slick-dots li.slick-active button{
	background: var(--c1);
}
.schedule-table {
  width: 100%;
  border-collapse: collapse;
}

.schedule-table thead tr {
    background-color: #dddddd40;
    color: white;
    text-align: left;
    border-bottom: 1px solid #fff;
}

.schedule-table th, .schedule-table td {
    padding: 15px;
    vertical-align: top;
    color: #fff;
}

.schedule-table tbody tr {
  border-bottom: 1px solid #cce7f3;
}
.schedule-table td:nth-child(2) {
    color: var(--c1);
    font-weight: 700;
}


.schedule-table td:nth-child(2) br + * {
    font-weight: normal;
    color: #fff;
}

/* .schedule-table a {
  display: inline-block;
  padding: 6px 15px;
  border: 1px solid #333;
  border-radius: 20px;
  text-decoration: none;
  color: #333;
} */
.schedule-table a {
    display: inline-block;
}


/* .schedule-table a:hover {
  background-color: #333;
  color: white;
} */
.schedule-table thead tr th {
    color: var(--c1);
    font-size: 20px;
    font-weight: 700;
}


section.section-schedule {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0px;
    position: relative;
    background-attachment: fixed;
}
section.section-schedule:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    /* background: #000; */
    opacity: 56%;
}
footer.footer {
    position: relative;
    padding-top: 60px;
/*     background: #fbf8f1; */
}
.footer-logo {
    width: 36%;
}
.footer-logo img {
    width: 100%;
    /* filter: invert(1); */
}.footer-about p {
    color: #000000;
    margin-top: 30px;
}
.footer-media ul li a:hover {
    background: #910001;
    color: #fff;
    border-color: #910001;
}
.footer-media ul li a {
    display: block;
    width: 35px;
    height: 35px;
    border: 1px solid var(--c1);
    border-radius: 35px;
    text-align: center;
    line-height: 34px;
    color: #ffffff;
    transition: .3s;
    background: var(--c2);
}
.footer-media ul {
    display: flex;
    column-gap: 10px;
    margin-top: 30px;
}
.footer-title h4 {
    color: #000000;
    font-size: 20px;
    margin-bottom: 30px;
}
.footer-menu ul li a:hover {
    padding-left: 4px;
    color: var(--c1);
}

.footer-menu ul li a {
    color: #000000;
    line-height: 34px;
    transition: .3s;
}
.footer-02 {
    padding-left: 50px;
}
.footer-contact ul li a:hover {
    color: var(--c1);
}
.footer-contact ul li a {
    color: #000000;
    line-height: 34px;
    transition: .3s;
}
.footer-contact ul li i {
    color: var(--c2);
    margin-right: 13px;
}
.copyright-text p {
    color: #000000;
    margin: 0;
    text-align: center;
}
.container.cr-bottom {
    padding: 18px;
    margin-top: 60px;
    border-top: 1px solid #00000042;
    max-width: 100%;
}





.page-header {
    top: 0;
    right: 0;
    left: 0;
    padding: 6px 0;
    z-index: 999;
    background-color: rgb(255 255 255 / 84%);
}
.page-header.is-sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgb(0 0 0 / 40%);
    padding: 6px 0;
    backdrop-filter: blur(10px);
    animation: slideDown 0.35s ease-out;
    z-index: 999;
    background: #ffffffc7;
}
@keyframes slideDown{
	0% {
    transform: translateY(-100%);
}
100% {
    transform: translateY(0);
}
}
.testi-video {
    margin: 30px 0px;
	width: 100%;
    height: 280px;
}
.testi-video iframe {
    width: 100%;
    height: 100%;
}


section.section-started {
    position: relative;
    padding: 80px 0px;
}
.started-box {
    position: relative;
    padding: 30px 30px;
    background: #eee;
    box-shadow: var(--c2) 0px 5px 15px;
    border: 1px solid #eb000252;
    border-radius: 6px;
    transition: .3s;
}
.started-box:hover {
    transform: scale(1.04);
}
.started-content h5 {
    font-size: 18px;
    color: var(--c2);
}
.steps-icon {
    font-size: 40px;
    color: var(--c2);
}
.started-content h3 {
    font-size: 20px;
    color: var(--c1);
}
.started-content p {
    color: var(--c2);
    margin: 0;
}
.started-content {
    text-align: center;
}
.started-heading {
    margin-bottom: 40px;
    text-align: center;
}
.started-heading h2 {
    color: var(--c1);
}
section.section-calltoaction {
    position: relative;
    padding: 180px 0px;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
section.section-calltoaction:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: #000;
    opacity: 68%;
}
.calltoaction-content {
    text-align: center;
}

.calltoaction-content h2 {
    color: #fff;
    margin-bottom: 50px;
    margin-top: 30px;
}
.faq-content {
    text-align: center;
    margin-bottom: 50px;
}
section.section-faq {
    padding: 80px 0px !important;
    background: #eee;
}

section.section-pricing {
    position: relative;
    padding: 100px 0px;
}
section.section-pricing:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 58%;
    background: #000;
    top: 0;
    opacity: 60%;
    z-index: -1;
}

section.section-pricing:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 58%;
    top: 0;
    background-image: url(https://itpstaging.com/personaltrainer/wp-content/uploads/2025/09/young-female-athlete-doing-abdominal-exercises-with-weight-plate-health-club.avif);
    background-size: cover;
    z-index: -1;
    background-attachment: fixed;
}
.pricing-heading h2 {
    color: #fff;
}
.pricing-heading p a {
    color: var(--c1);
    font-weight: 700;
}
.pricing-heading p {
    color: #fff;
}
.pricing-heading {
    text-align: center;
    margin-bottom: 70px;
}


.pricing-box:hover {
    transform: scale(1.04);
}
.pricing-box {
    position: relative;
    padding: 60px 30px 50px;
    background: #eee;
    box-shadow: var(--c2) 0px 5px 15px;
    border: 1px solid #eb000252;
    border-radius: 6px;
    transition: .3s;
    text-align: center;
}


.pricing-content h3 {
    font-size: 22px;
    font-weight: 600;
    background: var(--c2);
    display: inline-block;
    padding: 7px 16px;
    color: #fff;
    border-radius: 7px;
    position: absolute;
    right: -12px;
    top: -23px;
    box-shadow: #ffffff7a 0px 7px 29px 0px;
}
h2.package-price span {
    font-size: 20px;
}

h2.package-price {
    font-size: 40px;
    color: var(--c1);
}
.pricing-content ul li {
    font-size: 18px;
    line-height: 50px;
}
.pricing-btn {
    margin-top: 40px;
}
section.section-schedule {
    display: none;
}

input.get-input:hover {
    border-color: var(--c1);
}
input.get-input:focus {
    border-color: var(--c1);
}
input.get-input {
    width: 100%;
    position: relative;
    padding: 10px;
    border: 2px solid #eb000261;
    border-radius: 6px;
    outline: none;
    transition: .3s;
}
textarea.get-input:hover {
    border-color: var(--c1);
}
textarea.get-input:focus {
    border-color: var(--c1);
}
textarea.get-input {
    width: 100%;
    position: relative;
    padding: 10px;
    border: 2px solid #eb000261;
    border-radius: 6px;
    outline: none;
    transition: .3s;
}
input.wpcf7-submit {
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    background: var(--c1);
    padding: 12px 26px;
    font-weight: 700;
    border-radius: 6px;
    transition: .3s;
    outline: none;
    border: none;
}
.getstarted-form h2 {
    margin-bottom: 40px;
}

section.section-getstarted {
    position: relative;
    padding: 80px 0px;
    background: aliceblue;
}


.getstarted-form {
    background: #eee;
    padding: 40px;
    width: 70%;
    margin: 0 auto;
}
.getstarted-form {
    background: #eee;
    padding: 40px;
    width: 70%;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
html {
    scroll-behavior: smooth;
}

.wrapper {
    overflow: hidden;
}

.started-heading .main-heading2 {
    color: var(--c2);
}
.testi-heading .main-heading2 {
    color: var(--c2);
}

.footer-contact ul li {
    display: flex;
    align-items: baseline;
}