/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');x 
body {
  background: #fff;
  color: #666666;
  font-family: "Montserrat", sans-serif;
  
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
          transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

a:hover,
a:active,
a:focus {
color: inherit;
  outline: none;
  text-decoration: none;
}

input:focus,
select:focus {
  outline: unset;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #E96450;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #bd4b3a;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
/* SLICK */
.slick-slide {
  margin: 0 5px;
}
.slick-dots li button:before {
  font-size: 40px;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #42a3f5;
}
.slick-dots {
  bottom: -33px;
}
.slick-dots li {
  margin: 0;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 20px;
  padding: 0;
}
.slick-prev,
.slick-next {
  width: 30px;
  height: 60px;
}
.contact-us-bt-area {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-us-bt-area a {
  background: #41a3f5;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding: 9px 30px;
}
/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: auto;
  transition: all 0.5s;
  z-index: 997;
  background: rgba(52, 59, 64, 0.9);
  padding: 12px 0;
  background: #fff;
}

#header #logo h1 {
  font-size: 32px;
  margin: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
  width: 230px;
}

/* #header.header-transparent {
  background: transparent;
} */

#header.header-scrolled {
  height: auto;
  transition: all 0.5s;
}

.scrolled-offset {
  margin-top: 70px;
}

.customer-logo-carousel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px 151px;
}

.cust-logo-box {
  border: 1px solid #c3c3c3;
  padding: 20px;
  height: 119px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}

.cust-logo-box img {
  max-height: 77px;
  max-width: 148px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
  margin-right: 60px;
}

.navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
  display: flex;
  gap: 27px;
}

.navbar li {
  position: relative;
}

.navbar > ul > li {
  white-space: nowrap;
}

.navbar a,
.navbar a:focus {
  /* Body / md */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  /* identical to box height, or 29px */

  /* Grayscale 900 Opacity/72% */
  color: rgba(18, 17, 39, 0.72);
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -9px;
  left: 0;
  background-color: #2dc997;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover > a:before,
.navbar .active:before {
  visibility: visible;
  transform: scaleX(1);
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #E96450;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 24px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #666666;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #2dc997;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
.nav-items-cont {
  gap: 17px;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
    color: #333;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgb(255 255 255);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile > ul > li {
  padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover > a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #666666;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #E96450;
}
    

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #2dc997;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.contact-form-wrap {
  background: #fff;
  overflow: hidden;
  margin-top: 58px;
}

.contact-form-wrap ul {
  margin: 25px;
}

.contact-form-wrap input {
  height: 40px;
  border: 1px solid #b4b4b4;
  width: 100%;
  font-size: 11px;
  padding: 0 15px;
}

.contact-form-wrap .browse input {
  height: auto;
  opacity: 0;
  position: absolute;
}

.requirement {
  border: 1px solid #b4b4b4;
  padding: 15px 15px;
  position: relative;
}

.request-bt {
  width: 100%;
  background: #41a3f5;
  border: none;
  font-size: 14px;
  color: #fff;
  height: 40px;
}

.requirement textarea {
  border: none;
  font-size: 11px;
  width: 100%;
}

.requirement textarea:focus {
  outline: unset;
}

.browse {
  width: 95px;
  height: 28px;
  border: 1px solid #ccc;
  /* padding: 0 5px; */
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 12px;
  bottom: 8px;
}

.contact-form-wrap ul li {
  margin-bottom: 8px;
}

.contact-form-wrap select {
  height: 40px;
  border: 1px solid #b4b4b4;
  width: 100%;
  font-size: 11px;
  padding: 0px 12px;
}

.title {
  background: #ed514f;
  color: #fff;
  padding: 15px 0;
}

.title h3 {
  font-size: 23px;
  font-weight: 700;
  margin: 0;
}

.title p {
  font-size: 11px;
  margin: 0;
}

#hero {
  width: 100%;
  height: 100vh;
  background: url(../img/hero-bg.jpg) top center;
  background-size: cover;
  position: relative;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

#hero:before {
  content: "";
  background: #1c71b8;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  background: url(../img/banner-bg.jpg) no-repeat;
  background-size: cover;
}

