/*
Theme Name: Tellusant
Author: WebSkitters
Description: The Compliant, Lead Data Verification Platform.
Version: 1.0
*/

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");

/* font-family: 'Roboto', sans-serif; */

body,
html {
  overflow-x: hidden;
}
/* body,html{
    width: 100%;
} */
body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  color: #080809;
  font-style: normal;
  line-height: 1.2;
  background-color: #fff;
}

b,
strong {
  font-weight: 700;
}

p {
  margin: 0 0 22px 0;
}

p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 25px 0;
  padding: 0;
  color: #000;
  font-weight: 700;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 1.2;
}

h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  color: #202631;
}

h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  color: #202631;
}

h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.2;
}

h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #202631;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  outline: none !important;
  color: blue;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: red;
}

img {
  max-width: 100%;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select {
  background-color: transparent;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: #000;
  border: 1px solid rgba(255, 255, 255, 0.7);
  height: 58px;
  padding: 0 16px;
  outline: none !important;
}

textarea {
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.7);
  padding: 12px 16px;
  width: 100%;
  color: #000;
  height: 158px;
  outline: none !important;
}

select {
  border: 1px solid rgba(255, 255, 255, 0.7);
  width: 100%;
  padding: 0 11px;
  background: url(images/sort-down.svg) no-repeat calc(100% - 16px) center
    transparent;
  background-size: 18px;
  padding-right: 40px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type="submit"] {
  background: #eab71e;
  color: #000000;
  height: 58px;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding-left: 30px;
  padding-right: 30px;

  cursor: pointer;
  font-size: 24px;
  font-weight: 700;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input[type="submit"]:hover {
  background: #000;
  color: #eab71e;
}

::-webkit-input-placeholder {
  opacity: 0.7;
  color: #000;
}

:-ms-input-placeholder {
  opacity: 0.7;
  color: #000;
}

::-moz-placeholder {
  opacity: 0.7;
  color: #000;
}

:-moz-placeholder {
  opacity: 0.7;
  color: #000;
}

/* images alignment for wordpress content pages */
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  float: none;
  clear: both;
}

/* custom checkbox */

.form_input_check label {
  position: relative;
  margin: 0;
  padding-left: 40px;
  display: inline-block;
}

.form_input_check label span {
  margin: 0;
  padding: 0;
}

.form_input_check label input[type="checkbox"] {
  visibility: hidden;
  display: none;
}

.form_input_check label input[type="checkbox"] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  border: 1px solid #3e3e42;
  background: transparent;
}

.form_input_check label input[type="checkbox"] + span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: url(images/tick.svg) no-repeat center center;
  background-size: 15px;
}

.form_input_check label input[type="checkbox"]:not(:checked) + span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* .form_input_check input[type="checkbox"]:checked + span::before {

    } */

.form_input_check label input[type="checkbox"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* custom radio */

.form_input_radio label {
  position: relative;
  margin: 0;
  padding-left: 30px;
  display: inline-block;
}

.form_input_radio label span {
  margin: 0;
  padding: 0;
}

.form_input_radio label input[type="radio"] {
  visibility: hidden;
  display: none;
}

.form_input_radio label input[type="radio"] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  border: 2px solid #000000;
  border-radius: 100%;
  background: #fff;
}

.form_input_radio label input[type="radio"] + span::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #4b0049;
  position: absolute;
  top: 6px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form_input_radio label input[type="radio"]:not(:checked) + span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* .form_input_radio input[type="radio"]:checked + span::before {

    } */

.form_input_radio label input[type="radio"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* custom radio end */

/* back to top */

#scroll {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  width: 55px;
  height: 55px;
  background-color: #bdd653;
  display: none;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  line-height: 68px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  z-index: 9;
}
#scroll:hover {
  background: #88a725;
}
#scroll i {
  color: #fff;
  font-size: 44px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#scroll:hover i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}

/* navbar*/

.navbar-brand {
  padding: 0;
  margin: 0;
  width: 260px;
  display: inline-block;
}

.navbar {
  background: none;
  margin: 0;
  padding: 0;
  min-height: inherit;
  height: inherit;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.navbar-nav li {
  position: relative;
  list-style: none;
}

.navbar-nav > li {
  margin: 0 23px;
  padding: 10px 0;
  position: relative;
}

.navbar-nav > li:last-child {
  margin-right: 0;
}

.navbar-nav > li:first-child {
  margin-left: 0;
}

.navbar-nav > li > a {
  color: #202631;
  font-size: 18px;
  line-height: 1.2;
  position: relative;
  font-weight: normal;
}

.navbar-nav > li > a:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #3b61dc;
  /* opacity: 0; */
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: none;
}

.navbar-nav > li.current-menu-item > a,
.navbar-nav > li > a:hover,
.navbar-nav > li.menu-item-has-children:hover > a {
  color: #78c091;
}

.navbar-nav > li.current-menu-item > a:after,
.navbar-nav > li > a:hover:after,
.navbar-nav > li.menu-item-has-children:hover > a:after {
  width: 100%;
}

/* navbar submenu*/

.sub-menu {
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 260px;
  padding: 0;
}

.sub-menu > li > a {
  color: #000;
  display: block;
  width: 100%;
  padding: 6px 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.sub-menu > li {
  width: 100%;
  display: block;
}

.sub-menu > li > a:hover,
.sub-menu > li.menu-item-has-children:hover > a,
.sub-menu > li.current-menu-item > a {
  background: #78c091;
  color: #fff;
}

.navbar-nav > li:last-child > .sub-menu {
  right: 0;
  left: inherit;
  padding: 0;
}

/* 2nd level submenu */
.navbar-nav > li > .sub-menu .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
}

/* for push-menu */
.navbar-collapse .navbar-toggler {
  display: none;
}
#navoverlay {
  display: block;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  margin: 0;
  padding: 0 !important;
  z-index: 99;
  -webkit-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}
/* for push-menu end*/

/* _______CUSTOMS______________ */
ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}
.cmn-hdr {
  margin-bottom: 50px;
}
.cmn-gap {
  padding: 80px 0;
}
.cmn-gap.cmn-gap-nt {
  padding-top: 0;
}
.cmn-gap.cmn-gap-nb {
  padding-bottom: 0;
}
.btn {
  font-size: 16px;
  color: #ffffff;
  line-height: 1;
  font-weight: 700;
  padding: 16px 21px;
  background: #a53860;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px 0 15px 0;
  min-width: 205px;
  transition: all 0.5s;
  text-transform: uppercase;
}
.btn:hover {
  color: #ffffff;
  background-color: black;
}

/* =============header===================== */
header.main-head {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #ffffff;
}
.banner-sec {
  margin-top: 90px;
}
.main-head.fixed {
  background: #ffffff;
  width: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999999999;
  border: none;
  box-shadow: 0px 10px 25px rgba(0, 133, 255, 0.04);
}
.navbar-nav .clickD {
  position: absolute;
  right: -19px;
  top: 15px;
  width: 15px;
  height: 15px;
  background: url(images/dwn-arrw.svg) center center no-repeat;
  display: block !important;
  background-size: 10px;
  cursor: pointer;
}
/* ===============banner================== */

