/*=========Globals =========*/

body {
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: "Roboto", sans-serif;
    color: #6a737c;
    font-size: 16px;
    line-height: 22px;
}
/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.form-control::placeholder{
    color:#ccc;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #373a40;
}
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1320px;
    }
}
.text-theme {
    color: #26ae61;
}
.btn:focus,
.btn:active {
    outline: 0;
    box-shadow: none;
}
.btn-theme {
    background-color: #26ae61;
    border-color: #26ae61;
    color: #ffffff;
}
.btn-theme:hover {
    background-color: #26ae61 !important;
    border-color: #26ae61 !important;
    color: #ffffff;
}
.btn-theme-outline {
    border: 1px solid #26ae61;
    color: #26ae61;
}
.btn-theme-outline:hover {
    background: #26ae61;
    color: #ffffff;
}
.owl-theme .owl-dots .owl-dot span {
    background: #505050;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #26ae61;
}
.owl-carousel.owl-theme .owl-nav .owl-prev,
.owl-carousel.owl-theme .owl-nav .owl-next {
    color: #ddd;
    font-size: 24px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    line-height: 1px;
    opacity: 1;
    border: 1px solid #ddd;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.owl-carousel.owl-theme .owl-nav .owl-prev:focus,
.owl-carousel.owl-theme .owl-nav .owl-next:focus {
    outline: 0 !important;
}
.owl-carousel.owl-theme .owl-nav .owl-prev span,
.owl-carousel.owl-theme .owl-nav .owl-next span {
    position: absolute;
    top: 21px;
    left: 20px;
}
.owl-carousel.owl-theme .owl-nav .owl-prev {
    left: -7%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.owl-carousel.owl-theme .owl-nav .owl-next {
    right: -7%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.owl-carousel.owl-theme:hover .owl-nav .owl-next:hover,
.owl-carousel.owl-theme:hover .owl-nav .owl-prev:hover {
    color: #fff;
    background: #26ae61;
    border: 1px solid #26ae61;
}
.owl-carousel .owl-item img {
    display: block;
    width: auto;
    margin: 0 auto;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block !important;
}
#team-members.owl-carousel .owl-stage-outer {
    padding: 50px 0;
}
#team-members.owl-carousel .owl-item {
    transform: scale(0.9);
}
#team-members.owl-carousel .owl-item.center {
    box-shadow: 6px 10px 18px rgb(0 0 0 / 7%);
    transform: scale(1.2);
    border-radius: 15px;
    z-index: 9;
}
.form-control:focus{
    box-shadow:none;
    outline:none;
}
/*========navbar============*/
.navbar-pitb {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    background: rgba(255, 255, 255, 1);
    border-bottom: 1px solid #dedede;
    z-index: 1030;
    top: 0;
}
.navbar-pitb .navbar-brand .logo-text {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: #2c2943;
    text-transform: capitalize;
}
.navbar-pitb .navbar-brand .logo-subtext {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #7d7b8a;
}

