@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrLPTedw.ttf)
    format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLFj_V1s.ttf)
    format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8V1s.ttf)
    format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrFJA.ttf)
    format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9V1s.ttf)
    format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6V1s.ttf)
    format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7V1s.ttf)
    format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDD4V1s.ttf)
    format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLBT5V1s.ttf)
    format("truetype");
}

body,
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 1.2;
   
}
ul.rpul li.rpli {
  list-style: none !important;
}
.wrapper .rpsec_container {
  padding: 0 40px;
}
.wrapper img {
  width: 100%;
}
.section-padding {
  padding: 120px 0;
}
.wrapper .rpheader {
  padding: 5px 0;
  background-color:#ffffff;
  
}
.wrapper .rpheader .rpheader_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrapper .rpheader .rpheader_inner .rpheader_left {
  display: flex;
  gap: 20px;
  align-items: center;
}
/* .wrapper .rpheader .rpheader_inner nav ul {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 20px;
  /* margin-left: 250px; 
}*/
a.rpanc:hover{
  text-decoration: none;
}
.rpheader .rpnav ul.rpul {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 20px;
  padding-top: 15px;
  /* margin-left: 250px; */
}
.rpheader .rpnav ul.rpul li.rpli a.rpanc {
  text-decoration: none !important;
  color: #000;
  font-size: 18px;
  z-index: 200;
}
.bg-gray{
  background-color: #eee;
}
.wrapper .rpheader .rpheader_inner .rpheader_right a {
  background-attachment: fixed;
  color: #fff;
  padding: 15px;
  text-decoration: none;
  border-radius: 10px;
  background: #4c74b4;
  z-index: 200;
}
.wrapper .banner_area{
  position: relative;
}
.wrapper .banner_area {
  background-image: url(../images/a1-PhotoRoom.jpg);
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.wrapper .banner_area .slick-dots li button:before {
  font-size: 14px;
}
.wrapper .slick-dots {
  bottom: 16px;
}
.wrapper .heading {
  text-align: center;
  margin: 50px 0 40px;
  font-size: 42px;
  font-weight: 500;
  text-transform: uppercase;
}
.wrapper .our_offering_sec .offering_inner {
  background: #ffff;
  border-radius: 10px;
  padding: 20px 30px;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2);
}

.wrapper .services_list li a {
  text-decoration: none; 
  color: #4c74b4;
}