#hero h1 {
  margin: 100px 0 10px 0;
  font-size: 57px;
  font-weight: 700;
  line-height: 62px;
  color: #fff;
  text-align: left;
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 23px;
    line-height: 36px;
    text-align: center;
  }
}

#hero h2 {
  color: #fff;
  margin-bottom: 50px;
  font-size: 13px;
  text-align: left;
  line-height: 21px;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 30px;
    text-align: center;
    margin: 0 21px;
  }
}

#hero .btn-get-started {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-get-started:hover {
  background: #2dc997;
  border: 2px solid #2dc997;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  overflow: hidden;
}

/* Sections Header
--------------------------------*/
.section-header .section-title {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 5px;
}

.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #999;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: whitesmoke;
  min-height: 40px;
  margin-top: 92px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.social {
  display: flex;
  align-items: center;
      margin-top: 10px;
}
.copyright-social-wrap {
  display: flex;
  justify-content: space-between;
  padding: 35px 0;
}
.copyright p {
  margin: 0;
  font-size: 14px;
}
.copyright {
  display: flex;
  align-items: center;
}
.copyright img {
  margin-right: 10px;
}
.social a {
  margin: 0 4px;
}
.industries-tab-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 69px;
  margin-right: 0;
}
.tab-content {
  width: 70%;
}
.navbar > ul > li {
  white-space: nowrap;
}

.navbar > ul > li > a::before {
  background-color: #E96450;
}

.banner-text h2 {
font-family: 'Montserrat';
font-style: normal;
font-weight: 900;
font-size: 54px;
color: #FFFFFF;
}
.banner-text span{
  color: #E96450;
}
.banner-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.banner-text p {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-size: 14.2101px;
line-height: 21px;
color: #FFFFFF;


}


.banner-section {
  margin-top: 50px;
  position: relative;
  background: url(../img/banner-bg.jpg);
  background-size:cover ;
}
.owl-carousel button.owl-dot {
  background:#47597E;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  width: 9px;
  height: 9px;
  border-radius: 100px;
}
.owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  position: relative;
  bottom: 40px;
}
.owl-carousel button.owl-dot.active {
  background: #667FAF;
  width: 31px;
}

.banner-section .owl-carousel .owl-item img {
  display: block;
  width: auto;
  position: absolute;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
   height: 550px;
}
.page-title {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  text-align: center;
}
.page-title h4 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 40.3866px;
  line-height: 45px;
  text-align: center;
  margin-bottom: 0;
  color: #E96450;
  position: relative;
  top: -10px;
}
.page-title h2 {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 40.3866px;
line-height: 45px;
text-align: center;
margin-bottom: 0;
color: #191C20;

}
.page-title p {
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 23px;
text-align: center;

color: #6B7280;

}
.page-title h5{
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 11.9664px;
text-align: center;
letter-spacing: 0.41em;
text-transform: uppercase;
color: #1C1B22;

}
.page-title h5 span{
  color: #E96450;
}





/* .service-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding:35px 16px 20px;
  gap: 24px;
  background: #ffffff;
  border: 1px solid #ededed;
  border-radius: 12px;
  margin-top: 40px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; 
}
.serv-icon {
  width: 88px;
  height: 88px;
  background: #6182C1;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
 */
 .serv-icon img{
  height: 58px;
  position: relative;
  z-index: 9;
}
.service-box {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding:35px 16px 20px;
  gap: 24px;
  background: #ffffff;
  border: 1px solid #ededed;
  border-radius: 12px;
  margin-top: 40px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; 
}

.serv-icon {
  width: 88px;
  height: 88px;
  background: #6182C1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s ease; /* Slow speed */
  position: relative;
  z-index: 2;
  margin: 0 auto;
}

.serv-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 88px;
  height: 88px;
  background-color: #6182C1;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.6s ease;
  z-index: 1;
}

.service-box:hover .serv-icon::before {
  transform: translate(-50%, -50%) scale(8); /* Adjust scale to cover the box */
}

.service-box:hover h3,
.service-box:hover p {
  color: #ffffff;
  transition: color 0.4s ease;
}





