@charset "utf-8";

/* CSS Document */
/*******common css*************/

html{
    overflow-x: hidden !important;
} 

body {
  font-family: "Poppins" !important;
  /* overflow-x: hidden !important; */
  background-color: #E4E4E4;
}

.bg-light{
  background-color: #ffffff !important;
}

.margin_auto {
  margin-right: auto;
  margin-left: auto;
}

.no_padding {
  padding-right: 0px;
  padding-left: 0px;
}

.no_padd_left {
  padding-left: 0px;
}

p {
  font-size: 14px;
  line-height: 27px;
  color: #696969;
}

.custom_ul {
  padding-left: 20px !important;
  list-style: none;
}

.custom_ul li {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
  list-style-image: url(../images/li.png);
}

.form-control:focus {
  box-shadow: none;
}

.form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select {
    height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    line-height: 1.25;
    font-size: 13px;
}

.form-floating>.form-control-plaintext~label::after, .form-floating>.form-control:focus~label::after, .form-floating>.form-control:not(:placeholder-shown)~label::after, .form-floating>.form-select~label::after {
    position: absolute;
    inset: 1rem 0.375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: transparent !important;
    border-radius: var(--bs-border-radius);
}

.has-danger>label{
    color: #FF5559 !important;
}

.text-danger{
    display: none !important;
}

a {
  text-decoration: none !important;
}

