@charset "utf-8";
/* CSS Document */
html, body, input, textarea, select {
  font-size: 13px;
  color: #363636;
  line-height: 1.5;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
html {
  font-size: 100%
}
article, aside, details, figcaption, figure, footer, header, main, nav, section, summary, title {
  display: block
}
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
fieldset, img {
  border: 0
}
ol, ul {
  list-style: none
}
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}
sup {
  top: -0.5em
}
sub {
  bottom: -0.25em
}
a img {
  border: 0;
  display: block
}
a:active, a:focus, a:hover, input[type="image"], select:focus, input, input[type="button"]:focus, :focus {
  outline: 0;
  text-decoration: none;
}
.clearfix {
  *zoom: 1
}
a:hover, a:focus {
  color: #333;
}
.clearfix:before, .clearfix:after {
  display: block;
  content: "";
  line-height: 0
}
.clearfix:after {
  clear: both
}
img {
  max-width: 100%;
}
/*****************/
.slider-01 {
  background-size: cover;
  background-position: center;
  height: 100vh;
  position: relative;
}
.slider-01:before {
  content: "";
  width: 100%;
  background-size: cover;
  pointer-events: none;
  height: 100%;
  position: absolute;
  background-image: url("../images/banner-shadow.png");
  background-repeat: repeat-x;
}
.nav-item {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  align-items: center;
}
.logo-sec {
  margin-right: auto;
}
.social-post {
  margin-left: auto;
}
.nav-item > ul {
  display: flex;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  flex-direction: row;
}
.nav-item ul li.sub > a {
  position: relative;
  color: #fff;
  padding: 15px 10px;
  margin: 0 10px;
}
header {
  position: absolute;
  top: 0;
  padding: 20px 0;
  z-index: 9;
  width: 100%;
}
.top-section {
  height: 100vh;
}
.slider-01 .container {
  display: flex;
  height: 100%;
  z-index: 9;
  align-items: center;
  position: relative;
}
.caption-header h5 {
  font-size: 50px;
  color: #fff;
  margin: 0 0 15px 0;
  position: relative;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  line-height: 50px;
}
.caption-header p {
  font-size: 23px;
  line-height: normal;
  font-weight: 300;
  color: #fff;
}
.caption-header a {
  background-color: #d87966;
  display: flex;
  border-radius: 100px;
  font-weight: bold;
  color: #fff;
  width: 120px;
  padding: 10px 22px;
  margin: 60px 0 0 0;
  transition: .2s;
  justify-content: flex-start;
  font-size: 15px;
  align-items: center;
}
.caption-header a img {
  margin: 0 0 0 10px;
}
a {
  transition: .2s;
  text-decoration: none;
}
.social-post a {
  margin: 0 6px;
  color: #fff;
}
.social-post a:hover {
  color: #d87966;
}
.nav-item ul li.sub:hover > a, .nav-item ul li.active.sub > a {
  color: #d87966;
  font-weight: bold;
}
.nav-item ul li.sub:hover > a:before, .nav-item ul li.sub.active > a:before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #d87966;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px 5px 0 0;
}
.header-slider ul.slick-dots button {
  background-color: transparent;
  font-size: 0;
  width: 18px;
  height: 18px;
  margin: 8px 0;
  border-radius: 50%;
  border: solid 2px #fff;
}
.header-slider ul.slick-dots {
  position: absolute;
  right: 15px;
  z-index: 9;
  bottom: 0;
  top: 0;
  height: 190px;
  margin: auto;
}
.header-slider ul.slick-dots .slick-active button {
  border: solid 2px #E07966;
  background-color: #E07966;
}
.heading-sec h5:before {
  position: absolute;
  bottom: -10px;
  width: 150px;
  height: 2px;
  background-color: #d87966;
  right: 0;
  left: 0;
  margin: auto;
  content: "";
}
.heading-sec h5 {
  font-size: 30px;
  text-transform: capitalize;
  letter-spacing: 5px;
  font-family: 'Montserrat', sans-serif;
  color: #d87966;
  font-weight: 800;
  position: relative;
  margin: 100px 0 40px 0;
  text-transform: uppercase;
}
.heading-sec h2 {
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
  color: #141850;
  font-weight: 600;
  display: block;
  margin: 40px 0 30px 0;
}
.heading-sec p {
  font-size: 22px;
  color: #1d1d1d;
  line-height: 28px;
  letter-spacing: 1px;
  font-weight: 500;
  margin: 0 0 150px 0;
}
.heading-sec {
  text-align: center;
}
.who-we-are-img {
  text-align: center;
  padding: 0 0 30px 0;
}
section.client-section {
  background-color: #F5F5F5;
  padding: 0 0 100px 0;
  display: flex;
  width: 100%;
  flex-direction: column;
}
.first-client {
  background-color: #fff;
  height: 492px;
  border: solid 1px #ddd;
  position: relative;
  overflow: hidden;
  margin: 0 10px;
  border-radius: 40px;
}
.first-client img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.client-section button.slick-arrow {
  position: absolute;
  bottom: 0;
  top: 0;
  left: -80px;
  background-color: transparent;
  border: 0;
  height: 30px;
  width: 30px;
  z-index: 9;
  background-size: contain;
  border: 0;
  background-image: url("../images/slider-left.svg");
  font-size: 0;
  margin: auto;
}
.client-section button.slick-next.slick-arrow {
  background-image: url("../images/slider-right.svg");
  left: auto;
  right: -80px;
}
section.whoweare-sec {
  margin: 70px 0 70px 0;
}
.techlology-content em {
  display: inline-block;
  width: 90px;
  padding: 20px 20px;
  border-radius: 50%;
  margin: 10px 0 50px 0;
}
.techlology-content {
  top: 0px;
  margin: 0 15px;
  padding: 20px 20px;
  text-align: center;
  border-radius: 10px;
  left: 0px;
  box-shadow: 0px 5px 15px 0px #33333330;
  height: 100%;
  background: rgba(255, 255, 255, 1);
  transition: .2s;
}
.technology-sec .slick-list {
  padding: 30px 0 60px 0;
}
.techlology-content p {
  text-align: left;
  min-height: 95px;
  color: #9A9A9A;
  line-height: 19px;
  font-size: 14px;
}
.techlology-content b {
  display: block;
  font-size: 20px;
  color: #000;
  margin: 0;
  font-weight: 800;
  line-height: normal;
  text-align: center;
  min-height: 55px;
}
.techlology-content:hover {
  background-image: url("../images/data-center.png");
  background-size: cover;
  background-color: #303179;
}
.techlology-content:hover p, .techlology-content:hover b, .techlology-content:hover a {
  color: #141850;
  opacity: 1
}
.techlology-content a {
  width: 35px;
  display: inline-block;
  opacity: 0;
  margin: 19px 0 0 0;
  transition: .2s;
}
.technology-slider button.slick-arrow {
  position: absolute;
  bottom: -30px;
  right: 50px;
  background-color: transparent;
  border: 0;
  height: 50px;
  width: 50px;
  z-index: 9;
  background-size: contain;
  border: 0;
  background-image: url("../images/slid-l.svg");
  font-size: 0;
  margin: auto;
}
.technology-slider button.slick-next.slick-arrow {
  background-image: url("../images/slid-r.svg");
  left: auto;
  right: 0px;
}
.offer-sec {
  border-radius: 15px;
  box-shadow: 0px 10px 25px 1px rgb(0 0 0 / 11%);
  background: rgba(255, 255, 255, 1);
  text-align: center;
  padding: 30px 20px;
  margin: 0 0 25px 0;
}
.offer-sec b {
  display: block;
  font-size: 20px;
  color: #000;
  margin: 15px 0 0 0;
  min-height: 65px;
  font-weight: 800;
  text-align: center;
}
.offer-sec p {
  text-align: center;
  color: #9A9A9A;
  min-height: 100px;
  line-height: 19px;
  font-size: 14px;
}
.offer-sec b em {
  font-style: normal;
}
.offer-sec img {
  display: inline-block;
  width: 65px;
}
.offer-sec a {
  width: 35px;
  display: inline-block;
  opacity: 0;
  margin: 19px 0 0 0;
  transition: .2s;
}
.offer-sec:hover {
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -ms-box-shadow: 0px 10px 45px 1px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 10px 45px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 10px 45px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 45px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 45px 1px rgba(0, 0, 0, 0.15);
  background: rgb(235 186 179);
  background: linear-gradient(0deg, rgba(235 186 179, 1) 0%, rgba(235 186 179, 1) 100%);
}
.offer-sec:hover p, .offer-sec:hover b, .offer-sec:hover a {
  color: #141850;
  font-weight: bold;
  opacity: 1
}
.offer-sec.las-sec- {
  display: flex;
  min-height: 270px;
  cursor: pointer;
  background: #F2F2F2;
  align-items: center;
  box-shadow: none;
  justify-content: center;
}
.offer-sec.las-sec- img {
  width: 150px;
}
.offer-sec.las-sec-:hover {
  background: #F2F2F2;
}
.industries-slider {
  border-radius: 15px;
  box-shadow: 0px 0px 20px 1px rgb(0 0 0 / 15%);
  background: rgba(255, 255, 255, 1);
  padding: 45px;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.industries-slider b {
  display: block;
  font-size: 22px;
  color: #141850;
  margin: 15px 0 20px 0;
  font-weight: 800;
  text-align: left;
  line-height: normal;
  min-height: 50px;
}
.industries-slider p {
  text-align: left;
  color: #9A9A9A;
  line-height: 19px;
  margin: 0 0 0 0;
  font-size: 14px;
  min-height: 80px;
}
.industries-slider em {
  position: absolute;
  right: 0;
  width: 50px;
  line-height: 60px;
  top: 0;
}
.industries-slider em:after {
  content: "";
  background-color: #30326E;
  border-radius: 50px;
  width: 250px;
  height: 250px;
  position: absolute;
  top: -180px;
  z-index: 0;
  right: -150px;
}
.industries-slider em img {
  z-index: 1;
  width: 35px;
  position: relative;
}
.industries-slider:hover {
  background: rgb(235 186 179);
  background: linear-gradient(0deg, rgba(235 186 179, 1) 0%, rgba(235 186 179, 1) 100%);
}
.industries-slider:hover a {
  opacity: 1;
}
.industries-slider:hover p, .industries-slider:hover b, .industries-slider:hover a {
  color: #141850;
  font-weight: bold;
  opacity: 1
}
.industries-slider a {
  position: absolute;
  bottom: 15px;
  opacity: 0;
  left: 0;
  margin: auto;
  right: 0;
  width: 35px;
  text-align: center;
}
.industries-slider:hover em {
  display: none;
}
.case-cont {
  float: right;
  width: 35%;
  margin: 100px 0;
  text-align: left;
}
.case-cont b {
  font-size: 35px;
  color: #d87966;
  font-weight: 800;
  line-height: normal;
  margin: 0 0 25px 0;
  display: block;
}
.case-cont p {
  font-size: 20px;
  color: #fff;
  margin: 20px 0 30px 0;
  text-align: justify;
}
.case-cont a, .blog-01 a {
  background-color: #d87966;
  border-radius: 100px;
  font-weight: bold;
  color: #fff;
  padding: 10px 35px;
  margin: 40px 0 0 0;
  display: inline-block;
  justify-content: flex-start;
  font-size: 22px;
  font-weight: normal;
  align-items: center;
}
.case-cont a:hover, .blog-01 a:hover {
  color: #d87966;
  background-color: #fff;
}
.case-studi button.slick-arrow {
  position: absolute;
  bottom: -70px;
  right: 130px;
  background-color: transparent;
  border: 0;
  height: 50px;
  width: 50px;
  z-index: 9;
  background-size: contain;
  border: 0;
  background-image: url("../images/slid-l.svg");
  font-size: 0;
  margin: auto;
}
.case-studi button.slick-next.slick-arrow {
  background-image: url("../images/slid-r.svg");
  left: auto;
  right: 80px;
}
.blog-01 b {
  display: block;
  font-size: 25px;
  margin: 15px 0 20px 0;
  font-weight: 600;
  text-align: left;
  line-height: normal;
  color: #fff;
}
.blog-01 p {
  text-align: left;
  color: #fff;
  font-weight: 300;
  width: 350px;
  line-height: normal;
  font-size: 19px;
  max-width: 100%;
}
.blog-01 a {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 23px;
}
.blog-content-sec {
  padding: 150px 0;
}
section.testimonial-sec {
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 0 40px 0;
  background-position: center bottom;
}
.testi-image center, .testi-image img {
  display: inline-block;
}
.testi-image center {
  width: 120px;
  margin: 30px 0 0 70px;
  border: solid 3px #fff;
  vertical-align: top;
  box-shadow: 0 0 10px 0px #ddd;
  border-radius: 50%;
}
.first-testmonial {
  text-align: center;
}
.testi-sender b, .testi-sender img {
  display: inline-block;
}
.first-testmonial p {
  font-size: 23px;
  color: #383838;
  font-weight: bold;
  line-height: normal;
  margin: 30px 0 60px 0;
}
.testimonial-slider {
  padding: 60px 0 50px 0;
}
.testimonial-slider ul.slick-dots .slick-active button {
  border: solid 2px #E07966;
  background-color: #E07966;
}
.testimonial-slider ul.slick-dots {
  position: static;
  left: 0;
  right: 0;
  margin: 30px 0 0 0;
  text-align: center;
}
.testimonial-slider ul.slick-dots button {
  background-color: transparent;
  font-size: 0;
  width: 18px;
  height: 18px;
  margin: 8px 0;
  border-radius: 50%;
  box-shadow: 0 0 7px 0px #ddd;
  border: solid 2px #fff;
}
.testimonial-slider ul.slick-dots li {
  display: inline-block;
  margin: 0 10px;
}
.contact-us-form {
  border-radius: 15px;
  padding: 0 30px;
}
.contact-us-form b {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 30px;
  margin: 10px 0 30px 0;
}
.contact-us-form .inp-form, .contact-us-form .input-file {
  width: 100%;
  border: 0;
  border-radius: 25px;
  padding: 0 20px;
  background-color: #fff;
  line-height: 50px;
  margin: 0 0 15px 0;
  position: relative;
}
.input-file span input {
  width: 100%;
  position: absolute;
  z-index: 9;
  cursor: pointer;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  bottom: 0;
  opacity: 0;
}
.input-file span em {
  font-style: normal;
  font-size: 16px;
  color: #fff;
}
.contact-us-form .input-file {
  display: flex;
  width: 100%;
  padding-right: 0;
}
.input-file span {
  background-color: #9A9A9A;
  border-radius: 100px;
  position: relative;
  padding: 0 10px;
  line-height: 40px;
  margin-left: auto;
  height: 41px;
  cursor: pointer;
  margin-top: 5px;
  margin-right: 5px;
}
.contact-us-form .input-file i {
  font-style: normal;
}
.contact-us-form textarea.inp-form {
  min-height: 200px;
}
.contact-us-form button {
  background-color: #d87966;
  border: 0;
  color: #fff;
  line-height: 55px;
  border-radius: 100px;
  padding: 0 50px;
  margin: 20px 0 0 0;
  font-weight: bold;
  font-size: 15px;
}
.center {
  text-align: center;
  margin: 30px 0 20px 0;
}
.contact-us-form button img {
  margin: 0 0 0 4px;
}
.contact-us-form i input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  cursor: pointer;
  z-index: 9;
  left: 0;
}
.contact-us-form li i {
  width: 25px;
  height: 35px;
  display: inline-block;
  vertical-align: text-bottom;
  overflow: hidden;
  margin: 0 10px 0 0px;
  position: relative;
}
.contact-us-form li i em {
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  margin: 0 5px 0 0px;
  position: relative;
}
.contact-us-form i input:checked + em {
  background-image: url("../images/check.svg");
  background-color: #E07966;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
}
.contact-us-form li {
  line-height: 35px;
  font-size: 16px;
  display: flex;
  align-items: center;
}
section.contact-us-sec {
  padding: 100px 0;
}
footer {
  background-color: #141850;
  padding: 30px 0;
}
.footer-menu b {
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 15px;
  margin: 0px 0 20px 0;
  display: block;
}
.footer-menu ul a:hover {
  opacity: 1;
}
.footer-menu ul a {
  color: #fff;
  opacity: .4;
  line-height: 28px;
  font-size: 13px;
  font-weight: 400;
}
.news-letter b {
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 15px;
  margin: 0px 0 20px 0;
  display: block;
}
.newsletter {
  background-color: #fff;
  border-radius: 35px;
  line-height: 50px;
  position: relative;
  padding: 0px 100px 0 10px;
}
.newsletter button {
  background-color: #d87966;
  border: 0;
  border-radius: 60px;
  position: absolute;
  right: 0;
  color: #fff;
  font-weight: 600;
  line-height: 38px;
  margin: 5px 5px 0 0;
  font-size: 17px;
  width: 100px;
}
.newsletter input {
  background-color: transparent;
  border: 0;
  font-size: 15px;
  width: 100%;
  padding: 0 0 0 5px;
}
p.text-center {
  margin: 70px 0 0 0;
  color: #fff;
  opacity: .4;
}
.news-letter .social-post {
  text-align: center;
  margin: 20px 0 0 0;
}
.news-letter .social-post a {
  font-size: 18px;
  margin: 0 22px;
}
.caption-header a svg {
  width: 15px;
  margin: 0 0 0 9px;
}
svg {
  fill: #fff;
}
.caption-header a:hover svg {
  fill: #d87966;
}
.caption-header a:hover {
  color: #d87966;
  background-color: #fff;
}
.first-client img {
  width: 190px;
}
.hover-show {
  position: absolute;
  height: 100%;
  background-color: #303179;
  z-index: 9;
  display: flex;
  padding: 0 40px;
  transition: .2s;
  width: 100%;
  pointer-events: none;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
}
.first-client:hover .hover-show {
  pointer-events: auto;
  opacity: 1;
}
.hover-show img {
  position: relative;
}
.hover-show p {
  color: #ffffff;
  font-size: 18px;
  min-height: 230px;
  text-align: center;
}
.logo-sec a img {
  width: 130px;
}
.nav-item ul ul {
  position: absolute;
}
.nav-item ul ul {
  text-align: center;
  position: absolute;
  left: 0;
  pointer-events: none;
  right: 0;
  top: 100px;
  border: solid 1px #ddd;
  white-space: nowrap;
  box-shadow: 0px 10px 30px 0px #33332236;
  width: 100%;
  transition: .2s;
  opacity: 0;
  background-color: #fff;
}
@media (min-width:768px) {
  .nav-item ul .sub:hover > ul {
    opacity: 1;
    top: 65px;
    pointer-events: auto;
  }
  .nav-item ul ul li:hover ul {
    opacity: 1;
    top: 50px;
    pointer-events: auto;
  }
  .nav-item ul ul ul {
    pointer-events: none;
    top: 0;
    opacity: 0;
  }
}
.nav-item ul ul a {
  line-height: 25px;
  display: block;
  font-size: 13px;
  color: #333;
  padding: 15px 15px 15px 15px;
}
.sub-sub {
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: calc(100% - 10px) center;
}
.nav-item ul ul a.sub-sub {
  padding-right: 55px;
}
.nav-item ul li a:hover {
  background-color: #d8796614;
  color: #333;
}
.col-md-6.visiblity-none {
  margin: 100px 0 0 0;
}
.nav-item ul .sub ul li {
  display: inline-block;
}
.scroll-logo {
  display: none;
}
.darkHeader .fix-logo {
  display: none;
}
.darkHeader .scroll-logo {
  display: block;
}
header.fixed-top.darkHeader {
  background-color: #ffffffc7;
  backdrop-filter: blur(15px);
  box-shadow: 0px 0px 30px 0px #3333336e;
}
.darkHeader .nav-item ul li.sub > a {
  color: #333;
}
.darkHeader .social-post a {
  color: #333;
}
.main-sec {
  overflow: hidden;
}
.mobile-menu {
  display: none;
}
.mobile-view-menu {
  display: none
}
header.fixed-top.darkHeader {
  position: fixed;
}
.fixed-top {
  position: absolute;
}
/********************************Index01************************/
.index-1 .client-section button.slick-arrow {
  background-image: url("../images/page-01/slider-left.svg");
}
.index-1 .client-section button.slick-next.slick-arrow {
  background-image: url("../images/page-01/slider-right.svg");
}
.about-text b {
  font-size: 30px;
  color: #1E214D;
  line-height: normal;
  margin: 0 0 50px 0;
  display: block;
}
.index-1 section.whoweare-sec {
  margin: 70px 0 70px 0;
}
.default-btn {
  background-color: #d87966;
  border-radius: 100px;
  color: #fff;
  padding: 10px 40px;
  margin: 40px 0 0 0;
  display: inline-block;
  justify-content: flex-start;
  font-size: 18px;
  font-weight: normal;
  align-items: center;
}
.about-text p {
  font-size: 19px;
  margin: 0 0 20px 0;
  line-height: 25px;
  color: #2B2B2B;
}
.index-1 .case-cont a, .blog-01 a {
  font-size: 15px;
}
.offer-sec:hover .hover-show-img {
  display: inline-block;
}
.offer-sec:hover .hover-hide-img {
  display: none;
}
.index-1 .offer-sec:hover {
  background-color: #e2bab3
}
.offer-sec {
  transition: .3s;
}
.offer-sec .hover-show-img {
  display: none;
}
.index-1 .offer-sec b em {
  display: block;
}
.index-1 .offer-sec b {
  display: block;
  font-size: 22px;
  font-weight: 900;
  line-height: normal;
}
.index-1 .offer-sec center {
  min-height: 80px;
  line-height: 80px;
}
.index-1 .offer-sec {
  box-shadow: none;
  background: transparent;
}
.index-1 .offer-sec p {
  min-height: 90px;
}
.default-btn:hover {
  color: #d87966;
  box-shadow: 0px 5px 10px 0px #d8796645;
  background-color: #fff;
}
.default-btn {
  transition: .2s;
}
.align-self-center {
  text-align: center;
}
.index-1 .contact-us-form textarea.inp-form {
  min-height: 130px;
}
/**********VideoLightBox********************/
/*LIGHTBOX STYLE*/
.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.lightbox .lightbox-video {
  width: 100%;
  padding-bottom: 56%;
}
.lightbox iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
}
.lightbox img {
  display: block;
  margin: 0 auto;
}
.lightbox .lightbox-close {
  position: absolute;
  display: block;
  top: 10px;
  right: 10px;
  color: #ffffff;
  font-size: 26px;
  height: 50px;
  width: 50px;
  background: rgba(255, 255, 255, 0.3);
  border: 3px solid #ffffff;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
}
.lightbox .lightbox-close:hover {
  text-decoration: none;
}
.lightbox .lightbox-container {
  max-width: 1024px;
  margin: 0 auto;
}
/**********VideoLightBox********************/
.video-testimonial-slider button.slick-arrow {
  position: absolute;
  bottom: 0;
  top: 0;
  left: -80px;
  background-color: transparent;
  border: 0;
  height: 30px;
  width: 30px;
  z-index: 9;
  background-size: contain;
  border: 0;
  background-image: url("../images/slider-left.svg");
  font-size: 0;
  margin: auto;
}
.video-testimonial-slider button.slick-next.slick-arrow {
  background-image: url("../images/slider-right.svg");
  left: auto;
  right: -80px;
}
.video-with-text {
  text-align: center;
  padding: 0 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.video-with-text a {
  display: inline-block;
  position: relative;
}
.video-with-text a:before {
  content: "";
  background-image: url("../images/page-01/play-btn.png");
  width: 180px;
  height: 180px;
  position: absolute;
  z-index: 999;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.video-with-text a img {
  border-radius: 50px;
}
.video-testimonial-slider img.qutl {
  float: right;
  margin: -20px 0 0 0;
  width: 100px;
}
.video-testimonial-slider img.qut {
  float: left;
  width: 100px;
}
.video-with-text b {
  font-size: 25px;
  color: #d87966;
  font-weight: 900;
  margin: 40px 0 10px 0;
}
.video-with-text p {
  font-size: 17px;
  color: #111;
}
.video-testimonial-slider {
  padding: 70px 0 70px 0;
}
.index-1 section.contact-us-sec {
  padding: 60px 0;
  background-color: #292C74;
}
.index-1 .contact-us-form b {
  margin: 0px 0 20px 0;
}
button.accordion-button-faq {
  padding: 30px 40px;
  background-color: transparent;
  text-align: left;
  border: 0;
  color: #d87966;
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  font-weight: 600;
  background-image: url("../images/page-01/accordian-close.png");
  letter-spacing: 0;
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: calc(100% - 20px);
  background-size: 35px;
}
.accordion-item-faq {
  border-radius: 20px;
  margin: 0 0 40px 0;
  box-shadow: 0px 3px 5px 0px #c9c9c9;
}
button.accordion-button-faq.collapsed {
  color: #000;
  background-image: url("../images/page-01/accordian-open.png");
}
.accordion-item-faq p b {
  display: block
}
.accordion-item-faq p {
  padding: 0 20px;
  font-size: 18px;
  line-height: normal;
  color: #000;
  margin: 0 0 20px 0;
}
section.case-studi-sec {
  padding: 0 0 70px 0;
}
/*************************************Index02****************************************/
.caption-header a {
  width: fit-content;
}
.index-2 .techlology-content em {
  opacity: 100%;
}
.index-2 .index-1 .offer-sec b {
  min-height: 50px;
}
/*************************************Index03****************************************/
a.talk-link {
  color: #d87966;
  font-size: 20px;
}
.index-3.index-1 section.contact-us-sec {
  padding: 100px 0;
  background-color: #ffffff;
}
.index-3 .offer-sec {
  top: 0px;
  margin: 0 15px 30px 15px;
  padding: 20px 20px;
  text-align: center;
  border-radius: 30px;
  left: 0px;
  box-shadow: 0px 10px 15px 0px #3333330f;
  height: 370px;
  background: rgba(255, 255, 255, 1);
  transition: .2s;
}
section.block-chain-sec {
  padding: 30px 0;
  min-height: 660px;
  display: flex;
  background-repeat: no-repeat;
  margin: 100px 0 0 0;
  background-position: center bottom;
}
section.block-chain-sec .heading-sec h5 {
  font-size: 25px;
  color: #fff;
  font-weight: 600;
}
.block-chain-sec .bloc-chain- {
  color: #fff;
  width: 650px;
  margin: 0 auto;
  max-width: 100%;
}
.bloc-chain- p {
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  margin: 20px 0 0 0;
}
.bloc-chain- b {
  font-size: 28px;
  font-weight: 500;
  display: block;
  text-align: center;
}
.index-3 .client-section button.slick-arrow {
  background-image: url("../images/page-03/black-left-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.index-3 .client-section button.slick-next.slick-arrow {
  background-image: url("../images/page-03/black-right-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.heading-sec h2 b {
  color: #d87966;
  position: relative;
}
.heading-sec h2 b:before {
  content: "";
  background-image: url("../images/Rectangle.gif");
  position: absolute;
  bottom: -50px;
  height: 67px;
  width: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  left: 18px;
  background-position: center;
  right: 0px;
  z-index: -1;
}
.block-chain-list:hover {
  background: #323465;
  border-bottom: 5px solid #E07966;
  box-shadow: 0px 20px 35px -20px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  color: #fff;
}
.block-chain-list {
  background: #FFFFFF;
  border-bottom: 5px solid #D9D9D9;
  border-radius: 50px;
  color: #141850;
  padding: 20px 20px;
  transition: .2s;
  font-size: 24px;
  display: flex;
  margin: 40px 0 0 0;
  align-items: center;
}
.block-chain-list b {
  margin: 0 0 0 15px;
  font-size: 22px;
  line-height: normal;
}
/***********************************KPO********************/
.caption-header p {
  min-height: 40px;
}
.about-text ul {
  font-size: 19px;
  margin: 0 0 20px 0;
  line-height: 25px;
  color: #2B2B2B;
  list-style: inside;
}
.offer-sec:hover {
  background-size: cover !important;
}
.kpo-page.index-1 section.contact-us-sec {
  background-color: #292C74;
}
.csd-page.index-1 section.contact-us-sec {
  background-color: #292C74;
}
.csd-page .offer-sec {
  box-shadow: 0px 0px 18px 1px rgb(0 0 0 / 11%);
  min-height: 320px;
  background: #fff;
  padding: 20px 20px;
  border-radius: 0;
  margin: 30px 15px;
}
.brand-text p {
  font-size: 24px;
  margin: 0 0 20px 0;
  line-height: inherit;
  color: #2B2B2B;
}
.caption-header h5 b {
  color: #d87966;
}
.brand-text b {
  font-size: 18px;
  margin: 0 0 20px 0;
  line-height: inherit;
  color: #2B2B2B;
}
.heading-sec h2 {
  font-weight: 600;
}
.brand-stor-page .heading-sec h2 {
  font-weight: 900;
}
.brand-text {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}
.brand-text {
  width: 900px;
  max-width: 100%;
  margin: 0 auto 0 auto;
  padding: 30px 0 0 0;
}
.brand-text b {
  font-size: 24px;
  margin: 0 0 20px 0;
  line-height: inherit;
  font-weight: 800;
  color: #d87966;
}
.heading-sec h2 i {
  font-style: normal;
  color: #d87966;
}
.team-name {
  position: relative;
}
.team-name:hover .hover-show {
  opacity: 1;
  pointer-events: all;
  text-align: center;
  background-color: #ffffffba;
}
.team-name {
  text-align: center;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}
.team-row-f {
  width: calc(20% - 20px);
  margin: 0 10px;
}
.team-name img {
  filter: grayscale(100%);
}
.team-name:hover img {
  filter: grayscale(0%);
}
.team-name .hover-show b {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  line-height: normal;
  color: #303179;
}
.team-name .hover-show i {
  font-size: 15px;
  font-weight: 900;
  font-style: normal;
  line-height: 25px;
  color: #303179;
}
.team-member-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ceo-post {
  display: flex;
  justify-content: center;
}
.ceo-post .team-name {
  width: 380px;
}
/************Menu*************/
@media (min-width:768px) {
  .fixed-top:hover {
    background-color: #fff;
  }
  .fixed-top {
    transition: .2s;
  }
  .nav-item ul .sub:hover > ul {
    background-color: #fff;
  }
  .fixed-top:hover .fix-logo {
    display: none;
  }
  .fixed-top:hover .scroll-logo {
    display: inline-block;
  }
  .fixed-top:hover .nav-item ul li.sub > a {
    color: #111;
  }
  .fixed-top:hover .social-post a {
    color: #111;
  }
  .nav-item ul ul {
    border: solid 0px #ddd;
    box-shadow: none;
  }
  .nav-item ul .sub:hover > ul {
    top: 63px;
  }
}
.nav-item ul ul {
  top: 63px;
  transition: .0s;
}
/************Menu*************/
.ai-page .heading-sec h2 {
  font-size: 26px;
}
.index-1.ai-page section.contact-us-sec {
  padding: 100px 0;
  background-color: #292C74;
}
.cont-inf-det > b {
  font-size: 25px;
  color: #d87966;
  padding: 15px 0;
  display: block;
}
.cont-inf-det {
  display: flex;
  flex-direction: column;
  width: 260px;
  color: #fff;
  text-align: left;
}
.contact-info .col-md-4 {
  display: flex;
  justify-content: center;
}
.cont-inf-det li img {
  position: relative;
}
.cont-inf-det li {
  position: relative;
  padding: 0 0 0 40px;
  color: #6B6B6B;
  line-height: 20px;
  font-size: 18px;
  margin: 0 0 20px 0;
  text-align: left;
}
.cont-inf-det li img {
  width: 30px;
  top: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
}
.cont-inf-det li p {
  font-size: 15px;
}
.services-sec {
  top: 0px;
  position: relative;
  margin: 0 15px 30px 15px;
  padding: 20px 20px;
  text-align: center;
  border-radius: 30px;
  left: 0px;
  overflow: hidden;
  height: 500px;
  box-shadow: 0px 10px 15px 0px #3333330f;
  min-height: 390px;
  background: rgba(255, 255, 255, 1);
  transition: .2s;
}
.services-sec b {
  display: block;
  font-size: 21px;
  font-weight: 900;
  text-align: left;
  line-height: normal;
  min-height: 60px;
}
.services-sec p {
  color: #9A9A9A;
  line-height: 19px;
  text-align: left;
  font-size: 14px;
}
.services-sec img {
  display: inline-block;
}
.services-sec .hover-show {
  position: absolute;
  height: 100%;
  background-color: #303179;
  z-index: 0;
  display: flex;
  padding: 0 40px;
  transition: .2s;
  background-size: cover;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
}
.services-sec:hover .hover-show {
  pointer-events: auto;
  opacity: 1;
}
.services-sec .hover-show-img {
  display: none;
}
.services-sec:hover .hover-hide-img {
  display: none;
}
.services-sec:hover .hover-show-img {
  display: inline-block;
}
.services-sec:hover center {
  position: relative;
  z-index: 2;
}
.services-sec:hover b, .services-sec:hover p {
  color: #fff;
  position: relative;
  z-index: 2;
}
.services-sec a {
  width: 35px;
  display: inline-block;
  opacity: 0;
  margin: 19px 0 0 0;
  transition: .2s;
}
.services-sec a {
  width: 35px;
  display: inline-block;
  opacity: 0;
  position: relative;
  margin: 19px 0 0 0;
  transition: .2s;
  z-index: 2;
}
.services-sec:hover a {
  color: #fff;
  opacity: 1;
}
.employee-benefits-page .bef-img-1:hover {
  background: url(../images/employee-benefits/bef-hov-1.png) #2F307C;
}
.employee-benefits-page .bef-img-2:hover {
  background: url(../images/employee-benefits/bef-hov-2.png) #2F307C;
}
.employee-benefits-page .bef-img-3:hover {
  background: url(../images/employee-benefits/bef-hov-3.png) #2F307C;
}
.employee-benefits-page .bef-img-4:hover {
  background: url(../images/employee-benefits/bef-hov-4.png) #2F307C;
}
.mobile-development-page .col-md-6.visiblity-none {
  margin: 0;
}
.mobile-development-page section.whatweoffer-sec {
  background-color: #F6F6F6;
  display: flex;
  flex-direction: column;
  padding: 0 0 80px 0;
}
.mobile-development-page .offer-sec {
  background-color: #fff;
}
.crs-page .caption-header h5 {
  position: relative;
  padding: 0 55px;
}
.crs-page .caption-header h5 > img {
  position: absolute;
  width: 60px;
  left: 0;
  top: -20px;
}
.crs-page .caption-header h5 > img:last-child {
  position: absolute;
  left: auto;
  top: auto;
  right: 0;
  bottom: -15px;
}
.crs-page .caption-header h5:before {
  display: none;
}
.index-1.crs-page section.contact-us-sec {
  padding: 100px 0;
  background-color: transparent;
}
.index-1.crs-page .col-md-6.visiblity-none {
  margin: 0 0 0 0;
}
.case-cont.left-align {
  float: left;
}
.crs-page .case-cont h5 {
  font-size: 35px;
  color: #fff;
  position: relative;
  padding: 0 40px;
  margin: 0 0 15px 0;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  line-height: normal;
}
.crs-page .case-cont h5 img:last-child {
  position: static;
  left: auto;
  top: auto;
  right: 0;
  display: inline-block;
  bottom: -15px;
}
.crs-page .case-cont h5 > img {
  position: absolute;
  left: 0;
  width: 40px;
  top: -12px;
}
.crs-page .case-cont.black-text h5 {
  color: #000;
}
.case-cont ul li {
  font-size: 18px;
  background-image: url("../images/crs/check-mark.png");
  color: #fff;
  background-repeat: no-repeat;
  margin: 4px 0;
  font-weight: 300;
  background-position: 0 8px;
  padding: 0 0 0 20px;
}
.crs-page .blue-list ul {
  width: 800px;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  background-position: 0 center;
  max-width: 100%;
}
.crs-page .blue-list ul li {
  width: 50%;
  margin: 2px 0;
}
.black-text.case-cont p {
  font-size: 20px;
  color: #000;
  margin: 20px 0 30px 0;
}
.black-text.case-cont ul li {
  color: #000;
}
.crs-page .case-cont p {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  margin: 20px 0 30px 0;
}
.impact-text p {
  font-size: 20px;
  color: #000;
  font-weight: 300;
  margin: 20px 0 30px 0;
  text-align: center;
}
.case-cont.left-align {
  float: left;
  margin: 50px 0;
}
section.blue-sec {
  background-color: #141850;
  text-align: center;
  padding: 50px 0;
}
.blue-sec b {
  font-weight: bold;
  color: #fff;
  font-size: 30px;
}
section.blue-sec p {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  margin: 20px 0 30px 0;
}
.blue-list {
  text-align: left;
  color: #fff;
  font-size: 18px;
  display: flex;
  font-weight: 300;
  flex-direction: row;
  justify-content: center;
}
.blue-list ul {
  width: 35%;
}
.blue-list ul li {
  background-image: url(../images/crs/check-mark.png);
  color: #fff;
  background-repeat: no-repeat;
  margin: 10px 0;
  background-position: 0 8px;
  padding: 0 0 0 20px;
}
.blue-sec b img {
  width: 40px;
}
.crs-page .case-cont.black-text p {
  color: #000;
}
.clod-computing-page .heading-sec h2 {
  font-size: 30px;
}
.clod-computing-page .services-sec {
  min-height: auto;
}
.clod-computing-page .services-sec:hover {
  background-color: #141850;
}
.clod-computing-page .services-sec p, .clod-computing-page .services-sec b {
  text-align: center;
}
.clod-computing-page .services-sec {
  min-height: auto;
  padding-top: 50px;
  margin: 0 50px;
  padding-bottom: 50px;
}
section.our-services-sec {
  background-color: #F1F1F1;
  padding: 0 0 80px 0;
  display: flex;
  flex-direction: column;
}
.clod-computing-page .services-sec b {
  padding: 20px 0;
}
.xcel-sec h2 {
  margin-bottom: 70px;
}
.heading-sec h2.medium-font-size {
  font-size: 25px;
  font-weight: 600;
}
.caree-text p {
  text-align: center;
  line-height: 25px;
  width: 1080px;
  color: #2B2B2B;
  font-size: 18px;
  margin: 0 auto;
  max-width: 100%;
}
section.caree-text {
  padding: 30px 0 40px 0;
}
.career .offer-sec {
  top: 0px;
  margin: 0 20px 30px 20px;
  padding: 20px 20px;
  text-align: center;
  border-radius: 30px;
  left: 0px;
  box-shadow: 0px 10px 15px 0px #3333330f;
  height: auto;
  background: rgba(255, 255, 255, 1);
  transition: .2s;
}
.career .offer-sec p {
  min-height: inherit;
  margin: 15px 0;
  color: #000;
  padding: 0;
  font-weight: 600;
}
.career .offer-sec:hover a {
  background-color: #d87966;
  color: #fff;
}
.career .offer-sec a {
  border: solid 1px #d87966;
  border-radius: 100px;
  color: #d87966;
  padding: 10px 25px;
  width: auto;
  margin: 10px 0 50px 0;
  opacity: 1;
  display: inline-block;
  justify-content: flex-start;
  font-size: 16px;
  font-weight: normal;
  align-items: center;
}
.career .offer-sec:hover p {
  color: #fff;
}
section.join-us-opt {
  padding: 40px 0 40px 0;
  background-color: #EDEDED;
  display: flex;
  margin: 80px 0 0 0;
}
section.join-us-opt p {
  text-align: center;
  line-height: 25px;
  width: 1080px;
  color: #2B2B2B;
  min-height: 200px;
  font-size: 18px;
  margin: 0 auto;
  max-width: 100%;
}
.contact-info {
  width: 90%;
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 9;
  right: 0;
  margin: 0 auto;
}
.contact-us-page .slider-01:before {
  content: "";
  width: 100%;
  background-size: cover;
  pointer-events: none;
  height: 100%;
  opacity: .8;
  position: absolute;
  background-color: #141850;
  background-repeat: repeat-x;
}
.heading-contact h5 {
  color: #fff;
  font-size: 50px;
  letter-spacing: 2px;
  font-weight: 900;
}
.heading-contact p {
  color: #fff;
  margin: 20px 0 0 0;
  font-size: 20px;
}
.heading-contact {
  padding: 80px 0 100px 0;
  text-align: center;
}
.contact-us-page .slider-01 {
  height: 1050px;
}
.we-are-here {
  padding: 80px 0 50px 0;
  text-align: center;
}
.we-are-here b {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}
.we-are-here p {
  color: #fff;
  margin: 20px 0 0 0;
  font-size: 20px;
}
.contact-us-page .top-section {
  height: auto;
}
.cont-inf-det p {
  font-size: 18px;
}
.cont-inf-det em {
  font-size: 20px;
  font-style: normal;
  margin: 0;
}
p.drop-mail {
  text-align: center;
  color: #fff;
  font-size: 25px;
  margin: 100px 0 0 0;
}
p.drop-mail b {
  font-weight: 600;
}
.contact-inp select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.contact-form-new {
  display: flex;
  flex-wrap: wrap;
}
.form-met {
  width: 100%;
  border: 0;
  padding: 25px 30px;
  font-size: 18px;
}
.contact-inp {
  width: calc(50% - 2px);
  background-color: #fff;
  margin: 0px 1px 2px 1px;
}
.contact-inp.l-t-ra {
  border-radius: 15px 0 0 0;
}
.contact-inp.r-t-ra {
  border-radius: 0 15px 0 0;
}
.contact-inp.r-b-ra {
  border-radius: 0 0 15px 15px;
}
.contact-inp.r-b-ra.full-div {
  width: 100%;
  overflow: hidden;
}
.contact-inp select.form-met {
  background-image: url(../images/contact-us/arrow.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 14px) center;
  background-size: 20px;
}
.contact-inp .file {
  background-image: url(../images/contact-us/arrow.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 14px) center;
  background-size: 20px;
  position: relative;
}
.contact-inp .file input {
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  cursor: pointer;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.contact-inp .file em {
  font-style: normal;
  padding: 0 30px;
  font-size: 18px;
  line-height: 70px;
}
textarea.form-met {
  min-height: 160px;
}
.error-page .slider-01 .container {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: flex-end;
}
.slider-capt p {
  color: #fff;
  font-weight: 300;
  font-size: 15px;
}
.slider-capt b {
  text-align: center;
  color: #fff;
  font-size: 23px;
  line-height: 27px;
  font-weight: 400;
}
.slider-capt {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 0 100px 0;
  align-items: center;
}
.slider-capt.black-text b, .slider-capt.black-text p {
  color: #000;
}
.about-text strong {
  font-size: 25px;
  font-weight: 900;
}
.about-text p {
  font-size: 19px;
  margin: 8px 0;
  line-height: 25px;
  color: #2B2B2B;
}
.case-slider-01 {
  background-position: center;
  background-size: cover;
}
ul.privacy-li {
  list-style: none;
  padding: 120px 0 0 0;
}
ul.privacy-li li {
  background-image: url(../images/privacy-policy-page/check.png);
  line-height: normal;
  padding: 3px 0 3px 45px;
  background-size: 20px;
  font-size: 19px;
  background-repeat: no-repeat;
  background-position: 10px 3px;
  margin: 0 0 7px 0;
  color: #2B2B2B;
}
.privacy-text b {
  font-weight: 900;
  margin: 0 0 10px 0;
  font-size: 19px;
  display: block;
}
.privacy-text p {
  font-size: 19px;
  margin: 0 0 10px 0;
  line-height: normal;
}
.cca-pri-text ul.privacy-li {
  padding: 15px 0 30px 0;
}
.cca-pri-text b {
  font-size: 19px;
  font-weight: 900;
}
.cca-pri-text p {
  font-size: 19px;
}
section.ccpa-sec {
  background-color: #efefef;
  margin: 40px 0;
  padding: 40px 0 0px 0;
}
section.c-nfo-sec p, section.c-nfo-sec b {
  text-align: center;
  display: block;
}
section.c-nfo-sec b {
  font-size: 19px;
  font-weight: 900;
  margin: 0 0 5px 0;
}
section.c-nfo-sec p {
  font-size: 17px;
  width: 1040px;
  margin: 0 auto 15px auto;
  max-width: 100%;
  line-height: normal;
}
section.c-nfo-sec p strong {
  font-weight: 900;
}
.terms-condi-sec b {
  font-size: 18px;
  font-weight: 900;
  margin: 30px 0 5px 0;
  display: block;
}
section.terms-condi-sec p {
  font-size: 18px;
  line-height: normal;
  margin: 0 0 15px 0;
}
section.terms-condi-sec ul {}
section.terms-condi-sec li {
  font-size: 18px;
  line-height: normal;
}
section.terms-condi-sec ul {
  list-style: initial;
  padding: 0 0 15px 20px;
}
section.terms-condi-sec .error-report ul {
  list-style: lower-roman;
}
section.terms-condi-sec li {
  font-size: 18px;
  margin: 0 0 10px 0;
}
.pm-page .bef-img-1:hover {
  background: url(../images/product-maintenance/why-hov-1.png) #2F307C;
}
.pm-page .bef-img-2:hover {
  background: url(../images/product-maintenance/why-hov-2.png) #2F307C;
}
.pm-page .bef-img-3:hover {
  background: url(../images/product-maintenance/why-hov-3.png) #2F307C;
}
.pm-page .bef-img-4:hover {
  background: url(../images/product-maintenance/why-hov-4.png) #2F307C;
}
.pm-page .bef-img-5:hover {
  background: url(../images/product-maintenance/why-hov-5.png) #2F307C;
}
.pm-page .bef-img-6:hover {
  background: url(../images/product-maintenance/why-hov-6.png) #2F307C;
}
.pm-page .bef-img-1:hover {
  background: url(../images/product-maintenance/bef-hover-1.png) #2F307C;
}
.pm-page .bef-img-2:hover {
  background: url(../images/product-maintenance/bef-hover-2.png) #2F307C;
}
.pm-page .bef-img-3:hover {
  background: url(../images/product-maintenance/bef-hover-3.png) #2F307C;
}
.pm-page .bef-img-4:hover {
  background: url(../images/product-maintenance/bef-hover-4.png) #2F307C;
}
.pm-page.index-3 .offer-sec {
  margin: 0 0 30px 0;
}
.qa-page.index-3 .offer-sec {
  padding: 40px 20px;
  height: auto;
}
.qa-page.index-3 .offer-sec {
  padding: 40px 20px;
  box-shadow: none;
  height: auto;
  margin: 0;
}
section.testing-sec {
  background-color: #F4F4F4;
  padding: 50px 0;
  margin: 60px 0;
}
.qa-page.index-3 .testing-sec .offer-sec {
  min-height: 470px;
}
.contact-us-page .contact-us-form {
  padding: 0 30px;
  background: transparent;
  box-shadow: none;
  border-radius: 40px;
  margin: 0 20px;
}
.contact-us-page .center {
  margin: 0px 0 20px 0;
}
.contact-us-page .contact-us-form button {
  margin: 20px 0 20px 0;
}
.contact-us-page .form-met {
  padding-top: 15px;
  padding-bottom: 15px;
}
.contact-us-page.index-1 .contact-us-form b {
  margin: 0px 0 15px 0;
  color: #303179;
  font-size: 28px;
  padding: 15px 0 0 0;
}
.crs-page .case-cont {
  width: 50%;
}
.crs-page .case-slider-01 {
  background-position: 0 center;
}
.polict-s {
  display: flex;
  align-items: flex-end;
}
.polict-s em {
  margin-left: auto;
}
.polict-s em a:hover {
  opacity: 1;
}
.polict-s em a {
  color: #fff;
  font-style: normal;
  opacity: .4;
  margin: 0 0 0 20px;
}
/***************************Extra Index**********************/
.caption-header h5 img {
  width: 30px;
  display: inline-block;
  margin: -20px 5px 0 0;
}
center.shape- img {
  display: inline-block;
  width: 500px;
  margin: 50px 0;
  max-width: 100%;
}
.we-share b {
  text-align: center;
  font-size: 35px;
  line-height: normal;
  color: #001a3f;
  display: block;
  margin: 50px 0 0 0;
}
center.we-quo img {
  width: 65px;
}
.new-case-studi .case-cont h5 {
  font-size: 30px;
  color: #d87966;
  font-weight: 400;
  margin: 0 0 25px 0;
  display: inline-block;
  border-bottom: solid 1px #d87966;
  line-height: 80px;
}
.new-case-studi .case-cont {
  width: 630px;
  float: left;
  min-height: 530px;
  max-width: 100%;
}
.new-case-studi .case-cont b {
  color: #fff;
}
.new-case-studi .case-cont b.ecom {
  margin-top: 90px;
}
.new-case-studi .case-cont p {
  font-weight: 300;
}
.case-studies-slider ul.slick-dots {
  position: absolute;
  width: 1300px;
  z-index: 9;
  bottom: 0;
  height: 90px;
  margin: 0 auto;
  left: 0;
  right: 0;
  max-width: 100%;
}
.case-studies-slider ul.slick-dots li {
  display: inline-block;
  margin: 0 10px 0 0px;
}
.case-studies-slider ul.slick-dots .slick-active button {
  border: solid 2px #fff;
  background-color: #fff;
}
.case-studies-slider ul.slick-dots button {
  background-color: transparent;
  font-size: 0;
  width: 18px;
  height: 18px;
  margin: 8px 0;
  border-radius: 50%;
  border: solid 2px #fff;
}
section.case-studi-sec.new-case-studi {
  margin: 150px 0 0 0;
  position: relative;
}
section.case-studi-sec.new-case-studi:after {
  content: "";
  position: absolute;
  bottom: 20px;
  width: 75%;
  background-image: url("../images/top-shape.svg");
  background-color: #cc7662;
  height: 80px;
  z-index: -1;
  right: 0;
  background-repeat: no-repeat;
  background-position: 0 0px;
}
section.case-studi-sec.new-case-studi:before {
  content: "";
  position: absolute;
  top: -50px;
  width: 75%;
  background-image: url("../images/botm-shape.svg");
  background-color: #cc7662;
  height: 80px;
  z-index: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 100% 0px;
}
.first-testmonial p {
  transition: .2s;
  opacity: 0;
}
.testi-sender b {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  transition: .2s;
  margin: 0;
  vertical-align: top;
  opacity: 0;
  min-height: 80px;
}
.slick-center .testi-sender b {
  opacity: 1;
}
.slick-center.first-testmonial p {
  opacity: 1;
}
.first-testmonial p {
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  text-align: justify;
}
.comnt-img {
  height: 280px;
  transition: .2s;
  width: 250px;
  display: inline-block;
  vertical-align: baseline;
  background-position: center;
}
.first-testmonial {
  text-align: center;
  transform: scale(0.8);
  transition: .2s;
}
.slick-center .comnt-img {
  height: 300px;
  background-repeat: no-repeat;
  width: 100%;
}
.slick-center.first-testmonial {
  transform: scale(1);
}
.first-testmonial p {
  color: #fff;
  font-weight: 300;
}
.test-bg {
  background-repeat: no-repeat;
  background-position: center;
}
.testi-sender b i {
  font-style: normal;
  font-weight: bold;
}
.testimonial-slider button.slick-arrow {
  position: absolute;
  bottom: 0;
  top: 0;
  left: -80px;
  background-color: transparent;
  border: 0;
  height: 30px;
  width: 30px;
  z-index: 9;
  background-size: contain;
  border: 0;
  background-image: url("../images/test-arrow-left.svg");
  font-size: 0;
  margin: auto;
}
.testimonial-slider button.slick-next.slick-arrow {
  background-image: url("../images/test-arrow-right.svg");
  left: auto;
  right: -80px;
}
.new-heading {
  font-size: 30px;
  color: #d87966;
  font-weight: 400;
  margin: 0 0 25px 0;
  display: inline-block;
  border-bottom: solid 1px #d87966;
  line-height: 80px;
}
.career-index b {
  font-size: 35px;
  font-family: 'Montserrat', sans-serif;
  color: #141850;
  font-weight: 600;
  display: block;
  margin: 10px 0 35px 0;
  line-height: normal;
}
.career-index p {
  color: #292c66;
  font-size: 23px;
}
section.career-home-sec:before {
  content: "";
  background-image: url("../images/career-top.png");
  width: 100%;
  position: absolute;
  height: 180px;
  top: -3px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
section.career-home-sec {
  display: flex;
  min-height: 750px;
  position: relative;
  background-repeat: no-repeat;
  margin: 80px 0 0 0;
  align-items: center;
  background-color: #c1d9ed;
  background-position: center;
}
.video-play {
  position: relative;
}
.video-play:before {
  content: "";
  background-image: url(../images/page-01/play-btn.png);
  width: 180px;
  height: 180px;
  position: absolute;
  z-index: 999;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  pointer-events: none;
  right: 0;
  left: 0;
  margin: auto;
}
.video-play {
  text-align: center;
}
.video-play a {
  display: inline-block;
}
.video-play em {
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  display: block;
  position: absolute;
  font-style: normal;
  color: #fff;
  left: 0;
  right: 0;
  margin: auto;
  top: 40px;
}
section.index-video-ligh {
  margin: 0 0 100px 0;
}
.team-row-f.te1 {
  margin-top: 300px;
}
.team-row-f.te4 {
  margin-top: 70px;
}
.team-row-f.te5 {
  margin-top: 260px;
  margin-bottom: 300px;
}
.thank-text {
  text-align: center;
}
.thank-text h5 {
  font-size: 50px;
  font-weight: 900;
  color: #fff;
  margin: 0 0 30px 0;
}
.thank-text p {
  color: #141850;
  font-size: 23px;
  line-height: 25px;
}
.thankyou-page .slider-01:before {
  display: none;
}
.career-inner-page .top-section {
  height: 500px;
}
.career-inner-page .slider-01 {
  height: 500px;
}
section.career-inner-content {
  padding: 50px 0;
}
.career-inner-content h5 {
  font-size: 32px;
  margin: 0px 0 15px 0;
}
.exp-sec b {
  font-size: 18px;
  margin: 0 20px 0 0;
}
.career-info b {
  font-size: 18px;
  font-weight: 900;
  margin: 30px 0 10px 0;
  display: block;
}
.exp-sec b img {
  margin: 0 5px 0 0px;
}
.career-info {
  margin: 30px 0 0 0;
}
.career-info p {
  margin: 0 0 10px 0;
  font-size: 18px;
  line-height: 22px;
}
.career-info ul li {
  margin: 0 0 10px 0;
  font-size: 18px;
  line-height: 17px;
}
.career-info ul {
  list-style: inside;
}
.e-learning-page .techlology-content p {
  min-height: 130px;
}
.e-learning-page .techlology-content b {
  min-height: 50px;
  font-weight: 800;
  line-height: normal;
  margin: 0;
}
.left-alig .case-cont {
  float: left;
  margin: 0;
  width: 50%;
}
.left-alig .case-cont p {
  font-size: 18px;
}
.left-alig .container {
  display: flex;
  align-items: center;
}
.left-alig .case-slider-01 {
  min-height: 550px;
  display: flex;
}
.left-alig .case-cont b {
  color: #fff;
}
.heading-sec h2 b img {
  width: 170px;
}
.index-2 .techlology-content p {
  min-height: 235px;
}
.services-sec img {
  width: 100px;
}
.digital-page .techlology-content p {
  min-height: 115px;
}
section.technology-sec.edi-sec {
  background-color: #ffff;
  padding: 10px 0;
}
section.technology-sec.edi-sec .heading-sec h2 {
  margin: 40px 0 80px 0;
}
section.technology-sec.edi-sec .techlology-content {
  margin: 0 15px;
  padding: 20px 40px;
  text-align: center;
  border-radius: 20px;
  box-shadow: none;
}
section.technology-sec.edi-sec .techlology-content a {
  opacity: 1;
}
section.technology-sec.edi-sec .techlology-content a svg {
  fill: #141850;
}
section.technology-sec.edi-sec .techlology-content:hover {
  background-image: none;
  background-size: cover;
  background-color: #e2bab3;
}
section.technology-sec.edi-sec .techlology-content a svg {
  fill: #d87966;
  margin: 0 0 30px 0;
}
section.technology-sec.edi-sec .techlology-content:hover a svg {
  fill: #fff;
}
section.technology-sec.edi-sec .techlology-content p {
  min-height: 180px;
  padding: 20px 0;
}
.edi-secion-page .left-alig .case-slider-01 {
  min-height: 700px;
  display: flex;
}
.fantacy-sports-page .offer-sec:hover {
  background-size: cover !important;
  background-color: #303179;
  background-image: url("../images/fantacy-sports/hov-img.png");
}
.fantacy-sports-page .techlology-content b {
  line-height: normal;
}
.fantacy-sports-page .techlology-content p {
  min-height: 150px;
}
.sp-img-1.techlology-content:hover {
  background-image: url(../images/fantacy-sports/fas-img-1.png);
}
.sp-img-2.techlology-content:hover {
  background-image: url(../images/fantacy-sports/fas-img-2.png);
}
.sp-img-3.techlology-content:hover {
  background-image: url(../images/fantacy-sports/fas-img-3.png);
}
.sp-img-4.techlology-content:hover {
  background-image: url(../images/fantacy-sports/fas-img-4.png);
}
.fantacy-sports-page .left-alig .case-slider-01 {
  min-height: 700px;
  display: flex;
}
.tab-content > .tab-pane {
  display: none
}
.tab-content > .active {
  display: block
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.tab-sec-sports {
  background-color: #F7F7F7;
  padding: 70px 0;
}
.tab-sec-sports ul.nav.nav-tabs {
  border: 0;
  text-align: center;
  display: flex;
  width: 100%;
  justify-content: center;
}
.tab-sec-sports ul.nav.nav-tabs li {
  display: inline-block;
  width: auto;
}
.tab-sec-sports ul.nav.nav-tabs li button {
  border: solid 2px #d97863;
  border-radius: 100px;
  padding: 10px 25px;
  min-height: 50px;
  color: #d97863;
  margin: 0 10px 60px 10px;
  font-size: 16px;
  display: inline-block;
  line-height: 18px;
  background-color: #fff;
  font-weight: 500;
}
.tab-sec-sports ul.nav.nav-tabs li button.active {
  background-color: #d97863;
  color: #fff;
}
.fantacy-sports-page .tab-sec-sports .offer-sec {
  box-shadow: none;
  border-radius: 35px;
}
.fantacy-sports-page .tab-sec-sports .offer-sec:hover {
  background-size: cover !important;
  background-color: #e2bab3;
  background-image: none;
}
.fantacy-sports-page .tab-sec-sports .offer-sec p {
  color: #141850;
}
.fantacy-sports-page .tab-sec-sports .offer-sec:hover p {
  color: #141850;
}
.fantacy-sports-page section.whatweoffer-sec {
  background-color: #EEEEEE;
  padding: 30px 0 60px 0;
  width: 100%;
}
.fantacy-sports-page .offer-sec {
  box-shadow: none;
}
.techlology-content .hover-show-img {
  display: none;
}
.techlology-content:hover .hover-hide-img {
  display: none;
}
.techlology-content:hover .hover-show-img {
  display: inline-block;
}
.techlology-content center {
  margin: 30px 0;
}
.fantacy-sports-page .techlology-content {
  border-radius: 0;
}
.new-tech-sec .techlology-content:hover {
  background-image: none;
  background-size: cover;
  background-color: #e2bab3;
}
.new-tech-sec .techlology-content:hover a {
  opacity: 0;
}
.fantacy-sports-page .techlology-content b {
  line-height: normal;
  margin: 0;
  min-height: 50px;
}
.edi-support-secion-page.fantacy-sports-page .offer-sec:hover {
  background-size: cover !important;
  background-color: #e2bab3;
  background-image: none;
}
.benefits-enrollment-page .offer-sec {
  box-shadow: none;
}
.benefits-enrollment-page .offer-sec:hover {
  background-size: cover !important;
  background-color: #e2bab3;
  background-image: none;
}
.benefits-enrollment-page .techlology-content {
  border-radius: 0;
}
.benefits-enrollment-page .techlology-content p {
  min-height: 180px;
}
.benefits-enrollment-page section.technology-sec.new-tech-sec {
  background-color: #F5F5F5;
  padding: 10px 0;
  margin: 60px 0 0 0;
}
.technology-slider.center-div {
  text-align: center;
}
.technology-slider.center-div .slick-track {
  display: inline-block;
}
section.mob-app {
  padding: 90px 0;
  background-color: #303179;
}
.app-info a {
  display: inline-block;
  width: 180px;
  margin: 0 15px 0 0;
}
.mob-app-text h5 {
  font-size: 35px;
  color: #fff;
  margin: 0 0 20px 0;
  position: relative;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  line-height: normal;
}
.mob-app-text p {
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  margin: 0 0 30px 0;
  color: #fff;
}
.app-info {
  margin: 80px 0 0 0;
}
section.mob-app .col-md-7 {
  display: flex;
  align-items: center;
}
.offer-slider button.slick-arrow, .why-choose-slider button.slick-arrow, .why-choose-slider-3 button.slick-arrow, .hr-slider button.slick-arrow {
  position: absolute;
  bottom: 0;
  top: 0;
  left: -80px;
  background-color: transparent;
  border: 0;
  height: 30px;
  width: 30px;
  z-index: 9;
  background-size: contain;
  background-image: url("../images/slider-left.svg");
  font-size: 0;
  margin: auto;
}
.offer-slider button.slick-next.slick-arrow, .why-choose-slider button.slick-next.slick-arrow, .why-choose-slider-3 button.slick-next.slick-arrow, .hr-slider button.slick-next.slick-arrow {
  background-image: url("../images/slider-right.svg");
  left: auto;
  right: -80px;
}
.offer-sec .hover-hide-img {
  display: inline-block;
}
.employee-benefits-page .offer-sec:hover {
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -ms-box-shadow: 0px 10px 45px 1px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 10px 45px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 10px 45px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 45px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 45px 1px rgba(0, 0, 0, 0.15);
  background: rgb(235 186 179);
  background: linear-gradient(0deg, rgba(235 186 179, 1) 0%, rgba(235 186 179, 1) 100%);
}
.all-in-one {
  background-color: #eee;
  padding: 20px 0 60px 0;
}
.benefits-enrollment-page .offer-sec {
  box-shadow: none;
  margin: 0 20px;
}
.leave-management-page .tab-sec-sports {
  padding: 1px 0 70px 0;
}
.leave-management-page .tab-sec-sports ul.nav.nav-tabs {
  margin-top: 100px;
}
.leave-manage b {
  color: #141850;
  font-size: 30px;
  margin: 0 0 10px 0;
  font-weight: 600;
  display: block;
}
.leave-manage p {
  margin: 15px 0 40px 0;
  font-size: 15px;
}
.leave-manage ul li img {
  width: 13px;
  margin: 0 5px 0 0;
}
.leave-manage li {
  margin: 0 0 5px 0;
  font-size: 15px;
}
.leave-management-page .tab-sec-sports .col-md-6 {
  display: flex;
  align-items: center;
}
.leave-management-page .offer-sec:hover {
  background-size: cover !important;
  background-color: #e2bab3;
  background-image: none;
}
.leave-management-page section.whatweoffer-sec {
  background-color: transparent;
}
.leave-management-page section.technology-sec.new-tech-sec {
  background-color: #F5F5F5;
  padding-top: 40px;
  padding-bottom: 20px;
}
.imc-center {
  text-align: center;
}
.about-text ul em {
  font-style: normal;
  display: block;
  font-weight: 600;
}
ul.dot-li {
  list-style: none;
}
ul.dot-li li {
  list-style: initial;
  margin: 15px 0 0 20px;
}
.slid-img {
  text-align: center;
}
.slid-img img {
  display: inline-block
}
.tech-sec ul.slick-dots .slick-active button {
  border: solid 2px #E07966;
  background-color: #E07966;
}
.tech-sec ul.slick-dots button {
  background-color: #9A9A9A;
  font-size: 0;
  width: 18px;
  height: 18px;
  margin: 8px 0;
  border-radius: 50%;
  border: solid 2px #9A9A9A;
}
.tech-sec ul.slick-dots {
  text-align: center;
}
.tech-sec ul.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.tech-sec ul.slick-dots {
  text-align: center;
  margin: 80px 0;
}
.benefit-text b {
  font-size: 25px;
  color: #1E214D;
  line-height: normal;
  margin: 0 0 10px 0;
  display: block;
}
.benefit-text p {
  font-size: 15px;
  margin: 8px 0;
  line-height: 25px;
  color: #2B2B2B;
}
.benefits-content {
  display: flex !important;
  flex-direction: row-reverse;
  align-items: center;
}
.benefit-text {
  width: 80%;
}
section.benefit-sec {
  background-color: #F5F5F5;
  padding: 30px 0 0 0;
  display: flex;
  flex-direction: column;
}
.tab-content > .tab-pane.active {
  height: auto;
}
.tab-content > .tab-pane {
  display: flex !important;
  overflow: hidden;
  height: 0;
}
.retirement-page .techlology-content {
  border-radius: 0;
}
.retirement-page .techlology-content p {
  min-height: 160px;
}
.grey-bg {
  background-color: #F5F5F5;
  padding-top: 1px;
  padding-bottom: 100px;
}
.retirement-page .no-hover .offer-sec:hover {
  background: none;
  background-color: #fff;
}
.retirement-page .no-hover .offer-sec:hover b {
  color: #000;
}
.retirement-page .no-hover .offer-sec {
  box-shadow: none;
  margin: 0 20px;
  background: #fff;
}
.hi-page.benefits-enrollment-page .offer-sec {
  box-shadow: none;
  margin: 0 0 25px 0;
}
.no-grey-bg {
  background-color: transparent !important;
}
.benefits-enrollment-page.hi-page .techlology-content {
  border-radius: 0;
  min-height: 440px;
}
.mt-10 {
  margin-top: 100px !important;
}
.mb-10 {
  margin-bottom: 100px !important;
}
.no-margin {
  margin: 0 !important;
}
.leave-manage p.second-p {
  margin: 0 0 10px 0;
}
.leave-manage ul li img {
  display: inline-block;
}
section.tech-sec.edi-solution {
  padding: 80px 0 0 0;
}
.first-testmonial a {
  display: block;
  position: relative;
}
.first-testmonial a:before {
  content: "";
  background-image: url("../images/page-01/play-btn.png");
  width: 100px;
  height: 100px;
  position: absolute;
  z-index: 999;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.index-1.retirement-page .e-com-sec .offer-sec p {
  min-height: 160px;
}
.qa-testing-page .testing-sec .offer-sec {
  transition: .3s;
  min-height: 390px;
}
.qa-testing-page .offer-sec p {
  min-height: 120px;
}
.product-maintenance-page .wcu-sec .offer-sec p {
  min-height: 150px;
}
.case-text li {
  margin: 0 0 10px 0;
  font-size: 18px;
  line-height: normal;
  color: #141850;
}
.case-text p {
  margin: 0 0 30px 0;
  font-size: 18px;
  color: #141850;
  line-height: normal;
}
h5.orange-heading {
  color: #d87966;
  font-weight: 900;
  margin: 0 0 30px 0;
}
.study-inner-page .contact-us-form .inp-form, .study-inner-page .contact-us-form .input-file {
  background-color: #F2F2F2;
}
.study-inner-page .contact-us-form li i em {
  border: solid #666666 1px;
}
.study-inner-page .contact-us-form b {
  color: #303179;
}
.study-inner-page .contact-us-form {
  border-radius: 15px;
  box-shadow: 0 0 40px 0px #ddd;
  background-color: #D9D9D9;
  padding: 30px 30px;
}
.case-text .perc-sec b {
  font-size: 40px;
  color: #d87966;
  display: flex;
  margin: 0;
  font-weight: 900;
}
.perc-sec b i {
  font-size: 40px;
  font-weight: 600;
  font-style: normal;
}
ul.new-li {
  list-style: inside;
}
.case-text {
  margin: 0 0 40px 0px;
}
.case-text b {
  margin: 20px 0 15px 0;
  font-size: 20px;
  color: #d87966;
  line-height: normal;
  font-weight: 900;
  display: block;
}
.story-1 b {
  font-size: 24px;
  font-weight: 900;
  margin: 0 0 17px 0;
  color: #303179;
  display: block;
}
.story-1 p {
  font-size: 18px;
  color: #9A9A9A;
  margin: 0 0 15px 0;
}
.story-1 a:hover {
  background-color: #E07966;
  color: #fff;
}
.story-1 a {
  border: solid 1px #E07966;
  border-radius: 150px;
  padding: 6px 20px;
  display: inline-block;
  color: #E07966;
}
.story-1 {
  margin: 40px 0;
}
.pagenation-div {
  text-align: center;
  margin: 60px 0 60px 0;
}
.pagenation-div b {
  background-color: #E07966;
  padding: 10px 10px;
  display: inline-block;
  color: #fff;
  border-radius: 5px;
}
.pagenation-div b {
  background-color: #E07966;
  padding: 10px 10px;
  display: inline-block;
  color: #fff;
  min-width: 50px;
  border-radius: 5px;
  margin: 0 20px;
}
.pagenation-div a {
  display: inline-block;
  color: #E07966;
  margin: 0 20px;
}
.e-com-sec .techlology-content {
  min-height: 430px;
}
.techlology-content img {
  width: 65px;
}
.white-box .offer-sec {
  background-color: #fff;
}
.career .offer-sec:hover {
  background: url("../images/page-01/hover-img.png") #2F307C;
}
.block-chain-sec .offer-sec p {
  min-height: 120px;
}
.pt-10 {
  padding-top: 100px;
}
.pb-10 {
  padding-bottom: 100px;
}
.hover-orange-bg .techlology-content:hover {
  background-image: none;
  background-size: cover;
  background-color: #e2bab3;
}
.leading-ship > b {
  text-align: center;
  font-size: 22px;
  font-family: 'Montserrat', sans-serif;
  color: #141850;
  font-weight: 600;
  display: block;
  line-height: normal;
  margin: 40px 0 30px 0;
}
.why-choose-slider.center-div .slick-track {
  display: inline-block;
}
.why-choose-slider.center-div {
  text-align: center;
}
.prod-engineering .techlology-content:hover {
  background-color: #e2bab3;
  background-image: none;
}
.offer-sec {
  height: calc(100% - 25px);
}
.offer-sec p {
  padding-bottom: 30px;
}
.hover-white-text .techlology-content:hover p, .hover-white-text .techlology-content:hover b {
  color: #fff;
}
.hover-white-text .offer-sec:hover p, .hover-white-text .offer-sec:hover b {
  color: #fff;
}
.career .offer-sec:hover b {
  color: #fff;
}
.hi-page .offer-sec p {
  min-height: 200px;
}
.industries-slider a img {
  width: 30px;
}
.contact-inp.full-width {
  width: 100%;
}
.top-round {
  border-radius: 15px 15px 0 0;
}
.top-round input.form-met {
  border-radius: 15px 15px 0 0;
}
.case-text.dif-col p {
  color: #fff;
}
.case-text.dif-col {
  background-color: #141850;
  padding: 30px 30px;
}
.hi-page .less-height .offer-sec p {
  min-height: 100px;
}
.hi-page .offer-sec p {
  padding: 0;
}
.industries-slider a img {
  width: 30px;
}
.contact-inp.full-width {
  width: 100%;
}
.top-round {
  border-radius: 15px 15px 0 0;
}
.top-round input.form-met {
  border-radius: 15px 15px 0 0;
}
.case-text.dif-col p {
  color: #fff;
}
.case-text.dif-col {
  background-color: #141850;
  padding: 30px 30px;
}
.hi-page .less-height .offer-sec p {
  min-height: 100px;
}
.hi-page .offer-sec p {
  padding: 0;
}
.apply-modal-design .form-met {
  border: 1px solid #dee2e6;
  padding: 10px 15px;
  font-size: 15px;
}
.apply-modal-design .contact-inp {
  width: 100%;
  background-color: #fff;
  margin: 0px 0px 10px 0px;
}
.apply-modal-design button.default-btn {
  border: 0;
  font-size: 15px;
  padding: 10px 30px;
  margin: 0;
}
.apply-modal-design .center {
  margin: 0 0 20px 0;
}
.movile-show {
  display: none;
}
.lightbox .lightbox-close {
  background: #333;
  z-index: 9;
}
.lightbox .lightbox-close {
  background: #333;
  z-index: 9;
}
/**************/
.ebook-page .story-1 b {
  font-size: 18px;
  font-weight: 600;
  color: #E07966;
}
.ebook-page section.success-story-content {
  display: flex;
  flex-direction: column;
}
.white-paper-content-1 .wh-cn b {
  font-style: normal;
  font-weight: 800;
  font-size: 22px;
  line-height: 40px;
  margin: 0 0 10px 0;
  text-transform: capitalize;
  color: #E07966;
  display: block;
}
.white-paper-content-1 .wh-cn p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 40px 0;
  text-transform: capitalize;
  color: #141850;
}
section.white-paper-content-1 {
  margin: 50px 0 0 0;
}
section.blue-sec-white-board {
  background-color: #141850;
  padding: 50px 0;
}
section.blue-sec-white-board .blue-para-white b, .white-paper-content-1 .blue-para-white b {
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 40px;
  margin: 0 0 0px 0;
  text-transform: capitalize;
  color: #E07966;
  display: block;
}
section.blue-sec-white-board .blue-para-white p, .white-paper-content-1 .blue-para-white p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  margin: 0 0 40px 0;
  text-transform: capitalize;
  color: #fff;
}
.white-paper-content-1 .blue-para-white b {
  color: #E07966;
}
.white-paper-content-1 .blue-para-white p {
  color: #141850;
}
.ebook-inner-page .contact-us-form {
  border-radius: 0;
}
.ebook-inner-page .contact-us-form .inp-form, .ebook-inner-page .contact-us-form .input-file {
  border-radius: 0;
}
.ebook-inner-page select.inp-form {
  height: 50px;
  -webkit-appearance: none !important;
  -moz-appearance: none;
  -ms-appearance: none;
}
.ebook-inner-page select.inp-form {
  background-image: url("../images/white-book-page/arrow.png");
}
.ebook-inner-page select.inp-form {
  background-image: url("../images/white-book-page/arrow.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  background-size: 15px;
}
.ebook-inner-page .contact-us-form button {
  border-radius: 0;
}
section.ebooks-inner-content {
  margin: 100px 0;
}
.ebook-inner-page .blue-sep-sec {
  padding: 40px 40px;
  background-color: #141850;
  width: 450px;
  max-width: 100%;
  flex-direction: column;
}
.ebook-inner-page .blue-sep-sec h5 {
  color: #fff;
  font-size: 15px;
  margin: 0 0 20px 0;
}
.bl-sce b {
  color: #E07966;
  font-size: 15px;
  margin: 0 0 5px 0;
  display: block;
}
.bl-sce {
  margin: 0 0 25px 0;
}
.bl-sce ul li {
  color: #fff;
  font-size: 14px;
}
.testing-header.header-slider .slider-01 {
  height: auto;
}
.testing-header.header-slider .slider-01 .header-caption {
  margin-top: 160px;
}
.testing-header.header-slider .slider-01 .header-caption h5 {
  font-size: 45px;
  font-weight: bold;
  color: #fff;
  margin: 0 0 40px 0;
}
.testing-header.header-slider .slider-01 .header-caption p {
  font-size: 25px;
  font-weight: 300;
  color: #fff;
  margin: 0 0 40px 0;
}
.client-logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.client-logo i {
  margin: 10px 20px 10px 0px;
}
.testing-header.header-slider .contact-us-form b {
  font-size: 25px;
}
.testing-header.header-slider .contact-us-form b img {
  display: inline-block;
  margin: 0 0 0 10px;
  vertical-align: middle;
}
.testing-header.header-slider .contact-us-form {
  margin: 90px 0 0 0;
}
.testing-header.header-slider .center i {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  margin: 20px 0 0 0;
}
.testing-header.header-slider .center {
  text-align: center;
  margin: 0px 0 0px 0;
}
.cleine-audio {
  display: flex;
  align-items: center;
  margin: 40px 0 40px 0;
}
.cleine-audio p {
  padding: 0 20px;
  color: #fff;
  font-weight: 300;
  font-size: 20px;
  line-height: normal;
}
.cleine-audio em {
  width: 130px;
}
.cleine-audio em {
  margin: 0 40px 0 0;
}
.clien-img {
  width: 300px;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
}
.mic-aduio {
  display: flex;
  color: #fff;
  align-items: center;
}
.mic-aduio b {
  font-size: 20px;
  margin: 0 0 0 10px;
  line-height: normal;
}
.software-testing-page .top-section {
  height: auto;
}
.benefits-sec .heading-sec p {
  font-size: 20px;
  color: #1d1d1d;
  line-height: normal;
  letter-spacing: 0;
  font-weight: 500;
  margin: 0 0 15px 0;
}
.software-testing-page .offer-sec p {
  padding-bottom: 10px;
  min-height: auto;
  color: #333;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
}
.software-testing-page .offer-sec:hover {
  background-color: #141850;
}
.software-testing-page .offer-sec:hover p, .software-testing-page .offer-sec:hover b {
  color: #fff;
}
.div-center {
  display: flex;
  justify-content: center;
}
.div-center .col-lg-4.col-sm-6 {
  margin: 0 10px;
}
/********************/
.why-choose-slider.slick-initialized .slick-slide {
  display: flex;
  flex-direction: column;
  height: auto;
}
.why-choose-slider .techlology-content p {
  padding-bottom: 20px;
}
.why-choose-slider .slick-track {
  display: flex;
}
.why-choose-slider-3.slick-initialized .slick-slide {
  display: flex;
  flex-direction: column;
  height: auto;
}
.why-choose-slider-3 .techlology-content p {
  padding-bottom: 20px;
}
.why-choose-slider-3 .slick-track {
  display: flex;
}
/****************/
.extra-text b {
  display: block;
  text-align: center;
  font-size: 35px;
  line-height: normal;
  color: #141850;
  margin: 50px 0 20px 0;
  font-weight: 600;
}
.extra-text {
  text-align: center;
  margin: 0 0 80px 0;
}
.benefits-sec .heading-sec {
  margin: 0 0 50px 0;
}
.avoide-img {
  margin: 0 0;
  background-size: cover;
  text-align: center;
  padding: 80px 0;
}
section.avode-qa-sec h5 {
  text-align: center;
  font-size: 35px;
  color: #fff;
  margin: 0 0 50px 0;
}
section.avode-qa-sec p {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  margin: 0 0 15px 0;
}
.ford-1 b {
  font-size: 28px;
  color: #141850;
  font-weight: 900;
  margin: 0 0 15px 34px;
  display: block;
}
.ford-1 p {
  font-size: 28px;
  color: #141850;
  font-weight: 900;
  margin: 0 0 15px 0;
  display: block;
}
.ford-1 p {
  font-size: 22px;
  color: #000;
  line-height: normal;
  font-weight: 400;
  margin: 0 0 0 38px;
  display: block;
}
.work-flow-sec {
  text-align: center;
  display: flex;
  max-width: 100%;
  margin: 0 auto;
  flex-direction: column;
}
.ford-1 {
  text-align: left;
  width: 350px;
  max-width: 100%;
  margin-left: auto;
  padding: 10px 0;
  position: relative;
}
.ford-1:nth-child(odd) {
  text-align: left;
  margin-left: 0;
}
.nod-sec {
  position: absolute;
  left: calc(-100% - 144px);
  top: 0;
  margin: auto;
  width: 189px;
  bottom: 0;
  height: 100%;
}
.nod-sec:before {
  background-image: url("../images/st/mark.png");
  content: '';
  width: 189px;
  height: 138px;
  right: 0;
  transform: rotate(0);
  top: 0;
  position: absolute;
  margin: auto;
  bottom: 0;
}
.ford-1:nth-child(odd) .nod-sec {
  right: calc(-100% - 145px);
  left: auto;
}
.nod-sec i {
  font-size: 50px;
  font-style: normal;
  font-weight: 900;
  z-index: 9;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 73px;
  margin: auto;
  left: 55px;
}
.ford-1:nth-child(odd) .nod-sec i {
  font-style: normal;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 73px;
  margin: auto;
  left: 100px;
}
.nod-sec:after {
  width: 15px;
  background-color: #141850;
  position: absolute;
  height: 100%;
  left: 100%;
  content: "";
}
.ford-1:nth-child(odd) .nod-sec:after {
  right: 100%;
  left: auto;
}
.ford-1:first-child .nod-sec:after {
  border-radius: 7px 7px 0 0;
}
.ford-1:last-child .nod-sec:after {
  border-radius: 0 0 7px 7px;
}
.nod-sec.right-:before {
  transform: rotate(180deg);
}
.test-new-slider .fist-new- {
  display: flex;
}
.test-new-cont {
  padding: 0 0 0 40px;
  width: 100%;
}
.test-new-cont b {
  display: block;
  color: #141850;
  font-size: 21px;
}
.test-new-cont i {
  font-style: normal;
  color: #141850;
  font-size: 18px;
}
.test-new-cont p {
  font-size: 16px;
  text-align: justify;
  color: #141850;
  line-height: normal;
  margin: 30px 0 0 0;
}
.test-img {
  position: relative;
}
.fist-new- {
  padding: 0 0 60px 0;
}
.test-img:before {
  background-image: url("../images/st/test-after.png");
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  right: -15px;
  background-size: 200px;
  background-position: right bottom;
  bottom: -15px;
  z-index: -1;
}
.new-test {
  width: 820px;
  margin: 0 auto;
  max-width: 100%;
}
.test-new-slider button.slick-arrow {
  position: absolute;
  bottom: -200px;
  top: 0;
  left: 315px;
  background-color: transparent;
  border: 0;
  height: 30px;
  width: 30px;
  z-index: 9;
  background-size: contain;
  background-image: url("../images/test-arrow-left.svg");
  font-size: 0;
  margin: auto;
}
.test-new-slider button.slick-next.slick-arrow {
  background-image: url("../images/test-arrow-right.svg");
  left: auto;
  right: 430px;
}
.footer-lng {
  display: flex;
  align-items: center;
}
.footer-lng img {
  margin: 0 0 0 10px;
  width: 60px;
}
.div-center .offer-sec {
  margin: 0 12px;
}
.software-testing-page .first-client {
  height: 330px;
}
.software-testing-page .hover-show p {
  min-height: 170px;
  line-height: normal;
}
.software-testing-page .hover-show img {
  padding-top: 20px;
}
/********Captcha*******/
.captcha {
  text-align: center;
}
.captcha div {
  display: inline-block;
}
.captcha {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  margin: 0px 0 0 0;
}
.ofcs-tech-sec .offer-sec img {
  width: 100px;
}
.ofcs-tech-sec .offer-sec {
  box-shadow: none;
}
.ofcs-hfd .ford-1:nth-child(odd) {
  text-align: right;
  margin-left: 0;
  margin-right: auto;
}
.ofcs-hfd .ford-1 {
  margin-right: 0;
  margin-left: auto;
  margin-bottom: -2px;
  text-align: left;
  margin-top: 10px;
}
section.hfd-sec.ofcs-hfd .work-flow-sec {
  position: relative;
}
.conut-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.insig-slider button.slick-arrow {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  background-color: transparent;
  border: 0;
  height: 30px;
  width: 30px;
  z-index: 9;
  background-size: contain;
  background-image: url("../images/test-arrow-left.svg");
  font-size: 0;
  margin: auto;
}
.insig-slider button.slick-next.slick-arrow {
  background-image: url("../images/test-arrow-right.svg");
  left: auto;
  right: 0;
}
.insig-slider {
  padding: 0 11%;
}
.f-in-text {
  padding: 20px 20px;
  border: solid 2px #9b9b9b;
}
.f-insec {
  margin: 0 10px;
}
.f-in-text b {
  font-size: 20px;
  color: #141850;
  display: block;
  font-weight: 800;
  margin: 0 0 20px 0;
  line-height: normal;
}
.f-in-text a {
  display: flex;
  width: 100%;
  color: #333333;
  justify-content: space-between;
  font-size: 16px;
}
.insec-sec .heading-sec p {
  margin: 0 0 50px 0;
}
.case-text i {
  margin: 0 0 10px 0;
  font-size: 18px;
  color: #E07966;
  line-height: normal;
  display: block;
  font-style: normal;
}
.head-cen ul li img {
  width: 15px;
}
.new-top-header {
  background-color: #e07966;
}
.new-top-header .head-cen ul {
  display: flex;
  justify-content: center;
  padding: 10px 0px;
}
.new-top-header .head-cen ul li {
  color: #fff;
  font-size: 16px;
  margin: 0 25px;
}
.ofcs-page header.fixed-top.darkHeader {
  position: fixed;
  top: 0;
}
.no-shadow .offer-sec {
  box-shadow: none;
}
.white-background {
  background: #fff !important;
}
.ofma-hfd.ofcs-hfd .ford-1 {
  margin-right: auto;
  margin-left: 0;
  display: inline-block;
  float: left;
  width: 400px;
  text-align: left;
}
.ofma-hfd .work-flow-sec {
  display: table;
  width: 100%;
}
.ofma-hfd.ofcs-hfd .ford-1:nth-child(odd) {
  float: right;
}
.ofma-hfd .ford-1 b {
  line-height: normal;
}
.ofma-page.software-testing-page .portfolio-sec .first-client {
  height: 450px;
}
.ofma-page.software-testing-page .first-client1 {
  height: 330px;
}
.mob-count {
  display: none
}
.edi-page .tab-sec-sports ul.nav.nav-tabs li button.active {
  background-color: #141850;
  color: #fff;
  border-color: #141850;
}
.npt {
  padding-top: 0;
}
/********************22-9-2022***************/
.portfolio-sec .first-client {
  height: 100%;
  background-color: #303179;
  z-index: 9;
  flex-direction: column;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.ofma-page.software-testing-page .portfolio-sec .first-client:before {
  background: rgb(20, 24, 80);
  background: linear-gradient(0deg, rgba(20, 24, 80, 1) 0%, rgba(20, 24, 80, 0) 100%);
  content: "";
  width: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  height: 100%;
  z-index: 99;
}
.ofma-page.software-testing-page .portfolio-sec .first-client img {
  bottom: 30px;
  top: auto;
  z-index: 99;
}
/*******/
.captcha .lab-cent {
  width: 50%;
  padding: 0 3px;
  text-align: left;
}
.captcha .lab-cent label {
  text-transform: capitalize;
  margin: 0 0 5px 0;
}
.captcha {
  display: flex;
  padding: 10px 10px;
  background-color: #ffffff;
}
.shadow-slider .offer-sec {
  margin: 30px 20px;
}
.contact-inp.r-b-ra.full-div.no-red {
  border-radius: 0;
}
.newsletter a {
  background-color: #d87966;
  border: 0;
  border-radius: 60px;
  position: absolute;
  right: 0;
  color: #fff;
  font-weight: 600;
  line-height: 38px;
  margin: 5px 5px 0 0;
  font-size: 17px;
  width: 100px;
}
.contact-inp.r-b-ra.full-div.no-red {
  border-radius: 0;
}
.contact-inp.r-b-ra.full-div {
  border-radius: 0;
}
.contact-inp.r-b-ra.full-div.captcha {
  border-radius: 0 0 10px 10px;
}
.logo-slider button.slick-arrow {
  position: absolute;
  bottom: 0;
  top: 0;
  left: -80px;
  background-color: transparent;
  border: 0;
  height: 30px;
  width: 30px;
  z-index: 9;
  background-size: contain;
  background-image: url("../images/blue-arrow-left.svg");
  font-size: 0;
  margin: auto;
}
.logo-slider button.slick-next.slick-arrow {
  background-image: url("../images/blue-arrow-right.svg");
  left: auto;
  right: -80px;
}
.logo-01 {
  border-radius: 15px;
  box-shadow: 0px 10px 25px 1px rgb(0 0 0 / 11%);
  background: rgba(255, 255, 255, 1);
  text-align: center;
  padding: 30px 0;
  margin: 20px 15px;
}
.nft-layout .ford-1 {
  width: 36%;
  max-width: 100%;
  padding: 28px 0;
  position: relative;
  min-height: 140px;
}
/***********************28-9-2022***********************/
.avoide-img {
  margin: 0 0;
  background-size: cover;
  text-align: center;
  background-position: center;
  padding: 80px 0;
}
section.avode-qa-sec h2 {
  color: #d87966;
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 25px 0;
}
.blockchain-page .nft-layout .ford-1 {
  width: 36%;
  max-width: 100%;
  padding: 0;
  min-height: auto;
}
.blockchain-page .ofcs-hfd .ford-1 {
  margin-right: auto;
  margin-left: 0;
}
.blockchain-page .ofcs-hfd .ford-1:nth-child(odd) {
  text-align: left;
  margin-left: auto;
  margin-right: 0;
}
.blockchain-page .ford-1 p {
  font-size: 18px;
}
.blockchain-page .ford-1 b {
  font-size: 25px;
  line-height: normal;
}
.blockchain-page .first-client b {
  color: #fff;
  text-align: center;
  font-size: 25px;
  line-height: normal;
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  z-index: 99;
}
/*********************************/
.elearning-page.blockchain-page .ofcs-hfd .ford-1 {
  margin-right: 0;
  margin-left: auto;
}
.elearning-page.blockchain-page .ofcs-hfd .ford-1:nth-child(odd) {
  text-align: left;
  margin-right: auto;
  margin-left: 0;
}
.elearning-page .ofcs-hfd .ford-1 {
  margin-top: 10px;
}
.header-slider .contact-inp.r-b-ra.full-div {
  border-radius: 0 0 10px 10px;
}
.blockchain-page .first-client b a {
  color: #fff;
}
.blockchain-page .first-client b a:hover {
  color: #d87966;
}
/*******************************10-1-2022*****************/
.e-commerce-page .ford-1 p {
  font-size: 18px;
}
.e-commerce-page .ford-1 {
  margin-top: 0;
  padding-top: 0;
}
.e-commerce-page .ford-1.f-2 {
  margin-top: -222px;
}
.e-commerce-page .ford-1.f-3 {
  margin-top: -60px;
}
.e-commerce-page .ford-1.f-4 {
  margin-top: 0;
}
.industory-sec .first-client b {
  color: #fff;
  text-align: center;
  font-size: 25px;
  line-height: normal;
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  z-index: 99;
}
.industory-sec .first-client b a {
  color: #fff;
}
.industory-sec .first-client b a:hover {
  color: #d87966;
}
@media (max-width:767px) {
  .e-commerce-page .ford-1.f-2 {
    margin-top: 0;
  }
  .e-commerce-page .ford-1.f-3 {
    margin-top: 0;
  }
  .ford-1 b {
    margin: 0 0 15px 0;
  }
  .ford-1 p {
    margin: 0;
  }
}
/**************************10-10-2022 New Page*************************/
.left-align-text .avoide-img {
  text-align: left;
}
section.avode-qa-sec.left-align-text h5 {
  text-align: left;
}
section.avode-qa-sec.left-align-text p {
  text-align: left;
}
.ofma-page.software-testing-page .first-client {
  height: 450px;
}
.portfolio-sec .first-client b {
  color: #fff;
  text-align: center;
  font-size: 25px;
  line-height: normal;
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  z-index: 99;
}
.portfolio-sec .first-client {
  height: 450px;
}
.portfolio-sec .first-client:before {
  background: rgb(20, 24, 80);
  background: linear-gradient(0deg, rgba(20, 24, 80, 1) 0%, rgba(20, 24, 80, 0) 100%);
  content: "";
  width: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  height: 100%;
  z-index: 99;
}
.deep-process .ford-1 p {
  font-size: 16px;
}
.deep-process.nft-layout .ford-1 {
  margin-top: 88px;
  padding: 0px;
}
.deep-process.nft-layout .ford-1 b {
  background-color: #141850;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  line-height: normal;
  padding: 5px 10px;
  font-weight: 600;
}
.deep-process.nft-layout .ford-1 {
  margin-top: 95px;
  padding: 0px;
  margin-bottom: 0;
  min-height: 155px;
}
.deep-process.nft-layout .ford-1.d-5 {
  margin-top: 90px;
}
.deep-process.nft-layout .ford-1.d-4 {
  margin-top: 70px;
}
.new-top-header-sec .fixed-top {
  top: 40px;
}
.new-top-header {
  background-color: #171851;
}
.new-top-header .head-cen ul li {
  color: #d87762;
}
.new-top-header .head-cen ul li i {
  transform: rotateY(180deg);
  margin: 0 5px 0 0px;
}
.caption-header h1 img {
  width: 30px;
  display: inline-block;
  margin: -20px 5px 0 0;
}
.heading-contact h1 {
  color: #fff;
  font-size: 50px;
  letter-spacing: 2px;
  font-weight: 900;
}
/**************************10-10-2022 New Page*************************/
/**************************10-10-2022 For h1 Tag*************************/
.testing-header.header-slider .slider-01 .header-caption h1 {
  font-size: 45px;
  font-weight: bold;
  color: #fff;
  margin: 0 0 40px 0;
}
.caption-header h1 {
  font-size: 50px;
  color: #fff;
  margin: 0 0 15px 0;
  position: relative;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  line-height: 50px;
}
@media (max-width:1280px) {
  .caption-header h5 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width:990px) {
  .testing-header.header-slider .slider-01 .header-caption h1 {
    font-size: 30px;
  }
  .testing-header.header-slider .slider-01 .header-caption h1 br {
    display: none;
  }
}
@media (max-width:767px) {
  .caption-header h1 {
    font-size: 27px;
    margin: 0 0 10px 0;
  }
  .caption-header h1 br {
    display: none;
  }
  .caption-header h1 {
    line-height: normal;
  }
  .heading-contact h1 {
    font-size: 35px;
  }
}
/**************************10-10-2022 For h1 Tag*************************/
.ofma-page.software-testing-page.e-commerce-page .first-client {
  height: 330px;
}
.ofma-page.software-testing-page .fix-height-client .first-client {
  height: 330px;
}
/*******************************3-10-2022*****************/
.logo-01 b {
  font-size: 16px;
  margin: 10px 0 0 0;
  display: block;
}
/**************/
.offer-sec h2 {
  display: block;
  font-size: 20px;
  color: #000;
  margin: 15px 0 0 0;
  min-height: 65px;
  font-weight: 800;
  text-align: center;
}
.offer-sec:hover h2 {
  color: #fff;
}
/**************/
.offer-sec h2 {
  display: block;
  font-size: 20px;
  color: #000;
  margin: 15px 0 0 0;
  min-height: 65px;
  font-weight: 800;
  text-align: center;
}
.offer-sec:hover h2 {
  color: #fff;
}
.heading-sec h2 {
  font-size: 30px;
  letter-spacing: 5px;
  font-family: 'Montserrat', sans-serif;
  color: #d87966;
  font-weight: 800;
  position: relative;
  margin: 100px 0 40px 0;
  text-transform: uppercase;
}
.heading-sec h2:before {
  position: absolute;
  bottom: -10px;
  width: 150px;
  height: 2px;
  background-color: #d87966;
  right: 0;
  left: 0;
  margin: auto;
  content: "";
}
.ford-1 h3 {
  font-size: 28px;
  color: #141850;
  font-weight: 900;
  margin: 0 0 15px 34px;
  display: block;
}
.heading-sec h2 + h2 {
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
  color: #141850;
  font-weight: 600;
  display: block;
  text-transform: capitalize;
  margin: 40px 0 30px 0;
  letter-spacing: 0;
}
.heading-sec h2 + h2:before {
  display: none;
}
.heading-sec h5 + h2 {
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
  color: #141850;
  font-weight: 600;
  display: block;
  text-transform: capitalize;
  margin: 40px 0 30px 0;
  letter-spacing: 0;
}
.heading-sec h5 + h2:before {
  display: none;
}
section.avode-qa-sec h2 {
  text-align: center;
  font-size: 35px;
  color: #fff;
  margin: 0 0 50px 0;
}
.elearning-page .ofcs-hfd .ford-1 {
  margin-top: 0px;
  min-height: 140px;
}
.new-top-header-sec .fixed-top.darkHeader {
  top: 0;
}
.customprocess .ford-1 {
  min-height: 165px;
}
.portfolio-sec .first-client h2 {
  color: #fff;
  text-align: center;
  font-size: 25px;
  line-height: normal;
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  z-index: 99;
}
.new-top-header .head-cen ul li a {
  color: #d87966
}
.new-top-header .head-cen ul li a img {
  display: inline-block;
}
/****************************10-7-2022****************************/
.process-sec .offer-sec span {
  font-size: 40px;
  line-height: 16px;
  font-weight: 900;
  color: #dd7966;
}
.process-sec .offer-sec {
  border-radius: 0;
  position: relative;
}
.process-sec .offer-sec b {
  color: #141850;
}
.process-sec .offer-sec span i {
  display: block;
  font-style: normal;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 20px;
}
.process-sec .offer-sec b {
  color: #141850;
  min-height: auto;
  margin: 15px 0 10px 0;
}
.process-sec .col-lg-4.col-md-6 {
  margin: 25px 0;
}
.process-sec .offer-sec.blue-border:before {
  content: "";
  height: calc(100% + 30px);
  position: absolute;
  background-color: #d27966;
  width: calc(100% - 40px);
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  top: -15px;
  border-radius: 50px;
}
.process-sec .offer-sec.red-border:before {
  content: "";
  height: calc(100% + 30px);
  position: absolute;
  background-color: #141850;
  width: calc(100% - 40px);
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  top: -15px;
  border-radius: 50px;
}
/**************************10-10-2022 New Page*************************/
.left-align-text .avoide-img {
  text-align: left;
}
section.avode-qa-sec.left-align-text h5 {
  text-align: left;
}
section.avode-qa-sec.left-align-text p {
  text-align: left;
}
.ofma-page.software-testing-page .first-client {
  height: 450px;
}
.portfolio-sec .first-client b {
  color: #fff;
  text-align: center;
  font-size: 25px;
  line-height: normal;
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  z-index: 99;
}
.portfolio-sec .first-client {
  height: 450px;
}
.portfolio-sec .first-client:before {
  background: rgb(20, 24, 80);
  background: linear-gradient(0deg, rgba(20, 24, 80, 1) 0%, rgba(20, 24, 80, 0) 100%);
  content: "";
  width: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  height: 100%;
  z-index: 99;
}
.deep-process .ford-1 p {
  font-size: 16px;
}
.deep-process.nft-layout .ford-1 {
  margin-top: 88px;
  padding: 0px;
}
.deep-process.nft-layout .ford-1 b {
  background-color: #141850;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  line-height: normal;
  padding: 5px 10px;
  font-weight: 600;
}
.deep-process.nft-layout .ford-1 {
  margin-top: 95px;
  padding: 0px;
  margin-bottom: 0;
  min-height: 155px;
}
.deep-process.nft-layout .ford-1.d-5 {
  margin-top: 90px;
}
.deep-process.nft-layout .ford-1.d-4 {
  margin-top: 70px;
}
.new-top-header-sec .fixed-top {
  top: 40px;
}
.new-top-header {
  background-color: #171851;
}
.new-top-header .head-cen ul li {
  color: #d87762;
}
.new-top-header .head-cen ul li i {
  transform: rotateY(180deg);
  margin: 0 5px 0 0px;
}
.caption-header h1 img {
  width: 30px;
  display: inline-block;
  margin: -20px 5px 0 0;
}
.heading-contact h1 {
  color: #fff;
  font-size: 50px;
  letter-spacing: 2px;
  font-weight: 900;
}
/**************************10-10-2022 New Page*************************/
/**************************10-10-2022 For h1 Tag*************************/
.testing-header.header-slider .slider-01 .header-caption h1 {
  font-size: 45px;
  font-weight: bold;
  color: #fff;
  margin: 0 0 40px 0;
}
.caption-header h1 {
  font-size: 50px;
  color: #fff;
  margin: 0 0 15px 0;
  position: relative;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  line-height: 50px;
}
@media (max-width:1280px) {
  .caption-header h5 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width:990px) {
  .testing-header.header-slider .slider-01 .header-caption h1 {
    font-size: 30px;
  }
  .testing-header.header-slider .slider-01 .header-caption h1 br {
    display: none;
  }
}
@media (max-width:767px) {
  .caption-header h1 {
    font-size: 27px;
    margin: 0 0 10px 0;
  }
  .caption-header h1 br {
    display: none;
  }
  .caption-header h1 {
    line-height: normal;

  }
  .heading-contact h1 {
    font-size: 35px;
  }
}
.new-top-header .head-cen ul li a {
  color: #d87762;
}
/**************************10-10-2022 For h1 Tag*************************/
/**************/
.offer-sec h2 {
  display: block;
  font-size: 20px;
  color: #000;
  margin: 15px 0 0 0;
  min-height: 65px;
  font-weight: 800;
  text-align: center;
}
.offer-sec:hover h2 {
  color: #fff;
}
.heading-sec h2 {
  font-size: 30px;
  letter-spacing: 5px;
  font-family: 'Montserrat', sans-serif;
  color: #d87966;
  font-weight: 800;
  position: relative;
  margin: 100px 0 40px 0;
  text-transform: uppercase;
}
.heading-sec h2:before {
  position: absolute;
  bottom: -10px;
  width: 150px;
  height: 2px;
  background-color: #d87966;
  right: 0;
  left: 0;
  margin: auto;
  content: "";
}
.ford-1 h3 {
  font-size: 28px;
  color: #141850;
  font-weight: 900;
  margin: 0 0 15px 34px;
  display: block;
}
.heading-sec h2 + h2 {
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
  color: #141850;
  font-weight: 600;
  display: block;
  text-transform: capitalize;
  margin: 40px 0 30px 0;
  letter-spacing: 0;
}
.heading-sec h2 + h2:before {
  display: none;
}
.heading-sec h5 + h2 {
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
  color: #141850;
  font-weight: 600;
  display: block;
  text-transform: capitalize;
  margin: 40px 0 30px 0;
  letter-spacing: 0;
}
.heading-sec h5 + h2:before {
  display: none;
}
section.avode-qa-sec h2 {
  text-align: center;
  font-size: 35px;
  color: #fff;
  margin: 0 0 50px 0;
}
.new-top-header-sec .fixed-top.darkHeader {
  top: 0;
}
/**************/
.offer-sec h2 {
  display: block;
  font-size: 20px;
  color: #000;
  margin: 15px 0 0 0;
  min-height: 65px;
  font-weight: 800;
  text-align: center;
}
.offer-sec:hover h2 {
  color: #fff;
}
.heading-sec h2 {
  font-size: 30px;
  letter-spacing: 5px;
  font-family: 'Montserrat', sans-serif;
  color: #d87966;
  font-weight: 800;
  position: relative;
  margin: 100px 0 40px 0;
  text-transform: uppercase;
}
.heading-sec h2:before {
  position: absolute;
  bottom: -10px;
  width: 150px;
  height: 2px;
  background-color: #d87966;
  right: 0;
  left: 0;
  margin: auto;
  content: "";
}
.ford-1 h3 {
  font-size: 28px;
  color: #141850;
  font-weight: 900;
  margin: 0 0 15px 34px;
  display: block;
}
.heading-sec h2 + h2 {
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
  color: #141850;
  font-weight: 600;
  display: block;
  text-transform: capitalize;
  margin: 40px 0 30px 0;
  letter-spacing: 0;
}
.heading-sec h2 + h2:before {
  display: none;
}
.heading-sec h5 + h2 {
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
  color: #141850;
  font-weight: 600;
  display: block;
  text-transform: capitalize;
  margin: 40px 0 30px 0;
  letter-spacing: 0;
}
.heading-sec h5 + h2:before {
  display: none;
}

section.avode-qa-sec h2 {
    text-align: center;
    font-size: 35px;
    color: #fff;
    margin: 0 0 50px 0;
}

.elearning-page .ofcs-hfd .ford-1 {
    margin-top: 0px;
    min-height: 140px;
}
.new-top-header-sec .fixed-top.darkHeader {
    top: 0;
}
/*************13-10-2022**************/ 
 
.grey-bg .offer-sec {
    background-color: transparent;
}

.software-testing-page .heading-sec p {
    margin: 0 0 50px 0;
}
.process-tab-content .container {
    display: flex;
    justify-content: flex-start;
}
.process-tab-content ul {
    width: 300px;
    padding: 20px 0 20px 30px;
    border: 0;
    position: relative;
}
.process-tab-content ul button {
    padding: 0;
    border: 0 !important;
}
.process-tab-content ul li {
    display: block;
    text-align: left;
    line-height: 50px;
}
.process-tab-content ul button {
    padding: 0;
    border: 0 !important;
    color: #c5c5c5; 
    position: relative;
    font-size: 18px;
    font-weight: bold;
}
.process-tab-content ul button.active {
    opacity: 1;
    color: #d97966 !important;
}
.process-tab-content ul:Before {
    content: "";
    position: absolute;
    left: 0;
    width: 2px;
    height: 100%;
    top: 0; background-color: #c5c5c5;
    margin: auto;
}
.process-tab-content ul button:before {
    position: absolute;
    left: -34px;
    width: 10px;
    transition: .2s;
    height: 10px;
    background-color: #c5c5c5;
    border-radius: 50%;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
}
.process-tab-content ul li {
    position: relative;
}
.process-tab-content ul button:hover{color: #d97966;}
.process-tab-content ul button.active:before {
    background-color: #d97966;
    width: 20px;
    height: 20px;
    left: -39px;
}

.process-div-main {
    border-radius: 15px;
    box-shadow: 0px 10px 25px 1px rgb(0 0 0 / 11%);
    background: rgba(255, 255, 255, 1);
    padding: 20px 20px;
    margin: 40px 40px;
    text-align: left;
}
.process-div-main h2 {
    display: block;
    font-size: 20px;
    color: #000;
    margin: 15px 0 10px 0; 
    font-weight: 800;
    text-align: left;
}
.process-div-main p {
    font-size: 16px;
}
.process-tab-content .tab-content > .tab-pane {
    align-items: center;
    height: 100%;
    display: none !important;
    align-content: space-between;
}
.process-tab-content .tab-content > .tab-pane.active {
    display: flex !important;
}

/************14-10-2022************/
.step-01 {
    border-radius: 15px;
    box-shadow: 0px 10px 25px 1px rgb(0 0 0 / 11%);
    background: rgba(255, 255, 255, 1);
    text-align: center;
    padding: 30px 20px;
    width: 800px;
    max-width: 100%;
    margin: 60px auto 0 auto;
}
.step-01 b {
    background-image: url("../images/re/shape.png");
    width: 230px;
    display: inline-block;
    height: 72px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    line-height: 72px;
    font-size: 25px;
    transform: translate(0px, -18px);
    margin: -60px 0 0 0;
}
.step-01 h3 {
    display: block;
    font-size: 20px;
    color: #000;
    margin: 0 0 10px 0; 
    font-weight: 800;
    text-align: center;
}
.step-01 p {
    padding-bottom: 10px;
    min-height: auto;
    color: #333;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
}
.step-01 ul li{padding-bottom: 10px;
    min-height: auto;
    color: #333;
    font-size: 16px;
    line-height: 12px;
    font-weight: 400;}
.step-01 ul {
    list-style: initial;
    display: inline-block;
    margin: 15px 0 0 0;
}