.ban-text {
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
section.banner-sec {
  background: #00124d;
  position: relative;
}
.banner-sec h1 {
  color: white;
  margin-bottom: 16px;
}
.ban-slide {
  position: relative;
  width: 100%;
  height: 400px;
}
.ban-pic {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ban-pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ban-wrap {
  max-width: 514px;
}
.ban-wrap p {
  color: white;
  margin-bottom: 45px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 35px;
  background: transparent;
}
.slick-dots li button::before {
  width: 10px;
  height: 10px;
  background: transparent;
  font-size: 0;
  border-radius: 100%;
  border: 1px solid white;
  opacity: 1;
}
.slick-dots li.slick-active button::before {
  opacity: 1;
  background: white;
}
.ban-slider {
  z-index: 4;
}
.slick-dots li {
  width: 10px;
  height: 10px;
}

.manage-sec h2 {
  max-width: 515px;
  margin: auto;
}
.manage-lft {
  width: 100%;
  height: 420px;
  margin-left: -40px;

  position: relative;
  z-index: 9;
}
.manage-lft img {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0px 65px 65px rgba(0, 102, 255, 0.07));
}

.m-top {
  background: #c57b57;
  border-radius: 2px 2px 100px 2px;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
}
.m-top img {
  padding-left: 15px;
  padding-bottom: 15px;
}
.custom-logo {
  max-height: 50px;
}
.manage-rgt ul li em {
  display: inline-block;
  height: 42px;
  width: 42px;
  flex-basis: 42px;
}
.manage-rgt ul li {
  display: flex;

  padding: 22px 30px;
  /*cursor: pointer;*/
  transition: all 0.5s;
}
.manage-rgt ul li span {
  padding-left: 20px;
  display: inline-block;
  width: calc(100% - 42px);
  flex-basis: calc(100% - 42px);
}
.mp {
  padding-left: 30px;
  margin-bottom: 35px;
}

.manage-rgt ul li:hover {
  background: #ffffff;
  box-shadow: 0px 35px 35px rgba(0, 117, 255, 0.1);
}

.manage-sec {
  position: relative;
}
.pic1 {
  position: absolute;
  left: 0;
  top: -60px;
  z-index: -1;
}

/* ============description-sec=============== */
.descript-sec .cmn-hdr p {
  font-weight: 400;
  font-size: 20px;
  max-width: 660px;
  margin: auto;
}
.descript-sec {
  background: #f4f9ff;
  position: relative;
}

.des-circle {
  background: #00124d;

  width: 350px;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 100%;
  margin: auto;
  position: relative;
}
.des-circle::after {
  position: absolute;
  content: "";
  background-image: url(images/circle-dot.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  height: 470px;
  width: 470px;
}

.des-circle p {
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  color: white;
}
.des-circle h3 {
  font-size: 45px;
  margin-bottom: 17px;

  color: #ffffff;
}
.circle-inr {
  text-align: center;
  padding: 0 40px;
  position: relative;
  z-index: 9;
}
.pic2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 280px;
}
.des-content {
  position: relative;
  padding: 190px 0 0px;
}
.des-list li:nth-child(1) em {
  background-image: url(images/d1.svg);
  margin-top: 20px;
}
.des-list li:nth-child(5) em {
  background-image: url(images/d2.svg);
}
.des-list li:nth-child(4) em {
  background-image: url(images/d3.svg);
}
.des-list li:nth-child(3) em {
  background-image: url(images/d4.svg);
}
.des-list li:nth-child(2) em {
  background-image: url(images/d5.svg);
}
.des-list li em {
  background-image: url(images/d1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  height: 60px;
  width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.des-list li em img {
  max-width: 32px;
}
.des-list li h5 {
  font-size: 20px;
  color: #202631;
  margin-bottom: 12px;
  transition: all 0.3s;
}
.des-list li span {
  font-size: 17px;
}
.des-list li:nth-child(1) {
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 28%;
}
.des-list li a {
  color: #080809;
  transition: all 0.3s;
}
.des-list li:hover a {
  color: black;
}
.des-list li:nth-child(1):hover h5 {
  color: #246eb9;
}
.des-list li:nth-child(2):hover h5 {
  color: #78c091;
}
.des-list li:nth-child(3):hover h5 {
  color: #a53860;
}
.des-list li:nth-child(4):hover h5 {
  color: #d8ca77;
}
.des-list li:nth-child(5):hover h5 {
  color: #93acff;
}
.des-list li:nth-child(1) a {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
}
.des-list li {
  position: absolute;
}

.des-list li:nth-child(3) {
  transform: translateY(-100%);
  right: 94px;
}
.des-list li:nth-child(4) {
  transform: translateY(-100%);
  left: 73px;
}
.des-list li:nth-child(5) {
  top: 238px;
  left: 6px;
  text-align: right;
}
.des-list li:nth-child(2) {
  top: 238px;
  right: 69px;
}
.des-list li:nth-child(2) a {
  display: flex;
  align-items: center;
}
.des-list li:nth-child(3) a {
  display: flex;
  align-items: center;
}
.des-list li:nth-child(4) a {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.des-list li:nth-child(5) a {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.des-list li:nth-child(2) .des-info {
  width: 200px;
  margin-left: 30px;
}
.des-list li:nth-child(3) .des-info {
  margin-left: 30px;
}
.des-list li:nth-child(4) .des-info {
  margin-right: 30px;
  text-align: end;
}
.des-list li:nth-child(5) .des-info {
  margin-right: 30px;
  text-align: end;
  width: 260px;
}
.pic3 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 360px;
}
.pic3 img {
  width: 100%;
}
.des-txt {
  background-image: url(images/wave.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 580px;
  background-position: center;
  margin: -20px auto 0;
  padding: 100px 0 20px;
  position: relative;
}
.des-txt h3 {
  color: #ffffff;
  font-size: 35px;
  margin-bottom: 5px;
}
.des-txt p {
  font-style: italic;
  font-weight: 400;
  color: #ffffff;
}
/* =========prosenjit==================== */

/*solution-we-offer-section*/
.solution-we-offer-sec {
  position: relative;
}
.solution-we-offer-sec .cmn-hdr {
  text-align: center;
  max-width: 880px;
  margin: 0 auto 48px auto;
}
.solution-we-offer-sec .cmn-hdr h2 {
  margin: 20px;
}
.solution-we-offer-sec .cmn-hdr p {
  font-size: 20px;
  color: #080809;
  font-weight: 400;
}
.solution-we-offer-tab-section {
  position: relative;
}
.solution-we-offer-tab-section ul.resp-tabs-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.solution-we-offer-tab-section ul.resp-tabs-list li {
  display: flex;
  height: 45px;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  background: rgba(102, 178, 255, 0.1) !important;
  margin: 0;
  color: #00124d;
  font-size: 16px;
  font-weight: 400;
  border-radius: 3px;
}
.solution-we-offer-tab-section ul.resp-tabs-list li.resp-tab-active {
  background: #246eb9 !important;
  color: #ffffff;
  box-shadow: 0px 15px 15px rgba(0, 114, 230, 0.15);
}
.solution-we-offer-tab-section ul.resp-tabs-list li.resp-tab-active i img {
  filter: brightness(0) invert(1);
}
.solution-we-offer-tab-section ul.resp-tabs-list li i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  margin-right: 10px;
}
.solution-we-offer-tab-section .resp-tab-content {
  padding: 80px 0 0 0;
}
.innr-solution-we-offer-tab-img {
  position: relative;
}
.innr-solution-we-offer-tab-img figure {
  margin: 0;
  width: 100%;
}
.innr-solution-we-offer-tab-img figure img {
  width: 100%;
}
.innr-solution-we-offer-tab-txt {
  position: relative;
  color: #080809;
  font-size: 18px;
  font-weight: 300px;
}
.innr-solution-we-offer-tab-txt h4 {
  font-weight: 600;
  font-size: 30px;
  color: #202631;
  margin-bottom: 18px;
}
.innr-solution-we-offer-tab-txt ul {
  margin: 0 0 30px 0;
  padding: 0;
}
.innr-solution-we-offer-tab-txt ul li {
  position: relative;
  list-style: none;
  margin-bottom: 20px;
  padding-left: 22px;
  color: #080809;
  font-weight: 400;
  font-size: 20px;
}
.innr-solution-we-offer-tab-txt ul li:last-child {
  margin-bottom: 0;
}
.innr-solution-we-offer-tab-txt ul li::before {
  background: #78c091;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  top: 7px;
  position: absolute;
  content: "";
}
.innr-solution-we-offer-tab-txt ul li p {
  margin-bottom: 0;
}
.solution-we-offer-tab-clm {
  padding: 0 57px;
}
.solution-we-offer-tab-rw {
  margin: 0 -57px;
}
.innr-solution-we-offer-tab-txt span {
  color: #202631;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 30px;
}
/*solution-we-offer-section-end*/

/*home-wo-we-serve-section*/
.home-wo-we-serve-sec {
  position: relative;
  background: #f4f9ff;
}

.home-wo-we-serve-sec .cmn-hdr h2 {
  margin-bottom: 0;
}
.home-who-we-serve-innr-wrap {
  position: relative;
  padding: 24px 28px;
  transition: 0.5s;
  /*cursor: pointer;*/
}
.home-who-we-serve-innr-wrap:hover {
  background: #ffffff;
  box-shadow: 0px 65px 65px rgba(0, 127, 255, 0.1);
}
.home-who-we-serve-innr-wrap i {
  display: inline-block;
  margin-bottom: 20px;
  min-height: 70px;
}
.home-who-we-serve-innr-wrap h4 {
  font-size: 20px;
  font-weight: 600;
  color: #202631;
  margin-bottom: 25px;
}
.home-who-we-serve-innr-wrap ul {
  margin: 0;
  padding: 0;
}
.home-who-we-serve-innr-wrap ul li {
  position: relative;
  list-style: none;
  margin-bottom: 25px;
  padding-left: 22px;
  color: #080809;
  font-weight: 300;
  font-size: 16px;
}
.home-who-we-serve-innr-wrap ul li::before {
  background: #78c091;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  top: 6px;
  position: absolute;
  content: "";
}
.home-who-we-serve-innr-wrap ul li h5 {
  display: block;
  color: #00124d;
  font-size: 18px;
  margin-bottom: 7px;
}
.home-who-we-srv-bg-wtra-img {
  position: absolute;
  right: -10%;
  bottom: 0;
  width: 27%;
}
.home-who-we-srv-bg-wtra-img figure {
  margin: 0;
  width: 100%;
}
.home-who-we-serve-innr-wrap ul li p {
  font-size: 16px;
}
.singl-wrap-tellusant-edge p {
  font-weight: 400;
}
/*home-wo-we-serve-section-end*/

/*home-tellusant-edge-section*/
.home-tellusant-edge-sec {
  position: relative;
}
.tellusant-bg-extr-img-bckgnd {
  position: absolute;
  left: 0;
  top: 30px;
  width: 22%;
}
.tellusant-bg-extr-img-bckgnd figure {
  margin: 0;
  width: 100%;
}
.home-tellusant-edge-sec .cmn-hdr {
  margin-bottom: 35px;
}
.home-tellusant-edge-sec .cmn-hdr h2 {
  margin: 0;
  color: #202631;
}
.singl-wrap-tellusant-edge.grenn-bx {
  background: #78c091;
}
.singl-wrap-tellusant-edge.blue-bx {
  background: #246eb9;
}
.singl-wrap-tellusant-edge.brwn-bx {
  background: #c57b57;
}
.singl-wrap-tellusant-edge {
  position: relative;
  display: flex;
  align-items: flex-start;
  border-radius: 10px;
  padding: 24px 16px;
  margin-bottom: 26px;
}
.singl-wrap-tellusant-edge:last-child {
  margin-bottom: 0;
}
.singl-wrap-tellusant-edge i {
  display: block;
  width: 57px;
  flex-basis: 57px;
}
.singl-wrap-tellusant-edge:nth-child(2) i {
  width: 51px;
  flex-basis: 51px;
}
.singl-wrap-tellusant-edge:nth-child(3) i {
  width: 57px;
}
.singl-wrap-tellusant-edge:nth-child(1) i {
  width: 40px;
  flex-basis: 40px;
}
.singl-wrap-tellusant-edge i img {
  width: 100%;
}
.home-tellusant-edge-txt-crt-lft {
  position: relative;
  padding-left: 10px;
  color: #ffffff;
  font-size: 16px;
  width: calc(100% - 57px);
  flex-basis: calc(100% - 57px);
}
.home-tellusant-edge-txt-crt-lft h4 {
  color: #ffffff;
  font-weight: 600;
  font-size: 50px;
  font-style: italic;
  margin-bottom: 8px;
  line-height: 1;
  display: flex;
  align-items: flex-end;
}
.home-tellusant-edge-txt-crt-lft h4 span {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  padding-left: 20px;
  margin-bottom: 6px;
}
.home-tellusant-edge-clm-lft {
  padding: 0 62px;
  width: 38%;
}
.home-tellusant-edge-crt-wrap {
  position: relative;
}
.home-tellusant-edge-crt-wrap::before {
  position: absolute;
  content: "";
  background: rgba(0, 13, 67, 0.1);
  width: 1px;
  height: 100%;
  right: -62px;
  top: 0;
}
.home-tellusant-edge-rw {
  margin: 0 -62px;
  display: flex;
  flex-wrap: wrap;
}
.home-tellusant-edge-clm-right {
  width: 62%;
  padding: 0 62px;
}
.home-tellusant-edge-rght-txt {
  position: relative;
  display: flex;
  padding: 20px 30px;
  align-items: center;
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 7px;
  transition: all 0.5s;
}
.home-tellusant-edge-rght-txt::before {
  -webkit-clip-path: polygon(50% 36%, 0 0, 100% 0);
  clip-path: polygon(50% 36%, 0 0, 100% 0);
  background: #ffffff;
  width: 62px;
  height: 40px;
  left: 61px;
  bottom: -38px;
  position: absolute;
  content: "";
  border-radius: 7px;
  z-index: 2;
}
.home-tellusant-edge-rght-txt::after {
  -webkit-clip-path: polygon(50% 36%, 0 0, 100% 0);
  clip-path: polygon(50% 36%, 0 0, 100% 0);
  background: #f0f0f0;
  width: 62px;
  height: 38px;
  left: 61px;
  bottom: -37.5px;
  position: absolute;
  content: "";
  border-radius: 7px;
}
.home-tellusant-edge-rght-txt i {
  background: #ffffff;
  box-shadow: 0px 15px 25px rgba(95, 174, 255, 0.1);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 48px;
}
.home-tellusant-edge-rght-txt p {
  width: calc(100% - 48px);
  flex-basis: calc(100% - 48px);
  padding-left: 16px;
  color: #080809;
  font-weight: 400;
  font-size: 16px;
}
.home-tellusant-edge-rght-txt:hover::after {
  display: none;
}
.home-tellusant-edge-rght-txt:hover {
  box-shadow: 0px 25px 25px rgba(0, 133, 255, 0.07);
  border: 1px solid #ffffff;
}
.home-tellusant-edge-rght-img-name {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 80px;
  padding-top: 24px;
}
.home-tellusant-edge-rght-img-name i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(36, 110, 185, 0.2);
  padding: 5px;
  border-radius: 50%;
}
.home-tellusant-edge-rght-img-name h5 {
  color: #202631;
  font-weight: 600;
  font-size: 16px;
  padding-left: 16px;
  margin: 0;
}
.home-tellusant-edge-rght-clnt-fdd-sngl {
  margin-bottom: 30px;
}
.home-tellusant-edge-rght-clnt-fdd-sngl:last-child {
  margin-bottom: 0;
}
.home-tellusant-edge-slider {
  position: relative;
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-end;
}
.home-tellusant-edge-sngl-slider {
  padding: 0 10px;
}

.home-tellusant-edge-slider .slick-prev {
  background: url("images/home-tellug-sldr-arw1.svg") no-repeat #ffffff center
    center;
  width: 48px;
  height: 48px;
  box-shadow: 0px 15px 15px rgba(0, 117, 255, 0.1);
  border-radius: 50%;
  position: static;
  order: 2;
  margin: 0 7px 0 0;
  transition: 0.5s;
}
.home-tellusant-edge-slider .slick-prev::before {
  display: none;
}
.home-tellusant-edge-slider .slick-next {
  background: url("images/home-tellug-sldr-arw2.svg") no-repeat #ffffff center
    center;
  width: 48px;
  height: 48px;
  box-shadow: 0px 15px 15px rgba(0, 117, 255, 0.1);
  border-radius: 50%;
  position: static;
  order: 2;
  margin: 0 0 0 7px;
  transition: 0.5s;
}
.home-tellusant-edge-slider .slick-prev:hover {
  background: url("images/home-tellug-sldr-arw11.svg") no-repeat #ffffff center
    center;
}
.home-tellusant-edge-slider .slick-next:hover {
  background: url("images/home-tellug-sldr-arw22.svg") no-repeat #ffffff center
    center;
}
.home-tellusant-edge-slider .slick-next::before {
  display: none;
}
.home-tellusant-edge-slider .slick-list {
  margin-bottom: 40px;
}
/*home-tellusant-edge-section-end*/
.blog-txt-home p {
  font-size: 16px;
}

/*home-latest-blog-section-start*/
.home-latest-blog-sec {
  position: relative;
  background: #f4f9ff;
}

.home-latest-blog-sec .cmn-hdr h2 {
  margin-bottom: 0;
}
.home-lst-blg-innr-wrap {
  position: relative;
  transition: 0.5s;
}
.home-lst-blg-innr-wrap .hm-lst-blg-img {
  display: block;
  transition: 0.5s;
  width: 100%;
  overflow: hidden;
}
.home-lst-blg-innr-wrap .hm-lst-blg-img figure {
  width: 100%;
  margin: 0;
  height: 220px;
}
.home-lst-blg-innr-wrap .hm-lst-blg-img figure img {
  width: 100%;
  transition: 0.5s;
  height: 100%;
  object-fit: cover;
}
.home-lst-blg-innr-wrap .hm-lst-blg-img:hover img {
  transform: scale(1.1);
}
.blog-txt-home {
  position: relative;
  padding: 30px 25px 22px 25px;
  color: #080809;
  font-weight: 300;
  font-size: 16px;
}
.blog-txt-home a {
  display: inline-block;
  color: #202631;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 12px;
  transition: 0.5s;
}
.blog-txt-home a:hover {
  color: #246eb9;
}
.blog-txt-home span {
  display: block;
  color: #a53860;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 12px;
}
.home-lst-blg-innr-wrap:hover {
  box-shadow: 0px 65px 65px rgba(0, 127, 255, 0.1);
  background: #ffffff;
}
.home-last-blog-clm {
  padding: 0 14px;
}
.home-latest-blog-rw {
  margin: 0 -14px;
}
.home-latest-blog-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-top: 75px;
}

.home-latest-blog-btn a:hover {
  background: #000000;
}

.btn-one-hm-lst-blg-btn-brwn {
  width: 205px;
  margin: 0 20px;
}

.btn-brwn {
  background-color: #c57b57;
  margin: 0 20px;
}
.btn-blue {
  background-color: #00124d;
  margin: 0 20px;
}
.btn-new {
  padding: 25px 34px;
  min-width: 300px;
  font-size: 18px;
}
/*home-latest-blog-section-end*/

/*footer-start*/

.footer {
  position: relative;
  padding-top: 100px;
  background: #00124d;
}
.footer-top-rw {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -18px;
  padding-bottom: 65px;
}
.footer-top-clm-one {
  width: 18%;
  padding: 0 18px;
}
.footer-top-clm-two {
  width: 24%;
  padding: 0 18px;
}
.footer-top-clm-three {
  width: 15%;
  padding: 0 18px;
}
.footer-top-clm-four {
  width: 20%;
  padding: 0 18px;
}
.footer-top-clm-five {
  width: 23%;
  padding: 0 18px;
}
.footer-wrap-top-bx {
  position: relative;
}
.footer-wrap-top-bx h4 {
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.footer-wrap-top-bx ul {
  padding: 0;
  margin-bottom: 0;
}
.footer-wrap-top-bx ul li {
  list-style: none;
  padding: 0;
  margin-bottom: 15px;
}
.footer-wrap-top-bx ul li:last-child {
  margin-bottom: 0;
}
.footer-wrap-top-bx ul li a {
  font-weight: 400;
  font-size: 15px;
  color: #8f9abb;
  display: inline-block;
  transition: 0.5s;
}
.footer-wrap-top-bx ul li a:hover {
  color: #ffffff;
}
.contact-link-footer {
  display: flex;
  justify-content: flex-start;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 28px;
}
.contact-link-footer:nth-of-type(2) {
  margin-bottom: 15px;
}
.contact-link-footer i {
  width: 44px;
  flex-basis: 44px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-right: 20px;
}
.contact-link-footer a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  transition: 0.5s;
  flex-basis: calc(100% - 44px);
  width: calc(100% - 44px);
}
.contact-link-footer p {
  flex-basis: calc(100% - 44px);
  width: calc(100% - 44px);
}
.contact-link-footer a:hover {
  color: #8f9abb;
}
.footer-social-icn {
  position: relative;
}
.footer-social-icn ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.footer-social-icn ul li {
  list-style: none;
  padding: 0 10px;
  margin: 0;
}
.footer-social-icn ul li a {
  display: inline-block;
  transition: 0.5s;
}
.footer-social-icn ul li a:hover {
  opacity: 0.5;
  transform: rotate(360deg);
}

.footer-last-sec {
  position: relative;
  padding: 32px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.ftr-logo-img {
  position: relative;
  width: 262px;
  margin-bottom: 15px;
}
.ftr-logo-img a {
  width: 100%;
  display: inline-block;
}
.copyright-section {
  position: relative;
  color: #8f9abb;
  font-weight: 400;
  font-size: 15px;
}
.copyright-section a {
  color: #8f9abb;
  display: inline-block;
  transition: 0.5s;
}
.copyright-section a:hover {
  color: #ffffff;
}
.ftr-lst-rgt-lnks-all {
  position: relative;
  margin-bottom: 16px;
}
.ftr-lst-rgt-lnks-all ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0 -18px;
}
.ftr-lst-rgt-lnks-all ul li {
  list-style: none;
  padding: 0 18px;
}
.footer-lst-rght-top-lnks ul li a {
  display: inline-block;
  color: #8f9abb;
  font-weight: 400;
  font-size: 15px;
  transition: 0.5s;
}
.footer-lst-rght-top-lnks ul li a:hover {
  color: #ffffff;
}
.ftr-lst-pvc-polcy-lnks {
  position: relative;
}
.ftr-lst-pvc-polcy-lnks ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0 -18px;
}
.ftr-lst-pvc-polcy-lnks ul li {
  list-style: none;
  padding: 0 18px;
  position: relative;
  line-height: 1;
}
.ftr-lst-pvc-polcy-lnks ul li::before {
  position: absolute;
  content: "";
  background: #8f9abb;
  width: 1px;
  height: 70%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ftr-lst-pvc-polcy-lnks ul li:last-child::before {
  display: none;
}

/*footer-end*/
/* ====product================ */
.banner-sec.inner-banner {
  background-color: white;
  padding: 70px 0 40px;
}
.ban-rgt-mble {
  display: none;
}
.ban-col {
  position: relative;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.ban-lft {
  max-width: 560px;
  padding: 50px 0;
}
.bg-light {
  background-color: #ffffff !important;
}
.stated-sec .cmn-hdr p {
  color: #202631;
  font-weight: 400;
}
.stated-sec {
  background: #f4f9ff;
}
.start-inr figure {
  background: #ffffff;
  box-shadow: 0px 35px 35px rgba(0, 117, 255, 0.1);
  height: 95px;
  width: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  border-radius: 100%;
  position: relative;
  z-index: 1;
}
.start-inr.text-center {
  padding: 0 40px;
}
.start-inr h5 {
  margin-bottom: 14px;
}

.strt-btm p a {
  color: #246eb9;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: underline !important;
}
.strt-btm.text-center {
  margin-top: 65px;
}
.strt-btm p a:hover {
  color: black;
}
.st-col {
  position: relative;
}
.st-col::after {
  position: absolute;
  left: 186px;
  top: 45px;
  background-image: url(images/line.svg);
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  height: 13px;
  width: 250px;
}
.st-col:last-child::after {
  display: none;
}
.started-outr {
  max-width: 930px;
  margin: auto;
}
.start-inr.text-center {
  padding: 0 12px;
}

/********** how-we-work-page **********/
/*how-we-work-main-banner-section-start*/

.how-we-work-main-banner-sec {
  background: #00124d;
  position: relative;
}
.how-we-work-main-banner-sec h1 {
  color: #ffffff;
  text-align: center;
  margin-bottom: 24px;
}
.how-we-work-main-banner-sec p {
  color: #ffffff;
  font-size: 18px;
  text-align: center;
}

/*how-we-work-main-section-start*/

.how-we-work-main-sec {
  position: relative;
  padding: 86px 0 108px 0;
  background: #f4f9ff;
}
.how-we-work-main-sec-itm-wrap {
  position: relative;
  max-width: 1106px;
  margin: 0 auto 133px auto;
}
.singl-how-we-work-item {
  position: relative;
  background: #ffffff;
  border-radius: 15px;
  padding: 14px 23px 14px 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
  transition: 0.5s;
  /*cursor: pointer;*/
}
.singl-how-we-work-item:last-child {
  margin-bottom: 0;
}
.singl-how-we-work-item:hover {
  box-shadow: 0px 15px 15px rgba(114, 179, 255, 0.1);
}
.img-how-we-work-lft {
  width: 258px;
  flex-basis: 258px;
  position: relative;
}
.img-how-we-work-lft figure {
  width: 100%;
  margin: 0;
  border-radius: 15px;
}
.img-how-we-work-lft figure img {
  width: 100%;
  border-radius: 15px;
}
.how-we-work-itm-txt-right {
  width: calc(100% - 258px);
  flex-basis: calc(100% - 258px);
  padding-left: 46px;
  position: relative;
  color: #080809;
  font-size: 16px;
  font-weight: 300;
}
.how-we-work-itm-txt-right h4 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 16px;
  color: #202631;
}
.how-we-work-itm-txt-right p {
  max-width: 706px;
  margin-right: auto;
}
.how-we-work-itm-txt-right-scnd {
  margin-top: 45px;
  padding-top: 17px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.how-we-work-itm-txt-right-scnd h5 {
  font-weight: 500;
  color: #00124d;
  font-size: 16px;
  margin-bottom: 17px;
}
.how-we-work-itm-txt-right-btn {
  display: flex;
  align-items: flex-start;
  margin: 0 -10px;
}
.how-we-work-itm-txt-right-btn a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 15px 0px;
  transition: 0.5s;
}
.how-we-work-itm-txt-right-btn a:hover {
  background: #000000;
}
.sngl-btnBrwn {
  padding: 0 10px;
}
.sngl-btnBrwn a {
  background: #c57b57;
  padding: 14px 15px;
}
.sngl-btnBlue {
  padding: 0 10px;
}
.sngl-btnBlue a {
  background: #00124d;
  padding: 14px 25px;
}
.how-we-work-itm-txt-clck {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.how-we-work-itm-txt-clck i {
  display: inline-block;
}
.how-we-work-itm-txt-clck span {
  display: inline-block;
  color: #39ac61;
  font-size: 14px;
  font-weight: 500;
  padding-left: 10px;
  text-transform: uppercase;
}
.how-we-work-main-lst-part {
  position: relative;
  text-align: center;
  margin: 0 auto 58px auto;
  max-width: 809px;
}
.how-we-work-main-lst-part h2 {
  color: #202631;
  font-weight: 600;
  margin-bottom: 0;
  color: #202631;
}
.how-we-work-main-lst-part span {
  font-weight: 300;
  display: inline-block;
  margin-bottom: 40px;
  font-size: 40px;
  color: #202631;
}
.how-we-work-main-sec .home-latest-blog-btn {
  padding-top: 0;
}

/*how-we-work-main-section-end*/

/********** how-we-work-page **********/

/********** product-strategyai-page ***********/
section.banner-sec.strategyai-banner-sec {
  position: relative;
  padding: 50px 0 50px 0;
  background: #ffffff;
}
section.banner-sec.strategyai-banner-sec .ban-lft h2 {
  max-width: 525px;
  margin-right: auto;
}
section.banner-sec.strategyai-banner-sec .ban-lft p {
  max-width: 546px;
  margin-right: auto;
}

/*why-strategyai-section*/

.why-strategyai-sec {
  position: relative;
  background: #f4f9ff;
}
.why-strategyai-sec .cmn-hdr {
  margin-bottom: 40px;
}
.why-strategyai-sec .cmn-hdr h2 {
  margin-bottom: 0;
}

.why-strategyai-sec-tab-section {
  position: relative;
  z-index: 99;
}
.why-strategyai-sec-tab-section ul.resp-tabs-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-strategyai-sec-tab-section ul.resp-tabs-list li {
  display: flex;
  height: 45px;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  background: rgba(102, 178, 255, 0.1) !important;
  margin: 0 12px;
  color: #00124d;
  font-size: 16px;
  font-weight: 400;
  border-radius: 3px;
}
.why-strategyai-sec-tab-section ul.resp-tabs-list li.resp-tab-active {
  background: #246eb9 !important;
  color: #ffffff;
  box-shadow: 0px 15px 15px rgba(0, 114, 230, 0.15);
}
.why-strategyai-sec-tab-section ul.resp-tabs-list li.resp-tab-active i img {
  filter: brightness(0) invert(1);
}
.why-strategyai-sec-tab-section ul.resp-tabs-list li i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  margin-right: 10px;
}
.why-strategyai-sec-tab-section .resp-tab-content {
  padding: 90px 0 0 0;
  background: transparent;
}
.why-strategyai-sec-tab-section .resp-tabs-container {
  background: transparent;
}
.why-strategyai-sec-tabTxt {
  position: relative;
}
.why-strategyai-sec-tabTxt h3 {
  font-size: 30px;
  color: #202631;
  font-weight: 600;
  margin-bottom: 30px;
}
.singl-strategyai-sec-tabTxt {
  position: relative;
  padding: 18px 10px 24px 25px;
  transition: 0.5s;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.singl-strategyai-sec-tabTxt:hover {
  background: #ffffff;
  box-shadow: 0px 35px 35px rgba(0, 117, 255, 0.1);
}
.singl-strategyai-sec-tabTxt i {
  display: flex;
  align-items: flex-start;
  width: 42px;
  flex-basis: 42px;
}
.singl-strategyai-sec-tabTxt-rgt {
  position: relative;
  width: calc(100% - 42px);
  flex-basis: calc(100% - 42px);
  padding-left: 18px;
  color: #080809;
  font-weight: 300;
}
.singl-strategyai-sec-tabTxt-rgt h5 {
  font-weight: 600;
  margin-bottom: 14px;
  color: #202631;
}
.why-strategyai-sec-tab-clm {
  padding: 0 15px;
}
.why-strategyai-sec-tab-rw {
  margin: 0 -15px;
}
.why-strategyai-sec-tab-img-wrp {
  position: relative;
  padding-left: 40px;
}
.why-strategyai-sec-tab-img-wrp figure {
  margin: 0;
  width: 100%;
}
.why-strategyai-sec-tab-img-wrp figure img {
  width: 100%;
}

/*key-features-section-start*/
.key-features-sec {
  position: relative;
}
.key-features-sec .cmn-hdr {
  margin-bottom: 68px;
}
.key-features-sec .cmn-hdr h2 {
  margin: 0;
}

.key-features-crt-wrap {
  position: relative;
}
.key-features-crt-wrap i {
  display: inline-block;
  margin-bottom: 20px;
  min-height: 70px;
}
.key-features-crt-wrap h5 {
  font-weight: 600;
  color: #202631;
  margin-bottom: 32px;
}
.key-features-crt-wrap ul {
  padding: 0;
  margin: 0;
}
.key-features-crt-wrap ul li {
  position: relative;
  list-style: none;
  margin-bottom: 20px;
  padding-left: 22px;
  color: #00124d;
  font-weight: 400;
  font-size: 16px;
}
.key-features-crt-wrap ul li::before {
  background: #78c091;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  top: 6px;
  position: absolute;
  content: "";
}

/*key-features-section-end*/

/********** product-strategyai-page ***********/
/* ========strategy-planning================= */

.ban-rgt-pic {
  box-shadow: 0px 65px 65px rgba(0, 102, 255, 0.07);
}
.banner-sec.cmn-gap {
  padding: 80px 0;
}
.inr-row {
  margin-bottom: 34px;
}
.study-sec {
  background: #f4f9ff;
}
.sty-in-mdle {
  display: flex;
}
.sty-in-mdle span {
  width: 33px;
  flex-basis: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0px 12px 12px rgba(0, 136, 213, 0.1);
  border-radius: 100%;
}
.sty-in-mdle p {
  padding-left: 15px;
  width: calc(100% - 33px);
  flex-basis: calc(100% - 33px);
  font-weight: 400;
  font-size: 16px;
}

.sty-top h5 {
  font-weight: 400;
  font-size: 18px;
  color: #202631;
  margin-bottom: 30px;
}
.sty-top h5 {
  position: relative;
}
.sty-top h5::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: 70%;
  background-color: #78c091;
}
.sty-in {
  position: relative;
  max-width: 270px;
}
.sty-in h3 {
  margin-bottom: 12px;
}

.sty-in::after {
  position: absolute;
  right: -60px;
  top: 0;
  background-image: url(images/lin2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  height: 130px;
  width: 10px;
}
.study-btm h5 {
  max-width: 405px;
  margin: auto;
}
.study-outr {
  margin-bottom: 66px;
}
.stdy-card {
  background: #c57b57;
  border-radius: 4px;
  padding: 14px 17px;
}
.stdy-card .p-div h6 {
  font-size: 64px;

  background: linear-gradient(
    180deg,
    #ffffff 20%,
    rgba(255, 255, 255, 0) 78.67%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;

  opacity: 0.5;
}
.stdy-card h5 {
  color: #ffffff;
  margin-bottom: 12px;
  min-height: 53px;
}
.stdy-card p {
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;

  min-height: 64px;
}
.stdy-card em {
  font-size: 13px;
  color: #ffffff;
  font-style: normal;
  font-weight: 400;
}

.stdy-card figure img {
  border-radius: 4px;
  filter: drop-shadow(0px 25px 25px #af633e);
  width: 100%;
  height: 100%;
}
.stdy-card figure {
  margin-bottom: 0;
  height: 160px;
  width: 100%;
}
.inr-tabs li {
  padding: 0 40px !important;
}
.ban-rgt-pic.ban-rgt-pic2 {
  margin-right: -210px;
  box-shadow: none;
}
.sty-crd2 p {
  min-height: 70px;
}
.sty-crd2 p {
  min-height: 108px;
}
section.social-banner.banner-sec {
  background: white;
  padding: 45px 0 100px;
}
.social-inr h4 {
  font-size: 20px;
  color: #202631;
}
.social-inr figure {
  height: 400px;
  width: 100%;
}
.social-inr figure img {
  width: 100%;
  height: 100%;
}
.resource-sec p {
  max-width: 546px;
}
.cus-row {
  margin: -20px -13px;
}
.cus-col {
  padding: 20px 13px;
}
.contact-form .form-group .form-control {
  border: 1px solid rgba(0, 0, 0, 0.211);
  height: 50px;
}
.contact-form .form-group .form-select {
  border: 1px solid rgba(0, 0, 0, 0.211);
  height: 50px;
  color: #080809;
  padding: 0 16px;
  background-image: url(images/slct.png);
  background-size: 11px 7px;
}
.contact-form .form-group {
  margin-bottom: 18px;
}
form.contact-form {
  background: #ffffff;
  box-shadow: 0px 65px 65px rgba(0, 102, 255, 0.07);
  padding: 42px;
}
.contact-form p {
  font-weight: 400;
  font-size: 14px;
  color: #080809;
  margin-bottom: 30px;
}
.submit-in .btn-in {
  background: #a53860;
  height: 50px;
  border-radius: 15px 0 15px 0;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  padding: 0 60px;
  color: #ffffff;
}
.form-hd {
  margin-left: 35px;
  margin-bottom: 20px;
}
.submit-in .btn-in:hover {
  color: white;
}
.contact-form .form-group textarea {
  height: 107px;
  border: 1px solid rgba(0, 0, 0, 0.211);
  resize: none;
}
.career-btm .join {
  font-weight: 500;
  font-size: 20px;
  color: #202631;
}

.career-btm .btn {
  background: #5277f7;
  margin-left: 40px;
}
.career-btm .btn:hover {
  background: black;
}
.career-btm {
  margin-top: 40px;
}
.sub-menu .menu-item-has-children .clickD {
  display: none !important;
}
/* ==================prosenjit============ */

/********** company-leadership-page ********/
/*company-leadership-main-sec*/
.company-leadership-main-sec {
  position: relative;
}
.company-leadership-main-sec .cmn-hdr {
  margin-bottom: 25px;
}
.company-leadership-main-sec .cmn-hdr h2 {
  margin-bottom: 0;
}
.company-leadership-crt-wrp-inr {
  position: relative;
  background: #ffffff;
  transition: 0.5s;
}
.company-leadership-crt-wrp-inr:hover .company-leadership-crt-txt {
  box-shadow: 0px 65px 65px rgba(0, 127, 255, 0.1);
}
.company-leadership-crt-wrp-inr:hover .company-leadership-crt-txt {
  border: 1px solid #ffffff;
}
.company-leadership-crt-wrp-inr figure {
  margin: 0;
  width: 100%;
}
.company-leadership-crt-wrp-inr figure img {
  width: 100%;
}
.company-leadership-crt-txt {
  position: relative;
  padding: 20px 22px;
  color: #080809;
  font-weight: 300;
  border: 1px solid #f2f2f2;
  transition: 0.5s;
}
.company-leadership-crt-txt p {
  font-size: 17px;
  margin-bottom: 15px;
}
.company-leadership-crt-txt h5 {
  font-weight: 600;
  color: #202631;
  margin-bottom: 5px;
}
.company-leadership-crt-txt a {
  display: inline-block;
  transition: 0.5s;
}
.company-leadership-crt-txt a:hover {
  opacity: 0.7;
}
.company-leadership-crt-clm {
  padding: 0 15px;
  margin-bottom: 37px;
}
.company-leadership-crt-rw {
  margin: 0 -15px -37px -15px;
}

/********** company-leadership-page ********/

/*********** privacy-policy-page ***********/
/*privacy-policy-main-section*/
.privacy-policy-main-sec {
  position: relative;
}
.privacy-policy-top-sec {
  position: relative;
}
.privacy-policy-top-sec h2 {
  margin-bottom: 15px;
  color: #202631;
}
.privacy-policy-top-sec h5 {
  margin-bottom: 30px;
  font-weight: 600;
  color: #202631;
}
.privacy-policy-top-sec span {
  display: block;
  color: #a53860;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 35px;
}
.privacy-policy-top-sec ul {
  padding: 0;
  margin-bottom: 20px;
}
.privacy-policy-top-sec ul li {
  list-style: none;
  position: relative;
  padding-left: 22px;
  margin-bottom: 20px;
}
.privacy-policy-top-sec ul li p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
.privacy-policy-top-sec ul li:last-child {
  margin-bottom: 0;
}
.privacy-policy-top-sec ul li::before {
  background: #78c091;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  top: 4px;
  position: absolute;
  content: "";
}
.privacy-policy-top-sec p {
  color: #080809;
  font-weight: 300;
  margin-bottom: 20px;
}
.privacy-plcy-summer-key-txt {
  padding-top: 10px;
  font-size: 16px;
  margin-bottom: 30px;
}
.privacy-plcy-summer-key-txt p {
  font-weight: 400;
}
.privacy-policy-tbl-conten-top {
  position: relative;
  margin-bottom: 40px;
}
.privacy-policy-tbl-conten-top h5 {
  margin-bottom: 20px;
}
.privacy-policy-tbl-conten-top ul {
  padding: 0;
  margin-bottom: 0;
}
.privacy-policy-tbl-conten-top ul li {
  color: #080809;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 4px;
  padding-left: 0;
  list-style: none;
}
.privacy-policy-tbl-conten-top ul li::before {
  display: none;
}
.privacy-policy-tbl-conten-top ul li p {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  line-height: 1;
}
.privacy-policy-tbl-conten-top ul li p span {
  margin-bottom: 0;
  color: #a53860;
  font-size: 16px;
  font-weight: 500;
  padding-right: 5px;
}
.privacy-imformation-we-collect {
  position: relative;
  margin-bottom: 47px;
}
.privacy-imformation-we-collect h5 {
  margin-bottom: 10px;
}
.privacy-imformation-we-collect span {
  color: #78c091;
  font-size: 18px;
  margin-bottom: 25px;
}
.privacy-imformation-we-collect p {
  font-weight: 300;
  font-size: 16px;
  color: #080809;
}
.privacy-imformation-we-collect ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  margin-bottom: 34px;
}
.privacy-imformation-we-collect ul li {
  margin: 0 50px 0 0;
  line-height: 1;
}
.privacy-policy-informatically-collected {
  position: relative;
  margin-bottom: 25px;
}
.privacy-policy-informatically-collected h5 {
  margin-bottom: 25px;
}
.privacy-policy-informatically-collected p {
  color: #080809;
  font-weight: 300;
  font-size: 16px;
}
.privacy-policy-informatically-collected p span {
  display: inline-block;
  font-weight: 500;
  color: #202631;
  margin-bottom: 0;
}
.privacy-policy-informatically-collected a {
  display: inline-block;
  color: #246eb9;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 25px;
}
.privacy-policy-informatically-collected a:hover {
  color: #000000;
}
.privacy-policy-informatically-collected span {
  color: #202631;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 25px;
}
.privcy-polcy-hw-do-we-process {
  position: relative;
  margin-bottom: 25px;
}
.privcy-polcy-hw-do-we-process span {
  color: #202631;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 22;
  display: inline-block;
}
.privcy-polcy-hw-do-we-process p {
  font-weight: 300;
  font-size: 16px;
  color: #080809;
}
.privcy-polcy-hw-do-we-process p span {
  margin-bottom: 0;
}
.privcy-polcy-hw-do-we-process ul li p {
  font-weight: 400;
}
.privcy-polcy-canada-appls {
  position: relative;
}
.privcy-polcy-canada-appls p {
  font-weight: 400;
  font-size: 16px;
}
.privcy-polcy-canada-appls span {
  color: #202631;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 20px;
}
.privcy-polcy-hw-do-we-process .margn-privacy {
  margin-bottom: 40px;
}
.privacy-policy-share-prsn-info {
  position: relative;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 40px;
}
.privacy-policy-share-prsn-info span {
  margin-bottom: 0;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #202631;
}
.privacy-policy-share-prsn-info h5 {
  margin-bottom: 20px;
}
.privacy-policy-share-prsn-info a {
  text-decoration: underline !important;
  color: #246eb9;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  transition: 0.5s;
}
.privacy-policy-share-prsn-info a:hover {
  text-decoration: none !important;
  color: #000000;
}
.privacy-polcs-yourRghts {
  position: relative;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 40px;
}
.privacy-polcs-yourRghts a {
  display: inline-block;
  color: #246eb9;
  font-weight: 400;
  transition: 0.5s;
}
.privacy-polcs-yourRghts a:hover {
  color: #000000;
}
.privacy-polcs-yourRghts span {
  display: inline-block;
  margin-bottom: 0;
  color: #202631;
  font-weight: 500;
  font-size: 16px;
}
.privacy-polcs-yourRghts h5 {
  margin-bottom: 20px;
}
.privacy-polcy-ccpa-notice {
  position: relative;
  margin-bottom: 50px;
  font-weight: 300;
  font-size: 16px;
}
.privacy-polcy-ccpa-notice h5 {
  margin-bottom: 20px;
}
.privacy-polcy-ccpa-notice span {
  color: #202631;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
  display: inline-block;
}
.privacy-polcy-ccpa-notice p span {
  color: #a53860;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
}
.table-privacy-policy {
  position: relative;
  margin-bottom: 40px;
}
.table-privacy-policy table {
  width: 100%;
}
.table-privacy-policy table .table-privacy-policy-title {
  background: rgba(36, 110, 185, 0.1);
}
.table-privacy-policy table .table-privacy-policy-title th {
  width: 45%;
  padding: 10px 35px;
  color: #246eb9;
  font-weight: 500;
  font-size: 16px;
  border: none;
}
.table-privacy-policy table .table-privacy-policy-title th:last-child {
  width: 10%;
}
.table-privacy-policy table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.table-privacy-policy table tr td {
  padding: 20px 35px;
  color: #080809;
  font-weight: 400;
  font-size: 15px;
}
.table-privacy-policy table tr td .right {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #78c091;
  border-radius: 50%;
}
.table-privacy-policy table tr td .right::before {
  position: absolute;
  content: "";
  background: rgba(120, 192, 145, 0.2);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  left: -7px;
  top: -7px;
}
.table-privacy-policy table tr td .cross {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #a53860;
  border-radius: 50%;
}
.table-privacy-policy table tr td .cross::before {
  position: absolute;
  content: "";
  background: rgba(165, 56, 96, 0.2);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  left: -7px;
  top: -7px;
}

.privacy-policy-last-part-txt {
  position: relative;
  margin-bottom: 40px;
  font-size: 16px;
}
.privacy-policy-last-part-txt span {
  display: inline-block;
  color: #202631;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}
.privacy-policy-last-part-txt a {
  text-decoration: underline !important;
  color: #246eb9;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  transition: 0.5s;
}
.privacy-policy-last-part-txt a:hover {
  text-decoration: none !important;
  color: #000000;
}
.privacy-policy-last-part-txt p .bld-txt {
  font-weight: 400;
  color: #080809;
  margin-bottom: 0;
}
.privacy-policy-last-part-txt p span {
  margin-bottom: 0;
}
.privacy-policy-last-part-txt h5 {
  margin-bottom: 20px;
}
.privacy-policy-notice-abt {
  padding-top: 10px;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
}
.privacy-policy-update-delect {
  position: relative;
  font-size: 16px;
}
.privacy-policy-update-delect a {
  color: #246eb9;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  transition: 0.5s;
}
.privacy-policy-update-delect a:hover {
  color: #000000;
}
.privacy-policy-update-delect .text-undrline {
  text-decoration: underline !important;
}
.privacy-policy-update-delect .text-undrline:hover {
  text-decoration: none !important;
}
/*********** privacy-policy-page ***********/

/*********** cookie-policy-page ***********/
.privacy-policy-top-sec .cookie-links {
  text-decoration: underline !important;
  color: #246eb9;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
}
.privacy-policy-top-sec .cookie-links:hover {
  text-decoration: none !important;
  color: #000000;
}
.cookie-policy-top-part .cookie-links {
  text-decoration: underline !important;
  color: #246eb9;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
}
.cookie-policy-top-part .cookie-links:hover {
  text-decoration: none !important;
  color: #000000;
}
.cookie-policy-box-item {
  padding: 40px 0 60px 0;
}
.singl-cookie-policy-bx-wrap {
  position: relative;
  border: 1px solid #f1f1f1;
  padding: 30px 0;
  margin-bottom: 30px;
}
.innr-all-cookie-box {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 0 40px;
}
.singl-cookie-policy-bx-wrap::before {
  background: #f7f6fb;
  width: 181px;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  content: "";
}
.innr-all-cookie-box p:first-child {
  margin-bottom: 16px;
  color: #202631;
  font-weight: 400;
  width: 142px;
  flex-basis: 142px;
}
.innr-all-cookie-box p span {
  margin-bottom: 0;
  color: #202631;
  font-weight: 400;
}
.innr-all-cookie-box p span.green-txt {
  color: #78c091;
  font-weight: 400;
}
.innr-all-cookie-box p a {
  color: #080809;
  display: inline-block;
}
.innr-all-cookie-box p a:hover {
  color: #000000;
}
.innr-all-cookie-box p:last-child {
  margin-bottom: 16px;
  color: #080809;
  font-weight: 300;
  width: calc(100% - 142px);
  flex-basis: calc(100% - 142px);
  padding-left: 48px;
}
.cookie-policy-box-item-info {
  margin-bottom: 30px;
}
.cookie-policy-box-item-info a {
  display: inline-block;
  color: #246eb9;
  font-weight: 400;
  transition: 0.5s;
}
.cookie-policy-box-item-info a:hover {
  color: #000000;
}
.cookie-policy-box-item-info h5 {
  margin-bottom: 15px;
}
.cookie-policy-box-item-info .tel {
  color: #080809;
  font-weight: 300;
}

/*********** cookie-policy-page ***********/

/* ===========company======================== */
.demo-row {
  align-items: center;
}

.demo-slider-nav .slider-butn a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #00124d;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: rgb(102 178 255 / 10%);
  border-radius: 3px;
  padding: 13px 25px;
}
.demo-slider-nav .slider-butn {
  text-align: center;
}
.demo-slider-nav .slick-current .slider-butn a {
  background: #246eb9;
  box-shadow: 0px 15px 15px rgba(0, 114, 230, 0.15);
  color: #fff;
}
.demo-slide-nav {
  padding: 30px 10px;
}
.demo-slider-nav {
  margin: -30px -10px;
}
.demo-slider-for {
  margin: 50px 0;
}
.demo-txt {
  max-width: 450px;
}
.demo-sec {
  background: #f4f9ff;
}
.demo-sec .cmn-hdr p {
  max-width: 785px;
  margin: auto;
  font-weight: 400;
  font-size: 20px;
}
.s-para {
  max-width: 980px;
  margin: auto;
  margin-top: 50px;
}
.demo-slider {
  margin-bottom: 0;
  padding: 100px 0 40px;
}
.demo-fig figure img {
  margin: auto;
}
.demo-slider-for button.slick-arrow {
  background: none;
  background-color: transparent;
  height: 15px;
  width: 70px;
  border-radius: 50%;
  border: none;
  padding: 0;
  font-size: 0;
  margin-top: 30px;
}
.demo-slider-for button.slick-prev {
  background-image: url("images/prev-arw.png");
  background-repeat: no-repeat;
  /* height: 50px;
  width: 50px; */
  background-position: center;
  position: absolute;
  bottom: auto;
  left: -140px;
  opacity: 1;
  right: auto;
  background-size: 100% 100%;
  z-index: 4;

  transition: all 0.4s;
}
.demo-slider-for button.slick-next {
  background-image: url("images/next-arw.png");
  background-repeat: no-repeat;
  /* height: 50px;
  width: 50px; */
  background-position: center;
  position: absolute;
  bottom: auto;
  right: -140px;
  transition: all 0.4s;
  background-size: 100% 100%;
  z-index: 4;

  left: auto;
}
.demo-slider-for button.slick-prev:hover,
.demo-slider-for button.slick-next:hover {
  opacity: 1;
}
.demo-slider-for button.slick-prev:hover {
  margin-left: -5px;
}
.demo-slider-for button.slick-next:hover {
  margin-right: -5px;
}
.slick-next:before,
.slick-prev::before {
  content: "";
}
.privacy-policy-top-sec .nrml-lnks {
  color: #080809;
  transition: 0.5s;
}
.privacy-policy-top-sec .nrml-lnks:hover {
  color: #000000;
}

.table-privacy-policy table tr td i {
  margin-left: 7px;
}
.table-privacy-policy table tr p {
  margin-bottom: 0;
}
.cookie-policy-box-item-info.cookie-lst-chld {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cookie-policy-box-item-wrap-all {
  padding: 40px 0 0 0;
}
.demo-slide-for {
  padding: 5px;
}
.footer li.active a {
  color: white;
}

/* .banner-sec-innr{
  position: relative;
  max-width: 1920px;
  margin: auto;
} */

/* 24.08.22 */

/* #parentHorizontalTab2 .resp-tab-item {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #00124d !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: rgb(102, 178, 255, .1) !important;
  border-radius: 3px;
  padding: 13px 25px !important;
  margin-right: 25px;
  transition: .5s all;
}
#parentHorizontalTab2 .resp-tab-item:last-child {
  margin-right: 0;
}
#parentHorizontalTab2 .resp-tab-item.resp-tab-active {
  background: #246eb9 !important;
  box-shadow: 0px 15px 15px rgb(0, 114, 230, .15);
  color: #fff !important;
  transition: .5s all;
}
#parentHorizontalTab2 .resp-tabs-list  {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
#parentHorizontalTab2 .resp-tabs-container {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}
#parentHorizontalTab2 .resp-tab-content {
  border: none !important;
  padding: 0 !important;
}
.demo-fig figure img {
  width: 100%;
}
#parentHorizontalTab2 .resp-accordion {
  transition: .5s all;
} */

/* 24.08.22 end  */
.mail-img {
  filter: brightness(0) invert(1);
}
.footer-social-icn ul li a img {
  width: 20px;
}
.medi {
  filter: brightness(0) invert(1);
}
/* ============================================== */

.gform_body input {
  border: 1px solid rgba(0, 0, 0, 0.211);
  height: 50px;
  padding: 0 16px !important;
  font-size: 16px !important;
}

.gform_body textarea {
  height: 107px !important;
  border: 1px solid rgba(0, 0, 0, 0.211);
  resize: none;
  padding-top: 12px !important;
  padding-left: 16px !important;
  font-size: 16px !important;
}
.gform_footer .gform_button {
  background: #a53860;
  height: 50px;
  border-radius: 15px 0 15px 0;
  font-weight: 700;
  font-size: 16px !important;
  text-align: center;
  text-transform: uppercase;
  padding: 0 60px;
  color: #ffffff;
  margin-top: 0 !important;
}
.gform_footer .gform_button:hover {
  background: #000000;
  color: white;
}
form#gform_1 {
  background: #ffffff;
  box-shadow: 0px 65px 65px rgb(0 102 255 / 7%);
  padding: 42px;
}
.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
  padding: 12px 24px !important;
}
.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
  margin: 15px 0 0 !important;
  padding: 0px 0 !important;
}

.gform_body input[type="text"]::-webkit-input-placeholder,
.gform_body input[type="email"]::-webkit-input-placeholder,
.gform_body textarea::-webkit-input-placeholder {
  opacity: 1;
  color: rgba(32, 38, 49, 0.62);
}

.gform_body input[type="text"]:-ms-input-placeholder,
.gform_body input[type="email"]:-ms-input-placeholder,
.gform_body textarea:-ms-input-placeholder {
  opacity: 1;
  color: rgba(32, 38, 49, 0.62);
}

.gform_body input[type="text"]::-moz-placeholder,
.gform_body input[type="email"]::-moz-placeholder,
.gform_body textarea::-moz-placeholder {
  opacity: 1;
  color: rgba(32, 38, 49, 0.62);
}

.gform_body input[type="text"]:-moz-placeholder,
.gform_body input[type="email"]:-moz-placeholder,
.gform_body textarea:-moz-placeholder {
  opacity: 1;
  color: rgba(32, 38, 49, 0.62);
}

.gfmc-field div:not(.gchoice) {
  padding-bottom: 0 !important;
}
/* span#input_1_1_3_container {
  padding-right: 12px;
}
span#input_1_1_6_container {
  padding-left: 12px;
}
#field_1_6 .ginput_container{
  padding-right: 10px;
}
#field_1_8 .ginput_container{
  padding-left: 10px;
} */

.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address)
span:not([style*="display:none"]):not(.ginput_full){ padding-right: 24px !important; }

.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address)
span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full){ padding-left: 0 !important; padding-right: 0 !important; }

