h1 {
  color: #253243;
  font-size: 28px;
  line-height: 1.06;
  text-transform: uppercase;
  margin: 18px 0 22px;
}

.banner-section {
  margin-top: 70px;
  padding: 45px 0;
  text-align: center;
}

.banner-wrap strong {
  display: block;
  text-transform: uppercase;
  color: #253243;
  font-size: 13px;
  font-weight: 500;
}

.banner-wrap p {
  color: #253243;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 22px;
}

.btn-global {
  background: #149AFF;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  padding: 16px 30px;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  cursor: pointer;
  border: 1px solid transparent;
}

.btn-global:after {
  content: "";
  background: url("../images/arrow.svg") no-repeat;
  width: 12px;
  height: 12px;
  margin-left: 9px;
  display: inline-block;
  transition: all 0.4s linear;
}

.btn-global:hover:after {
  transform: rotate(45deg);
}

.btn-global:hover {
  background-color: #0161EA;
}

.text-link {
  font-size: 12.89px;
  font-weight: 500;
  line-height: 21.49px;
  color: #149AFF;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  position: relative;
}
.text-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: #149AFF;


}
.text-link:after {
  content: "";
  display: inline-block;
  background: url("../images/arrow-blue.svg") no-repeat;
  width: 9px;
  height: 9px;
  margin-left: 10px;
  transition: 0.5s all;

}
.text-link:hover:after {
  transform: rotate(45deg);
}

/* content */
.portfolio-filter-wrapper {
  background-color: #F8F9F9;
  padding: 30px 0;
}

.portfolio-graphic {
  margin-bottom: 15px;
  overflow:hidden;
}
.portfolio-graphic img,.service-graphic img{
  display: block;
 transition:all 0.4s linear;
}
.portfolio-graphic:hover img,.service-graphic:hover img{
  transform:scale(1.05);
}

.portfolio-block {
  margin-bottom: 25px;
}

.portfolio-block h3 {
  font-size: 22px;
  margin-bottom: 18px;
}

.portfolio-block p {
  margin-bottom: 16px;
}


/* Free Maintenance */
/* service-form-section */
.service-form-section {
  padding: 40px 0;
}

.form-box {
  background-color: #F8F9F9;
  width: 51%;
  padding: 28px 40px;
}

.form-box h4 {
  color: #253243;
  font-size: 36px;
  margin-bottom: 8px;
}

.visit-block {
  max-width: 850px;
  width: 100%;
  background: #F8F9F9;
  margin: auto;
  padding: 20px;
}

.visit-block h4 {
  font-weight: 600;
  line-height: 1.2;
  color: #253243;
  font-size: 30px;
  margin-bottom: 14px;
}

.visit-block p {
  line-height: 1.4;
  margin-bottom: 20px;
}

.visit-detail {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.visit-image {
  margin-right: 15px;
}

.digital-value {
  font-size: 40px;
  color: #149AFF;
  display: block;
  margin-bottom: 28px;
}

.digital-block.d-flex {
  margin-bottom: 50px;
}

.visit-name {
  display: block;
  color: #149AFF;
}

/* .maintenance-blog {
    padding-left: 20px;
    border-left: 1px solid #2532432E
} */
.maintenance-blog h4 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 500;
  color: #253243;
}

.maintenance-blog p {
  font-size: 16px;
  margin: 0;
  font-weight: 400;
}

.tested-box {
  margin-bottom: 40px;
  border: 1px solid #25324329;
  text-align: center;
  padding: 21px 8px;
}

.aws-image {
  margin-bottom: 23px;
}

.tested-box h4 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px;
}

.tested-box p {
  font-size: 14px;
  max-width: 429px;
  margin: 0 auto;
  line-height: 1.2;
}

.tool-content img {
  width: 45px;
  height: 40px;
}

/* Form */
.service-form li {
  margin-bottom: 30px;
}

.service-form input,
#slctENquiry,
#messg {
  width: 100%;
  border: none;
  outline: none;
  padding: 8px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #253243;
  background: none;
  border-bottom: 1px solid #253243;
}

::placeholder {
  color: rgba(37, 50, 67, 0.64);
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: rgba(37, 50, 67, 0.64);
}

#messg {
  resize: none;
}

.drop-select {
  position: relative;
  cursor: pointer;
}

.drop-select:before {
  content: "";
  position: absolute;
  right: 10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #646464;
  border-bottom: 5px solid transparent;
  top: 50%;
  pointer-events: none;
  transition: all .1s ease-in-out;
}

.send-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 36px;
  border: none;
  border-radius: 100px;
  background: #149AFF;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid #149AFF;
}