.row.advantage-wrap {
  padding: 0 100px;
}
.service-box h3 {
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 20.1933px;
line-height: 28px;
text-align: center;
color: #191C20;
margin-bottom: 0;
position: relative;
z-index: 9;

}
.service-box p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14.4706px;
    line-height: 21px;
    text-align: center;
    width: 83%;
    color: #191C20;
    position: relative;
    z-index: 9;

}







.services-overview-wrapper {
  background: url(../img/service-bg.png);
  background-repeat: no-repeat;
  background-size: 482px auto;
  background-position: right top;
  padding-top: 96px;
  position: relative;
    bottom: 12px;
    padding-bottom: 66px;
}
.services-overview-wrapper:before{
  content: "";
  background: url(../img/adv-bg.svg) no-repeat;
  position: absolute;
  left: 0;
  top: 59px;
  width: 400px;
  height: 430px;
}
.ser-1{
  background: #C8D3E9;
}
.hvr-rectangle-out:before{
  background: #9ebaf1;
}
.ser-2{
  background: #F7DEDA;
}
.ser-2 .serv-icon::before{
  background-color: #EFA99F;
}
/* .hvr-rectangle-out:hover:before{
  background: #9ebaf1;
} */
/* .ser-2{
  background: #F7DEDA;
}
.ser-2.hvr-rectangle-out:before{
  background: #f3d2cd;
}

.service-box > img{
width: 88px;
} */
/* .owl-carousel {
  height: 809px;
} */
.why-choose-us-wrapper {
  margin-top: 96px;
  position: relative;
  background: #f2f3ff;
  height: 708px;
  /* padding-bottom: 114px;
  padding-top: 126px; */
}
.wcu-img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wcu-img img {
  max-width: 100%;
  width: 600px;
}
.why-choose-us-wrapper .page-title {
  padding-top: 180px;
}
.approch-box-2 h4 {
  /* Heading / 6 */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  /* or 22px */

  /* Grayscale / 900 */
  color: #121127;
}
.our-approach-wrapper {
  padding-top: 96px;
  padding-bottom: 76px;
}
.approch-box-2 p {
  /* Body / sm */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  /* or 25px */

  /* Grayscale 900 Opacity/56% */
  color: rgba(18, 17, 39, 0.56);
}
.approch-box-1 {
  width: 32%;
}
.approch-box-2 {
  width: 20%;
  padding: 0 20px;
}
.blog {
  background: #f2f3ff;
  padding-top: 96px;
  padding-bottom: 96px;
}
.blog-article {
  margin-top: 40px;
}
.blog-article span {
  /* Badge */

  /* Auto layout */
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1px 16px;
  /* Pink / 100 */
  background: #fce7f3;
  border-radius: 100px;
  /* Article */
  /* Caption/MD */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 180%;
  /* identical to box height, or 22px */
  text-align: center;
  margin-bottom: 20px;
  /* Pink / 500 */
  color: #ec4899;
}
.blog-article span.video {
  background: #fff4e6;
  color: #f25722;
}
.blog-article span.case-study {
  background: #bbf3f7;
  color: #2a7576;
}

