/*
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

*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
}
}
html {
  scroll-behavior: smooth;
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	font-family: 'Poppins', sans-serif;
}
a{
 color: #fff;
 transition: all .5s;
}
a:hover {
	text-decoration: none;
	color: var(--c1);
}
ul{
  list-style-type:none;
  margin-bottom:0;
}

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

.about-section-even {
	background: #eee;
}
.home-slider-content-wrap {
	top: 9%;
}
.inner-banner {
	height: 350px;
	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);
	font-size: 22px;
}
#accordion .card-header {
	background: #ffffff;
	border: 0;
	padding: 0;
}
#accordion .card-header a {
	color: #000;
	font-weight: 600;
}
.card-body p {
	margin-bottom: 0;
	color: #000;
	font-size: 14px;
}
.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: var(--c1);
    -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: 12px 35px;
    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(--c2);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    font-size: 13px;
    border-radius: 40px;
    overflow: hidden;
    border: 1px solid var(--c1);
}
.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: var(--c1);
}
.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);
    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: 36%;
    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;
}
header.header {
    background-color: var(--c2);
}
.header-btns ul {
    justify-content: end;
}
.main-menu ul li a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    right: 0;
    background-color: var(--c1);
    bottom: 0;
    transition: all .5s;
}

.main-menu ul li {
    position: relative;
    padding: 0 15px;
}

.main-menu ul li a {
    padding-bottom: 40px;
    display: table;
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
}

header.header .row {align-items: end;}
header.header .col-lg-8.col-6 {
    align-self: end;
}

header.header .logo {
    width: 150px;
    margin-bottom: -50px;
    position: relative;
    z-index: 1;
}

img {
    max-width: 100%;
}
.main-menu ul li a:hover:before {
    width: 100%;
    left: 0;
    right: unset;
}
.home-slider-content-wrap .row {
    justify-content: center;
    text-align: center;
}

.home-slider-content {
    color: #fff;
}

.home-slider-content h2 {
    font-size: 40px;
    font-weight: 700;
}

.home-slider-content p {
    font-size: 12px;
    margin: 28px 0;
}
.home-slider-item {
    position: relative;
    display: flex;
    align-items: center;
    background-color: var(--c2);
}

.home-slider-image {
    width: 100%;
    height: 600px;
}
section.sec1 .items {
    display: flex;
    justify-content: center;
    gap: 15px;
}
section.sec1 .items a {
    background-color: var(--c1);
    padding: 18px 30px;
    display: table;
    border-radius: 10px;
}
section.sec1 {
    position: absolute;
    width: 100%;
    margin-top: -30px;
    z-index: 1;
}
section.sec1 .items a:hover {
    background-color: var(--c2);
    color: #fff;
}
section.sec3 .top .heading {
    flex: .9;
    margin-bottom: 30px;
}

.heading h4 {
    font-size: 12px;
    color: var(--c1);
    display: table;
    border-bottom: 1px solid var(--c1);
    padding-bottom: 4px;
    margin-bottom: 6px;
}

section.sec2 {
    padding: 100px 0px 0 0;
    position: relative;
    overflow: hidden;
}

.heading h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
}

.heading h3 {
    color: var(--c1);
    font-size: 25px;
    margin-bottom: 25px;
}

.heading p {
    font-size: 14px;
    margin-top: 14px;
}
.heading a.btn-1 {
    margin-top: 15px;
}
.heading.text-center h4 {
    margin: 0 auto;
    margin-bottom: 6px;
}
section.sec2 img.lion {
    position: absolute;
    right: 0;
    width: 34%;
    z-index: -1;
    top: 6%;
}

section.sec2 img.rainbow {
    position: absolute;
    left: -25%;
    top: -25%;
    width: 580px;
}
section.sec2 .items {
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    padding: 40px 0 25px 0;
}

section.sec2 .items .item {
    background-color: var(--c1);
    color: #fff;
    text-align: center;
    width: 16%;
    padding: 50px 0 0 0;
    border-radius: 100px 100px 0 0;
    position: relative;
}

section.sec2 .items .item .content p {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin: 0 auto;
    margin-bottom: 6px;
    display: table;
    font-size: 12px;
}

section.sec2 .items .item .content p {}

section.sec2 .items .item .content {
    text-transform: uppercase;
}

section.sec2 .items .item .content h3 {
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 15px;
}
section.sec2 .items .item .icon {
    margin-bottom: 20px;
    height: 60px;
}
section.sec2 .items:before {
    position: absolute;
    content: "";
    background-color: #EFEEEE;
    width: 100%;
    height: 100px;
    bottom: 0;
    border-radius: 20px 20px 0 0;
}

section.sec2 .items .item .icon img {
    max-height: 100%;
}
.marketing {
    position: relative;
    margin-top: 40px;
}

.marketing .left {
    background-color: var(--c2);
    color: #fff;
    display: flex;
    justify-content: space-between;
    width: 85%;
    padding: 25px 11%;
    align-items: center;
    clip-path: polygon(0px 0px, 93% 0px, 100% 100%, 0px 100%);
    gap: 30px;
}

.marketing .left .icon {
    background: linear-gradient(47deg, #AD344C, var(--c1));
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 26px;
}

.marketing .left .content h4 {
    font-size: 15px;
    margin-bottom: 15px;
}

.marketing .left .content p {
    font-size: 12px;
    margin-bottom: 0;
}
.marketing .right {
    background: linear-gradient(135deg, #AD344C, var(--c1));
    width: 15%;
    position: absolute;
    height: 400px;
    bottom: 0;
    right: 0;
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
}
section.sec3 .top {
    clip-path: polygon(50% 100%, 99% 75%, 100% 0, 0 0, 1% 75%);
    background-color: var(--c2);
    color: #fff;
    display: flex;
    padding: 44px 50px 6% 50px;
    align-items: center;
    justify-content: center;
    border-radius: 35px 35px 0 0;
    position: relative;
}
section.sec3 .top .link {
}

section.sec3 {
    padding: 45px 0 0 0;
    position: relative;
    z-index: 1;
}
section.sec3 .top:before, section.sec3 .top:after {
    content: "";
    background-color: var(--c1);
    width: 30%;
    position: absolute;
    height: 6px;
    bottom: 11%;
    border-radius: 15px;
}
section.sec3 .top:before{
	transform: rotate(7deg);
	left: 20.3%;
}
section.sec3 .top:after{
	right: 20.3%;
	transform: rotate(-7deg);
}
section.sec4 .image:before {
    content: "";
    background: linear-gradient(135deg, var(--c1), #F21145);
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: .15;
}

section.sec4 .image {
    position: relative;
    height: 700px;
}
section.sec4 {
    background-color: var(--c2);
    color: #fff;
    position: relative;
    margin-top: -73px;
}
.heading h5 {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
}
section.sec4 .details {
    margin-top: 50px;
}

section.sec4 .details ul {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}

section.sec4 .details ul .title .detail {
    display: flex;
    gap: 10px;
}

section.sec4 .details ul .title h3 {
    font-size: 14px;
    color: var(--c1);
}

section.sec4 .details ul .detail {}

section.sec4 .details ul .title .detail h4 {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0;
}

section.sec4 .details ul .title .detail i {
    color: var(--c1);
    font-size: 13px;
}
section.sec4 .details ul .social {}

section.sec4 .social ul {
    display: flex;
    gap: 15px;
}

section.sec4 .social a {
    color: var(--c1);
}

section.sec4 .social {
    margin-top: 40px;
}
section.sec4 .left {
    padding: 0 70px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
section.sec4 .row {
    /* align-items: center; */
}

