.loader-page {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 310;
    background-color: #fff;
    text-align: center;
}
.figure {
    display: inline-block;
    /*width: 318px !important;*/
    margin-right: 39px !important;
}

.comptable-bordered tbody tr:nth-child(odd) {
    background-color: #f2f2f2; /* light grey */
}


.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    .footer-widget .logo display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mainContent {
   
    overflow: hidden;
        margin-top: 65px;
}




.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 0px;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

/*========= open menu start =======*/
.header-action-items li.single-item {
    display: flex;
    margin: 0px !important;
}

.header-action-items li.single-item a {
    margin-left: 8px;
    background: #1a3271;
    color: white !important;
}

.openMenu,
.closeMenu {
    display: none;
}

.openMenu a span,
.closeMenu a span {
    height: 2px;
    width: 22px;
    background: #ff930e;
    display: flex;
    margin: 6px 0px;
}

CSS Options 174 color: #00bcd4;
175
}

176 ​ 177 @media (max-width: 991px) {
    178 section {
        179 padding-top: 50px;
        180 padding-bottom: 50px;
        181
    }

    182 183 .row {
        184 flex-direction: column;
        185
    }

    186 187 .contact-info {
        188 margin-bottom: 40px;
        189 width: 100%;
        190
    }

    191 192 .contact-form {
        193 width: 100%;
        194
    }

    195
}

/* ==========open menu end======= */
.main-menu .dropdown .dropdown-menu {
    transition: all 0.5s;
    overflow: hidden;
    transform-origin: top center;
    transform: scale(1, 0);
    display: block;
    margin-top: 2px;
    box-shadow: 0 2px 35px 0 rgb(179 179 179 / 22%);
    border: 0;
    border-radius: 0;
    padding: 0;
    width: 215px;
    border-top: 2px solid #ff930e;
}

.main-menu .dropdown.megaMenu {
    position: static;
}

.main-menu .dropdown.megaMenuPanel {
    padding: 20px;
}

.megaMenuBox h3 {
    font-size: 18px;
    font-weight: bold;
}

.main-menu .dropdown .megaMenuBox .dropdown-item {
    padding: 8px 0;
}

.main-menu .dropdown .megaMenuBox .dropdown-item:hover {
    padding-left: 10px !important;
}

.main-menu .dropdown-toggle::after {
    margin-left: 8px;
    content: "";
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    vertical-align: 2.5px;
}

.main-menu .dropdown.megaMenu .dropdown-menu {
    width: 100%;
    padding: 20px;
}

.main-menu .dropdown .dropdown-item {
    position: relative;
    padding: 8px 20px;
    border-left: 2px solid transparent;
    transition: .5s ease all;
    font-size: 15px;
    color: #666;
}

.megaMenuPanel {
    display: flex;
    justify-content: space-between;
}

.megaMenuBox {
    padding: 0 20px;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

/* .dropdown .dropdown-menu .dropdown-item:hover{
    padding-left: 25px;
    color: #ff930e;
} */
.main-menu .dropdown:hover .dropdown-menu {
    transform: scale(1);
}

.sticky .main-menu .dropdown .dropdown-menu {
    margin-top: -1px;
}

.main-menu .dropdown .dropdown-menu .dropdown-item::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ff930e;
    width: 100%;
    height: 1px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition: .4s ease-in;
    transition: .4s ease-in;
    z-index: -1;
}

.main-menu .dropdown .dropdown-menu .dropdown-item:hover {
    color: #ff930e;
    background: transparent;
    padding-left: 25px;
}

.main-menu .dropdown .dropdown-menu .dropdown-item:hover::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /*font-family: 'Poppins', sans-serif;*/
}