.gform_wrapper.gravity-theme .gfmc-container{ column-gap: 24px !important; }

.gform_wrapper.gravity-theme .gform_fields{ grid-row-gap: 18px !important; }

/************1.9.22***************/
.sw-banner .career-img img{
  width:100%;
}
.sw-banner .image-wrap{
  float: right;
  margin: 0 0 20px 20px;
  width: 50%;
}
.sw-banner .align-right {
    display: block;
    margin-left: auto;
}
#gform_3{
  padding: 42px;
}
.gform_body select {
    border: 1px solid rgba(0, 0, 0, 0.211);
    height: 50px;
    color: #080809;
    padding: 0 16px !important;
    background-image: url(images/slct.png);
    background-size: 11px 7px;
    width: 100% !important;
    border-radius: 0.25rem;
}

.gform_wrapper.gravity-theme .ginput_container_address span {
    flex: 0 0 100% !important;
    display: block !important;
}

#field_3_19 {
    font-weight: 400;
    font-size: 14px;
    color: #080809;
    margin-bottom: 30px;
}

.current-menu-parent > a {
    color: #78c091 !important;
}



/* support 02-09-22 start */
.post-dateTime{
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  margin-right: -11px;
  margin-left: -10px;
}
.post-dateTime li{
  padding: 0 11px 0 10px;
  color: #000000;
  position: relative;
}
.post-dateTime li i{
  color: #080809;
}