section.sec4 .left h5 {
    margin-bottom: 40px;
}
section.sec4 ul#pills-tab {
    position: absolute;
    bottom: 3%;
    left: 5%;
    gap: 6px;
    z-index: 1;
    width: 42%;
}
.nav-pills .nav-link {
    font-size: 14px;
    border-radius: 50px;
    padding: 10px 20px;
    text-transform: uppercase;
    border: 0;
    background-color: #B9B9B9;
    font-weight: 600;
    color: #fff;
}
.nav-pills .nav-link.active {
    background-color: var(--c1) !important;
}
section.sec4 .left:before {
    content:"";
    width: 6px;
    height: 50%;
    position: absolute;
    border-radius: 50px;
    right: -3px;
    background: linear-gradient(0deg, var(--c1), #F21145);
    z-index: 1;
}
section.sec5:before {
    background: linear-gradient(155deg, var(--c1), #ab2143);
    content:
    "";
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: .6;
    top: 0;
}

section.sec5 {
    position: relative;
    background-size: cover;
    padding: 160px 0;
    background-position: center;
}

section.sec5 .items {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    position: relative;
    text-align: center;
    gap: 10px;
}

section.sec5 .items .item {
    background-color: #fff;
    border-radius: 10px;
    padding: 60px 30px;
    position: relative;
}

section.sec5 .items .item:nth-of-type(even) {
    background-color: var(--c2);
    color: #fff;
}

section.sec5 .items .item h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

section.sec5 .items .item p {
    font-size: 14px;
    margin-bottom: 0;
}

section.sec5 .items .item:before {
    content: "";
    background: linear-gradient(90deg, var(--c1), #F21145);
    width: 80%;
    height: 6px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50px;
    top: -3px;
}
section.sec6 {background-size: cover;position: relative;}

section.sec6:before {
    content: "";
    background-color: var(--c2);
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: .82;
    top: 0;
}
section.sec6 .items {
    display: grid;
    grid-template-rows: repeat(3,190px);
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}

section.sec6 .container {
    position: relative;
}

section.sec6 {
}

section.sec6 .heading {
    /* position: relative; */
}
section.sec6 .items .item1 {
    grid-column: 1/3;
}

section.sec6 .items .item3 {
    grid-row: 1/3;
    grid-column: 4;
}

section.sec6 .items .item5 {
    grid-column: 2/4;
}

section.sec6 .items .item8 {
    grid-column: 3/5;
}
section.sec6 .items .item {
    background-color: var(--c2);
    color: #fff;
    border-radius: 14px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    transition: all .5s;
    position: relative;
    overflow: hidden;
}

section.sec6 .items .item:hover {
    background-color: var(--c1);
}

section.sec6 .items .item h3 {
    font-size: 16px;
    font-weight: 600;
}

section.sec6 .items .item p {
    font-size: 12px;
}
section.sec6 .items .item:before {
    content: "";
    background-image: url(assets/img/bg.webp);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background-position: center;
    background-size: cover;
    mix-blend-mode: difference;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
    border-radius: inherit;
}
section.sec6 .items .item .content {
    position: relative;
}

section.sec6 .items .item:hover::before {
    visibility: visible;
    opacity: 1;
}
section.sec6 .items .item img.hover {
    width: 180px;
    position: absolute;
    bottom: -40px;
    right: 0%;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
}
section.sec6 .items .item:hover .hover {
    visibility: visible;
    opacity: 1;
    bottom: 0px;
}
section.sec7:before {
    content: "";
    background-image: url('assets/img/lines.png');
    width: 52%;
    height: 345px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    left: -5%;
    top: 25%;
}

section.sec7 .image img {
    /* position: absolute; */
}

section.sec7 .image {
    position: relative;
    height: 700px;
}
section.sec7 {
    /* height: 700px; */
    overflow: hidden;
    position: relative;
    padding: 80px 0 0 0;
}
section.sec7 img.bac {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: .06;
    height: 100%;
    z-index: -1;
}
section.sec8 {
    color: #fff;
    position: relative;
    /* padding: 24px 0; */
    display: flex;
    align-items: center;
    background-color: var(--c2);
}

section.sec8 .contents {
    display: flex;
    align-items: center;
    padding: 0 40px;
}

section.sec8 .content {
    flex: 1;
}
section.sec8:before {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 24%;
    height: 101%;
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
    /* top: 0; */
	display:none;
}
section.sec8 .col-lg-3.col-sm-3:after {
    position: absolute;
    content: "";
    width: 50%;
    left: 0;
    height: 100%;
    bottom: 0;
    background: linear-gradient(180deg, var(--c1), #F21145);
    clip-path: polygon(0 0, 100% 0, 60% 100%, 0% 100%);
}
.sec8 .icon {
    background: linear-gradient(180deg, var(--c1), #F21145);
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 29px;
    border-radius: 50%;
    margin: 24px 55% 24px;
}
section.sec8 .content h3 {
    font-size: 15px;
    text-transform: uppercase;
}

section.sec8 .content p {
    font-size: 11px;
    margin-bottom: 0;
}
section.sec9 {
    padding: 100px 0 70px 0;
    position: relative;
}

section.sec9 .item {
    background-color: var(--c2);
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: 50px 30px;
    border-radius: 20px;
    margin-top: -55px;
}

section.sec9 .item img.bac {
    position: absolute;
    bottom: -19%;
    left: 0;
}

section.sec9 .col-lg-6:nth-of-type(even) .item {
    background-color: var(--c1);
}

section.sec9 .item .title, section.sec9 .item ul,section.sec9 .item .link {
    position: relative;
}

section.sec9 .item .title {
    text-align: center;
    margin-bottom: 50px;
}

section.sec9 .item .title h3 {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}

section.sec9 .item  p {
    font-size: 13px;
    color: #efefef;
    margin-bottom: 0;
}

section.sec9 .item ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

section.sec9 .item ul li .price p {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

section.sec9 .item ul li .inner-content {display: flex;gap: 12px;}

section.sec9 .item ul li i {color: var(--c1);}
section.sec9 .item ul li .content h4 {
    font-size: 16px;
    font-weight: 600;
}

section.sec9 .col-lg-6:nth-of-type(even) .item i {
    color: var(--c2);
}
section.sec9 .item .link {
    text-align: center;
}

section.sec9 .item .link a.btn-1 {
    width: 80%;
    border-radius: 10px;
    background-color: #fff;
}

section.sec9 .col-lg-6:nth-of-type(even) .item a.btn-1:before {
    background-color: var(--c2);
}

section.sec9 .col-lg-6:nth-of-type(even) .item a.btn-1 {
}

section.sec9 .item .link a.btn-1:hover {
    color: var(--c2);
}
section.sec9 .inner {
    padding: 0 75px 30px;
    background-color: #efeeee;
    border-radius: 50px;
    border: 1px solid var(--c1);
    position: relative;
    margin-top: 55px;
}

section.sec9 .item ul {
    margin-bottom: 80px;
}

section.sec9 .inner .row {}

section.sec9 .item:before {
    position: absolute;
    width: 80%;
    height: 9px;
    content: "";
    background: linear-gradient(90deg, var(--c1), #F21145);
    border-radius: 10px;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
section.sec9 .inner:before {
    content:"";
    background: linear-gradient(90deg, var(--c1), #F21145);
    width: 80%;
    height: 8px;
    position: absolute;
    left: 0;
    bottom: -4px;
    right: 0;
    margin: 0 auto;
    border-radius: 10px;
}
section.sec9 .background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: .06;
}

section.sec9 .background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.sec10:before {
    position: absolute;
    content: "";
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: .9;
    top: 0;
}

section.sec10 {
    position: relative;
    color: #fff;
    padding: 40px 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
section.sec10 .form {
    background-color: var(--c2);
    padding: 40px 40px 25px;
    border-radius: 30px;
}

section.sec10 .form .form-control {
    background: transparent;
    height: auto;
    padding: 10px 10px;
    color: aliceblue;
    font-size: 13px;
    border-radius: 9px;
}
.form-group label {
    font-size: 13px;
    font-weight: 500;
}
.form .form-control.wpcf7-radio {
    border: 0;
    display: flex;
    gap: 30px;
}

.form .form-control.wpcf7-radio label .wpcf7-list-item-label {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}
input.wpcf7-submit {
    padding: 15px 50px;
    background-color: var(--c1);
    border: 1px solid var(--c1);
    color: #fff;
    border-radius: 55px;
    font-size: 12px;
    text-transform: uppercase;
    /* display: table; */
    transition: all .5s;
}
section.sec10 .container > .row {
    align-items: center;
}
footer.footer {background-size: cover;position: relative;padding: 90px 0;background-position: center;}

footer.footer:before {
    background-color: var(--c2);
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    opacity: .91;
}

.footer-logo {
    width: 150px;
    margin: 0 auto;
}

footer.footer .container {
    position: relative;
    z-index: 1;
}
.footer-menu ul {
    display: flex;
    gap: 30px;
    text-transform: uppercase;
    justify-content: center;
}

.footer-menu ul a {
    font-size: 14px;
    font-weight: 500;
}
.footer-about {
    width: 60%;
    color: #fff;
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
    font-size: 14px;
}

.footer-menu {
    margin-top: 80px;
}

.footer-social {
    margin-top: 30px;
}

.footer-social ul {
    display: flex;
    gap: 22px;
    justify-content: center;
}

.footer-social ul a {
    color: var(--c1);
}
footer.footer:after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background-image: url('assets/img/ring.webp');
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 5%;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: .38;
}
.copyright p {
    text-align: center;
    margin-bottom: 0;
    background-color: var(--c2);
    color: #fff;
    padding: 20px 0;
    font-size: 13px;
}
header.header .row .col-lg-2.col-sm-6 {
    align-self: center;
}
section.about-section .section-image {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    padding: 6px;
}

section.about-section .section-image:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(180deg, var(--c1), #F21145);
    z-index: -1;
    top: 0;
    left: 0;
}
section.about-section .section-image img {
    border-radius: inherit;
}
section.about-section:before {
    content: "";
    background-image: url('assets/img/lines.png');
    width: 48%;
    height: 31%;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    top: 25%;
    left: -6%;
}
section.about-section {
    position: relative;
    overflow: hidden;
}
section.about-section:after {
    content: "";
    background-image: url('assets/img/rainbow.png');
    width: 400px;
    height: 300px;
    position: absolute;
    top: -9%;
    right: -12%;
    background-size: contain;
    background-repeat: no-repeat;
}
h1.inner-page-title {
    font-size: 50px;
    font-weight: 600;
}

.inner-page-content p {
    font-size: 15px;
}
section.about-sec2 {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

section.about-sec2 .items {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(2, 120px);
    background-color: #fff;
    border-radius: 20px;
    align-items: center;
    gap: 20px;
    margin: 0 auto;
    width: 64%;
    position: relative;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
}

section.about-sec2 .right:before {
    content: "";
    position: absolute;
    background-image: url('assets/img/shape.webp');
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    background-position: center;
    left: 0;
}

section.about-sec2 .items .item h3 {
    font-size: 34px;
    font-weight: 700;
}

section.about-sec2 .items .item p {
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 0;
}

section.about-sec2 .items .item {
    text-align: center;
}
section.about-sec2 .row {
    align-items: center;
}

section.about-sec2 .right {
    height: 400px;
    margin: 0 auto;
    /* padding: 0 10%; */
    position: relative;
    display: flex;
    align-items: center;
}
section.about-sec2 .items:before, section.about-sec2 .items:after {
    background-color: #707070;
    position: absolute;
    content: "";
}
section.about-sec2 .items:before {
    width: 100%;
    height: 1px;
}

section.about-sec2 .items:after {
    height: 100%;
    width: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
section.about-sec3 .image {
    border-radius: 30px;
    overflow: hidden;
    height: 500px;
    position: relative;
}
section.location-sec3 .heading {
    margin-bottom: 40px;
}

.heading ul li {
    display: flex;
    gap: 12px;
    margin-bottom: 10px;
}

.heading ul li h3 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
}

.heading ul li .icon {
    font-size: 17px;
    color: var(--c1);
}
.heading ul li p {
    margin-top: 4px;
}

.heading ul {margin-top: 35px;}
section.about-sec3:before {
    position: absolute;
    content: "";
    background-image: url(assets/img/lines.png);
    width: 27%;
    height: 180px;
    background-size: contain;
    left: 4%;
    transform: rotate(180deg);
    background-repeat: no-repeat;
}
section.about-sec3 {
    display: flex;
    align-items: center;
    position: relative;
    padding: 50px 0;
    overflow: hidden;
}
section.about-sec3:after {
    content: "";
    background-image: url('assets/img/layer.webp');
    width: 200px;
    height: 90%;
    position: absolute;
    background-size: cover;
    right: 0;
}
section.about-sec4 .image {
    position: absolute;
    height: 330px;
    right: -10%;
}

section.about-sec4 {
    overflow: hidden;
    position: relative;
    display: flex;
    /* align-items: center; */
    height: 600px;
    padding: 50px 0 300px 0;
    /* margin-bottom: 200px; */
    /* margin-top: 40px; */
}
section.about-sec5 .image {
    right: 15%;
    position: absolute;
    bottom: 0;
}

section.about-sec5 {
    position: relative;
    background-size: 115%;
    background-position: center;
    padding: 110px 0;
    color: #fff;
}
section.about-sec4:before {
    background-image: url('assets/img/rainbow.png');
    position: absolute;
    width: 500px;
    height: 280px;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -15%;
    left: -12%;
}
section.about-sec2:before {
    content: "";
    width: 100%;
    height: 200px;
    position: absolute;
    background-color: var(--c2);
    clip-path: polygon(0px 0px, 100% 100%, 100% 0);
    top: -1px;
    z-index: -1;
}
section.franchise-sec1 {
    padding: 130px 0;
}
section.franchise-sec1 img.layer {
    position: absolute;
    right: -21%;
    top: 0;
    width: 35%;
    transform: rotate(-20deg);
}
section.franchise-sec3 .items {
    background-color: var(--c2);
    color: #fff;
    display: grid;
    grid-template-columns: repeat(12,1fr);
    grid-template-rows: repeat(2,350px);
    justify-items: center;
    align-items: center;
}
section.franchise-sec3 .items .item1 {
    grid-column: 1/4;
}

section.franchise-sec3 .items .item2 {
    grid-column: 4/7;
}

section.franchise-sec3 .items .item3 {
    grid-column: 7/10;
}

section.franchise-sec3 .items .item4 {
    grid-column: 10/13;
}

section.franchise-sec3 .items .item5 {
    grid-column: 1/5;
}

section.franchise-sec3 .items .item6 {
    grid-column: 5/9;
}

section.franchise-sec3 .items .item7 {
    grid-column: 9/13;
}
section.franchise-sec3 .items .item h3 {
    font-size: 13px;
    font-weight: 400;
}

section.franchise-sec3 .items .item .icon {
    background: linear-gradient(180deg, var(--c1), #F21145);
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 20px;
}

section.franchise-sec3 .items .item .icon:before {
    position: absolute;
    width: 80%;
    height: 80%;
    background: #fff;
    content: "";
    border-radius: inherit;
}

section.franchise-sec3 .items .item .icon img {
    position: relative;
}
section.franchise-sec3 .items .item {
    text-align: center;
    padding: 0 55px;
    width: 100%;
    height: 100%;
    border: .1px solid;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
section.franchise-sec3 .items .item:before {
    content: "";
    background: linear-gradient(90deg, var(--c1), #F21145);
    position: absolute;
    width: 70%;
    height: 8px;
    top: -4px;
    border-radius: 10px;
    z-index: 1;
}
section.franchise-sec3 .items .item5:before, section.franchise-sec3 .items .item6:before, section.franchise-sec3 .items .item7:before {
    bottom: -4px;
    top: unset;
}
section.franchise-sec4 .image {
    width: 70%;
    margin: 0 auto;
}
section.franchise-sec4 {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

section.franchise-sec4 img.line {
    width: 30%;
    position: absolute;
    top: 17%;
    left: -9%;
}

section.franchise-sec4 img.layer {
    position: absolute;
    right: -20%;
    width: 40%;
    transform: rotate(65deg);
    opacity: .68;
    display: none;
}
section.franchise-sec4 img.rainbow {
    position: absolute;
    transform: rotate(90deg);
    width: 30%;
    right: -7%;
    bottom: -14%;
}
section.franchise-sec5 {background-size: cover;color: #fff;position: relative;padding: 50px 0 100px 0;}

section.franchise-sec5:before {
    content: "";
    position: absolute;
    background-color: var(--c2);
    width: 100%;
    height: 100%;
    top: 0;
    opacity: .92;
}

section.franchise-sec5 .container {
    position: relative;
}
.card-body {
    padding: 25px 0 0 0;
}

#accordion .card {
    padding: 25px 30px;
    border-radius: 15px;
}
section.sec4 .nav-pills .nav-link {
    border: 2px solid var(--c1);
    color: #fff;
    background-color: transparent;
    font-size: 12px;
    font-weight: 500;
    width: 100%;
}
section.location-sec2 .nav-pills {
    gap: 14px;
}
section.location-sec1 .image {
    height: 350px;
    position: relative;
}
section.location-sec1 .image:before {
    content: "";
    background-color: rgb(0 0 0 / 61%);
    width: 100%;
    height: 100%;
    position: absolute;
}
section.location-sec1 .image:after {
    content: "";
    background-image: url('assets/img/layer2.png');
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 130%;
    background-position: center;
    top: 0;
    left: 0;
    opacity: .12;
}
section.location-sec1 .content {
    text-align: center;
    color: #fff;
    padding: 20px 0;
    position: absolute;
    width: 100%;
    bottom: 0;
}

section.location-sec1 .content h3 {
    margin-bottom: 0;
    position: relative;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
}
section.location-sec1 .content:before {
    background: linear-gradient(45deg, var(--c1), var(--c3));
    content:"";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    opacity: .55;
    top: 0;
}

section.location-sec1 .item {
    position: relative;
}
section.location-sec1.sec2 {
    text-align: center;
}
section.location-sec2 .items .image {
    height: 220px;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 15px;
}
section.location-sec2 .items .content h3 {
    font-size: 14px;
    font-weight: 700;
}
section.location-sec2 .items .content li h4 {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 5px;
}

section.location-sec2 .items .content li p {
    font-size: 11px;
    margin-bottom: 0;
}

section.location-sec2 .items .content li {
    margin-bottom: 19px;
}

section.location-sec2 .items .content li a {
    color: #000;
}
section.location-sec2 .items .content a.btn-1 {
    margin: 0 auto;
    display: table;
}
section.location-sec2 .items .item {
    padding: 15px 15px;
    margin: 0 10px;
    background-color: #fff;
    border-radius: 15px;
}
section.location-sec2 {
    position: relative;
    padding: 80px 0;
}

section.location-sec2 .bac-image {
    position: absolute;
    z-index: -1;
    height: 72%;
    width: 100%;
    bottom: 0;
    overflow: hidden;
    border-radius: 37% 63% 0% 0% / 4% 58% 0% 0%;
}

section.location-sec2 .bac-image:before {
    content: "";
    background: linear-gradient(45deg, var(--c1), var(--c3));
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .61;
}
section.location-sec2 .slick-prev {right: 50px !important;}
section.location-sec2 .slick-arrow {
    top: -35px;
    right: 0;
    left: unset;
    border: 2px solid var(--c1);
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

section.location-sec2 .slick-prev::before {
    content: "\f060";
}

section.location-sec2 .slick-next::before {
    content: "\f061";
}

section.location-sec2 .slick-arrow::before {
    font-family: 'Font Awesome 5 Pro';
    color: var(--c1);
    font-size: 15px;
    font-weight: 700;
}
section.location-sec2 .nav-pills li.nav-item .nav-link {
    padding: 10px 45px;
}
section.location-sec3 {
    padding: 120px 0;
    background-size: 110%;
    background-position: right;
    background-repeat: no-repeat;
}

section.location-sec3 .item {
    text-align: center;
    border: 1px solid var(--c1);
    border-radius: 14px;
    padding: 0 30px;
    background-color: #fff;
    margin-top: 50px;
}

section.location-sec3 .item .image {
    width: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: -50px;
    border: 1px solid var(--c1);
}

section.location-sec3 .item .content h3 {
    font-size: 17px;
    font-weight: 700;
    color: var(--c1);
}

section.location-sec3 .item .content h5 {
    font-size: 14px;
}

section.location-sec3 .item .content p {
    font-size: 13px;
    margin-top: 30px;
}
section.form-sec1 .form .heading {
    margin-bottom: 25px;
    margin-top: 40px;
    text-align: center;
}

section.form-sec1 .form .heading h4 {
    margin: 0 auto;
    margin-bottom: 6px;
}
section.form-sec1 .form {
    background-color: #fff;
    border: 1px solid var(--c1);
    padding: 30px 45px;
    border-radius: 20px;
}
section.form-sec1 .form  .form-control {
    border-color: var(--c1);
    height: auto;
}

section.form-sec1 .form .form-group {
    margin-bottom: 25px;
}
section.form-sec1 {
    padding: 54px 0;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}
section.form-sec1 img.rainbow {
    position: absolute;
    right: -27%;
    top: -4%;
}

section.form-sec1 img.line {
    position: absolute;
    width: 800px;
    left: -10%;
}

section.form-sec1 .container {
    position: relative;
}
section.sec8 .col-lg-3.col-sm-3 {
    background-color: #fff;
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
}
section.about-sec3 .container {
    position: relative;
    z-index: 1;
}
section.sec6 .items .item.item3, section.sec6 .items .item.item4, section.sec6 .items .item.item7 {
    background-color: var(--c1);
}
.wrapper {
    overflow: hidden;
}
input[type="radio"] {
    /* border: 0; */
    /* font-size: 22px; */
    /* background-color: beige; */
    display: none;
}

.form label input:checked + span:before {
	box-shadow: inset 0 0 0 0.4375em var(--c1);
}

.form span.wpcf7-list-item-label:before {
    width: 18px;
    height: 18px;
    background-color: #fff;
    content: "";
    display: table;
    border-radius: 50%;
    transition: all .5s;
    box-shadow: inset 0 0 0 0.125em var(--c1);
}
input.wpcf7-submit:hover {
    background-color: transparent;
    color: var(--c1);
}
.marketing .left .content {
    flex: 1;
}

section.location-sec3 {
    display: none;
}
section.location-sec4 {
    display: none;
}
section.sec6 {
    display: none;
}
section.about-sec2{
	display:none;
}
section.about-sec3 {
    display: none;
}
section.about-sec4, section.about-sec5 {
    display: none;
}
section.sec4 .image img {
    height: 100%;
    object-fit: cover;
}
section.franchise-sec4 a.btn-1 {margin: 0 auto;display: table;margin-top: 30px;}
section.sec4 .nav-pills li.nav-item {margin: 9px;}
section.sec4 ul#pills-tab .slick-track {
    display: flex;
    align-items: center;
}
section.sec4 {}

section.sec4 button.slick-prev:before {
    content: "\f060";
}

section.sec4 button.slick-next:before {
    content: "\f061";
}

section.sec4 button.slick-arrow:before {font-family: "Font Awesome 5 Pro";}
/*Mobile Menu Css Start*/
