@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap");
.rajdhani {
  font-family: "Rajdhani", sans-serif;
}

@import url("https://fonts.googleapis.com/css2?family=Calibri:wght@400;700&display=swap");
.calibri {
  font-family: "Calibri", sans-serif;
}
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
.inter {
  font-family: "Inter", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  &::before,
  &::after {
    box-sizing: border-box;
  }
}
body {
  overflow-x: hidden !important;
  background-color: #f0f0f0 !important;
  color: #494949 !important;
}

/* scroll top button  */
.go-top {
  position: fixed;
  bottom: 5%;
  right: 4%;
  /* padding:20px; */
  display: none;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  z-index: 99999;
  -webkit-animation: top 1s infinite alternate;
  animation: top 1s infinite alternate;
}
@keyframes top {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
.go-top:after {
  font-family: FontAwesome;
  content: "\f106";
  background-color: #053b50;
  padding: 7px 15px;
  border-radius: 10px;
  color: #fff;
  position: absolute;
  bottom: 10px;
  font-size: 28px;
}
.row.justyfy-content-center {
    justify-content: center;
    margin-top: 10px;
}
/* header start */
.orpol-header.fixed-header {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0px;
}
.footer .f-text .footer-add h6 {
    margin: 0;
}
.orpol-header .header {
  padding: 10px;
  box-shadow: 0px 0px 17.4px 0px #00000040;
  background-color: #fff;
}

.orpol-header .navbar {
  background: #ffff !important;
}

.navbar > .container-fluid {
  background-color: #ffff;
}

.orpol-header .navbar-nav {
  flex: 2;
}

.orpol-header .navbar-nav .nav-link {
  font-weight: 600;
  color: #053b50;
}

.orpol-header .navbar-nav .nav-link:hover {
  color: #053b50;
}

.orpol-header .navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  font-weight: 800;
  color: #053b50;
}

.orpol-header .nav-item .nav-link {
  font-size: 22px;
}

.orpol-header .nav-item {
  padding: 0 10px;
}

.nav-link:hover {
  color: #053b50;
}

/* Style the dropdown to show on hover */
@media (min-width: 992px) {
  .orpol-header .nav-item.dropdown:hover .dropdown-menu {
    display: block;
  }
}

.orpol-header .dropdown-menu {
  display: none;
  padding: 5px 10px;
  width: max-content;
  border: none;
  box-shadow: 0px 0px 17.4px 0px #00000040;
}

.orpol-header .dropdown-menu .active {
  background-color: transparent;
  font-weight: 800;
  color: #053b50;
}

.orpol-header .dropdown-menu i {
  margin-right: 5px;
  font-size: 15px;
}

.orpol-header .drop-solutions {
  margin-left: -200px;
}

.orpol-header .dropdown-menu.show {
  display: block;
}

.orpol-header .dropdown-menu .col-4 {
  /* width: 33%; */
  padding: 0px 20px 0px 10px;
}
.orpol-header .dropdown-menu .col-6 {
  /* width: 33%; */
  padding: 0px 20px 0px 10px;
}

.orpol-header .dropdown-menu a {
  font-size: 19px;
  font-weight: 600;
  color: #053b50;
  margin-top: 10px;
}

.orpol-header .dropdown-menu .main-title {
  font-size: 22px;
  font-weight: 700;
  color: black;
}

.orpol-header .dropdown-menu hr {
  margin: 0;
}

.orpol-header .dropdown-menu a img {
  margin-right: 10px;
}

.orpol-header .dropdown-menu a:hover {
  margin-left: 5px;
  background-color: transparent;
  transition: 0.3s ease-in;
}

.orpol-header .contact-button a {
  text-decoration: none;
  background-color: #053b50;
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  border-radius: 10px;
}

/* Additional styles for mobile dropdown */
@media (max-width: 991.98px) {
  .orpol-header .dropdown-menu {
    position: static;
    float: none;
    width: 100%;
    padding: 0px 15px;
    box-shadow: none;
    overflow-y: auto;
    max-height: 400px;
  }

  .orpol-header .navbar-collapse {
    max-height: calc(100vh - 70px);
    overflow-y: auto;
  }

  .orpol-header .navbar-nav {
    flex-direction: column;
  }

  .orpol-header .navbar-nav .nav-item {
    width: 100%;
    text-align: left;
  }

  .orpol-header .dropdown-menu .row {
    flex-direction: column;
  }

  .orpol-header .dropdown-menu .col-4 {
    width: 100%;
    /* padding: 10px 0; */
  }
  .orpol-header .dropdown-menu a {
    margin-top: 2px;
  }
}

/* header end */

/* main seaction start */
.main {
  background-image: url(../images/home/main-bg.png);
  background-repeat: no-repeat;
}
.main h1 {
  font-weight: 700;
  font-size: 46px;
  color: #053b50;
  margin-top: 150px;
}
.main h1 span {
  color: #1a9794;
}
.main h1 .animation-text {
  color: #1a9794;
  overflow: hidden;
  white-space: nowrap;
  border-right: 4px solid #1a9794;
  width: 0;
  display: inline-block;
  vertical-align: bottom;
  animation: typing 10s forwards infinite;
}
@keyframes typing {
  0% {
    width: 0;
  }
  50% {
    width: 59%;
  }
  100% {
    width: 0;
  }
}
.main p {
  font-size: 20px;
  font-weight: 400;
}
.main .lets {
  margin-top: 30px;
}
.main .lets a {
  text-decoration: none;
  color: #053b50;
  font-size: 16px;
  background-color: #fff;
  padding: 14px 25px;
  margin-right: 30px;
  border-radius: 7px;
}
.main .lets a i {
  margin-left: 10px;
}
.main .lets a:hover {
  background-color: #053b50;
  color: #fff;
}
.main .star img {
  padding-top: 30px;
  display: block;
  margin: 0 auto;
}
/* main seaction end */

/* which technology section start */
.techno {
  margin-top: 80px;
}
.techno .box {
  background-color: #fff;
  box-shadow: 0px 0px 20.2px 0px #00000040;
  padding: 20px;
  padding-bottom: 8px;
  border-radius: 10px;
  height: 100%;
}
/* .techno .box i {
  color: #053b50;
  font-size: 44px;
}
.techno .box:hover i {
  color: white;
} */
.techno .box:hover {
  background: linear-gradient(
    360deg,
    rgba(16, 157, 151, 0.95) 0%,
    rgba(5, 59, 80, 0.95) 100%
  );
  color: #fff;

}
.techno .box .white-img {
  display: none;
}
.techno .box:hover .green-img {
  display: none;
}
.techno .box:hover .white-img {
  display: block;
}

.techno .box h6 {
  margin-top: 20px;
  font-weight: 700;
  font-size: 22px;
  color: #053b50;
  margin-bottom: 0;
}
.techno .box:hover h6{
  font-weight: 600;
}
.techno .box:hover h6 {
  color: #fff;
}
.techno .box .custom-hr {
  width: 45%;
}
.techno .box .custom-hr2 {
  width: 60%;
}
.techno .box .custom-hr3 {
  width: 75%;
}

.techno .box hr {
  margin: 0;
  border-top: 1px solid #053b50;
  opacity: 1;
}
.techno .box:hover hr {
  border-top: 1px solid #ffff;
}
.techno .box p {
  margin-top: 20px;
  font-weight: 400;
  font-size: 17px;
}
/* which technology section end */