.blog-article h3 {
  /* Heading / 5 */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  /* or 28px */

  /* Grayscale / 900 */
  color: #121127;
}
.blog-article a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #E96450;
  display: inline-block; 
  transition: transform 0.3s ease;  /* Smooth transition */
}
.blog-article a:hover {color: #3690F2; transform: translateX(10px);}
.blog-article a:hover svg path{
  fill: #3690F2;
}
.ready-to-grow-box{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 60px;
gap: 32px;
background: #E96450;
box-shadow: 0px 20px 50px rgba(18, 17, 39, 0.08);
border-radius: 16px;

}
.ready-to-grow-box h2{
font-family: 'Poppins';
font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 140%;
text-align: center;
color: #FFFFFF;
margin: 0;

}
.ready-to-grow-box p{
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 180%;
text-align: center;
color: rgba(255, 255, 255, 0.56);
margin: 0;


}
.ready-to-grow-box a{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 14px 32px;
background: #fff;
width: 465px;
height: 52px;
border-radius: 8px;
/* Button / LG */
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 24px;
/* identical to box height */
text-align: center;

color: #E96450;
-webkit-transition: all 0.3s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
          transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */

}
.ready-to-grow-box a:hover{
  background: #3690F2;
  color: #fff;
}
.ready-to-grow{
  padding: 96px 0;
}
.foot-nav {
  display: flex;
  gap: 30px;
}
.foot-nav a{
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 180%;
color: rgba(18, 17, 39, 0.56);
}
.foot-nav a:hover{
  color: #E96450;
}
.foot-link{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.foot-social{
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
}
.copyright{
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 180%;
color: rgba(18, 17, 39, 0.56);

}
footer{
  background: url(../img/foot-bg.png);
  background-position: left top;
  background-size: 250px auto;
  background-repeat: no-repeat;
}
.book-a-demo{

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14.2101px;
    gap: 7.48px;
    width: 116.42px;
    height: 42.42px;
    background: #a43928;
    border-radius: 10.4706px !important;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 11.2185px;
    line-height: 14px;
    color: #FFFFFF;
    overflow: hidden;
}
.hvr-shutter-in-horizontal:before{
  background: #E96450;
}
.contact-us{

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14.2101px;
  gap: 7.48px;
  width: auto;
  height: 42.42px;
  border:1px solid #E96450;
  border-radius: 10.4706px !important;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 11.2185px;
  line-height: 14px;
  color: #E96450;
  overflow: hidden;
}
.contact-us:hover{
  border:1px solid #e44932;
  color: #e44932;
}
.drop-icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
  z-index: 99;
}
.drop-icon img{
  width: 67px;
}
.banner-section .item {
  height: 670px;
}
img.for-bigscreen{
  display: none;
}

.testimonial-caro .testi-box{
  width: 100%;
  background: #F3F4F6;
  height: 437px;
}
.testi-box > p{
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-size: 20.2512px;
line-height: 28px;
color: #191C20;
padding-bottom: 30px;
margin:30px 0 30px ;
border-bottom: 1px solid #D1D5DB; 
    height: 212px;
}
.testi-box div img{
  width: 48px !important;
  height: 48px;
  border-radius:100px;
}
.testi-pro h3{
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 15.0009px;
line-height: 27px;
color: #212529;
margin: 0;
}
.testi-pro{
  padding-left: 10px;
}
.testi-pro p{
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-size: 10.5006px;
line-height: 14px;
color: #6B7280;
margin: 0;
    width: 100%;
    
}
.testimonials{
  background: #FFF;
  padding: 96px 0;
  display: flex;
  justify-content: flex-end;
}
.testi-box{
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 32px 24px;
background: #FFFFFF;
/* Drop Shadow/High */
/* box-shadow: 0px 20px 50px rgba(18, 17, 39, 0.08); */
border-radius: 12px;
/* margin: 20px 20px 71px 39px; */
}
.testimonial-inner-section {
  width: 1375px;
}
/* .testimonial-caro .item{
  height: 257px;
} */
.testimonial-caro {
  /* padding-top: 50px; */
}
.custom-prev-icon {
  background: url("../img/prev.svg") no-repeat center center;
  width: 58px;
  height: 58px;
  display: inline-block;
}
.custom-next-icon {
  background: url("../img/next.svg") no-repeat center center;
  width: 58px;
  height: 58px;
  display: inline-block;
}
.testimonials .owl-nav{
position: absolute;
    right: 60px;
    top: -111px;
    display: flex
;
    gap: 22px;
}
.owl-carousel .owl-nav button.owl-prev{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 12px 24px;

width: 54px;
height: 54px;

/* Grayscale 900 Opacity / 4% */
background:#F3F4F6;
border-radius: 100px;
-webkit-transition: all 0.3s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */

}
.owl-carousel .owl-nav button.owl-next{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  
width: 54px;
height: 54px;

/* Grayscale 900 Opacity / 4% */
background:#F3F4F6;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
  }
  .owl-carousel .owl-nav button.owl-next:hover{
    background: #385792;
  }
  .owl-carousel .owl-nav button.owl-next:hover i{
    filter: invert(1) brightness(100);
  }
  .owl-carousel .owl-nav button.owl-prev:hover{
    background: #385792;
  }
  .owl-carousel .owl-nav button.owl-prev:hover i{
    filter: invert(1) brightness(100);
  }
  .trusted-companies{
    padding:30px 0;
  }
  .trusted-companies h2{

font-family: 'Poppins';
font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 140%;
/* identical to box height, or 45px */
text-align: center;

/* Grayscale / 900 */
color: #121127;
  }
.trusted-co-box img {
    height: 60px;
}
  
  .trusted-co{
    margin-top: 60px;
  }
  .trusted-companies h3{

font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 140%;
/* identical to box height, or 34px */
text-align: center;
color: #121127;
margin-bottom: 50px;
  }
  .social-section a{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 32px 24px;
gap: 20px;

width: 250px;
height: 150px;

/* Grayscale 900 Opacity / 12% */
border: 1px solid rgba(18, 17, 39, 0.12);
border-radius: 12px;
-webkit-transition: all 0.3s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
  }
  .social-section a:hover{
    border: 1px solid #E9645066;
    transform: scale(1.02);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(4,68,189,0.65);
-moz-box-shadow: 0px 0px 15px 0px rgba(4,68,189,0.65);
box-shadow: 0px 0px 15px 0px rgba(4,68,189,0.65);
  

}
  .certified-partners{
    margin-top: 60px;
  }
  .trusted-com-wrap .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    position: relative;
    bottom: 0;
    margin-top: 70px;
}
.trusted-com-wrap .owl-carousel button.owl-dot{
   background: #FBE0DC;
  
}
.trusted-com-wrap .owl-carousel button.owl-dot.active {
       background: #E96450;
    width: 31px;
}
.nav-link {
  padding: 0;
}