.post-dateTime li::before{
  position: absolute;
  content: "";
  right: 0;
  width: 1px;
  height: 100%;
  background: #000000;
}


.post-dateTime li:last-child::before{
  display: none;
}

.sw-innr-solution-we-offer-tab-txt figure {
  margin-bottom: 25px;

}
.sw-innr-solution-we-offer-tab-txt figure img{
  width: 100%;
}

.singleBlog-sidebar ul{
  padding-left: 15px;
}
.singleBlog-sidebar li{
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  border-bottom: 1px solid #605e5e42;
  padding-bottom: 5px;
}
.singleBlog-sidebar li:last-child{
  margin-bottom: 0;
}
.singleBlog-sidebar li::before{
  position: absolute;
  content: "\f061";
  left: 0;
  top: 3px;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  color: #000;
  font-size: 13px;
}
.singleBlog-sidebar li a{
  color: #000000;
}
.singleBlog-sidebar li a:hover{
  color: #78c091;
}
.singleBlog-sidebar li a.active{
  color: #78c091;
}
.singleBlog-sidebar h3{
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #202631;
  font-size: 25px;
}
.singleBlog-sidebar h4{
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #202631;
}
.sidebar-related{
  margin-bottom: 30px;
}
.widget_categories{
  margin-bottom: 30px;
}
.singleBlog-leftContent .home-last-blog-clm{
  margin-bottom: 30px;
}
.singleBlog-leftContent .home-latest-blog-rw{
  margin-bottom: -30px;
}
li.current-cat a{
  color: #78c091;
}
/*************************************/
nav.sw-pagination {
    text-align: center;
}
nav.sw-pagination .page-numbers{
  padding:6px 12px;
  border: 1px solid #cbc8c8;
  color:#000;
  font-weight:400;
}
.page-numbers.current{
  background-color:#356fb9 !important;
  border: 1px solid #356fb9 !important;
  color:#fff !important;
}
.page-numbers+.page-numbers{
  margin-left:5px;
}
.sbi_header_img {
    display: none;
}