.navbar-pitb .navbar-toggler {
    border: 0;
}
.navbar-pitb .navbar-toggler:focus {
    border: 0;
    box-shadow: none;
    outline: 0;
}
.navbar-pitb .navbar-nav .nav-link {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: rgba(9, 8, 8, 0.65);
    letter-spacing: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    transition: all .3s ease-in;

}
.navbar-pitb .navbar-nav .nav-link:hover {
    color: #26ae61 !important;
}
.navbar-pitb .navbar-nav .nav-link:hover:before,
.navbar-pitb .navbar-nav .nav-link:hover:after{
        opacity: 1;
        transition: all .3s ease-in;
}
.navbar-pitb .navbar-nav .nav-link.active,
.navbar-erp .navbar-nav .show > .nav-link {
    color: #26ae61 !important;
    position:relative;
}
.navbar-pitb .navbar-nav .nav-link.active:after{
    content: '';
    width: 20px;
    height: 20px;
    border-top: 1px solid #26ae61;
    position: absolute;
    border-left: 1px solid #26ae61;
    left: 5px;
    top: 2px;
    opacity: 1;
    transition: all .3s ease-in;
}
.navbar-pitb .navbar-nav .nav-link.active:before {
    content: '';
    width: 20px;
    height: 20px;
    border-bottom: 1px solid #26ae61;
    position: absolute;
    border-right: 1px solid #26ae61;
    right: 5px;
    bottom: 2px;
    opacity: 1;
    transition: all .3s ease-in;
}
.btn-navbar {
    background: #26ae61;
    border-radius: 5px;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.1476px;
    padding: 8px 15px;
}
.btn-navbar:hover,
.btn-navbar:focus,
.btn-navbar:active {
    background: #26ae61;
    opacity: 0.9;
    color: #ffffff;
}
/*======Header=========*/
.header {
    background-color: #f8faff;
    /* background-image: url(../images/backgrounds/header-bg.png); */
    /* background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-attachment: fixed; */
    background: rgb(12,23,53);
    background: radial-gradient(circle, rgba(12,23,53,1) 0%, rgba(12,42,74,1) 100%);
    padding: 60px 0 50px;
    position: relative;
    overflow: hidden;
}
.header::before,
.header::after{
    content:'';
    position:absolute;
    width:200px;
    height:100%;
}
.header::before{
    background-image: url(../images/backgrounds/header-left.png);
    background-repeat: no-repeat;
    background-position: top center;
    left:0;
    top:0;
    bottom:0;
}
.header::after{
    background-image: url(../images/backgrounds/header-right.png);
    background-repeat: no-repeat;
    background-position: top center;
    right:0;
    top:0;
    bottom:0;
}
.header-content {
}
.header-content h1 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 400;
    color: #ffffff;
}
.header-content h1 span {
    color:#26ae61;
    font-weight:bold;
    font-size: 44px;
    line-height: 46px;
}
.header-content h2 {
    font-size: 43px;
    line-height: 46px;
    font-weight: 700;
    color: #ffffff;
}
.header-content p {
    font-weight: 400;
    font-size: 17.5px;
    line-height: 25px;
    color: #b4b3b1;
}
/* Projects */
.project-sec {
    padding: 4rem 0;
    /* overflow: hidden; */
}
.section-title {
    font-size: 38px;
    line-height: 42px;
    text-align: center;
}
.title-sep {
    width: 120px;
    margin: 20px auto 30px;
    border-top: 5px solid #26ae61;
    opacity:1;
}
.gig {
    min-height: 400px;
}
.project-card {
    background: #ffffff;
    border: 1px solid #dbe0e9;
    /* box-shadow: 6px 10px 18px rgba(0, 0, 0, 0.07); */
    border-radius: 15px;
    margin-bottom: 1.5rem;
    overflow: hidden;
    display: flex;
    width: 100%;
    text-decoration: none;
    transition: all 0.2s ease-in;
    position:relative;
}
.project-card:hover {
    transform: translateY(-5px);
    text-decoration: none;
}
.project-card:hover .card-footer {
    color: #ffffff;
    background-color: #26ae61;
}
.project-img {
    position: relative;
    overflow: hidden;
    height: 180px;
}
.project-img img {
    width: 100%;
}
.project-img span {
    position: absolute;
    left: 10px;
    top: 10px;
    display: inline-block;
    width: 100px;
    text-align: center;
    background: #ffffff;
    color: #26ae61;
    border-radius: 5px;
    padding: 4px 0;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #ccc;
    box-shadow: 6px 10px 18px rgb(0 0 0 / 7%);
}
.project-img span.proj-type.product {
    background: #dbf5fe;
    color: #268dae;
}
.project-img span.featured-text {
    position: absolute;
    right: -35px;
    left: auto;
    top: 20px;
    display: inline-block;
    width: 140px;
    text-align: center;
    background: #ffffff;
    color: #3FB24A;
    border-radius: 5px;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 600;
    border:0;
    transform: rotate(45deg);
    box-shadow: 4px 6px 9px rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
    letter-spacing: 1px;
}
.project-logo {
    position: absolute;
    top: -70px;
    right: 10px;
    width: 105px;
    height: 105px;
    overflow: hidden;
    border-radius: 50%;
    background: #e9f7ef;
    font-size: 18px;
    line-height: 105px;
    text-align: center;
    color: #26ae61;
    font-weight: 700;
}
.project-logo img {
    width: 100%;
}
.proj-detail span {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #848b92;
}
.proj-detail h4 {
    font-size: 22px;
    line-height: 28px;
    color: #1c2539;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.proj-detail p {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #5d666f;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.project-card .card-footer {
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.project-card .card-footer:hover {
    color: #ffffff;
    background-color: #26ae61;
}
.filter-btn-group {
    background: #ffffff;
    padding-top: 15px;
    overflow-x: auto;
    white-space: nowrap;
}
.view-more-card{
    background: #F9FBFF;
}
/* placeholder css */
.placeholder-glow{
    webkit-animation: placeholder-glow 2s ease-in-out infinite;
    animation: placeholder-glow 2s ease-in-out infinite;
    background-color: #ccc;
    cursor: wait;
}
.project-img-placeholder {
    position: relative;
    overflow: hidden;
    height: 180px;
}
.project-logo-placeholder {
    position: absolute;
    top: -70px;
    right: 10px;
    width: 105px;
    height: 105px;
    overflow: hidden;
    border-radius: 50%;
}
.proj-detail-placeholder {
    min-height:130px;
}
.proj-detail-placeholder span {
    display: inline-block;
    width: 100px;
    height:20px;
}
.proj-detail-placeholder h4 {
    height:30px;
    width:90%;
}
.proj-detail-placeholder p {
    width:100%;
    height:70px;
}
.project-card .card-footer-placeholder{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top:1px solid #ccc;
    padding:1rem;
}
.project-card .card-footer-placeholder span{
    width:70px;
    height:20px;
}
@-webkit-keyframes placeholder-glow{
    50%{opacity:.2}
}
@keyframes placeholder-glow{
    50%{opacity:.2}
}
.filter-button:focus {
    outline: 0;
    box-shadow: none;
}
.filter-button.active {
    color: #26ae61;
    border:1px solid #26ae61;
}
.port-image {
    width: 100%;
}
/* Footer */
footer {
    padding: 4rem 0 0;
    background: #eef3ff;
    /* background-image: url(../images/backgrounds/footer-bg.svg); */
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left top;
}
footer h4 {
    color: #26ae61;
    font-weight: 600;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.social-nav .nav-link {
    padding: 5px;
    color: rgba(115, 123, 132, 1);
}

.social-nav .nav-link i {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #d4d4d8;
    text-align: center;
    line-height: 35px;
    transition: all 0.3s;
}
.social-nav .nav-link:hover i {
    background: #26ae61;
    color: #ffffff;
    border-color: #26ae61;
}
.footer-nav .nav-link {
    position: relative;
    color: #52525b;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    padding: 0.5rem 0;
    display: inline-block;
}
.footer-nav .nav-link::after {
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    background: #26ae61;
    transition: width 0.3s;
}
.footer-nav .nav-link:hover {
    color: #26ae61;
}
.footer-nav .nav-link:hover::after {
    width: 100%;
}
/* Floating Social Media Bar Style Ends Here */
.btn-back-to-top {
    position: fixed;
    bottom: 70px;
    right: 20px;
    font-size: 14px;
    padding: 3px 10px;
    border-radius: 0;
    display: none;
    color: #fff;
    background: #26ae61;
    border-radius: 5px;
    z-index: 999;
}
.btn-back-to-top:hover{
    background-color: #26ae61 !important;
    border-color: #26ae61 !important;
    color: #ffffff;
}

/* Portfolio detail page */
.subheader {
    background-color: #f8faff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 250px;
    position: relative;
}
.subheader::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: -moz-linear-gradient(
        bottom,
        rgba(0, 0, 0, 0.8) 0%,
        rgba(0, 0, 0, 0) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        bottom,
        rgba(0, 0, 0, 0.8) 0%,
        rgba(0, 0, 0, 0) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.8) 0%,
        rgba(0, 0, 0, 0) 100%
    );
}
.detail-sec {
    margin-top: -60px;
    position: relative;
}
.project-detail-logo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    background: #e9f7ef;
    font-size: 26px;
    line-height: 150px;
    text-align: center;
    color: #26ae61;
    font-weight: 700;
    box-shadow: 0px 9px 18px rgb(24 16 16 / 5%);
    margin-bottom:8px;
}
.project-detail-logo img {
    width: 100%;
}
.proj-title-detail {position:relative;}
.proj-title-detail h2 {
    position: absolute;
    bottom: 95px;
}
.proj-title-detail h6 {
    position: absolute;
    top: 64px;
}
.type-media {
    background: #ffffff;
    border: 1px solid #dde8f2;
    box-shadow: 5px 7px 44px rgba(0, 0, 0, 0.06);
    border-radius: 19.8413px;
    padding: 20px;
    align-items: center;
    margin-bottom: 10px;
}
.navbar-proj {
    top: -1px;
    z-index: 9;
    background: #ffffff;
}
.navbar-proj ul {
    list-style: none;
    text-align: center;
    padding: 20px 0;
}
.navbar-proj li {
    display: inline-block;
}
.navbar-proj li a {
    padding: 15px 20px !important;
    background: #ffffff;
    border: 1px solid #eff0f7;
    box-shadow: 0px 4px 13px rgba(8, 15, 52, 0.04);
    border-radius: 15px;
    color: #6f6c90;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}
.navbar-proj li:not(:last-child) {
    margin-right: 20px;
}
.concept-sec {
    padding: 5rem 0;
}
.value-sec {
    padding: 5rem 0;
    background: #f4f6fc;
}
.value-sec .show-more-height .sec-descrip::after{
        background: -webkit-linear-gradient(0deg,rgb(244 246 252), rgba(255,255,255,0) 100%);
        background: -moz-linear-gradient(0deg,rgb(244 246 252), rgba(255,255,255,0) 100%);
        background: -o-linear-gradient(0deg,rgb(244 246 252), rgba(255,255,255,0) 100%);
        background: linear-gradient(0deg,rgb(244 246 252), rgba(255,255,255,0) 100%);
}
.new-feature{
    background-color: grey !important;
}
.concept-sec p {
    text-align: justify;
}

.show-more-height .sec-descrip{
    max-height: 340px;
    margin-bottom: 1.5rem;
    overflow: hidden;
    position:relative;
}
.show-more-height .sec-descrip::after {
	background: -webkit-linear-gradient(0deg,rgba(255,255,255,1), rgba(255,255,255,0) 100%);
	background: -moz-linear-gradient(0deg,rgba(255,255,255,1), rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(0deg,rgba(255,255,255,1), rgba(255,255,255,0) 100%);
	background: linear-gradient(0deg,rgba(255,255,255,1), rgba(255,255,255,0) 100%);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 60px;
	width: 100%;
}
.sec-descrip p {
    text-align: justify;
}
.sec-descrip ul,
.sec-descrip ol {
    list-style: none;
}
.sec-descrip ul li,
.sec-descrip ol li {
    position: relative;
    line-height: 1.5;
    margin-bottom: 0.5rem;
    text-align:left;
}
.sec-descrip ul li:before,
.sec-descrip ol li:before {
    content: "\f26b";
    position: absolute;
    left: -32px;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #26ae61;
    top: 6px;
}
.video-holder {
    position: relative;
    border: 10px solid #ffffff;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.05);
}
.features-sec {
    padding: 5rem 0;
    background-image: url(../images/backgrounds/feature-bg.png);
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-attachment: fixed;
}
.features-sec h6 {
    font-weight: 500;
}
.impact-sec {
    padding: 5rem 0;
    background-color: #ffffff;
}
.client-sec {
    padding: 5rem 0;
    background-color:#f4f6fc;
}
.testimonials-sec {
    padding: 5rem 0;
    background: #ecf1ff;
}
.video-sec {
    background: #f7f7f7;
    padding: 5rem 0;
}
.document-sec {
    padding: 5rem 0;
}
.collateral-accord{
    box-shadow:0px 9px 18px rgb(24 16 16 / 5%);
    border-radius:15px;
}
.collateral-accord .accordion-header i.rotate-icon{
    width: 25px;
    height: 25px;
    line-height: 27px;
    text-align: center;
    background: #ecfff5;
    border: 1px solid #1fac64;
    color: #1fac64;
    border-radius: 50%;
    font-size: 12px;
    transition: all 0.3s ease-in;
}
.collateral-accord .accordion-header:not(.collapsed) i.rotate-icon{
    transform: rotate(180deg);
    transition:all 0.3s linear;
}
.doc-card {
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0 15px;
    margin-bottom: 0.5rem;
    width: 100%;
}
.doc-card:last-child{
    border-bottom:0;
}
@media (max-width: 576px) {
    .header {
        padding: 40px 0 20px;
    }
    .navbar-proj li a {
        min-width: 160px;
    }
}
/* Stepper */
.step-sidebar {
    background: #ffffff;
    border-right: 1px solid #f2f3f7;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    padding: 15px 0;
    width: 100%;
    height: 100%;
}
.stepper-header {
    padding: 20px 0;
    /* min-height: 120px;
    max-width: 100%;
    width: 220px; */
    margin: 0 auto;
}
/* .stepper-header .logo-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #4b4b4b;
} */
.stepper-nav {
    border-bottom: 0;
}
.stepper-nav .nav-link {
    font-weight: 500;
    color: #b4b4b4;
    display: flex;
    align-items: center;
    position: relative;
    padding: 1.2rem 1.5rem;
    border-radius: 0;
    border: 0;
    white-space: nowrap;
}
.stepper-nav .nav-link.disabled{
    color:#B4B4B4;
}
.stepper-nav .nav-link .menu-icon {
    width: 22px;
}
.stepper-nav .nav-link .menu-item {
    margin-left: 0.5rem;
    position: relative;
}
.stepper-nav .nav-link .menu-item .step-number {
    font-weight: 400;
    font-size: 11px;
    line-height: 12px;
    display: block;
    text-transform: uppercase;
}
.stepper-nav .nav-link .menu-item .step-text {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    display: block;
}
.stepper-nav .nav-link.done {
    color: #39afe3;
}
.stepper-nav .nav-link.done::before {
    content: "\F26A";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    color: #39afe3;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}
.stepper-nav .nav-item.show .nav-link,
.stepper-nav .nav-link.active {
    border-color: transparent;
    position: relative;
    color: #1fac64;
    background: #e6fbf0;
}
.stepper-nav .nav-item.show .nav-link::after,
.stepper-nav .nav-link.active::after {
    content: "";
    width: 4px;
    height: 100%;
    background-color: #1fac64;
    position: absolute;
    top: 0;
    left: 0;
}
.stepper-nav .nav-item.show .nav-link .menu-item::after,
.stepper-nav .nav-link.active .menu-item::after {
    content: "";
    width: 25px;
    height: 3px;
    background-color: #1fac64;
    border-radius: 5px;
    position: absolute;
    left: 0;
    bottom: -10px;
}

/* Progressbar */
.progress {
    width: 100px;
    height: 100px;
    background: none;
    position: relative;
}

.progress::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 4px solid #c8e4ff;
    position: absolute;
    top: 0;
    left: 0;
}

.progress > span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress .progress-left {
    left: 0;
}

.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 6px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress .progress-right {
    right: 0;
}

.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 70px;
    border-bottom-left-radius: 70px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    border-color: rgba(105, 195, 224, 1);
}

.progress .progress-value {
    position: absolute;
    top: 0;
    left: 0;
    color: #69c3e0;
    font-size: 16px;
    font-weight: 500;
}
.btnNext {
    background: #26ae61;
    color: #ffffff !important;
    width: 160px;
    padding: 15px 20px;
    border-radius: 5px;
}
.btnNext:hover {
    background: #26ae61;
    color: #ffffff;
}
.btnNext:focus, .btnNext:active {
    color: #ffffff !important;
    background: #26ae61 !important;
}
.btnPrevious {
    background: #ebebeb;
    border-radius: 5px;
    color: #5a5a5a;
    padding: 15px 20px;
    margin-right: 10px;
}
.btnPrevious:hover {
    background: #c8e4ff;
    color: #4397b2;
}
.btnPrevious:focus,
.btnPrevious:active{
    background: #c8e4ff !important;
    color: #4397b2 !important;
}
/* Tabs content */
.btn-login {
    background: #ffffff;
    color: #a0a2b0;
    border: 1px solid #a0a2b0;
    padding: 0.5rem 1.75rem;
    border-radius: 6px;
}
.form-content label {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #626262;
    margin-bottom:0.5rem;
}
.form-content .form-control {
    border: 1px solid #bbbbbb;
    border-radius: 8px;
    height: calc(1.5em + 0.75rem + 6px);
    appearance:auto;
    color:#141414;
}
.form-content .form-control::placeholder{
    color:#9b9b9b;
}
.form-content textarea.form-control {
    height: auto;
}
.form-content .form-control:focus {
    border-color: #26ae61;
    box-shadow: none;
}
.group-holder {
    background-color: #ffffff;
    border: 1px solid #a0a2b0;
    padding: 0rem 1rem;
    border-radius: 6px;
    display: flex;
    align-items: center;
}
.q-text {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 0;
    color: #b4b4b4;
}
.q-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #4b4b4b;
}
/* File uploader */
.file {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.file span.help-block{
    position: absolute;
    left: 0;
    bottom: -24px;
}
.file > input[type="file"] {
    display: none;
}
.file > label {
    cursor: pointer;
    padding: 20px 25px;
    margin-bottom: 0;
    background: #f6f8fc;
    border: 2px dashed #39afe3;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.file > label h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #39afe3;
    /* margin-bottom: 0; */
}
.file > label p {
    color: #39afe3;
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
    margin-bottom: 0;
}
.file > label .upload-btn {
    background: #39afe3;
    border-radius: 6px;
    color: #ffffff;
    border: 0;
    padding: 0.75rem 1.9rem;
}
.adddress-collapse .card-header {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #4b4b4b;
    background-color: transparent;
    border-bottom: 0 !important;
}
.adddress-collapse .card-header i {
    width: 25px;
    height: 25px;
    line-height: 27px;
    text-align: center;
    background: #ecfff5;
    border: 1px solid #1fac64;
    color: #1fac64;
    border-radius: 50%;
    font-size: 12px;
    transition: all 0.3s ease-in;
}
.adddress-collapse .card-header:not(.collapsed) {
    background-color: #edf0f6;
}
.adddress-collapse .card-header:not(.collapsed) i {
    transform: rotate(180deg);
}
.managementbox {
    display: none;
}

.radio {
    background: #e2f0e9;
    padding:4px;
    border-radius: 6px;
    position: relative;
    padding: 8px;
    display: flex;
    justify-content: space-between;
    min-width: 100px;
    display: inline-block;
}
.radio .help-block{
    position: absolute;
    left:0;
    top:50px;
}
.radio input {
    width: auto;
    height: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    cursor: pointer;
    border-radius: 6px;
    padding: 6px 20px;
    color: #26ae61;
    font-size: 13px;
    transition: all 100ms linear;
    font-weight: 500;
}

.radio input:checked {
    background: #26ae61;
    color: #fff;
}

.radio input:before {
    content: attr(label);
    display: inline-block;
    text-align: center;
    width: 100%;
}
.contact-sec {
    padding: 0 0 5rem;
}
.becomep-sec{
    padding:30px 0;
}
.partner-card {
    background-image: url(../images/backgrounds/becomep-bg.png);
    background-color: #10304A;
    position: relative;
    padding: 70px 50px;
    overflow: hidden;
    background-size: cover;
    border-radius: 15px;
    background-position: top right;
}
.partner-card::before,
.partner-card::after {
  content: "";
  width: 260px;
  height: 210px;
  border-radius: 50%;
  border: 5px solid #ffffff;
}
.partner-card::before {
  opacity: 0.2;
  position: absolute;
  top: -130px;
  left: -160px;
}
.partner-card::after {
  opacity: 1;
  position: absolute;
  bottom: -150px;
  right: -130px;
}
.partner-card h2{
    color:#fff;
    font-size:36px;
    line-height:44px;
    font-weight:300;
}
.partner-card h2 strong{
    font-weight:700;
}
.partner-card a {
    background-color: #ffffff;
    color: #ffffff;
    font-weight: 600;
    display:inline-block;
    padding:14px 30px;
    color:#10304A;
    border-radius:15px;
    text-align:center;
    text-decoration:none;
}
/* .contact-parent {
  background-image: url(../images/backgrounds/bedoctor-section-bg5.webp);
  border-radius: 20px;
  padding: 4rem 3rem;
  margin-bottom: 3rem;
}
.contact-leftbox h4 {
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: -1px;
  margin: 2.5rem 0;
  color: #198a4a;
}
.contact-leftbox .contact-info i{
  color:#26ae61;
  font-size:20px;
}
.contact-leftbox .contact-info p {
  color: #26ae61;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: -1px;
  margin-left: 1rem;
  margin-bottom:0;
} */
/* .subscribe-card {
  position: relative;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 3rem 35px;
  overflow: hidden;
  border:0;
} */
/* .subscribe-card::before,
.subscribe-card::after {
  content: "";
  width: 260px;
  height: 210px;
  border-radius: 50%;
  border: 5px solid #26ae61;
}
.subscribe-card::before {
  opacity: 0.2;
  position: absolute;
  top: -130px;
  left: -160px;
}
.subscribe-card::after {
  opacity: 1;
  position: absolute;
  bottom: -150px;
  right: -130px;
} */
/* .subscribe-card h2 {
  font-size: 32px;
  line-height: 38px;
  margin-bottom:1.5rem;
} */
/* .subscribe-card h2 span{
  color:#26ae61;
  display:block;
} */
.subscribe-card .form-control {
    color: #26ae61;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #ebebeb;
    height: 50px;
}
.subscribe-card textarea.form-control {
    height: auto;
}
.subscribe-card .form-control:focus {
    box-shadow: none;
    border-bottom: 1px solid #26ae61;
}
.subscribe-card .form-control::placeholder {
    color: #333333;
}
.subscribe-card .subscribe-btn {
    background-color: #000000;
    color: #ffffff;
    font-weight: 600;
    height: 50px;
}
.contact-card {
    border-radius: 6px;
    padding: 1.5rem;
    background-color: #f8f7fc;
    color: #141126;
    width: 100%;
}
.contact-card:hover {
    background: #26ae61;
    color: #ffffff !important;
}
.contact-card .media-icon {
    width: 40px;
    height: 40px;
    color: #fff;
    background: #26ae61;
    border: 1px solid #26ae61;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
}
.contact-card:hover .media-icon {
    border: 1px solid #ffffff;
    color: #ffffff;
}
.contact-card:hover h5 {
    color: #ffffff;
}
.contact-card p {
    font-size: 12px;
    lin-height: 11px;
}
/*--- Remove Bootstrap's styling for Nav Class if needed ---*/
#ProductNav .nav,
#ProductNav2 .nav {
    display: inherit;
    flex-wrap: inherit;
    padding-left: inherit;
    margin-bottom: inherit;
    list-style: inherit;
    padding: 18px 0;
}