.swiftpay-wrapper{
  background: #1E2E4D;
  padding: 75px 0 0;
  overflow: hidden;

}
.swiftops-wrapper{
  overflow: hidden;
}
.page-title.white h2{
color: #fff;
}
.page-title.white h5{
  color: #fff;

}
.page-title.white p{
  color: #fff;

}
.swift-box{
  margin-bottom: 50px;
}
.swift-box img{
  width: 68px;
}
.swift-box h3{
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 20.1933px;
line-height: 28px;
letter-spacing: -0.08em;
color: #E96450;
margin: 12px 0;
}
.swift-box p{
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-size: 12.7143px;
line-height: 18px;
color: #FFFFFF;
/* width: 63%; */
}
.swift-pay-img img{
    position: relative;
    /* top: 72px; */
    height: 480px;
    left: -32px;
}
.swift-pay-img.vcards img {
    max-width: unset;
    position: relative;
    top: 72px;
    height: 530px;
    left: -4px;
}
.swiftops-wrapper{
  padding: 75px 0 0;
}
.swiftops-wrapper .swift-box h3{
  color: #1E2E4D;
}
.swiftops-wrapper .swift-box p{
  color: #000000;
}


/* .card, .service-box {
  position: relative;
  width: 300px;
  padding: 40px 20px;
  background-color: #d2dcf1;
  border-radius: 20px;
  overflow: hidden;
}

.circle {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  background-color: #6a80d9;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.5s ease;
}

.card:hover .circle {
  width: 600px;
  height: 600px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #000;
  transition: color 0.3s ease;
}

.card:hover .content {
  color: #fff;
} */