#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio, #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info, #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3, .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio, .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info, .sb_instagram_header.sbi_medium .sbi_header_text h3 {
    margin-left: 0px!important;
}
#sb_instagram #sbi_images .sbi_item {
    padding: 0.5px !important;
}
.sbi_header_text.sbi_no_bio h3{
  font-size: 14px !important;
    float: none !important;
    text-align: center !important;
    width: 100% !important;
}
#sb_instagram .sb_instagram_header a, .sb_instagram_header a {
    width: 100% !important;
}
/**********************************/
/* support 02-09-22 end */

/***********************************/
.accordion-item {
    border:0 !important;
    margin-bottom:20px !important;
}
.accordion-flush .accordion-item .accordion-button {
    padding: 0 !important;
    position: relative !important;
    list-style: none !important;
    margin-bottom:0px !important;
    padding-left: 22px !important;
    color: #00124d !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding-right: 34px !important;
}
.accordion-flush .accordion-item .accordion-button::before {
    background: #78c091;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 0;
    top: 6px;
    position: absolute;
    content: "";
}
.accordion-button::after {
    width: 15px !important;
    height: 15px !important;
    background: url(https://webdev.wordpress-developer.us/tellusant/wp-content/themes/tellusant/images/dwn-arrw.svg) center center no-repeat !important;
    background-size: 12px !important;
    cursor: pointer;
    position: absolute;
    right: 13px;
}
.accordion-body{
  color: #00124d !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    font-size: 14px !important;
    padding: 0.5rem 1.25rem;
}
.des {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #dcdada;
    padding-bottom: 17px;
}
.des p {
    margin: 0;
    margin-right: 20px;
    color: #000;
    font-weight: 400;
    font-size: 20px;
}
/*.accordion.accordion-flush .accordion-button:not(.collapsed)::after {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e) !important;
    transform: rotate(-180deg);
}*/
.sw-single-blog .alignright {
    padding: 4px;
    border: 1px solid #c8c6c6;
    margin-top:7px;
}
.gfmc-container input:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

/* 07.09.22 */

.key-features-crt-wrap .accordion-flush .accordion-item .accordion-button {
  font-size: 17px !important;
  font-weight: 500 !important;
}
.ctf .ctf-header-name {
  color: #000 !important;
  text-transform: capitalize;
}
.ctf .ctf-header-name:hover {
  color: #1b95e0 !important;
}
.ctf-item .ctf-author-name {
  color: #000 !important;
  text-transform: capitalize;
}
.ctf-item .ctf-author-name:hover {
  color: #1b95e0 !important;
}
.ctf-item  .ctf-author-screenname {
  font-weight: 500;
  color: rgb(109, 113, 118) !important;
}
.ctf-item .ctf-tweet-date {
  font-weight: 500;
  color: rgb(109, 113, 118) !important;
}
.ctf-tweet-content p {
  font-size: 14px;
    color: #000 !important;
    font-weight: 400;
}
.ctf-tweet-content p a {
  color: #1b95e0 !important;
}
.ctf-tweet-content p a:hover {
  color: rgb(109, 113, 118) !important;
}
.ctf-item .ctf-twitterlink {
  color: rgb(109, 113, 118) !important;
  font-weight: 400;
}
.ctf-item .ctf-twitterlink:hover {
  color: #1b95e0;
}
.ctf-author-box{
  margin-left: 0 !important;
}
.ctf-author-avatar{
  margin-left: 0 !important;
  float: none !important;
}
.ctf-tweet-content {
  margin-left: 0 !important;
}
#ctf .ctf-item {
  padding: 10px 1px;
}
.ctf-out-of-tweets p:last-child {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.twitter-share-button {
  color: #1b95e0;
  font-weight: 500;
  border: 1px solid #1b95e0;
  padding: 3px 13px;
  border-radius: 5px;
  font-size: 14px;
  margin-right: 10px;
}
.twitter-share-button:hover {
  color: #fff;
  background: #1b95e0;
}
.twitter-follow-button {
  color: #fff;
  background: #1b95e0;
  font-weight: 500;
  border: 1px solid #1b95e0;
  padding: 3px 13px;
  border-radius: 5px;
  font-size: 14px;
}
.twitter-follow-button:hover {
  color: #fff;
  background: #0b7bc0;
  border-color: #0b7bc0;
}

/********08.09.2022**********/
.resource-sec.cmn-gap.banner-sec {
  background: #fff;
  padding: 45px 0 100px;
}

.des-list li a em img {
  filter: brightness(0) invert(1);
}

/* support 9/9/22 */
.new-recorces{
  padding-top: 125px;
}

.new-recorces-right{
  padding: 45px 21px;
  background-color: #d9d9d9;
}

.social-inr{
  padding: 15px 15px;
  background-color: #ffffff;
}

#sb_instagram #sbi_images{
  padding: 0 !important;
}

