.card-shadow .top_section {
  background: #fff;
  padding-top: 15px;
  padding-bottom: 10px;
}
.header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding-top: 10px;
  padding-bottom: 10px;
}
.wpo-event-item {
  border:1px solid #ddd;
}
.wpo-event-img {
  min-width: 120px;
  max-height: 200px;
}
.icons-cont {
  position: absolute;
}
.text-cont {
  padding-left: 50px;
}
.icons-cont span {
  color: #086ad8;
  font-size: 30px;
}
.top_section ul {
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
  margin: auto;
}
.navbar {
  margin-bottom: 0px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
  color: #fff;
}
.top_section ul li {
  float: left;
  padding: 0;
  list-style: none;
  color: #b9b9b9;
  width: 33.33%;
  border-right: 1px solid #ddd;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.text-cont h6 {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.18;
  margin-bottom: 6px;
}
.text-cont p {
  color: #666;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.18;
  margin-bottom: 6px;
}
.icons-cont .fa-phone {
  margin-left: 5px;
}
.icons-cont span {
  margin-top: 7px;
}
.tca-logo img {
  width: 160px;
}
.top_section .header .br-none {
  border-right: 0px !important;
}
#trueHeader .navbar-collapse .nav li {
  position: relative;
}
#trueHeader .navbar-collapse > .nav > li > a:before {
  content: "";
  width: 0;
  height: 3px;
  bottom: 0;
  position: absolute;
  left: -1px;
  background-color: #fff;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.wpo-header-style-2 #navbar > ul > li > a,