/* it support section start */
.it_support {
  margin-top: 80px;
}
.it_support .support-img {
  position: relative;
}
.it_support .support-img .image-wrapper img {
  height: auto;
  max-width: 100%;
}
.it_support .support-img .shine {
  position: relative;
  overflow: hidden;
}
.it_support .support-img .shine::before {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}
.it_support .support-img .shine:hover::before,
.shine:focus::before {
  animation: shine 0.85s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.it_support .su-tex h2 {
  position: absolute;
  top: 3%;
  left: 7%;
  color: #fff;
  font-weight: 700;
  font-size: 62px;
}
.it_support .su-tex h5 {
  position: absolute;
  top: 22%;
  left: 7%;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
}
.it_support .support_home_text h5 {
  color: #053b50;
  font-weight: 500;
  font-size: 18px;
  margin-top: 20px;
}
.it_support .support_home_text .custom-hr {
  width: 27%;
}
.it_support .support_home_text .custom-hr hr {
  margin: 0;
  border-top: 1px solid #053b50;
  opacity: 1;
}
.it_support .support_home_text h1 {
  margin-top: 30px;
  font-size: 50px;
  font-weight: 700;
  color: #053b50;
}
.it_support .support_home_text p {
  font-weight: 400;
  font-size: 20px;
  margin-top: 30px;
}
.it_support .support_home_text h4 {
  border-left: 5px solid #053b50;
  padding-left: 20px;
  font-weight: 700;
  font-size: 28px;
  color: #053b50;
  margin-top: 30px;
}
.it_support .support_home_text .que {
  margin-top: 30px;
  display: flex;
  gap: 60px;
}
.it_support .support_home_text .que h6 {
  font-size: 20px;
  font-weight: 500;
  color: #7a7a7a;
}
.it_support .support_home_text .que h5 {
  font-size: 24px;
  font-weight: 700;
  color: #053b50;
  margin-top: 0;
}
.it_support .support_home_text .que h5 a {
  text-decoration: none;
  color: #053b50;
}
.it_support .support_home_text .que .bt {
  margin-top: 10px;
}
.it_support .support_home_text .que .bt a {
  text-decoration: none;
  padding: 10px 25px;
  background-color: #053b50;
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  border-radius: 7px;
}
/* it support section end */

/* custom app section start */
.custom_app {
  margin-top: 80px;
}
.custom_app h1 {
  margin-top: 20px;
  font-weight: 700;
  font-size: 51px;
  color: #053b50;
}
.custom_app p {
  font-weight: 400;
  font-size: 20px;
  margin-top: 30px;
}
.custom_app .ab_btn {
  margin-top: 40px;
}
.custom_app .ab_btn a {
  text-decoration: none;
  padding: 10px 25px;
  background-color: #053b50;
  border-radius: 7px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.custom_app .ab_btn a i {
  margin-left: 7px;
}
.custom_app .box {
  padding: 20px;
  background: #d3e5e4;
  border-radius: 10px;
  height: 240px;
  box-shadow: 0px 2px 8px 0px #00000040;
}
.custom_app .box h5 {
  text-align: center;
  margin-top: 20px;
  font-weight: 700;
  font-size: 22px;
  color: #053b50;
}
.custom_app .box2 {
  margin-top: 140px;
}
/* custom app section end */

/*  home service section start  */
.home_service {
  margin-top: 80px;
}
.home_service h5 {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  color: #053b50;
}
.home_service .custom-hr {
  width: 8%;
  margin: 0 auto;
}
.home_service .custom-hr hr {
  margin: 0;
  border-top: 1px solid #053b50;
  opacity: 1;
}
.home_service h1 {
  text-align: center;
  color: #053b50;
  font-weight: 700;
  font-size: 50px;
  margin-top: 20px;
}
.home_service .four_service {
  margin-top: 50px;
}
.home_service .four_service ul {
  padding-left: 0px;
}
.home_service .four_service ul li {
  list-style: none;
}
.home_service .four_service .nav-link {
  margin-top: 10px;
  margin-bottom: 35px;
  padding: 15px;
  width: 100%;
  text-align: start;
  border-radius: 0;
  font-weight: 600;
  font-size: 20px;
  box-shadow: 0px 0px 5px 0px #00000030;
  background-color: #fff;
  color: #053b50;
  font-size: 20px;
  font-weight: 400;
  vertical-align: bottom;
  border-left: 5px solid transparent;
}
.home_service .four_service .nav-link img {
  margin-right: 10px;
}
.home_service .four_service .nav-link i {
  float: right;
}
.home_service .four_service .nav-link.active {
  color: #053b50;
  background-color: #d3e5e4;
  border-left: 5px solid #053b50;
}
.home_service .four_service .four-service-text {
  margin-left: 30px;
}
.home_service .four_service .four-service-text h2 {
  font-weight: 700;
  font-size: 35px;
  color: #494949;
}
.home_service .four_service .four-service-text p {
  font-size: 20px;
  font-weight: 400;
  margin-top: 20px;
}
.home_service .four_service .four-service-text li {
  list-style: none;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 10px;
}
.home_service .four_service .four-service-text li img {
  margin-right: 10px;
}
.home_service .four_service .four-service-text .get-bt {
  margin-top: 15px;
}
.home_service .four_service .four-service-text .get-bt a {
  text-decoration: none;
  padding: 10px 30px;
  background-color: #053b50;
  color: #fff;
  border-radius: 7px;
  font-size: 20px;
  font-weight: 500;
}
.home_service .four_service .four-service-text .get-bt a i {
  margin-left: 10px;
}
/*  home service section end  */

/* <!-- home technologies section start --> */

.tecno-home {
  margin-top: 80px;
}
.tecno-home h5 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #053b50;
}
.tecno-home .custom-hr {
  width: 8%;
  margin: 0 auto;
}
.tecno-home .custom-hr hr {
  margin: 0;
  border-top: 1px solid #053b50;
  opacity: 1;
}
.tecno-home h1 {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  margin-top: 30px;
  color: #053b50;
}
.tecno-home p {
  width: 80%;
  margin: auto;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  margin-top: 10px;
}
.tecno-home .tablist .scrollmenu {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
}
.tecno-home .nav {
  gap: 30px;
  padding: 7px 30px;
  align-self: center;
  background-color: #D3E5E4;
  border-radius: 10px;
  justify-content: center;
}
.tecno-home .nav .nav-link {
  color: #494949;
  font-size: 24px;
  font-weight: 400;
  border: none;
}

.tecno-home .nav .nav-link.active {
  background: linear-gradient(360deg, rgba(16, 157, 151, 0.95) 0%, rgba(5, 59, 80, 0.95) 100%);
  color: #fff;
  font-weight: 500;
  border-radius: 5px;
}
.tecno-home .ht {
  margin-top: 50px;
}

.tecno-home .ht .iconbox_block .iconbox_icon {
  width: 140px;
  height: 140px;
  margin: 0 0 16px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center top -3px;
  background-image: url(../images/home/shape_polygon.webp);
  border-radius: 100%;
  align-items: center;
  display: inline-flex;
  justify-content: center;
}
.tecno-home .ht .iconbox_block .iconbox_title {
  line-height: 1;
  font-size: 20px;
  font-weight: 400;
}

/* <!-- home technologies section end --> */

/* home project section start */
.project_home {
  margin-top: 80px;
}
.project_home h5 {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  color: #053b50;
}
.project_home .custom-hr {
  width: 8%;
  margin: 0 auto;
}
.project_home .custom-hr hr {
  margin: 0;
  border-top: 1px solid #053b50;
  opacity: 1;
}
.project_home h1 {
  text-align: center;
  color: #053b50;
  font-weight: 700;
  font-size: 50px;
  margin-top: 20px;
}
.project_home .home-project-detail {
  margin-top: 20px;
}
.project_home .home-project-detail .box {
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  position: relative;
}

.project_home .home-project-detail .box img {
  border-radius: 7px;
  display: block;
  position: relative;
  object-fit: contain;
}

.project_home .home-project-detail .box .overlay {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  height: 0;
  background: linear-gradient(180deg, rgba(5, 59, 80, 0) -45.08%, #053B50 89.79%);
  transition: height 0.5s ease-out;
  border-radius: 7px;
  overflow: hidden;
}

.project_home .home-project-detail .box:hover .overlay {
  height: auto;
}

.project_home .home-project-detail .box .overlay .text {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  color: white;
  opacity: 0;
  transition: opacity 0.5s ease-out;
  padding: 15px;
}
.project_home .home-project-detail .box .overlay .text h4{
  font-size: 30px;
  font-weight: 700;
}
.project_home .home-project-detail .box .overlay .text p{
  font-size: 15px;
  font-weight: 400;
}
.project_home .home-project-detail .box .overlay .text a{
  text-decoration: none;
  padding: 5px 10px;
  background: #fff;
  color: #053B50;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
}

.project_home .home-project-detail .box:hover .overlay .text {
  opacity: 1;
}

/* .project_home .home-project-detail .details {
  margin-top: 50px;
}
.project_home .home-project-detail img {
  border-radius: 10px;
}
.project_home .home-project-detail h3 {
  font-size: 30px;
  font-weight: 700;
  color: #053b50;
  margin-top: 20px;
}
.project_home .home-project-detail hr {
  margin: 0;
}
.project_home .home-project-detail p {
  color: #494949;
  font-size: 18px;
  font-weight: 400;
  margin-top: 15px;
}
.project_home .home-project-detail .de-btn a {
  text-decoration: none;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  background: #053b50;
  color: #fff;
  border-radius: 6px;
} */
/* home project section end */

/* logo client section start */
.logo-client {
  margin-top: 80px;
}
.logo-client h1 {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  color: #053b50;
}
.logo-client .box {
  margin: auto;
  margin-top: 30px;
  width: 250px;
  height: 120px;
  line-height: 120px;
  background-color: transparent;
  border-radius: 10px;
  text-align: center;
}
.logo-client .box img {
  width: 200px;
  height: 110px;
  object-fit: contain;
}
/* logo client section end */

/* home blog section start */
.home-blog {
  margin-top: 80px;
}
.home-blog h5 {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  color: #053b50;
}
.home-blog .custom-hr {
  width: 5%;
  margin: 0 auto;
}
.home-blog .custom-hr hr {
  margin: 0;
  border-top: 1px solid #053b50;
  opacity: 1;
}
.home-blog h1 {
  text-align: center;
  color: #053b50;
  font-weight: 700;
  font-size: 50px;
  margin-top: 20px;
}
.home-blog .blog-sec {
  margin-top: 50px;
}
.home-blog .blog-sec .card {
  background-color: transparent;
  border: none;
}
.home-blog .blog-sec .card-img img {
  border-radius: 15px;
}
.home-blog .blog-sec .card .card-body {
  width: 85%;
  padding: 20px;
  background-color: #f0f0f0;
  margin: 0 auto;
  margin-top: -7%;
  border-radius: 10px;
  box-shadow: 0px 2px 8px 0px #00000040;
}

.home-blog .blog-sec .card .card-body .titile-date {
  display: flex;
  justify-content: space-between;
}
.home-blog .blog-sec .card .card-body .titile-date p {
  color: #6b6b6b;
  font-size: 16px;
  font-weight: 400;
}
.home-blog .blog-sec .card .card-body .blog-heading h3 {
  font-size: 24px;
  font-weight: 700;
  color: #053b50;
}
.home-blog .blog-sec .card .card-body .blog-read {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.home-blog .blog-sec .card .card-body .blog-read .blog-name h6 {
  font-size: 18px;
  font-weight: 600;
  color: #6b6b6b;
}
.home-blog .blog-sec .card .card-body .blog-read .blog-name h6 img {
  margin-right: 10px;
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 50%;
}
.home-blog .blog-sec .card .card-body .blog-read .more a {
  padding: 7px 20px;
  background-color: #053b50;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
}
/* home blog section end */

/* do you section start */
.home-do-you {
  margin-top: 80px;
  background-color: #d3e5e4;
  /* box-shadow: 0px 2px 8px 0px #00000040; */
  padding: 80px 50px;
}
.home-do-you h2 {
  color: #053b50;
  font-weight: 700;
  font-size: 41px;
}
.home-do-you h1 {
  color: #053b50;
  font-weight: 700;
  font-size: 47px;
}
.home-do-you p {
  color: #494949;
  font-weight: 400;
  font-size: 20px;
}
.home-do-you .call-chet {
  margin-top: 30px;
}
.home-do-you .call-chet a {
  text-decoration: none;
  margin-right: 30px;
  background-color: #053b50;
  padding: 10px 20px;
  border-radius: 7px;
  color: #fff;
}
.home-do-you .call-chet a i{
    margin-right: 4px;
}
/* do you section end */

/* footer section start */

.footer {
  box-shadow: 0 4px 61.9px 0 #00000040;
  background-color: #fff;
}
.footer .f-text {
  padding-top: 50px;
}
.footer .f-text p {
  font-size: 19px;
  margin-top: 20px;
}
.footer .f-text .f-call {
  margin-top: 20px;
}
.footer .f-text .f-call a {
  text-decoration: none;
  padding: 7px 20px;
  background-color: #053b50;
  color: #fff;
  border-radius: 7px;
}
.footer .f-text .quick {
  margin-left: 50px;
}
.footer .f-text h4 {
  font-weight: 700;
  font-size: 29px;
  color: #053b50;
}
.footer .f-text li {
  list-style: none;
  margin-top: 15px;
}
.footer .f-text li a {
  text-decoration: none;
  color: #494949;
  font-size: 18px;
  font-weight: 400;
}
.footer .f-text li a:hover {
  letter-spacing: 1px;
  transition: 0.3s ease;
}
.footer .f-text li i {
  margin-right: 15px;
}
.footer .f-text .footer-add {
  display: flex;
  gap: 20px;
  align-items: center;
}
.footer .f-text .footer-add i {
  color: #053b50;
  font-size: 20px;
}
.footer .f-text .footer-add h6 {
  font-size: 18px;
  font-weight: 400;
}
.footer .f-text .footer-add a {
  text-decoration: none;
  color: #494949;
  font-size: 18px;
  font-weight: 400;
}
.footer .bottom_footer {
  margin-top: 50px;
}
.footer .bottom_footer .we-hiring {
  display: flex;
  justify-content: space-between;
}
.footer .bottom_footer .we-hiring h2 {
  color: #053b50;
  font-size: 35px;
  font-weight: 700;
}
.footer .bottom_footer .we-hiring .f-explore{
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer .bottom_footer .we-hiring h2 a {
  text-decoration: none;
  color: #053b50;
  font-size: 35px;
  font-weight: 700;
}
.footer .bottom_footer .we-hiring .f-explore i{
  color: #053b50;
  font-size: 35px;
  font-weight: 700;
}

.footer .bottom_footer .we-hiring h5 {
  font-size: 22px;
  font-weight: 700;
}
.footer .footer-download {
  margin-top: 24px;
}
.footer .footer-download a{
  background-color: #053b50;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  padding: 10px 14px;
}
.footer .last-footer {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-top: 20px;
}
.footer .last-footer .footer-icon i {
  color: #053b50;
  font-size: 20px;
  margin-right: 20px;
}
.footer .footer-icon{
  text-align: center;
  /* padding: 8px 0px; */
}
.footer .footer-icon img{
  max-width: 100%;
  height: auto;
}
.footer .last-footer .privacy-policy {
  display: flex;
  justify-content: center;
}
.footer .last-footer .privacy-policy a {
  color: #053b50;
  text-decoration: none;
  font-weight: 600;
}
.footer .last-footer .footer-copyright {
  display: flex;
}
.footer .last-footer .footer-copyright h5 {
  font-size: 18px;
  font-weight: 700;
}
/* ---------------------------------------- home section end ------------------------------------------ */

/* ---------------------------------------- about section start ---------------------------------------- */
.about-bg {
  background-image: url(../images/about/about-bg.png);
  padding: 200px 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
/* about main section start */
.about-main-section {
  margin-top: 70px;
  margin-bottom: 60px;
}
.about-main-section .main-im1 {
  padding-left: 30px;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
.about-main-section .ab-main-text {
  text-align: center;
}
.about-main-section .ab-main-text h5 {
  color: #053b50;
  font-size: 18px;
  font-weight: 500;
}
.about-main-section .ab-main-text .custom-hr {
  width: 33%;
  margin: 0 auto;
}
.about-main-section .ab-main-text .custom-hr hr {
  margin: 0;
  border-top: 1px solid #053b50;
  opacity: 1;
}
.about-main-section .ab-main-text h1 {
  width: 80%;
  color: #053b50;
  font-size: 46px;
  font-weight: 700;
  padding-top: 20px;
  margin: 0 auto;
}
.about-main-section .ab-main-text p {
  width: 90%;
  font-size: 20px;
  font-weight: 400;
  margin: auto;
  margin-top: 20px;
}
.about-main-section .ab-main-text .ab-home-btn {
  margin-top: 30px;
}
.about-main-section .ab-main-text .ab-home-btn a {
  text-decoration: none;
  padding: 7px 15px;
  font-size: 20px;
  font-weight: 400;
  background-color: #053b50;
  color: #fff;
  border-radius: 7px;
}
.about-main-section .main-im2 {
  margin-top: 120px;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
/* about main section end */

/* about who section start */
.about-who-we {
  margin-top: 50px;
}
.about-who-we .ab-who-text h5 {
  font-size: 18px;
  font-weight: 500;
  color: #053b50;
}
.about-who-we .ab-who-text .custom-hr {
  width: 13%;
}
.about-who-we .ab-who-text .custom-hr hr {
  margin: 0;
  opacity: 1;
  border-top: 1px solid #053b50;
}
.about-who-we .ab-who-text h2 {
  font-weight: 700;
  font-size: 42px;
  color: #053b50;
  width: 90%;
  margin-top: 20px;
}
.about-who-we .ab-who-text p {
  font-weight: 400;
  font-size: 20px;
  margin-top: 15px;
}
.about-who-we .ab-who-text .dedi {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.about-who-we .ab-who-text .dedi .dedi-text h6 {
  font-size: 20px;
  font-weight: 700;
}
.about-who-we .ab-who-text .dedi .dedi-text p {
  font-weight: 400;
  font-size: 16px;
  margin-top: 0;
}
.about-who-we .ab-who-text .box h4 {
  background-color: #fff;
  padding: 20px;
  border-left: 5px solid #053b50;
  font-size: 22px;
  font-weight: 400;
}
/* about who section end */

/* about our service section start */
.about-service {
  margin-top: 80px;
  margin-bottom: 80px;
  background-image: url(../images/about/bg.png);
  background-position: right;
  background-repeat: no-repeat;
  background-position-y: top;
}
.about-service h5 {
  padding-top: 70px;
  font-weight: 500;
  font-size: 18px;
  color: #053b50;
}
.about-service .custom-hr {
  width: 8%;
}
.about-service .custom-hr hr {
  margin: 0;
  border-top: 1px solid #053b50;
  opacity: 1;
}
.about-service h1 {
  color: #053b50;
  width: 35%;
  font-size: 42px;
  font-weight: 700;
  margin-top: 20px;
}
.about-service .custom-box {
  margin-top: 40px;
}
.about-service .custom-box .box {
  background-color: #fff;
  border-radius: 10px;
  height: 100%;
}
.about-service .custom-box .box:hover {
  box-shadow: 0px 0px 26.3px 0px #00000040;
}
.about-service .custom-box .box .box-text {
  padding: 25px;
}
.about-service .custom-box .box .box-text h6 {
  font-size: 20px;
  font-weight: 400;
  color: #053b50;
}
.about-service .custom-box .box .box-text h6 img {
  margin-right: 10px;
}
.about-service .custom-box .box .box-text h3 {
  width: 80%;
  color: #053b50;
  font-size: 28px;
  font-weight: 700;
  margin-top: 10px;
}
.about-service .custom-box .box .box-text p {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0;
}
.about-service .custom-box .box hr {
  margin: 0;
}
.about-service .custom-box .box .rede-box {
  padding: 15px 25px;
}
.about-service .custom-box .box .rede-box a {
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  color: #053b50;
}
/* about our service section end */

/* process section strat */
.home_process {
  margin-top: 80px;
}
.home_process h5 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #053b50;
}
.home_process .custom-hr {
  width: 9%;
  margin: auto;
}
.home_process .custom-hr hr {
  margin: 0;
  border-top: 1px solid #053b50;
  opacity: 1;
}
.home_process h1 {
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  color: #053b50;
  margin-top: 20px;
}

.home_process .vactop {
  position: relative;
}
.home_process .box {
  width: 150px;
  height: 175px;
  display: block;
  margin: 0 auto;
  background-color: #d3e5e4;
  aspect-ratio: cos(30deg);
  clip-path: polygon(-50% 50%, 50% 100%, 150% 50%, 50% 0);
}
.home_process .box:hover {
  background: linear-gradient(
    360deg,
    rgba(16, 157, 151, 0.95) 0%,
    rgba(5, 59, 80, 0.95) 100%
  );
}
.home_process .box img {
  display: block;
  margin: 0 auto;
  padding-top: 50px;
}

.home_process .box .white-img {
  display: none;
}

.home_process .box:hover .green-img {
  display: none;
}

.home_process .box:hover .white-img {
  display: block;
}

.home_process .vac {
  position: absolute;
  left: 86%;
  top: 42%;
}
.home_process h4 {
  text-align: center;
  margin-top: 20px;
  color: #053b50;
  font-size: 30px;
  font-weight: 700;
}
.home_process p {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
/* process section end */

/* vision mission sectoin start */
.vision-section {
  margin-top: 80px;
}
.vision-section h5 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #053b50;
}
.vision-section .custom-hr {
  width: 9%;
  margin: auto;
}
.vision-section .custom-hr hr {
  margin: 0;
  border-top: 1px solid #053b50;
  opacity: 1;
}
.vision-section h1 {
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  color: #053b50;
  margin-top: 20px;
}
.vision-section .mission {
  margin-top: 30px;
}
.vision-section .mission .box {
  padding: 25px;
  border: 1px solid #969696;
  border-radius: 10px;
  height: 100%;
}
.vision-section .mission .box .icon {
  display: flex;
  gap: 30px;
}
.vision-section .mission .box .icon .icon-img {
  width: 70px;
  height: 70px;
  line-height: 65px;
  background-color: #d3e5e4;
  border-radius: 50%;
  text-align: center;
}
.vision-section .mission .box .icon h3 {
  font-size: 30px;
  font-weight: 700;
  color: #053b50;
  margin-top: 15px;
}
.vision-section .mission .box p {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 400;
}
/* ---------------------------------------- about page end ---------------------------------------- */

/* -------------------------------------- devlopment page start ------------------------------------- */
/* .devlopment-page{
    background-image: url(../images/custom/bg2.png);
    padding: 200px 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
} */
.web-bg {
  background-image: url(../images/custom/web-bg.png);
  padding: 200px 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.app-bg {
  background-image: url(../images/custom/app-bg.png);
  padding: 200px 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.app-bg h1 {
  text-align: end !important;
}
.support-bg {
  background-image: url(../images/custom/support-bg.png);
  padding: 200px 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.custom-bg {
  background-image: url(../images/custom/custom-bg.png);
  padding: 200px 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.devlopment-page h1 {
  font-weight: 700;
  font-size: 64px;
  color: #fff;
  text-align: center;
}
.devlopment-get-start {
  margin-top: 80px;
}
.devlopment-get-start h2 {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  color: #053b50;
}
.devlopment-get-start .animate-border {
  position: relative;
  display: block;
  width: 200px;
  height: 3px;
  background: #053b50;
  overflow: hidden;
  margin: auto;
  margin-top: 20px;
}
/* .devlopment-get-start .animate-border:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 15px;
  bottom: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite;
}
@keyframes animborder {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
  }
} */
.devlopment-get-start .devlopment-get-start-text p {
  /* width: 89%; */
  font-size: 21px;
  font-weight: 400;
  text-align: center;
  margin-top: 10px;
}
.devlopment-get-start .devlo-box-section {
  margin-top: 50px;
}
.devlopment-get-start .devlo-box-section .box {
  padding: 25px;
  border: 1px solid #969696;
  border-radius: 10px;
  text-align: center;
  margin-top: 20px;
  height: 100%;
}
.devlopment-get-start .devlo-box-section .box:hover:before {
  left: 0;
  width: 100%;
}
.devlopment-get-start .devlo-box-section .box:before {
  position: absolute;
  content: "";
  left: 100%;
  top: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(360deg, rgba(16, 157, 151, 0.95) 0%, rgba(5, 59, 80, 0.95) 100%);
  transition: .5s;
  z-index: -1;
  border-radius: 10px;
  color: #fff;
}

.devlopment-get-start .devlo-box-section .box:hover {
  box-shadow: 0px 0px 26.3px 0px #00000040;
}
.devlopment-get-start .devlo-box-section .box .box-img {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: linear-gradient(360deg, rgba(16, 157, 151, 0.95) 0%, rgba(5, 59, 80, 0.95) 100%);
  border-radius: 50%;
  margin: auto;
}
.devlopment-get-start .devlo-box-section .box:hover .box-img{
  background: transparent;
}
.devlopment-get-start .devlo-box-section .box h5 {
  margin-top: 20px;
  color: #053b50;
  font-weight: 700;
  font-size: 27px;
}
.devlopment-get-start .devlo-box-section .box:hover h5{
  color: #fff;
}
.devlopment-get-start .devlo-box-section .box p {
  font-weight: 400;
  font-size: 20px;
  margin-top: 10px;
}
.devlopment-get-start .devlo-box-section .box:hover p{
  color: #fff;
}

.accele {
  margin-top: 80px;
}
.accele .accele-txet h2 {
  font-weight: 700;
  font-size: 46px;
  color: #053b50;
}
.accele .accele-txet p {
  font-weight: 400;
  font-size: 21px;
}
.accele .accele-txet .why-boc{
  display: flex;
  padding: 10px;
}
.accele .accele-txet .box{
  margin-top: 20px;
  padding: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  box-shadow: 0px 0px 17px 0px #00000040;
  border-radius: 10px;
  text-align: center;
}
.accele .accele-txet .box:hover{
  background-color: #D3E5E4;
  border: 1px solid #494949;
}
.accele .accele-txet .box .grey-img{
  display: none;
}
.accele .accele-txet .box:hover .color-img{
  display: none;
}
.accele .accele-txet .box:hover .grey-img{
  display: block;
  margin: 0 auto;
}
.accele .accele-txet .box h5{
  margin-top: 15px;
  color: #494949;
  font-size: 20px;
  font-weight: 400;
}
.accele .accele-txet h6 {
  font-weight: 400;
  font-size: 21px;
}
.accele .accele-txet h6 img {
  margin-right: 10px;
}

.software-service {
  margin-top: 80px;
}
.software-service .software-service-text h2 {
  text-align: center;
  font-size: 43px;
  font-weight: 700;
  color: #053b50;
}
.software-service .software-service-text .col-lg-6 {
  margin-bottom: 20px;
}
.software-service .software-service-text .box {
  padding: 25px;
  background-color: #d3e5e4;
  margin-top: 30px;
  border-radius: 10px;
  height: 100%;
}
.software-service .software-service-text .box:hover {
  box-shadow: 0px 0px 19.1px 0px #00000040;
}
.software-service .software-service-text .box .box-text {
  display: flex;
  gap: 20px;
}
.software-service .software-service-text .box .box-text .box-details h4 {
  font-size: 34px;
  font-weight: 700;
  color: #053b50;
}
.software-service .software-service-text .box .box-text .box-details p {
  font-size: 20px;
  font-weight: 400;
}

.why_choose_web{
  margin-top: 80px;
}
.why_choose_web h1{
  font-size: 46px;
  font-weight: 700;
  color: #053b50;
  text-align: center;
}
.why_choose_web p{
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  width: 95%;
  margin: auto;
  margin-top: 10px;
}
.why_choose_web .img-size{
  width: 80px;
  height: 80px;
  background: linear-gradient(360deg, rgba(16, 157, 151, 0.95) 0%, rgba(5, 59, 80, 0.95) 100%);
  border-radius: 5px;
  line-height: 80px;
  text-align: center;
  margin: auto;
  margin-top: 50px;
  box-shadow: 0px 0px 20.2px 0px #00000040;
}
.why_choose_web h4{
  text-align: center;
  margin-top: 10px;
  font-size: 28px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 1px;
}
.why_choose_web h6{
  width: 90%;
  margin: auto;
  font-size: 18px;
  font-weight: 400;
  margin-top: 15px;
  text-align: center;
}

.workflow-section {
  margin-top: 80px;
}
.workflow-section h2 {
  text-align: center;
  font-weight: 700;
  font-size: 46px;
  color: #053b50;
}
.workflow-section .flow {
  margin-top: 50px;
}
.workflow-section .flow .flow-img {
  width: 120px;
  height: 120px;
  line-height: 110px;
  background-color: #d3e5e4;
  border-radius: 50%;
  margin: auto;
  text-align: center;
}

.workflow-section .flow .flow-img:hover {
  box-shadow: 0px 0px 15.9px 0px #00000040;
}
.workflow-section .flow h6 {
  color: #494949;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-top: 15px;
}

.price-web{
  margin-top: 80px;
}
.price-web h1{
  font-size: 46px;
  font-weight: 700;
  color: #053b50;
  text-align: center;
}
.price-web h3{
  text-align: center;
  font-size: 22px;
  font-weight: 400;
}
.price-web .box{
  padding: 30px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 6px 0px #00000040;
  border-radius: 10px;
  margin-top: 20px;
}
/* .price-web .box:hover{
  background-image: url(../images/custom/price-bg.png);
  background-repeat: no-repeat;
  background-position: right;
  background-position-y: top;
} */
.price-web .box h4{
  font-size: 34px;
  font-weight: 700;
  color: #053b50;
  margin-top: 20px;
}
.price-web .box p{
  font-size: 17px;
  font-weight: 400;
  color: #494949;
}
.price-web .box ul {
  list-style: none;
}

.price-web .box li{
  position: relative;
  font-size: 17px;
  font-weight: 400;
  color: #494949;
}

.price-web .box li:before {
  content: "•";
  position: absolute;
  left: -1em;
  color: #1a9794;
}

.what_do_work{
  margin-top: 80px;
}
.what_do_work h1{
  text-align: center;
  color: #053b50;
  font-size: 46px;
  font-weight: 700;
}
.what_do_work h4{
  text-align: center;
  font-size: 22px;
  font-weight: 400;
}
.what_do_work .box{
  padding: 20px;
  box-shadow: 0px 0px 10px 0px #00000040;
  border-radius: 10px;
}
.what_do_work .bo2{
  margin-top: 40px;
}
.what_do_work .bo3{
  margin-top: 20px;
}
.what_do_work .box h5{
  color: #053b50;
  font-size: 22px;
  font-weight: 700;
}
.what_do_work .box p{
  font-size: 18px;
  font-weight: 400;
}
.what_do_work img{
  display: block;
  margin: 0 auto;
}

.client-section {
  margin-top: 80px;
  margin-bottom: 80px;
}
.client-section h2 {
  text-align: center;
  font-size: 43px;
  font-weight: 700;
  color: #053b50;
}
.client-section h4{
  text-align: center;
}
.client-section .box{
  padding: 25px;
  box-shadow: 0px 0px 10px 0px #00000040;
  position: relative;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 45px;
  margin-left: 50px;
  margin-right: 30px;
}
.client-section .box .testimonial-thumb {
  position: absolute;
  left: -7%;
  top: 50%;
  transform: translateY(-65%);
  z-index: 3;
}
.client-section .box .testimonial-thumb img{
  border-radius: 10px;
}
.client-section .box .testimonial-thumb::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(360deg, rgba(16, 157, 151, 0.95) 0%, rgba(5, 59, 80, 0.95) 100%);
  width: 135px;
  height: 135px;
  border-radius: 10px;
  transform: translate(5px, 5px);
  z-index: -1;
}
.client-section .box .testimonial-content{
  text-align: justify;
  hyphens: auto;
}
.testimonial-content {
  padding: 0px 100px;
  padding-right: 0px;
}
.testimonial-content p{
  font-size: 18px;
  font-weight: 400;
}
.testimonial-content h5{
  font-size: 24px;
  font-weight: 700;
  color: #053b50;
  margin-bottom: 0;
}
.testimonial-content .designation{
  font-size: 12px;
  font-weight: 500;
}
.client-section .box .swiper-pagination {
  padding-top: 30px;
}
.swiper-pagination-bullet-active {
  background: #053b50 !important;
}
/* -------------------------------------- devlopment page end ------------------------------------- */

/* ---------------------------------- career page start --------------------------------- */
.career-bg {
  background-image: url(../images/career/bg2.png);
  padding: 200px 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.career-bg h1 {
  text-align: center;
  font-size: 64px;
  font-weight: 700;
  color: #fff;
}
.caree-make {
  margin-top: 80px;
}
.caree-make h1 {
  font-size: 42px;
  font-weight: 700;
  color: #053b50;
}
.caree-make .animated-bor {
  position: relative;
  display: block;
  width: 200px;
  height: 3px;
  background: #053b50;
  overflow: hidden;
}
/* .caree-make .animated-bor:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 15px;
  bottom: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite;
}
@keyframes animborder {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
  }
} */
.caree-make p {
  font-size: 20px;
  font-weight: 400;
  margin-top: 20px;
}

.our-working-career {
  margin-top: 80px;
}
.our-working-career h1 {
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  color: #053b50;
}
.our-working-career p {
  text-align: center;
  width: 80%;
  font-size: 22px;
  font-weight: 400;
  margin: auto;
  margin-top: 10px;
}
.our-working-career .caree-box-section {
  margin-top: 40px;
}
.our-working-career .caree-box-section .box {
  padding: 25px;
  border: 1px solid #969696;
  border-radius: 10px;
  text-align: center;
  margin-top: 20px;
  height: 100%;
}
.our-working-career .caree-box-section .box .box-img {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: #d3e5e4;
  border-radius: 50%;
  margin: auto;
}
.our-working-career .caree-box-section .box h5 {
  margin-top: 20px;
  color: #053b50;
  font-weight: 700;
  font-size: 27px;
}
.our-working-career .caree-box-section .box p {
  width: 100%;
  font-weight: 400;
  font-size: 20px;
  margin-top: 10px;
}
.together-section {
  margin-top: 80px;
}
.together-section h2 {
  font-size: 34px;
  font-weight: 700;
  color: #053b50;
}
.together-section p {
  font-size: 24px;
  font-weight: 400;
}
.together-section .career-con {
  display: flex;
  gap: 40px;
}
.together-section .career-con h5 {
  font-size: 22px;
  font-weight: 400;
}
.together-section .career-con h5 a {
  text-decoration: none;
  color: #494949;
  font-weight: 700;
}
.apply-job {
  margin-top: 50px;
  margin-bottom: 80px;
  border: 2px solid #969696;
  padding: 20px;
  border-radius: 10px;
}
.apply-job h2 {
  font-weight: 700;
  font-size: 45px;
  color: #053b50;
}
.apply-job .uplod-resume {
  margin-top: 40px;
}
.apply-job .uplod-resume {
  padding: 40px 0;
  border: 2px dotted #053b50;
  text-align: center;
  background-color: #d3e5e44f;
  cursor: pointer;
}
.apply-job .uplod-resume h5 {
  font-size: 21px;
  font-weight: 400;
  color: #053b50;
}
.apply-job .uplod-resume h6 {
  font-size: 21px;
  font-weight: 700;
}
.apply-job form {
  margin-top: 40px;
}
.apply-job form .form-label {
  font-size: 21px;
  font-weight: 400;
}
.apply-job form .form-control {
  padding: 10px;
  background-color: transparent;
  border: 1px solid #969696;
}
.apply-job form .form-control:focus {
  box-shadow: none;
}
.apply-job form .mobile {
  position: relative;
}
.apply-job form .numb {
  position: absolute;
  top: 46%;
  background-color: #dedede;
  padding: 7px 25px;
  font-size: 20px;
  font-weight: 400;
  color: #949494;
  border-radius: 6px 0 0 6px;
  border: 1px solid #969696;
}
.apply-job form .year {
  position: relative;
}
.apply-job form .month {
  position: absolute;
  top: 46%;
  right: 0;
  background-color: #dedede;
  padding: 7px 25px;
  font-size: 20px;
  font-weight: 400;
  color: #949494;
  border-radius: 0 6px 6px 0px;
  border: 1px solid #969696;
}
.apply-job form button {
  margin-top: 20px;
  padding: 10px 40px;
  font-size: 22px;
  font-weight: 400;
  border: none;
  background-color: #053b50;
  color: #fff;
  border-radius: 5px;
}

/* ---------------------------------- career page end --------------------------------- */

/* ------------------------------- contact page start --------------------------------- */
.contact_bg {
  background-image: url(../images/contact/bg.png);
  padding: 200px 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact_bg h1 {
  font-size: 64px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.contact-option {
  margin-top: 100px;
}
.contact-option .box {
  position: relative;
  padding: 25px;
  text-align: center;
  border: 1px solid #494949;
  border-radius: 10px;
  height: 100%;
  background-color: #fff;
}
.contact-option .box .icon {
  position: absolute;
  width: 70px;
  height: 70px;
  line-height: 75px;
  background-color: #053b50;
  border-radius: 8px;
  top: -20%;
  left: 42%;
}
.contact-option .box .icon i {
  font-size: 25px;
  color: #fff;
}
.contact-option .box h5 {
  font-size: 30px;
  font-weight: 700;
  color: #053b50;
  margin-top: 20px;
}
.contact-option .box p {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 0;
}
.contact-option .box p a {
  text-decoration: none;
  color: #505050;
  font-weight: 600;
}
.let-contact {
  margin-top: 80px;
  position: relative;
  z-index: 10;
}

.let-contact .let-talk-text h2 {
  font-size: 50px;
  font-weight: 600;
  margin-top: 50px;
}

.let-contact .let-talk-text h1 {
  width: 70%;
  font-weight: 700;
  font-size: 70px;
  margin-top: 40px;
  color: #053b50;
}

.let-contact .let-talk-text p {
  font-size: 22px;
  width: 80%;
  font-weight: 400;
}

.let-contact .let-talk-text .co-icon {
  margin-top: 50px;
}

.let-contact .let-talk-text .co-icon i {
  padding: 15px;
  background-color: #494949;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
  margin-right: 20px;
}

.let-contact .contct-from {
  padding: 50px;
  border: 1px solid #969696;
  box-shadow: 0px 0px 16.9px 0px #00000040;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
  z-index: 20;
}

.let-contact .contct-from h3 {
  font-size: 40px;
  font-weight: 700;
  color: #053b50;
}

.let-contact .contct-from p {
  font-size: 22px;
  font-weight: 400;
}

.let-contact .contct-from .form-label {
  font-size: 20px;
  font-weight: 400;
}

.let-contact .contct-from .form-control {
  padding: 10px;
  /* background-color: transparent; */
  border: 1px solid #494949;
}

.let-contact .contct-from .form-control:focus {
  box-shadow: none;
}

.let-contact .contct-from form h5 {
  font-size: 17px;
  font-weight: 400;
  color: #878787;
}

.let-contact .contct-from form .uplod-file {
  padding: 20px;
  text-align: center;
  border: 2px dotted #494949;
  border-radius: 7px;
  cursor: pointer;
}

.let-contact .contct-from form .uplod-file i {
  font-size: 25px;
}

.let-contact .contct-from form .uplod-file h6 {
  font-size: 18px;
  font-weight: 400;
  margin-top: 10px;
}

.let-contact .contct-from form .uplod-file h6 span {
  font-weight: 600;
}

.let-contact .contct-from form .foem-btn {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.let-contact .contct-from form button {
  margin-top: 20px;
  padding: 10px 40px;
  font-size: 22px;
  font-weight: 400;
  border: none;
  background-color: #053b50;
  color: #fff;
  border-radius: 5px;
}

.map-section {
  margin-top: -18%;
  position: relative;
  z-index: 5;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
  }
/* ------------------------------- contact page end --------------------------------- */

/* ------------------------------- enterprise page start --------------------------------- */
.b2b-bg {
  background-image: url(../images/solution/b2b-bg.png);
  padding: 200px 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.b2c-bg {
  background-image: url(../images/solution/b2c-bg.png);
  padding: 200px 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.enterprise-bg {
  background-image: url(../images/solution/enterprise-bg.png);
  padding: 200px 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.fintech-bg {
  background-image: url(../images/solution/fintech-bg.png);
  padding: 200px 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.payment-bg {
  background-image: url(../images/solution/payment-bg.png);
  padding: 200px 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.solution-page h1 {
  font-weight: 700;
  font-size: 64px;
  color: #fff;
  text-align: center;
}
/* ------- solution section start ------- */
.solution-text {
  margin-top: 80px;
}
.solution-text .solu-dec h1 {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  color: #053b50;
}
.solution-text .solu-dec h2 {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  color: #053b50;
  margin-top: 10px;
}
.solution-text .solu-dec .animate-border {
  position: relative;
  display: block;
  width: 200px;
  height: 3px;
  background: #053b50;
  overflow: hidden;
  margin: auto;
  margin-top: 20px;
}
/* .solution-text .solu-dec .animate-border:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 15px;
  bottom: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite;
}
@keyframes animborder {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
  }
} */
.solution-text .solu-dec p {
  padding-top: 20px;
  font-size: 21px;
  font-weight: 400;
  width: 95%;
  text-align: center;
  margin: auto;
}
.solution-text .solution-change {
  margin-top: 50px;
}
.solution-text .solution-change .box {
  padding: 20px;
}
.solution-text .solution-change .box h5 {
  font-size: 30px;
  font-weight: 700;
  color: #053b50;
}
.solution-text .solution-change .box h5 img {
  margin-right: 10px;
}
.solution-text .solution-change .box hr {
  opacity: 1;
  color: #053b50;
}
.solution-text .solution-change .box p {
  font-size: 20px;
  font-weight: 400;
}
/* ------- solution section end ------- */

/* ------- solution offer start ------- */
.solution-offer {
  margin-top: 80px;
}
.solution-offer h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #053b50;
}
.solution-offer p {
  width: 95%;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  margin: auto;
  margin-top: 15px;
}

.solution-offer .vbg {
  display: flex;
  padding: 15px;
}

.solution-offer .box {
  padding: 25px;
  border: 1px solid #969696;
  border-radius: 10px;
  margin-top: 25px;
  box-sizing: border-box;
}

.solution-offer .box:hover {
  box-shadow: 0px 0px 26.3px 0px #00000040;
}

.solution-offer .box h5 {
  text-align: center;
  color: #053b50;
  font-size: 27px;
  font-weight: 700;
}

.solution-offer .box p {
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  text-align: justify;
}
/* ------- solution offer start ------- */

/* ------- solution process start ------- */
.process-solution {
  margin-top: 80px;
}
.process-solution h2 {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  color: #053b50;
}
.process-solution p {
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  margin-top: 15px;
}
.process-solution .flow {
  margin-top: 50px;
}
.process-solution .flow .flow-img {
  width: 120px;
  height: 120px;
  line-height: 110px;
  background-color: #d3e5e4;
  border-radius: 50%;
  margin: auto;
  text-align: center;
  box-shadow: 0px 0px 15.9px 0px #00000040;
}
.process-solution .flow h6 {
  color: #494949;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-top: 15px;
}
/* ------- solution process start ------- */

/* ------- solution project start ------- */
.solution-project {
  margin-top: 80px;
}
.solution-project .project-details h3 {
  font-size: 38px;
  font-weight: 700;
  color: #053b50;
}
.solution-project .project-details .box {
  background-color: #fff;
  padding: 15px 30px;
  border-radius: 10px;
  margin-top: 20px;
  box-shadow: 0px 0px 14.4px 0px #00000036;
}
.solution-project .project-details .box .box-detail {
  display: flex;
  gap: 30px;
}

.solution-project .project-details .box .box-detail .project-name h4 {
  font-size: 25px;
  font-weight: 700;
  color: #053b50;
  padding-top: 55px;
}
.solution-project .project-details .box .box-detail .pr-sm-deta {
  border-left: 1px solid #053b50;
}
.solution-project .project-details .box .box-detail .pr-sm-deta li {
  padding-left: 30px;
  margin-left: 1.5em;
  text-indent: -1.5em;
  font-size: 16px;
  font-weight: 400;
}
.solution-project .project-img {
  margin-top: 70px;
}
/* ------- solution project end ------- */

/* ------- solution choose start ------- */
.choose_devo_solution {
  margin-top: 80px;
}
.choose_devo_solution h2 {
  font-size: 40px;
  font-weight: 700;
  color: #053b50;
  text-align: center;
}
.choose_devo_solution .choose-box-section {
  margin-top: 50px;
}
.choose_devo_solution .choose-box-section .box {
  padding: 15px 30px;
  box-shadow: 0px 0px 14px 0px #00000033;
  border-radius: 10px;
  margin-bottom: 20px;
}
.choose_devo_solution .choose-box-section .box h5 {
  font-size: 25px;
  font-weight: 700;
  color: #053b50;
}
.choose_devo_solution .choose-box-section .box p {
  font-size: 20px;
  font-weight: 400;
}
/* ------- solution choose end ------- */

/* ------- solution our start -------- */
.our-solution {
  margin-top: 70px;
}
.our-solution h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #053b50;
}
.our-solution p {
  font-size: 22px;
  font-weight: 400;
  margin-top: 15px;
}
.our-solution .box-section .indus-name {
  display: flex;
  /* padding: 10px; */
}
.our-solution .box-section .box {
  background: #fff;
  padding: 20px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0px 0px 8.8px 0px #00000040;
  margin-top: 30px;
  box-sizing: border-box;
  width: -webkit-fill-available;
}
.our-solution .box-section .box h5 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.our-solution .box-section .box h5 img {
  margin-right: 5px;
}
.our-solution .our-special-solution {
  margin-top: 40px;
}
.our-solution .our-special-solution h3 {
  font-size: 28px;
  font-weight: 700;
  color: #494949;
}
.our-solution .our-special-solution li {
  font-size: 22px;
  font-weight: 400;
  margin-top: 8px;
  margin-left: 1.5em;
  /* text-indent: -1.5em; */
}

.our-expertise-solution {
  margin-top: 80px;
}
.our-expertise-solution h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #053b50;
}
.our-expertise-solution h4 {
  font-size: 26px;
  font-weight: 700;
  color: #494949;
}
.our-expertise-solution p {
  font-size: 22px;
  font-weight: 400;
  margin-top: 20px;
}
.our-expertise-solution .box {
  padding: 10px;
  box-shadow: 0px 0px 10px 0px #00000040;
  margin-bottom: 10px;
}
.our-expertise-solution .box li {
  font-size: 18px;
  font-weight: 400;
  margin-left: 1.5em;
  text-indent: -1.5em;
}
.our-expertise-solution li {
  font-size: 20px;
  font-weight: 400;
  margin-left: 1.5em;
  text-indent: -1.5em;
  margin-top: 10px;
}

.benifit-online-payment {
  margin-top: 80px;
}
.benifit-online-payment h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #053b50;
}
.benifit-online-payment p {
  font-size: 23px;
  font-weight: 400;
  text-align: center;
  padding-top: 10px;
}
.benifit-online-payment .box {
  padding: 20px;
  box-shadow: 0px 0px 10px 0px #00000040;
  margin-bottom: 20px;
}
.benifit-online-payment .box li {
  font-size: 18px;
  font-weight: 400;
  margin-left: 1.5em;
  text-indent: -1.5em;
}

/* ------------------------------- enterprise page end --------------------------------- */

/* ------------------------------- blog page start --------------------------------- */
.blog_page {
  background-image: url(../images/blog/bg.png);
  width: 100%;
  padding: 170px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.blog_page h5 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-left: 320px;
  vertical-align: baseline;
}
.blog_page h1 {
  font-size: 80px;
  font-weight: 700;
  color: #fff;
}

.blog_page .line {
  margin: 0 0 1em;
  line-height: 2em;
  padding: 0;
  color: rgb(255, 255, 255);
  text-shadow: 1px 1px 1px #000;
  font-size: 1.5em;
  position: relative;
  overflow: hidden;
}
.blog_page .line:before {
  content: " ";
  position: absolute;
  top: 35%;
  height: 4px;
  width: 300px;
  border-top: 1px solid rgb(255, 255, 255);
}

.blog_page .page_move a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-right: 30px;
}

.home-blog .blog-serch {
  position: relative;
}
.home-blog .blog-serch input {
  background-color: transparent;
  border: 1px solid #053b50;
  padding: 15px 20px;
  border-radius: 0;
}
.home-blog .blog-serch button {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #053b50;
  color: #fff;
  border-radius: 0;
  padding: 15px;
  width: 60px;
}
.home-blog .blog-categories {
  margin-top: 50px;
  padding: 20px;
  border: 1px solid #053b50;
}
.home-blog .blog-categories h3 {
  font-size: 36px;
  font-weight: 700;
  color: #053b50;
  padding-bottom: 10px;
}
.home-blog .blog-categories h6 {
  font-size: 22px;
  font-weight: 500;
  color: #053b50;
}
.home-blog .blog-categories h6 i {
  margin-right: 10px;
}
.home-blog .latest-blog {
  margin-top: 50px;
  padding: 20px;
  border: 1px solid #053b50;
}
.home-blog .latest-blog h3 {
  font-size: 36px;
  font-weight: 700;
  color: #053b50;
  padding-bottom: 10px;
}

.home-blog .latest-blog .small-box-blog {
  height: 420px;
  overflow-y: scroll;
  scrollbar-width: none;
}
.home-blog .latest-blog .small-box-blog .overflow {
  min-height: auto;
}

.home-blog .latest-blog .latest_artical {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.home-blog .latest-blog .latest_artical .artical_image img {
  width: 115px;
  height: 115px;
  object-fit: cover;
  border-radius: 6px;
}
.home-blog .latest-blog .latest_artical .artical_detail h6 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.home-blog .latest-blog .latest_artical .artical_detail p {
  font-size: 16px;
  font-weight: 500;
  color: #9b9b9b;
}
.home-blog .latest-blog .latest_artical .artical_detail .read a {
  padding: 5px 15px;
  text-decoration: none;
  color: #fff;
  background-color: #053b50;
  font-size: 12px;
  font-weight: 500;
  border-radius: 6px;
}

.home-blog .blog-news {
  margin-top: 50px;
  padding: 30px 20px;
  border: 1px solid #053b50;
}
.home-blog .blog-news h3 {
  width: 80%;
  font-size: 36px;
  font-weight: 700;
  color: #053b50;
  padding-bottom: 10px;
}
.home-blog .blog-news p {
  font-size: 18px;
  font-weight: 400;
}
.home-blog .blog-news .send-massage {
  position: relative;
}
.home-blog .blog-news .send-massage input {
  background-color: transparent;
  border: 1px solid #053b50;
  padding: 15px 20px;
  border-radius: 0;
}
.home-blog .blog-news .send-massage button {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #053b50;
  color: #fff;
  border-radius: 0;
  padding: 15px;
  width: 60px;
}
.home-blog .blog-news .social {
  margin-top: 30px;
}
.home-blog .blog-news .social a {
  text-decoration: none;
  font-size: 22px;
  margin-right: 20px;
  color: #053b50;
}
.home-blog .blog-tags {
  margin-top: 50px;
  padding: 30px 20px;
  border: 1px solid #053b50;
}
.home-blog .blog-tags h3 {
  font-size: 36px;
  font-weight: 700;
  color: #053b50;
  padding-bottom: 10px;
}
.home-blog .blog-tags .tags {
  padding-top: 10px;
}
.home-blog .blog-tags .tags {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.home-blog .blog-tags .tags li {
  float: left;
  list-style: none;
}

.home-blog .blog-tags .tag {
  background: #fff;
  border-radius: 3px 0 0 3px;
  color: #000;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  font-weight: 500;
}

.home-blog .blog-tags .tag::before {
  background: #053b50;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: "";
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 12px;
}

.home-blog .blog-tags .tag::after {
  background: transparent;
  border-bottom: 15px solid #f0f0f0;
  border-left: 10px solid #fff;
  border-top: 15px solid #f0f0f0;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}

.home-blog .blog-tags .tag:hover {
  background-color: #053b50;
  color: white;
}

.home-blog .blog-tags .tag:hover::after {
  border-left-color: #053b50;
}

.home-blog .blog-tags .tag:hover::before {
  background: #fff;
}

.home-blog .blog-comments {
  margin-top: 50px;
  padding: 30px 20px;
  border: 1px solid #053b50;
}
.home-blog .blog-comments h3 {
  font-size: 36px;
  font-weight: 700;
  color: #053b50;
  padding-bottom: 10px;
}
.home-blog .blog-comments .comments {
  display: flex;
  gap: 20px;
}
.home-blog .blog-comments .comments .comment-icon i {
  font-size: 22px;
  margin-top: 10px;
}
.home-blog .blog-comments .comments .comment-text p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}
.home-blog .blog-comments .comments .comment-text p span {
  font-weight: 600;
}
/* ------------------------------- blog page end --------------------------------- */

/* -------------------------------- blog details page start -------------------------- */
.blog_details_page {
  background-image: url(../images/blog/blogdetails-bg.png);
  width: 100%;
  padding: 170px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.blog_details_page h5 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-left: 320px;
  vertical-align: baseline;
}
.blog_details_page h1 {
  font-size: 80px;
  font-weight: 700;
  color: #fff;
}

.blog_details_page .line {
  margin: 0 0 1em;
  line-height: 2em;
  padding: 0;
  color: rgb(255, 255, 255);
  text-shadow: 1px 1px 1px #000;
  font-size: 1.5em;
  position: relative;
  overflow: hidden;
}
.blog_details_page .line:before {
  content: " ";
  position: absolute;
  top: 35%;
  height: 4px;
  width: 300px;
  border-top: 1px solid rgb(255, 255, 255);
}
.blog-details .home-move {
  margin-top: 50px;
}
.blog-details .home-move a {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
}
.blog-details .text-details {
  margin-top: 50px;
}
.blog-details .text-details h1 {
  font-size: 64px;
  font-weight: 700;
  color: #053b50;
}
.blog-details .text-details .small-deta {
  display: flex;
  width: 60%;
  justify-content: space-between;
  margin-top: 30px;
}
.blog-details .text-details .small-deta h6 {
  font-size: 18px;
  font-weight: 600;
  color: #053b50;
}
.blog-details .text-details .blog-text {
  margin-top: 30px;
}
.blog-details .text-details .blog-text p {
  font-size: 18px;
  font-weight: 400;
  margin-top: 15px;
  color: #797979;
}
.blog-details .text-details .blog-text h5 {
  font-size: 18px;
  font-weight: 400;
  color: #494949;
  margin-top: 20px;
}
.blog-details .text-details .blog-text h5 img {
  margin-right: 10px;
}
.blog-details .text-details .blog-text .box {
  padding: 10px 20px;
  width: 85%;
  border-left: 10px solid #053b50;
}
.blog-details .text-details .blog-text .box p {
  color: #000;
}
.blog-details .text-details .blog-text .box h4 {
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  color: #000;
}
.blog-details .text-details .blog-text .box h6 {
  font-size: 16px;
  font-weight: 500;
}
.blog-details .text-details .blog-text span {
  font-size: 18px;
  font-weight: 400;
  color: #797979;
}
.blog-details .text-details .blog-text span i {
  rotate: 90deg;
  margin-right: 10px;
}
.blog-details .blog-comment {
  margin-top: 50px;
  margin-bottom: 50px;
}
.blog-details .blog-comment .comment-box {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 4px 4px 7px 0px #a19f9f40;
}
.blog-details .blog-comment .comment-box h3 {
  color: #053b50;
  font-size: 36px;
  font-weight: 700;
}
.blog-details .blog-comment .comment-box .floating-form {
  position: relative;
  margin-top: 20px;
}
.blog-details .blog-comment .comment-box .floating-form .form-control {
  padding: 10px;
  background: transparent;
  position: relative;
  z-index: 50;
}
.blog-details .blog-comment .comment-box .floating-form .form-control:focus,
.floating-form .form-control:active,
.floating-form .form-control:valid {
  outline: none !important;
  box-shadow: none !important;
}
.blog-details
  .blog-comment
  .comment-box
  .floating-form
  .form-control:focus
  + label,
.floating-form .form-control:active + label,
.floating-form .form-control:valid + label {
  transform: translateY(-40%);
  top: -2px;
  z-index: 100;
  font-size: 14px;
}
.blog-details .blog-comment .comment-box .floating-form label {
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  top: 50%;
  left: 0.75rem;
  z-index: 1;
  font-size: 16px;
  transform: translateY(-50%);
  transition: all 0.3s;
  background: #fff;
  color: #797979;
}
.blog-details .blog-comment .comment-box .floating-form .form-control:active {
  background-color: #f0f0f0 !important;
}
.blog-details .blog-comment .comment-box .floating-form textarea + label {
  top: 1.275rem;
}
.blog-details .blog-comment .comment-box button {
  padding: 10px 50px;
  border: none;
  background-color: #053b50;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  border-radius: 7px;
}
.blog-details .blog-comment .new-blog {
  border: 1px solid #053b50;
  border-radius: 10px;
}
.blog-details .blog-comment .new-blog h3 {
  background-color: #053b50;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  border-radius: 10px 10px 0 0;
}
.blog-details .blog-comment .new-blog .box .small-box-blog {
  height: 550px;
  overflow-y: scroll;
  scrollbar-width: none;
}
.blog-details .blog-comment .new-blog .box .small-box-blog .overflow {
  min-height: auto;
}
.blog-details .blog-comment .new-blog .box .box-deta {
  padding: 10px 20px;
}
.blog-details .blog-comment .new-blog .box .box-deta {
  display: flex;
  gap: 10px;
}
.blog-details .blog-comment .new-blog .box .box-deta .box-img img {
  width: 127px;
  height: 133px;
  object-fit: cover;
  border-radius: 5px;
}
.blog-details .blog-comment .new-blog .box .box-deta .box-text h6 {
  font-size: 20px;
  font-weight: 700;
  color: #053b50;
}
.blog-details .blog-comment .new-blog .box .box-deta .box-text p {
  font-size: 14px;
  font-weight: 400;
}
.blog-details .blog-comment .new-blog .box .box-deta .box-text .data-us {
  display: flex;
  justify-content: space-between;
}
.blog-details .blog-comment .new-blog .box .box-deta .box-text .data-us h5 {
  font-size: 15px;
  font-weight: 600;
  color: #053b50;
}
.blog-details .blog-comment .new-blog .box .more-info {
  padding: 20px;
  text-align: center;
}
.blog-details .blog-comment .new-blog .box .more-info a {
  text-decoration: none;
  background-color: #053b50;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 7px 20px;
  border-radius: 7px;
}
/* -------------------------------- blog details page end -------------------------- */

/* -------------------------------- privacy policy page start -------------------------------- */
.privacy-bg {
  background-image: url(../images/solution/bg.png);
  padding: 200px 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.privacy-bg h1 {
  font-weight: 700;
  font-size: 64px;
  color: #fff;
  text-align: center;
}
.privacy-text {
  margin-top: 80px;
  margin-bottom: 50px;
}
.privacy-text h2 {
  font-size: 35px;
  font-weight: 700;
}
.privacy-text p {
  font-size: 18px;
  font-weight: 400;
}
.privacy-text h3 {
  font-size: 30px;
  font-weight: 600;
}
/* -------------------------------- privacy policy page end -------------------------------- */