.new-recorces h2{
  line-height: 0.8;
}

#ctf .ctf-header .ctf-header-screenname, #ctf .ctf-header p.ctf-header-bio{
  font-size: 14px ;
  color: #000000;
  font-weight: 400;
}



/* support 22/9/22 start*/

.innr-solution-we-offer-tab-txt ul li{
  font-size: 18px;
  font-weight: 300;
}

body.single-post .singleBlog-row .singleBlog-leftContent ul:not(.post-dateTime){
  padding-left: 20px;
  margin-bottom: 20px;
}
body.single-post .singleBlog-row .singleBlog-leftContent ul:not(.post-dateTime) li{
  list-style-type: disc;
  color: #080809;
}
.singleBlog-sidebar li a{
  /* color: #00124d;  */
}

body.single-post .singleBlog-row .singleBlog-leftContent a{
  color: blue;
}
body.single-post .singleBlog-row .singleBlog-leftContent a:hover{
  color: #00124d;
}
/* support 22/9/22 end*/

/* 23/09/2022 d */

.single-post .hide_single_resource_img{ display: none; }

/* 23/09/2022 d */

/* 26-09-2022-css-support-start */

.navbar-brand a{
  display: inline-block;
  width: 100%;
}
.navbar-brand a img{
  max-height: inherit !important;
  height: auto;
}
.banner-sec{
  margin-top: 82px;
}


/* 26-09-2022-css-support-end */


/* ========== responsive css =========== */
@media (min-width: 1100px) {
  .container {
    max-width: 1110px;
  }
}

@media (min-width: 1025px) {
  /* navbar*/
  .navbar-nav .clickD {
    display: none;
  }
  .navbar-nav li.menu-item-has-children:hover > .sub-menu {
    display: block;
  }
}
@media (max-width: 1599px) {
  .ban-rgt-pic.ban-rgt-pic2 {
    margin-right: -165px;
  }
}
@media (max-width: 1499px) {
  .ban-rgt-pic.ban-rgt-pic2 {
    margin-right: -124px;
  }
}
@media (max-width: 1399px) {
  .ban-rgt-pic.ban-rgt-pic2 {
    margin-right: -55px;
  }
  .demo-slider-for button.slick-prev {
    left: -87px;
  }
  .demo-slider-for button.slick-next {
    right: -87px;
  }
}

@media (max-width: 1299px) {
  .demo-slider-for button.slick-prev {
    bottom: -20px;
    left: 265px;
    opacity: 1;
    transform: none;
    right: auto;
    background-size: 100% 100%;
    z-index: 4;
    transition: all 0.4s;
    top: auto;
  }
  .demo-slider-for button.slick-next {
    bottom: -20px;
    left: auto;
    opacity: 1;
    transform: none;
    right: 265px;
    background-size: 100% 100%;
    z-index: 4;
    transition: all 0.4s;
    top: auto;
  }
  .ban-wrap {
    max-width: 493px;
  }
}

@media (max-width: 1199px) {
  .btn-new {
    padding: 20px 29px;
    min-width: 218px;
    font-size: 16px;
  }
  .banner-sec.how-we-work-main-banner-sec p br {
    display: none;
  }
  .footer-top-clm-two {
    width: 22%;
  }
  .footer-top-clm-three {
    width: 17%;
  }

  .solution-we-offer-tab-section ul.resp-tabs-list li {
    height: 70px;
  }
  .solution-we-offer-tab-section ul.resp-tabs-list li.resp-tab-active {
    padding: 0 15px !important;
  }
  .ban-rgt-pic.ban-rgt-pic2 {
    margin-right: 0;
  }

  .sty-in::after {
    right: -19px;
  }
  .sty-in-mdle p {
    font-size: 14px;
  }
  .stdy-card p {
    font-size: 14px;
  }
  .stdy-card .p-div h6 {
    font-size: 50px;
  }
  .stdy-card h5 {
    min-height: 50px;
  }
  .sty-crd2 p {
    min-height: 87px;
  }
  form.contact-form {
    padding: 20px;
  }
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 35px;
  }
  .manage-lft {
    margin-left: 0px;
  }
  .company-leadership-crt-clm {
    padding: 0 10px;
    margin-bottom: 30px;
  }
  .company-leadership-crt-rw {
    margin: 0 -10px -30px -10px;
  }
  .company-leadership-crt-txt p {
    font-size: 15px;
  }
  .company-leadership-crt-txt {
    padding: 15px;
  }
  .table-privacy-policy table tr td {
    padding: 15px;
  }
  .table-privacy-policy table .table-privacy-policy-title th {
    padding: 15px;
  }
  .solution-we-offer-tab-section ul.resp-tabs-list li {
    margin: 0 10px;
  }
  .cmn-gap {
    padding: 65px 0;
  }
  .innr-solution-we-offer-tab-txt ul li {
    font-size: 15px;
  }
  .innr-solution-we-offer-tab-txt {
    font-size: 15px;
  }
  .banner-sec.cmn-gap {
    padding: 52px 0;
  }
  section.social-banner.banner-sec {
    padding: 45px 0;
  }
  .banner-sec.cmn-gap {
    padding: 65px 0;
  }
  .how-we-work-itm-txt-clck i {
    width: 18px;
    flex-basis: 18px;
  }
  .how-we-work-itm-txt-clck span {
    width: calc(100% - 18px);
    flex-basis: calc(100% - 18px);
  }

  .demo-slider-nav .slider-butn a {
    font-size: 13px;
  }
  .form-hd {
    margin-left: 20px;
  }
  .form-hd {
    margin-left: 0 !important;
}
#gform_3 {
    padding-left: 0;
}
  /* 24.08.22 */

  /* #parentHorizontalTab2 .resp-tab-item {
    padding: 13px 15px !important;
    margin-right: 15px;
  } */
  section.banner-sec.strategyai-banner-sec {
    padding: 55px 0 49px 0;
  }
  .ban-lft {
    padding: 0;
  }

  .new-recorces{
    padding-top: 115px;
  }
}
@media (max-width: 1099px) {
  .navbar-brand {
    width: 200px;
  }
  .banner-sec {
    margin-top: 82px;
  }
  .navbar-nav > li {
    margin: 0 18px;
  }
}