.send-btn:after {
  content: "";
  display: inline-flex;
  width: 12px;
  height: 12px;
  margin-left: 4px;
  transition: all 0.4s linear;
  background: url("../images/arrow.svg") no-repeat;
}

.send-btn:hover:after {
  transform: rotate(45deg);
}

.send-btn:hover {
  background-color: #0161EA;
}

.tooltip-box {
  display: none;
  color: #e02424;
  font-size: 14px;
  font-weight: 500;
  padding-top: 5px;
}

/* Form Close */
/* Free Maintenance Close */
/* Solution Page Style */
.solutions-wrapper {
  background: #fff;
  padding: 0;
}
.solution-contact-block {
  background-color: #F8F9F9;
}
.solution-contact-block .visit-block,
.solution-contact-block .tested-box {
  background-color: #fff;
}
.solutions-wrapper .portfolio-block{
  border-bottom: 2px solid #E1E1E1;
  padding-bottom: 26px;
}
.solutions-wrapper .portfolio-block:last-child{
  border-bottom:none;
  padding-bottom: 0;
}
/* Story section */
.story-section {
  padding: 30px 0;
}

.story-section h2 {
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}

.story-section .container {
  max-width: 1244px;
}

.story-section .stories-grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.story-section .date-box-wrap img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}

.story-section .story-card {
  position: relative;
  background: #fff;
  overflow: hidden;
}

.story-section .date-box-wrap {
  position: relative;
  margin-bottom: 20px;
}

.date-box-wrap .date-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 59.21px;
  padding: 14px 18px 15px 18px;
  background: rgb(28 25 25 / 71%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.date-box-wrap .date-box span {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}

.story-section .categories {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
  display: flex;
  gap: 13px;
}

.story-section .categories li {

  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #4E4E4E;
  position: relative;
}

.story-section .categories li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -5px;
  height: 50%;
  width: 2px;
  background: #4E4E4E;
  bottom: 0;
  margin: auto;
}

.story-card h4 {
  margin: 0 0 10px 0;
  font-weight: 600;
  line-height: 23.46px;
  font-family: "Work Sans", sans-serif;
}

.story-card h4 a {

  font-size: 20px;
  font-weight: 600;
  line-height: 23.46px;
  color: #253243;
  text-decoration: none;
}

.story-section .read-more {
  font-size: 16.2px;
  font-weight: 500;
  line-height: 27px;
  color: #149AFF;
  text-decoration: none;
  border-bottom: 1px solid #149AFF;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.story-section .read-more:hover {
  opacity: 0.5;
}

.story-section .read-more .arrow-icon {
  filter: brightness(0) saturate(100%) invert(23%) sepia(47%) saturate(5990%) hue-rotate(210deg) brightness(96%) contrast(99%);
  background-size: 10px;
}
/* Solution Page Style Close */
/* Service Style */
.core-services{
  padding: 10px 0 50px;
}
.service-title{
  font-size:30px;
  font-weight:500;
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
}
.service-row{
  margin-bottom:70px;
}
.service-row:last-child{
  margin-bottom: 0;
}
.service-article{
  margin-bottom:32px;
}
.service-graphic{
  overflow:hidden;
  margin-bottom:15px;
}
.service-article h3{
  font-size:22px;
  font-weight: 500;
  line-height:1.03;
  margin-bottom:20px;
}
.service-article p{
  font-size: 16px;
  font-weight: 500;
  line-height:1.35;
}
.service-list{
 
}
.service-list li{
 
}
.service-list li a{
  color:#253243;
  font-size:18px;
  line-height:1.05;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom:25px;
  position: relative;
  transition:all 0.4s linear;
  border-bottom:1px solid #253243;
}
.service-list li a:after{
  content:"";
  background:url("../images/link-arrow.svg") no-repeat;
  background-size:cover;
  width: 15px;
  height: 15px;
  transition:all 0.4s linear;
}
.service-list li a:hover{
  color:#149AFF;
}
.service-list li a:hover:after{
  background:url("../images/link-blue-arrow.svg") no-repeat;
}
.service-list li small{
  display: inline-block;
  color:rgba(37,50,67,0.64);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 9px;
}
.service-graphic img {
  width: 100%;
  object-fit: cover;
}
/* Service Style Close */
/* Responsive */
@media screen and (min-width:768px) {
  h1 {
    font-size: 36px;
  }

  .portfolio-filter-wrapper {
    padding: 40px 0;
  }

  .portfolio-row {
    display: flex;
    --columns: 2;
    --gap: 25px;
    --gap-count: calc(var(--columns) - 1);
    flex-wrap: wrap;
    gap: var(--gap);
    justify-content: space-between;
  }

  .portfolio-block {
    flex: inherit;
    margin: 0;
    flex-basis: calc(calc(100% / var(--columns)) - calc(var(--gap)/ var(--columns) * var(--gap-count)))
  }

  .portfolio-block p {
    font-size: 15px;
  }

  /* Solution Page Style */
  .solutions-wrapper{
    padding: 20px 0 50px;
  }
  .solutions-wrapper .portfolio-block{
    border-bottom:none;
    padding-bottom: 0;
  }
  .story-section .stories-grid {
    flex-direction: row;
  }

  .story-section .story-card {
    flex: 1;
  }

  .story-section h2 {
    text-align: left;
  }

  .story-section {
    padding: 40px 0;
  }

  .story-section h2 {
    margin-bottom: 30px;
  }

  .story-section .categories {
    margin: 0 0 15px 0;
  }

  /* Solution Page Style Close */
  /* Service Style */
  .service-title{
    font-size: 36px;
  }
  /* Service Style Close*/
}

