h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Gilroy';
  color: #040404;
  font-weight: 700;
}
img {
  display: inline-block !important;
  width: auto;
}
p {
  font-family: 'Gilroy';
  font-size: 1.1rem;
  color: #5b5d60;
  font-weight: 500;
  padding: 0;
  margin: 0;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  p {
    font-size: 16px;
    line-height: 26px;
  }
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 1300px) {
  .container {
    max-width: 1170px;
  }
}
.carousel-dots-mobile {
  display: none !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.mt0 {
  margin-top: 0px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
ul.defaultList li {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  color: #1d1c1c;
  margin: 15px 0 0 0;
  background: url(../images/tick-icon-green.png) no-repeat 0 8px;
  padding-left: 25px;
}
@media only screen and (max-width: 768px) {
  ul.defaultList li {
    font-size: 16px;
    line-height: 22px;
  }
}
.purple-border-btn {
  font-size: 18px;
  color: #7606df;
  font-weight: 700;
  display: inline-block;
  background-color: transparent;
  border: 1px solid #7606df;
  border-radius: 10px;
  padding: 16px 35px;
}
@media only screen and (max-width: 576px) {
  .purple-border-btn {
    font-size: 16px;
    padding: 15px 25px;
  }
}
.purple-border-btn:hover {
  color: #fff;
  background-color: #7606df;
}
.yellow-border-btn {
  font-size: 14px;
  color: #f8a706 !important;
  font-weight: 500;
  display: inline-block;
  background-color: transparent;
  border: 1px solid #f8a706;
  border-radius: 10px;
  padding: 14px 20px;
}
.yellow-border-btn:hover {
  color: #fff !important;
  background-color: #f8a706;
}
.purple-btn {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  background-color: #7606df;
  border-radius: 10px;
  padding: 16px 35px;
}
@media only screen and (max-width: 576px) {
  .purple-btn {
    font-size: 16px;
    padding: 15px 25px;
  }
}
.purple-btn:hover {
  color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  transform: translateY(-10px);
}
.white-btn {
  font-size: 18px;
  color: #7606df;
  font-weight: 700;
  display: inline-block;
  background-color: #fff;
  border-radius: 10px;
  padding: 16px 35px;
}
@media only screen and (max-width: 576px) {
  .white-btn {
    font-size: 16px;
    padding: 15px 25px;
  }
}
.white-btn:hover {
  color: #7606df;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  transform: translateY(-10px);
}
.white-arrow-btn {
  font-size: 18px;
  color: #7606df;
  font-weight: 700;
  position: relative;
  display: inline-block;
  background-color: #fff;
  border-radius: 10px;
  padding: 16px 60px 16px 35px;
}
@media only screen and (max-width: 576px) {
  .white-arrow-btn {
    font-size: 16px;
    padding: 15px 50px 15px 25px;
  }
}
.white-arrow-btn:hover {
  color: #7606df;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  transform: translateY(-10px);
}
.white-arrow-btn::after {
  position: absolute;
  content: '';
  width: 16px;
  height: 9px;
  background: url(../images/purple-arrow.png) no-repeat 0 0;
  top: 24px;
  right: 30px;
}
@media only screen and (max-width: 576px) {
  .white-arrow-btn::after {
    right: 25px;
  }
}
.purple-arrow-link {
  position: relative;
  display: inline-block;
  margin-top: 15px;
  font-size: 16px;
  color: #7606df;
  font-weight: 700;
}
.purple-arrow-link::after {
  position: absolute;
  content: '';
  width: 16px;
  height: 9px;
  background: url(../images/purple-arrow.png) no-repeat 0 0;
  top: 8px;
  right: -30px;
  transition: all 0.3s ease-in-out;
}
.purple-arrow-link:hover::after {
  right: -45px;
}
.purple-arrow-link:hover {
  color: #7606df;
}
.error {
  font-size: 14px;
  color: #ff0000;
  font-weight: 500;
  margin: 0 0 3px 3px;
}
.purple-small-hdn {
  font-size: 16px;
  color: #7606df;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.new-site-no-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
body {
  padding: 0;
  margin: 0;
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  color: #1d1c1c;
}
body.body-fixed {
  position: fixed;
  overflow-y: hidden;
}
.navbar-toggler {
  margin-right: 0 !important;
  padding: 2px 7px;
}
.mbdBlock {
  display: block !important;
}
.noWrap {
  white-space: nowrap;
}
.wrapper {
  width: 100%;
  overflow: hidden;
}
.counterFlex {
  display: flex;
  align-items: center;
}
.text-white {
  color: #fff;
  line-height: 50px;
}
button:focus {
  outline: none;
}
.from-left-and-back {
  background-image: linear-gradient(to right, #000 45%, #1aa172 55%);
  background-size: 220% 100%;
  background-position: 100% 50%;
}
.from-left-and-back:hover {
  background-position: 0% 50%;
}
.sm-col {
  width: 40% !important;
}
.sm-col-right {
  width: 60% !important;
}
.right14 {
  right: 14% !important;
}
.btn {
  position: relative;
  border: 0;
  padding: 20px 40px;
  cursor: pointer;
  text-align: center;
  border-radius: 5px !important;
  box-shadow: 0 10px 20px rgba(118, 6, 223, 0.5);
  color: #fff !important;
}
@media only screen and (max-width: 768px) {
  .btn {
    padding: 15px 20px;
  }
}
.btn:hover {
  color: #000 !important;
}
.btn__text {
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .btn__text {
    font-size: 14px;
    font-weight: 500;
  }
}
.btn__text:hover {
  color: #000;
}
.btn-1 {
  background: #7606df;
  text-align: center;
  box-shadow: none !important;
  margin-top: 35px;
}
@media only screen and (max-width: 768px) {
  .btn-1 {
    margin-top: 25px;
  }
}
.btn-1:hover {
  background-color: #fd583e;
  transform: translateY(0);
  color: #000 !important;
}
.btn-1 .btn__text {
  position: relative;
  z-index: 1;
}
.btn-1:before,
.btn-1:after {
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
  width: 0;
  background-color: #d7adff;
  content: "";
  border-radius: 5px;
}
.btn-1:before {
  left: 0;
}
.btn-1:after {
  right: 0;
  transition: width 0.3s;
}
.btn-1:hover:before {
  width: 100%;
  transition: width 0.3s;
  color: #000;
}
.btn-1:hover:after {
  background-color: transparent;
  width: 100%;
  color: #000;
}
.btn-border {
  width: 230px;
  height: 60px;
  cursor: pointer;
  background: transparent;
  border: 1px solid #7606df;
  border-radius: 5px;
  outline: none;
  transition: 1s ease-in-out;
  line-height: 45px;
  font-weight: 500;
  color: #7606df;
}
svg {
  position: absolute;
  left: 0;
  top: 0;
  fill: none;
  stroke: #7606df;
  stroke-dasharray: 250 570;
  stroke-dashoffset: 250;
  transition: 1s ease-in-out;
  border-radius: 5px;
}
.btn-border:hover {
  transition: 1s ease-in-out;
  background: #f3e6ff;
  border-radius: 5px;
  line-height: 45px;
  color: #7606df;
}
.btn-border:hover svg {
  stroke-dashoffset: -480;
  border-radius: 5px;
}
.btn-border span {
  font-size: 16px;
  border-radius: 5px;
  line-height: 45px;
}
.quoteBtn {
  background: #fff;
  border: solid 1px #1aa172;
  border-radius: 7px;
  padding: 17px 20px;
  color: #1aa172;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  margin-top: 5px;
  display: inline-block;
}
.quoteBtn:hover {
  text-decoration: none;
  background: #1aa172;
  color: #fff;
}
.quoteBtn:hover:after {
  display: none;
}
.viewBtn {
  background: #1aa172;
  border-radius: 7px;
  padding: 17px 40px;
  color: #fff;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  margin-top: 5px;
  display: inline-block;
  box-shadow: 0 10px 20px rgba(30, 178, 126, 0.5);
}
@media only screen and (max-width: 992px) {
  .viewBtn {
    margin-top: 15px !important;
  }
}
.viewBtn:hover {
  text-decoration: none;
  background: #1aa172;
  color: #fff;
}
.viewBtn:hover:after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
.dropdown-menu {
  position: absolute !important;
  margin-top: 0 !important;
}
.dropdown-menu .dropdown-item {
  line-height: 20px !important;
}
.dropdown-menu .dropdown-item:hover {
  background: #a9dfcc;
}
.company-dropdown {
  border-radius: 0 0 10px 10px;
  border: none;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  width: 250px;
}
.company-dropdown a {
  font-size: 14px !important;
  padding: 8px 20px;
  color: #777777 !important;
  font-weight: 500;
}
.company-dropdown a i {
  margin-right: 7px;
}
.company-dropdown a:hover {
  color: #000 !important;
}
.titleText {
  font-size: 40px;
  color: #000;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .titleText {
    padding: 20px 0 20px;
    font-size: 25px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 768px) {
  .titleText {
    padding: 10px 0;
    font-size: 23px;
  }
}
.titleText span {
  display: block;
}
@media only screen and (max-width: 768px) {
  .titleText span {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .titleText br {
    display: none;
  }
}
.subTitleText {
  font-size: 16px;
  color: #7606df;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .subTitleText {
    padding-bottom: 0 !important;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .subTitleText {
    font-size: 13px;
  }
}
.dFlex {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  .dFlex {
    flex-wrap: wrap;
  }
}
.navbar {
  padding: 0;
}
.menu-button {
  width: 30px;
  background-color: inherit;
  border: 0;
  cursor: pointer;
  margin-top: 10px;
  display: none;
}
@media only screen and (max-width: 992px) {
  .menu-button {
    display: block;
    width: 40px;
  }
}
.menu-button:focus {
  outline: none;
}
.menu-button span {
  width: 100%;
  height: 3px;
  background-color: #000;
  margin-bottom: 6px;
  display: block;
}
@media only screen and (max-width: 992px) {
  .navbar-collapse {
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    width: 360px;
    height: 100%;
    background-color: #000;
    z-index: 99999;
    padding: 70px 30px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .show {
    opacity: 1;
    visibility: visible;
  }
  .show .navbar-nav li a {
    color: #fff !important;
  }
}
.close-menu {
  color: #ff0000;
  font-size: 23px;
  position: absolute;
  top: 20px;
  right: 20px;
  display: none;
  background: #fff;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 100%;
}
@media only screen and (max-width: 992px) {
  .close-menu {
    display: block;
  }
}
.hidden-image {
  display: none;
}
/* Liquid theme custom cursor follower (disabled on main layout; hide if any remain) */
.lqd-cc--inner,
.lqd-cc--outer,
.lqd-cc--el {
  display: none !important;
}
.ogmaMainHdr {
  transition: all 0.3s ease-in-out;
}
.ogmaMainHdr.ogmaStickyHdr {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  animation: smoothScroll 1s forwards;
}
.ogmaMainHdr.ogmaStickyHdr .navSection {
  padding: 10px 0;
}
.ogmaMainHdr.ogmaStickyHdr .header-schedule-call {
  display: block;
}
.header-schedule-call {
  margin-top: 4px;
  display: none;
}
@media only screen and (max-width: 991px) {
  .header-schedule-call {
    margin-right: 60px;
  }
}
.header-schedule-call a {
  display: inline-block;
  background: #7606df;
  border-radius: 5px;
  font-size: 15px;
  line-height: 42px;
  color: #fff;
  padding: 0 30px;
  transition: 0.3s all ease-in-out;
}
.header-schedule-call a:hover {
  background: #7606df;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-120px);
  }
  100% {
    transform: translateY(0px);
  }
}
.topSection {
  display: flex;
  justify-content: space-between;
  background: #18203e;
  position: relative;
  height: 50px;
}
.topSection .leftColbg {
  width: 60%;
  background: #272e4a;
  border-radius: 0 5px 0 5px;
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
}
@media only screen and (max-width: 767px) {
  .topSection .leftColbg {
    background-color: transparent;
  }
}
.topSection .dFlex {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 9;
}
.topSection .leftCol {
  width: 60%;
}
@media only screen and (max-width: 992px) {
  .topSection .leftCol {
    display: none;
  }
}
.topSection .leftCol p {
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  position: relative;
  padding-left: 25px;
  margin: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.topSection .leftCol p:before {
  content: "";
  background: url(../images/star.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 15px;
  left: 0;
}
.topSection .rightCol {
  width: 40%;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 992px) {
  .topSection .rightCol {
    width: 100%;
    justify-content: flex-start;
  }
}
.topSection .rightCol ul {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 992px) {
  .topSection .rightCol ul {
    justify-content: center;
  }
}
.topSection .rightCol ul li {
  font-size: 15px;
  color: #fff;
  margin: 0 20px;
}
.topSection .rightCol ul li:last-child {
  margin-right: 0;
}
.topSection .rightCol ul li a {
  font-size: 15px;
  color: #fff;
  line-height: 50px;
}
@media only screen and (max-width: 992px) {
  .topSection .rightCol ul li a.dropdown-toggle::after {
    position: relative;
    top: 4px;
    border-top: 0.4em solid;
    border-left: 0.4em solid transparent;
    border-right: 0.4em solid transparent;
  }
}
@media only screen and (max-width: 991px) {
  .ogmaMainHdr .topLogo {
    width: 227px;
  }
  .ogmaMainHdr.ogmaStickyHdr .topLogo {
    width: 50px;
    overflow: hidden;
  }
  .ogmaMainHdr.ogmaStickyHdr .topLogo img {
    max-width: fit-content;
  }
}
.navSection {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  background: #18203e;
}
@media only screen and (max-width: 992px) {
  .navSection .nav-item {
    margin: 10px 0;
  }
}
@media only screen and (max-width: 992px) {
  .navSection .fa-caret-down {
    font-size: 20px;
  }
}
.navSection .dFlex {
  display: flex;
  justify-content: space-between;
}
.navSection .dFlex .quoteBtnSec {
  position: relative;
}
@media only screen and (max-width: 992px) {
  .navSection .dFlex .quoteBtnSec {
    display: none;
  }
}
.navSection .dFlex .quoteBtnSec .btn-border {
  display: inline-block;
  text-align: center;
  line-height: 57px;
}
.navSection .dFlex .navbar-nav li {
  font-size: 1rem;
  color: #1d1c1c;
}
.navSection .dFlex .navbar-nav li .dropdown-menu {
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: none !important;
}
.navSection .dFlex .navbar-nav li .dropdown-menu:after {
  content: "";
  width: 26px;
  height: 20px;
  background: url(../images/dropdown-arrow.png) 0 0 no-repeat;
  position: absolute;
  top: -19px;
  left: 0;
  margin-left: 50px;
}
.navSection .dFlex .navbar-nav li .dropdown-menu li {
  padding: 0;
}
.navSection .dFlex .navbar-nav li .dropdown-menu li .dropdown-item {
  padding: 0.5rem 1rem;
}
.navSection .dFlex .navbar-nav li:last-child {
  padding-right: 0;
}
.navSection .dFlex .navbar-nav li a {
  font-size: 1rem;
  color: #1d1c1c;
  position: relative;
  font-family: 'Poppins', sans-serif;
}
.navSection .dFlex .navbar-nav li a:hover {
  text-decoration: none;
  color: #1aa172;
}
.navSection .dFlex .navbar-nav li a.active {
  text-decoration: none;
  color: #1aa172;
}
.bannerSection {
  position: relative;
  padding: 40px 0;
}
@media only screen and (max-width: 992px) {
  .bannerSection {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 992px) {
  .bannerSection .dFlex {
    flex-wrap: wrap;
  }
}
.bannerSection .bannerLeftCol {
  width: 50%;
}
@media only screen and (max-width: 992px) {
  .bannerSection .bannerLeftCol {
    width: 100% !important;
  }
}
.bannerSection .bannerLeftCol h1 {
  font-size: 39px;
  color: #000;
  padding-top: 50px;
  margin-bottom: 0;
  line-height: 52px;
}
@media only screen and (max-width: 1365px) {
  .bannerSection .bannerLeftCol h1 {
    padding-top: 0;
  }
}
@media only screen and (max-width: 992px) {
  .bannerSection .bannerLeftCol h1 {
    font-size: 25px;
    line-height: 35px;
    padding: 0 0 20px 0;
  }
}
@media only screen and (max-width: 576px) {
  .bannerSection .bannerLeftCol h1 {
    font-size: 25px;
    line-height: 30px;
    padding: 0 0 15px 0;
  }
}
.bannerSection .bannerLeftCol p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #545454;
  font-weight: 500;
  padding: 25px 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .bannerSection .bannerLeftCol p {
    padding: 0 0 20px 0;
  }
}
@media only screen and (max-width: 576px) {
  .bannerSection .bannerLeftCol p {
    font-size: 18px;
    line-height: 25px;
  }
}
.bannerSection .bannerLeftCol p span {
  display: block;
}
@media only screen and (max-width: 768px) {
  .bannerSection .bannerLeftCol p span {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .bannerSection .bannerLeftCol p br {
    display: none;
  }
}
.bannerSection .bannerLeftCol .bookBtn {
  background: #1aa172;
  border-radius: 7px;
  padding: 17px 25px;
  color: #fff;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  margin: 35px 0;
  display: inline-block;
  box-shadow: 0 10px 20px rgba(30, 178, 126, 0.5);
}
@media only screen and (max-width: 992px) {
  .bannerSection .bannerLeftCol .bookBtn {
    margin-top: 20px;
  }
}
.bannerSection .bannerLeftCol .bookBtn:hover {
  text-decoration: none;
  background: #1aa172;
  color: #fff;
}
.bannerSection .bannerLeftCol .bookBtn:hover:after {
  display: none;
}
.bannerSection .bannerLeftCol .bannerForm {
  display: flex;
  position: relative;
  width: 85%;
}
@media only screen and (max-width: 768px) {
  .bannerSection .bannerLeftCol .bannerForm {
    width: 100%;
    margin-top: 10px;
  }
}
.bannerSection .bannerLeftCol .bannerForm input[type=email] {
  border: solid 1px #bebec4;
  background: #fff;
  width: 100%;
  border-radius: 7px;
  height: 60px;
  padding: 0 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bannerSection .bannerLeftCol .bannerForm input[type=email]:hover,
.bannerSection .bannerLeftCol .bannerForm input[type=email]:focus {
  outline: none;
  box-shadow: none;
  border-color: #1aa172;
}
.bannerSection .bannerLeftCol .bannerForm input[type=button] {
  border: none;
  background: #1aa172;
  background-image: url(../images/submit-icon.png);
  background-position: 17px 17px;
  background-repeat: no-repeat;
  width: 65px;
  border-radius: 7px;
  height: 60px;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: 0;
}
.bannerSection .bannerRightCol {
  width: 50%;
}
@media only screen and (max-width: 992px) {
  .bannerSection .bannerRightCol {
    width: 100% !important;
    margin-top: 35px;
    text-align: center;
  }
}
.bannerSection .bannerRightCol img,
.bannerSection .bannerRightCol video {
  position: absolute;
  right: 8%;
  top: 0;
  max-height: 100%;
}
.bannerSection .bannerRightCol video {
  border: none;
  right: 1%;
  top: 45px;
  background: transparent;
}
@media only screen and (max-width: 1365px) {
  .bannerSection .bannerRightCol video {
    position: relative;
    width: 100%;
    right: 0;
    top: 0;
  }
}
.reviewSec {
  display: flex;
  background: url(../images/review-bg.jpg);
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0 200px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .reviewSec {
    padding: 70px 0 200px;
  }
}
.reviewSec:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  background: #fff;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  shape-outside: polygon(0 0, 100% 100%, 0 100%);
  height: 150px;
  margin-top: 0;
}
@media only screen and (max-width: 992px) {
  .reviewSec:after {
    bottom: -1px;
  }
}
.reviewSec ul {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 992px) {
  .reviewSec ul {
    flex-wrap: wrap;
  }
}
.reviewSec ul li {
  margin: 0 70px;
}
.reviewSec ul li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 992px) {
  .reviewSec ul li {
    margin: 0;
    width: 50%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .reviewSec ul li {
    margin: 0;
    padding-left: 25%;
    width: 100%;
    margin-bottom: 30px;
  }
}
.reviewSec ul li .iconBox {
  width: 100px;
  height: 60px;
  display: flex;
  align-items: center;
  margin-left: 25px;
}
.reviewSec ul li h2 {
  color: #fff;
  padding: 10px 0 0 25px;
  position: relative;
  margin-bottom: 0;
  text-align: left;
}
.reviewSec ul li h2:after {
  content: "";
  background: #0a72ff;
  width: 4px;
  height: 50px;
  position: absolute;
  top: 10px;
  left: 0;
}
.reviewSec ul li h2:before {
  content: "";
  background: #eaeeef;
  width: 1px;
  height: 35px;
  position: absolute;
  top: 60px;
  left: 2px;
}
.reviewSec ul li p {
  color: #fff;
  padding: 3px 0 0 25px;
  position: relative;
  white-space: nowrap;
}
.awardsSec {
  display: flex;
  justify-content: center;
  margin: 100px 0;
}
@media only screen and (max-width: 768px) {
  .awardsSec {
    margin: 30px 0;
  }
}
.awardsSec h3 {
  font-size: 50px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .awardsSec h3 {
    font-size: 30px;
  }
}
.awardsSec .titleText span {
  display: inline-block;
}
.awardsSec ul {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
@media only screen and (max-width: 768px) {
  .awardsSec ul {
    flex-wrap: wrap;
    margin-top: 0;
  }
}
.awardsSec ul li {
  width: 17%;
  margin-right: 38px;
}
.awardsSec ul li:last-child {
  margin-right: 0;
}
.footerSec {
  background: #18203e;
  padding: 100px 0 0;
}
@media only screen and (max-width: 768px) {
  .footerSec {
    padding: 50px 0 0;
  }
}
.footerSec ul {
  margin-top: 20px;
}
.footerSec ul li {
  margin-right: 5px;
  color: #eaeeef;
  border-radius: 100%;
  margin: 10px 0;
  font-size: 14px;
}
.footerSec ul li a {
  color: #eaeeef;
  font-size: 13px;
}
.footerSec ul li a:hover {
  color: #a8c0f3;
}
.footerSec ul .greenText {
  font-size: 16px;
  color: #ff9e37;
  font-weight: 500;
}
.footerSec h4 {
  font-size: 17px;
  color: #fff;
  padding: 30px 0 0;
}
.footerSec .leftCol {
  width: 30%;
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  .footerSec .leftCol {
    width: 100%;
  }
}
.footerSec .leftCol p {
  font-size: 14px;
  color: #eaeeef;
  padding: 15px 0;
  line-height: 25px;
}
@media only screen and (max-width: 768px) {
  .footerSec .leftCol p {
    margin-bottom: 0;
  }
}
.footerSec .leftCol .socialIcons {
  display: flex;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .footerSec .leftCol .socialIcons {
    margin-top: 0;
  }
}
.footerSec .leftCol .socialIcons li {
  margin-right: 5px;
}
.footerSec .leftCol .socialIcons li a {
  background: #fff;
  border-radius: 100%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #000;
}
.footerSec .leftCol .socialIcons li a:hover {
  background: #ff9e37;
  color: #fff;
}
.footerSec .leftCol2 {
  width: 23%;
}
@media only screen and (max-width: 768px) {
  .footerSec .leftCol2 {
    width: 100%;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .footerSec .leftCol3 {
    width: 100%;
    margin-top: 20px;
  }
}
.footerSec .ftr-contact-info ul {
  margin-top: 15px;
}
.footerSec .ftr-contact-info ul li {
  margin: 4px 0;
}
.footerSec .ftr-contact-info ul li .fa {
  position: relative;
  top: 2px;
  margin-right: 7px;
  width: 20px;
  height: 20px;
  background-color: #eaeeef;
  border-radius: 100%;
  color: #000;
  text-align: center;
  line-height: 22px;
}
.footerSec .copyrightSec {
  background: #000c1a;
  text-align: center;
  padding: 15px 0;
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .footerSec .copyrightSec {
    margin-top: 50px;
  }
}
.footerSec .copyrightSec p {
  font-size: 14px;
  color: #f7f8fc;
  margin: 0;
}
.footerSec .yellow-border-btn {
  margin-top: 20px;
  cursor: pointer;
}
.carousel-dots {
  display: none;
}
/* navigation bar */
.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  outline: none;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #a8c0f3;
}
/* end of navigation bar */
/*mega menu*/
.dropdown-hover {
  float: left;
  overflow: hidden;
}
.dropdown-hover-content {
  display: none;
  position: absolute;
  margin-top: 0;
  background-color: #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  left: 0;
  right: 0;
  padding: 23px;
  z-index: 4;
  border-radius: 30px;
  width: 600px;
}
.dropdown-hover-content a {
  cursor: pointer;
}
.dropdown-hover-content .bggrey {
  background: #f7f8fc;
  border-radius: 30px;
  padding: 20px;
}
.dropdown-hover-content .row {
  width: 100%;
}
.dropdown-hover-content .row a.dropdown-item {
  font-size: 14px !important;
  white-space: normal;
  color: #9094a5 !important;
  padding: 10px 0 !important;
  cursor: pointer;
}
.dropdown-hover-content .row a.dropdown-item:hover {
  background: transparent !important;
  color: #0023a5 !important;
}
.dropdown-hover-content .row a.dropdown-item:active {
  background: transparent;
}
.dropdown-hover-content .row a.dropdown-item i {
  margin-right: 5px;
}
.dropdown-hover-content .industrySec li {
  display: inline-flex;
  width: 49%;
  position: relative;
  padding-left: 15px;
}
.dropdown-hover-content .industrySec li:after {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  background: #0023a5;
  width: 7px;
  height: 7px;
  border-radius: 100%;
}
.dropdown-hover-button {
  cursor: pointer;
}
.closeIcon {
  display: none;
}
.dropdown-hover:hover .dropdown-hover-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  cursor: pointer;
}
/*end of mega menu*/
@media only screen and (max-width: 992px) {
  .closeIcon {
    position: absolute;
    top: 30px;
    right: 30px;
    display: block;
    z-index: 999999;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 15px 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }
  .dropdown-hover {
    float: none;
  }
  .megamenu {
    padding: 0;
  }
  .dropdown-hover-content {
    width: auto;
    background-color: transparent;
    position: relative;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
  }
  .dropdown-hover-content .bggrey {
    background: transparent;
  }
  .dropdown-hover-content h6 {
    color: #fff;
  }
  #link-2 .dropdown-hover-content .bggrey {
    padding: 0;
  }
  #link-2 .dropdown-hover-content .bggrey .industrySec li {
    display: flex;
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .megamenu {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .megamenu {
    padding: 0;
  }
}
.faqBdyPrt {
  position: relative;
  padding: 100px 0;
}
@media only screen and (max-width: 992px) {
  .faqBdyPrt {
    padding: 40px 0;
  }
}
.faqBdyPrt .faqPageSubTitle {
  font-size: 15px;
  color: #7606df;
  font-weight: 600;
  margin: 0 0 15px 0;
}
.faqBdyPrt .faqPageTitle {
  position: relative;
  font-size: 50px;
  color: #1d1c1c;
  font-weight: 700;
  margin-bottom: 30px;
  top: -6px;
}
@media only screen and (max-width: 576px) {
  .faqBdyPrt .faqPageTitle {
    font-size: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .faqBdyPrt .faqPageTitle {
    font-size: 25px;
  }
}
.faqBdyPrt .faqBdyRow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.faqBdyPrt .faqBdyRow .faqBdyLeftTabMenu {
  width: 22%;
}
@media only screen and (max-width: 992px) {
  .faqBdyPrt .faqBdyRow .faqBdyLeftTabMenu {
    width: 100%;
    margin-bottom: 30px;
  }
}
.faqBdyPrt .faqBdyRow .faqBdyLeftTabMenu h2 {
  font-size: 22px;
  color: #1d1c1c;
  font-weight: 700;
  margin-bottom: 20px;
}
.faqBdyPrt .faqBdyRow .faqBdyLeftTabMenu ul.nav {
  display: block;
  border: none;
}
@media only screen and (max-width: 992px) {
  .faqBdyPrt .faqBdyRow .faqBdyLeftTabMenu ul.nav {
    display: flex;
    flex-wrap: wrap;
  }
}
.faqBdyPrt .faqBdyRow .faqBdyLeftTabMenu ul.nav li {
  margin-top: 5px;
}
@media only screen and (max-width: 576px) {
  .faqBdyPrt .faqBdyRow .faqBdyLeftTabMenu ul.nav li {
    margin-top: 10px;
  }
}
.faqBdyPrt .faqBdyRow .faqBdyLeftTabMenu ul.nav li a {
  color: #b0b3ba;
  display: block;
  width: 100%;
  background-image: url(../images/faq-menu-arrow.png);
  background-repeat: no-repeat;
  background-position: 5px 19px;
  border: none !important;
  border-radius: 0;
  padding: 13px 20px 13px 20px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
}
@media only screen and (max-width: 576px) {
  .faqBdyPrt .faqBdyRow .faqBdyLeftTabMenu ul.nav li a {
    padding: 6px 10px 6px 20px;
    background-position: 10px 12px;
  }
}
.faqBdyPrt .faqBdyRow .faqBdyLeftTabMenu ul.nav li a.active,
.faqBdyPrt .faqBdyRow .faqBdyLeftTabMenu ul.nav li a:hover {
  background-image: url(../images/faq-menu-arrow-hover.png);
  color: #7606df;
  border: none !important;
}
.faqBdyPrt .faqBdyRow .faqBdyRightTabContent {
  width: 73%;
}
@media only screen and (max-width: 992px) {
  .faqBdyPrt .faqBdyRow .faqBdyRightTabContent {
    width: 100%;
  }
}
.faqBdyPrt .faqBdyRow .faqBdyRightTabContent .accordion .card {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #e0e0e0;
}
.faqBdyPrt .faqBdyRow .faqBdyRightTabContent .accordion .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
}
.faqBdyPrt .faqBdyRow .faqBdyRightTabContent .accordion .card .card-header a {
  position: relative;
  color: #1d1c1c;
  display: inline-block;
  width: 100%;
  padding: 20px 35px 20px 0;
  cursor: pointer;
}
.faqBdyPrt .faqBdyRow .faqBdyRightTabContent .accordion .card .card-header a::after {
  position: absolute;
  content: '-';
  font-size: 25px;
  color: #7606df;
  top: 11px;
  right: 10px;
}
.faqBdyPrt .faqBdyRow .faqBdyRightTabContent .accordion .card .card-header a.collapsed::after {
  content: '+';
}
.faqBdyPrt .faqBdyRow .faqBdyRightTabContent .accordion .card .cardContent p {
  font-size: 15px;
  color: #7b7b89;
  font-weight: 500;
}
.blogBdyPrt {
  position: relative;
  padding: 50px 0;
}
.blogBdyPrt .blogTabSec ul.nav-tabs {
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
  min-height: inherit;
}
.blogBdyPrt .blogTabSec ul.nav-tabs li.nav-item {
  padding: 0;
  margin: 0;
  white-space: nowrap;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .blogBdyPrt .blogTabSec ul.nav-tabs li.nav-item {
    margin-top: 20px;
  }
}
.blogBdyPrt .blogTabSec ul.nav-tabs li.nav-item a {
  font-size: 15px;
  font-weight: 500;
  color: #bebec4;
  padding: 0 17.5px 25px 17.5px;
  margin: 0;
  border: none !important;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .blogBdyPrt .blogTabSec ul.nav-tabs li.nav-item a {
    padding: 0 17.5px 18px 17.5px;
  }
}
@media only screen and (max-width: 992px) {
  .blogBdyPrt .blogTabSec ul.nav-tabs li.nav-item a {
    padding-bottom: 15px;
  }
}
.blogBdyPrt .blogTabSec ul.nav-tabs li.nav-item .active {
  border: none !important;
  color: #7606df;
}
.blogBdyPrt .blogTabSec ul.nav-tabs .owl-prev,
.blogBdyPrt .blogTabSec ul.nav-tabs .owl-next {
  position: absolute;
  width: 35px;
  height: 35px;
  top: -5px;
  background-color: #7606df;
  border-radius: 100%;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1200px) {
  .blogBdyPrt .blogTabSec ul.nav-tabs .owl-prev,
  .blogBdyPrt .blogTabSec ul.nav-tabs .owl-next {
    top: 15px;
  }
}
.blogBdyPrt .blogTabSec ul.nav-tabs .owl-prev {
  left: 0;
}
.blogBdyPrt .blogTabSec ul.nav-tabs .owl-next {
  right: 0;
  text-indent: 2px;
}
.blogBdyPrt .blogTabSec ul.nav-tabs .disabled {
  opacity: 0;
  visibility: hidden;
}
.blogBdyPrt .blogTabSec .tab-content {
  margin-top: 50px;
}
.blogBdyPrt .blogLeftCol {
  width: 65%;
}
@media only screen and (max-width: 992px) {
  .blogBdyPrt .blogLeftCol {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .blogBdyPrt .blogLeftCol h2.title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 576px) {
  .blogBdyPrt .blogLeftCol h2.title {
    font-size: 20px;
  }
}
.blogBdyPrt .blogLeftCol .subTitleText {
  font-size: 15px;
}
.blogBdyPrt .blogLeftCol h3 {
  font-size: 17px;
  padding-bottom: 10px;
}
.blogBdyPrt .blogLeftCol p {
  font-size: 19px;
  line-height: 1.6;
}
@media only screen and (max-width: 576px) {
  .blogBdyPrt .blogLeftCol p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 15px;
  }
}
.blogBdyPrt .blogLeftCol .btn-1.mt-1 {
  margin-top: 35px !important;
}
@media only screen and (max-width: 576px) {
  .blogBdyPrt .blogLeftCol .btn-1.mt-1 {
    margin-top: 10px !important;
  }
}
.blogBdyPrt .blogLeftCol .bloImgSec {
  background: #eaeeef;
  border-radius: 10px;
  height: 408px;
  margin-bottom: 30px;
}
.blogBdyPrt .blogLeftCol .bloImgSec img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.blogBdyPrt .blogRightCol {
  width: 32%;
}
@media only screen and (max-width: 992px) {
  .blogBdyPrt .blogRightCol {
    width: 100%;
    margin-top: 40px;
  }
}
.blogBdyPrt .blogRightCol .storyRow {
  display: flex;
  margin-bottom: 35px;
}
.blogBdyPrt .blogRightCol .storyRow .storyRowImg {
  width: 150px;
  height: 150px;
  background: #eaeeef;
  margin-right: 20px;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 576px) {
  .blogBdyPrt .blogRightCol .storyRow .storyRowImg {
    width: 130px;
    height: 130px;
    margin-right: 10px;
  }
}
.blogBdyPrt .blogRightCol .storyRow .storyRowImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.blogBdyPrt .blogRightCol .storyRow .storyRowText {
  width: 60%;
}
.blogBdyPrt .blogRightCol .storyRow .storyRowText p {
  font-size: 15px;
  color: #7606df;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-weight: 600;
}
.blogBdyPrt .blogRightCol .storyRow .storyRowText h3 {
  font-size: 17px;
  color: #000;
  line-height: 23px;
}
@media only screen and (max-width: 768px) {
  .blogBdyPrt .blogRightCol .storyRow .storyRowText h3 {
    font-size: 15px;
    line-height: 20px;
  }
}
.blogBdyPrt .blogRightCol .storyRow .storyRowText a {
  color: #000;
  text-decoration: underline;
  padding-top: 7px;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
}
.blogBdyPrt .blogRightCol .storyRow .storyRowText a:hover {
  color: #7606df;
  text-decoration: none;
}
.blogBdyPrt .blogRightCol .searchSec {
  width: 100%;
  position: relative;
}
.blogBdyPrt .blogRightCol .searchSec input[type="text"] {
  background: #f1f1f8;
  border: none;
  border-radius: 5px;
  padding: 27px 20px;
  font-size: 15px;
  font-weight: 500;
  width: 100%;
}
.blogBdyPrt .blogRightCol .searchSec input[type="text"]:focus {
  outline: none;
}
.blogBdyPrt .blogRightCol .searchSec input[type="button"] {
  border: none;
  background: url(../images/search-icon.png) 0 0 no-repeat;
  position: absolute;
  right: 20px;
  top: 27px;
  width: 20px;
  height: 20px;
}
.blogBdyPrt .blogRightCol .tagsSec h3 {
  font-size: 20px;
  padding-top: 40px;
  font-weight: 600;
}
.blogBdyPrt .blogRightCol .tagsSec ul {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.blogBdyPrt .blogRightCol .tagsSec ul li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.blogBdyPrt .blogRightCol .tagsSec ul li a {
  font-size: 13px;
  color: #b0b3ba;
  background: #f1f1f8;
  border-radius: 25px;
  display: flex;
  align-items: center;
  padding: 10px 20px;
}
.blogBdyPrt .blogRightCol .tagsSec ul li a::after {
  display: none;
}
.blogBdyPrt .blogRightCol .tagsSec ul li a::before {
  display: none;
}
.blogBdyPrt .blogRightCol .tagsSec ul li a:hover {
  background: #1aa172;
  color: #fff;
}
.blogBdyPrt .blogRightCol .tagsSec ul li .active {
  background: #1aa172;
  color: #fff;
}
.blogBdyPrt .newBlogsec {
  width: 100%;
  margin: 100px 0 50px;
  display: block;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .blogBdyPrt .newBlogsec {
    margin: 10px 0 50px 0;
  }
}
.blogBdyPrt .newBlogsec h2 {
  padding-bottom: 20px;
  padding-left: 10px;
}
.blogBdyPrt .newBlogsec ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.blogBdyPrt .newBlogsec ul li {
  width: 31%;
  margin: 20px 1.1%;
}
@media only screen and (max-width: 992px) {
  .blogBdyPrt .newBlogsec ul li {
    width: 48%;
    margin: 15px 1%;
  }
}
@media only screen and (max-width: 576px) {
  .blogBdyPrt .newBlogsec ul li {
    width: 100%;
    margin: 15px 0;
  }
}
.blogBdyPrt .newBlogsec ul li .nblogImg {
  background: #eaeeef;
  width: 100%;
  height: 255px;
  border-radius: 10px;
  margin-bottom: 30px;
  overflow: hidden;
}
.blogBdyPrt .newBlogsec ul li .nblogImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.blogBdyPrt .newBlogsec ul li h3 {
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .blogBdyPrt .newBlogsec ul li h3 {
    font-size: 16px;
  }
}
.blogBdyPrt .newBlogsec ul li a {
  color: #000;
  text-decoration: underline;
  padding-top: 15px;
  display: inline-block;
  font-weight: 600;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 768px) {
  .blogBdyPrt .newBlogsec ul li a {
    padding: 5px 0;
  }
}
.blogBdyPrt .newBlogsec ul li a:hover {
  color: #1aa172;
  text-decoration: none;
}
.blogBdyPrt .pagignationSec {
  padding-bottom: 70px;
}
.blogBdyPrt .pagignationSec ul {
  display: flex;
  justify-content: center;
}
.blogBdyPrt .pagignationSec ul li {
  font-size: 15px;
  color: #000;
  margin: 0;
}
.blogBdyPrt .pagignationSec ul li:first-child a {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.blogBdyPrt .pagignationSec ul li:last-child a {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.blogBdyPrt .pagignationSec ul li a {
  display: inline-block;
  color: #000;
  padding: 10px 15px;
  border: 1px solid #ddd;
  text-decoration: none;
}
.blogBdyPrt .pagignationSec ul li a:hover {
  background: #ddd;
  color: #000;
}
.blogBdyPrt .pagignationSec ul li a:hover:after {
  display: none;
}
.blogBdyPrt .pagignationSec ul li a:hover:before {
  display: none;
}
.blogBdyPrt .pagignationSec ul li .active,
.blogBdyPrt .pagignationSec ul li .active:hover {
  background: #7606df;
  color: #fff;
  border-color: #7606df;
}
.blogBdyPrt .pagignationSec ul li .active:after,
.blogBdyPrt .pagignationSec ul li .active:hover:after {
  display: none;
}
.blogBdyPrt .pagignationSec ul li .active:before,
.blogBdyPrt .pagignationSec ul li .active:hover:before {
  display: none;
}
.blog-dtls-bdy-prt .blogTabSec .tab-content {
  margin-top: 0;
}
.ogmaDefaultForm .ogmaFormRow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ogmaDefaultForm .ogmaFormRow .ogmaFormClmOne {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 576px) {
  .ogmaDefaultForm .ogmaFormRow .ogmaFormClmOne {
    margin-bottom: 20px;
  }
}
.ogmaDefaultForm .ogmaFormRow .ogmaFormClmTwo {
  position: relative;
  width: 49%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 576px) {
  .ogmaDefaultForm .ogmaFormRow .ogmaFormClmTwo {
    width: 100%;
    margin-bottom: 20px;
  }
}
.ogmaDefaultForm .ogmaFormRow .ogmaFormClmThree {
  position: relative;
  width: 31.5%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 576px) {
  .ogmaDefaultForm .ogmaFormRow .ogmaFormClmThree {
    width: 100%;
    margin-bottom: 20px;
  }
}
.ogmaDefaultForm label {
  display: inline-block;
  width: 100%;
  margin-bottom: 8px;
  font-size: 13px;
  color: #a8aab5;
}
.ogmaDefaultForm label sup {
  font-size: 15px;
  color: #1aa172;
  font-weight: 600;
  top: 0;
}
.ogmaDefaultForm input[type=text],
.ogmaDefaultForm input[type=email],
.ogmaDefaultForm input[type=tel],
.ogmaDefaultForm input[type=search],
.ogmaDefaultForm input[type=file],
.ogmaDefaultForm select,
.ogmaDefaultForm textarea {
  width: 100%;
  height: 55px;
  background-color: #fff;
  border: 1px solid #d7dade;
  border-radius: 6px;
  padding: 8px 15px;
  font-size: 15px;
  color: #1d1c1c;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 576px) {
  .ogmaDefaultForm input[type=text],
  .ogmaDefaultForm input[type=email],
  .ogmaDefaultForm input[type=tel],
  .ogmaDefaultForm input[type=search],
  .ogmaDefaultForm input[type=file],
  .ogmaDefaultForm select,
  .ogmaDefaultForm textarea {
    height: 50px;
  }
}
.ogmaDefaultForm input[type=text]:hover,
.ogmaDefaultForm input[type=email]:hover,
.ogmaDefaultForm input[type=tel]:hover,
.ogmaDefaultForm input[type=search]:hover,
.ogmaDefaultForm input[type=file]:hover,
.ogmaDefaultForm select:hover,
.ogmaDefaultForm textarea:hover,
.ogmaDefaultForm input[type=text]:focus,
.ogmaDefaultForm input[type=email]:focus,
.ogmaDefaultForm input[type=tel]:focus,
.ogmaDefaultForm input[type=search]:focus,
.ogmaDefaultForm input[type=file]:focus,
.ogmaDefaultForm select:focus,
.ogmaDefaultForm textarea:focus,
.ogmaDefaultForm input[type=text]:focus-visible,
.ogmaDefaultForm input[type=email]:focus-visible,
.ogmaDefaultForm input[type=tel]:focus-visible,
.ogmaDefaultForm input[type=search]:focus-visible,
.ogmaDefaultForm input[type=file]:focus-visible,
.ogmaDefaultForm select:focus-visible,
.ogmaDefaultForm textarea:focus-visible {
  border: 1px solid #0023a5 !important;
  outline: none;
  box-shadow: none;
}
.ogmaDefaultForm input[type=tel] {
  padding-left: 50px;
}
.ogmaDefaultForm textarea {
  height: 150px;
}
.ogmaDefaultForm .btn.btn-1 {
  margin-top: 0;
}
.ogmaDefaultForm .btn.btn-1.fullWidthBtn {
  width: 100% !important;
}
.ogmaDefaultForm .btn.btn-1.fullWidthBtn .btn__text {
  width: 100%;
  text-align: center;
}
.ogmaDefaultForm .ogmaSelectField select {
  background-image: url(../images/down-arrow-icon.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.ogmaDefaultForm .ogmaInputCheckbox input[type=checkbox] {
  display: none;
}
.ogmaDefaultForm .ogmaInputCheckbox input[type=checkbox] + label {
  position: relative;
  margin-left: 40px;
  font-size: 15px;
  color: #1d1c1c;
  font-weight: 500;
  line-height: 30px;
}
.ogmaDefaultForm .ogmaInputCheckbox input[type=checkbox] + label::after {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  border: 2px solid #e0e0e0;
  border-radius: 4px;
  top: 1px;
  left: -40px;
}
.ogmaDefaultForm .ogmaInputCheckbox input[type=checkbox]:checked + label::after {
  border-color: #7606df;
}
.ogmaDefaultForm .ogmaInputCheckbox input[type=checkbox]:checked + label::before {
  position: absolute;
  content: '';
  width: 15px;
  height: 7px;
  transform: translateX(10px) rotate(-40deg);
  border-left: 2px solid #7606df;
  border-bottom: 2px solid #7606df;
  left: -42px;
  top: 11px;
}
.ogmaDefaultForm .redioSec {
  display: flex;
  flex-wrap: wrap;
}
.ogmaDefaultForm .redioSec .radio-button-container {
  color: #a8aab5;
  display: block;
  position: relative;
  padding-left: 0;
  line-height: 25px;
  margin-bottom: 12px;
  margin-left: 0;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 15%;
}
@media only screen and (max-width: 992px) {
  .ogmaDefaultForm .redioSec .radio-button-container {
    width: 20%;
  }
}
@media only screen and (max-width: 768px) {
  .ogmaDefaultForm .redioSec .radio-button-container {
    width: 100%;
    margin: 18px 0 0 0;
  }
  .ogmaDefaultForm .redioSec .radio-button-container:first-child {
    margin-top: 0;
  }
}
.ogmaDefaultForm .redioSec .radio-button-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.ogmaDefaultForm .redioSec .radio-button-container .checkmark {
  position: absolute;
  top: 0;
  left: 35px;
  height: 26px;
  width: 26px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
}
.ogmaDefaultForm .redioSec .radio-button-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.ogmaDefaultForm .redioSec .radio-button-container input:checked ~ .checkmark {
  background-color: rgba(0, 0, 0, 0);
}
.ogmaDefaultForm .redioSec .radio-button-container input:checked ~ .checkmark:after {
  display: block;
}
.ogmaDefaultForm .redioSec .radio-button-container .checkmark:after {
  top: 7px;
  left: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #7606df;
}
.ogmaDefaultForm .ogmaInputFile p {
  display: inline-block;
  width: 100%;
  margin-bottom: 8px;
  font-size: 13px;
  color: #a8aab5;
}
.ogmaDefaultForm .ogmaInputFile label {
  position: relative;
  width: 100%;
  height: 66px;
  background-color: #fff;
  border: 1px solid #d7dade;
  border-radius: 6px;
  padding: 8px 15px;
  overflow: hidden;
  resize: none;
  cursor: pointer;
  background-image: url(../images/attachment-icon.png);
  background-repeat: no-repeat;
  background-position: 95% center;
}
.ogmaDefaultForm .ogmaInputFile input[type="file"] {
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  right: 0px;
  text-align: right;
  top: 0px;
  z-index: 1;
}
.ogmaDefaultForm .ogmaInputFile .filename {
  font-size: 15px;
  color: #1d1c1c;
  font-weight: 500;
  line-height: 50px;
}
.ogmaDefaultForm .dflt-submit-btn {
  width: auto !important;
  padding: 16px 30px !important;
  text-transform: uppercase;
  opacity: 1;
}
.jobApplicationFormPrt .jobApplicationBdyRightBox {
  margin-top: 40px;
}
.contactPageBdySec {
  position: relative;
  padding: 100px 0;
}
@media only screen and (max-width: 992px) {
  .contactPageBdySec {
    padding: 30px 0;
  }
}
.contactPageBdySec .contactPageBdyRow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.contactPageBdySec .contactPageBdyRow .contactPageBdyLeftClm {
  width: 48.5%;
}
@media only screen and (max-width: 992px) {
  .contactPageBdySec .contactPageBdyRow .contactPageBdyLeftClm {
    width: 100%;
  }
}
.contactPageBdySec .contactPageBdyRow .contactPageBdyLeftClm .contactPageTitleHdn .contactPageTitle {
  font-size: 50px;
  color: #1d1c1c;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .contactPageBdySec .contactPageBdyRow .contactPageBdyLeftClm .contactPageTitleHdn .contactPageTitle {
    font-size: 30px;
  }
}
.contactPageBdySec .contactPageBdyRow .contactPageBdyLeftClm .contactPageTitleHdn .contactPageSubTitle {
  font-size: 20px;
  color: #1d1c1c;
  font-weight: 600;
  margin: 15px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .contactPageBdySec .contactPageBdyRow .contactPageBdyLeftClm .contactPageTitleHdn .contactPageSubTitle {
    font-size: 18px;
  }
}
.contactPageBdySec .contactPageBdyRow .contactPageBdyLeftClm .contactPageTitleHdn p {
  font-size: 15px;
  color: #7b7b89;
  font-weight: 500;
  max-width: 80%;
  margin: 20px 0 0 0;
}
@media only screen and (max-width: 992px) {
  .contactPageBdySec .contactPageBdyRow .contactPageBdyLeftClm .contactPageTitleHdn p {
    max-width: 100%;
  }
}
.contactPageBdySec .contactPageBdyRow .contactPageBdyLeftClm .contactPageTitleHdn p span {
  color: #1aa172;
  font-weight: 700;
}
.contactPageBdySec .contactPageBdyRow .contactPageBdyLeftClm .contactPageInfo ul li {
  font-size: 15px;
  color: #1d1c1c;
  font-weight: 500;
  margin: 20px 0 0 0;
}
.contactPageBdySec .contactPageBdyRow .contactPageBdyLeftClm .contactPageInfo ul li a {
  color: #1d1c1c;
}
.contactPageBdySec .contactPageBdyRow .contactPageBdyLeftClm .contactPageInfo ul li a .fa {
  width: 54px;
  height: 54px;
  background-color: #f7fbfc;
  border-radius: 100%;
  text-align: center;
  line-height: 54px;
  font-size: 20px;
  color: #1aa172;
  display: inline-block;
  margin-right: 10px;
}
.contactPageBdySec .contactPageBdyRow .contactPageBdyLeftClm .contactPageInfo ul li a:hover .fa {
  background-color: #1aa172;
  color: #fff;
}
.contactPageBdySec .contactPageBdyRow .contactPageBdyLeftClm .contactPageMapPrt {
  margin-top: 50px;
}
.contactPageBdySec .contactPageBdyRow .contactPageBdyLeftClm .contactPageMapPrt h2 {
  font-size: 20px;
  color: #1d1c1c;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.contactPageBdySec .contactPageBdyRow .contactPageBdyLeftClm .contactPageMapPrt iframe {
  width: 100%;
  height: 400px;
  border: none;
  border-radius: 8px;
}
.contactPageBdySec .contactPageBdyRow .contactPageBdyLeftClm .contactPageOfficeAddress {
  margin-top: 20px;
}
.contactPageBdySec .contactPageBdyRow .contactPageBdyLeftClm .contactPageOfficeAddress ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contactPageBdySec .contactPageBdyRow .contactPageBdyLeftClm .contactPageOfficeAddress ul li {
  width: 48%;
  margin-top: 15px;
  background-color: #f7fbfc;
  padding: 25px 20px;
  border: 1px solid transparent;
  border-radius: 8px;
}
@media only screen and (max-width: 576px) {
  .contactPageBdySec .contactPageBdyRow .contactPageBdyLeftClm .contactPageOfficeAddress ul li {
    width: 100%;
  }
}
.contactPageBdySec .contactPageBdyRow .contactPageBdyLeftClm .contactPageOfficeAddress ul li:hover {
  border: 1px solid #1aa172;
}
.contactPageBdySec .contactPageBdyRow .contactPageBdyLeftClm .contactPageOfficeAddress ul li .fa {
  font-size: 30px;
  color: #1aa172;
  margin-bottom: 10px;
}
.contactPageBdySec .contactPageBdyRow .contactPageBdyLeftClm .contactPageOfficeAddress ul li h3 {
  font-size: 20px;
  color: #1d1c1c;
  font-weight: 600;
  margin: 0 0 10px 0;
}
.contactPageBdySec .contactPageBdyRow .contactPageBdyLeftClm .contactPageOfficeAddress ul li p {
  font-size: 15px;
  color: #727f82;
  font-weight: 400;
  margin: 0;
}
.contactPageBdySec .contactPageBdyRow .contactPageBdyRightClm {
  width: 48.5%;
  background-color: #f7fbfc;
  padding: 35px 20px;
  border-radius: 10px;
}
@media only screen and (max-width: 992px) {
  .contactPageBdySec .contactPageBdyRow .contactPageBdyRightClm {
    width: 100%;
    margin-top: 50px;
  }
}
.contactPageBdySec .contactPageBdyRow .contactPageBdyRightClm .btn.btn-1 {
  width: 100%;
  text-transform: uppercase;
  text-align: center;
}
.contactPageBdySec .contactPageBdyRow .contactPageBdyRightClm .btn.btn-1 .btn__text {
  display: inline-block;
  width: 100%;
}
.careerPageBdySec {
  position: relative;
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
  .careerPageBdySec {
    padding: 50px 0;
  }
}
.careerPageBdySec .careerBdyRow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.careerPageBdySec .careerBdyRow .careerBdyLeftClm {
  width: 25%;
  display: none;
}
@media only screen and (max-width: 992px) {
  .careerPageBdySec .careerBdyRow .careerBdyLeftClm {
    width: 100%;
    max-width: 500px;
    margin: 50px auto 0 auto;
    order: 1;
    background-color: #f7fbfc;
    padding: 25px 20px;
    border-radius: 10px;
  }
}
.careerPageBdySec .careerBdyRow .careerBdyLeftClm .careerFilter h2 {
  font-size: 20px;
  color: #1d1c1c;
  font-weight: 600;
}
.careerPageBdySec .careerBdyRow .careerBdyLeftClm .careerFilter p {
  font-size: 15px;
  color: #727f82;
  font-weight: 400;
  margin: 0;
}
.careerPageBdySec .careerBdyRow .careerBdyLeftClm .careerFilter ul {
  margin-top: 40px;
}
.careerPageBdySec .careerBdyRow .careerBdyLeftClm .careerFilter ul li {
  font-size: 15px;
  color: #1d1c1c;
  font-weight: 400;
  border-bottom: 1px solid #e0e0e0;
  margin-top: 15px;
  padding-bottom: 15px;
  background-image: url(../images/arrow-right3.png);
  background-repeat: no-repeat;
  background-position: 99% 8px;
}
.careerPageBdySec .careerBdyRow .careerBdyLeftClm .careerSearch {
  position: relative;
  margin-top: 20px;
}
.careerPageBdySec .careerBdyRow .careerBdyLeftClm .careerSearch label {
  font-size: 15px;
  color: #1d1c1c;
  font-weight: 400;
  display: inline-block;
  width: 100%;
}
.careerPageBdySec .careerBdyRow .careerBdyLeftClm .careerSearch input {
  width: 100%;
  height: 55px;
  background-color: #fff;
  border: 1px solid #d7dade;
  border-radius: 6px;
  padding: 8px 15px 8px 45px;
  font-size: 12px;
  color: #a8aab5;
  font-weight: 400;
}
.careerPageBdySec .careerBdyRow .careerBdyLeftClm .careerSearch input:hover,
.careerPageBdySec .careerBdyRow .careerBdyLeftClm .careerSearch input:focus,
.careerPageBdySec .careerBdyRow .careerBdyLeftClm .careerSearch input:focus-visible {
  border: 1px solid #d7dade;
  outline: none;
}
.careerPageBdySec .careerBdyRow .careerBdyLeftClm .careerSearch .searchIcon {
  position: absolute;
  bottom: 19px;
  left: 15px;
}
.careerPageBdySec .careerBdyRow .careerBdyRightClm {
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .careerPageBdySec .careerBdyRow .careerBdyRightClm {
    width: 100%;
  }
}
.careerPageBdySec .careerBdyRow .careerBdyRightClm ul li {
  position: relative;
  background-color: #f7fbfc;
  padding: 20px 20px;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.careerPageBdySec .careerBdyRow .careerBdyRightClm ul li .careerApplyListLeftText {
  position: relative;
  width: calc(100% - 200px);
  padding: 8px 0 0 60px;
}
@media only screen and (max-width: 768px) {
  .careerPageBdySec .careerBdyRow .careerBdyRightClm ul li .careerApplyListLeftText {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .careerPageBdySec .careerBdyRow .careerBdyRightClm ul li .careerApplyListLeftText {
    padding: 0;
  }
}
.careerPageBdySec .careerBdyRow .careerBdyRightClm ul li .careerApplyListLeftText::before {
  position: absolute;
  content: '';
  width: 46px;
  height: 46px;
  background: url(../images/career-apply-list-icon.svg) no-repeat 0 0;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 576px) {
  .careerPageBdySec .careerBdyRow .careerBdyRightClm ul li .careerApplyListLeftText::before {
    display: none;
  }
}
.careerPageBdySec .careerBdyRow .careerBdyRightClm ul li .careerApplyListLeftText h3 {
  font-size: 20px;
  color: #1d1c1c;
  font-weight: 600;
}
.careerPageBdySec .careerBdyRow .careerBdyRightClm ul li .careerApplyListLeftText p {
  margin: 10px 0 0 0;
}
.careerPageBdySec .careerBdyRow .careerBdyRightClm ul li .careerApplyListLeftText p span {
  display: inline-block;
  font-size: 13px;
  color: #636e71;
  font-weight: 400;
  background-color: #e3eff2;
  padding: 2px 15px;
  border-radius: 50px;
  margin-right: 5px;
}
@media only screen and (max-width: 576px) {
  .careerPageBdySec .careerBdyRow .careerBdyRightClm ul li .careerApplyListLeftText p span {
    margin-top: 6px;
  }
}
.careerPageBdySec .careerBdyRow .careerBdyRightClm ul li .btn.btn-1 {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .careerPageBdySec .careerBdyRow .careerBdyRightClm ul li .btn.btn-1 {
    margin-top: 30px;
  }
}
.caseStudiesBdySec {
  position: relative;
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
  .caseStudiesBdySec {
    padding: 30px 0;
  }
}
.caseStudiesBdySec .caseStudiesFilterPrt {
  margin-bottom: 10px;
}
.caseStudiesBdySec .caseStudiesFilterPrt ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.caseStudiesBdySec .caseStudiesFilterPrt ul li {
  width: 27%;
  margin-left: 3%;
}
@media only screen and (max-width: 991px) {
  .caseStudiesBdySec .caseStudiesFilterPrt ul li {
    width: 32%;
    margin-left: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .caseStudiesBdySec .caseStudiesFilterPrt ul li {
    width: 48%;
    margin-left: 4%;
  }
}
@media only screen and (max-width: 576px) {
  .caseStudiesBdySec .caseStudiesFilterPrt ul li {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
.caseStudiesBdySec .caseStudiesFilterPrt ul li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .caseStudiesBdySec .caseStudiesFilterPrt ul li:last-child {
    margin-left: 0;
    margin-top: 20px;
  }
}
.caseStudiesBdySec .caseStudiesFilterPrt ul li select {
  font-size: 13px;
}
.caseStudiesBdySec .caseStudiesListPrt .caseStudiesItemRow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.caseStudiesBdySec .caseStudiesListPrt .caseStudiesItemRow .caseStudiesItemClm {
  width: 48.7%;
  margin-top: 60px;
}
@media only screen and (max-width: 576px) {
  .caseStudiesBdySec .caseStudiesListPrt .caseStudiesItemRow .caseStudiesItemClm {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .caseStudiesBdySec .caseStudiesListPrt .caseStudiesItemRow .caseStudiesItemClm:first-child {
    margin-top: 30px;
  }
}
.caseStudiesBdySec .caseStudiesListPrt .caseStudiesItemRow .caseStudiesItemClm .caseStudiesItemImg {
  width: 100%;
  background-color: #e9f2f9;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
}
.caseStudiesBdySec .caseStudiesListPrt .caseStudiesItemRow .caseStudiesItemClm .caseStudiesItemImg img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 576px) {
  .caseStudiesBdySec .caseStudiesListPrt .caseStudiesItemRow .caseStudiesItemClm .caseStudiesItemImg img {
    height: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .caseStudiesBdySec .caseStudiesListPrt .caseStudiesItemRow .caseStudiesItemClm .caseStudiesItemInfo {
    text-align: center;
  }
}
.caseStudiesBdySec .caseStudiesListPrt .caseStudiesItemRow .caseStudiesItemClm .caseStudiesItemInfo h2 {
  font-size: 22px;
  color: #1d1c1c;
  font-weight: 700;
  margin: 30px 0 15px 0;
}
@media only screen and (max-width: 768px) {
  .caseStudiesBdySec .caseStudiesListPrt .caseStudiesItemRow .caseStudiesItemClm .caseStudiesItemInfo h2 {
    font-size: 18px;
  }
}
.caseStudiesBdySec .caseStudiesListPrt .caseStudiesItemRow .caseStudiesItemClm .caseStudiesItemInfo h3 {
  font-size: 16px;
  color: #7606df;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media only screen and (max-width: 768px) {
  .caseStudiesBdySec .caseStudiesListPrt .caseStudiesItemRow .caseStudiesItemClm .caseStudiesItemInfo h3 {
    font-size: 14px;
  }
}
.caseStudiesBdySec .caseStudiesListPrt .caseStudiesItemRow .caseStudiesItemClm .caseStudiesItemInfo ul.caseStudiesTechnologyList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media only screen and (max-width: 992px) {
  .caseStudiesBdySec .caseStudiesListPrt .caseStudiesItemRow .caseStudiesItemClm .caseStudiesItemInfo ul.caseStudiesTechnologyList {
    justify-content: center;
  }
}
.caseStudiesBdySec .caseStudiesListPrt .caseStudiesItemRow .caseStudiesItemClm .caseStudiesItemInfo ul.caseStudiesTechnologyList li {
  margin: 20px 1% 0 1%;
  text-align: center;
}
.caseStudiesBdySec .caseStudiesListPrt .caseStudiesItemRow .caseStudiesItemClm .caseStudiesItemInfo ul.caseStudiesTechnologyList li:first-child {
  margin-left: 0;
}
.caseStudiesBdySec .caseStudiesListPrt .caseStudiesItemRow .caseStudiesItemClm .caseStudiesItemInfo ul.caseStudiesTechnologyList li p {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .caseStudiesBdySec .caseStudiesListPrt .caseStudiesItemRow .caseStudiesItemClm .caseStudiesItemInfo ul.caseStudiesTechnologyList li p {
    font-size: 14px;
    line-height: 20px;
  }
}
.caseStudiesBdySec .caseStudiesListPrt .caseStudiesItemRow .caseStudiesItemClm .caseStudiesItemInfo ul.caseStudiesTechnologyList li .techStackIcon {
  width: 52px;
  height: 52px;
  background-color: #fff;
  border-radius: 10px;
  display: inline-block;
  padding: 7px;
  margin-bottom: 10px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 576px) {
  .caseStudiesBdySec .caseStudiesListPrt .caseStudiesItemRow .caseStudiesItemClm .caseStudiesItemInfo ul.caseStudiesTechnologyList li .techStackIcon {
    width: 70px;
    height: 70px;
    padding: 12px;
  }
}
@media only screen and (max-width: 479px) {
  .caseStudiesBdySec .caseStudiesListPrt .caseStudiesItemRow .caseStudiesItemClm .caseStudiesItemInfo ul.caseStudiesTechnologyList li .techStackIcon {
    width: 40px;
    height: 40px;
    padding: 6px;
  }
}
.caseStudiesBdySec .caseStudiesListPrt .caseStudiesItemRow .caseStudiesItemClm .caseStudiesItemInfo ul.caseStudiesTechnologyList li .techStackIcon img {
  max-width: 100%;
  max-height: 100%;
}
@media only screen and (max-width: 992px) {
  .caseStudiesBdySec .caseStudiesListPrt .caseStudiesItemRow .caseStudiesItemClm .caseStudiesItemInfo .btn.btn-1 {
    text-align: center !important;
  }
}
@media only screen and (max-width: 992px) {
  .caseStudiesBdySec .caseStudiesListPrt .caseStudiesItemRow .caseStudiesItemClm .caseStudiesItemInfo .btn__text {
    font-size: 16px;
  }
}
.caseStudiesBdySec .case-study-no-data {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 50px 0;
}
.caseStudiesBdySec .case-study-no-data p {
  font-size: 22px;
  color: #7606df;
  font-weight: 600;
  letter-spacing: 2px;
}
.ourClientLogoSec {
  position: relative;
  padding: 100px 0;
}
@media only screen and (max-width: 992px) {
  .ourClientLogoSec {
    padding: 30px 0;
  }
}
.ourClientLogoSec h2 {
  margin-bottom: 30px;
}
.ourClientLogoSec ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.ourClientLogoSec ul li {
  margin: 20px 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.ourClientLogoSec ul li img {
  max-width: 130px;
  max-height: 55px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ourClientLogoSec ul li img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.ourTeamBdySec {
  position: relative;
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
  .ourTeamBdySec {
    padding: 30px 0;
  }
}
.ourTeamBdySec h2 {
  font-size: 50px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .ourTeamBdySec h2 {
    font-size: 30px;
  }
}
.ourTeamBdySec .ourTeamRow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 60px;
}
.ourTeamBdySec .ourTeamRow .ourTeamClm {
  width: 22.6%;
  margin: 25px 1.2%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  .ourTeamBdySec .ourTeamRow .ourTeamClm {
    width: 46%;
    margin: 20px 2%;
  }
}
@media only screen and (max-width: 576px) {
  .ourTeamBdySec .ourTeamRow .ourTeamClm {
    width: 48%;
    margin: 20px 1%;
  }
}
@media only screen and (max-width: 479px) {
  .ourTeamBdySec .ourTeamRow .ourTeamClm {
    width: 100%;
    max-width: 300px;
    margin: 20px auto;
  }
}
.ourTeamBdySec .ourTeamRow .ourTeamClm img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  object-position: top;
  margin-bottom: 15px;
}
.ourTeamBdySec .ourTeamRow .ourTeamClm .ourTeamInfo {
  width: 75%;
}
.ourTeamBdySec .ourTeamRow .ourTeamClm h3 {
  font-size: 20px;
  color: #1d1c1c;
  font-weight: 600;
  margin: 0;
}
.ourTeamBdySec .ourTeamRow .ourTeamClm h4 {
  font-size: 15px;
  color: #1d1c1c;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}
.ourTeamBdySec .ourTeamRow .ourTeamClm p {
  font-size: 15px;
  margin: 5px 0;
}
.ourTeamBdySec .ourTeamRow .ourTeamClm .linkedinLink {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-color: #f4f4f4;
  border-radius: 6px;
  text-align: center;
  line-height: 36px;
  font-size: 18px;
  color: #0077b5;
}
.ourTeamBdySec .ourTeamRow .ourTeamClm .linkedinLink:hover {
  color: #1aa172;
}
.interestPartnerSec {
  position: relative;
  padding: 100px 0;
  background-color: #f7fbfc;
}
@media only screen and (max-width: 768px) {
  .interestPartnerSec {
    padding: 30px 0;
  }
}
.interestPartnerSec h2 {
  font-size: 50px;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .interestPartnerSec h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.interestPartnerSec .interestPartnerRow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.interestPartnerSec .interestPartnerRow .interestPartnerLeftPrt {
  width: 60%;
  margin: 0 auto;
  padding: 40px 30px;
  border-radius: 20px;
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(180deg, #ff5800, #7200dc) border-box;
  border: 2px solid transparent;
}
@media only screen and (max-width: 992px) {
  .interestPartnerSec .interestPartnerRow .interestPartnerLeftPrt {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .interestPartnerSec .interestPartnerRow .interestPartnerLeftPrt {
    padding: 20px 20px;
  }
}
.interestPartnerSec .interestPartnerRow .interestPartnerLeftPrt input {
  height: 60px;
  border-color: #e0e0e0;
}
.interestPartnerSec .interestPartnerRow .interestPartnerLeftPrt input::placeholder {
  font-size: 13px;
  color: #b0c0c4;
}
.interestPartnerSec .interestPartnerRow .interestPartnerLeftPrt input::-webkit-input-placeholder {
  font-size: 13px;
  color: #b0c0c4;
}
.interestPartnerSec .interestPartnerRow .interestPartnerLeftPrt input::-moz-placeholder {
  font-size: 13px;
  color: #b0c0c4;
}
.interestPartnerSec .interestPartnerRow .interestPartnerLeftPrt button[type=submit] {
  width: auto;
  padding: 16px 30px;
  text-align: center;
}
.interestPartnerSec .interestPartnerRow .interestPartnerLeftPrt button[type=submit] span {
  width: 100%;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.interestPartnerSec .interestPartnerRow .interestPartnerLeftPrt .alert-success {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.interestPartnerSec .interestPartnerRow .interestPartnerRightPrt {
  width: 40%;
  padding: 90px 50px;
}
@media only screen and (max-width: 992px) {
  .interestPartnerSec .interestPartnerRow .interestPartnerRightPrt {
    width: 100%;
    padding: 30px 0 0 0;
  }
}
@media only screen and (max-width: 576px) {
  .interestPartnerSec .interestPartnerRow .interestPartnerRightPrt h2 {
    margin-bottom: 20px !important;
  }
}
.interestPartnerSec .interestPartnerRow .interestPartnerRightPrt ul {
  display: flex;
  flex-wrap: wrap;
}
.interestPartnerSec .interestPartnerRow .interestPartnerRightPrt ul li {
  margin-left: 10px;
}
.interestPartnerSec .interestPartnerRow .interestPartnerRightPrt ul li:first-child {
  margin-left: 0;
}
.interestPartnerSec .interestPartnerRow .interestPartnerRightPrt ul li a {
  width: 65px;
  height: 65px;
  display: inline-block;
  background-color: #f7fbfc;
  border: 1px solid #d0dbde;
  border-radius: 100%;
  line-height: 72px;
  text-align: center;
  color: #000;
}
@media only screen and (max-width: 576px) {
  .interestPartnerSec .interestPartnerRow .interestPartnerRightPrt ul li a {
    width: 50px;
    height: 50px;
    line-height: 52px;
  }
}
.interestPartnerSec .interestPartnerRow .interestPartnerRightPrt ul li a:hover {
  background-color: #1aa172;
  color: #fff;
}
.interestPartnerSec .interestPartnerRow .interestPartnerRightPrt ul li a .fa {
  font-size: 22px;
}
@media only screen and (max-width: 576px) {
  .interestPartnerSec .interestPartnerRow .interestPartnerRightPrt ul li a .fa {
    font-size: 18px;
  }
}
.modal-open {
  overflow: hidden;
  padding: 0 !important;
  position: fixed;
}
.contactPopup {
  max-width: 800px;
}
.contactPopup .close {
  opacity: 1;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  width: 35px;
  height: 35px;
  background-color: red;
  border-radius: 100%;
  font-size: 30px;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  line-height: 35px;
  text-shadow: none;
}
.contactPopup .close:hover {
  opacity: 1 !important;
}
.contactPopup .close span {
  position: relative;
  top: -2px;
  left: 1px;
}
.contactPopup .modal-body {
  padding: 2rem 2.5rem;
}
@media only screen and (max-width: 992px) {
  .contactPopup .modal-body {
    padding: 15px 15px;
  }
}
.contactPopup .modal-body .contact-modal-hdn {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 40px auto;
}
@media only screen and (max-width: 576px) {
  .contactPopup .modal-body h1 {
    font-size: 26px;
  }
}
.contactPopup .modal-body h2 {
  font-size: 50px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .contactPopup .modal-body h2 {
    font-size: 26px;
  }
}
.contactPopup .modal-body p {
  line-height: 1.4;
  color: #000;
  font-weight: 500;
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 576px) {
  .contactPopup .modal-body p {
    font-size: 16px;
  }
}
.contactPopup .modal-body p span {
  color: #7606df;
  text-decoration: underline;
}
.contactPopup .modal-body .alert {
  text-align: center;
  padding: 30px 20px;
}
.contactPopup .modal-body .contactPopForm {
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(180deg, #ff5800, #7200dc) border-box;
  padding: 30px 20px;
  border: 2px solid transparent;
  border-radius: 20px;
}
@media only screen and (max-width: 992px) {
  .contactPopup .modal-body .contactPopForm {
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 992px) {
  .contactPopup .modal-body .contactPopForm .ogmaFormClmTwo {
    width: 100%;
  }
}
.contactPopup .modal-body .contactPopForm select {
  background-image: url(../images/down-arrow-icon.png);
  background-repeat: no-repeat;
  background-position: 97% center;
}
.contactPopup .modal-body .contactPopForm textarea {
  width: 100%;
  height: 66px;
  background-color: #fff;
  border: 1px solid #d7dade;
  border-radius: 6px;
  padding: 8px 15px;
  font-size: 15px;
  color: #1d1c1c;
  font-weight: 500;
  height: 150px;
}
.contactPopup .modal-body .contactPopForm .ogma-dflt-phone-field {
  padding-left: 50px !important;
}
.contactPopup .modal-body .contactPopForm .btn-1 {
  width: 100%;
}
.contactPopup .modal-body .contactPopForm .btn-1 .btn__text {
  width: 100%;
  text-align: center;
}
.contactPopup .modal-body .contactPopForm .redioSec {
  display: flex;
  flex-wrap: wrap;
}
.contactPopup .modal-body .contactPopForm .redioSec .radio-button-container {
  color: #a8aab5;
  display: block;
  position: relative;
  padding-left: 0;
  line-height: 25px;
  margin-bottom: 12px;
  margin-left: 0;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 15%;
}
@media only screen and (max-width: 992px) {
  .contactPopup .modal-body .contactPopForm .redioSec .radio-button-container {
    width: 20%;
  }
}
@media only screen and (max-width: 768px) {
  .contactPopup .modal-body .contactPopForm .redioSec .radio-button-container {
    width: 100%;
    margin: 18px 0 0 0;
  }
  .contactPopup .modal-body .contactPopForm .redioSec .radio-button-container:first-child {
    margin-top: 0;
  }
}
.contactPopup .modal-body .contactPopForm .redioSec .radio-button-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.contactPopup .modal-body .contactPopForm .redioSec .radio-button-container .checkmark {
  position: absolute;
  top: 0;
  left: 35px;
  height: 26px;
  width: 26px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
}
.contactPopup .modal-body .contactPopForm .redioSec .radio-button-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.contactPopup .modal-body .contactPopForm .redioSec .radio-button-container input:checked ~ .checkmark {
  background-color: rgba(0, 0, 0, 0);
}
.contactPopup .modal-body .contactPopForm .redioSec .radio-button-container input:checked ~ .checkmark:after {
  display: block;
}
.contactPopup .modal-body .contactPopForm .redioSec .radio-button-container .checkmark:after {
  top: 7px;
  left: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #7606df;
}
.contactPopup .modal-body .contactPopForm button[type=submit].btn {
  width: auto;
  background: #7200dc;
  font-size: 18px;
  color: #fefeff !important;
  font-weight: 700;
  text-transform: uppercase;
  padding: 16px 30px;
  border-radius: 6px !important;
  border: none;
  box-shadow: none;
}
.contactPopup .modal-body .contactPopForm button[type=submit].btn:hover {
  background-color: #fd583e;
  transform: translateY(0);
  color: #000 !important;
}
/*=================================== For New Landing Page Style Start ===================================*/
/************* Global Style Start *************/
.ogmaDefaultForm .ogmaFormSingleClm {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.ogmaDefaultForm .ogmaFormRow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ogmaDefaultForm .ogmaFormRow .ogmaFormClmTwo {
  position: relative;
  width: 49%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 576px) {
  .ogmaDefaultForm .ogmaFormRow .ogmaFormClmTwo {
    width: 100%;
  }
}
.ogmaDefaultForm label {
  display: inline-block;
  width: 100%;
  margin-bottom: 8px;
  font-size: 15px;
  color: #888888;
  font-weight: 500;
}
.ogmaDefaultForm label sup {
  font-size: 15px;
  color: #7606df;
  font-weight: 600;
  top: 0;
}
.ogmaDefaultForm input[type=text],
.ogmaDefaultForm input[type=email],
.ogmaDefaultForm input[type=tel],
.ogmaDefaultForm input[type=search],
.ogmaDefaultForm input[type=file],
.ogmaDefaultForm select,
.ogmaDefaultForm textarea {
  width: 100%;
  height: 55px;
  background-color: #fff;
  border: 1px solid #d7dade;
  border-radius: 6px;
  padding: 8px 15px;
  font-size: 15px;
  color: #1d1c1c;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ogmaDefaultForm textarea {
  height: 120px;
  resize: none;
}
.ogmaDefaultForm .ogma-dflt-phone-field {
  padding-left: 50px !important;
}
.ogmaDefaultForm input[type=submit],
.ogmaDefaultForm button[type=submit] {
  width: 100%;
  background: #7200dc;
  font-size: 18px;
  color: #fefeff;
  font-weight: 700;
  padding: 10px 15px;
  border-radius: 6px;
  border: none;
  box-shadow: none;
}
.ogmaDefaultForm input[type=submit]:hover,
.ogmaDefaultForm button[type=submit]:hover {
  background-color: #fd583e;
  transform: translateY(0);
  color: #000 !important;
}
.ogmaDefaultForm .ogmaSelectField select {
  font-size: 15px;
  color: #888888;
  font-weight: 500;
  background-image: url(../images/down-arrow-icon.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.ogmaDefaultForm .ogmaSelectField .ui-selectmenu-button.ui-button {
  width: 100%;
  height: 55px;
  border-radius: 6px;
  background-color: transparent;
  background-image: url(../images/down-arrow-icon.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ogmaDefaultForm .ogmaSelectField .ui-selectmenu-button.ui-button:hover,
.ogmaDefaultForm .ogmaSelectField .ui-selectmenu-button.ui-button:focus {
  background-color: transparent;
  border-color: #0023a5;
}
.ogmaDefaultForm .ogmaSelectField .ui-button .ui-icon {
  background-image: none;
}
.ogmaDefaultForm .redioSec {
  display: flex;
  flex-wrap: wrap;
}
.ogmaDefaultForm .redioSec .radio-button-container {
  color: #a8aab5;
  display: block;
  position: relative;
  padding-left: 0;
  line-height: 25px;
  margin-bottom: 12px;
  margin-left: 0;
  cursor: pointer;
  font-size: 15px;
  color: #888888;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 15%;
}
@media only screen and (max-width: 767px) {
  .ogmaDefaultForm .redioSec .radio-button-container {
    width: 50%;
    margin: 0;
  }
}
.ogmaDefaultForm .redioSec .radio-button-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.ogmaDefaultForm .redioSec .radio-button-container .checkmark {
  position: absolute;
  top: 0;
  left: 35px;
  height: 26px;
  width: 26px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);*/
  transition: all 0.3s;
}
.ogmaDefaultForm .redioSec .radio-button-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.ogmaDefaultForm .redioSec .radio-button-container input:checked ~ .checkmark {
  background-color: rgba(0, 0, 0, 0);
}
.ogmaDefaultForm .redioSec .radio-button-container input:checked ~ .checkmark:after {
  display: block;
}
.ogmaDefaultForm .redioSec .radio-button-container .checkmark:after {
  top: 7px;
  left: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #7606df;
}
.text-gradient-one {
  background-image: linear-gradient(130deg, #591e05, #c43a30 50%, #870dbb 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-gradient-two {
  background-image: linear-gradient(130deg, #180703 10%, #71220c 30%, #e04131 75%, #dc3a4f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/************* Global Style End *************/
/************* Trusted Partner Style Start *************/
.trusted-partner-sec {
  position: relative;
  padding: 100px 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .trusted-partner-sec {
    padding: 50px 0 20px 0;
  }
}
.trusted-partner-sec h2 {
  text-align: center;
  font-size: 20px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 40px;
}
.trusted-partner-sec h2 span {
  color: #8c10b4;
}
.trusted-partner-sec .partner-scrl {
  display: block;
  border-bottom: none;
}
@media only screen and (min-width: 1200px) {
  .trusted-partner-sec .partner-scrl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    min-height: inherit;
  }
}
.trusted-partner-sec .partner-scrl .item {
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .trusted-partner-sec .partner-scrl .item {
    padding: 20px 20px;
  }
}
.trusted-partner-sec .partner-scrl .item img {
  width: auto;
  display: inline-block;
}
@media only screen and (min-width: 1200px) {
  .trusted-partner-sec .partner-scrl .item img {
    max-width: 150px;
    max-height: 55px;
  }
}
@media only screen and (max-width: 480px) {
  .trusted-partner-sec .partner-scrl .item img {
    max-width: 140px;
    max-height: 50px;
  }
}
.trusted-partner-sec .partner-scrl .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.trusted-partner-sec .partner-scrl .owl-dots .owl-dot {
  width: 14px;
  height: 14px;
  background-color: #e1e1e1;
  border-radius: 100%;
  margin: 3px 8px;
}
.trusted-partner-sec .partner-scrl .owl-dots .owl-dot.active {
  background-color: #7200dc;
}
/************* Development Process Style Start *************/
.process-sec {
  padding: 90px 0;
}
@media only screen and (max-width: 767px) {
  .process-sec {
    padding: 50px 0 0 0;
  }
}
.process-sec h2 {
  font-size: 70px;
  color: #000000;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .process-sec h2 {
    font-size: 30px;
  }
}
.process-wrap {
  position: relative;
  background-image: url(../images/process-line.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  padding: 10px 0 17px 0;
  margin-right: -1px;
  margin-top: 90px;
}
@media only screen and (max-width: 1024px) {
  .process-wrap {
    background: none;
  }
}
@media only screen and (max-width: 991px) {
  .process-wrap {
    margin-top: 0;
  }
}
.process-wrap::before,
.process-wrap::after {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  background: url(../images/process-dot.png) no-repeat 0 0;
}
@media only screen and (max-width: 1024px) {
  .process-wrap::before,
  .process-wrap::after {
    display: none;
  }
}
.process-wrap::before {
  top: 120px;
  left: -5px;
}
.process-wrap::after {
  bottom: 120px;
  right: -5px;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  padding-left: 10px;
  padding-right: 10px;
  column-gap: 20px;
}
@media only screen and (max-width: 991px) {
  .process-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 576px) {
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.process-box {
  background: #f8f8f8;
  height: 234px;
  border-radius: 8px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 991px) {
  .process-box {
    margin-top: 60px;
  }
}
.step-icon-box {
  width: 120px;
  height: 120px;
  background: #f7f4fa;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-icon-box img {
  max-width: 50px;
}
.process-box h4 {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;
  color: #000000;
  margin: 25px 0;
}
.step-no {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 44px;
  border-radius: 100%;
  background: #FA5641;
  background: linear-gradient(0deg, #fa5641 0%, #7401da 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .step-no {
    bottom: -18px;
  }
}
.step-no span {
  display: block;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 100%;
  font-size: 18px;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  color: #fd583e;
}
.process-box:nth-child(2n) .step-no {
  bottom: auto;
  top: -30px;
}
@media only screen and (max-width: 991px) {
  .process-box:nth-child(2n) .step-no {
    top: -18px;
  }
}
.process-box:first-child {
  margin-left: 5px;
}
@media only screen and (max-width: 1200px) {
  .process-desktop {
    display: none;
  }
}
.process-mob {
  position: relative;
  max-width: 350px;
  margin: 0 auto;
  display: none;
}
@media only screen and (max-width: 1200px) {
  .process-mob {
    display: block;
  }
}
.process-mob ul li {
  position: relative;
  display: flex;
  align-items: center;
  margin: 40px 0;
}
.process-mob ul li:not(:last-child)::after {
  position: absolute;
  content: '';
  width: 2px;
  height: 100%;
  border-left: 2px solid transparent;
  top: 100px;
  left: 49px;
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(to bottom, #ff5800, #7200dc) border-box;
}
.process-mob ul li .step-icon {
  width: 100px;
  height: 100px;
  background: #f6ecff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.process-mob ul li .step-icon img {
  max-width: 35px;
}
.process-mob ul li h4 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #000000;
}
/************* Contact Info Style Start *************/
.ftr-contact-info-sec {
  position: relative;
  padding: 100px 0;
}
@media only screen and (max-width: 767px) {
  .ftr-contact-info-sec {
    padding: 50px 0;
  }
}
.ftr-contact-info-sec .ftr-contact-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ftr-contact-info-sec .ftr-contact-row .ftr-left-contact-dtls {
  width: 40%;
}
@media only screen and (max-width: 991px) {
  .ftr-contact-info-sec .ftr-contact-row .ftr-left-contact-dtls {
    width: 100%;
    order: 1;
    margin-top: 40px;
  }
}
.ftr-contact-info-sec .ftr-contact-row .ftr-left-contact-dtls h2 {
  font-size: 50px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .ftr-contact-info-sec .ftr-contact-row .ftr-left-contact-dtls h2 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .ftr-contact-info-sec .ftr-contact-row .ftr-left-contact-dtls h2 br {
    display: none;
  }
}
.ftr-contact-info-sec .ftr-contact-row .ftr-left-contact-dtls h3 {
  font-size: 18px;
  color: #747477;
  font-weight: 500;
}
.ftr-contact-info-sec .ftr-contact-row .ftr-left-contact-dtls h3 span {
  color: #7200dc;
}
.ftr-contact-info-sec .ftr-contact-row .ftr-left-contact-dtls .adrs-tab-prt {
  border-top: 1px solid #e7e0ee;
  margin-top: 30px;
  padding-top: 20px;
}
.ftr-contact-info-sec .ftr-contact-row .ftr-left-contact-dtls .adrs-tab-prt .nav-tabs {
  border: none;
}
.ftr-contact-info-sec .ftr-contact-row .ftr-left-contact-dtls .adrs-tab-prt .nav-tabs li {
  margin-right: 10px;
}
.ftr-contact-info-sec .ftr-contact-row .ftr-left-contact-dtls .adrs-tab-prt .nav-tabs li a {
  display: inline-block;
  min-width: 90px;
  font-size: 15px;
  color: #000000;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  background-color: #e7e0ee;
  border-radius: 50px;
  padding: 7px 5px;
}
.ftr-contact-info-sec .ftr-contact-row .ftr-left-contact-dtls .adrs-tab-prt .nav-tabs li a.active {
  background-color: #7200dc;
  color: #ffffff;
}
.ftr-contact-info-sec .ftr-contact-row .ftr-left-contact-dtls .adrs-tab-prt .ftr-adrs-list li {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.ftr-contact-info-sec .ftr-contact-row .ftr-left-contact-dtls .adrs-tab-prt .ftr-adrs-list li .contact-icon {
  width: 56px;
  height: 56px;
  background-color: #f8f2fd;
  border-radius: 100%;
  text-align: center;
  line-height: 56px;
  margin-right: 20px;
}
.ftr-contact-info-sec .ftr-contact-row .ftr-left-contact-dtls .adrs-tab-prt .ftr-adrs-list li .contact-icon img {
  display: inline-block !important;
}
.ftr-contact-info-sec .ftr-contact-row .ftr-left-contact-dtls .adrs-tab-prt .ftr-adrs-list li p {
  font-size: 15px;
  color: #000000;
  font-weight: 600;
  margin: 0;
}
.ftr-contact-info-sec .ftr-contact-row .ftr-left-contact-dtls .adrs-tab-prt .ftr-adrs-list li p a {
  color: #000000;
}
.ftr-contact-info-sec .ftr-contact-row .ftr-left-contact-dtls .adrs-tab-prt .ftr-adrs-list li p a:hover {
  color: #7200dc;
}
.ftr-contact-info-sec .ftr-contact-row .ftr-right-contact-form {
  width: 56%;
}
@media only screen and (max-width: 991px) {
  .ftr-contact-info-sec .ftr-contact-row .ftr-right-contact-form {
    width: 100%;
  }
}
.ftr-contact-info-sec .ftr-contact-row .ftr-right-contact-form#footer_form {
  scroll-margin-top: 80px;
}
@media only screen and (max-width: 576px) {
  .ftr-contact-info-sec .ftr-contact-row .ftr-right-contact-form#footer_form {
    scroll-margin-top: 150px;
  }
}
.ftr-contact-info-sec .ftr-contact-row .ftr-right-contact-form .footer-form-box {
  width: 100%;
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(180deg, #ff5800, #7200dc) border-box;
  border: 2px solid transparent;
  border-radius: 20px;
  padding: 20px 20px;
}
.ftr-contact-info-sec .ftr-contact-row .ftr-right-contact-form .footer-form-box h2 {
  font-size: 16px;
  color: #666a7d;
  font-weight: 500;
  margin-bottom: 20px;
}
.ftr-contact-info-sec .ftr-contact-row .ftr-right-contact-form .footer-form-box h2 strong {
  font-size: 34px;
  color: #000000;
  font-weight: 600;
  display: block;
}
@media only screen and (max-width: 767px) {
  .ftr-contact-info-sec .ftr-contact-row .ftr-right-contact-form .footer-form-box h2 strong {
    font-size: 25px;
  }
}
/*=================================== For New Landing Page Style End ===================================*/
/*=========================== Case Studies Details Page Style Sheet Start Here ===========================*/
.case-study-dtl-bdy-prt {
  position: relative;
  padding: 100px 0;
}
.case-study-dtl-bdy-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.case-study-dtl-bdy-left-prt {
  width: 62%;
}
.case-study-dtl-bdy-right-prt {
  width: 35%;
  background-color: #f6f7fb;
  padding: 10px 20px;
  border-radius: 15px;
}
/************* Case Studies Details Left Part Style Start *************/
.case-study-dtl-page-title {
  margin-bottom: 30px;
}
.case-study-dtl-page-title h1 {
  font-size: 50px;
  color: #1d1c1c;
  font-weight: 700;
  text-transform: capitalize;
}
.case-study-dtl-page-title h1 strong {
  font-weight: 700;
}
.case-study-dtl-page-title h1 span {
  font-size: 18px;
  color: #7200dc;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.case-study-banner-scrl .case-study-dtl-banner img {
  width: 100%;
  border-radius: 15px;
}
.case-study-banner-scrl .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.case-study-banner-scrl .owl-dots .owl-dot {
  width: 14px;
  height: 14px;
  background-color: #e1e1e1;
  border-radius: 100%;
  margin: 3px 8px;
}
.case-study-banner-scrl .owl-dots .owl-dot.active {
  background-color: #7200dc;
}
.case-study-dtl-left-text-row {
  margin-top: 50px;
}
.case-study-dtl-left-text-row h2 {
  font-size: 50px;
  color: #1d1c1c;
  font-weight: 700;
  margin-bottom: 10px;
}
.case-study-dtl-left-text-row p {
  font-size: 18px;
  color: #484646;
  font-weight: 500;
  line-height: 32px;
}
/************* Case Studies Details Right Part Style Start *************/
.case-study-dtl-right-row {
  padding: 40px 0 35px 0;
  border-bottom: 1px solid #d4d4dc;
}
.case-study-dtl-right-row:last-child {
  border-bottom: none;
}
.case-study-dtl-right-row h3 {
  font-size: 20px;
  color: #1d1c1c;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.client-logo {
  text-align: center;
}
.client-logo img {
  display: inline-block;
  max-width: 200px;
  max-height: 100px;
}
.case-study-review .rating {
  margin-bottom: 20px;
}
.case-study-review .rating img {
  position: relative;
  display: inline-block;
  width: auto;
  max-width: 100%;
  margin: -7px 1px 0 0;
}
.case-study-review span {
  font-size: 18px;
  color: #4d5259;
  font-weight: 500;
}
.case-study-review p {
  font-size: 17px;
  color: #484646;
  font-weight: 500;
  font-style: italic;
  line-height: 32px;
  margin: 0;
}
.case-study-dtl-right-project-link-list li {
  margin-top: 10px;
  width: 100%;
  text-align: center;
}
.case-study-dtl-right-project-link-list li a {
  display: inline-block;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #d4d4dc;
  border-radius: 10px;
  padding: 15px 15px;
}
.case-study-dtl-right-project-link-list li a:hover {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}
.case-study-dtl-right-project-link-list li img {
  width: auto;
  max-width: 100%;
  display: inline-block;
}
.case-study-country p {
  font-size: 20px;
  color: #484646;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.case-study-country p img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-right: 12px;
}
.case-study-country .fi {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-right: 12px;
}
/************* Case Studies Details Technology Part Style Start *************/
.case-study-dtl-technology-prt {
  position: relative;
  padding: 100px 0;
  background-color: #e9f5f1;
  text-align: center;
}
.case-study-dtl-technology-prt h2 {
  font-size: 60px;
  color: #1d1c1c;
  font-weight: 700;
  margin-bottom: 50px;
}
.case-study-dtl-technology-list ul {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 10px;
  row-gap: 10px;
}
.case-study-dtl-technology-list ul li .case-study-dtl-tech-icon {
  width: 100%;
  height: 90px;
  background-color: #ffffff;
  padding: 22px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.case-study-dtl-technology-list ul li img {
  max-width: 100%;
  max-height: 100%;
}
.case-study-dtl-technology-list ul li h4 {
  font-size: 16px;
  color: #484646;
  font-weight: 600;
  margin-top: 15px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .case-study-dtl-bdy-left-prt {
    width: 100%;
  }
  .case-study-dtl-bdy-right-prt {
    width: 100%;
    max-width: 576px;
    margin: 50px auto 0 auto;
  }
}
@media only screen and (max-width: 991px) {
  .case-study-dtl-bdy-prt {
    padding: 40px 0;
  }
  .case-study-dtl-page-title h1 {
    font-size: 30px;
  }
  .case-study-dtl-page-title h1 span {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .case-study-dtl-left-text-row h2 {
    font-size: 25px;
  }
}
/*=========================== Case Studies Details Page Style Sheet End Here ===========================*/
.fancybox-overlay {
  z-index: 9999;
}
.fancybox-nav span {
  visibility: visible !important;
  opacity: 1 !important;
}
.fancybox-prev.disabled-nav span,
.fancybox-next.disabled-nav span {
  opacity: 0.4 !important;
  pointer-events: none;
  cursor: default;
}
/*=========================== New Home Page Style Sheet Start Here ===========================*/
/************* Home Banner Section Style Start *************/
.hom-banr-sec {
  background: #f7fbfc;
  position: relative;
  padding: 50px 0;
}
.hom-banr-sec .hom-bnr-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hom-banr-sec .hom-bnr-row .hom-bnr-left-prt {
  width: 51%;
}
@media only screen and (max-width: 991px) {
  .hom-banr-sec .hom-bnr-row .hom-bnr-left-prt {
    width: 100%;
    text-align: center;
  }
}
.hom-banr-sec .hom-bnr-row .hom-bnr-left-prt h1 {
  font-size: 55px;
  line-height: 75px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .hom-banr-sec .hom-bnr-row .hom-bnr-left-prt h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
.hom-banr-sec .hom-bnr-row .hom-bnr-left-prt .banner-schedule-call {
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 576px) {
  .hom-banr-sec .hom-bnr-row .hom-bnr-left-prt .banner-schedule-call {
    justify-content: center;
  }
}
.hom-banr-sec .hom-bnr-row .hom-bnr-left-prt .banner-schedule-call p {
  font-weight: 600;
  margin-left: 15px;
}
@media only screen and (max-width: 576px) {
  .hom-banr-sec .hom-bnr-row .hom-bnr-left-prt .banner-schedule-call p {
    margin-top: 15px;
  }
}
.hom-banr-sec .hom-bnr-row .hom-bnr-left-prt .banner-schedule-call p a {
  color: #7606df;
}
.hom-banr-sec .hom-bnr-row .hom-bnr-left-prt .banner-schedule-call p a:hover {
  color: #000;
}
.hom-banr-sec .hom-bnr-row .hom-bnr-left-prt .banner-schedule-call p .fa {
  position: relative;
  top: 2px;
  background: #fff;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-right: 5px;
  font-size: 20px;
  color: #7606df;
  text-align: center;
  line-height: 38px;
}
.hom-banr-sec .hom-bnr-row .hom-bnr-left-prt p strong {
  font-weight: 700;
  color: #1d1c1c;
}
.hom-banr-sec .hom-bnr-row .hom-bnr-left-prt ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media only screen and (max-width: 991px) {
  .hom-banr-sec .hom-bnr-row .hom-bnr-left-prt ul {
    justify-content: center;
    margin-bottom: 20px;
  }
}
.hom-banr-sec .hom-bnr-row .hom-bnr-left-prt ul li {
  position: relative;
  margin-left: 40px;
  padding-left: 40px;
}
@media only screen and (max-width: 991px) {
  .hom-banr-sec .hom-bnr-row .hom-bnr-left-prt ul li {
    width: 48%;
    margin-left: 3%;
    padding-left: 10px;
    text-align: center;
  }
}
.hom-banr-sec .hom-bnr-row .hom-bnr-left-prt ul li:first-child {
  margin-left: 0;
  padding-left: 0;
}
.hom-banr-sec .hom-bnr-row .hom-bnr-left-prt ul li::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  background-color: #d7d7d7;
  left: 0;
  top: 0;
}
.hom-banr-sec .hom-bnr-row .hom-bnr-left-prt ul li:first-child::before {
  display: none;
}
.hom-banr-sec .hom-bnr-row .hom-bnr-left-prt ul li .rating {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
@media only screen and (max-width: 991px) {
  .hom-banr-sec .hom-bnr-row .hom-bnr-left-prt ul li .rating {
    justify-content: center;
  }
}
.hom-banr-sec .hom-bnr-row .hom-bnr-left-prt ul li .rating span {
  margin-left: 12px;
}
.hom-banr-sec .hom-bnr-row .hom-bnr-right-prt {
  width: 48%;
}
@media only screen and (max-width: 991px) {
  .hom-banr-sec .hom-bnr-row .hom-bnr-right-prt {
    width: 100%;
  }
}
.hom-banr-sec .hom-bnr-row .hom-bnr-right-prt .case-study-dtl-banner img {
  min-height: 450px;
  object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .hom-banr-sec .hom-bnr-row .hom-bnr-right-prt .case-study-dtl-banner img {
    min-height: inherit;
  }
}
/************* Home Partner Section Style Start *************/
.hom-prtnr-sec {
  padding: 60px 0 0 0;
}
@media only screen and (max-width: 991px) {
  .hom-prtnr-sec {
    padding-top: 30px;
    text-align: center;
  }
}
.hom-prtnr-sec .partner-scrl {
  min-height: inherit;
  padding-bottom: 60px;
  border-bottom: 1px solid #d7d7d7;
}
@media only screen and (max-width: 991px) {
  .hom-prtnr-sec .partner-scrl {
    padding-bottom: 10px;
    margin-top: 20px;
  }
}
/************* Home Best Services Section Style Start *************/
.best-srvc-sec {
  position: relative;
  padding: 100px 0;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .best-srvc-sec {
    padding: 40px 0;
  }
}
.best-srvc-sec h2 {
  font-size: 16px;
  color: #7606df;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.best-srvc-sec h3 {
  font-size: 50px;
  color: #1d1c1c;
}
@media only screen and (max-width: 991px) {
  .best-srvc-sec h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .best-srvc-sec h3 br {
    display: none;
  }
}
.best-srvc-sec .hom-best-srvc-scrl {
  display: block;
  min-height: inherit;
  margin-top: 60px;
}
@media only screen and (min-width: 1200px) {
  .best-srvc-sec .hom-best-srvc-scrl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (max-width: 991px) {
  .best-srvc-sec .hom-best-srvc-scrl {
    margin-top: 20px;
  }
}
.best-srvc-sec .hom-best-srvc-scrl .item {
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .best-srvc-sec .hom-best-srvc-scrl .item {
    width: 48.5%;
    margin: 60px 0;
  }
}
@media only screen and (max-width: 991px) {
  .best-srvc-sec .hom-best-srvc-scrl .item {
    padding: 80px 0 20px 0;
  }
}
.best-srvc-sec .hom-best-srvc-scrl .item .hom-best-srvc-itm {
  position: relative;
  background-color: #f4f5f7;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.best-srvc-sec .hom-best-srvc-scrl .item .hom-best-srvc-itm a {
  display: block;
  padding: 90px 30px 50px 30px;
}
@media only screen and (max-width: 991px) {
  .best-srvc-sec .hom-best-srvc-scrl .item .hom-best-srvc-itm a {
    padding: 90px 20px 30px 20px;
  }
}
.best-srvc-sec .hom-best-srvc-scrl .item .hom-best-srvc-itm h4 {
  font-size: 34px;
  color: #1d1c1c;
  font-weight: 600;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .best-srvc-sec .hom-best-srvc-scrl .item .hom-best-srvc-itm h4 {
    font-size: 22px;
  }
}
.best-srvc-sec .hom-best-srvc-scrl .item .hom-best-srvc-itm .best-srvc-icon {
  width: 120px;
  height: 120px;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}
.best-srvc-sec .hom-best-srvc-scrl .item .hom-best-srvc-itm .best-srvc-icon img {
  max-width: 55px;
  transition: all 0.3s ease-in-out;
}
.best-srvc-sec .hom-best-srvc-scrl .item .hom-best-srvc-itm .learn-more-btn {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  font-size: 16px;
  color: #7606df;
  font-weight: 700;
}
.best-srvc-sec .hom-best-srvc-scrl .item .hom-best-srvc-itm .learn-more-btn::after {
  position: absolute;
  content: '';
  width: 16px;
  height: 9px;
  background: url(../images/purple-arrow.png) no-repeat 0 0;
  top: 8px;
  right: -30px;
  transition: all 0.3s ease-in-out;
}
.best-srvc-sec .hom-best-srvc-scrl .item .hom-best-srvc-itm .learn-more-btn:hover::after {
  right: -45px;
}
.best-srvc-sec .hom-best-srvc-scrl .item .hom-best-srvc-itm:hover {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.best-srvc-sec .hom-best-srvc-scrl .item .hom-best-srvc-itm:hover .best-srvc-icon {
  background-color: #7606df;
}
.best-srvc-sec .hom-best-srvc-scrl .item .hom-best-srvc-itm:hover .best-srvc-icon img {
  filter: brightness(0) invert(1);
}
.best-srvc-sec .hom-best-srvc-scrl .owl-prev,
.best-srvc-sec .hom-best-srvc-scrl .owl-next {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #7606df;
  border-radius: 100%;
  text-align: center;
  line-height: 42px;
  font-size: 14px;
  color: #fff;
  top: 80px;
  z-index: 2;
}
.best-srvc-sec .hom-best-srvc-scrl .owl-prev {
  left: 0;
}
.best-srvc-sec .hom-best-srvc-scrl .owl-next {
  right: 0;
}
.best-srvc-sec .view-srvc-btn {
  margin-top: 50px;
}
@media only screen and (max-width: 991px) {
  .best-srvc-sec .view-srvc-btn {
    margin-top: 25px;
  }
}
/************* Our Work Section Style Start *************/
.our-work-sec {
  position: relative;
  padding: 100px 0;
  background-color: #18203e;
}
@media only screen and (max-width: 991px) {
  .our-work-sec {
    padding: 40px 0;
  }
}
.our-work-sec .our-work-hdn-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.our-work-sec .our-work-hdn-row .our-work-left-text-prt {
  width: calc(100% - 350px);
}
@media only screen and (max-width: 991px) {
  .our-work-sec .our-work-hdn-row .our-work-left-text-prt {
    width: 100%;
    text-align: center;
  }
}
.our-work-sec .our-work-hdn-row .our-work-left-text-prt h2 {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.our-work-sec .our-work-hdn-row .our-work-left-text-prt h3 {
  font-size: 50px;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .our-work-sec .our-work-hdn-row .our-work-left-text-prt h3 {
    font-size: 30px;
  }
}
.our-work-sec .our-work-hdn-row .our-work-left-text-prt p {
  color: #fff;
  margin: 0;
}
.our-work-sec .our-work-hdn-row .our-work-right-btn-prt {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .our-work-sec .our-work-hdn-row .our-work-right-btn-prt {
    width: 100%;
    text-align: center;
    margin-top: 25px;
  }
}
.our-work-sec .our-work-scrl {
  margin-top: 80px;
  min-height: inherit;
}
@media only screen and (max-width: 991px) {
  .our-work-sec .our-work-scrl {
    padding: 0 20px;
    margin-top: 30px;
  }
}
.our-work-sec .our-work-scrl .owl-item {
  opacity: 0.15;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.our-work-sec .our-work-scrl .owl-item.center {
  opacity: 1;
}
.our-work-sec .our-work-scrl .our-work-scrl-img {
  height: 500px;
  background: #e9f2f9;
  border-radius: 12px;
}
.our-work-sec .our-work-scrl .our-work-scrl-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.our-work-sec .our-work-scrl .our-work-scrl-text {
  margin-top: 30px;
}
.our-work-sec .our-work-scrl .our-work-scrl-text h4 {
  font-size: 40px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 12px;
}
@media only screen and (max-width: 991px) {
  .our-work-sec .our-work-scrl .our-work-scrl-text h4 {
    font-size: 25px;
  }
}
.our-work-sec .our-work-scrl .our-work-scrl-text p {
  color: #a2a5b1;
  margin-bottom: 30px;
}
.our-work-sec .our-work-scrl .our-work-scrl-text .view-dtls-btn {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}
.our-work-sec .our-work-scrl .our-work-scrl-text .view-dtls-btn::after {
  position: absolute;
  content: '';
  width: 25px;
  height: 14px;
  background: url(../images/white-arrow.png) no-repeat 0 0;
  top: 8px;
  right: -40px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.our-work-sec .our-work-scrl .our-work-scrl-text .view-dtls-btn:hover {
  text-decoration: none;
}
.our-work-sec .our-work-scrl .our-work-scrl-text .view-dtls-btn:hover::after {
  right: -55px;
}
/************* Why Choose Section Style Start *************/
.why-choose-sec {
  position: relative;
  padding: 100px 0;
}
@media only screen and (max-width: 991px) {
  .why-choose-sec {
    padding: 40px 0;
  }
}
.why-choose-sec .why-choose-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.why-choose-sec .why-choose-row .why-choose-left-text-prt {
  width: 55%;
}
@media only screen and (max-width: 991px) {
  .why-choose-sec .why-choose-row .why-choose-left-text-prt {
    width: 100%;
    text-align: center;
  }
}
.why-choose-sec .why-choose-row .why-choose-left-text-prt h2 {
  font-size: 16px;
  color: #7606df;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.why-choose-sec .why-choose-row .why-choose-left-text-prt h3 {
  font-size: 50px;
  color: #1d1c1c;
}
@media only screen and (max-width: 991px) {
  .why-choose-sec .why-choose-row .why-choose-left-text-prt h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .why-choose-sec .why-choose-row .why-choose-left-text-prt h3 br {
    display: none;
  }
}
.why-choose-sec .why-choose-row .why-choose-left-text-prt p {
  margin: 25px 0 35px 0;
}
.why-choose-sec .why-choose-row .why-choose-right-list-prt {
  width: 35%;
}
@media only screen and (max-width: 991px) {
  .why-choose-sec .why-choose-row .why-choose-right-list-prt {
    width: 100%;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .why-choose-sec .why-choose-row .why-choose-right-list-prt ul {
    max-width: 350px;
    margin: 0 auto;
  }
}
.why-choose-sec .why-choose-row .why-choose-right-list-prt ul li {
  position: relative;
  display: flex;
  align-items: center;
  margin: 30px 0;
}
.why-choose-sec .why-choose-row .why-choose-right-list-prt ul li:not(:last-child)::after {
  position: absolute;
  content: '';
  width: 2px;
  height: 100%;
  border-left: 2px solid transparent;
  top: 68px;
  left: 35px;
  background-color: #d7d7d7;
}
.why-choose-sec .why-choose-row .why-choose-right-list-prt ul li .step-icon {
  width: 70px;
  height: 70px;
  background: #f6ecff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.why-choose-sec .why-choose-row .why-choose-right-list-prt ul li .step-icon img {
  max-width: 35px;
}
.why-choose-sec .why-choose-row .why-choose-right-list-prt ul li h4 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  color: #353744;
}
/************* Count Section Style Start *************/
.count-sec {
  position: relative;
  padding: 60px 0;
  background: url(../images/counting-bg.jpg) no-repeat 0 0;
  background-attachment: fixed;
  background-size: cover;
}
.count-sec .count-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.count-sec .count-row .count-itm {
  position: relative;
  width: 23%;
  margin: 20px 1%;
  padding: 30px 0;
  display: flex;
  align-items: flex-start;
}
.count-sec .count-row .count-itm img {
  max-width: 42px;
  margin: 10px 30px 0 0;
}
.count-sec .count-row .count-itm h3 {
  position: relative;
  font-size: 46px;
  color: #ffffff;
  font-weight: 700;
  padding-bottom: 18px;
  margin-bottom: 18px;
}
.count-sec .count-row .count-itm h3::after {
  position: absolute;
  content: '';
  width: 30px;
  height: 4px;
  background-color: #ffffff;
  bottom: 0;
  left: 0;
}
.count-sec .count-row .count-itm p {
  font-size: 15px;
  color: #9a9b9f;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .count-sec {
    padding: 40px 0;
    background-attachment: scroll;
  }
  .count-sec .count-row .count-itm {
    width: 48%;
    padding: 10px 0;
    margin: 10px 1%;
  }
}
@media only screen and (max-width: 767px) {
  .count-sec .count-row .count-itm:nth-child(3):before {
    display: none;
  }
  .count-sec .count-row .count-itm img {
    margin-right: 15px;
    max-width: 35px;
  }
  .count-sec .count-row .count-itm h3 {
    font-size: 35px;
  }
}
/************* Testimonial Section Style Start *************/
.testimonial-sec {
  position: relative;
  padding: 100px 0;
}
@media only screen and (max-width: 991px) {
  .testimonial-sec {
    padding: 40px 0;
  }
}
.testimonial-sec .testimonial-hdn {
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .testimonial-sec .testimonial-hdn {
    margin-bottom: 20px;
  }
}
.testimonial-sec .testimonial-hdn h2 {
  font-size: 16px;
  color: #7606df;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.testimonial-sec .testimonial-hdn h3 {
  font-size: 50px;
  color: #1d1c1c;
}
@media only screen and (max-width: 991px) {
  .testimonial-sec .testimonial-hdn h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial-sec .testimonial-hdn h3 br {
    display: none;
  }
}
.testimonial-sec .item {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .testimonial-sec .item {
    padding: 20px;
  }
}
.testimonial-sec .testi-box {
  position: relative;
  width: 100%;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #d7d7d7;
  border-radius: 8px;
  padding: 25px 25px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1400px) {
  .testimonial-sec .testi-box {
    min-height: 350px;
  }
}
.testimonial-sec .testi-box:hover {
  border: 1px solid transparent;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.testimonial-sec .testi-box img {
  width: auto;
  display: inline-block;
}
.testimonial-sec .testi-box .rating {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.testimonial-sec .testi-box .rating img {
  max-width: 100px;
}
.testimonial-sec .testi-box .rating span {
  font-size: 15px;
  color: #808994;
  font-weight: 500;
  margin-left: 10px;
}
.testimonial-sec .testi-box p {
  font-size: 16px;
  color: #535b65;
  font-weight: 500;
  font-style: italic;
}
.testimonial-sec .testi-box .testi-auth {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.testimonial-sec .testi-box .testi-auth img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-right: 15px;
}
.testimonial-sec .testi-box .testi-auth h4 {
  font-size: 16px;
  color: #374455;
  font-weight: 600;
  margin-bottom: 0;
}
.testimonial-sec .testi-box .testi-auth h4 span {
  display: block;
  font-size: 14px;
  color: #a5acb5;
  font-weight: 500;
  margin-top: 5px;
}
.testimonial-sec .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.testimonial-sec .owl-dots .owl-dot {
  width: 14px;
  height: 14px;
  background-color: #e1e1e1;
  border-radius: 100%;
  margin: 3px 8px;
}
.testimonial-sec .owl-dots .owl-dot.active {
  background-color: #7200dc;
}
.testimonial-sec .owl-item.center .testi-box {
  border: 1px solid transparent;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
/************* Blog Section Style Start *************/
.hom-blog-sec {
  position: relative;
  padding: 100px 0;
  background-color: #f5f8f9;
}
@media only screen and (max-width: 991px) {
  .hom-blog-sec {
    padding: 40px 0;
  }
}
.hom-blog-sec .blog-hdn {
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .hom-blog-sec .blog-hdn {
    margin-bottom: 20px;
  }
}
.hom-blog-sec .blog-hdn h2 {
  font-size: 16px;
  color: #7606df;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.hom-blog-sec .blog-hdn h3 {
  font-size: 50px;
  color: #1d1c1c;
}
@media only screen and (max-width: 991px) {
  .hom-blog-sec .blog-hdn h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .hom-blog-sec .blog-hdn h3 br {
    display: none;
  }
}
.hom-blog-sec .hom-blog-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
  row-gap: 20px;
}
@media only screen and (max-width: 991px) {
  .hom-blog-sec .hom-blog-row {
    grid-template-columns: 1fr;
    column-gap: 30px;
  }
}
.hom-blog-sec .hom-blog-row .hom-blog-itm {
  display: flex;
  background-color: #edf1f8;
  border-radius: 12px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .hom-blog-sec .hom-blog-row .hom-blog-itm {
    width: 100%;
    flex-wrap: wrap;
    max-width: 550px;
    margin: 15px auto;
  }
}
@media only screen and (max-width: 576px) {
  .hom-blog-sec .hom-blog-row .hom-blog-itm {
    max-width: 450px;
  }
}
.hom-blog-sec .hom-blog-row .hom-blog-itm .hom-blog-itm-img {
  max-width: 45%;
}
@media only screen and (max-width: 991px) {
  .hom-blog-sec .hom-blog-row .hom-blog-itm .hom-blog-itm-img {
    width: 100%;
    max-width: 100%;
  }
}
.hom-blog-sec .hom-blog-row .hom-blog-itm .hom-blog-itm-img img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .hom-blog-sec .hom-blog-row .hom-blog-itm .hom-blog-itm-img img {
    height: auto;
    max-height: 300px;
  }
}
.hom-blog-sec .hom-blog-row .hom-blog-itm .hom-blog-text {
  width: 55%;
  padding: 30px 30px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 991px) {
  .hom-blog-sec .hom-blog-row .hom-blog-itm .hom-blog-text {
    width: 100%;
    padding: 20px 15px;
  }
}
.hom-blog-sec .hom-blog-row .hom-blog-itm .hom-blog-text .blog-cat-btn {
  margin-bottom: 40px;
  font-size: 12px;
  color: #314668;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.hom-blog-sec .hom-blog-row .hom-blog-itm .hom-blog-text .blog-cat-btn span {
  display: inline-block;
  background-color: #c9dbf8;
  padding: 8px 30px;
  color: #314668;
}
.hom-blog-sec .hom-blog-row .hom-blog-itm .hom-blog-text .blog-date {
  font-size: 14px;
  color: #0d1b2a;
  font-weight: 500;
  margin-bottom: 15px;
}
.hom-blog-sec .hom-blog-row .hom-blog-itm .hom-blog-text h4 {
  font-size: 22px;
  line-height: 1.4;
  color: #0d1b2a;
  font-weight: 600;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .hom-blog-sec .hom-blog-row .hom-blog-itm .hom-blog-text h4 {
    font-size: 22px;
  }
}
.hom-blog-sec .hom-blog-row .hom-blog-itm .hom-blog-text .blog-itm-more-link {
  position: relative;
  display: inline-block;
  margin-top: auto;
  font-size: 16px;
  color: #7606df;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .hom-blog-sec .hom-blog-row .hom-blog-itm .hom-blog-text .blog-itm-more-link {
    margin-top: 20px;
  }
}
.hom-blog-sec .hom-blog-row .hom-blog-itm .hom-blog-text .blog-itm-more-link::after {
  position: absolute;
  content: '';
  width: 16px;
  height: 9px;
  background: url(../images/purple-arrow.png) no-repeat 0 0;
  top: 8px;
  left: 100px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hom-blog-sec .hom-blog-row .hom-blog-itm .hom-blog-text .blog-itm-more-link:hover::after {
  left: 110px;
}
.hom-blog-sec .hom-blog-row .hom-blog-itm.blog-without-img {
  width: 38%;
  background-color: #f1e9f9;
}
@media only screen and (max-width: 991px) {
  .hom-blog-sec .hom-blog-row .hom-blog-itm.blog-without-img {
    width: 100%;
  }
}
.hom-blog-sec .hom-blog-row .hom-blog-itm.blog-without-img .hom-blog-text {
  width: 100%;
}
/*=========================== New Home Page Style Sheet End Here ===========================*/
/*=========================== Service Page Style Sheet Start Here ===========================*/
/************* Service About Section Style Start *************/
.srvc-page-about-sec {
  position: relative;
  padding: 100px 0;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .srvc-page-about-sec {
    padding: 40px 0;
  }
}
.srvc-page-about-sec .srvc-about-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}
.srvc-page-about-sec h3 {
  font-size: 50px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .srvc-page-about-sec h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.srvc-page-about-sec p {
  margin-top: 20px;
}
/************* App Service Style Start *************/
.application-service-sec {
  position: relative;
  background-color: #18203e;
  padding: 100px 0;
}
@media only screen and (max-width: 991px) {
  .application-service-sec {
    padding: 50px 0;
  }
}
.application-service-sec .hdn {
  max-width: 800px;
  margin: 0 auto 60px auto;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .application-service-sec .hdn {
    margin-bottom: 30px;
  }
}
.application-service-sec .hdn .purple-small-hdn {
  color: #fff;
}
.application-service-sec .hdn h3 {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .application-service-sec .hdn h3 {
    font-size: 30px;
  }
}
.application-service-sec .hdn p {
  font-size: 16px;
  color: #fff;
  margin-top: 30px;
}
.application-service-sec .application-srvc-scrl {
  display: block;
}
@media only screen and (min-width: 1200px) {
  .application-service-sec .application-srvc-scrl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1200px) {
  .application-service-sec .application-srvc-scrl .item {
    width: 30.9%;
    margin: 15px 1.2%;
  }
}
.application-service-sec .application-srvc-scrl .item .app-service-itm-box {
  position: relative;
  background-color: #fff;
  padding: 40px 25px;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
}
.application-service-sec .application-srvc-scrl .item .app-service-itm-box .app-srvc-icon {
  width: 66px;
  height: 66px;
  background-color: #f1e5fb;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.application-service-sec .application-srvc-scrl .item .app-service-itm-box .app-srvc-icon img {
  width: auto;
  max-width: 40px;
  display: inline-block;
}
.application-service-sec .application-srvc-scrl .item .app-service-itm-box h3 {
  font-size: 22px;
  color: #18203e;
  font-weight: 600;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .application-service-sec .application-srvc-scrl .item .app-service-itm-box h3 {
    font-size: 20px;
  }
}
.application-service-sec .application-srvc-scrl .item .app-service-itm-box p {
  font-size: 16px;
  color: #18203e;
  font-weight: 500;
  margin-bottom: 0;
}
.application-service-sec .application-srvc-scrl .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.application-service-sec .application-srvc-scrl .owl-dots .owl-dot {
  width: 14px;
  height: 14px;
  background-color: #8d8d8d;
  border-radius: 100%;
  margin: 3px 8px;
}
.application-service-sec .application-srvc-scrl .owl-dots .owl-dot.active {
  background-color: #7606df;
}
/************* Technology Style Start *************/
.srvc-page-tech-sec {
  position: relative;
  background-color: #f8f8f8;
  padding: 100px 0;
}
@media only screen and (max-width: 991px) {
  .srvc-page-tech-sec {
    padding: 40px 0;
  }
}
.srvc-page-tech-sec .srvc-page-tech-hdn {
  text-align: center;
  margin-bottom: 60px;
}
.srvc-page-tech-sec .srvc-page-tech-hdn h2 {
  font-size: 50px;
}
@media only screen and (max-width: 991px) {
  .srvc-page-tech-sec .srvc-page-tech-hdn h2 {
    font-size: 30px;
  }
}
.srvc-page-tech-sec .srvc-page-tech-tab-prt .nav-tabs {
  padding-bottom: 12px;
  border-color: #ebebeb;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1200px) {
  .srvc-page-tech-sec .srvc-page-tech-tab-prt .nav-tabs {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: scroll;
  }
}
@media only screen and (max-width: 991px) {
  .srvc-page-tech-sec .srvc-page-tech-tab-prt .nav-tabs {
    padding-bottom: 0;
  }
}
.srvc-page-tech-sec .srvc-page-tech-tab-prt .nav-tabs li {
  margin: 0 12px;
  font-size: 16px;
  color: #747477;
  font-weight: 500;
}
@media only screen and (max-width: 1200px) {
  .srvc-page-tech-sec .srvc-page-tech-tab-prt .nav-tabs li {
    white-space: nowrap;
    margin: 0 10px;
  }
}
@media only screen and (max-width: 991px) {
  .srvc-page-tech-sec .srvc-page-tech-tab-prt .nav-tabs li {
    margin-bottom: 20px;
  }
}
.srvc-page-tech-sec .srvc-page-tech-tab-prt .nav-tabs li a {
  position: relative;
  color: #747477;
  padding: 5px;
  cursor: pointer;
}
.srvc-page-tech-sec .srvc-page-tech-tab-prt .nav-tabs li a.active::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #7200dc;
  bottom: -11px;
  left: 0;
}
@media only screen and (max-width: 991px) {
  .srvc-page-tech-sec .srvc-page-tech-tab-prt .nav-tabs li a.active::after {
    bottom: -6px;
  }
}
.srvc-page-tech-sec .srvc-page-tech-tab-prt .tab-content {
  margin-top: 50px;
}
.srvc-page-tech-sec .srvc-page-tech-tab-prt .tab-content .technology-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.srvc-page-tech-sec .srvc-page-tech-tab-prt .tab-content .technology-list ul li {
  width: 15.9%;
  height: 150px;
  background-color: #ffffff;
  padding: 10px 10px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 991px) {
  .srvc-page-tech-sec .srvc-page-tech-tab-prt .tab-content .technology-list ul li {
    width: 23.9%;
  }
}
@media only screen and (max-width: 576px) {
  .srvc-page-tech-sec .srvc-page-tech-tab-prt .tab-content .technology-list ul li {
    width: 48%;
  }
}
.srvc-page-tech-sec .srvc-page-tech-tab-prt .tab-content .technology-list ul li img {
  max-width: 120px;
  max-height: 55px;
}
.srvc-page-tech-sec .srvc-page-tech-tab-prt .tab-content .technology-list ul li h3 {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  margin-top: 25px;
}
/************* Project Discuss Section Style Start *************/
.project-discus-sec {
  position: relative;
  padding: 100px 0;
  background: url(../images/project-discuss-bg.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
}
@media only screen and (max-width: 991px) {
  .project-discus-sec {
    padding: 40px 0;
    background-attachment: scroll;
  }
}
.project-discus-sec .project-discuss-container {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}
.project-discus-sec .project-discuss-container h2 {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .project-discus-sec .project-discuss-container h2 {
    font-size: 30px;
  }
}
.project-discus-sec .project-discuss-container p {
  color: #fff;
  margin: 25px 0 40px 0;
}
@media only screen and (max-width: 768px) {
  .project-discus-sec .project-discuss-container p br {
    display: none;
  }
}
/************* Wallet Development Section Style Start *************/
.srvc-page-wallet-dev-sec {
  position: relative;
  background-color: #faf3f3;
  padding: 100px 0;
}
@media only screen and (max-width: 991px) {
  .srvc-page-wallet-dev-sec {
    padding: 40px 0;
  }
}
.srvc-page-wallet-dev-sec .wallet-dev-hdn {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px auto;
}
@media only screen and (max-width: 991px) {
  .srvc-page-wallet-dev-sec .wallet-dev-hdn {
    margin-bottom: 30px;
  }
}
.srvc-page-wallet-dev-sec .wallet-dev-hdn h2 {
  font-size: 50px;
}
@media only screen and (max-width: 991px) {
  .srvc-page-wallet-dev-sec .wallet-dev-hdn h2 {
    font-size: 30px;
  }
}
.srvc-page-wallet-dev-sec .wallet-dev-list .wallet-dev-scrl {
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .srvc-page-wallet-dev-sec .wallet-dev-list .wallet-dev-scrl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.srvc-page-wallet-dev-sec .wallet-dev-list .wallet-dev-scrl .item {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 15px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  .srvc-page-wallet-dev-sec .wallet-dev-list .wallet-dev-scrl .item {
    width: 31%;
    margin: 25px 1%;
  }
}
.srvc-page-wallet-dev-sec .wallet-dev-list .wallet-dev-scrl img {
  max-width: 100%;
}
.srvc-page-wallet-dev-sec .wallet-dev-list .wallet-dev-scrl .icon {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #faf3f3;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 20px 0 0 20px;
  text-align: center;
  line-height: 100px;
}
.srvc-page-wallet-dev-sec .wallet-dev-list .wallet-dev-scrl .icon img {
  max-width: 60px;
}
.srvc-page-wallet-dev-sec .wallet-dev-list .wallet-dev-scrl .wallet-dev-itm-text-prt {
  padding: 25px 20px 20px 20px;
}
.srvc-page-wallet-dev-sec .wallet-dev-list .wallet-dev-scrl .wallet-dev-itm-text-prt h3 {
  font-size: 24px;
  color: #1d1c1c;
  font-weight: 600;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .srvc-page-wallet-dev-sec .wallet-dev-list .wallet-dev-scrl .wallet-dev-itm-text-prt h3 {
    font-size: 18px;
  }
}
.srvc-page-wallet-dev-sec .wallet-dev-list .wallet-dev-scrl .owl-prev,
.srvc-page-wallet-dev-sec .wallet-dev-list .wallet-dev-scrl .owl-next {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #7606df;
  border-radius: 100%;
  text-align: center;
  line-height: 42px;
  font-size: 14px;
  color: #fff;
  top: 100px;
  z-index: 2;
}
.srvc-page-wallet-dev-sec .wallet-dev-list .wallet-dev-scrl .owl-prev {
  left: 0;
}
.srvc-page-wallet-dev-sec .wallet-dev-list .wallet-dev-scrl .owl-next {
  right: 0;
}
.offer-icon-box {
  width: 66px;
  height: 66px;
  background-color: #f1e5fb;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-left: 20px;
}
.offer-icon-box img {
  width: auto;
  max-width: 40px!important;
}
/*=========================== Service Page Style Sheet End Here ===========================*/
/*=========================== Industry Page Style Sheet Start Here ===========================*/
/************* Banner Section Style Start *************/
.indus-page-bnr-sec {
  position: relative;
  padding: 100px 0;
}
@media only screen and (max-width: 991px) {
  .indus-page-bnr-sec {
    padding: 50px 0;
  }
}
.indus-page-bnr-sec .indus-bnr-container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .indus-page-bnr-sec .indus-bnr-container {
    max-width: 100%;
  }
}
.indus-page-bnr-sec .indus-bnr-container h1 {
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 2px;
}
@media only screen and (max-width: 991px) {
  .indus-page-bnr-sec .indus-bnr-container h1 {
    font-size: 30px;
    letter-spacing: 0;
  }
}
.indus-page-bnr-sec .indus-bnr-container p {
  margin: 30px 0 40px 0;
}
@media only screen and (max-width: 767px) {
  .indus-page-bnr-sec .indus-bnr-container p {
    margin: 20px 0;
  }
}
.indus-page-bnr-sec::before {
  position: absolute;
  content: '';
  width: 160px;
  height: 380px;
  top: 6%;
  left: 0;
  background: url(../images/industry-page-banner-before-two.png) no-repeat 0 0;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .indus-page-bnr-sec::before {
    width: 70px;
    height: 160px;
    top: 3%;
  }
}
.indus-page-bnr-sec::after {
  position: absolute;
  content: '';
  width: 155px;
  height: 170px;
  bottom: 15%;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .indus-page-bnr-sec::after {
    width: 80px;
    height: 90px;
    bottom: 5%;
  }
}
.indus-page-bnr-sec.light-red-bg {
  background-color: #faf3f3;
}
.indus-page-bnr-sec.light-red-bg::after {
  background: url(../images/industry-page-banner-after-one.png) no-repeat 0 0;
  background-size: contain;
}
.indus-page-bnr-sec.light-blue-bg {
  background-color: #e7f4f0;
}
.indus-page-bnr-sec.light-blue-bg::after {
  background: url(../images/industry-page-banner-after-two.png) no-repeat 0 0;
  background-size: contain;
}
.indus-page-bnr-sec.light-green-bg {
  background-color: #e8ffed;
}
.indus-page-bnr-sec.light-green-bg::after {
  background: url(../images/industry-page-banner-after-three.png) no-repeat 0 0;
  background-size: contain;
}
.indus-page-bnr-sec.light-yellow-bg {
  background-color: #fff8dd;
}
.indus-page-bnr-sec.light-yellow-bg::after {
  background: url(../images/industry-page-banner-after-four.png) no-repeat 0 0;
  background-size: contain;
}
.indus-page-bnr-sec.light-purple-bg {
  background-color: #f6e1ff;
}
.indus-page-bnr-sec.light-purple-bg::after {
  background: url(../images/industry-page-banner-after-five.png) no-repeat 0 0;
  background-size: contain;
}
/************* Feature Provide Section Style Start *************/
.feature-provide-sec {
  position: relative;
  background-color: #f2f6f7;
  padding: 100px 0;
}
@media only screen and (max-width: 992px) {
  .feature-provide-sec {
    padding: 40px 0;
  }
}
.feature-provide-sec .feature-hdn {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px auto;
}
@media only screen and (max-width: 767px) {
  .feature-provide-sec .feature-hdn {
    margin-bottom: 30px;
  }
}
.feature-provide-sec .feature-hdn h2 {
  font-size: 50px;
}
@media only screen and (max-width: 767px) {
  .feature-provide-sec .feature-hdn h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .feature-provide-sec .feature-list .industry-feature-scrl {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.feature-provide-sec .feature-list .industry-feature-scrl .item {
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .feature-provide-sec .feature-list .industry-feature-scrl .item {
    width: 31%;
    margin: 25px 1%;
  }
}
.feature-provide-sec .feature-list .industry-feature-scrl .feature-icon {
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 100%;
  margin: 0 auto 20px auto;
  box-shadow: 3px 0 15px rgba(0, 0, 0, 0.03);
  text-align: center;
  line-height: 100px;
}
.feature-provide-sec .feature-list .industry-feature-scrl .feature-icon img {
  max-width: 50px;
}
.feature-provide-sec .feature-list .industry-feature-scrl h3 {
  font-size: 20px;
  color: #1d1c1c;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .feature-provide-sec .feature-list .industry-feature-scrl h3 {
    font-size: 15px;
  }
}
/************* We Serve Section Style Start *************/
.we-serve-sec {
  position: relative;
  padding: 100px 0;
}
@media only screen and (max-width: 992px) {
  .we-serve-sec {
    padding: 40px 0;
  }
}
.we-serve-sec .we-serve-hdn {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px auto;
}
@media only screen and (max-width: 767px) {
  .we-serve-sec .we-serve-hdn {
    margin-bottom: 30px;
  }
}
.we-serve-sec .we-serve-hdn h2 {
  font-size: 50px;
}
@media only screen and (max-width: 767px) {
  .we-serve-sec .we-serve-hdn h2 {
    font-size: 30px;
  }
}
.we-serve-sec .we-serve-list {
  margin-top: 20px;
}
@media only screen and (max-width: 992px) {
  .we-serve-sec .we-serve-list {
    margin: 0;
  }
}
.we-serve-sec .we-serve-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.we-serve-sec .we-serve-list ul li {
  width: 15%;
  margin: 30px 0.8%;
  background-color: #fff;
  padding: 35px 15px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #e2e7e9;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 992px) {
  .we-serve-sec .we-serve-list ul li {
    width: 29%;
    margin: 20px 1.5%;
  }
}
@media only screen and (max-width: 576px) {
  .we-serve-sec .we-serve-list ul li {
    width: 46%;
    margin: 12px 2%;
  }
}
@media only screen and (max-width: 479px) {
  .we-serve-sec .we-serve-list ul li {
    padding: 20px 15px;
  }
}
.we-serve-sec .we-serve-list ul li:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.we-serve-sec .we-serve-list ul li img {
  max-width: 60px;
}
.we-serve-sec .we-serve-list ul li h3 {
  font-size: 16px;
  color: #1d1c1c;
  font-weight: 600;
  word-break: break-word;
  margin: 20px 0 0 0;
}
@media only screen and (max-width: 479px) {
  .we-serve-sec .we-serve-list ul li h3 {
    font-size: 14px;
  }
}
/************* Industry Tech Stack Section Style Start *************/
.indus-tech-stack-sec {
  position: relative;
  padding: 100px 0 0 0;
}
@media only screen and (max-width: 992px) {
  .indus-tech-stack-sec {
    padding: 40px 0 0 0;
  }
}
.indus-tech-stack-sec .indus-tech-stack-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.indus-tech-stack-sec .indus-tech-stack-left-prt {
  width: 48%;
}
@media only screen and (max-width: 992px) {
  .indus-tech-stack-sec .indus-tech-stack-left-prt {
    width: 100%;
    text-align: center;
  }
}
.indus-tech-stack-sec .indus-tech-stack-left-prt h2 {
  font-size: 50px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .indus-tech-stack-sec .indus-tech-stack-left-prt h2 {
    font-size: 30px;
  }
}
.indus-tech-stack-sec .indus-tech-stack-left-prt p {
  color: #494956;
  font-weight: 500;
}
.indus-tech-stack-sec .indus-tech-stack-right-prt {
  width: 48%;
}
@media only screen and (max-width: 992px) {
  .indus-tech-stack-sec .indus-tech-stack-right-prt {
    width: 100%;
    text-align: center;
  }
}
.indus-tech-stack-sec .indus-tech-stack-right-prt ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.indus-tech-stack-sec .indus-tech-stack-right-prt ul li {
  width: 48.5%;
  padding: 10px 10px;
  margin: 15px 0;
}
@media only screen and (max-width: 576px) {
  .indus-tech-stack-sec .indus-tech-stack-right-prt ul li {
    width: 49%;
    pad: 10px 5px;
    margin: 10px 0;
  }
}
.indus-tech-stack-sec .indus-tech-stack-right-prt ul li img {
  max-width: 50px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 480px) {
  .indus-tech-stack-sec .indus-tech-stack-right-prt ul li img {
    max-width: 40px;
  }
}
.indus-tech-stack-sec .indus-tech-stack-right-prt ul li h3 {
  font-size: 16px;
  color: #1d1c1c;
  font-weight: 600;
  margin: 0;
}
/*=========================== Industry Page Style Sheet End Here ===========================*/
/*=========================== Career Job Details Page Style Sheet Start Here ===========================*/
.career-job-dtls-bdy-sec {
  position: relative;
  padding: 100px 0;
}
@media only screen and (max-width: 991px) {
  .career-job-dtls-bdy-sec {
    padding: 50px 0;
  }
}
.career-job-dtls-bdy-sec .career-job-dtls-bdy-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.career-job-dtls-bdy-sec .career-job-dtls-bdy-row .career-job-dtls-bdy-left-prt {
  width: 25%;
}
@media only screen and (max-width: 991px) {
  .career-job-dtls-bdy-sec .career-job-dtls-bdy-row .career-job-dtls-bdy-left-prt {
    width: 100%;
    max-width: 450px;
    background-color: #f7fbfc;
    margin: 50px auto 0 auto;
    padding: 25px 20px;
    border-radius: 10px;
    text-align: center;
    order: 1;
  }
}
.career-job-dtls-bdy-sec .career-job-dtls-bdy-row .career-job-dtls-bdy-left-prt h2 {
  font-size: 30px;
}
.career-job-dtls-bdy-sec .career-job-dtls-bdy-row .career-job-dtls-bdy-left-prt .career-job-dtls-bdy-left-item {
  position: relative;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #d7d7d7;
}
.career-job-dtls-bdy-sec .career-job-dtls-bdy-row .career-job-dtls-bdy-left-prt .career-job-dtls-bdy-left-item.no-border {
  border-top: none;
}
.career-job-dtls-bdy-sec .career-job-dtls-bdy-row .career-job-dtls-bdy-left-prt .career-job-dtls-bdy-left-item h3 {
  font-size: 18px;
  color: #7606df;
  font-weight: 700;
  margin-bottom: 8px;
}
.career-job-dtls-bdy-sec .career-job-dtls-bdy-row .career-job-dtls-bdy-left-prt .career-job-dtls-bdy-left-item p {
  font-size: 16px;
  font-weight: 600;
}
.career-job-dtls-bdy-sec .career-job-dtls-bdy-row .career-job-dtls-bdy-left-prt .career-job-dtls-bdy-left-item .career-job-dtls-bdy-left-social-icons {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media only screen and (max-width: 991px) {
  .career-job-dtls-bdy-sec .career-job-dtls-bdy-row .career-job-dtls-bdy-left-prt .career-job-dtls-bdy-left-item .career-job-dtls-bdy-left-social-icons {
    justify-content: center;
  }
}
.career-job-dtls-bdy-sec .career-job-dtls-bdy-row .career-job-dtls-bdy-left-prt .career-job-dtls-bdy-left-item .career-job-dtls-bdy-left-social-icons li {
  margin-left: 10px;
}
.career-job-dtls-bdy-sec .career-job-dtls-bdy-row .career-job-dtls-bdy-left-prt .career-job-dtls-bdy-left-item .career-job-dtls-bdy-left-social-icons li:first-child {
  margin-left: 0;
}
.career-job-dtls-bdy-sec .career-job-dtls-bdy-row .career-job-dtls-bdy-left-prt .career-job-dtls-bdy-left-item .career-job-dtls-bdy-left-social-icons li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #d7dade;
  border-radius: 100%;
  text-align: center;
  line-height: 40px;
}
.career-job-dtls-bdy-sec .career-job-dtls-bdy-row .career-job-dtls-bdy-left-prt .career-job-dtls-bdy-left-item .career-job-dtls-bdy-left-social-icons li a .fa {
  font-size: 14px;
  color: #ff9e37;
}
.career-job-dtls-bdy-sec .career-job-dtls-bdy-row .career-job-dtls-bdy-left-prt .career-job-dtls-bdy-left-item .career-job-dtls-bdy-left-social-icons li a:hover {
  background-color: #ff9e37;
  border-color: #ff9e37;
}
.career-job-dtls-bdy-sec .career-job-dtls-bdy-row .career-job-dtls-bdy-left-prt .career-job-dtls-bdy-left-item .career-job-dtls-bdy-left-social-icons li a:hover .fa {
  color: #fff;
}
.career-job-dtls-bdy-sec .career-job-dtls-bdy-row .career-job-dtls-bdy-right-prt {
  width: 68%;
}
@media only screen and (max-width: 991px) {
  .career-job-dtls-bdy-sec .career-job-dtls-bdy-row .career-job-dtls-bdy-right-prt {
    width: 100%;
  }
}
.career-job-dtls-bdy-sec .career-job-dtls-bdy-row .career-job-dtls-bdy-right-prt h2 {
  font-size: 50px;
}
@media only screen and (max-width: 767px) {
  .career-job-dtls-bdy-sec .career-job-dtls-bdy-row .career-job-dtls-bdy-right-prt h2 {
    font-size: 30px;
  }
}
.career-job-dtls-bdy-sec .career-job-dtls-bdy-row .career-job-dtls-bdy-right-prt .career-job-dtls-bdy-right-item {
  margin-top: 50px;
}
.career-job-dtls-bdy-sec .career-job-dtls-bdy-row .career-job-dtls-bdy-right-prt .career-job-dtls-bdy-right-item h3 {
  font-size: 30px;
  color: #1d1c1c;
  font-weight: 700;
  margin-bottom: 13px;
}
@media only screen and (max-width: 767px) {
  .career-job-dtls-bdy-sec .career-job-dtls-bdy-row .career-job-dtls-bdy-right-prt .career-job-dtls-bdy-right-item h3 {
    font-size: 25px;
  }
}
.career-job-dtls-bdy-sec .career-job-dtls-bdy-row .career-job-dtls-bdy-right-prt .career-job-dtls-bdy-right-item p {
  font-size: 16px;
}
.career-job-dtls-bdy-sec .career-job-dtls-bdy-row .career-job-dtls-bdy-right-prt .career-job-dtls-bdy-right-item .what-we-offer-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.career-job-dtls-bdy-sec .career-job-dtls-bdy-row .career-job-dtls-bdy-right-prt .career-job-dtls-bdy-right-item .what-we-offer-list li {
  position: relative;
  font-size: 16px;
  color: #1d1c1c;
  font-weight: 400;
  width: 48%;
  padding-left: 35px;
  margin-bottom: 20px;
}
.career-job-dtls-bdy-sec .career-job-dtls-bdy-row .career-job-dtls-bdy-right-prt .career-job-dtls-bdy-right-item .what-we-offer-list li::before {
  position: absolute;
  content: '';
  width: 25px;
  height: 25px;
  background: url(../images/list-icon.svg) 0 0 no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .career-job-dtls-bdy-sec .career-job-dtls-bdy-row .career-job-dtls-bdy-right-prt .career-job-dtls-bdy-right-item .what-we-offer-list li {
    width: 100%;
  }
}
.career-job-dtls-bdy-sec .career-job-dtls-bdy-row .career-job-dtls-bdy-right-prt .career-job-dtls-bdy-right-form-box {
  margin-top: 50px;
}
.career-job-dtls-bdy-sec .career-job-dtls-bdy-row .career-job-dtls-bdy-right-prt .career-job-dtls-bdy-right-form-box h3 {
  font-size: 25px;
  color: #1d1c1c;
  font-weight: 700;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .career-job-dtls-bdy-sec .career-job-dtls-bdy-row .career-job-dtls-bdy-right-prt .career-job-dtls-bdy-right-form-box h3 {
    font-size: 20px;
  }
}
.career-job-dtls-bdy-sec .career-job-dtls-bdy-row .career-job-dtls-bdy-right-prt .career-job-dtls-bdy-right-form-box p.job-dtls-required-msg {
  margin-bottom: 30px;
}
/*=========================== Career Job Details Page Style Sheet End Here ===========================*/
/*=========================== Company and Dropdown Pages Style Sheet Start Here ===========================*/
.story-vision-sec {
  position: relative;
  background-color: #f4f5f7;
  overflow: hidden;
}
.story-vision-sec .story-vision-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.story-vision-sec .story-vision-row .story-vision-clm {
  position: relative;
  width: 50%;
  padding: 80px 0;
}
@media only screen and (max-width: 991px) {
  .story-vision-sec .story-vision-row .story-vision-clm {
    width: 100%;
    padding: 40px 0;
  }
}
.story-vision-sec .story-vision-row .story-vision-clm:first-child {
  padding-right: 40px;
  background-color: #fff;
}
@media only screen and (max-width: 991px) {
  .story-vision-sec .story-vision-row .story-vision-clm:first-child {
    padding-right: 0;
  }
}
.story-vision-sec .story-vision-row .story-vision-clm:first-child::before {
  position: absolute;
  content: '';
  width: 9999rem;
  height: 100%;
  top: 0;
  right: 100%;
  background-color: #fff;
}
@media only screen and (max-width: 991px) {
  .story-vision-sec .story-vision-row .story-vision-clm:first-child::after {
    position: absolute;
    content: '';
    width: 9999rem;
    height: 100%;
    top: 0;
    left: 100%;
    background-color: #fff;
  }
}
.story-vision-sec .story-vision-row .story-vision-clm:last-child {
  padding-left: 40px;
}
@media only screen and (max-width: 991px) {
  .story-vision-sec .story-vision-row .story-vision-clm:last-child {
    padding-left: 0;
  }
}
.story-vision-sec .story-vision-row .story-vision-clm .story-vision-text {
  width: 100%;
  position: relative;
  z-index: 2;
}
.story-vision-sec .story-vision-row .story-vision-clm .story-vision-text img {
  max-width: 70px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .story-vision-sec .story-vision-row .story-vision-clm .story-vision-text img {
    margin-bottom: 10px;
  }
}
.story-vision-sec .story-vision-row .story-vision-clm .story-vision-text h2 {
  font-size: 50px;
}
@media only screen and (max-width: 767px) {
  .story-vision-sec .story-vision-row .story-vision-clm .story-vision-text h2 {
    font-size: 30px;
  }
}
.story-vision-sec .story-vision-row .story-vision-clm .story-vision-text p {
  margin-top: 20px;
}
.global-presence-sec {
  position: relative;
  padding: 100px 0;
}
@media only screen and (max-width: 767px) {
  .global-presence-sec {
    padding: 50px 0;
  }
}
.global-presence-sec .global-presence-hdn {
  max-width: 800px;
  margin: 0 auto 60px auto;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .global-presence-sec .global-presence-hdn {
    margin-bottom: 30px;
  }
}
.global-presence-sec .global-presence-hdn h2 {
  font-size: 50px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .global-presence-sec .global-presence-hdn h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.global-presence-sec .address-list-scrl {
  position: relative;
  display: block;
  min-height: inherit;
  margin-top: 60px;
}
@media only screen and (min-width: 1200px) {
  .global-presence-sec .address-list-scrl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 991px) {
  .global-presence-sec .address-list-scrl {
    margin-top: 0;
  }
}
.global-presence-sec .address-list-scrl .owl-stage-outer {
  padding-top: 65px;
}
.global-presence-sec .address-list-scrl .item {
  position: relative;
  text-align: center;
  background-color: #f4f5f7;
  border-radius: 10px;
  padding: 60px 20px 30px 20px;
}
@media only screen and (min-width: 1200px) {
  .global-presence-sec .address-list-scrl .item {
    width: 31%;
    margin: 45px 1.1% 20px 1.1%;
  }
}
.global-presence-sec .address-list-scrl .item .why-recom-icon {
  width: 100px;
  height: 100px;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 100%;
  text-align: center;
  line-height: 100px;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.global-presence-sec .address-list-scrl .item .why-recom-icon img {
  max-width: 50px;
  display: inline-block;
}
.global-presence-sec .address-list-scrl .item .fa {
  width: 100px;
  height: 100px;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 100%;
  text-align: center;
  line-height: 100px;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 40px;
  color: #7606df;
}
.global-presence-sec .address-list-scrl .item h3 {
  font-size: 24px;
  color: #1d1c1c;
  font-weight: 600;
  margin-bottom: 10px;
}
.global-presence-sec .address-list-scrl .owl-prev,
.global-presence-sec .address-list-scrl .owl-next {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #7606df;
  border-radius: 100%;
  text-align: center;
  line-height: 42px;
  font-size: 14px;
  color: #fff;
  top: 80px;
  z-index: 2;
}
.global-presence-sec .address-list-scrl .owl-prev {
  left: 0;
}
.global-presence-sec .address-list-scrl .owl-next {
  right: 0;
}
@media only screen and (min-width: 1200px) {
  .global-presence-sec.srvc-advance-tec .address-list-scrl .item {
    width: 23%;
    margin: 45px 1%;
  }
}
.global-presence-sec.srvc-advance-tec .address-list-scrl .item h3 {
  font-size: 18px;
}
.global-presence-sec.srvc-advance-tec .address-list-scrl .item p {
  font-size: 15px;
  margin-bottom: 15px;
}
.why-choose-page-process-sec {
  background-color: #f7fbfc;
}
/*=========================== Company and Dropdown Pages Style Sheet End Here ===========================*/
/*=========================== Thank you Page Style Sheet Start Here ===========================*/
.thankyou-page-banner-sec {
  position: relative;
  background-color: #f7fbfc;
  padding: 100px 0;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .thankyou-page-banner-sec {
    padding: 50px 0;
  }
}
.thankyou-page-banner-sec h1 {
  font-size: 80px;
  color: #000;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .thankyou-page-banner-sec h1 {
    font-size: 35px;
  }
}
.thankyou-page-banner-sec p {
  font-size: 22px;
  color: #7a7a7a;
  font-weight: 600;
  margin: 25px 0;
}
.next-expect-sec {
  position: relative;
  padding: 100px 0;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .next-expect-sec {
    padding: 50px 0;
  }
}
.next-expect-sec h2 {
  font-size: 40px;
  color: #000;
  font-weight: 700;
  letter-spacing: 1px;
}
@media only screen and (max-width: 991px) {
  .next-expect-sec h2 {
    font-size: 30px;
  }
}
.next-expect-sec .meeting-confirm {
  width: 100%;
  max-width: 800px;
  margin: 50px auto 0 auto;
  text-align: center;
  padding-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .next-expect-sec .meeting-confirm {
    margin-top: 30px;
    padding-bottom: 0;
  }
}
.next-expect-sec .meeting-confirm .meeting-confirm-img {
  width: 100px;
  height: 100px;
  display: inline-block;
  background-color: #f7fbfc;
  border-radius: 100%;
  padding: 20px;
  margin-bottom: 20px;
}
.next-expect-sec .meeting-confirm .meeting-confirm-img img {
  max-width: 100%;
}
@media only screen and (max-width: 991px) {
  .next-expect-sec .meeting-confirm h3 {
    font-size: 25px;
  }
}
.next-expect-sec .meeting-confirm p {
  font-weight: 600;
  margin-top: 15px;
}
.preparation-tips-sec {
  position: relative;
  padding: 100px 0;
  background-color: #f8f8f8;
}
@media only screen and (max-width: 991px) {
  .preparation-tips-sec {
    padding: 50px 0;
  }
}
.preparation-tips-sec h2 {
  font-size: 50px;
  color: #000;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .preparation-tips-sec h2 {
    font-size: 35px;
  }
}
.preparation-tips-sec h3 {
  font-size: 20px;
  font-weight: 600;
}
.preparation-tips-sec ul {
  margin-top: 50px;
}
.preparation-tips-sec ul li {
  margin-top: 20px;
}
.preparation-tips-sec ul li h4 {
  font-size: 22px;
  font-weight: 700;
}
/*=========================== Thank you Page Style Sheet End Here ===========================*/