@media (max-width: 1024px) {
  /* navbar*/
  .navbar-nav .clickD {
    position: absolute;
    right: 0;
    top: 17px;
    width: 20px;
    height: 20px;
    background: url(images/dwn-arrw.svg) center center no-repeat;
    display: block;
    background-size: 10px;
    cursor: pointer;
  }
  .navbar-nav .clickD.toggled {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .sub-menu > li.menu-item-has-children .clickD {
    top: 8px;
    right: 5px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .sub-menu > li.menu-item-has-children .clickD.toggled {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .navbar-nav > li.menu-item-has-children {
    padding-right: 20px;
  }
  .sub-menu > li.menu-item-has-children > a {
    padding-right: 20px;
  }

  .sub-menu.show {
    display: block;
  }

  .navbar-nav > li {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-nav > li.current-menu-item > a:after,
  .navbar-nav > li > a:after,
  .navbar-nav > li.menu-item-has-children > a:after {
    width: 100%;
    opacity: 0;
  }

  .navbar-nav > li.current-menu-item > a:after,
  .navbar-nav > li > a:hover:after,
  .navbar-nav > li.menu-item-has-children:hover > a:after {
    width: 100%;
    opacity: 1;
  }

  /* navbar end*/
}

@media (max-width: 991px) {
  .m-row {
    align-items: center;
  }
  .ban-lft {
    padding: 0;
  }
  section.banner-sec.strategyai-banner-sec {
    padding: 40px 0 90px 0;
  }
  .why-strategyai-sec-tab-clm {
    margin-bottom: 20px;
  }
  .why-strategyai-sec-tab-clm:last-child {
    margin-bottom: 0;
  }
  .pic3 {
    width: 26%;
  }
  /* navbar*/
  .navbar-toggler {
    position: relative;
    width: 33px;
    margin-left: auto;
    height: 28px;
    padding: 0;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
  }
  .stick,
  .stick:after,
  .stick:before {
    width: 30px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    top: auto;
    transition: all 0.6s;
    border-radius: 5px;
  }
  .stick:before {
    content: "";
    top: -10px;
    left: 0;
  }
  .stick:after {
    content: "";
    top: 10px;
    left: 0;
  }
  .stick.open {
    transform: translateX(-50px);
    background: transparent;
  }
  .stick.open:before {
    transform: rotate(45deg) translate(42px, -28px);
    left: 2px;
  }
  .stick.open:after {
    transform: rotate(-45deg) translate(42px, 28px);
    left: 2px;
  }

  .navbar-nav .clickD {
    top: 8px;
    right: 10px !important;
    -webkit-transform: rotate(0) !important;
    transform: rotate(0) !important;
  }
  .navbar-nav .clickD.toggled {
    -webkit-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
  }
  .sub-menu,
  .navbar-nav > li > .sub-menu .sub-menu {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    border: none;
    right: inherit;
  }
  .navbar-nav > li.menu-item-has-children {
    padding-right: 0;
  }
  .navbar-nav > li {
    margin: 0;
    padding: 0;
  }
  .navbar-nav li.menu-item-has-children > a {
    padding-right: 30px !important;
  }
  .navbar-nav > li > a {
    padding: 8px 20px;
    display: inline-block;
    width: 100%;
  }
  .sub-menu > li > a {
    padding-left: 40px;
  }
  .sub-menu .sub-menu > li > a {
    padding-left: 60px;
  }
  .sub-menu .sub-menu .sub-menu > li > a {
    padding-left: 80px;
  }

  .navbar-nav > li > a:after {
    bottom: 0;
  }
  /* navbar end*/

  /* push nav */

  .navbar-collapse {
    background: #fff;
    position: fixed;
    top: 0;
    height: 100% !important;
    width: 290px;
    overflow-y: auto;
    transition: inherit !important;
    right: 0;
    margin: 0;
    display: block !important;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
    z-index: 100;
  }
  .navbar-collapse.show,
  .navbar-collapse.collapsing {
    display: block !important;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
  }
  .navbar-collapse .navbar-nav {
    margin: 80px 0 0 !important;
    padding: 0 0 40px 0;
  }
  .navbar-collapse .navbar-toggler {
    display: block;
    right: 20px;
    top: 20px;
    position: absolute;
  }
  #navoverlay.open {
    background-color: rgba(0, 0, 0, 0.4);
    pointer-events: all;
    -webkit-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
  }
  body.open-nav,
  html.open-nav {
    height: 100%;
    overflow: hidden !important;
  }
  /* push nav end */
  .sty-in::after {
    display: none;
  }
  .sty-in {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .study-btm h5 {
    max-width: 100%;
    margin: auto;
    font-size: 17px;
  }
  .stdy-card .p-div h6 {
    font-size: 42px;
  }
  .stdy-card figure {
    margin-bottom: 0;
    height: 103px;
    width: 100%;
  }
  .sty-crd2 p {
    min-height: 136px;
  }
  .form-hd {
    margin-left: 0;
  }
  .demo-slider .slick-dots li {
    width: 48%;
    height: 45px;
    margin-bottom: 20px;
  }
  .demo-slider .slick-dots {
    flex-wrap: wrap;
    justify-content: center;
  }
  .demo-slider {
    padding: 144px 0 40px;
  }
  /* ====kousik====== */
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 30px;
  }
  .ban-wrap h1 {
    max-width: 350px;
  }
  .manage-lft {
    margin-left: 0;
  }
  .des-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 20px;
    justify-content: center;
  }
  .des-list li {
    position: relative;
    top: inherit !important;
    right: inherit !important;
    left: inherit !important;
    margin: 0 !important;
    transform: inherit !important;
    width: 50% !important;
    justify-content: center !important;
    flex-direction: row !important;
    text-align: left !important;
    flex-wrap: wrap;
    align-items: inherit;
    padding: 0 15px;
    margin-bottom: 25px !important;
  }
  .des-list li .des-info {
    text-align: center !important;
    width: 100% !important;
    margin: 0px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .des-list li em {
    margin-top: 0 !important;
    margin-bottom: 10px;
  }
  .des-list li h5 {
    margin-bottom: 5px;
  }
  .des-content {
    padding-top: 40px;
  }
  .des-circle {
    width: 300px;
    height: 300px;
    margin-bottom: 60px;
  }
  .pic2 {
    width: 240px;
  }
  .des-circle::after {
    width: 370px;
    height: 370px;
  }
  .des-circle h3 {
    font-size: 28px;
  }
  .des-circle p {
    font-size: 16px;
  }
  .des-txt h3 {
    font-size: 25px;
  }
  .des-txt {
    width: 430px;
    padding: 80px 0 20px;
  }
  ul.resp-tabs-list li {
    margin: 0 5px;
    padding: 5px !important;
  }
  ul.resp-tabs-list li:first-child {
    margin-left: 0;
  }
  ul.resp-tabs-list li:last-child {
    margin-right: 0;
  }
  ul.resp-tabs-list {
    display: none !important;
  }
  h2.resp-accordion {
    display: flex;
    align-items: center;
    position: relative;
    background: rgba(102, 178, 255, 0.1) !important;
    margin-bottom: 20px;
    border: 1px solid #246eb9 !important;
    font-size: 16px;
    font-weight: 400;
  }
  h2.resp-accordion i {
    display: flex;
    margin-right: 10px;
  }
  .resp-arrow {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    border-top-color: #246eb9;
  }
  h2.resp-tab-active {
    background: #246eb9 !important;
    color: #ffffff;
  }
  h2.resp-tab-active i img {
    filter: brightness(0) invert(1);
  }
  h2.resp-tab-active span.resp-arrow {
    border-bottom-color: #ffffff;
    margin-bottom: 5px;
  }
  .resp-tab-content {
    padding-top: 30px !important;
    padding-bottom: 40px !important;
  }

  .innr-solution-we-offer-tab-txt h4 {
    font-size: 25px;
  }
  .solution-we-offer-tab-clm {
    margin-bottom: 30px;
  }
  .solution-we-offer-tab-rw {
    margin-bottom: -30px;
    justify-content: center;
  }
  .home-tellusant-edge-clm-lft {
    width: 100%;
    margin-bottom: 30px;
  }
  .home-tellusant-edge-clm-right {
    width: 100%;
  }
  .home-last-blog-clm {
    margin-bottom: 30px;
  }
  .home-latest-blog-rw {
    margin-bottom: -30px;
    justify-content: center;
  }
  .footer-top-clm-one,
  .footer-top-clm-two,
  .footer-top-clm-three,
  .footer-top-clm-four,
  .footer-top-clm-five {
    /* width: 33.33%; */
    width: 50%;
    margin-bottom: 30px;
  }
  .footer-wrap-top-bx h4 {
    margin-bottom: 20px;
  }
  .home-tellusant-edge-crt-wrap::before {
    display: none;
  }
  .innr-solution-we-offer-tab-txt {
    font-size: 16px;
  }
  body {
    font-size: 16px;
  }
  .innr-solution-we-offer-tab-txt ul li {
    font-size: 16px;
  }
  .solution-we-offer-sec .cmn-hdr p.footer-last-sec {
    flex-wrap: wrap;
  }
  .footer-last-sec {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-lst-rght-top-lnks {
    width: 100%;
    order: -1;
    margin-bottom: 40px;
  }
  .ftr-lst-rgt-lnks-all ul {
    justify-content: center;
  }
  .ftr-lst-pvc-polcy-lnks ul {
    justify-content: center;
  }
  .footer-top-rw {
    padding-bottom: 30px;
  }
  .descript-sec .cmn-hdr p {
    font-size: 16px;
  }
  .solution-we-offer-sec .cmn-hdr p {
    font-size: 16px;
  }
  .home-tellusant-edge-txt-crt-lft h4 {
    font-size: 35px;
  }
  .ban-pic img {
    opacity: 0.5;
  }
  .footer {
    padding-top: 80px;
  }
  .home-latest-blog-btn {
    padding-top: 45px;
  }
  .cmn-gap {
    padding: 50px 0;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .ftr-logo-img {
    margin-left: auto;
    margin-right: auto;
  }
  header.main-head {
    padding: 10px 0;
  }
  .banner-sec {
    margin-top: 49px;
  }
  .img-how-we-work-lft {
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 30px;
  }
  .how-we-work-itm-txt-right {
    width: 100%;
    flex-basis: 100%;
    padding-left: 0;
  }
  .how-we-work-main-lst-part span {
    font-size: 25px;
  }
  .how-we-work-main-sec-itm-wrap {
    margin-bottom: 80px;
  }

  .key-features-clm {
    margin-bottom: 30px;
  }
  .key-features-rw {
    margin-bottom: -30px;
    justify-content: center;
  }
  .st-col::after {
    width: 150px;
    left: 165px;
  }
  .why-strategyai-sec-tabTxt h3 {
    font-size: 25px;
  }
  .innr-all-cookie-box p:last-child {
    padding-left: 20px;
  }
  .manage-lft {
    height: 327px;
  }
  .footer-social-icn ul {
    justify-content: flex-start;
  }
  .ban-rgt-mble {
    display: block;
  }
  .ban-col {
    position: relative;
    background: none !important;
    width: 100%;
    margin-top: 30px;
  }
  .ban-col7 {
    width: 100%;
  }
  .ban-rgt-mble img {
    width: 100%;
  }
  .career-img {
    text-align: center;
    margin-top: 35px;
  }
  h3 {
    font-size: 24px;
  }
  .social-inr figure {
    height: 320px;
    width: 100%;
  }
  .form-left {
    margin-bottom: 40px;
  }
  .row.home-who-we-serve-rw {
    justify-content: center;
  }

  /* 24.08.22 */

  /* .demo-slide-for {
    padding-top: 20px;
  } */
  .banner-sec.how-we-work-main-banner-sec p br {
    display: none;
  }
  .row.company-leadership-crt-rw {
    justify-content: center;
  }
  .des-list li:nth-child(1) a {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .des-list li:nth-child(2) a {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .des-list li:nth-child(3) a {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .des-list li:nth-child(4) a {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
  .des-list li:nth-child(5) a {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
/*************************************/
.sw-banner .image-wrap {
    float: none;
    margin: 0 0 20px 0;
    width: 100%;
}
#gform_3 {
    padding-top: 15px;
}
.sw-banner .align-right {
    display: block;
    margin-left: 0;
}
.singleBlog-leftContent{
  margin-bottom: 30px;
}

/* support 9/9/22 */

.new-recorces{
  padding-top: 114px;
}
.new-recorces-right {
  padding: 15px 7px;
}

.social-inr {
  padding: 15px 7px;
}

.social-inr h4{
  margin-bottom: 19px;
}
}

@media (max-width: 767px) {
  .slick-dots {
    bottom: 12px;
  }
  h2.resp-accordion {
    font-size: 18px;
  }
  h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #ffffff;
  }
  .resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
  }
  .ban-slider .slick-list {
    height: 350px !important;
  }
  .social-inr {
    margin-bottom: 50px;
  }
  .home-last-blog-clm {
    margin-bottom: 10px;
  }
  .stdy-card {
    margin-bottom: 20px;
  }
  .banner-sec.cmn-gap {
    padding: 50px 0;
  }
  .social-inr figure {
    height: auto;
  }
  .social-inr {
    margin-bottom: 50px;
  }
  .home-last-blog-clm {
    margin-bottom: 10px;
  }
  .stdy-card {
    margin-bottom: 20px;
  }
  .banner-sec.cmn-gap {
    padding: 50px 0;
  }
  /* images alignment for wordpress content pages */
  .alignright,
  .alignleft,
  .aligncenter {
    float: none;
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    clear: both;
    margin-bottom: 24px;
  }
  .sty-top h5::after {
    right: 0;
    width: 100px;
  }
  .sty-top h5 {
    position: relative;
    padding-right: 140px;
    display: inline-block;
  }
  .sty-in-mdle {
    margin-bottom: 25px;
  }
  .stdy-card figure {
    height: auto;
  }
  .stdy-card p {
    min-height: auto;
  }
  .demo-txt {
    max-width: 450px;
    text-align: center;
    margin-bottom: 30px;
    margin: 0 auto 30px;
  }
  .demo-slider .slick-dots li {
    width: 42%;
  }
  /* ======koushik========= */
  .ban-slide {
    height: 400px;
  }
  .ban-pic img {
    height: 350px;
    object-fit: cover;
    opacity: 0.5;
  }
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 25px;
  }
  .des-circle {
    width: 250px;
    height: 250px;
  }
  .pic2 {
    width: 200px;
  }
  .des-circle::after {
    width: 300px;
    height: 300px;
  }
  .cmn-hdr {
    margin-bottom: 30px;
  }
  .des-circle h3 {
    font-size: 25px;
  }
  .circle-inr {
    padding: 0 20px;
  }
  .innr-solution-we-offer-tab-txt h4 {
    font-size: 21px;
  }
  .home-tellusant-edge-txt-crt-lft h4 {
    font-size: 25px;
  }
  .home-tellusant-edge-txt-crt-lft h4 span {
    margin-bottom: 3px;
  }
  .mp {
    padding-left: 0;
  }
  .des-list li {
    width: 100% !important;
  }
  .des-txt {
    width: 100%;
  }
  .ftr-lst-rgt-lnks-all ul {
    flex-wrap: wrap;
  }
  .ftr-lst-rgt-lnks-all ul li {
    margin-bottom: 10px;
  }
  .ftr-lst-rgt-lnks-all ul {
    margin-bottom: -10px;
  }
  .ftr-logo-img {
    width: 220px;
  }
  .navbar-brand {
    width: 195px;
  }
  .banner-sec {
    margin-top: 49px;
  }
  .pic1 {
    top: 0;
  }
  .blog-txt-home {
    padding: 20px 15px;
  }
  .how-we-work-main-lst-part span {
    font-size: 20px;
  }
  .how-we-work-main-sec-itm-wrap {
    margin-bottom: 60px;
  }

  .ban-col {
    position: relative;
    right: inherit;
    top: inherit;
    bottom: inherit;
    background-image: none !important;
    margin-top: 30px;
  }
  .ban-rgt-mble {
    display: block;
  }
  section.banner-sec.strategyai-banner-sec {
    padding: 50px 0;
  }
  .st-col::after {
    display: none;
  }
  .st-col {
    margin-bottom: 30px;
  }
  .st-col:last-child {
    margin-bottom: 0;
  }
  .why-strategyai-sec-tabTxt h3 {
    font-size: 21px;
  }
  .m-col {
    margin-bottom: 30px;
  }
  .m-row {
    margin-bottom: -30px;
  }
  .privacy-polcs-yourRghts {
    margin-bottom: 20px;
  }
  .privacy-policy-tbl-conten-top {
    margin-bottom: 20px;
  }
  .privacy-policy-top-sec h5 {
    margin-bottom: 20px;
  }
  .privacy-policy-top-sec span {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .privacy-policy-tbl-conten-top ul li p {
    align-items: flex-start;
  }
  .privacy-policy-tbl-conten-top ul li p span {
    width: 25px;
  }
  .privacy-policy-tbl-conten-top ul li {
    margin-bottom: 8px;
  }
  .table-privacy-policy table .table-privacy-policy-title th:first-child {
    width: 30%;
  }
  .table-privacy-policy table .table-privacy-policy-title th:nth-child(2) {
    width: 60%;
  }
  .table-privacy-policy table .table-privacy-policy-title th:nth-child(3) {
    width: 10%;
  }
  .table-privacy-policy table tr td:first-child {
    width: 30%;
  }
  .table-privacy-policy table tr td:nth-child(2) {
    width: 60%;
  }
  .table-privacy-policy table tr td:nth-child(3) {
    width: 10%;
  }
  .innr-all-cookie-box {
    padding: 0 30px;
  }
  .singl-cookie-policy-bx-wrap::before {
    width: 172px;
  }
  .privacy-polcy-ccpa-notice {
    margin-bottom: 30px;
  }
  .privacy-policy-top-sec ul li::before {
    top: 6px;
  }
  .manage-lft {
    height: auto;
  }
  .home-lst-blg-innr-wrap .hm-lst-blg-img figure {
    height: auto;
  }
  .btn {
    font-size: 14px;

    padding: 13px 17px;

    min-width: 185px;
  }

  .home-tellusant-edge-rght-txt {
    position: relative;
    padding: 15px 18px;
  }
  .home-tellusant-edge-rght-txt i {
    position: absolute;
    top: -23px;
    background: none;
  }
  .home-tellusant-edge-rght-txt p {
    padding-left: 0;
    width: 100%;
    flex-basis: auto;
  }
  .home-tellusant-edge-sngl-slider {
    padding: 40px 10px 0;
  }
  .solution-we-offer-tab-clm {
    padding: 0 12px;
  }
  .demo-slider-for button.slick-prev {
    bottom: -20px;
    left: 0%;
  }
  .demo-slider-for button.slick-next {
    bottom: -20px;
    right: 0;
  }
  .solution-we-offer-tab-rw {
    margin: 0 -12px;
  }
  .demo-slider-nav .slider-butn a {
    font-size: 13px;
    height: 50px;
  }
  .sty-in-mdle {
    align-items: center;
  }
  h2.resp-accordion.hor_1 i img {
    min-width: 30px;
  }
  h2.resp-accordion {
    padding-right: 35px;
  }
  .btn-new {
    padding: 16px 24px;
    min-width: 194px;
    font-size: 14px;
  }
  /* 24.08.22 */

  /* .demo-slide-for {
    padding: 25px 0;
  } */
  .gform_wrapper.gravity-theme .gform_footer,
  .gform_wrapper.gravity-theme .gform_page_footer {
    margin: 18px 0 0 !important;
    padding: 0px 0 !important;
  }

  .gform_wrapper.gravity-theme .ginput_complex span,
  .gform_wrapper.gravity-theme .gfield{
    flex: 0 0 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
   }

   .gform_wrapper.gravity-theme .name_last,
   .gform_wrapper.gravity-theme .name_first,
   .gform_wrapper.gravity-theme .ginput_container_email,
   .gform_wrapper.gravity-theme .ginput_container_text{ margin-bottom: 18px !important; }

   .gform_wrapper.gravity-theme .gform_fields{ grid-row-gap: 0 !important; }

   .gform_wrapper.gravity-theme .gfmc-container{ flex-wrap: wrap !important; }

   .gform_wrapper.gravity-theme .gfmc-container{ flex-direction: inherit !important; }

   .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address)
   span:not([style*="display:none"]):not(.ginput_full){ padding-right: 0 !important; }

   /**************************************/
   .sw-blog-left {
      text-align: center;
  }
.des {
    margin-bottom: 18px;
    justify-content: center;
}
.des p {
    font-size: 17px;
}
.sw-blog-left h2{
  margin-bottom: 14px;
}

.new-recorces-right{
  margin-top: 55px;
}
}



@media (max-width: 575px) {
  form#gform_1 {
    padding: 12px;
  }
  span.join {
    display: block;
  }
  .career-btm .btn {
    margin-left: 0;
  }
  form.contact-form {
    padding: 5px;
  }
  .table-privacy-policy table tr td {
    font-size: 13px;
  }
  .table-privacy-policy table tr td .right {
    width: 24px;
    height: 24px;
  }
  .table-privacy-policy table tr td .cross {
    width: 24px;
    height: 24px;
  }
  .table-privacy-policy table tr td .cross::before {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    left: -6px;
    top: -6px;
  }
  .table-privacy-policy table tr td .right::before {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    left: -6px;
    top: -5px;
  }
  .privacy-polcs-yourRghts a {
    word-break: break-all;
  }
  .ftr-logo-img {
    width: 183px;
  }
}

@media (max-width: 479px) {
  .privacy-imformation-we-collect ul {
    display: block;
  }
  .privacy-imformation-we-collect ul li {
    margin-bottom: 10px;
  }
  .sty-top h5 {
    padding-right: 114px;
  }
  .demo-slider .slick-dots li {
    width: 100%;
  }
  .demo-slider {
    padding: 210px 0 40px;
  }
  .footer-top-clm-one,
  .footer-top-clm-two,
  .footer-top-clm-three,
  .footer-top-clm-four,
  .footer-top-clm-five {
    width: 100%;
  }

  .home-latest-blog-btn {
    display: block;
    text-align: center;
  }
  .btn-brwn {
    margin: 0 0 15px;
  }
  .btn-brwn:last-child {
    margin-bottom: 0;
  }
  .home-tellusant-edge-rght-txt {
    padding: 15px;
  }
  .how-we-work-itm-txt-right-btn {
    flex-wrap: wrap;
    justify-content: center;
  }
  .sngl-btnBrwn {
    margin-bottom: 15px;
  }
  .sngl-btnBrwn:last-child {
    margin-bottom: 0;
  }
  .table-privacy-policy table .table-privacy-policy-title th {
    padding: 10px 5px;
  }
  .table-privacy-policy table tr td {
    padding: 10px 5px;
  }
  .table-privacy-policy table tr td {
    font-weight: 14px;
  }
  .table-privacy-policy table .table-privacy-policy-title th {
    font-size: 15px;
  }
  .innr-all-cookie-box p:first-child {
    width: 100px;
    flex-basis: 100px;
  }
  .innr-all-cookie-box p:last-child {
    width: calc(100% - 100px);
    flex-basis: calc(100% - 100px);
    padding-left: 10px;
  }
  .singl-cookie-policy-bx-wrap::before {
    width: 112px;
  }
  .innr-all-cookie-box {
    padding: 0 10px;
  }
  .navbar-brand {
    width: 195px;
  }
  .banner-sec {
    margin-top: 49px;
  }
  .manage-rgt ul li {
    padding: 14px 12px;
  }
  .career-btm .btn {
    margin-left: 0;
    margin-top: 20px;
  }
  h3 {
    font-size: 20px;
  }
  span.join {
    margin-bottom: 0;
  }
  .post-dateTime{
    flex-wrap: wrap;
  }

}
@media (max-width: 375px) {
  .post-dateTime li:last-child{
    width: 100%;
  }
  .post-dateTime li:nth-child(2)::before{
    display: none;
  }
  .post-dateTime li{
    margin-bottom: 3px;
  }
  .post-dateTime{
    margin-bottom: 10px;
  }
}
@media (max-width: 360px) {
  h2.resp-accordion {
    font-size: 16px;
  }
  .ban-slide {
    height: 329px;
  }
}

body.archive #recent-posts-2{
  display:none!important;
}