.market-opportunity-wrapper {
    background: #2E4062;
    padding: 70px 0;
    overflow: hidden;
}
.market-opportunity-title h2{
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 37px;
line-height: 45px;
color: #FFFFFF;
margin-bottom: 10px;

}
.market-opportunity-title h2 span{
  color: #E96450;
}
.market-opportunity-title p{
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-size: 13.5008px;
line-height: 23px;
color: #FFFFFF;

}
.opportunity-box{
  width: 50%;
  display: flex;
}
.op-info {
padding-left: 12px;
}
.op-info h3{
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 20.2512px;
line-height: 21px;
color: #E96450;
padding-right: 18px;
}
.op-info p{
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 10.5006px;
line-height: 15px;
color: #fff;

}
.opportunity-box > img{
width: 70px;
height: 70px;
}
.opportunity-box-wrap {
    display: flex;
    flex-wrap: wrap;
}
.page-title-one h4{
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 40.5024px;
line-height: 45px;
color: #191C20;
margin-bottom: 0;
}
.page-title-one h4 span{
  color: #E96450;
}
.page-title-one P{
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 12.0007px;
line-height: 45px;
letter-spacing: 0.41em;
text-transform: uppercase;
color: #1C1B22;
}
.foot-img > img{
  width: 100%;
}
.profit-box{
width: 879.05px;
/* background: rgba(255, 255, 255, 0.85); */
background: #DAE5E6;
border-radius: 36.0021px;
margin: 0 auto;
padding: 40px;
    position: absolute;
    left: 50%;
    /* transform: translateX(-50%); */
        margin-left: -437px;
    bottom: -170px;
        z-index: 9;
}
.profit-box h2{
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 40.5024px;
line-height: 45px;
text-align: center;
color: #191C20;
}
.profit-box p{
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-size: 10.5006px;
line-height: 15px;
text-align: center;

color: #1C1B22;


}
.profit-box h2 span{
  color: #E96450;
}
.book-20-bt{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 14.2508px;
width: 215px;
height: 42.5px;
background: #E96450;
border-radius: 10.5006px;
cursor: pointer;

font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 11.2507px;
line-height: 14px;
color: #FFFFFF;
}
.swiftpay-bt{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 14.2508px;
width: 215px;
height: 42.5px;
border:1px solid #E96450;
border-radius: 10.5006px;
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 11.2507px;
line-height: 14px;
/* identical to box height */
text-transform: uppercase;
color: #E96450;
cursor: pointer;


}
.profit-bt-wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  gap:12px
}
.contact-ph-wrap{
  display: flex;
  justify-content: space-between;
  gap:12px;
  margin-top: 40px;
}
.cp-box{
  display: flex;
  align-items: center;
  gap: 12px;
}
.cp-box p{
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 11.2507px;
line-height: 14px;
color: #000000;
margin: 0;
    text-align: left;
}

.footer{
  background: #1E2E4D;
  padding-top: 250px;
padding-bottom: 40px;;
position: relative;
}
.foot-bg {
    position: absolute;
    right: 0;
    bottom: 0;
}
.foot-img {
    position: relative;
}
.foot-links-container h3{
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 15.0009px;
line-height: 21px;
color: #FFFFFF;
}
.foot-links a{
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-size: 12.0007px;
line-height: 21px;
color: #F5F7FA;

}
.foot-links-box-wrap {
display: flex
;
    justify-content: start;
    gap: 72px;
}
.foot-links{
  display: flex;
  flex-direction: column;
      gap: 12px;
}
.newsletter-foot{
    background: #4b5871;
    /* opacity: 0.2; */
    border-radius: 6.00035px;
    position: relative;
    width: 236px;
    display: flex
;
    align-items: center;
    height: 30px;
    padding: 0 12px;
}
.newsletter-foot input{
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-size: 10.5006px;
line-height: 15px;
color: #D9DBE1;
background: transparent;
border: none;
    width: 90%;
}
.newsletter-foot img{
    position: absolute;
    right: 9px;
    top: 9px;
}
.copyright{
  border-top: 1px solid #354C77;
  display: flex;
  justify-content: center;
  margin-top: 40px;
  padding-top: 40px;
}
.copyright p{
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-size: 10.5006px;
line-height: 15px;
color: #FFFFFF;


}
span.for-mob {
    display: none;
}
.foot-logo img {
    width: 235px;
}

.testi-box {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  color: #000;
  z-index: 0;
  transition: color 0.4s ease-in-out 1s; /* Delay text color change */
}

.testi-box::before {
  content: '';
  position: absolute;
  top: -290px;
  left: -290px;
  width: 0;
  height: 0;
  background-color: #3f568e;
  border-radius: 50%;
  transition: width 1s ease-in-out, height 1s ease-in-out;
  z-index: -1;
}

.testi-box:hover::before {
  width: 300%;
  height: 300%;
}

.testi-box:hover {
  color: #fff;
}

/* Target text elements and delay their color change too */
.testi-box h3,
.testi-box p {
  transition: color 0.4s ease-in-out 0.2s; /* 1s delay */
}

.testi-box img {
  transition: filter 0.4s ease-in-out 0.2s; /* Optional: icon filter delayed */
}

.testi-box:hover h3,
.testi-box:hover p {
  color: #fff;
}