.white_link{
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.white_link:hover{
    padding-left: 20px;
}

.small,
small {
  font-size: 10px;
}

.a_link {
  color: #000000;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.a_link:hover {
  color: #0d5ca3;
  padding-left: 5px;
}

.pad_3 {
  padding-left: 3px;
  padding-right: 3px;
}

.btn:focus {
  background-color: #0d5ca3;
  border-color: #0d5ca3;
  box-shadow: none;
}

.form-select:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.form-control:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.btn:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.white_a {
  transition: 0.5s;
}

.white_a:hover {
  color: red !important;
}

.navbar-light .navbar-toggler:focus {
  box-shadow: none;
}

.top_social_icon{
  text-align: right;
}

.top_social_icon .fa-brands {
    padding: 10px;
    font-size: 15px;
    width: 35px;
    text-align: center;
    text-decoration: none;
    margin: 2px 0px;
    border-radius: 5px;
    background-color: #ffffff;
    color: #000000;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.top_social_icon .fa-brands:hover{
   background-color: #F85F19; 
   color: #ffffff !important;
}

.heading{
    font-size: 60px;
    color: #4A4A4A;
    line-height: 60px;
    font-weight: 600;
}

.sub_heading{
    font-size: 30px;
    color: #373737;
    font-weight: 300;
    line-height: 40px;
}

.main_top_logo{
  width: 350px;
}

.nav-link{
  font-weight: 300;
  font-size: 15px;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #F75F19;
  font-weight: 800;
}

/* slider section */
.slider_main_div{
  min-height: 85vh;
  background-image: url(../images/slider-bg.png);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
}

.slider_main_div h1{
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 800;
  color: #4A4A4A;
}
/* slider section */

.about_section{
  background-image: url(../images/bg-1.png);
  background-repeat:no-repeat;
  background-size:contain;
  background-position:center left;
}

.service_section{
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url(../images/bg-2.png);
  background-repeat:no-repeat;
  background-size:contain;
  background-position:center right;
}

.rounded_box{
  background-color: #ffffff;
  border-bottom-right-radius: 100px !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.rounded_box:hover{
  border-bottom-right-radius: 10px !important;
}

.rounded_box img{
  width: 120px;
}

.value_box_row{
  justify-content: space-between;
}

.value_rounded_box{
  text-align: center;
  background-color: #ffffff;
  border-bottom-right-radius: 50px !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.value_rounded_box .sub_heading{
  font-size: 15px !important;
}

.value_rounded_box:hover{
  border-bottom-right-radius: 10px !important;
}

.value_rounded_box .sub_heading{
  font-size: 20px;
}

.value_rounded_box img{
  width: 80px;
}

.partners_section{
  padding-top: 50px;
  padding-bottom: 150px;
  background-image: url(../images/shape-3.png);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
}

.contact_box{
  background-color: #ffffff;
  margin-top: -300px;
  padding-top: 350px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 100px;
}

.form-select:focus {
  border-color: #c386ff;
  outline: 0;
  box-shadow: none;
}

.form-control:focus {
  border-color: #c386ff;
  outline: 0;
  box-shadow: none;
}

.form-floating>label{
    font-weight: 400;
    font-size: 13px;
}

.form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select {
    height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    line-height: 1.25;
    font-size: 13px;
}

.map_img{
  margin: auto;
  top: 200px;
  left: 0;
  opacity: 0.1;
  width: 700px;
  z-index: -1;
}

.map_pattern{
  margin: auto;
  top: 200px;
  left: 0;
  opacity: 0.2;
  width: 700px;
  z-index: -1;
  -webkit-animation:spin 50s linear infinite;
  -moz-animation:spin 50s linear infinite;
  animation:spin 50s linear infinite;
}

@-moz-keyframes spin { 
  100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
  100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
  100% { 
      -webkit-transform: rotate(360deg); 
      transform:rotate(360deg); 
  } 
}

.table_lady_contact_box{
  width: 700px;
}

.inner_page_slider_main_div{
  min-height: 300px;
  background-image: url(../images/inner-slider-bg.png);
  background-repeat:no-repeat;
  background-size:contain;
  background-position:center left;
}

.inner_page_slider_main_div h1{
  font-weight: 800;
  text-transform: uppercase;
}

.inner_top_img_div{
  background-image: url(../images/slider_bg_img.png);
  background-repeat:no-repeat;
  background-size:contain;
  background-position:center right;
}

.value_section{
  margin-top: 50px;
  margin-bottom: 50px;
  background-image: url(../images/shape-5.png);
  background-repeat:no-repeat;
  background-size:contain;
  background-position:center left;
}

.team_section {
  padding-top: 50px;
  padding-bottom: 30px;
  background-image: url(../images/shape-3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}

.solutions_section{
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url(../images/service-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  /* background-attachment: fixed; */
}

.ai_section{
  background-image: url(../images/white_shape.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}

.next_gen_section{
  background-image: url(../images/shape-4.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}

.service_page_img_div{
  padding: 50px;
}

.service_page_main_div{
  background-image: url(../images/bg-1.png);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: left center;
}

/* ================================== */
/* ================================== */
/* ================================== */

/* footer section */

.footer_section{
  padding-top: 100px;
  padding-bottom: 0px;
  background-image: url(../images/shape-4.png), url(../images/footer-shape.png);
  background-position: left top, center top,;
  background-repeat: no-repeat, no-repeat;
  background-size:contain;
}

.footer_logo{
  width: 350px;
}

.footer_section a{
  color: #000000;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer_section a:hover{
  color: #F85F19;
  padding-left: 5px;
}

/* footer section */

/* ================================== */
/* ================================== */
/* ================================== */

/* scrolling text */
.a-section-marquee-box {
  height: auto;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.a-section-marquee-box h2 {
  white-space: nowrap;
  /* text-transform: uppercase; */
  color: #747474;
  font-size: 110px;
  font-weight: 100;
  flex-shrink: 0;
  padding: 0 10px;
  width: max-content;
  display: flex;
  align-items: center;
  transform: translateX(0);
  animation: b-text-scroll 35s linear infinite;
}

@keyframes b-text-scroll {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-100%, 0, 0); }
}
/* scrolling text */

/* ================================== */
/* ================================== */
/* ================================== */

/* scroll top */
.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  background-color: #ffffff;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-weight: 900;
  content: '\f176';
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: #1f2029;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.lightScrollIcon::after {
  color: #ecedf3 !important;
}

.progress-wrap:hover::after {
  opacity: 0;
}

.progress-wrap::before {
  position: absolute;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-weight: 900;
  content: '\f176';
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  opacity: 0;
  background-image: linear-gradient(298deg, #da2c4d, #f8ab37);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #F75F19;
  stroke-width: 6;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
/* scroll top */

/* arrow btn */
.arrow_button {
  cursor: pointer;
  border: none;
  background: #ED2D4A;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  display: grid;
  place-content: center;
  transition:
    background 300ms,
    transform 200ms;
  font-weight: 600;
}

.button__circle {
  position: relative;
  width: 40px;
  height: 40px;
  overflow: hidden;
  background: #ED2D4A;
  color: #ffffff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.button__circle:hover{
  background: #F75F19;
}

.button__icon--copy {
  position: absolute;
  transform: translate(-150%, 150%);
}

.arrow_button:hover {
  background: transparent;
  transform: scale(1.05);
  border-radius: 20px;
}

.arrow_button:hover .button__icon {
  color: #ffffff;
}

.arrow_button:hover .button__icon:first-child {
  transition: transform 0.3s ease-in-out;
  transform: translate(150%, -150%);
}

.arrow_button:hover .button__icon--copy {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0);
}

@keyframes text-rotation {
  to {
    rotate: 360deg;
  }
}

a:hover .button__icon {
  color: #ffffff;
}

a:hover .button__icon:first-child {
  transition: transform 0.3s ease-in-out;
  transform: translate(150%, -150%);
}

a:hover .button__icon--copy {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0);
}

a:hover .button__circle{
  background: #F75F19;
  border-radius: 5px;
}

/* ============= */