.wrapper footer {
  background-color: #4c74b4;
  color: #fff;
 padding: 20px;
}
.wrapper footer ul{
  margin-bottom: 0;
  list-style: none !important;
 
}
.wrapper footer .footer_inner {
  display: flex;
  gap: 100px;
  justify-content: space-evenly;
}
.wrapper footer .footer_inner > div {
  width: 40%;
}
.wrapper footer .footer_inner .foot_left .logo img {
  width: 170px;
  border-radius: 6px;
}
.wrapper footer .footer_inner .foot_left .text_area {
  margin-top: 20px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 2px;
  font-size: 14px;
}
 .social_links {
  display: inline-flex;
  gap: 15px;
  margin-top: 15px;
}
 .social_links li {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  width: 30px!important;
  height: 30px;
  padding-top: 1px;
}
 .social_links li i {
  font-size: 22px;
  color: #0979ba;
}
 .social_links li:nth-child(2) i {
  color: #0979ba;
}
 .social_links li:nth-child(4) i {
  color: #087bf4;
}
.wrapper footer .footer_inner .foot_left .phone_number {
  margin-top: 1px;
  padding-left: 1 rem !important;
}
.wrapper footer .footer_inner .foot_left .phone_number li {
  margin-top: 10px;
}
.wrapper footer .footer_inner .foot_left .phone_number li a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none !important;
  font-size: 18px;
}
.wrapper footer .footer_inner .foot_left .phone_number li a span {
  font-weight: 200;
  font-size: 16px;
}
.wrapper footer .footer_inner .foot_left .phone_number li a img {
  width: 25px;
  border-radius: 50%;
  padding: 3px;
  border: 1px solid #fff;
}
/* .wrapper footer .footer_inner .foot_right .foot_nav {
  display: flex;
  flex-wrap: wrap;
} */
.wrapper footer .footer_inner .foot_right .foot_nav li {
  width: 50%;
  margin-bottom: 10px;
}
.wrapper footer .footer_inner .foot_right .foot_nav li a {
  text-decoration: none !important;
  color: #fff;
  font-weight: 300;
  font-size: 18px;
}
/* tushant add css for nav tabs */
.wrapper .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff !important;
  background-color: #4c74b4 !important;
  border-color: #4c74b4 !important;
  border-radius: 10px;
}
.wrapper .nav-tabs .nav-link {
  border: none !important;
}
.wrapper .nav-tabs {
  border: none !important;
}
.wrapper .services_list nav-item.active {
  background-color: #4c74b4 !important;
}
.wrapper .services_list nav-item.active a {
  color: #fff !important;
}
/* contact page css */
.ml-20 {
  margin-left: 20px;
}
.mr-10 {
  margin-right: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.rp_contact_wrapper {
  background-color: #ffffff;
  padding: 10px 0;
}
.rp_content-wrapper p {
  margin-top: 15px;
}
.rp_contact_wrapper .rp_text-heading {
  color: #4c74b4;

  text-align: center;
  font-weight: 500;
  line-height: 48px;
}
.contact_wrapper .text_content {
  margin-top: 5px;
  text-align: center;
  color: #fff;
}

.section-wrapper {
  margin-top: 12px;
  display: grid;
  column-gap: 50px;
  grid-template-columns: auto auto auto;
}


/* contact css end */
/* about css section start */
.about-wrapper-heading-section {
  padding: 100px 0;
  background-color: #4c74b4;
  text-align: center;
  position: relative;
}
.about-wrapper-heading-section::before {
  content: "";
  width: 50%;
  height: 100px;
  position: absolute;
  left: 0;
  background: #fff;
  transform: skewY(6deg);
  bottom: -17%;
}
.about-wrapper-heading-section::after {
  content: "";
  width: 50%;
  height: 100px;
  position: absolute;
  right: 0;
  background: #fff;
  transform: skewY(-6deg);
  bottom: -17%;
}
.about-wrapper-heading-section h4 {
  font-size: 20px;
}
.about-wrapper-heading-section p,
.about-wrapper-heading-section h4,
.about-wrapper-heading-section h1 {
  color: #fff;
}

.tech-section-wrapper {
  display: flex;
  justify-content: space-around;
  padding: 120px 15px;
  gap: 20px;
}

.tech-section {
  text-align: left;
  max-width: 650px;
}
.tech-section h4 {
  font-size: 20px;
  color: #4c74b4;
}

/* modal end */
/* burger btn start */

.burger-btn span{

  margin-top: 3px;
    display: block;
    width: 30px;
    height: 4px;
    background-color: #4c74b4;
    cursor: pointer !important;
    


}
.burger-btn{
  display: none;
}


/* navbar end */
/* work wraper for mobile case start*/
.work-wrapper{
  padding: 10px;
  display: none;
} 
.work-wrapper .flow_step_cont {
   width: 60px;
height: 60px;
border-radius: 50%;
border: 1px solid #4C74B4;
text-align: center;
margin: auto;
margin-bottom: 12px;
font-weight: 500;
font-size: 30px;
line-height: 60px;
cursor: pointer;
position: relative;
color:#4C74B4;
}
.work-wrapper .flow_content{
  left: 38% !important;
  width: 271px !important;
  border: 1px solid grey;
  padding: 10px!important;
  z-index: 9999;
  border: 1px solid #4C74B4;
  border-radius: 10px;
  margin: 0 auto;
}
.wrapper-items{
  margin-top: 20px;
}
.wrapper-items h4{
  color: #4C74B4;
}
/* work wrapper mobile case end */
/* media query part start */
/* @media only screen and (max-width: 1189px) {
  .wrapper .rpheader .rpheader_inner .rpheader_left ul{
    margin-left: 150px;
  }
} */
/* other addd css */
.data-format .input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) {
  border-left: none;
}
.img-width{
  width: 80px!important;
}
.banner-wrapper h1 {
  max-width: 700px;
  margin-top: 42px;
  margin-left: 65px;
  font-size: 30px;
}
.banner-wrapper .slick-next::before,.banner-wrapper .slick-prev::before{
  font-family: normal;
  font-size: 20px;
  color: #20527f!important;
  border: 3px solid #20527f;
  padding: 5px;
}
.banner-wrapper .slick-next:hover::before,
.banner-wrapper .slick-prev:hover::before {
  background-color: #20527f;
  color: #fff!important;
  border: 1px solid #2a547c;
}

.banner-wrapper .slick-prev{
z-index: 9999;
left: 14px;
top: 300px;
}
.banner-wrapper .slick-next{
right: 38px;
top: 300px;
}
.choose-wrapper{
  max-width: 500px;
  margin: 0 auto;
}
.content-wrapper-data{
  padding: 9px;
}
.content-wrapper-data p{
  margin-top: 10px;
}
.headingBgv b{
  font-size: 40px;
}
.second-container-data{
  display: flex;
  gap: 20px;
}
/* other add css */

@media only screen and (max-width: 1120px) {
  .contact-section-content1 {
    margin: auto;
    margin-top: 28px !important;
  }
  .other_section_wrapper {
    justify-content: center;
  }
 
  
}

