a{
    color: inherit;
    text-decoration: unset;
}
h1,h2,h3,h4,h5,h6,p,span,a,body{
    font-family: 'Inter', sans-serif;
}
.nav-header .nav-link{
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    /* identical to box height */
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    letter-spacing: -0.494595px;
    padding: 0 25px;
}
.orgl-first-sec{
    background: #585858;
    color: #fff;
}
.nav-header{
    padding: 15px 0px;
}
.full-banner-height{
    height: 100vh;
}
.padding-headiepx{
    padding: 21px 0px;
}
.header-navimg img{
    width: 151px;
}
.nav-header .nav-link:last-child{
    padding-right: 0px;
}
.person {
    /* margin: 24px 24px 40px 0; */
    display: flex;
    flex-direction: row;
    align-items: center;
}
.profileImg {
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 46px;
}
.description {
    margin-left: 9px;
    display: grid;
}
.description .descriptionName {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #223345;
}
.description .descriptionMail {
    font-size: 10px;
    line-height: 18px;
    color: #828282;
}
.person::after{
      content: url('../img/arrow_down.png');
      margin-left: 19px;
}
.orgl-bg-grey{
    background: #F2F2F2;
}
.card-orgl{
    background: #FFFFFF;
    border-radius: 8px;
    padding: 32.5px;
}
.orgl-quick{
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #7B7571;
    position: relative;
}
.orgl-quickie{
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    position: relative;
    color: #7B7571;
}
.orgl-line-grey{
    width: 32px;
    height: 2px;
    background: #C1BEBB;
    border-radius: 100px;
    display: block;
    position: absolute;
    margin: auto;
    bottom: 0;
    top: 0;
    right: -38px;
}
.orgl-headCard{
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -0.3px;
    color: #585858;
    margin-bottom: 0px;
}
.orgl-headCard strong{
    font-weight: 700;
    color: #FD6E0D;
}
.orgl-mt-32{
    margin-top: 32px;
}
.orgl-tab-custom {
    border: unset;
}
.orgl-tab-custom li{
    width: 50%;
}
.orgl-tab-custom li button{
    padding-top: 7px;
    padding-bottom: 7px;
}
.orgl-tab-custom li button{
    margin: auto;
    width: 100%;
    border: unset;
    border-radius: 50px;
    color: #434343;
    border: 1px solid #FD6E0D!important;
}
.orgl-tab-custom li:first-child button{
    border-radius: 100px 0px 0px 100px;
}
.orgl-tab-custom li:last-child button{
    border-radius: 0px 100px 100px 0px;
}
.orgl-tab-custom li:last-child{
    border-radius: 0px 100px 100px 0px;
}
.orgl-tab-custom li button.active{
    background-color: #ff6d2f !important;
    color: #fff!important;
}
.orgl-tab-custom li button:hover{
    /* background-color: #ff6d2f !important; */
    color: #ff6d2f;
}
.orgl-headerify-img{
    position: absolute;
    z-index: 1;
}
.orgl-headerify-img-bg{
    position: absolute;
    left: 0;
    margin: auto;
}
.orgl-otp {
    position: absolute;
    top: 19px;
    bottom: 0;
    right: 16px;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.15px;
    color: #FF6D2F;
    z-index: 1;
}
.orgl-in{
    position: absolute;
    top: 19px;
    bottom: 0;
    left: 16px;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.15px;
    color: #FF6D2F;
}
input.orgl-num-padright{
    padding-left: 50px;
}
/* Input Border thing */
.gg-bound-control-input:not([disabled]):focus ~ .gg-bound-control-label, .gg-bound-control.hasValue .gg-bound-control-label {
    transform: scale(0.75) translateY(-39px);
}
.gg-bound-control {
    -webkit-tap-highlight-color: transparent;
    box-sizing: content-box;
    width: 100%;
    font-size: 15px;
    outline: none;
}
.gg-bound-control-outer {
    box-sizing: inherit;
    height: 56px;
    position: relative;
    vertical-align: top;
    padding-top: 24px;
}
.gg-bound-control-inner {
    box-sizing: inherit;
    display: flex;
    position: relative;
    /* top: 14px; */
}
.gg-bound-control-wrapper {
    box-sizing: inherit;
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 0%;
    position: relative;
}
.gg-bound-control-input {
    box-sizing: inherit;
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    background-color: transparent;
    border: none;
    display: block;
    font: 400 17px Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
    height: 28px;
    line-height: 24px;
    min-width: 0%;
    outline: none;
    border-radius: 4px;
    color: #202124;
    margin: 1px 1px 0 1px;
    padding: 13px 15px;
    z-index: 1;
}
.gg-bound-control-input:not([disabled]):focus ~ .gg-bound-control-label {
    color: #fd6e0d;
}
.gg-bound-control-label {
    box-sizing: border-box;
    color: #80868b;
    transform-origin: bottom left;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: color, bottom, transform;
    color: rgba(0, 0, 0, 0.38);
    font: 400 17px Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
    font-size: 17px;
    pointer-events: none;
    position: absolute;
    transform: scale(0.75) translateY(-39px);

    bottom: 17px;
    left: 8px;
    padding: 0 8px;
    background: #fff;
    transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
    width: auto;
    z-index: 1;
}
.gg-bound-control-df-bottom-border {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 1px solid #dadce0;
    border-radius: 4px;
}
.gg-bound-control-df-bottom-border:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: -2px;
    left: 0;
    right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    pointer-events: none;
}
.gg-bound-control-ef-bottom-border {
    box-sizing: content-box;
    animation: quantumWizPaperInputRemoveUnderline 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background-color: transparent;
    height: calc(100% - 2*2px);
    width: calc(100% - 2*2px);
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border-radius: 4px;
    opacity: 0;
    transform: none;
    transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.gg-bound-control.active-gg-bound-control .gg-bound-control-ef-bottom-border {
    animation: none;
    transform: scale(1);
    border: 2px solid #fd6e0d;
    opacity: 1;
}
.mt-13{
    margin-top: 13px;
}
.btn-orgl{
    margin-top: 35px;
    width: 100%;
    border-radius: 100px;
    padding-top: 14.5px;
    padding-bottom: 14.5px;
    background-color: #FD6E0D;
    border: 1px solid #FD6E0D;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.btn-orgl:hover{
    color: #fd6e0d;
    background: #fff;
}
.orgl-relativie-centie{
    align-content: center;
    align-items: center;
    position: relative;
}
.ptb-52{
    padding: 52px 0;
}
.btm-right-0{
    bottom: 0;
    right: 0;
}
.float-right{
    float: right;
}

 /* Steps for second Section  starts here */  
 .steps {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    margin-top: 36px;
   }
   
   .steps li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    border-top: 1px solid #FF6D2F;
    top: 0;
    left: 160px;
    z-index: -1;
   }
   
   .steps li:last-child:after {
    content: none;
   }
   
   .steps li {
    width: 25%;
    position: relative;
    float: left;
    text-align: center;
   }
   
   .steps li .img {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 50%;
    background-color: #fff;
   }
   
   .steps li .img img {
    vertical-align: middle;
   }
   
   .steps li .caption {
    margin-left: 10px;
    margin-top: 20px;
   }
   .dot {
    width: 20px;
    height: 20px;
    background: linear-gradient(225deg,#f69b00,#ed6a00);
    border-radius: 10px;
    /* -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
    box-shadow: 0 10px 10px 0 rgba(0,0,0,.2); */
    border: 4px solid #fff;
    position: absolute;
    top: -10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.orgily-ul{
    display: flex;
    list-style: none;
    padding-left: 0px;
}
.orgily-ul li{
    width: 25%;
    position: relative;
    float: left;
}
/* Grid Center vertical  */
.orgl-grid-contie {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.caption{
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 0.005em;
    text-transform: capitalize;
    color: #2F2F2F;
    margin-bottom: 10px;
}
.sub-cap{
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #7B7571;
}
.orgl-circly {
    background: #f9f9f9;
    margin: auto;
    border-radius: 100px;
    width: 150px;
    height: 150px;
    padding: 30px;
}
.orgl-circly img{
    width: 100%;
}
 /* Steps for second Section  Ends here */  
/* header ui  */
.orgl-h2{
    font-weight: normal;
    font-size: 42px;
    line-height: 51px;
    letter-spacing: -0.3px;
    
    color: #585858;
}
.orgl-h2 strong{
    color: #FD6E0D;
}
/* header ui  */
.ptpb-100{
    padding-top: 100px;
    padding-bottom: 100px;
}
.mt-60{
    margin-top: 60px;
}
.pt-60{
    padding-top: 60px;
}
.carousel-indicators [data-bs-target]{
    background-color: #ff6d2f!important;
}
.carousel-indicators{
    margin-bottom: -40px;
}
/* Why orange Starts here  */
.orglpad-rl {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    display: flex;
    margin-top: 50px;
}
.orgl-w100{
    width: 100%;
}
.orgl-padcard{
    background: #FFFFFF;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    height: 100%;
    overflow: auto;
}
.orgl-1{
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #2F2F2F;
}
.orgl-2{
    font-weight: normal;
    font-size: 16px;
    line-height: 157.52%;
    /* or 25px */
    /* Orange_Secondary_Color05 */
    color: #7B7571;
}
.why-org{
    padding: 16px;
}
/* Background grey  */
.why-orangeie{
    background: #F8F8F8;
}
/* Header fixed  */
.orgfl{
    width: 100%;
    z-index: 99;
}
.header-fixed{
    position: fixed;
    top: 0;
    left: 0;
    animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}
.hide-d{
    display: none;
}
.hide-sm{
    display: block;
}
.orgl-section-pos-abs{
    position: absolute;
}
.orgl-section-pos-abs{
    /* width: ; */
}
@media(max-width:1024px){
    .hide-d{
        display: block;
    }
    .hide-sm{
        display: none;
    }
}
@media(min-width:992px){
    .orgl-section-pos-abs img{
        /* width: 100%; */
    }
}
.orgl-hide-dis{
    display: none;
}
.orgl-hide-tab{
    display: flex;
}
@media(max-width:991px){
    .orgl-hide-dis{
        display: flex;
    }
    .orgl-hide-tab{
        display: none;
    }
}
@media(max-width:767px){
    .orgl-h2{
        font-size: 28px;
        line-height: 34px;
    }
    .nav-header .nav-link{
        padding: 0 15px;
    }
}
.orgl-first-sec-footer{
    background: #F2F2F2;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height, or 150% */

    letter-spacing: 0.25px;

    color: #585858;
}
.orgl-first-sec-footer .nav-header .nav-link{
    color: #585858;

}
@media (max-width:500px) {
    .description{
        display: none;
    }
}
.orgl-wid-drop{
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
}
@media (max-width:500px) {
    .dropdown-menu.show{
        left: -80px;
    }
}
@media(max-width:396px){
    .card-orgl{
        padding:13.5px;
    }
    .orgl-headCard{
        font-size: 20px;
    }
    .nav-tabs .nav-link{
        font-size: 15px;
        padding: 4px;
    }
}