/*!
Theme Name: Clientlly
Theme URI: https://clientlly.com
Author: Edmond Bibaj
Author URI: https://www.linkedin.com/in/eddibibaj/
Description: Theme
Version: 3.5.3
Requires at least: 5.0
Tested up to: 6.5
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: cliently
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/build/main.css" */

/* From http://codex.wordpress.org/CSS */

body{
--text-color-primary: #2E1E64;
--bs-heading-color:  #2E1E64;
--bs-color-accent: #7D41F0;
--bs-section-heading-color:  #0D0140;
--bs-bg-alt : #F7F7F8;
--bs-color-sec : #FF6E41; 
--bs-footer-bg : #191038;
--bs-body-font-family: "Manrope", sans-serif;
}
.h1, h1{

    font-size: 59px;
    letter-spacing: -1px;
}

.h2 ,h2{
	color: var(--bs-section-heading-color);
	font-size: 49px;
	letter-spacing: -0.49px;
}


.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


.navbar-brand img{
	width: 160px;
	height: auto !important;
}
a.nav-link {
    color: var(--text-color-primary);
}
nav#header {
    z-index: 99;
}
.head-inner{
margin: 0px;
}

p.banner-sub-title {
    font-size: 28px;
    color: var(--text-color-primary);
    opacity: .5;
    letter-spacing: -1px;
}
main#main {
    margin-top: 0px;
}
nav#header {
    background-color: transparent !important;
    position: fixed;
    width: 100%;
    background-image: none;
}
.head-inner {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

ul#menu-main a {
    padding: 10px 30px;
}
.head-cta {
    text-align: right;
}

.banner{
	background: url(images/banner-bg.svg);
    background-size: cover;
    background-position: bottom;
    padding-top: 160px;
}
img#shape-left {
    position: absolute;
    left: -80px;
    top: -130px;
}

.banner-image {
    position: relative;
}
.sub-form input.wpcf7-form-control.wpcf7-email {
    background: #F6F4F8 0% 0% no-repeat padding-box;
    border: 1px solid #E8DBF1;
    border-radius: 38px;
    opacity: 1;
    height: 75px;
    padding: 0px 40px;
    color: var(--text-color-primary);
    opacity: .7;
    width: 100%;
}

.sub-form input.wpcf7-form-control.wpcf7-submit {
    background: transparent radial-gradient(closest-side at 50% 50%, #6A2FD9 0%, #2E1E64 170%) 0% 0% no-repeat padding-box;
    border-radius: 38px;
    opacity: 1;
    color: #FF6E41;
    height: 65px;
    width: 180px;
    border: 0px;
    position: absolute;
    right: 6px;
    top: 5px;
}

.sub-form {
    max-width: 600px;
    position: relative;
    margin: 0 auto;
}
img#shape-right {
    position: absolute;
    right: 60px;
    top: -100px;
}
.section-pd {
    padding-top: 120px;
    padding-bottom: 120px;
}

.text-color{
	color: var(--text-color-primary);
	opacity: .5;
}
.sec-text{
	text-align: left;
font-size: 22px;
line-height: 34px;
letter-spacing: -0.66px;
}
.business-man .sec-text{
	padding-left: 90px;
}
.landscape-image {
    height: 270px;
    border-radius: 27px;
    width: 100%;
    background-size: cover !important;
    background-position: center !important;
}