.container {
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.section-header {
    margin-bottom: 50px;
    text-align: center;
}

.section-header h2 {
    color: #000;
    font-weight: bold;
    font-size: 3em;
    margin-bottom: 20px;
}

.section-header p {
    color: #000;
}

.row {
    display: flex;
    flwx-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.contact-info {
    /*width: 50%;*/
}

.contact-info-item {
    display: flex;
    margin-bottom: 30px;
}

.contact-info-icon {
    height: 70px;
    width: 70px;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
}

.contact-info-icon i {
    font-size: 30px;
    line-height: 70px;
}

.contact-info-content {
    margin-left: 20px;
}

.contact-info-content h4 {
    color: #000;
    font-size: 1.4em;
    margin-bottom: 5px;
}

.contact-info-content p {
    color: #000;
    font-size: 1em;
}

.contact-form {
    background-color: #fff;
    padding: 40px;
    width: 45%;
    padding-bottom: 20px;
    padding-top: 20px;
}

.contact-form h2 {
    font-weight: bold;
    font-size: 2em;
    margin-bottom: 10px;
    color: #333;
}

.contact-form .input-box {
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.contact-form .input-box input,
.contact-form .input-box textarea {
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    border: none;
    border-bottom: 2px solid #333;
    outline: none;
    resize: none;
}

.contact-form .input-box span {
    position: absolute;
    left: 0;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    pointer-events: none;
    transition: 0.5s;
    color: #666;
}

.contact-form .input-box input:focus~span,
.contact-form .input-box textarea:focus~span {
    color: #e91e63;
    font-size: 12px;
    transform: translateY(-20px);
}

.contact-form .input-box input[type="submit"] {
    width: 100%;
    background: #00bcd4;
    color: #000;
    border: none;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
    border: 1px solid #00bcd4;
    transition: 0.5s;
}

.contact-form .input-box input[type="submit"]:hover {
    background: #FFF;
    color: #00bcd4;
}

@media (max-width: 1200px){
    .container{
        padding-left: 80px !important;
        padding-right: 80px !important;
    }

    .banner-form form {
        width: 64% !important;
        height: min-content;
        display: flex;
        flex-direction: column;
        padding: 14px 27px !important;
        box-shadow: 0px 0px 5px #000000a1;
        border-radius: 15px;
        background: #ff930ea3;
    }

    .banner-form input {
        line-height: 25px !important;
        padding: -1px 10px !important;
    }

    .input-box {
        margin-bottom: 6px !important;
    }

    .input-box img {
        width: 33px !important;
    }

    .bannerPanel, .service-wrap-layout2, .section-padding-md, .pd-70, .footer-widget-area, .content-inner-2 {
        padding: 50px 0 !important;
    }

    .footer-widget-area {
        padding-bottom: 0 !important;
    }
    

} 

@media (max-width: 991px) {

    .container{
        padding-left: 60px !important;
        padding-right: 60px !important;
    }

    .bannerPanel {
        height: auto !important;
    }


    section {
        padding-top: 0px;
        padding-bottom: 0px;
    }


    .contact-info {
        margin-bottom: 40px;
        width: 100%;
    }

    .contact-form {
        width: 100%;
    }

    .banner-img img {
        width: 185px !important;
    }



    .bannerPanel__Content {
        width: 50%;
        margin-top: 30px;
    }

    .main_header .container .row {
        position: relative;
        width: 100%;
        margin: 0;
        display: flow !important;
    }

    .banner-form {
        display: flex;
        height: 372px;
        width: auto !important;
        justify-content: center;
    }

    .hero {
        max-width: 90% !important;
        display: contents;
    }

    .banner-form form {
        width: 90% !important;

    }

    .banner-form::after {
        display: none;
    }

    .container {
        max-width: 100%;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .topHeader {
        display: none !important;
    }

    .sticky .main_header {
        top: 0dvh !important;
    }

    .banner-option p::before {
        width: 10px !important;
        height: 10px !important;
        top: 5px !important;
        left: -23px;

    }

    .row {
        align-items: start !important;
        padding: 0 15px !important;
    }

    .footer-address {
        max-width: 100%;
    }

    .mainContent {
        padding-top: 80px !important;
    }

    .openMenu {
        right: 0px !important;
    }
}

/* Top Header */
.main_header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    transition: .5s ease all;
    background: antiquewhite; 
}

.sticky .main_header {
    box-shadow: 0 0 9px -2px #2c1f68;
    background: #fff;
    top: 0px;
}

.sticky .main-menu ul li>a {
    padding: 25px 20px;
}

.topHeader {
    background: #f7fcff;
    padding: 10px 0;
}

.topHeader a {
    color: #212529;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
}

.topHeader a:hover {
    color: #ff930e;
}

.topHeaderDetails {
    display: flex;
}

.topHeaderDetails li {
    padding-right: 24px;
}

.topHeaderDetails li i {
    padding-right: 5px;
    position: absolute;
    left: 0;
    top: 3px;
}

.topHeaderSocialLinks {
    display: flex;
    justify-content: flex-end;
}


/* Header Css */
.main-menu ul {
    display: flex;
    justify-content: center;
    margin-right: 24px;
}

.main-menu ul li>a {
    color: #1a3271;
    padding: 40px 20px;
    font-size: 16px;
    font-family: system-ui;
    font-weight: 600;
    line-height: 1;
    display: block;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.main-menu ul li>a:hover {
    color: #ff930e;
}

.my-design-text{
    
}


/* Banner Css */

.my-text {
    font-family: 'Anek Malayalam';
    color: #1a3271;
    font-weight: 600;
    font-size: 19px;
}

/*.bannerPanel::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0px;*/
    /* bottom: 13px; */
/*    background-image: url(../images/wave.svg);*/
   
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-repeat: no-repeat;*/
/*    opacity: 0.5;*/
/*    transform: rotate(180deg);*/
/*}*/



.bannerPanel {
    padding: 156px 0;
    height: calc(100dvh - 0px);
    z-index: 9;
    position: relative;
    background-image: linear-gradient(222deg, rgb(249 147 28 / 13%), rgb(255 180 90 / 6%)), url(../images/banner25.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.bannerPanel h1 {
    padding-bottom: 0px;
}

.banner-option {
    display: flex;
    align-items: baseline;
}

.banner-option img {
    width: 30px;
    height: auto;
    object-fit: contain;
    margin-right: 20px;
}

.slideUp {
  animation-name: slideUp;
}

@keyframes slideUp {
  from {
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}


.img-box img {
    width: 70%;
    display: flex;
    justify-content: end;
    margin: auto;
    /* background: bisque; */
}

.banner-option p {
 
    position: relative;
    /* margin-left: 24px; */
    align-items: flex-start;
    margin-left: 21px;
    color: #717070;
    /* font-family: cursive; */
    font-weight: 500;
    /* padding: 4px 13px; */
    margin-bottom: 9px;
    /* padding: 5px; */
    /* border-radius: 16px; */
    /* background: #e5e5e5; */
    /* box-shadow: 2px 2px 6px #00000057; */
}
.banner-option p::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-image: url(../images/round-24.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: -22px;
    top: 50%;
    transform: translateY(-50%);
}

/*.bannerPanel::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    inset: 0;*/
/*    background-image: url("../images/bg1.jpg");*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    opacity: 0.35;              */
/*    filter: brightness(0.8);   */
/*    z-index: -1;*/
/*}*/

.bannerPanel__Content {
    max-width: 546px;
    display: flex;
}

.bannerPanel__Content h1 {
    color: #1a3271;
    font-size: 51px;
    font-weight: 600;
}
.banner-img {
    display: flex;
    align-items: center;
}

.banner-form {
    display: flex;
    height: 372px;
    width: max-content;
    justify-content: end;
}

.banner-form input::placeholder{
    font-size: 14px !important;
    font-weight: 500 !important; 
}

.banner-form h3 {
    color: #1a3271 !important;
    margin-bottom: 20px;
    /* text-shadow: 1px 1px 4px #00000094; */
    font-size: 24px;
    font-family: math;
    text-align: center;
}

.banner-form input {
    border: none;
    outline: none;
    border-radius: 4px;
    position: relative;
    width: 80%;
    line-height: 29px;
    padding: 2px 12px;
}
.input-box img {
    width: 35px;

}


.tandc {
    display: flex;
    margin-left: 8px;
}

.tandc a{
    color: black !important;
    border-bottom: 1px solid black;
}

.tandc a:hover{
    color: #584cd4 !important;
}

.tandc p {
    font-size: 13px;
    font-weight: 600;
}
.tandc input {
    width: fit-content;
}

.input-box {
    margin-bottom: 12px;
    /*box-shadow: inset 1px -1px 4px #00000061;*/
    padding: 5px;
    border-radius: 7px;
    background: white;
    /* border: 1px solid #c3c3c3; */
}

#captcha-img {
    margin-top: 7px !important;
    filter: drop-shadow(2px 2px 2px #0000006e);
}
.captcha {
    display: flex;
}

.captcha .input-box {
    margin-right: 20px !important;
    /* padding: 10px !important; */
    background: none;
    border: none;
    box-shadow: none;
}

.captcha .input-box input {
    /*box-shadow: 2px 2px 2px #0000006e, inset 2px 2px 2px #00000040;*/
    padding: 7px 11px;
    width: 100%;
}


.box div {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: transparent;
    border: 6px solid blue;
}

.box div:nth-child(1) {
    top: 12%;
    left: 42%;
    animation: animate 10s linear infinite;
    border: 6px solid yellow;
}

.box div:nth-child(2) {
    top: 70%;
    left: 50%;
    animation: animate 7s linear infinite;
    border: 6px solid brown;
}

.box div:nth-child(3) {
    top: 17%;
    left: 6%;
    animation: animate 9s linear infinite;
    border: 6px solid pink;
}

.box div:nth-child(4) {
    top: 20%;
    left: 60%;
    animation: animate 10s linear infinite;
    border: 6px solid green;
}

.box div:nth-child(5) {
    top: 67%;
    left: 10%;
    animation: animate 6s linear infinite;
    border: 6px solid red;
}

.box div:nth-child(6) {
    top: 80%;
    left: 70%;
    animation: animate 12s linear infinite;
    border: 6px solid grey;
}

.box div:nth-child(7) {
    top: 60%;
    left: 80%;
    animation: animate 15s linear infinite;
    border: 6px solid blue;
}

.box div:nth-child(8) {
    top: 32%;
    left: 25%;
    animation: animate 16s linear infinite;
}

.box div:nth-child(9) {
    top: 90%;
    left: 25%;
    animation: animate 9s linear infinite;
}

.box div:nth-child(10) {
    top: 20%;
    left: 80%;
    animation: animate 5s linear infinite;
}



.banner-form{
    position: relative;
}





.banner-form button {
    width: 100%;
    padding: 8px 27px;
    outline: none;
    border: none;
    box-shadow: 2px 2px 2px #00000059;
    font-size: 15px;
    font-weight: 600;
    background: #1a3271;
    color: rgb(255 255 255);
    border-radius: 6px;
    cursor: pointer;
    display: block;
    margin: auto;
}

.banner-form button:hover {
    background-color: #ff930b;

}

.banner-form form {
    width: 60%;
    height: min-content;
    display: flex;
    flex-direction: column;
    padding: 18px 41px;
    box-shadow: inset 0px 0px 2px #ff930e;
    border-radius: 15px;
    background: #ffe2be;
}
.banner-img img {
    position: absolute;
    right: 0px;
    width: 140px;
    /* border-radius: 50%; */
    transform: translate(77px, 16px) rotate(-26deg);
    z-index: 11;
}

/* Service Css */

.radiusAnimation {
    position: absolute;
    top: 25px;
    left: -30px;
    opacity: .2;
}

.serviceWrapper {
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.serviceWrapper .animated-figure svg {
    position: absolute;
    z-index: 0;
    left: 0;
    right: 20%;
    top: 50%;
    margin: 0 auto;
}

.heading-layout {
    padding-bottom: 30px;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.serviceWrapper .contact-signle {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}

.serviceWrapper .contact-signle .text {
    text-align: center;
}

.serviceWrapper .contact-signle .icon {
    margin-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: initial;
    margin-bottom: 20px;
}

.serviceWrapper .contact-signle .text h4 a {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 6px;
}

.serviceWrapper .contact-signle .text p {
    font-size: 16px;
    margin-bottom: 0;
    margin-bottom: 16px;
}

.serviceWrapper .contact-signle .readMoreBtn a {
    color: #007bff;
    font-size: 14px;
}

.serviceWrapper .contact-signle:hover .readMoreBtn a {
    color: #ff930e;
}

.service-cards {
    max-width: 344px;
}
/*--------------------------------------
	4.16 Process
---------------------------------------*/

.process-wrap-layout3 .shape-holder {
    position: relative;
    z-index: 0;
}

@media only screen and (max-width: 1250px) {
    .process-wrap-layout3 .shape-holder {
        display: none;
    }
}

.process-wrap-layout3 .shape-holder .animated-bg1 {
    position: absolute;
    z-index: -1;
    right: 60px;
    top: -400px;
}

.process-wrap-layout3 .shape-holder .animated-bg1 svg {
    text-align: right;
}

.process-wrap-layout3 .shape-holder .animated-bg2 {
    position: absolute;
    z-index: -1;
    right: 190px;
    top: -300px;
}

.process-wrap-layout3 .shape-holder .animated-bg2 svg {
    text-align: right;
}

.process-box-layout3 {
    text-align: center;
    margin-bottom: 21px;
}

.process-box-layout3 .item-icon {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ffffff;
    height: 160px;
    width: 160px;
    border-radius: 50%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


.process-box-layout3 .item-icon i {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.process-box-layout3 .item-icon i:before {
    font-size: 72px;
}

@media only screen and (max-width: 767px) {
    .process-box-layout3 .item-icon i:before {
        font-size: 56px;
    }
    
    .slide {
    padding: 21px !important;
    }
    
        .controls {
        position: static;
        margin-top: 20px;
                padding-bottom: 39px !important;
        display: flex !important;
        justify-content: center !important;
    }
    
    .slides {
    position: relative;
    height: 310px !important;
    margin: 0px !important;
    margin-top: 50px !important;
}
    
    .slider {
    position: relative;
    overflow: hidden;
    width: 100% !important;
   
}
    
    .rating-box {
    margin-top: 40px !important;
    }
    
    .mycontainer {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 2fr !important;
    gap: 0px !important;
    align-items: center;
}
    
        .feature-style-two p {
        max-width: 100%;
        text-align: left !important;
    }
    
    
    

    .bannerPanel__Content {
        margin-top: 74px !important;
        margin-bottom: 40px;
    }

    .bannerPanel {
        padding-top: 0;
        text-align: start !important;
    }

    .bannerPanel__Content {
        width: 100% !important;
    }

    .banner-img img {
        width: 100% !important;
    }

    .bannerPanel {
        padding-top: 0 !important;
    }

    .banner-form {
        margin: auto !important;
        justify-content: center;
    }

    .knwoMoreBtn {
        margin: auto !important;
        display: flex !important;
        justify-content: center !important;
        margin-top: 25px;

}

}

@media only screen and (max-width: 575px) {
    .process-box-layout3 .item-icon i:before {
        font-size: 48px;
    }

    .bannerPanel__Content {
        max-width: 546px;
        display: block;
    }

        .banner-img img {
        width: 35% !important;
        top: 197px;
        right: 90px;
        margin: auto !important; 
    }

    .container {
        padding-left: 25px !important;
        padding-right:25px !important;
    }

}

.process-box-layout3 .california {
    -webkit-box-shadow: 0 0 25px 0 rgba(255, 147, 14, 0.1);
    box-shadow: 0 0 25px 0 rgba(255, 147, 14, 0.1);
}

.process-box-layout3 .california i {
    color: #ff930e;
}

.process-box-layout3 .emerald {
    -webkit-box-shadow: 0 0 25px 0 rgba(24, 220, 89, 0.1);
    box-shadow: 0 0 25px 0 rgba(24, 220, 89, 0.1);
}

.process-box-layout3 .emerald i {
    color: #18dc59;
}

.process-box-layout3 .royal-blue {
    -webkit-box-shadow: 0 0 25px 0 rgba(90, 73, 248, 0.1);
    box-shadow: 0 0 25px 0 rgba(90, 73, 248, 0.1);
}

.process-box-layout3 .royal-blue i {
    color: #5a49f8;
}

.process-box-layout3 .dodger-blue {
    -webkit-box-shadow: 0 0 25px 0 rgba(54, 186, 254, 0.1);
    box-shadow: 0 0 25px 0 rgba(54, 186, 254, 0.1);
}

.process-box-layout3 .dodger-blue i {
    color: #36bafe;
}

.process-box-layout3:hover .item-icon i {
    color: #ffffff;
}

.process-box-layout3:hover .california {
    background-color: #ff930e;
}

.process-box-layout3:hover .emerald {
    background-color: #18dc59;
}

.process-box-layout3:hover .royal-blue {
    background-color: #5a49f8;
}

.process-box-layout3:hover .dodger-blue {
    background-color: #36bafe;
}

.process-box-layout3 .item-content .item-title {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 20px;
    padding-bottom: 14px;
}

.item-content {
    padding-top: 35px;
}

.has-animation .process-shap-layout3 {
    position: relative;
    z-index: 0;
}

@media only screen and (max-width: 1250px) {
    .has-animation .process-shap-layout3 {
        display: none;
    }
}

.has-animation .process-shap-layout3 .shap-point li {
    color: #c2c2c2;
}

.has-animation .process-shap-layout3 .shap-point .start-point {
    position: absolute;
    z-index: 0;
    top: -7px;
    left: 0;
}

.has-animation .process-shap-layout3 .shap-point .end-point {
    position: absolute;
    z-index: 0;
    top: -5px;
    right: 0;
}

.has-animation .process-shap-layout3 svg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
}

.has-animation .process-shap-layout3 .dashed1 {
    stroke-dashoffset: 1300;
}

.has-animation .process-shap-layout3 .dashed1 {
    stroke-dasharray: 1300;
}

.has-animation .process-shap-layout3 .dashed2 {
    stroke-dasharray: 4;
}

@-webkit-keyframes dash_animation {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes dash_animation {
    to {
        stroke-dashoffset: 0;
    }
}

.has-animation.active-animation .process-shap-layout3 .dashed1 {
    -webkit-animation: dash_animation 4s linear forwards;
    animation: dash_animation 4s linear forwards;
}

.processContentWrapper {
    padding-top: 50px;
}

/* CLient Table Css */
.clientTable__bottom {
    margin-top: 25px;
}

.clientTable__bottom p {
    padding-bottom: 15px;
    font-size: 14px;
}

.clientTable__bottom a {
    width: 250px;
    height: 54px;
    margin: 0 auto;
}


.clientTable table tr td,
.clientTable table tr th {
    text-align: center;
    vertical-align: middle;
}

.clientTable table tr th {
    border-bottom: none;
}

.clientTable {
    background: rgb(255 255 255 / 66%);
    padding: 20px 20px 5px;
    border-radius: 10px;
    box-shadow: 0 2px 35px 0 rgb(179 179 179 / 22%);
    transition: .5s ease all;
    width: 100%;
    margin: 0 auto;
}

/* .clientTable:hover {
    transform: scale(1.02);
} */

.comptable-bordered td, .comptable-bordered th {
    padding: 5px 15px;
    text-align: center !important;
    font-size: 14px;
    border: 1px solid #ebebeb;
}

/* Feature Style Css */
.feature-style-two .thm-container.full-width {
    max-width: 100%;
}

.feature-style-two [class*=col-] {
    min-height: 480px;
}

@media (max-width: 767px) {
    .feature-style-two [class*=col-] {
        min-height: 350px;
    }
}

.feature-style-two .row:nth-child(even) .img-box-wrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

@media (max-width: 991px) {
    .feature-style-two .row:nth-child(even) .img-box-wrapper {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
}

.feature-style-two .img-box-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
   
}

.feature-style-two .content-box {
    width: 100%;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 767px) {
    .feature-style-two .content-box {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.feature-style-two h3 {
    /* color: #333333; */
    font-size: 32px;
    font-weight: 700;
    margin: 0;
}

.feature-style-two p {
    line-height: 27px;
    margin: 0;
    margin-top: 20px;
    max-width: 600px;
    font-family: sans-serif;
    color: #000000c7;
    font-size: 15px;
}

.feature-style-two .feature-btn {
    background: #FFFFFF;
    display: inline-block;
    text-align: center;
    border-radius: 25px;
    padding: 10px 28.5px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background: #349ded;
    background: -webkit-gradient(linear, left top, right top, from(#349ded), color-stop(51%, #7176fd), to(#8453ef));
    background: linear-gradient(to right, #349ded 0%, #7176fd 51%, #8453ef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#349ded', endColorstr='#8453ef', GradientType=1);
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 40px;
}

.feature-style-two .feature-btn .inner-text {
    position: relative;
    color: #252525;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.feature-style-two .feature-btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    border-radius: 25px;
    background: #349ded;
    background: -webkit-gradient(linear, left top, right top, from(#349ded), color-stop(51%, #7176fd), to(#8453ef));
    background: linear-gradient(to right, #349ded 0%, #7176fd 51%, #8453ef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#349ded', endColorstr='#8453ef', GradientType=1);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.feature-style-two .feature-btn:hover span {
    color: #fff;
}

.feature-style-two .feature-btn:hover:before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.feature-style-two .feature-btn:before {
    background: none;
    background: #8453ef;
    background: -webkit-gradient(linear, left top, right top, from(#8453ef), color-stop(49%, #7176fd), to(#349ded));
    background: linear-gradient(to right, #8453ef 0%, #7176fd 49%, #349ded 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8453ef', endColorstr='#349ded', GradientType=1);
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 0;
}

.feature-style-two .feature-btn .inner-text {
    text-transform: none;
    color: #FFFFFF;
    font-size: 13px;
}

.feature-style-two .feature-btn:hover:before {
    width: 100%;
}

.feature-style-two .feature-btn:hover .inner-text {
    color: #fff;
}

.feature-style-two ul.icon-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 50px;
}

.feature-style-two ul.icon-list li {
    position: relative;
    color: #707070;
    font-size: 15px;
    padding-left: 30px;
}

.feature-style-two ul.icon-list li+li {
    margin-top: 20px;
}

.feature-style-two ul.icon-list li i {
    background: -webkit-gradient(linear, left top, right top, from(#349ded), color-stop(51%, #7176fd), to(#8453ef));
    background: linear-gradient(to right, #349ded 0%, #7176fd 51%, #8453ef 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 25px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #3D60F4;
}

.knwoMoreBtn {
    width: 120px;
    margin-top: 30px;
}

/* Testimonial Css */
.testimonials-style-one {
    background: #fff;
}

.testicarousel .owl-stage-outer {
    min-height: 330px;
    padding-top: 30px;
    background-image: url(../images/6.png), url(../images/7.png), url(../images/8.png), url(../images/9.png);
    background-position: 0% 100%, 33.33% 0%, 66.66% 100%, 100% 0%;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}

.testicarousel .single-testicarousel {
    background: #FFFFFF;
    border-radius: 10px;
    -webkit-box-shadow: 2px 5px 28px rgb(72 69 224 / 20%);
    box-shadow: 2px 5px 28px rgb(72 69 224 / 20%);
    padding: 37px 30px 48px;
    position: relative;
    z-index: 10;
}

.testicarousel .single-testicarousel p {
    color: #707070;
    font-size: 14px;
    line-height: 26px;
    margin: 0;
}

.testicarousel .single-testicarousel h3 {
    color: #252525;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    margin-top: 15px;
}

.testicarousel {
    margin-top: 35px;
}

.testicarousel .owl-stage-outer .owl-item:nth-child(even) .single-testicarousel {
    position: relative;
    top: -24px;
    border: 3px solid #ff930e;
    box-shadow: inset 6px 10px 7px #00000029;
}

/* Insight Story Css */
.rtel-case-study-4 .rtin-case-study-box {
    box-shadow: 0 0 10px 0 rgb(33 30 30 / 15%);
    margin: 10px 0;
}

.rtel-case-study-4 .rtin-case-study-box .rtin-img {
    overflow: hidden
}

.rtel-case-study-4 .rtin-case-study-box .rtin-img img {
    border-radius: 4px 4px 0 0;
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.rtel-case-study-4 .rtin-case-study-box .rtin-content {
    text-align: center;
    padding: 15px 20px 10px;
}

.rtel-case-study-4 .rtin-case-study-box .rtin-content .rtin-title {
    font-size: 16px;
    color: #000;
    line-height: 1.6;
    font-weight: 600;
    text-align:start;
}




.rtel-case-study-4 .rtin-case-study-box:hover .rtin-img img {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg)
}

.enqueryFormWrapper {
    position: relative;
}

.enqueryFormWrapper:before {
    content: "";
    background: url(https://samartheme1.vercel.app/images/background/bg5.jpg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .1;
    background-repeat: repeat;
    background-size: cover;
}

.formHeading {
    max-width: 400px;
    text-align: center;
}

.formHeading h2 {
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 20px;
}

.animate-charcter {
    text-transform: uppercase;
    background-image: linear-gradient(-225deg,
            #231557 0%,
            #44107a 29%,
            #ff1361 67%,
            #fff800 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: block;
    font-size: 36px;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

/* Footer Css */
/*--------------------------------------------------------------
  ##  Footer
  --------------------------------------------------------------*/
.footer-widget-area {
    padding: 100px 0 0;
    position: relative;
    background: #292244;
}

.footer-widget-area .footer-bottom p {
    /* color: #6c798c; */
    text-align: center;
    margin-bottom: 0;
}

.footer-widget-area .footer-bottom p span {
    color: #dbdbdb;
}

.footer-widget-area .footer-bottom p a {
    color: #dbdbdb;
}

.footer-widget-area.style-two .footer-bottom p {
    color: #dbdbdb;
    text-align: left;
}

.footer-widget h3 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .5px;
    color: #dbdbdb;
    margin-bottom: 16px;
    /* text-transform: uppercase; */
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    /* border-bottom: 2px solid #ff930e; */
    width: fit-content;
    padding-bottom: 10px;
}

.footer-widget .logo {
    padding: 0px 0 9px;
    margin-top: -16px;
    width: 170px;
}

.footer-widget p {
    line-height: 28px;

}

.social ul li {
    display: inline-block;
    margin-right: 12px;
    width: 40px;
    height: 40px;
    border: 2px solid #ff930e;
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.social ul li:hover {
    border: 2px solid #ff9513;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.social ul a {
    color: #dbdbdb;
    font-size: 16px;
    display: block;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.social ul a:hover {
    color: #ff930e;
}

.footer-menu ul li {
    margin-bottom: 5px;
    padding-bottom: 6px;
}



.footer-menu ul li a {
    font-size: 15px !important;
    color: #dbdbdb;
    font-weight: 500 !important;
    letter-spacing: .3px;
    display: flex;
    position: relative;
    transition: .4s ease-in;
}

.footer-menu ul li a::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 0px;
    height: 2px;
    background-color: #ff930e;
    transition: .4s ease-in;
}

.footer-menu ul li a:hover{
    margin-left: 15px;
    transition: .4s ease-in;
}

.footer-menu ul li a:hover::after{
    width: 161px;
    transform: scaleX(1);
    transition: .4s ease-in;
}



.footer-menu i {
    margin-right: 10px !important;
}

.footer-widget {
    padding-bottom: 50px;
}

.footer-widget img {
    margin-right: 20px;
}

.footer_long_text img {
    float: left;
    margin-right: 40px;
}

.footer_long_text p {
    font-size: 14px;
    color: #dbdbdb;
    font-style: italic;
    letter-spacing: .5px;
    margin-bottom: 0;
    text-align: center;
    line-height: 1.7;
}

.footer-subscribe-wrapper input {
    width: 100%;
    border: 1px solid #ddd;
    height: 45px;
    margin-bottom: 15px;
    padding-left: 21px;
}

.footer-subscribe-wrapper button {
    width: 100%;
    border: 1px solid #ddd;
    height: 45px;
    background: #ece7e7;
    font-size: 20px;
    cursor: pointer;
}



.footer-address {
    padding-bottom: 10px;
    padding-top: 20px;
    font-size: 15px;
    font-weight: 600;
    color: #dbdbdb;
    max-width: 80% !important;
    font-family: var(--font-family-sans-serif);
}



.footer-address a {
    padding: 7px 0;
    color: #000;
    display: flex;
}

.footer-address a:hover {
    color: #ff930e;
}

.footer-address a i {
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.social p {
    font-size: 14px;
    color: #2a384c;
    font-weight: 600;
    position: relative;
    margin-bottom: 40px;
}

.social p:after {
    position: absolute;
    background: #56595f;
    height: 1px;
    width: 50px;
    bottom: -7px;
    left: 0;
    content: '';
}

#subscribe-form {
    margin-top: 35px;
    overflow: hidden;
    margin-bottom: 50px;
    position: relative;
    border: 1px solid rgba(103, 119, 142, 0.23);
    border-radius: 3px;
    padding-right: 60px;
}

#subscribe-form input {
    color: #67778e;
    font-size: 14px;
    font-weight: 400;
    height: 55px;
    padding-left: 17px;
    width: 100%;
    border-radius: 3px;
    border: 0;
    font-weight: 600;
}

#subscribe-form button {
    background: #197beb;
    border: medium none;
    font-size: 15px;
    line-height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 64px;
    height: 100%;
    cursor: pointer;
    border-radius: 0 3px 3px 0;
}

#subscribe-form button i {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.payment-link li {
    display: inline-block;
    margin-left: 10px;
}

.footer-bottom {
    background: #292244;
    padding: 16px 0;
    color: #bdbdbd;
}

.footer_long_text {
    padding-top: 15px;
    border-top: 2px solid #dddddd;
    padding-bottom: 10px;
}

.media-address{
    margin-bottom: 25px !important;
}

.bg-one {
    background: #f7fcff;
}

.footer-widget li {
    padding-bottom: 15px
}

.formBox {
    margin-bottom: 24px;
}

.formList {
    margin-right: 100px;
}

.formBox .custom-btn.btn-13 {
    height: 54px;
    width: 200px;
}

/* About us css */
.page-title {
    position: relative;
    background: #f2f9ff;
    padding: 100px 0px;
}

.page-title .image-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.10;
    background-image: url(../images/innerbanner.jpg);
}

.page-title .bread-crumb li:first-child:before {
    content: '';
    position: absolute;
    right: -4px;
    top: 10px;
    width: 5px;
    height: 5px;
    background: #8baad6;
    border-radius: 50%;
}

.innerHeading {
    position: relative;
    z-index: 9;
    text-align: center;
}

.innerHeading ul {
    display: flex;
    justify-content: center;
}

.innerHeading ul li {
    padding: 0 15px;
    position: relative;
}

.aboutTable table,
.tableHover table {
    overflow: hidden;
    overflow-y: auto;
}

.aboutTable table tr th {
    border-bottom: 1px solid #dee2e6;
    text-align: right;
    padding-right: 40px;
}

.clientTable table tr td {
    text-align: left;
}

.aboutTable table tr {
    transition: .2s ease all;
}

.aboutTable table tr:hover,
.tableHover table tr:hover {
    background: #f7fcff;
}

.whyChoose-section {
    background-image: url(../images/whychoose.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.whyChoose-section .client-right-vector {
    position: absolute;
    top: 0;
    right: 0;
    opacity: .7;
}

.whyChoose-section .client-left-vector {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: .7;
}

.whyChoose-section .client-circle1 {
    position: absolute;
    right: 14%;
    bottom: 30px;
    -webkit-animation: fluid 5s linear infinite alternate;
    animation: fluid 5s linear infinite alternate;
    z-index: -1;
    opacity: 1;
}

.whyChoose-section .client-circle2 {
    position: absolute;
    left: 8%;
    bottom: 30px;
    -webkit-animation: fluid 5s linear infinite alternate;
    animation: fluid 5s linear infinite alternate;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    z-index: -1;
    opacity: 1;
}

.whyChoose-section .client-circle3 {
    position: absolute;
    left: 30%;
    bottom: 30px;
    -webkit-animation: fluid 5s linear infinite alternate;
    animation: fluid 5s linear infinite alternate;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    z-index: -1;
    opacity: 1;
}

@-webkit-keyframes fluid {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }

    25% {
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%)
    }

    50% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    75% {
        -webkit-transform: translateY(-75%);
        transform: translateY(-75%)
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes fluid {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }

    25% {
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%)
    }

    50% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    75% {
        -webkit-transform: translateY(-75%);
        transform: translateY(-75%)
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

.icon-bx-wraper.style-2 {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
}

.no-margin {
    margin-bottom: 0 !important;
}

.icon-bx-wraper.style-2>[class*=icon-bx-] .icon-cell {
    font-size: 50px;
    color: #fff;
    z-index: 2;
    position: relative
}

.icon-bx-md i {
    font-size: 45px;
    vertical-align: middle;
}

.icon-bx-wraper.style-2>[class*=icon-bx-]:before {
    content: "";
    position: absolute;
    width: 165px;
    height: 165px;
    left: calc(50% - 82px);
    top: calc(50% - 82px);
    background-size: contain;
    z-index: -1;
    background-repeat: no-repeat
}

.icon-bx-wraper:nth-child(2) {
    margin-left: 100px;
}

.icon-bx-wraper.style-2>[class*=icon-bx-].text-red:before {
    background-image: url(../images/red.png)
}

.icon-bx-wraper.style-2>[class*=icon-bx-].text-yellow:before {
    background-image: url(../images/yellow.png)
}

.icon-bx-wraper.style-2>[class*=icon-bx-].text-green:before {
    background-image: url(../images/green.png)
}

.icon-bx-wraper.style-2>[class*=icon-bx-].text-skyblue:before {
    background-image: url(../images/skyblue.png)
}

.icon-bx-wraper.style-2 .icon-content {
    padding-left: 40px;
    padding-right: 40px;
    transition: .5s ease all;
}

.icon-bx-wraper.style-2:hover .icon-content {
    transform: scale(1.05);
}

.icon-bx-wraper.style-2:hover>[class*=icon-bx-] {
    background-color: transparent !important
}

.icon-bx-wraper.style-2:hover>[class*=icon-bx-]:before {
    -webkit-animation: rotate360 5s infinite;
    animation: rotate360 5s infinite
}

.icon-bx-wraper.style-2>[class*=icon-bx-] {
    position: relative;
    margin: 20px;
    min-width: 100px;
    transition: all .5s;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-bx-wraper .icon-cell i:before {
    font-size: 45px;
    color: #fff;
}

.dlab-title {
    font-weight: 600;
    color: #ff930e;
    position: relative;
    padding-bottom: 12px;
}

.dlab-title::before {
    content: '';
    width: 0%;
    height: 1px;
    position: absolute;
    bottom: 4px;
    left: 0%;
    background: #ff930e;
    -webkit-transition: all .52s;
    transition: all .52s;
    z-index: -1;
}

.icon-bx-wraper.style-2:hover .dlab-title::before {
    width: 100%;
}

.inovationBox {
    padding-top: 30px;
}

.shapeAbout {
    position: absolute;
    top: 125px;
    display: flex;
}

.shapeAbout li {
    margin-right: 250px;
}

.content-inner-2 {
    position: relative;
    padding: 100px 0;
}

@-webkit-keyframes rotate360 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

@keyframes rotate360 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

/* Why choose us css */

.firstWhychoose {
    max-width: 600px;
    margin: 0 auto;
}

/* Mission Vision Css */
.icon-bx-wraper.style-1 {
    padding: 30px;
    transition: all .5s;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px 4px rgb(31 66 135 / 10%);
}

.icon-bx-wraper.style-1 .dlab-title {
    margin-bottom: 15px
}

.shadow-red {
    box-shadow: 0 2px 15px rgb(255 88 110 / 50%);
}

.shadow-yellow {
    box-shadow: 0 2px 15px rgb(255 168 8 / 50%);
}

.bg-yellow {
    background-color: #ffa808;
}

.bg-red {
    background-color: #ff586e;
}

.icon-bx-wraper.style-1>[class*=icon-bx-] {
    width: 90px;
    height: 90px;
    line-height: 90px;
    margin: 24px auto 60px;
    position: relative;
    z-index: 1
}

.icon-bx-wraper.style-1>[class*=icon-bx-]:after {
    content: "";
    position: absolute;
    right: -20px;
    top: -20px;
    height: 133px;
    width: 82px;
    background-position: 100%;
    z-index: -1;
    transition: all .5s
}

.icon-bx-wraper.style-1>[class*=icon-bx-].bg-yellow:after {
    background-image: url(../images/yellow.8.png)
}

.icon-bx-wraper.style-1>[class*=icon-bx-].bg-red:after {
    background-image: url(../images/red.6.png)
}

/* 


.icon-bx-wraper.style-1>[class*=icon-bx-].bg-green:after {
    background-image: url(/_next/static/media/green.dc1aac2392f4e93c456192a90a2ff7c9.png)
}

.icon-bx-wraper.style-1>[class*=icon-bx-].bg-skyblue:after {
    background-image: url(/_next/static/media/skyblue.e3953cbbb3f5a627a425463d81844781.png)
}

.icon-bx-wraper.style-1>[class*=icon-bx-].bg-orange:after {
    background-image: url(/_next/static/media/orange.5ad5039b03d4efcc5c1aa71093d638ec.png)
}

.icon-bx-wraper.style-1>[class*=icon-bx-].bg-maroon:after {
    background-image: url(/_next/static/media/maroon.0008ea076714bea3d3295d5537964c5f.png)
} */

.icon-bx-wraper.style-1:after,
.icon-bx-wraper.style-1:before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all .5s;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    z-index: 0
}

.icon-bx-wraper.style-1:before {
    background-image: url(../images/pattern5.png);
    height: 100%;
    top: -30px;
    left: -30px;
    width: 100%
}

.icon-bx-wraper.style-1:after {
    background-image: url(../images/pattern6.png);
    height: 290px;
    bottom: -40px;
    right: -30px;
    width: 250px
}

.icon-bx-wraper.style-1.active,
.icon-bx-wraper.style-1:hover {
    box-shadow: 0 0 10px 4px rgba(31, 66, 135, .1)
}

.icon-bx-wraper.style-1.active>[class*=icon-bx-]:after,
.icon-bx-wraper.style-1:hover>[class*=icon-bx-]:after {
    right: 30px
}

.icon-bx-wraper.style-1.active:after,
.icon-bx-wraper.style-1.active:before,
.icon-bx-wraper.style-1:hover:after,
.icon-bx-wraper.style-1:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.pd-30 {
    padding-top: 30px;
}

@media only screen and (max-width:1400px) {
    .icon-bx-wraper.style-1:before {
        top: -15px;
        left: -15px
    }

    .icon-bx-wraper.style-1:after {
        bottom: -20px;
        right: -10px
    }
}

/* CHarter Css */
.charterWrapper {
    background: #f7fcff;
    position: relative;
}

.charterContent {
    position: relative;
    z-index: 1;
}

/* .charterContent{
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 35px 0 rgb(179 179 179 / 22%);
} */
.charterContent h4 {
    padding: 12px 15px;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-bottom: 8px;
}

.serviceDetail-wrap .charterContent h4 {
    display: flex;
    align-items: center;
    font-size: 24px;
    border-bottom: 1px solid #c2c2c2;
    padding-bottom: 6px;
    padding-left: 0;
    margin-bottom: 16px;
}

.serviceDetail-wrap .charterContent ul {
    padding-left: 16px;
}

.serviceDetail-wrap .charterContent h4 i {
    width: 40px;
    height: 50px;
    /* background: blue; */
    display: flex;
    /* justify-content: center; */
    align-items: center;
    color: var(--orange);
    font-size: 24px;
    border-radius: 50px;
}

.charterContent__inner p {
    /* font-size: 14px; */
    padding: 0 10px;
    line-height: 1.7;
}

.charterContent__inner li {
    /* font-size: 14px; */
    line-height: 1.7;
}

.charterContent ul,
.charterContent ol {
    padding-left: 50px;
}

.charterContent ul li h6 {
    color: #545252;
    font-weight: 600;
}

.charterContent ul li {
    list-style: disc;
    padding-bottom: 10px;
}

.charterContent ol li {
    list-style: auto;
    padding-bottom: 10px;
}

.charterContent ul li ul {
    padding-top: 10px;
}

.charterContent ul li ul li {
    list-style: circle;
}

.charterContent__inner {
    margin-bottom: 15px;
}

/* Service Page Css */
.serviceInnerPageWrapper .charterContent__inner {
    margin-bottom: 15px;
    box-shadow: 0 0 10px 4px rgb(31 66 135 / 10%);
    background: #fff;
    padding: 10px 12px;
    transition: .5s ease all;
}

.serviceInnerPageWrapper .charterContent__inner:hover,
.serviceInnerPageWrapper .icon-bx-wraper.style-1:hover,
.serviceBottomContent .icon-bx-wraper.style-1:hover {
    transform: scale(1.03);
}

.serviceInnerPageWrapper .icon-bx-wraper.style-1:before,
.serviceInnerPageWrapper .icon-bx-wraper.style-1:after,
.serviceBottomContent .icon-bx-wraper.style-1:before,
.serviceBottomContent .icon-bx-wraper.style-1:after {
    display: none;
}

.serviceBottomContent .icon-bx-wraper:nth-child(2) {
    margin-left: 0;
}

.serviceBottomContent .charterContent__inner {
    box-shadow: 0 0 10px 4px rgb(31 66 135 / 10%);
    background: #fff;
    padding: 4px 35px 16px;
    transition: .5s ease all;
}

.serviceBottomContent .charterContent__inner:hover {
    transform: scale(1.03);
}

.serviceBottomContent .content-inner-2 h4 {
    font-weight: 600;
    margin-bottom: 15px;
}

.serviceBottomContent .content-inner-2 {
    padding: 25px;
}

.servicePackageDetailBox {
    display: flex;
    justify-content: space-between;
}

.payableAmount {
    border-top: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
    padding-top: 15px;
    margin-bottom: 20px;
}

.payableAmount {
    border-top: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
    padding-top: 15px;
    margin-bottom: 20px;
    color: #10a03d;
    font-weight: 600;
}

.serviceFormWrapper {
    position: relative;
    z-index: 9;
}

.servicePricingBtn {
    margin-top: 24px;
}

.servicePricingBtn .btn-13 {
    width: 100%;
    height: 50px;
}

.naccs {
    position: relative;
    z-index: 9;
}

/* .serviceTabHome .charterContent{
    padding-left: 40px;
} */
.serviceTabHome .content-inner-2 {
    padding: 0;
}

.serviceTabHome .content-inner-2 h5 {
    padding-bottom: 20px;
    font-weight: 600;
}

.serviceInnerPageWrapper {
    /* background: #f7fcff; */
    /* background-position: center top; */
    background-image: url(../images/content2.png);
    /* background-position: center top; */
    background-repeat: repeat;
    background-size: contain;
}

/* .serviceInnerPageWrapper .charterContent {
    padding: 20px;
    box-shadow: 0 0 10px 4px rgb(31 66 135 / 10%);
} */
/* Service Detail Css */
.serviceDetail-wrap .service-item {
    margin-bottom: 24px;
    border: none;
    background-color: #fff;
}

.serviceDetail-wrap .content-inner-2 {
    padding: 0 0 100px;
}

.serviceDetail-wrap .service-header {
    font-weight: 600;
    font-size: 18px;
    background: #fff;
    border-radius: 5px;
    color: #1f2230;
    padding: 16px 25px;
    position: relative;
    -webkit-transition: .4s ease-in;
    transition: .4s ease-in;
    -webkit-box-shadow: 5px 2px 30px rgb(0 0 0 / 6%);
    box-shadow: 5px 2px 30px rgb(0 0 0 / 6%);
    margin-bottom: 0;
}

.serviceDetail-wrap .service-body {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    font-family: inter, sans-serif;
    background: rgba(50, 195, 108, .05);
    border-top: none;
    text-align: left;
    padding: 25px;
}

.withoutBgHeading h2 {
    font-size: 32px;
    padding-bottom: 6px;
    text-transform: uppercase;
    text-shadow: 2px 4px 8px #5a49f894;
}

.servcieSubtitle {
    font-size: 12px;
    max-width: 301px;
    margin: 0 auto;
}

.withoutBgHeading {
    padding: 50px 0 20px;
}

.subscribePanel {
    padding-top: 20px;
}

.subscribePanel a {
    width: 200px;
    height: 54px;
    margin: 0 auto;
}

/* Contact Us Css */
.contact-section {
    position: relative;
    z-index: 1;
}

.contact-section .section-bg-top {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}


.contact-section .section-bg-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1
}


.contact-signle {
    -webkit-box-shadow: 3px 5px 20px rgba(0, 0, 0, .06);
    box-shadow: 3px 5px 20px rgba(0, 0, 0, .06);
    border: unset;
    text-align: center;
    padding: 25px;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
    min-height: 185px;
}

.contact-signle:hover .icon {
    background: #ff930e
}

.contact-signle:hover .icon i {
    color: #fff
}

.contact-signle .icon {
    background: hsl(33deg 100% 53% / 21%);
    height: 70px;
    min-width: 70px;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
    margin-right: 24px
}

.contact-signle .icon i {
    color: #ff930e;
    -webkit-transition: all .35s ease-in;
    transition: all .35s ease-in;
}

.contact-signle .icon i:before {
    font-size: 26px;
}

.contact-signle .text {
    text-align: start
}

.contact-signle .text h4 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 6px
}

.contact-signle .text p {
    font-size: 14px;
    /* color: #696969; */
    margin-bottom: 0;
    line-height: 1.5;
}

.contact-signle .text a {
    font-size: 14px;
    font-weight: 500;
    color: #212529;
    line-height: 1.5;
}

.text-red {
    color: #f9395f !important
}

.text-green {
    color: #ff930e !important
}

.hover-border1 {
    background: #fff;
    position: relative;
    z-index: 1
}

.hover-border1::before {
    content: '';
    width: 0%;
    height: 2px;
    position: absolute;
    bottom: 0%;
    left: 0%;
    background: #ff930e;
    -webkit-transition: all .52s;
    transition: all .52s;
    z-index: -1
}

.hover-border1:hover::before {
    width: 100%
}

.form-wrapper {
    border-radius: 5px;
    -webkit-box-shadow: 5px 7px 35px rgb(139 139 139 / 10%);
    box-shadow: 5px 7px 35px rgb(139 139 139 / 10%);
    padding: 40px;
    background: #fff;
}

.form-wrapper .form-title2 {
    margin-bottom: 30px;
}

.form-wrapper .form-title2 h3 {
    font-size: 35px;
    font-weight: 600;
    color: #1f2230;
    margin-bottom: 15px;
}

.para {
    font-size: 16px;
    font-weight: 400;
    color: #696969;
    font-family: inter, sans-serif;
    line-height: 28px;
}

.form-wrapper textarea {
    height: 100px;
}

.map-area iframe {
    width: 100%;
    height: 570px;
}

.shape-one {
    position: absolute;
    right: -30px;
    transform: rotate(-75deg);
    opacity: .15;
    top: 0px;
}

.shape-one-left {
    position: absolute;
    left: -30px;
    transform: rotate(75deg);
    opacity: .15;
    top: 100px;
}

.service-wrap-layout2 {
        background: rgb(245 245 245);
    padding: 70px 0;
}

.insightStoryWrapper {
    position: relative
}

.insightStoryWrapper:after {
    content: "";
    background: url(../images/dot-pattern.png);
    width: 500px;
    position: absolute;
    height: 500px;
    background-repeat: no-repeat;
    top: -128px;
    z-index: -1;
    right: -96px;
    background-size: contain;
    background-position: 11px -85px;
    transform: rotate3d(36, 4, -67, -45deg);
    opacity: .5;
}

.charterContent_heading {
    position: relative;

}

@keyframes hvr-ripple-out-two {
    0% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1;
    }

    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

.icon-box {
    background: #ff6464;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 11px;
    left: 0;
}

.icon-box:before {
    background: #ff8888;
    content: '';
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    -webkit-animation: hvr-ripple-out-two 2s linear infinite;
    animation: hvr-ripple-out-two 2s linear infinite;
}

.clientCircleAnimation {
    position: absolute;
    top: 150px;
    left: 50px;
    z-index: 0;
}

.clientCircleAnimation .circle3 {
    margin-top: 250px;
    left: 350px;
}

.clientCircleAnimation .circle2 {
    margin-top: 150px;
    left: 181px;
}

.cubeAnimtion {
    position: absolute;
    right: 0;
    top: 50%;
}

.cubeAnimtion.left {
    position: absolute;
    left: 0;
    top: 30%;
}

.tableBottomContent p {
    margin-bottom: 0;
    font-size: 14px;
}

.tableBottomContent p:last-child {
    margin-bottom: 15px;
}

.starIcon {
    display: inline-block;
    padding-right: 10px;
    color: red;
    font-size: 20px;
    vertical-align: middle;
}

.mainTablePanel {
    margin-bottom: 60px;
    position: relative;
}

.mainTablePanel .heading-layout {
    padding-bottom: 0;
}

.mainTablePanel .clientTable table tr td {
    text-align: center;
    padding-left: 0;
}

.simpleContentWrapper {
    position: relative;
}

.simpleContentWrapper__text {
    position: relative;
    z-index: 9;
}

.simpleContentWrapper__text ul {
    padding-left: 35px;
}

.simpleContentWrapper__text li {
    padding-bottom: 10px;
    list-style: disc;
    line-height: 1.7;
}

.section-icons {
    opacity: .4;
}

.simpleContentWrapper__inner {
    margin-bottom: 35px;
}

.paymentPageWrapper {
    position: relative;
    background: #f7fcff;
}

.paymentPageWrapper .serviceBox {
    border: 1px solid #e0dfdf;
    text-align: center;
    padding: 20px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease 0s;
    box-shadow: 0 0 10px 4px rgb(31 66 135 / 10%);
}

.paymentPageWrapper .serviceBox:hover {
    box-shadow: none;
}

.paymentPageWrapper .serviceBox:before,
.paymentPageWrapper .serviceBox:after {
    content: "";
    width: 200%;
    height: 200%;
    background: #fff;
    position: absolute;
    top: 95px;
    left: 0;
    z-index: -1;
    transform: rotate(-18deg);
    transition: all 0.5s ease 0s;
}

.paymentPageWrapper .serviceBox:before {
    background: #d5d5d5;
    left: -120%;
    transform: rotate(24deg);
}

.paymentPageWrapper .serviceBox:hover:before {
    transform: rotate(16deg);
}

.paymentPageWrapper .serviceBox:hover:after {
    background: #ff930e;
    transform: rotate(-10deg);
}

.paymentPageWrapper .serviceBox .service-icon {
    width: 60px;
    margin: 0 auto 100px;
    min-height: 60px;
}

.paymentPageWrapper .serviceBox .service-content {
    color: #000;
    margin-top: -33px;
}

.paymentPageWrapper .serviceBox .service-content table {
    margin-bottom: 0;
}

.paymentPageWrapper .serviceBox .title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.paymentPageWrapper .serviceBox table th,
.paymentPageWrapper .serviceBox table td {
    border: none;
    font-size: 14px;
    padding: 6px 15px;
}

.paymentPageWrapper .serviceBox table tr {
    border-bottom: 1px solid hsl(210deg 14% 89% / 60%);
}

.paymentPageWrapper .serviceBox table tr:last-child {
    border-bottom: none;
}

.paymentPageWrapper .serviceBox .description {
    font-size: 14px;
}

.paymentPageWrapper .serviceBox:hover .service-content {
    color: #fff;
}

.service-content img {
    /*padding: 15px;*/
    height: 600px;
}

.paymentsubHeading {
    margin-top: -25px;
    text-align: center;
    margin-bottom: 50px;
}

.getBankDetailBox {
    margin-top: 60px;
}

.paymentForm select {
    height: 50px !important;
}

.paymentForm .formBox .custom-btn.btn-13 {
    height: 50px !important;
    width: 100%;
}

/* KYC form Css */
.kycFormWrapper {
    position: relative;
}

.kycFormWrapper:before {
    content: "";
    background: url(../images/pattern-9.png);
    position: absolute;
    top: 0;
    right: 0;
    opacity: .5;
    background-repeat: no-repeat;
    width: 100%;
    height: 551px;
}

.kycFormWrapper:after {
    content: "";
    background: url(../images/pattern-9.png);
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: .5;
    background-repeat: no-repeat;
    width: 100%;
    height: 551px;
    transform: rotate(180deg);
}

.kycFormBox {
    margin-top: 20px;
    position: relative;
    z-index: 9;
}

.kycFormBox h3 {
    font-size: 24px;
    padding-bottom: 10px;
}

.height-150 {
    height: 150px !important;
   
}





.rtin-content p{
     text-align: start;
    color: #000000b5;
    font-size:15px;
}


.kycFormBtn {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

/* Performance Css */
.performanceWrapper {
    position: relative;
}

.performanceWrapper .naccs {
    margin-top: 20px;
}

.performanceWrapper .naccs .menu div {
    padding-top: 14px;
    padding-bottom: 14px;
    margin-bottom: 12px;
}

.performanceCalender {
    max-width: 330px;
}

.performanceBtn .custom-btn {
    height: 50px;
}

.performanceTopPanel {
    padding: 20px 0;
}

.riskProfileMainPage {
    text-align: center;
}

.border_top {
    border-top: 1px solid #cfcfcf;
    padding-top: 15px;
}

.riskProfileMainPage label {
    font-weight: bold;
    font-size: 24px;
}

.riskProfileMainPage .customCheckbox input:checked+label:after {
    top: 10px;
}

.startProcessBtn {
    width: 200px;
    margin: 0 auto;
}

/* Multistep Css */
.sized-container {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

.slide-container {
    position: relative;
    left: 0;
    overflow: hidden;
}

.slide {
    float: left;
}

.slide .sized-container {
    padding: 75px 25px;
}

.button-container {
    border-top: 1px solid black;
    overflow: hidden;
    padding-top: 30px;
}

.button-container button {
    float: right;
    margin-left: 30px;
}

.pagination-container {
    margin-top: 120px;
}

.pagination {
    width: 100%;
    text-align: center;
    padding: 0 25px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.indicator {
    width: 25px;
    height: 25px;
    border: 4px solid lightgray;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.3s;
    position: relative;
}

.indicator .tag {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    color: lightgray;
    white-space: nowrap;
}

.indicator.active,
.indicator.complete {
    border-color: #37B595;
}

.indicator.active .tag,
.indicator.complete .tag {
    color: #37B595;
}

.indicator.complete:after {
    content: "✓";
    position: absolute;
    color: #37B595;
    left: 4px;
    top: 3px;
    font-size: 14px;
}

.progress-bar-container {
    width: 10%;
    height: 4px;
    display: inline-block;
    background-color: lightgray;
    position: relative;
    top: -10px;
}

.progress-bar-container:last-of-type {
    display: none;
}

.progress-bar-container .progress-bar {
    width: 0;
    height: 100%;
    background-color: #37B595;
}



/*form styles*/
#msform {
    width: 900px;
    margin: 50px auto;
    text-align: center;
    position: relative;
    z-index: 9;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 30px;
    text-align: left;
    box-sizing: border-box;
    width: 100%;
    /* margin: 0 10%; */
    position: absolute;
    flex-wrap: wrap;
    justify-content: space-between;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

/*inputs*/
#msform input,
#msform textarea,
#msform select,
#msform option {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 13px;
}

/*buttons*/
#msform .action-button {
    width: 100px;
    background: #27AE60;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button:hover,
#msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}

.riskSkoreBox p {
    text-align: center;
    width: 100%;
    margin: 0 15px;
    padding: 10px 20px;
    background: #f7fcff;
    font-size: 20px;
    border-radius: 7px;
}

.riskSkoreBox {
    display: flex;
    margin: -10px -15px 6px;
}

.step17Box {
    text-align: center;
    margin-bottom: 40px;
}

p.selectServiceP {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}

/*headings*/
.fs-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
    padding-bottom: 20px;
    text-align: center;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
    display: flex;
    justify-content: center;
}

#progressbar li {
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size: 9px;
    width: 5%;
    float: left;
    position: relative;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
    line-height: 20px;
    display: block;
    font-size: 12px;
    color: #000;
    background: #e3e1e1;
    border-radius: 3px;
    margin: 0 auto 5px auto;
    font-weight: 600;
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #e3e1e1;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1;

}

#progressbar li:first-child:after {
    content: none;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #27AE60;
    color: white;
}

.performancePage .clientTable {
    margin-top: 24px;
}

#msform button {
    width: auto;
    display: inline-block;
    margin-top: 20px;
}

.servicePaymentWrapper .service-icon {
    width: 50px;
}

.servicePaymentWrapper .nav-link p {
    margin-bottom: -6px;
    padding-top: 8px;
    text-align: center;
}

.paymentTable__inner {
    border-right: 1px solid #efefef;
    flex: 0 0 16.66%;
    max-width: 16.66%;
}

.paymentTable__inner h6 {
    border-bottom: 1px solid #efefef;
    font-weight: bold;
    padding: 16px 4px;
}

.paymentTable__inner p {
    font-size: 15px;
    padding: 12px 4px 26px;
    margin-bottom: 0;
}

.paymentTable {
    display: flex;
    justify-content: center;
    width: 100%;
}

.servicePaymentWrapper .contact-signle {
    padding: 0;
    min-height: auto;
}

.upiImage {
    width: 350px;
    padding: 25px;
}

.stepHeading p {
    color: #574bbb;
    font-size: 20px;
    font-weight: 600;
}

.aggrementPanel {
    display: none;
}

.aggrementBtnPanel {
    display: flex;
    justify-content: center;
}

.aggrementBtnPanel a {
    margin: 15px 15px;
}


.bankDetailForm {
    margin-top: 60px;
}

.processMainBox {
    max-width: 900px;
    margin: 0 auto;
}

.processStepPanel__heading {
    background: #f7fcff;
    display: flex;
    align-items: center;
    padding: 5px 20px 5px 70px;
}

.reverse .processStepPanel__heading {
    padding: 5px 70px 5px 20px;
}

.processStepPanel__heading h2 {
    font-size: 20px;
    margin-bottom: 0;
    color: #000;
}

.table-bordered td,
.table-bordered th {
    padding: 5px 15px;
}

.processMainBox .number {
    border: 2px dotted #474545;
    display: flex;
    border-radius: 50px;
    width: 70px;
    height: 70px;
    justify-content: center;
    padding-top: 8px;
    position: relative;
    margin-right: 25px;
    margin-left: 25px;
    flex: 0 0 70px;
}

/*.processMainBox .number:after {
    position: absolute;
    bottom: -100px;
    content: "";
    display: inline-block;
    border-right: 40px solid transparent;
    border-top: 40px solid transparent;
    transform: rotate(135deg);
    border-left: 40px solid #fff;
    border-bottom: 40px solid #fff;
    }*/
.processMainBox .icon-bx-wraper.style-2>[class*=icon-bx-]:before {
    width: 130px;
    height: 130px;
    left: calc(50% - 64px);
    top: calc(50% - 65px);
}

.processMainBox .icon-bx-wraper.style-2:hover .icon-content {
    transform: none;
}

.processMainBox .icon-bx-wraper.style-2 {
    margin-bottom: 0;
}

.processMainBox .number p {
    background: #fff;
    display: flex;
    height: 50px;
    font-size: 22px;
    justify-content: center;
    align-items: center;
    color: #000;
    font-weight: bold;
    border-radius: 50px;
    flex: 0 0 50px;
    max-width: 50px;
}

.horizentalLine {
    display: flex;
    width: 150px;
    height: 2px;
    border: 3px dashed #444;
    border-block-start-width: inherit;
    margin: 2px 28px 0;
}

.processStepPanel__content {
    margin-top: 30px;
    padding: 0 20px 0 70px;
}

.processStepPanel {
    box-shadow: 0 0 10px 4px rgb(31 66 135 / 10%);
    padding-bottom: 15px;
    margin-bottom: 20px;
    transition: .5s ease all;
    cursor: pointer;
    position: relative;
}

.processStepPanel:hover {
    transform: scale(1.03);
}

.reverse .processStepPanel__heading {
    justify-content: flex-end;
}

.reverse .processStepPanel__content {
    padding: 0 70px 0 20px;
}

.speedoMetter {
    width: 225px;
    margin-top: 25px;
}

/* pagination */


.pagination.pagination-circle .page-item.active .page-link {
    border-radius: 50%;
}

.pagination .page-item .page-link:hover {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: .125rem;
    background-color: #eee;
    color: #ff930e;
}

.pagination.pg-blue .page-item.active .page-link:hover {
    background-color: #BD5410;
}

.pagination .page-item.active .page-link {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    border-radius: .125rem;
    background-color: #BD5410;
    color: #fff;
}

.pagination .page-item .page-link {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    outline: 0;
    border: 0;
    background-color: transparent;
    font-size: .9rem;
    color: #999;
    font-weight: 500;
}

.pagination.pagination-circle .page-item .page-link:hover {
    border-radius: 50%;
}

.pagination.pagination-circle .page-item .page-link {
    margin-left: 2px;
    margin-right: 2px;
    border-radius: 50%;
}

.pagination .page-item.active .page-link {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.page-link {
    border: none !important;
}

/*--------- Pager3 ---------*/


.Pager3 .pagination .page-item .page-link {
    color: #212529;
    padding: 5px;
    width: 28px;
    height: 28px;
}

.Pager3 .pagination .page-item.active .page-link {
    box-shadow: none;
}

.Pager3 .pagination.pagination-circle .page-item.active .page-link {
    border-radius: 50%;
    border: 1px solid #ff930e !important;
    background-color: white;
    color: #ff930e;
    font-weight: 400;

}

.Pager3 .pagination .page-item.pageText .page-link {
    width: auto;
    margin: 0 10px;
    background: #5a49f2;
    border-radius: 6px;
    padding: 7px 9px;
    color: #fff;
    font-size: 12px;
}

a.custom-btn.signInBtn {
    background: #f7fcff;
    color: #000;
}

a.custom-btn.signInBtn:hover {
    color: #fff;
}

.formIconPanel {
    font-size: 22px;
    background: #ff930e;
    text-align: center;
    width: 45px;
    height: 45px;
    color: #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.formIconPanel i {
    display: flex;
}

.mobileArrow {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.mobileArrow i {
    display: none;
}

.lastStepForm {
    height: 600px;
    overflow: hidden;
    overflow-y: auto;
}

.dialogForm h2 {

    font-size: 24px !important;

}
.fs-10{
    font-size:10px !important;
}
.fs-12{
    font-size:12px !important;
}

/* =====================================================
   FORM CARD
===================================================== */





.portfolio-form {
  position: relative;
}

.portfolio-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 115%;
      background: linear-gradient(120deg, transparent 35%, rgb(255 255 255 / 25%), transparent 65%);
  animation: sbimShimmer 5.5s infinite;
}


@keyframes sbimShimmer {
  0% { left: -50%; }
  100% { left: 120%; }
}

.btn-signin {
    position: relative;
    overflow: hidden;
}
.btn-signin::before {
  content: "";
  position: absolute;
  inset: 0;
      background: linear-gradient(120deg, transparent, rgb(255 255 255 / 17%), transparent);
  transform: translateX(-120%);
  animation: signinShine 2.8s infinite;
}
@keyframes signinShine {
  0% { transform: translateX(-120%); }
  100% { transform: translateX(120%); }
}


/*------------------------------*/

.testimonial-section {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

em {
    color: #ff930c !important;
}

/* Layout grid */
.testimonial-text {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 30px !important;
}

.wow-left {
    grid-column: span 2 !important;
        border-right: 1px solid #ff930e;
}

.carousel-landmark {
    grid-column: span 3 !important;
    position: relative !important;
}

/* Arrow icons */
i.fa-arrow-left,
i.fa-arrow-right {
    border: 2px solid #ff930c !important;
    color: #ff930c !important;
    padding: 8px !important;
    border-radius: 50% !important;
    transition: all .3s ease !important;
    background: transparent !important;
}

i.fa-arrow-left:hover,
i.fa-arrow-right:hover {
    background: #ff930c !important;
    color: #fff !important;
}

/* Top-right controls */
.carousel-controls-top {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    display: flex !important;
    gap: 8px !important;
    z-index: 10 !important;
}

.carousel-controls-top button {
    background: none !important;
    border: none !important;
    padding: 0 !important;
}

/* Indicators */
.carousel-indicators {
    justify-content: flex-start !important;
    margin-left: 0 !important;
}

.text-primary {
    color: #ff930e !important;
}

.carousel-indicators [data-bs-target] {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    border: 2px solid #ff930c !important;
    margin-left: 13px;
}

.carousel-indicators .active {
    background-color: #ff930c !important;
}

@media (max-width: 576px) {
    main {
        height: auto !important;
        padding: 40px 0 !important;
    }

    .testimonial-text {
        grid-template-columns: 1fr !important;
    }

    .wow-left,
    .carousel-landmark {
        grid-column: span 1 !important;
    }

    .carousel-controls-top {
        top: -40px !important;
    }
}

.carousel-indicators {
    position: absolute !important;
    right: 0 !important;
    bottom: -60px !important;
    left: 0px !important;
    z-index: 2 !important;
    display: flex !important;
    justify-content: center !important;
    padding: 0 !important;
    margin-right: 15% !important;
    margin-bottom: 1rem !important;
    margin-left: 15% !important;
}

.carousel-item {
    display: none;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

.carousel-item.active {
    display: block;
    opacity: 1;
}







:root {
  --white: #ffffff;
  --orange: #ff9209;
  --dark: #1c1c1c;
  --muted: #6b7280;
  --shadow: 0 20px 40px rgba(0,0,0,0.08);
}


.testimonials {
    padding: 80px 20px;
}

.mycontainer {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 50px;
  align-items: center;
}

.diff-text {
    font-size: 28px;
    font-weight: 600;
}
/* Rating Box */
.rating-box {
    background: #f5f5f5;
    padding: 35px;
    border-radius: 20px;
    box-shadow: var(--shadow);
    border: 1px solid #0000000a;
}

.content-box .banner-option {
    margin-left: 21px;
}
.rating-box h2 {
    font-size: 64px;
    color: var(--orange);
    text-shadow: 2px 2px 3px #00000070;
    margin-bottom: -18px !important;
    padding-bottom: 0 !important;
}

.stars {
  color: var(--orange);
  font-size: 20px;
  margin: 10px 0;
  text-shadow: 2px 2px 3px #00000070;
}

.rating-box p {
  color: var(--muted);
  margin-bottom: 20px;
}

.offbtn {
  background: var(--orange);
  color: var(--white);
  border: none;
  padding: 14px 30px;
  border-radius: 50px;
  font-weight: 600;
  cursor: pointer;
}

/* Slider */
.slider {
  position: relative;
  overflow: hidden;
}

.slides {
  position: relative;
  height: 280px;
      margin: 50px;
}

.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.5s ease;
  background: #f5f5f5;
  padding: 40px;
  border-radius: 24px;
  box-shadow: var(--shadow);
      border: 1px solid #0000000a;
}

.slide.active {
  opacity: 1;
  transform: translateX(0);
  z-index: 1;
}

.slide p {
  font-size: 17px;
  color: var(--muted);
  line-height: 1.7;
}

.author {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 25px;
}

.author img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 3px solid var(--orange);
}

.author h4 {
  color: var(--dark);
  font-size: 18px;
}

.author span {
  font-size: 14px;
  color: var(--muted);
}

/* Controls */
.controls {
  position: absolute;
  bottom: -70px;
  right: 0;
  display: flex;
  gap: 10px;
}

.controls button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #eee;
  background: var(--white);
  color: var(--orange);
  font-size: 24px;
  cursor: pointer;
  box-shadow: var(--shadow);
}

.controls button:hover {
  background: var(--orange);
  color: var(--white);
}

/* Responsive */
@media (max-width: 900px) {
  .container {
    grid-template-columns: 1fr;
  }

  .controls {
    position: static;
    margin-top: 20px;
  }
}
.list-style-disc{
    list-style:disc !important;
}