.wpo-header-style-3 #navbar > ul > li > a {
  font-size: 16px;
}
#trueHeader .navbar-collapse > .nav > li > .active_nav {
  color: #fff;
}
#trueHeader .navbar-collapse > .nav > li > a:hover:before,
#trueHeader .navbar-collapse > .nav > li > a.active_nav:before {
  width: 100%;
  left: 0px;
}
.services-section.bg-color {
  background-color: #f0f4f8;
  border-bottom: 1px solid #f3f3f3;
}
.services-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.pb-70 {
  padding-bottom: 70px;
}
.pt-100 {
  padding-top: 100px;
}
.section-title {
  text-align: center;
  margin-bottom: 60px;
}
.section-title h2 {
  font-size: 36px;
  margin: 0 0 12px 0;
  position: relative;
  line-height: 1.3;
  color: #212121;
  font-weight:bold;
}
.section-title .bar {
  height: 4px;
  width: 85px;
  background: #086ad8;
  margin: 20px auto 0;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.section-title .bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #ffffff;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
}
@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(85px);
  }
}
@keyframes MOVE-BG {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(85px);
  }
}
.single-services {
  text-align: center;
  margin-bottom: 30px;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
}
.single-services::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 0%;
  background: #00b0ee;
  border-radius: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 10px;
}
.single-services .icon {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 10px;
}
.single-services .icon img {
  display: inline-block;
  height: 70px;
  width: 90px;
  line-height: 70px;
  background-color: #f0f7fd;
  text-align: center;
  font-size: 30px;
  color: #086ad8;
  border-radius: 30px 5px 30px 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 10px;
}
.single-services h3 {
  font-size: 22px;
  margin: 20px 0 20px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 26px;
  position: relative;
}
.single-services p {
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-services .read-btn {
  display: inline-block;
  margin-top: 12px;
  font-weight: 600;
  font-size: 15px;
}
.single-services:hover {
  -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
}
.single-services:hover::before {
  height: 100%;
}
.single-services:hover h3 {
  color: #ffffff;
}
.single-services:hover ul li {
  color: #ffffff;
}
.single-services:hover ul li i {
  color: #ffffff;
}
.single-services:hover .read-btn {
  color: #ffffff;
}
.default-shape .shape-1 {
  position: absolute;
  right: 10%;
  top: 16%;
  z-index: -1;
  -webkit-animation: animationFramesOne 20s infinite linear;
  animation: animationFramesOne 20s infinite linear;
}
.default-shape .shape-2 {
  position: absolute;
  left: 10%;
  top: 12%;
  z-index: -1;
}
.default-shape .shape-2 img {
  -webkit-animation-name: rotateMe;
  animation-name: rotateMe;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.default-shape .shape-3 {
  position: absolute;
  left: 5%;
  bottom: 25%;
  z-index: -1;
  -webkit-animation: animationFramesOne 20s infinite linear;
  animation: animationFramesOne 20s infinite linear;
}
.default-shape .shape-4 {
  position: absolute;
  right: 10%;
  bottom: 25%;
  z-index: -1;
  -webkit-animation: animationFramesOne 20s infinite linear;
  animation: animationFramesOne 20s infinite linear;
}
.default-shape .shape-5 {
  position: absolute;
  left: 50%;
  top: 10%;
  z-index: -1;
  -webkit-animation: animationFramesOne 20s infinite linear;
  animation: animationFramesOne 20s infinite linear;
}
.services-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
@-webkit-keyframes rotateMe {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotateMe {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@-webkit-keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(-73px, 1px) rotate(-36deg);
    transform: translate(-73px, 1px) rotate(-36deg);
  }
  40% {
    -webkit-transform: translate(-141px, -72px) rotate(-72deg);
    transform: translate(-141px, -72px) rotate(-72deg);
  }
  60% {
    -webkit-transform: translate(-83px, -122px) rotate(-108deg);
    transform: translate(-83px, -122px) rotate(-108deg);
  }
  80% {
    -webkit-transform: translate(40px, -72px) rotate(-144deg);
    transform: translate(40px, -72px) rotate(-144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(-73px, 1px) rotate(-36deg);
    transform: translate(-73px, 1px) rotate(-36deg);
  }
  40% {
    -webkit-transform: translate(-141px, -72px) rotate(-72deg);
    transform: translate(-141px, -72px) rotate(-72deg);
  }
  60% {
    -webkit-transform: translate(-83px, -122px) rotate(-108deg);
    transform: translate(-83px, -122px) rotate(-108deg);
  }
  80% {
    -webkit-transform: translate(40px, -72px) rotate(-144deg);
    transform: translate(40px, -72px) rotate(-144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}
.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.development-text h3 {
  font-size: 40px;
  margin-bottom: 16px;
  position: relative;
  color: #212121;
}
.development-text h3::before {
  content: "";
  position: absolute;
}
.development-text span {
  color: #086ad8;
}
.development-text .bar {
  height: 4px;
  width: 85px;
  background: #086ad8;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 16px;
}
.development-text .bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #ffffff;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
}
.development-content {
  position: relative;
  padding-left: 85px;
  margin-top: 30px;
}
.development-content .icon {
  position: absolute;
  left: 0;
}
.development-content h3 {
  font-size: 22px;
  margin-bottom: 8px;
  font-weight: bold;
  color: #212121;
}
.development-content .icon i {
  display: inline-block;
  height: 70px;
  width: 70px;
  line-height: 70px;
  background-color: #e5c2fe;
  color: #ffffff;
  text-align: center;
  border-radius: 50px;
  font-size: 35px;
}
.development-content .icon.bg-05dbcf i {
  background-color: #05dbcf;
}
.development-content .icon.bg-fec66f i {
  background-color: #fec66f;
}
.development-content .icon.bg-66a6ff i {
  background-color: #66a6ff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  color: #212121;
}
.development-content1 {
  margin-top: 54px;
  padding-left: 20px;
}
.read-more {
  background: #086ad8;
  color: #fff;
  padding: 14px 38px;
  border-radius: 30px;
  font-size: 18px;
  transition: 0.5s;
  cursor: pointer;
}
.read-more:hover {
  color: #fff;
}
.testimonial-section {
  background-image: url(../images/shape/clients-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 50px;
  height: auto;
}
.text-white {
  color: #fff !important;
}
.slider-testis {
  text-align: center;
}
.quotes i {
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  background-color: #086ad8;
  color: #ffffff;
  font-size: 40px;
  border-radius: 50px;
}
.slider-testis p {
  font-style: italic;
  max-width: 800px;
  margin: 40px auto 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
}
.faide_slider #slider .testi_people {
  display: block;
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 20px !important;
}
.faide_slider #slider b {
  float: none !important;
}
.name-tst {
  color: #ffffff;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
}
.faide_slider ul.controlls {
  padding: 0px;
  margin: 20px 0 0 0px !important;
  text-align: center;
}
.faide_slider .controlls li {
  padding: 0px;
  margin: 0px 5px 0px 0px;
  float: none !important;
  display: inline-block !important;
}
.single-services ul {
  margin-bottom: 5px;
}
.single-services ul li {
  border-bottom: 1px solid #ddd;
  text-align: left;
  padding-top: 8px;
  padding-bottom: 8px;
  list-style: none;
}
.single-services ul li i {
  font-size: 12px;
  margin-right: 5px;
}
.faide_slider #slider {
  width: 100% !important;
}
.box-img img {
  width: 100%;
  height: 250px;
  position: relative;
}
.box-content {
  background: #fff;
  box-shadow: 0px 5px 9.8px 0.2px rgba(85, 85, 85, 0.07);
  transition: all 0.3s;
  padding: 10px;
  width: 91%;
  left: 1.7%;
  transform: translateX(-50%);
  position: relative;
  margin-top: -50px;
}
.box-content h4 {
  text-align: center;
  color: #086ad8;
  font-weight: bold;
  font-size: 22px;
  padding-top: 8px;
}
.box-content ul {
  text-align: center;
}
.bt-biew {
  text-align: center;
}
.bt-biew a {
  background: #086ad8;
  padding: 7px 15px;
  color: #fff;
  border-radius: 30px;
}
.box-content ul li {
  border-bottom: 1px solid #ddd;
  padding-top: 8px;
  padding-bottom: 8px;
}
.box-content ul li i {
  margin-right: 5px;
}
.overview-section {
  background-color: #f0f1fe;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.choose-text {
  position: relative;
  padding-left: 88px;
  margin-bottom: 30px;
}
.choose-text .icon {
  position: absolute;
  top: 0;
  left: 0;
}
.choose-text h3 {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: bold;
  padding-left: 20px;
  padding-top: 10px;
  line-height: 32px;
}
.image {
  text-align: center;
}
.choose-text .icon img {
  display: inline-block;
  height: 70px;
  width: 70px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#85edfe),
    color-stop(#6ee0ff),
    color-stop(#60d2ff),
    color-stop(#5fc2ff),
    to(#6bb1ff)
  );
  background: linear-gradient(
    to right,
    #85edfe,
    #6ee0ff,
    #60d2ff,
    #5fc2ff,
    #6bb1ff
  );
  line-height: 70px;
  border-radius: 50px;
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  padding: 10px;
  margin-top: 0px;
}
.choose-content {
  position: relative;
  margin-bottom: 20px;
  padding: 20px 20px 20px 120px;
  background-color: #f5f9fd;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}
.choose-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 0%;
  height: 100%;
  background: #086ad8;
  border-radius: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50px;
}
.choose-content .icon {
  position: absolute;
  left: 30px;
  top: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 0px;
}
.choose-content .icon img {
  display: inline-block;
  height: 70px;
  width: 70px;
  line-height: 70px;
  background-color: #086ad8;
  color: #ffffff;
  text-align: center;
  border-radius: 50px;
  font-size: 35px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: -5px;
  padding: 2px;
}
.choose-content h3 {
  font-size: 18px;
  line-height: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}
.choose-content:hover {
  -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
}
.choose-content:hover::before {
  width: 100%;
}
.choose-content:hover h3 {
  color: #ffffff;
}
.bg-count {
  background-image: url(../images/shape/counter-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
}
.image-box-wrap {
  -webkit-box-shadow: 0 0 40px 5px rgba(51, 51, 51, 0.1);
  box-shadow: 0 0 40px 5px rgba(51, 51, 51, 0.1);
  background: #fff;
  border-radius: 5px;
  padding: 30px 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.image-box-wrap .box-image-1 {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 30px;
}
.image-box-wrap .box-image-1 i {
  font-size: 60px;
  color: #ff6000;
}
.image-box-wrap .content .heading {
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0;
  font-size: 15px;
  margin-top: 0px;
}
.mt-3 {
  margin-top: 3%;
}
#cliet-slider .autoplay img {
  box-shadow: 0 0 40px 5px rgba(0px, 0px, 0px, 0.1);
  background: #fff;
  padding: 10px 20px;
  border-radius: 10px;
}
.footer-section {
  background-color: #f5f3f3;
  float: left;
  width: 100%;
  padding-top: 60px;
  position: relative;
}
.twitter_feeds {
  background: url(../images/twitter-icon.png) left top no-repeat;
  position: absolute;
  top: -50px;
  background-color: #ddd;
  text-align: center;
  z-index: 9;
  width: 72%;
  padding-top: 25px;
  padding-bottom: 25px;
  border-radius: 40px;
  color: #fff;
  background-position: 100px;
}
.pb-120 {
  padding-bottom: 120px;
}
.twitter_feeds a {
  color: #fff;
}
.f-box {
  -webkit-box-shadow: 0 0 40px 5px rgba(51, 51, 51, 0.1);
  box-shadow: 0 0 40px 5px rgba(51, 51, 51, 0.1);
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  position: relative;
  border-radius: 80px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.live_chat a {
  color: #000;
}
.live_chat img {
  position: absolute;
  top: 24px;
}
.live_chat h2 {
  padding-left: 80px;
  font-size: 24px;
  margin-top: 0;
}
.imgParam > img {
  width: 270px;
  border-radius: 5px;
}
.any_questions img {
  position: absolute;
  top: 25px;
}
.text-add {
  padding-left: 80px;
  font-size: 18px;
  font-weight: bold;
  margin: 0px;
}
.hireed {
  margin: 0px;
  padding: 0px;
}
.hireed h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 0px;
  margin-bottom: 10px;
}
.hireed li {
  display: inline-block;
  margin-right: 10px;
}
.hireed li img {
  width: 120px;
}
.mt-6 {
  margin-top: 6%;
}
.mt-4 {
  margin-top: 6%;
}
.box-footer h3 {
  font-size: 20px;
  margin-bottom: 25px;
  font-weight: bold;
}
.box-footer li {
  margin-bottom: 10px;
  list-style: none;
}
.box-footer li a {
  color: #666;
  font-size: 15px;
}
.Fact,
.tx {
  color: #666;
  font-size: 15px;
  margin-top: 12px;
}
.tx {
  margin-left: 50px;
}
.br-d {
  border-top: 1px solid #ddd;
  width: 72%;
  margin-top: 15px;
}
.icons-sr {
  position: relative;
  margin-top: 25px;
}
.validation-wc {
  position: absolute;
  right: 30px;
  top: 0px;
}
.footer-btm {
  border-top: 1px solid #ddd;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 20px;
}
.footer-btm p {
  padding-top: 10px;
}

.payment-option li {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}

#access > .menu > ul > li > a.active-nav:before {
  width: 100%;
}
#r-work .boxgrid {
  overflow: visible;
}
#trueHeader {
  background: #086ad8;
}
.btn-contact {
  display: none;
}
@media only screen and (max-width: 800px) {
  .single-services ul {
    display: none;
  }
  .development-image {
    width: 100%;
  }
  .contact-icons {
    display: none;
  }
  .btn-contact {
    display: block;
  }
  .btn-enq {
    background: #086ad8;
    padding: 10px 20px;
    border-radius: 30px;
    color: #fff;
    border: 0px;
    display: inline-block;
  }
  .style-logo {
    position: relative;
  }
  .tca-logo {
    float: left;
  }
  .btn-contact {
    float: right;
  }
  .tca-logo img {
    width: 100px;
  }
}
@media only screen and (max-width: 600px) {
  .section-title h2 {
    font-size: 22px;
    font-weight: bold;
  }
  .pt-100 {
    padding-top: 30px;
  }
  .pb-70 {
    padding-bottom: 30px;
  }
  .section-title {
    margin-bottom: 30px;
  }
  .single-services {
    height: 200px !important;
  }
}
.testi_people {
  float: left;
  width: 60px;
  height: 60px;
  margin-left: 80px;
  margin-right: 20px;
  margin-bottom: 4px;
  background: #999;
  border-radius: 100%;
  border: 4px solid #fff;
  -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
}
.testi_people {
  display: block;
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 20px !important;
}
.testi_people.one {
  background: url(../images/extra/client/josephliu.jpg) no-repeat center top;
}
.testi_people.seven {
  background: url(../images/extra/masoumi.jpg) no-repeat center top;
}
.testi_people.six {
  background: url(../images/extra/client/aus.png) no-repeat center top;
}
.testi_people.three {
  background: url(../images/extra/client/client-11.jpg) no-repeat center top;
}
.testi_people.four {
  background: url(../images/extra/client/client-1.jpg) no-repeat center top;
}
.testi_people.five {
  background: url(../images/extra/client/client-3.jpg) no-repeat center top;
}
.testi_people.two {
  background: url(../images/extra/client/client-2.jpg) no-repeat center top;
}
.logo-container {
  text-align: center;
}
.client-logo a {
  padding: 10px;
}
.Fact > img {
  margin-top: -15px;
  padding-right: 0;
  width: 16px;
}
ul.footer_social_links {
  float: left;
  padding: 0;
  margin: 0;
}
.footer_social_links li {
  float: left;
  padding: 0;
  margin: 0 0 0 5px;
  width: 24px;
  height: 24px;
  text-align: center;
  border-radius: 24px;
  line-height: 22px;
  vertical-align: middle;
  background-color: #333;
  color: #999;
}
.copyright_info a {
  margin-top: 10px;
  font-size: 12px;
  color: #999;
  text-align: right;
}
.footer_social_links li i {
  color: #fff;
}
.navar-shw {
  display: none;
}
.section-bar {
  padding-top: 70px;
  padding-bottom: 70px;
}
.card-shadow {
  -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 4px;
  background: #fff;
}
.p-20 {
  padding: 20px;
}
.bg-gray {
  background: #f5f9fd;
}
.blue-color {
  color: #086ad8;
}
.box-style h2 {
  margin-bottom: 20px;
  font-weight: 600;
}
.box-style p {
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
}
a {
  color: #086ad8;
}
.wpo-counter-grids {
  text-align: center;
}
.wpo-counter-grids p {
  font-size: 30px;
  color: #fff;
  line-height: 48px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}
.wpo-counter-grids p u {
  color: #fff;
}
.ht-btn {
  font-size: 16px;
  font-weight: bold;
  background: #fff;
  padding: 14px 36px;
  border: 1px solid #086ad8;
  color: #086ad8;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  margin: auto;
  transition: all 0.5s;
}
.ht-btn:hover {
  background: #086ad8;
  color: #fff;
  transition: all 0.5s;
}
.mt-30 {
  margin-top: 30px;
}
.ht-tab-menu li {
  margin: 0 10px;
}
.ht-tab-menu li {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}
.ht-tab-menu li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid #ededed !important;
  border: #ededed;
  background: #fff;
  color: #696969;
  padding: 21px 20px 19px;
  min-width: 200px;
  border-radius: 5px !important;
  text-align: center;
}
.ht-tab-menu li a:hover {
  color: #086ad8;
  border-color: #086ad8 !important;
  background: #fff;
}
.ht-tab-menu li.active a {
  color: #086ad8;
  border-color: #086ad8 !important;
  font-weight: bold;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.tabs-style {
  border: 1px solid #ddd;
  background: #fff;
  padding: 20px;
  display: block;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 4px;
}
.img-side img {
  border-radius: 5px;
  width: 100%;
}
.content-text p {
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
}
.cta-bg-image_two {
  background-color: #f6f2ed;
  background-image: url(../images/shape/mitech-home-appointment-call-to-action-bg-image.png);
  background-repeat: no-repeat;
  background-position: top right;
}
.section-space--ptb_80 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.cta-button-group--two .btn-one {
  background: #086ad8;
  color: #ffffff;
  margin: 10px;
}
.btn--white {
  background-image: none;
  background-color: #ffffff;
  color: #000000;
  -webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.07);
}
.btn--secondary {
  background-image: none;
  background-color: #d2a98e;
}
.cta-button-group--two .btn-two {
  margin: 10px;
}
.btn-color {
  background: #086ad8;
  color: #ffffff;
}
.btn-color:hover {
  background: #fff;
  color: #086ad8;
  transition: all 0.5s;
}
.cta-content h3 {
  color: #333333;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 32px;
}
.box-style .table th,
.box-style .table td {
  padding: 15px 8px;
  font-size: 16px;
}
.box-style .table ul {
  padding-left: 30px;
}
.box-style .table ul li {
  margin-bottom: 8px;
}
.discover-text h2 {
  font-size: 36px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 20px;
}
.discover-text p {
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
}
.discover-text ul {
  margin-top: 20px;
}
.discover-text ul li {
  list-style: none;
  font-size: 16px;
  margin-bottom: 15px;
}
.discover-text ul li i {
  color: #086ad8;
  margin-right: 10px;
}
.font-16 {
  font-size: 16px;
}
.wpo-event-text h3 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
}
.wpo-event-text p {
  font-size: 16px;
  line-height: 28px;
}
.about-area.half-bg {
  position: relative;
  z-index: 1;
}
.default-padding {
  padding-top: 70px;
  padding-bottom: 70px;
}
.about-area.half-bg::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 50%;
  background: #f5f5ff;
  z-index: -1;
}
.about-area .about-content .right-info {
  padding-left: 50px;
}
.content-info h2 {
  font-size: 36px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 20px;
}
.about-content p {
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
}
.item {
  padding: 50px 37px;
  box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 5px;
}
.features-area .equal-height .ic-1 {
  background: #e4730f;
}
.features-area .item i {
  display: inline-block;
  font-size: 40px;
  margin-bottom: 30px;
  color: #ffffff;
  height: 80px;
  width: 80px;
  line-height: 80px;
  border-radius: 37% 63% 70% 30% / 42% 42% 58% 58%;
  background: #ff4450;
  text-align: center;
  position: relative;
  z-index: 1;
}
.features-area .item i::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 110%;
  width: 110%;
  background: #ff4450;
  z-index: -1;
  border-radius: 37% 63% 70% 30% / 42% 42% 58% 58%;
  opacity: 0.3;
}
.features-area .equal-height:first-child .item:first-child i::after {
  background: #e4730f;
}
.features-area .equal-height:first-child .item:nth-child(2) i {
  background: #01c99c;
}
.features-area .equal-height .ic-2 {
  background: #f6ba18;
}
.features-area .equal-height .ic-2::after {
  background: #f6ba18;
}
.features-area .equal-height .ic-3 {
  background: #01c99c;
}
.features-area .equal-height .ic-3::after {
  background: #01c99c;
}
.features-area .equal-height .ic-4 {
  background: #086ad8;
}
.features-area .equal-height .ic-4::after {
  background: #086ad8;
}
.features-area .equal-height .ic-5 {
  background: #ff8100;
}
.features-area .equal-height .ic-5::after {
  background: #ff8100;
}
.features-area .item p {
  font-size: 16px;
  line-height: 28px;
}
.features-area .item h4 {
  color: #086ad8;
  font-size: 24px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 20px;
}
.single-item-1 {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.single-item-1 .bg-layer {
  position: absolute;
  content: "";
  top: 0;
  left: -101%;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background-size: 101% 101%;
}
.single-item-1 .bg-layer::before {
  position: absolute;
  content: "";
  background: rgba(69, 39, 164, 0.8);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 10px;
}
.single-item-1 .icon-box img {
  width: 80px;
  text-align: center;
  margin-left: 45px;
  margin-top: 24px;
}
.single-item-1 .icon-box {
  position: relative;
  display: inline-block;
  font-size: 65px;
  line-height: 65px;
  color: #4527a4;
  margin-bottom: 20px;
  transition: all 500ms ease;
}
.single-item-1 h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #555555;
  font-weight: 500;
  margin-bottom: 19px;
  transition: all 500ms ease;
}
.single-item-1 h5 a {
  position: relative;
  display: inline-block;
  color: #555555;
  font-size: 24px;
  font-weight: bold;
}
.single-item-1 .text {
  position: relative;
  transition: all 500ms ease;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
}
.single-item-1:hover .bg-layer {
  left: 0px;
}
.single-item-1:hover h5,
.single-item-1:hover h5 a,
.single-item-1:hover .text {
  color: #fff;
}
.icon-box .bg-layer-1 {
  width: 165px;
  height: 146px;
  background-repeat: no-repeat;
  z-index: -1;
  background: url("../images/shape/feature-icon-2.png");
}
.unique-ul li {
  list-style-type: none;
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 15px;
}
.unique-ul li i {
  color: #086ad8;
  margin-right: 10px;
  background: #ddd;
  height: 28px;
  width: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 4px;
  font-size: 18px;
}
.text-set p {
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
}
.uni-li li {
  list-style-type: none;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px;
}
.uni-li li i {
  color: #086ad8;
  margin-right: 10px;
  background: #ddd;
  height: 24px;
  width: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
}
.design-ul li {
  list-style-type: none;
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 20px;
}
.design-ul li i {
  color: #fff;
  margin-right: 10px;
  background: #086ad8;
  height: 28px;
  width: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 4px;
  font-size: 18px;
}
.section-bar .pg-para li {
  display: inline-block;
  margin-right: 10px;
}
.para-ul li {
  list-style-type: none;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 5px;
}
.para-ul li i {
  color: #086ad8;
  margin-right: 10px;
  background: #e2e3fd;
  height: 24px;
  width: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
}
.design-ul li {
  list-style-type: none;
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 20px;
}
.br-left {
  border-left: 1px dashed #ddd;
}
.bg-white {
  background: #fff;
}
.check-pad {
  border: 1px solid #086ad8;
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 20px;
}
.check-pad img {
  width: 50px;
  margin-right: 15px;
}
.check-pad h5 {
  font-size: 20px;
}
.section-inner .image-box-wrap .content .heading {
  font-size: 20px;
}
.wpo-event-img1 img {
  width: 100%;
}
.protfolio-box {
  height: 340px;
  overflow: hidden;
  border: 6px solid #f1f1f1;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
  margin-bottom: 35px;
  position: relative;
  trasition: all 0.3s;
}
.protfolio-box a {
  width: 100%;
  top: 0;
  position: absolute;
}
.protfolio-box img {
  width: 100%;
}
.event .nav li.active a {
  background: #002691 !important;
  color: #fff !important;
  text-decoration: none;
}
.event .nav li.active:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 0;
  border-color: transparent #002691 transparent transparent;
  position: absolute;
  left: 0;
  bottom: -12px;
  content: "";
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  border-color: transparent #002691 transparent transparent;
}
.contact-add p {
  color: #777777;
  line-height: 28px;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
}
.contected {
  margin-top: 30px;
}
.contected i {
  font-size: 48px;
  margin-bottom: 20px;
}
.contected h2 {
  font-size: 32px !important;
  text-align: left !important;
  margin-top: 20px !important;
  margin-bottom: 10px !important;
}
.contected p {
  font-size: 20px !important;
}
.pricing-table {
  text-align: center;
  border: 1px solid #e1e1e1;
}
.pricing-table .table-header {
  position: relative;
  padding: 10px;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  text-align: center;
  overflow: hidden;
  height: 240px;
}
.pricing-table .table-header .title {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #393e95;
  text-transform: uppercase;
  margin-bottom: 17px;
}
.pricing-table .table-header .price {
  position: relative;
  display: block;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
  color: #3d415b;
  margin-bottom: 25px;
  margin-top: 5px;
}
.pricing-table .table-header .price span {
  font-size: 28px;
  margin-left: -10px;
}
.pricing-table .table-header .text {
  position: relative;
  display: block;
  font-size: 16px;
  text-transform: uppercase;
}
.pricing-table .table-header .pr a {
  padding: 7px 20px;
  border-radius: 30px;
  background: #086ad8;
  color: #fff;
}
.pricing-table thead tr th {
  padding: 0px;
  width: 20%;
  border-bottom: 0px;
}
.pricing-table tbody tr td {
  padding: 15px 6px;
  font-size: 18px;
  border-right: 1px solid #ddd;
}
.pricing-table .choice-box {
  position: absolute;
  width: 100%;
  left: -106px;
  top: 22px;
  background: #4527a4;
  color: #fff;
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 15px;
  transform: rotate(-45deg);
  transition: all 500ms ease;
}
.tbl-chng {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.tbl-chng .titles-al {
  margin-top: 0px;
}
.titles-al {
  font-size: 30px;
  line-height: 40px;
  text-align: center;
}
.col-gren {
  color: #2bce05;
}
.col-red {
  color: red;
}
.font-sm {
  font-size: 14px;
}
.needed {
  font-size: 20px;
}
.q-checkbox input {
  width: 20px !important;
  height: 20px !important;
  float: left;
}
.q-checkbox label {
  border: 0px !important;
  padding-left: 0 !important;
  height: 20px !important;
}
.q-checkbox .lbl-class {
  margin-top: -10px;
  float: left;
  margin-left: 10px;
  font-size: 16px;
}
.right-quote {
  padding: 15px 10px;
  background: #fff;
  position: relative;
  z-index: 1;
  box-shadow: 15px 20px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.right-quote .div-whole h2 {
  font-size: 24px;
  position: relative;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-top: 0px;
}
.right-quote .div-whole h2:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 25%;
  bottom: -1px;
  background: #086ad8;
  transition: all 0.3s;
}
.right-quote .div-whole:hover h2:before {
  width: 100%;
}
.section-bar.bg-color {
  background-color: #f0f4f8;
}
.download-quote {
  margin-top: 25px;
}
.download-quote li {
  list-style: none;
}
.download-quote li a {
  display: block;
}
.download-quote li a img {
  width: 40px;
}
.mr-10 {
  margin-right: 10px;
}
.download-quote li {
  list-style: none;
  background: #f5f5f5;
  padding: 10px 4px 10px 11px;
  border-radius: 4px;
  border-bottom: 0;
  margin-bottom: 10px;
}
.mr-min {
  margin-top: -10px;
}
.download-quote h4 {
  font-size: 16px;
  font-weight: normal;
  position: relative;
  line-height: 22px;
}
.img-des {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
}
.right-quote .img-des img {
  width: 15px;
}
.bg-1 {
  background: #e91e63;
}
.bg-2 {
  background: #086ad8;
}
.bg-3 {
  background: #ffca28;
}
.bg-4 {
  background: #bf360c;
}
.bg-5 {
  background: #37474f;
}
.bg-6 {
  background: #e65100;
}
.bg-7 {
  background: #00695c;
}
.dwn {
  position: absolute;
  font-size: 12px;
  right: 4px;
  bottom: -16px;
  color: #086ad8;
}
.img-design {
  border-radius: 4px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
}
.img-design img {
  width: 20px;
}
.quotes-again ul li {
  display: flex;
  align-items: center;
  background: none;
  padding: 4px 4px 6px 6px;
  border-bottom: 1px solid #ddd;
  border-radius: 0px;
}
.submision li {
  font-size: 16px;
  padding: 15px 4px 15px 6px !important;
}
.submision li i {
  width: 30px;
  height: 30px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  border-radius: 4px;
  margin-right: 10px;
}
.quotes-again p {
  font-size: 14px;
  margin-top: 20px;
}
.custom-pagination {
  display: flex;
  justify-content: center;
}
.custom-pagination li a {
  padding: 14px 25px;
  font-size: 18px;
  color: #333;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #086ad8;
  border-color: #086ad8;
}
.our-tatistic {
    padding: 100px 0px 100px 0px;
}
.our-tatistic__left {
    margin-right: 15px;
}
.sec-title {
    padding-bottom: 40px;
}
.our-tatistic__left .sec-title {
    padding-bottom: 12px;
}
.sec-title__tagline {
    margin-top: -4px;
    color: #086ad8;
    font-size: 14px;
    font-weight: 600;
    line-height: 185.714%;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.sec-title__title {
    color: #212121;
    font-size: 30px;
    margin-top: -2px;
    font-weight: 700;
    line-height: 117.5%;
}
.our-tatistic__text {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 187.5%;
    text-align:justify;
}
.our-tatistic__text {
    margin-bottom: 32px;
}
.our-tatistic__right {
    display: flex;
    align-items: end;
    gap: 20px;
    justify-content: end;
}
.our-tatistic__progress {
    margin-top: 30px;
    margin-bottom: 35px;
    max-width: 117px;
    width: 100%;
}
.our-tatistic__progress__bar {
    max-width: 117px;
    width: 100%;
    height: 320px;
    position: relative;
    background-color: #F4F2F9;
}
.our-tatistic__progress__bar {
    max-width: 117px;
    width: 100%;
    height: 320px;
    position: relative;
    background-color: #fff;
}
.our-tatistic__progress__inner {
    position: absolute;
    height: 0;
    width: 100%;
    bottom: 0;
    background-color: #086ad8;
    transition: all 800ms linear;
    max-width: 117px;
}
.our-tatistic__progress:nth-child(1) .our-tatistic__progress__inner {
    background-color:#F4F2F9;
}
.our-tatistic__progress__number {
    position: absolute;
    bottom: calc(100% + 5px);
    right: calc(20% + 5px);
    margin-bottom: 16px;
    color: #1D1729;
    font-size: 24px;
    font-weight: 600;
    line-height: 75%;
}
.our-tatistic__progress__dec {
    text-align: center;
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    margin-top: 10px;
    color: #6C6A72;
    font-size: 14px;
    font-weight: 600;
    line-height: 128.571%;
}
.our-tatistic__progress__inner {
    position: absolute;
    height: 0;
    width: 100%;
    bottom: 0;
    background-color: #086ad8;
    transition: all 800ms linear;
    max-width: 117px;
}
.seo-help-one {
    position: relative;
    z-index: 1;
    padding: 120px 0px;
    background: #086ad8;
    overflow: hidden;
}
.seo-help-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat !important;
    z-index: -1;
    opacity: 0.5;
    animation: scale 3s ease-in-out infinite;
}
.seo-help-one__head {
    padding-bottom: 60px;
}
.seo-help-one__head__title {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 117.5%;
    max-width: 544px;
}
.seo-help-one__head__link {
    text-align: end;
}
.nionx-btn {
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none !important;
    overflow: hidden;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 112.5%;
    background-color:#F4F2F9;
    color:  #1D1729;
    padding: 22px 40px;
    transition: 500ms;
    background-color: #F4F2F9;
    color:#1D1729;
    position: relative;
    overflow: hidden;
    text-align: center;
    border-radius: 20px;
}
.seo-help-one__head__link .nionx-btn {
    padding: 19px 40px;
}
.seo-help-one__inner {
    background-color:  #fff;
    border-radius: 40px;
    overflow: hidden;
}
.seo-help-one__inner__left {
    height: 100%;
    max-width: 100%;
}
.seo-help-one__inner__left img {
    object-fit: cover;
}
.seo-help-one__inner__content {
    padding: 20px 45px 20px 20px;
}
.seo-help-one__inner__title {
    max-width: 448px;
    width: 100%;
    font-size: 36px;
    font-weight: 700;
    word-spacing: normal;
    line-height: 117.5%;
    margin-bottom: 23px;
}
.seo-help-one__inner__text {
    color: #1D1729;
    line-height: 200%;
    max-width: 501px;
    width: 100%;
    font-size:16px;
}
.seo-help-one__inner__list {
    margin-top: 36px;
    margin-bottom: 0;
}
.seo-help-one__inner__list__item {
    color: #1D1729;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    position: relative;
    margin-bottom: 15px;
}
.seo-help-one__inner__list__item::before {
    content: "\f058";
    font-family:'FontAwesome';
    font-size: 16px;
    color: #086ad8;
    margin-right: 8px;
}
.feature-two {
    padding: 120px 0px;
    position: relative;
}
.jarallax {
    position: relative;
    z-index: 0;
}
.feature-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
}
#jarallax-container-0 {
    clip: rect(0 1519.2000732421875px 749.2374877929688px 0);
    clip: rect(0, 1519.2000732421875px, 749.2374877929688px, 0);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.feature-two__bg::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    background: rgba(var(--nionx-title-rgb, 29, 23, 41), 0.9);
}
.sec-title__tagline {
    margin-top: -4px;
    color: #086ad8;
    font-size: 14px;
    font-weight: 600;
    line-height: 185.714%;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.feature-two .sec-title__tagline, .feature-two .sec-title__title {
    color:  #fff;
}
.sec-title__title {
    color: #1D1729;
    font-size: 30px;
    margin-top: -2px;
    font-weight: 700;
    line-height: 117.5%;
}
.feature-two .sec-title__tagline, .feature-two .sec-title__title {
    color: #fff;
}
.service-card-two {
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background:  #fff;
    position: relative;
    transition: all 0.5s ease-in-out;
    z-index: 1;
    margin-bottom: 30px;
    min-height:250px;
}
.service-card-two__content {
    padding: 35px 10px 20px 20px;
    position: relative;
    z-index: 1;
}
.service-card-two__icon {
    width: 70px;
    height: 70px;
    background-color: #F4F2F9;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #086ad8;
    font-size: 40px;
    margin-bottom: 30px;
    transition: all 0.4s ease-in-out;
}
.service-card-two__icon i {
    display: block;
    transform: scale(1);
    transition: transform 500ms ease;
}
.service-card-two__title {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin-top: -2px;
    margin-bottom: 20px;
}
.service-card-two__title a {
    transition: all 0.4s ease-in-out;
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}
.service-card-two .para-ul {
    
    padding-left:20px;
}
.service-card-two:hover {
    border:  #086ad8;
}
.service-card-two::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0%;
    background-color: #086ad8;
    bottom: 0%;
    left: 0%;
    z-index: -2;
    transition: all 0.4s ease-in-out;
    border-radius: 10px;
}
.service-card-two:hover::after {
    height: 100%;
}
.service-card-two:hover .service-card-two__title, .service-card-two:hover .service-card-two__text {
    color:  #fff;
}
.service-card-two__title a:hover {
    background-size: 100% 1px;
}
.service-card-two:hover .para-ul li {
    color:#fff;
}
.faq-two {
    padding: 120px 0px;
}
.faq-two__item__img {
    position: relative;
}
.faq-page__accordion .card {
    border: 1px solid  #D9D9D9;
    border-radius: 20px;
}
.faq-page__accordion .card + .card {
    margin-top: 20px;
}
.faq-two__item__img img {
    margin-left: -32px;
    animation: topAniLong 4s ease-in-out infinite;
}
.faq-two__item__img::after {
    position: absolute;
    top: 20%;
    left: 30%;
    content: "";
    width: 200px;
    height: 200px;
    z-index: -1;
    border-radius: 50%;
    box-shadow: 0px 3px 200px 0px rgba(0, 0, 0, 0.3);
}
.faq-page__accordion .accrodion-title {
    padding: 20px;
    padding-right: 50px;
    cursor: pointer;
}
.faq-page__accordion .accrodion-title .accrodion-title__text {
    margin:0px;
}