.potriat-image{
    border-radius: 27px;
    background-size: cover !important;
    background-position: center !important;

}
.card-1,  .card-2 {
    min-height: 248px;
    width: 100%;
    border-radius: 27px;
    padding-left: 30px !important;
    
}
.box-grid{
	padding-top: 112px;
}
.card-1 {
    background: transparent linear-gradient(151deg, #7D41F0 0%, #9817E9 100%) 0% 0% no-repeat padding-box;
}
.card-2 {
    background: #2E1E64;
}
.card-3 {
    background: #E9E2F5;
    border-radius: 27px;
    padding-left: 30px !important;
    color: var(--bs-heading-color);
    background-position: right;
    background-repeat: no-repeat;
}
.card-4 {
    background: transparent linear-gradient(151deg, #FF6E41 40%, #7D41F0 150%) 10% 80% no-repeat;
    border-radius: 27px;
    padding-left: 30px !important;
}
span.card-title {
    font-size: 79px;
    letter-spacing: -2px;
    font-weight: 300;
}

span.card-sub {
    font-size: 41px;
    position: relative;
    top: -18px;
    letter-spacing: 1px;
    font-weight: 300;
}
img.card1-bg {
    position: absolute;
    bottom: 0px;
   
     right: 3px;
    z-index: 0;
    max-width: 340px;
}
.business-man .col-md-9 {
    width: 70%;
}

.business-man .col-md-3 {
    width: 30%;
}
.card-1 {
    position: relative;
}
img.card4-bg {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.card-inner {
    display: flex;
    flex-direction: column;
    align-items: end;
    width: 50%;
}
.card-4, .card-3{
    position: relative;
}
.list-item {
    color: #9023EB;
    font-size: 51px;
    line-height: 49px;
    font-weight: 300;
    cursor: pointer;
    transition: .2s;
}

.single-feature.active img {
    mix-blend-mode: color-dodge;
    filter: invert(1);
}
.card-2 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}
.features{
	background: var(--bs-bg-alt);
}
h4.sub-title {
    font-size: 28px;
    color: var(--text-color-primary);
    opacity: .5;
    letter-spacing: -0.8px;
    font-weight: 400;
}
p.pre-title {
    font-size: 16px;
    color: var(--text-color-primary);
    line-height: 26px;
    letter-spacing: 1.6px;

}
.single-feature {
    display: flex;
    background: #fff;
    box-shadow: 0px 3px 20px #0000000B;
    border: 1px solid #4F399B22;
    border-radius: 16px;
    padding: 30px;
    gap: 30px;
}

.single-feature h4 {
    font-weight: 500;
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 0px;
}
.single-feature p{
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 0px;
}
.single-feature.active {
    background: var(--bs-color-accent);
}
.single-feature.active h4 {
    font-weight: 600;
    color: #fff;
}

.single-feature.active p {
    color: #fff;
    opacity: .67;
}
.features-row{
	margin-top: 90px;
}
p.more-text {
    display: none;
}

.single-feature.active .more-text {
    display: block;
}
.all-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-height: 512px;
    overflow-y: scroll;
}
.feature-img {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 99px #0000000B;
    display: flex;
    height: 100%;
    border-radius: 16px;
    max-height: 512px;
}
.feature-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: left;
}
.all-reviews {
    display: flex;
    max-width: 90%;
    margin: 0 auto;
    margin-top: 60px;
    align-items: start;
}

.single-review {
    flex: 1;
    background: var(--bs-color-accent);
    box-shadow: 0px 3px 99px #0000000B;
    border: 1px solid #4F399B22;
    max-width: 50%;
    border-radius: 50px 0px 50px 50px;
    padding: 40px 60px;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    /* gap: 20px; */
}

.person-img img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    border:1px solid var(--bs-color-sec);
}

.review-person {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 30px;
}

.person-name {
    display: flex;
    flex-direction: column;
}

span.p-name {
    font-size: 19px;
    font-weight: 600;
    line-height: 27px;
}

span.role {
    font-size: 12px;
    opacity: .6;
    line-height: 17px;
}
.single-review:nth-child(even) {
    margin-top: 50px;
    border-radius: 0px 50px 50px 50px;
    background: var(--bs-color-sec);
}

.pricing{
	background: url(images/pricing-bg.svg);
	    background-size: cover;
    background-position: top center;
}
.single-price-box {
    background: #FFFFFF;
    box-shadow: 0px 3px 6px #0000000D;
    border: 1px solid #7D41F04B;
    border-radius: 25px;
    padding: 40px;
    color: var(--text-color-primary);
}

.p-title {
    font-size: 47px;
    font-weight: 500;
    line-height: 68px;
}

.price-opt {
    font-size: 31px;
    opacity: .7;
}

.price-opt p {
    margin-bottom: 0px;
}

p.duration {
    font-size: 21px;
}
.price-head {
    border-bottom: 1px solid #70707038;
    padding-bottom: 20px;
}

.price-list {
    font-size: 21px;
    line-height: 45px;
    list-style: none;
    padding-top: 20px;
    padding-left: 36px;
}

.price-list li {
    position: relative;
    font-weight: 500;
}