/*--- Wrap Up ---*/
.ProductNav_Wrapper {
    position: relative;
    /* padding: 0 11px; */
    box-sizing: border-box;
    margin-top: 1.5rem;
    width:max-content;
    MAX-width:100%;
    margin:0 auto;
    tex-align:center;
    padding:0 40px;
}
.filter-btn-group .ProductNav_Wrapper {
    margin-top:0;
}
.ProductNav {
    /* Make this scrollable when needed */
    overflow-x: hidden;
    /* We don't want vertical scrolling */
    overflow-y: hidden;
    /* For WebKit implementations, provide inertia scrolling */
    -webkit-overflow-scrolling: touch;
    /* We don't want internal inline elements to wrap */
    white-space: nowrap;
    /* If JS present, let's hide the default scrollbar */
    /* positioning context for advancers */
    position: relative;
    font-size: 0;
    padding:0 40px;
}
.js .ProductNav {
    /* Make an auto-hiding scroller for the 3 people using a IE */
    -ms-overflow-style: -ms-autohiding-scrollbar;
    /* Remove the default scrollbar for WebKit implementations */
}
.js .ProductNav::-webkit-scrollbar {
    display: none;
}

.ProductNav_Contents {
    float: left;
    transition: transform 0.2s ease-in-out;
    position: relative;
}
.ProductNav_Contents-no-transition {
    transition: none;
}
/* #ProductNav .nav{
    width:100%;
} */
.ProductNav_Link {
    text-decoration: none;
    /* display: table-cell; */
    /* vertical-align: middle; */
    text-align: center;
    color: #2f2f2f;
    padding: 15px 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 29px;
    background: #ffffff;
    border: 1px solid #edeff3;
    box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.05);
    border-radius: 15px;
}
.ProductNav_Link:not(:last-child) {
    margin-right: 10px;
}
/*.ProductNav_Link.smooth-scroll:focus{
    outline:0;
    box-shadow:none;
}*/
/* .ProductNav_Link.smooth-scroll:focus  */
.ProductNav_Link.active{
    outline: 0;
    box-shadow: none;
    border-color: #26ae61;
}
.ProductNav_Link:hover {
    text-decoration: none;
    color: inherit;
}
.Advancer {
    /* Reset the button */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    padding: 0;
    border: 0;
    position: absolute;
    top: 28px;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.3s;
    background: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    box-shadow: 0px 0px 17px 2px rgb(24 16 16 / 10%);
}
.Advancer:focus {
    outline: 0;
}
.Advancer:hover {
    cursor: pointer;
}