@media screen and (min-width:992px) {

  /* Free Maintenance  */
  .digital-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .form-content {
    width: 36%;
    position: relative;
  }

  .visit-block {
    padding: 30px;
    width: 57%;
    margin: unset;
  }

  /* Free Maintenance Close */
  /* Solution Page Style  */
  .story-section {
    padding: 49px 0;
  }

  .story-section h2 {
    margin-left: 13px;
    word-spacing: 10px;
    margin-bottom: 40px;
  }

  .story-section .date-box-wrap {
    margin-bottom: 28px;
  }

  .date-box-wrap .date-box span {
    font-size: 20px;
  }

  /* Solution Page Style Close */
    /* Service Style  */
    .service-title{
      text-align:left;
    }
    .service-row {
      margin-bottom: 70px;
      display: flex;
      justify-content: space-between;
      gap:70px;
    }
    .service-article{
      margin-bottom: 0;
    }
    .service-article,.service-list{
      width:47%;
    }
    .service-list li a{
      font-size: 20px;
    }
    .service-list li a:hover:after{
      transform: rotate(45deg);
    }
    /* Service Style Close */
}

@media screen and (min-width:1200px) {
  .banner-section {
    margin-top:100px;
    padding: 70px 0;
  }

  h1 {
    font-size: 48px;
  }

  .banner-wrap {
    max-width: 870px;
    margin: 0 auto;
  }

  .banner-wrap p {
    max-width: 590px;
    margin: 0 auto 28px;
  }

  .portfolio-filter-wrapper {
    padding: 70px 0;
  }

  .portfolio-row {
    max-width: 1075px;
    margin: 0 auto;
    --gap: 119px;
  }

  /* Free Maintenance  */
  .service-form-section {
    padding: 70px 0;
  }

  .digital-value {
    font-size: 100px;
    line-height: 1;
    margin-bottom: 40px;
    display: block;
  }

  .maintenance-blog p {
    font-size: 20px;
    line-height: 1.4;
  }

  .visit-block {
    padding: 40px 35px;
  }

  .visit-block h4 {
    font-size: 36px;
  }

  .visit-detail {
    display: flex;
    align-items: center;
  }

  .visit-image {
    margin: 0 16px 0 0;
  }

  .visit-name {
    display: block;
  }

  /* Free Maintenance Close */
  /* Solution Page Style  */
  .solutions-wrapper{
    padding:30px 0 50px;
  }
  .story-section {
    padding: 65px 0;
  }

  .story-section h2 {
    font-size: 64px;
    margin-bottom: 66px;
  }
  /* Solution Page Style Close */

}

@media screen and (min-width:1366px) {
  .portfolio-filter-wrapper {
    padding: 100px 0;
  }

  .visit-block h4 {
    font-size: 64px;
  }

  .visit-block p {
    margin-bottom: 45px;
  }

  .visit-detail {
    margin-bottom: 32px;
  }
  /* Solution Page Style */
  .solutions-wrapper {
    padding:40px 0 70px;
  }
  /* Solution Page Style Close */
   /* Service Style */
   .core-services{
    padding:10px 0 85px;
   }
  .service-title{
    font-size: 46px;
    margin-bottom: 50px;
  }
  .service-row{
    margin-bottom: 100px;
  }
  .service-article {
    width: 38.2%;
  }
  .service-list {
    width: 59%;
  }
   /* Service Style Close */
}

@media screen and (min-width:1440px){
   /* Service Style */
   .service-title{
    font-size:56px;
    margin-bottom:60px;
  }
  .service-row{
    margin-bottom:100px;
  }
  .service-list li a{
    font-size: 28px;
  }
  .service-graphic {
    margin-bottom:23px;
  }
  .service-article h3{
     font-size: 42px;
     margin-bottom: 24px;
  }
  .service-list li a:after{
    width:24px;
    height:24px;
  }
   /* Service Style Close */
}