.price-list li:before{
	content: '';
	width: 20px;
	height: 20px;
	background: url(images/check.svg);
	background-repeat: no-repeat;
	background-size: contain;
    position: absolute;
    left: -33px;
    top: 15px;

}

a.btn-primary {
    background: #F6F4F8;
    border: 1px solid #E8DBF1;
    border-radius: 38px;
    padding: 18px 40px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: var(--bs-color-sec);
}
.price-foot {
    margin-top: 30px;
}
.pricing-options {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 110px;
    align-items: flex-start;
}
span.popular {
    font-size: 16px;
    line-height: 20px;
    display: block;
}
.p-title p {
    margin-bottom: 0px;
}

.price-opt {
    margin-top: 30px;
}
.single-price-box {
    width: 33%;
    flex: 1;
}
.featured .p-title p{
	background: linear-gradient(93deg, #FF6E41 0%, #7D41F0 80%) 0% 0%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.single-price-box.featured:before {
    content: '';
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(174deg, #FF6E41 0%, #7D41F0 100%) 0% 0% no-repeat padding-box;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 25px;
    z-index: -2;
    transform: scale(1.006);
}

.single-price-box.featured {
    position: relative;
  
}

.single-price-box.featured {
    padding-top: 60px;
    margin-top: -30px;
    padding-bottom: 50px;
}

section.cta {
    background: transparent linear-gradient(252deg, #2E1E64 0%, #170F32 100%) 0% 0% no-repeat padding-box;
}

.cta-text h2 {
    font-size: 68px;
    color: #fff;
}

.cta-text {
    width: 50%;
}
.cta-form h4 {
    color: #fff;
    font-size: 32px;
    line-height: 38px;
}

.cta-form {
    margin-top: 50px;
    z-index: 9;
}
.cta-form .sub-form input.wpcf7-form-control.wpcf7-email {
    border: 1px solid #3D2D72;
    background: transparent;
    color: #fff;
}

.cta-form input.wpcf7-form-control.wpcf7-submit {
    color: #fff;
}
.cta-form {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
}

.cta-form ::placeholder {
  color: #fff;
  opacity: 1; 
}
.cta-image {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: url(images/ico-a.png);
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
}

section.cta {
    position: relative;
}

.cta-text {
    z-index: 9;
}
.list-item:nth-child(2) {
    opacity: .6;
}
.list-item:nth-child(3) {
    opacity: .4;
}
.list-item:nth-child(4) {
    opacity: .3;
}
.list-item:hover {
    opacity: 1;
    transform: scale(1.03);
}
.single-feature {
    cursor: pointer;
}
.wpcf7-response-output {
    margin-top: 0px !important;
    border: 0px !important;
    background: #5529b1;
    color: #fff;
    border-radius: 15px;
}

span.wpcf7-spinner {
    display: none;
}

span.wpcf7-not-valid-tip {
    margin-top: 10px;
}
.wpcf7-response-output {
    max-width: 600px;
    margin: 0 auto !important;
    margin-bottom: 10px !important;
}


footer#footer {
    background-color: #191038;
}
.col-md-6.foot-copy {
    text-align: right;
    color: #fff;
}
.social {
    display: flex;
    gap: 16px;
    justify-content: end;
}
.col-md-6.foot-copy p {
    margin-bottom: 0px;
}

/*About page css*/

.about-header , .started-header{
    background: transparent linear-gradient(252deg, #2E1E64 0%, #170F32 100%) 0% 0% no-repeat padding-box;
}


.about-header {
    min-height: 600px;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
}
.about-header .sub_heading {
    font-size: 32px;
    line-height: 50px;
    letter-spacing: -0.96px;
    opacity: .5;
}
.header-inner {
    max-width: 50%;
}
.about-header-image {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-position: bottom right;
    background-repeat: no-repeat;
}
.business-inner {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

.business-inner p {
    color: var(--text-color-primary);
    opacity: .5;
    font-size: 22px;
    line-height: 34px;
}


.about-team {
    background: #F7F7F8;
}
.member-image {
    background: transparent linear-gradient(156deg, #FF6E41 0%, #7D41F0 100%) 0% 0% no-repeat padding-box;
    height: 380px;
}

.single-team {
    width: 25%;
}

.all-team {
    display: flex;
    gap:20px;
    margin-top: 60px;
}
.member-image img {
    mix-blend-mode: luminosity;
    opacity: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.member-details {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}

span.member-name {
    font-size: 24px;
    line-height: 24px;
    color: var(--bs-color-accent);
    display: block;
    margin-bottom: 10px;
}

span.member-role {
    font-size: 14px;
    line-height: 11px;
}
.apply-text {
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 100%;
    font-size: 73px;
    color: #fff;
    line-height: 82px;
    font-weight: 500;
}
a.apply-btn {
    border: 2px solid #FFFFFF;
    border-radius: 36px;
    font-size: 15px;
    line-height: 24px;
    padding: 12px 60px;
    color: #fff;
    margin-top: 20px;
}

.apply-text {
    flex-direction: column;
}
.col-center {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.col-center .sub-form {
    width: 550px;
    
}

.transparent .navbar-nav .nav-link.active, .transparent .navbar-nav .nav-link {
    color: #fff;
}

/*pricing page css*/

.pricing-pg{
	background: url(images/pricing-bgg.svg);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #F7F7F8;
}
.switch-main {
    display: flex;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E8DBF1;
    border-radius: 38px;
    width: 300PX;
    text-align: center;
    overflow: hidden;
    
}
.pricing-head {
	margin-top: 60px;
}

.switch {
    flex: 1;
    font-size: 18px;
    color: #444444a8;
    padding: 17px 20px;
    cursor: pointer;
}
.switch.active {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 20px #00000022;
    border-radius: 38px;
}

.pricing-switcher {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

p.year-pr {
    display: none;
}
section.started-header {
    min-height: 500px;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
}
.started-header h4{
	opacity: .5;
}


.card-box{
    padding: 40px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #0000000D;
    border: 1px solid #7D41F04B;
    border-radius: 25px;
    opacity: 1;
    height: 100%;
    color: var(--text-color-primary);

}
.dts {
    font-size: 21px;
    line-height: 34px;

}
.cts {
    font-size: 21px;
    line-height: 45px;

}
.dts a {
    text-decoration: underline;
    font-weight: 600;
    color: var(--bs-color-accent);
}
.card-box h4 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 25px;
    color: var(--bs-color-accent);
}
input.wpcf7-form-control {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #0000000D;
    border: 1px solid #7D41F04B;
    border-radius: 16px;
    opacity: 1;
    height: 65px;
    padding-left: 20px;
    width: 100%;
}

.contact-wrap label {
    margin-bottom: 20px;
    width: 100%;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #0000000D;
    border: 1px solid #7D41F04B;
    border-radius: 16px;
    opacity: 1;
    height: 150px;
    padding: 20px;
    width: 100%;
}
.contact-wrap input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E8DBF1;
    border-radius: 38px;
    opacity: 1;
    height: 55px;
    color: var(--bs-color-sec);
}

.feature-header .sub_heading {
    font-size: 32px;
    line-height: 50px;
    letter-spacing: -0.96px;
    opacity: .5;
    color: var(--bs-heading-color);
}



.started-body {
    background: #F7F7F8;
}


.feature-header {
    min-height: 600px;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
    background: url(images/feature-bg.svg);
    background-size: cover;

}

.feature-header-image {
    position: absolute;
    max-width: 50%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0px;
    bottom: 0px;
    background-position: bottom right;
    max-width: 50%;
    height: 70%;
    background-size: contain;
    background-repeat: no-repeat;
}
.feature-header .header-inner {
    padding-top: 100px;
}
.tabs {
    display: flex;
    border-bottom: 1px solid #d5d5d58a;
}
.accordion {
    margin-top: 40px;
}

.single-tab {
    flex: 1;
    padding: 25px 20px;
    gap: 16px;
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 24px;
    justify-content: center;
    font-weight: 500;
    cursor: pointer;
}
.single-inner-tab {
    display: none;
}
.single-tab.active {
    border-bottom: 1px solid var(--bs-color-sec);
}

.single-inner-tab.active {
    display: block;
}

.tab-heading h2 {
    max-width: 60%;
    text-align: center;
    margin: 0 auto;
}

.tab-heading {
    text-align: center;
}
.all-infos {
    display: flex;
    flex-direction: column;
}

.single-info {
    display: flex;
    align-items: center;
    
}

.info-img-bg img {
    width: 90%;
}

.info-img-bg {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 99px #0000000B;
    border-radius: 20px;
    overflow: hidden;
}

.all-infos {
    margin-top: 80px;
}

.info-details {
    padding: 40px;
    font-size: 22px;
    line-height: 34px;
    color: var(--text-color-primary);
    opacity: .5;
}
.additional-ct {
    text-align: center;
    margin-top: 40px;
    color: var(--text-color-primary);
}

p.ad-h {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
}

p.ad-d {
    font-size: 22px;
    line-height: 40px;
}

.additional-inner {
    max-width: 70%;
    margin: 0 auto;
}

.additional-inner .info-img-bg {
    max-width: 600px;
    margin: 0 auto;
}

.info-img img {
    width: 100%;
}

.all-infos {
    gap: 50px;
}

.single-info:nth-child(even) {
    flex-direction: row-reverse;
}
.additional_info {
    background: #F7F7F8;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    outline: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-item {
    border: 0px;
}

.accordion-button {
    padding: 0px;
    font-size: 24px;
    line-height: 50px;
}

.accordion-body {
    padding: 0px;
}

.accordion-body {
    font-size: 18px;
    line-height: 38px;
}

.accordion-header {
    border-bottom: 1px solid #70707036;
    padding: 12px 0px;
}

.accordion-collapse {
    padding-top: 30px;
}

.accordion-button:not(.collapsed) {
    color: #7D41F0;
    box-shadow: none;
}


.about-header .header-inner{
	padding-top: 100px;
}

.started-header .header-inner {
    padding-top: 100px;
}


.tabs::-webkit-scrollbar , .grid-box-mobile::-webkit-scrollbar , .pricing-options::-webkit-scrollbar{
    display: none;
}
img {
    max-width: 100%;
}


nav#header.fixed {
    background-color: #fafafa !important;
    border-bottom: 1px solid #e9e9e9;
}


.pop-up-wrapper {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #eeeeeeba;
    /* opacity: 0.5; */
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-inner {
    padding: 60px;
    width: 60%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 59px;
    opacity: 1;
    height: 90%;
    
}
.single-tab.active svg path {
    fill: var(--bs-color-sec);
    stroke: #ff6e4121;
}



.single-tab svg path {
    fill: var(--bs-heading-color);
}
.additional-inner {
    display: none;
}

.additional-inner.active {
    display: block;
}

.sub-sec {
    
    overflow-y: scroll;
    height: 100%;
}
.pop-head {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.sub-sec{
	display: none;
}
.sub-sec.active{
	display: block;
}
.pop-ct {
    color: #707070;
    margin-top: 30px;
}

.pop-image {
    margin-top: 30px;
}
.pop-up-wrapper {
    display: none;
}
.pop-up-wrapper.active {
    display: flex;
}
.pop-foot {
    text-align: right;
}
.pop-close{
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(images/close-ico.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	right: 60px;
	cursor: pointer;
}
.popup-inner{
	position: relative;
}
.feature-icon {
    width: 10%;
}

.feature-text {
    width: 90%;
}

.switch.active {
    color: var(--bs-color-accent);
}

.tabs {
    overflow-x: scroll;
    justify-content: space-between;
}

.single-tab {
    flex: none;
}
.banner-field {
    z-index: 9;
}
span.card-title {
    font-size: 67px;
}

.card-4 {
    padding-right: 20px !important;
}

@media(min-width: 768px){
	.grid-box-mobile{
		display: none;
	}
	#navbar a.btn-primary {
	    display: none;
	}
	.mob-social{
		display: none;
	}
}

@media(max-width: 767px){

	.popup-inner {
    width: 93%;
    padding: 40px;
    border-radius: 30px;
}
	.card-2.p-2 {
    padding-top: 40px !important;
    padding-right: 25px !important;
}

	
.mob-social {
    position: absolute;
    bottom: 50px;
    display: flex;
    gap: 20px;
}

.mob-social img {
    height: 26px;
}

.header-inner {
    max-width: 100%;
}

.h1, h1 {
    font-size: 40px;
}

.started-header h4 {
    font-size: 19px;
    line-height: 34px;
}
section.started-header {
    min-height: 340px;
    padding-top: 200px;
}

.section-pd {
    padding-left: 10px;
    padding-right: 10px;
}
.section-pd {
    padding-top: 70px;
    padding-bottom: 70px;
}
.contact-wrap p {
    margin-bottom: 0px;
}
.pricing-pg {
    background-size: cover;
}
.pricing-options {
    flex-direction: column;
}

.single-price-box {
    width: 100%;
}
.single-price-box.featured {
    margin: 0px;
}

h4.sub-title {
    font-size: 19px;
}

.pricing-options {
    margin-top: 50px;
}

.switch {
    font-size: 14px;
}

.switch-main {
    width: 240px;
}

.p-title {
    font-size: 42px;
}

.price-opt {
    font-size: 28px;
}


p.duration {
    font-size: 19px;
}

a.btn-primary {
    font-size: 14px;
}
.h2, h2 {
    font-size: 30px;
}

p.pre-title {
    font-size: 12px;
}

.all-reviews {
    flex-direction: column;
    max-width: 100%;
    margin-top: 40px;
}

.single-review {
    width: 100%;
    max-width: 100%;
    padding: 25px;
    border-radius: 12px;
}
.single-review:nth-child(even) {
    margin-top: 20px;
    border-radius: 12px;
}

span.p-name {
    font-size: 16px;
}

span.role {
    font-size: 10px;
}

.review-text {
    font-size: 14px;
    line-height: 22px;
}
.cta-text h2 {
    font-size: 43px;
}

.cta-text {
    width: 100%;
}

.cta-form h4 {
    font-size: 24px;
}

.cta-form .sub-form input.wpcf7-form-control.wpcf7-email {
    font-size: 12px;
}

.sub-form input.wpcf7-form-control.wpcf7-submit {
    font-size: 12px;
    /* padding-left: 10px; */
    width: 144px;
    padding-left: 10px;
    padding-right: 10px;
}

.cta-image {
    background-size: 800px;
}

section.cta:before {content: '';width: 100%;height: 100%;position: absolute;top: 0px;left: 0px;background: #2e1e64c9;z-index: 9;}
.about-header-image {
    position: absolute;
    background-size: 900px;
    background-position: 65% 100%;
    /* display: block; */
    /* height: 400px; */
}

.about-header .sub_heading , .feature-header .sub_heading{
    font-size: 19px;
    line-height: 34px;
}


.about-header {
    min-height: 700px;
}

.about-header .header-inner {
    margin-bottom: 200px;
}
.business-inner p {
    font-size: 18px;
    line-height: 28px;
}
.all-team {
    flex-direction: column;
    gap: 30px;
}

.single-team {
    width: 100%;
}

.col-center {
    text-align: left;
}

.col-center .sub-form {
    width: 100%;
}

.cta-form.align-items-center {
    align-items: start !important;
    width: 100%;
}

.wpcf7.js {
    width: 100%;
}
section.feature-header.section-pd {
    background-size: cover;
    background-position: center;
}

.feature-header .header-inner {
    padding-top: 0px;
    padding-bottom: 50px;
}

.feature-header {
    min-height: 560px;
}

.feature-header-image {max-width: 90%;}

.tabs {
    overflow: scroll;
 }

.single-tab {
    font-size: 14px;
    line-height: 17px;
    flex-shrink: 0;
    flex: none;
}
.tab-heading h2 {
    max-width: 100%;
}

.info-details {
    font-size: 16px;
    line-height: 32px;
}

p.ad-h {
    font-size: 18px;
    line-height: 27px;
}

p.ad-d {
    font-size: 14px;
    line-height: 27px;
}

.additional-inner {
    max-width: 100%;
}

.accordion-button {
    font-size: 17px;
    line-height: 31px;
}

.accordion-body {
    font-size: 14px;
    line-height: 28px;
}
.pricing-head{
	margin-top: 100px;
}
.about-header .header-inner{
	padding-top: 0px;
}

.started-header .header-inner {
    padding-top: 0px;
}


img#shape-left {
    display: none;
}

img#shape-right {
    display: none;
}
p.banner-sub-title {
    font-size: 19px;
    line-height: 24px;
}
.sub-form input.wpcf7-form-control.wpcf7-email {
    font-size: 14px;
    padding: 0px 20px;
    height: 65px;
}

.sub-form input.wpcf7-form-control.wpcf7-submit {
    height: 55px;
}
.banner-image {
    padding-bottom: 50px;
}

.banner-image img {
    border-radius: 10px;
}
.business-man .sec-text {
    padding: 0px;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
}

.business-man h2 {
    text-align: center;
    margin-bottom: 20px;
}
.scroll .pricing-options {
    flex-direction: row;
    overflow-x: scroll;
    justify-content: space-around;
    align-items: normal;
    padding: 10px;
}

.scroll .single-price-box {
    flex: none;
}
.features-row .feature-img {
    /*display: none;*/
}

.mob-mb-5{
	margin-bottom: 40px;
}
.all-features {
    max-height: none;
    overflow: auto;
}
.feature-icon {
    width: 15%;
}

.feature-text {
    width: 85%;
}
.single-feature h4 {
    font-size: 18px;
    line-height: 21px;
}

p.more-text {
    font-size: 16px;
    line-height: 26px;
}

.single-feature {
    padding: 20px;
}
.business-man .col-md-9 , .business-man .col-md-3 {
    width: 100%;
}

.hmr {
    flex-direction: column;
}

.row.box-grid.gx-3 {
    display: none;
}


.grid-box-mobile {
    display: flex;
    overflow: scroll;
    flex-wrap: nowrap;
    gap: 20px;
    padding-left: 20px;
}

.card-4, .card-3 {
    flex: none !important;
    width: 90%;
    height: 350px;
}

.card-1.p-2.text-white {
    flex: none;
    width: 90%;
    height: 350px;
}

section.business-man {
    padding-left: 0px;
    padding-right: 0px;
}

section.business-man .container {
    padding: 0px;
}

span.card-title {
    font-size: 69px;
}

span.card-sub {
    font-size: 36px;
}

.card-inner {width: 41%;}
.extra-pad-mob {
    padding: 0px 20px;
    margin-bottom: 30px;
}
.head-inner {
    padding: 0px;
}

.head-cta {
    display: none;
}

button.navbar-toggler {
    position: absolute;
    right: 20px;
    top: 30px;
    z-index: 9;
}

.navbar-collapse {
    height: 100vh !important;
    /* background: red; */
    top: 0px;
    position: absolute;
    width: 100%;
    left: 0px;
    padding-top: 0px;
    text-align: center;
    font-size: 37px;
    background: url(images/banner-bg.svg);
    background-size: cover;
    background-position: bottom;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.head-logo {
    z-index: 9;
}
button.navbar-toggler {
    border: 0px;
}
ul#menu-main {
    margin: 0px !important;
    padding: 0px !important;
}
button.navbar-toggler {
    padding-right: 0px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.collapsed .navbar-toggler-icon {
	background-image: url(images/menu.png);
	background-size: 80%;
}
.transparent .collapsed .navbar-toggler-icon {
	background-image: url(images/menu-2.png);

}
.navbar-toggler-icon {
	background-image: url(images/close-ico.png);
	background-size: 80%;
}
.transparent .navbar-toggler-icon {
	background-image: url(images/close-ico-2.png);

}
#navbar a.btn-primary {
    font-size: 20px;
    margin-top: 40px;
}
.social {
    justify-content: start;
}

#footer p {
    text-align: left;
}

.col-md-6.foot-copy {
    margin-top: 10px;
    margin-bottom: 10px;
}

footer#footer {
    padding-left: 10px;
}
.transparent .navbar-collapse {
    background: transparent linear-gradient(252deg, #2E1E64 0%, #170F32 100%) 0% 0% no-repeat padding-box;
    transparent linear-gradient(252deg, #2E1E64 0%, #170F32 100%) 0% 0% no-repeat background: padding-box;
}
.transparent nav#header.fixed {
	background: transparent linear-gradient(252deg, #2E1E64 0%, #170F32 100%) 0% 0% no-repeat padding-box;
    transparent linear-gradient(252deg, #2E1E64 0%, #170F32 100%) 0% 0% no-repeat background: padding-box;
    border-bottom: 0px;
}
}