.faq-page__accordion .accrodion-title__text .btn-site-dev {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    position: relative;
    text-align: left;
    padding: 0;
    color: #000;
    white-space: normal;
}
.faq-page__accordion .accrodion-title__icon {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 50%;
    right: -35px;
    border-radius: 50%;
    background: #F4F2F9;
    transform: translateY(-50%);
}
.faq-page__accordion .active .accrodion-title__icon {
    background-color: #086ad8;
}
.faq-page__accordion .accrodion-title__icon::after, .faq-page__accordion .accrodion-title__icon::before {
    width: 3.555555555px;
    height: 12px;
    position: absolute;
    background-color:  #1D1729;
    top: 50%;
    left: 50%;
    content: "";
    transform: translate(-50%, -50%);
    transition: all 500ms ease;
}
.faq-page__accordion .active .accrodion-title__icon::after, .faq-page__accordion .active .accrodion-title__icon::before {
    background-color: #fff;
    opacity: 0;
}
.faq-page__accordion .accrodion-content .inner {
    padding: 3px 54px 22px 30px;
    margin-top: -3px;
}
.faq-page__accordion .accrodion-content p {
    color: #6C6A72;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 187.5%;
}
.faq-page__accordion .accrodion-title__icon::after, .faq-page__accordion .accrodion-title__icon::before {
    width: 3.555555555px;
    height: 12px;
    position: absolute;
    background-color:  #1D1729;
    top: 50%;
    left: 50%;
    content: "";
    transform: translate(-50%, -50%);
    transition: all 500ms ease;
}
.faq-page__accordion .accrodion-title__icon::after {
    width: 12px;
    height: 3px;
}
.faq-page__accordion .active .accrodion-title__icon::after, .faq-page__accordion .active .accrodion-title__icon::before {
    background-color: #fff;
    opacity: 0;
}
.faq-page__accordion .active .accrodion-title__icon::after {
    opacity: 1;
}
.bp-seo-content {
    width: 100%;
    float: left;
    background: #f9f9f9;
    padding: 20px;
    position: relative;
    box-shadow: -6px 8px 0 rgba(0,0,0,.12156862745098039);
}

