/* .title {
    font-size: 23px !important;
    line-height: 30px;
    font-weight: 700;
    margin-top: 12px;
    transition: all 0.3s linear;
  } */

.f23 {
  font-size: 23px !important;
}

.theme-color {
  color: #005bcb;
}

.footer-widget-wrap {
  padding-top: 22px;
  padding-bottom: 70px;
}

.u-list {
  line-height: 31px;
  margin-left: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.page-banner-section {
  padding-top: 80px;
  min-height: 436px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.service-img {
  max-width: 100%;
  border: 5px solid #bcc9d96b;
  border-radius: 15px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
}

.txt-left {
  text-align: left;
  margin-bottom: 5px;
}


.txt-center {
  text-align: center;
 
}


.grey-border {
  border: 1px solid #ebebeb;
  padding: 25px;
  padding-bottom: 65px;
  border-radius: 10px;
}

.sky-border {
  border: 1px solid #0d6efd42;
  padding: 25px;
  padding-bottom: 65px;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.09)
}

.white-card {
  border: 1px solid #ebebeb;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  margin-top: 20px;
}

.features-section .features-thumb .shape-1 {
  position: absolute;
  left: 10px;
  top: 56px;
  padding: 0 20px;
  z-index: -1;
  -webkit-animation: rotate-style 50s linear infinite;
  animation: rotate-style 50s linear infinite;
}


@media only screen and (max-width: 575px) {
  .features-section .features-thumb .shape-1 {
    left: -3px;
    top: 63px;
    padding: 0 20px;
    /* display: none; */
  }

  .box {
    display: flex;
    flex-direction: column-reverse;
  }

  .overview-section .overview-wrap .overview-content .section-title .title {
    font-size: 24px;
    line-height: 33px;
    text-align: center;
  }

  .overview-content {
    padding-left: 0px;
    margin-top: 10px;
  }

  .features-thumb {
    display: none;
  }

  
}

.font-16 {
  font-size: 16px;
  padding-top: 20px;
}

.font-18 {
  font-size: 16px;
  padding-top: 10px;
}

.overview-section .overview-wrap .overview-content {
  padding-left: 0px;
  padding-top: 10px;
}

.txt-white {
  color: #fff;
}

.bg1 {
  /* background: url(../_web_assets/images/bg/testi-bg.jpg); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background: rgb(156, 181, 249);
  background: linear-gradient(90deg, rgba(156, 181, 249, 1) 0%, rgba(86, 149, 228, 1) 35%, rgba(0, 91, 203, 1) 100%);
}

.section-padding1 {
  padding-top: 64px;
  padding-bottom: 0px;
}

.contact-form-section .contact-wrap .form-title .title {
  font-size: 36px;
  line-height: 48px;

  color: #fff;
  font-weight: 900;
}


.address-item .address-icon i {
  text-align: center;
  color: #106eea;
  border-radius: 100%;
  font-size: 25px;
  position: relative;
  line-height: 70px;
  z-index: 9;
  width: 100%;
  vertical-align: middle;
  margin-left: 0;
  height: auto;
}

.address-item .address-icon {
  display: inline-block;
  position: relative;
  height: 70px;
  width: 70px;
  line-height: 70px;
  border-radius: 100%;
  text-align: center;
  background: #ffffff;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}


.sec-title3 .sub-text {
  font-size: 19px;
  line-height: 1.4;
  font-weight: 700;
  color: #ffffff;
  display: block;
  margin-bottom: 20px;
}

.mob {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  line-height: 40px;
  margin-bottom: 30px;
}

.desc {
  font-size: 19px;
  font-weight: 500;
  color: #fff;
  margin: 0;
}


.readon {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.4s;
  z-index: 1;
  background-color: transparent;
}

.readon.lets-talk {
  padding: 14px 40px 14px 40px;
  background: #fff;
  border-radius: 30px 30px 30px 30px;
  color: #005bcb;
}

.mt-3 {
  margin-top: 30px;
}

.contact-img {
  max-width: 420px;
}

.border-img-radius {
  border-radius: 10px;
}

.readon1.lets-talk1 {
  padding: 7px 15px 7px 15px;
  background: #005bcb;
  border-radius: 30px 30px 30px 30px;
  color: #ffffff;
  margin-top: 10px;
}

.readon1 {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.4s;
  z-index: 1;
  background-color: transparent;
}

.readon2.lets-talk2 {
  padding: 14px 40px 14px 40px;
  background: #005bcb;
  border-radius: 30px 30px 30px 30px;
  color: #fff;
}

.readon2 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.4s;
  z-index: 1;
  background-color: transparent;
}

.go-top.active {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.go-top {
  position: fixed;
  cursor: pointer;
  bottom: -162px;
  right: 66px;
  color: rgb(255, 255, 255);
  /* background-color: #29a71a; */
  z-index: 4;
  width: 42px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  font-size: 28px;
  transition: all 0.5s ease 0s;
  border-radius: 100%;
  margin-bottom: 53px;
}