.loader-page{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 310;
    background-color: #fff;
    text-align: center;
}
.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 {
    padding-top: 140px;
    overflow: hidden;
}
/*========= open menu start =======*/
.header-action-items li.single-item {
    display: flex;
    margin: 0px !important;
}
.header-action-items li.single-item a {
    margin-left: 8px;
}
.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%;
}
.logo{
    height: 60px;
    margin-top: 10px;
    width: 200px;
    margin-left: -85px;
 }
 @media(max-width:576px){
    .logo{
        height: 70px;
        margin-top: 10px;
        width: 200px;
        margin-left: 0px;
     }
 }
/* .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: 991px) {
  section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .row {
    flex-direction: column;
  }
  
  .contact-info {
    margin-bottom: 40px;
    width: 100%;
  }
  
  .contact-form {
    width: 100%;
  }
}
/* Top Header */
.main_header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    transition: .5s ease all;
}
.sticky .main_header {
    box-shadow: 0 0 1px -1px #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;
}
.main-menu ul li>a {
     color: #000;
     padding: 40px 20px;
    font-size: 16px;
        font-weight: 500;
        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;
}
/* Banner Css */
.bannerPanel {
    padding: 70px 0;
    z-index: 9;
    position: relative;
}
.bannerPanel h1{
    padding-bottom: 20px
}
.bannerPanel__Content {
    max-width: 400px;
}

 /* 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: 0px;
    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;
}
 /*--------------------------------------
	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;
     }
 }

 @media only screen and (max-width: 575px) {
     .process-box-layout3 .item-icon i:before {
         font-size: 48px;
     }
 }

 .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;
 }
 .clientTableWrapper .heading-layout p{
    font-size: 12px;
 }
 .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 / 82%);
     padding: 20px 20px 5px;
     border-radius: 10px;
     box-shadow: 0 2px 35px 0 rgb(179 179 179 / 22%);
    transition: .5s ease all;
    width:98%;
    margin:0 auto;
 }
 .clientTable:hover{
    transform: scale(1.02);
 }
 /*Complaint table Css*/
 .comptable-bordered td, .comptable-bordered th {
    padding: 5px 5px;
    border: 1px solid #dee2e6;
}
 /* 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;
     background: #FAFBFF;
 }

 .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: 26px;

    margin: 0;
    margin-top: 20px;
    max-width: 600px;
}

 .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: 70px;
}

/* 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;
}




.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;
}
.footer-widget-area .footer-bottom p {
    /* color: #6c798c; */
    text-align: center;
    margin-bottom: 0;
}

.footer-widget-area .footer-bottom p span {
     color: #ff930e;
}

.footer-widget-area .footer-bottom p a {
     color: #ff930e;
}

.footer-widget-area.style-two .footer-bottom p {
    color: #3f3f3f;
    text-align: left;
}

.footer-widget h3 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .5px;
    color: #2a384c;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.footer-widget .logo {
    padding: 0px 0 9px;
    margin-top: -16px;
    width:120px;
}

.footer-widget p {
    line-height: 28px;

}

.social ul li {
    display: inline-block;
    margin-right: 12px;
    width: 40px;
    height: 40px;
    border: 2px solid #e0e0e0;
    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: #929caa;
    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: 10px;
    padding-bottom: 5px;
}

.footer-menu ul li a {
    /* font-size: 15px; */
    color: #000;
    /* font-family: 'Open Sans', sans-serif; */
    font-weight: 400;
    letter-spacing: .3px;
    /* font-weight: 600; */
}

.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: #615d5d;
    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-menu ul li a:hover {
     color: #ff930e;
}

.footer-address {
    padding-bottom: 10px;
    padding-top: 20px;
}

.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: 16px;
    color: #000;
    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: #e9f1f3;
    padding: 16px 0;
}

.footer_long_text {
    padding-top: 25px;
    border-top: 1px solid #eaeded;
    padding-bottom: 20px;
}
.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(247 252 255 / 54%);
    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;
}
.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;
    
}
}