.bp-seo-content h2 {
font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0;
    display: inline-block;
    position: relative;
    border-bottom: 3px solid #ddd;
    padding-bottom: 15px;
}
.bp-seo-content h2:after {
        position: absolute;
    content: "";
    background: #086ad8;
    width: 50%;
    height: 3px;
    bottom: -2px;
    left: 0;
}
.bp-seo-content .para-ul {
    padding-left:10px;
}
.bp-seo-content .para-ul li {
    list-style-type: disc;
    color: #000;
}
.section-team {
    padding:60px 0px;
    background:#fcfdf7;
}
.ourteam {
    display:block;
}
.ourteam .team-member {
        border-top-left-radius: 180px;
    border-top-right-radius: 180px;
    
}
.ourteam .team-member img {
       border-top-left-radius: 180px;
    border-top-right-radius: 180px;
    object-position: bottom;
}
.member-description {
    border: 1px solid #d8ca65;
    margin-top: 15px;
    text-align: center;
    border-radius: 4px;
}

.member-description h4 {
   
    color:#000;
}
.member-description p {
    color:#086ad8;
}
.setsmo .item {padding:10px; box-shadow:0px; border:1px solid #ddd;}
.features-area.setsmo .item p {text-align:justify;} .setsmo {padding-bottom:30px;}
.table-smo-price tbody tr td {font-size: 15px; }
.features-area .item .icons-smo i {background: #086ad8;}
.features-area .equal-height:first-child .item:first-child .icons-smo i::after {background: #086ad8;}
.features-area .item .icons-smo i::after {background: #086ad8;}
.icons-smo {
   float: left;
   margin-right: 30px;
}
.setsmo .item {
    min-height:175px;
}
.ourteam {
    padding:20px;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    margin-bottom: 35px;
    min-height: 310px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.ourteam:hover {
    background-color: #086ad8;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.ourteam .img-team {
    display:inline-block;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.ourteam .img-team:before {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: #ffffff4d;
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg);
    content: "";
    z-index: 1;
}
.ourteam:hover .img-team:before {
    height: 250%;
    -webkit-transition: all .9s linear;
    transition: all .9s linear;
    background-color: transparent;
}
.ourteam .img-team img {
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
    border-radius: 5px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.ourteam:hover .img-team img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.content-team h2 {
    font-weight: bold;
    margin-top: 10px;
    font-size: 24px;
    margin-bottom: 12px;
}
.ourteam:hover .content-team h2 {
    color:#fff;
}
.content-team h6 {
    font-size:16px;
}
.ourteam:hover .content-team h6 {
    color:#fff;
}
.content-team p {
   font-size:14px; 
}
.ourteam:hover .content-team p {
    color:#fff;
}
.icon-teams {
    margin-top:20px;
}
.icon-teams a {
        width: 35px;
    height: 35px;
    border: 1px solid #E1E1E1;
    background-color: transparent;
    border-radius: 5px;
    font-size: 18px;
    color: #14203a;
    display: inline-block;
    line-height: 35px;
}
.ourteam:hover .icon-teams a {
    color: #fff;
    border: 1px solid #fff;
}
.capchaNo {
    display: block;
    margin-left: 15px;
    margin-bottom: 10px;
    font-size: 16px;
}
.capchaNo .capchanumber {
    color:red;
}
.setbtm-btn a {
    padding: 7px 20px;
    border-radius: 30px;
    background: #086ad8;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight:bold;
}
.set-area, .setsmo {
    padding-top:40px;
    padding-bottom:40px;
}
.set-area .item {
    padding:20px;
    min-height:440px;
}
.features-area.setsmo .item h4 {
    white-space: normal;
}
.bg-new {
    background: #ecf5fe;
}
.Industries-card{
    background: #ffffff;
    box-shadow: -4px 6px 24px rgba(0, 0, 0, 0.08), 6px 12px 24px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 15px 18px;
    margin-bottom: 20px;
    display:flex;
}
.Industries-img {
    margin-right: 20px;
}
.Industries-img img {
    width:480px;
    border-radius:10px;
}
.Industries-card-text p {
    font-size:16px;
    line-height: 24px;
}
h4.Industries-card-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0;
}
.set-content-mait ul li {
    list-style: none;
    font-size:14px;
    margin:5px;
}
.set-content-mait ul li i{
    margin-right: 5px;
    background: #086ad8;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 4px;
    text-align: center;
    font-size: 13px;
}

.moreless-button {
    color: #086ad8;
    text-decoration:underline;
}
.moreless-button:hover {
    color:#086ad8;
}
.moreless-button:hover {
    color:#086ad8;
}
.moreless-button {
    color:#086ad8;
}

.moretext {
    display: none;
  }
@media screen and (max-width: 768px) {
  .sh-die {
    display: none;
  }
  .sec-title__title {
    font-size: 40px;
}
.sec-title__title {
    font-size: 40px;
}
  .sec-title {
    padding-bottom: 45px;
}
  #trueHeader .navar-shw {
    display: block;
  }
  #trueHeader {
    background: #f5f5f5 !important;
  }
  #trueHeader .navbar {
    min-height: 70px;
  }
  #trueHeader .navar-shw img {
    width: 120px;
  }
  .top_section {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .twitter_feeds {
    padding-top: 90px !important;
    background-position: 150px 12px !important;
    width: 100% !important;
    left: 0px !important;
  }
  .twitter-feed {
    margin-bottom: 80px;
  }
  .f-box {
    margin-bottom: 20px;
  }
  .image {
    margin-bottom: 20px;
  }
  .wpo-counter-grids p {
    font-size: 24px;
    line-height: 36px;
  }
  .cta-content h3 {
    font-size: 24px;
  }
  .box-style h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .icons-sr {
    margin-bottom: 40px;
    float: left;
    width: 100%;
  }
  .imgParam > img {
    width: 100%;
  }
  .Fact,
  .tx {
    text-align: center;
  }
  .tx {
    margin-left: 0px;
    text-align: center;
  }
  .br-d {
    width: 100%;
  }
  .validation-wc {
    right: 0;
  }
  .content-info h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .icons-sr {
    float: none;
  }
  ul.footer_social_links {
    float: none;
  }
  .footer_social_links li {
    float: none;
    display: inline-block;
  }
  .slick-slide img {
    width: 100%;
  }
  .flex-2:first-child {
      padding-right:0px;
  }
  .flex-2 {
    flex-basis: 100%;
}
.margin-t-70, .margin-t-100 {
    margin-top:10px;
}
.faq-page__accordion .accrodion-title {
    padding:10px;
}
.our-tatistic__right {
    margin-top:70px;
}
.Industries-card {
    display:block;
}
.Industries-img {
    margin-right: 0;
    margin-bottom: 20px;
}
.Industries-img img {
    width:100%;
}
.ReadMore, .ReadMore1 {
    font-size:14px;
}
}