@media only screen and (max-width: 475px) {
  .insight-button {
    display: block;
  }
  .startBtn {
    margin-top: 20px;
    margin-left: 0px;
  }
  .offering-section .offering_inner{
    display: block!important;
  
  }
  .offering-section .offering_inner li{
    margin: 0 auto!important;
  }
  .offering-section.offering_inner li span{
    text-align: end;
  }
  .create-form-sub-wraper{
    display: block;

  }
  .create-form-sub-wraper .form-img{
    margin-top: 30px;
    text-align:center;
  }
  .form-create-wrapper .btn-subscribe{
    margin-top: 20px;
  }
  .footer_inner{
    display: block!important;
  }
  .wrapper .pick_your_inner{
    max-width: 100%;
  }
  .wrapper .our_offering_sec .offering_inner{
    display: block;
  }
  .wrapper .our_offering_sec .offering_inner li{
    width: auto;
  }
  .modal-Wrapper{
    width: 100%!important;
  }
  
  .form-control::placeholder{
    font-size: 16px;
  }
  .banner-wrapper div::before{
    font-size: 20px;
  }
  .banner-wrapper .slick-next::before, .banner-wrapper .slick-prev::before{
    display: none;
  }
  .choose-wrapper iframe{
    width: 320px!important;
  }
}
@media only screen and (max-width: 1024px){

   .rpheader .rpnav ul.rpul{
    position: absolute;
    display: block !important;
    width: 100%;
    background-color: #fff;
    transition: all 0.3s ease-in;
    top: 90px;
    right: 0;
    overflow: hidden;
    height: 0;
    z-index: 999;
    padding: 0
  }
  .rpheader ul.rpul li.rpli{
    padding: 10px;
  }
  .data-height{
    height: calc(100vh - 50px)!important;
  }
  
  .burger-btn{
    display: block;
    z-index: 200;
  }
  .rpheader_left{
    width: 100px;
  }
  .logo img{
    width: 110px!important;
  }
  .rpheader .rpsec_container{
    padding: 7px!important;
  } 
  .wrapper .rpheader .rpheader_inner .rpheader_right a{
    display: none;
    z-index: 200;
  }
   
  .work-wrapper{
    display: block;
  }
  #how_it_works{
    display: none;
  }
  #how_it_works2{
    display: none;
  }
  .work-wrapper .wrapper-items:nth-child(1){
    margin-top: 8px;
  }
  .work-wrapper .wrapper-items:last-child{
    margin-bottom: 155px;
  }
  .buttonData1{
    margin-top: 50px!important;
    margin: 0 auto;
    float: none!important;
  }
  .contact_page{
    display: block;
  }
  .ml-20{
    margin-left: 0;
  }
  .form-section{
    display: block;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 320px) {
  .tech-section-wrapper {
    flex-wrap: wrap;
  }
  .tech-section-image {
    margin-top: 30px;
    width: 100%;
    text-align: center;
  }
  .story-section-part .tech-section {
    margin-top: 30px;
  }
  .insight-section-wrapper,
  .customer-section {
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  .insight-button {
    margin: 0 auto;
  }
  .team-wrapper-details {
    flex-wrap: wrap;
    margin-top: 50px;
    justify-content: center;
  }
  .other_section_wrapper {
    justify-content: center;
  }
  .contact_icon_wrapper,
  .contact_form_wrapper {
    max-width: 100% !important;
    width: 100% !important;
  }
  .section-wrapper {
    flex-wrap: wrap;
  }
  .contact_wrapper .text-heading {
    font-size: 40px;
  }
  
}
@media only screen and (max-width: 768px){
  .wrapper .why_choose_sec .why_choose_inner{
    display: block;
  }
  .wrapper footer .footer_inner > div{
    width: 100%;
  }
  .wrapper footer .footer_inner .foot_right .foot_nav{
    display: block;
    margin-top: 20px;
    list-style: none !important;
  }
  .wrapper .pick_your_inner{
    display: block;
  }
  .wrapper .pick_your_inner > div{
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px){
  .form-section{
    display: block;
  
  }
  .ml-20{
    margin-left: 0!important;
  }
  .create-form-sub-wraper{
    display: block!important;
  }
  .form-img{
    margin-top: 20px;
  }
  .tech-section-image{
    margin: 0 auto;
  }
  .tech-section-image-data img{
    width: 270px!important;
  }
}
@media only screen and (max-width: 532px){
.form-control{
  font-size: 12px!important;
}

}
@media only screen and (max-width: 475px) and (min-width: 320px){
  .form-control{
    font-size: 12px!important;
  }

  .work-wrapper .flow_content{
    width: 248px!important;
  }
  .contact_form_wrapper{
    padding: 10px;
  }
  .contact_form_wrapper .form-control::placeholder{
    font-size: 12px;
  }
  }
  .tech-section-image-data img{
    width: 390px;
  }
/* media query part end */