.Advancer_Left {
    left: -0;
}
/* [data-overflowing="none"] ~ .Advancer{
    display:none;
} */
[data-overflowing="both"] ~ .Advancer_Left,
[data-overflowing="left"] ~ .Advancer_Left {
    opacity: 1;
}

.Advancer_Right {
    right: 0;
}
[data-overflowing="both"] ~ .Advancer_Right,
[data-overflowing="right"] ~ .Advancer_Right {
    opacity: 1;
}
.ProductNav_Indicator {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100px;
    background-color: transparent;
    transform-origin: 0 0;
    transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

/*Taqi*/
iframe{width: 100% !important;height:auto; min-height:300px;border-radius: 10px;}
/* #partner-list img , .client-sec img{
    max-width: 120px;
    margin-bottom: 15px;
    border-radius: 50%;
} */
.client-logo-container {
    width: 150px;
    height: 150px;
    margin: 15px auto;
    overflow: hidden;
    border-radius: 15px;
    background: white;
    border: 1px dashed #26ae61;
    padding: 5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 9px 18px rgb(24 16 16 / 5%);
}
.client-logo-container img{
    max-width:80%;
}
@media screen and (max-width:580px){
    .proj-title-detail h2 {
        bottom: 157px;
        left: 0;
    }
    .navbar-pitb a{padding-left: 15px;}

}
.bg-holder {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/login-img.png);
    background-size: inherit;
    background-color:#E9FAF0;
    background-position: center;
    overflow: hidden;
    will-change: transform,opacity,filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    z-index: 0;
}
.auth-content {
    position: relative;
    overflow: hidden;
}
.auth-content:before{
    content:'';
    width:60px;
    height:60px;
    background-image: url(../images/backgrounds/login-before.png);
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
    position:absolute;
    top:50px;
    right:50px;
}
.auth-content:after{
    content:'';
    width:130px;
    height:130px;
    background-image: url(../images/backgrounds/login-after.png);
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
    position:absolute;
    bottom:-50px;
    left:20px;
}
span.help-block {
    font-size: 13px;
    font-weight: 400;
}
.scroll-nav a {
    font-weight: 500;
    color: #b4b4b4;
    display: flex;
    align-items: center;
    position: relative;
    padding: 1.2rem 1.5rem;
    border-radius: 0;
    border: 0;
    white-space: nowrap;
    text-decoration: none;
}
.scroll-nav a{
    color:#B4B4B4;
}
/* .scroll-nav a {
    width: 22px;
} */
.scroll-nav a .menu-item {
    margin-left: 0.5rem;
    position: relative;
}
.scroll-nav a .menu-item .step-number {
    font-weight: 400;
    font-size: 11px;
    line-height: 12px;
    display: block;
    text-transform: uppercase;
}
.scroll-nav a .menu-item .step-text {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    display: block;
}
.scroll-nav a.active {
    position: relative;
    color: #1fac64;
    background: #e6fbf0;
}
.scroll-nav a.active .menu-item::after {
    content: "";
    width: 25px;
    height: 3px;
    background-color: #1fac64;
    border-radius: 5px;
    position: absolute;
    left: 0;
    bottom: -10px;
}
.scroll-nav a.active::after {
    content: "";
    width: 4px;
    height: 100%;
    background-color: #1fac64;
    position: absolute;
    top: 0;
    left: 0;
}
.stepper-title i{
    width:40px;
    height:40px;
    line-height:43px;
    text-align:center;
    font-size:18px;
    color:#ffffff;
    display:inline-block;
    border-radius:50%;
    background-color:rgba(31, 172, 100, 1)
}
.ps-tabs .nav-link{
    color:#1FAC64;
    font-size:20px;
    padding:15px 45px;
}
.ps-tabs .nav-item:first-child .nav-link{
    border-radius:100px 0 0 100px;
    border:1px solid #1FAC64;
}
.ps-tabs .nav-item:last-child .nav-link{
    border-radius:0 100px 100px 0;
    border:1px solid #1FAC64;
}
.ps-tabs .nav-item:first-child .nav-link.active{
    background: #1FAC64;
    border-radius:100px 0 0 100px;
    color:#ffffff;
}
.ps-tabs .nav-item:last-child .nav-link.active{
    background: #1FAC64;
    color:#ffffff;
    border-radius:0 100px 100px 0;
}
@media(max-width:992px){
    .step-sidebar{
        min-height:auto;
    }
    .stepper-header {
        padding: 0 0;
        /* min-height: auto;
        max-width: 100%;
        width: auto; */
        margin: 0;
    }
    .stepper-nav {
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
    }
    .stepper-nav .nav-item.show .nav-link,
    .stepper-nav .nav-link.active {
        white-space: nowrap;
    }
    .stepper-nav .nav-link.done::before {
        top: 5px;
        right: 5px;
        transform: inherit;
        font-size: 12px;
    }
}
/* @media (max-width: 1045px) {
    .stepper-header {
        padding: 10px 30px;
        min-height: 150px;
    }
} */
@media (max-width: 767px) {
    .stepper-header {
        /* min-height: auto; */
    }
    .stepper-nav {
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
    }
    .file > label {
        display: block;
    }
    .file > label>*{
        margin-top:7px;
    }
    .radio{
        display:flex;
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
    }
    .radio input{
        white-space: nowrap;
    }
    
}
