/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type=number] {
  -moz-appearance: textfield;
}

.signup-btn {
  border: 2px solid #28a745;
  background-color: #28a745;
  color: #fff;
  border-radius: 40px;
  padding: 12px 40px !important;
  font-size: 18px;
  line-height: 18px;
  border-radius: 40px;
  box-shadow: 6px 6px 20px rgba(42, 95, 132, 0.18);
  transition: all 0.3s ease-in-out 0s;
}

p.txtMuted {
  font-size: 16px;
}

.reqDemoPopup .modal-content {
  background: #efefef;
  padding: 10px;
  border-radius: 2px;
}

.reqDemoPopup .submitReqBtn {
  background: #2C4482;
  color: #fff;
  border: 2px solid #2C4482;
  padding: 10px 40px;
  cursor: pointer;
}

.reqDemoPopup .submitReqBtn:hover {
  background: #fff;
  color: #2C4482;
}

.reqDemoPopup .modal-header {
  border-bottom: 1px solid #ccc;
}

.reqDemoPopup .form-control {
  border: 1px solid #eaeaec;
  border-radius: 0;
  padding: 0.75rem;
  height: 50px;
}

.reqDemoPopup .close {
  cursor: pointer;
}

.reqDemoPopup select.form-control:not([size]):not([multiple]) {
  height: 50px;
}

.headIcon {
  display: inline-block;
}

.headIcon::before {
  content: "";
  background-image: url(/images/home-sprite.png?6af49a279a474d69b10ab6e368bf7424);
  height: 70px;
  width: 100px;
  display: block;
  margin: 10px auto;
}

.brandStorySec .headIcon::before {
  background-position: -127px -14px;
  height: 50px;
}

.indusEvolModSec .headIcon::before {
  background-position: -129px -86px;
}

.trendTopicsSec .headIcon::before {
  background-position: -129px -178px;
  height: 50px;
}

.helpYouSec .headIcon::before {
  background-position: -129px -254px;
}

.publishBox,
.brandStorySec,
.indusEvolModSec {
  color: #4e5966;
}

.publishBox h4 {
  font-size: 16px;
  color: #000;
}

.publishBox p {
  font-size: 13px;
}

.publishBoxImg {
  height: 60px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.brandStorySec {
  background-color: #f5f5f5;
}

.brandStorySec a.headBlue:hover {
  color: #8fc740;
}

.indusEvolModSec h2 {
  font-size: 30px;
}

.indusEvolModSec h5 {
  font-size: 20px;
  line-height: 36px;
}

.indusEvolModSec {
  background-image: url(/images/industry-evolving-model-bg.png?db5a40e111c8d8c13b5d9515930c582f);
  background-position: 100% 120px;
  background-repeat: no-repeat;
  background-size: 720px;
  padding-top: 120px;
}

.indusEvolModList {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
}

.indusEvolModList li a {
  border: 1px solid #8fc740;
  border-radius: 6px;
  padding: 20px;
  font-size: 24px;
  font-weight: 500;
  color: #4e5966;
}

.indusEvolModList li a:hover {
  text-decoration: none;
  background-color: #8fc740;
  color: #fff;
}

.indusEvolModList li:nth-child(2) a {
  border: 1px solid #ee5022;
}

.indusEvolModList li:nth-child(2) a:hover {
  background-color: #ee5022;
}

.indusEvolModList li:nth-child(3) a {
  border: 1px solid #902a8c;
}

.indusEvolModList li:nth-child(3) a:hover {
  background-color: #902a8c;
}

.indusEvolModIcon::before {
  content: "";
  background-image: url(/images/home-sprite.png?6af49a279a474d69b10ab6e368bf7424);
  height: 50px;
  width: 50px;
  position: absolute;
  left: 60px;
  top: 10px;
}

.indusEvolModList li:nth-child(1) a .indusEvolModIcon::before {
  background-position: -368px -25px;
}

.indusEvolModList li:nth-child(2) a .indusEvolModIcon::before {
  background-position: -368px -87px;
}

.indusEvolModList li:nth-child(3) a .indusEvolModIcon::before {
  background-position: -368px -145px;
}

.indusEvolModList li:nth-child(1) a:hover .indusEvolModIcon::before {
  background-position: -365px -216px;
}

.indusEvolModList li:nth-child(2) a:hover .indusEvolModIcon::before {
  background-position: -365px -279px;
}

.indusEvolModList li:nth-child(3) a:hover .indusEvolModIcon::before {
  background-position: -365px -336px;
}

.cloudBox {
  background-image: url(/images/cloud-bg-2.png?4d19a9397bfc611d69bd707ab58a8262);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

ul.cloud {
  line-height: 3rem;
  width: 70%;
}

ul.cloud a {
  --size: 4;
  --color: #007db3;
  color: var(--color);
  font-size: calc(var(--size) * 0.25rem + 0.5rem);
  display: block;
  padding: 0.125rem 0.25rem;
  position: relative;
  text-decoration: none;
}

ul.cloud a[data-weight="1"] {
  --size: 1;
  margin-top: -22px;
}

ul.cloud a[data-weight="2"] {
  --size: 2;
  font-weight: 800;
}

ul.cloud a[data-weight="3"] {
  --size: 3;
  font-weight: 700;
}

ul.cloud a[data-weight="4"] {
  --size: 4;
}

ul.cloud a[data-weight="5"] {
  --size: 5;
}

ul.cloud a[data-weight="6"] {
  --size: 6;
  font-weight: 600;
}

ul.cloud a[data-weight="7"] {
  --size: 8;
}

ul.cloud a[data-weight="8"] {
  --size: 9;
}

ul.cloud a[data-weight="9"] {
  --size: 12;
}

ul.cloud[data-show-value] a::after {
  content: " (" attr(data-weight) ")";
  font-size: 1rem;
}

ul.cloud li:nth-child(2n+1) a {
  --color: #9fa4a7;
}

ul.cloud li:nth-child(3n+1) a {
  --color: #363f44;
}

ul.cloud li:nth-child(4n+1) a {
  --color: #33a;
}

ul.cloud a:focus {
  outline: none;
}

ul.cloud a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background: var(--color);
  transform: translate(-50%, 0);
  opacity: 0.15;
  transition: width 0.25s;
}

ul.cloud a:focus::before,
ul.cloud a:hover::before {
  width: 100%;
}

@media (prefers-reduced-motion) {
  ul.cloud * {
    transition: none !important;
  }
}

.customSelect .bootstrap-select .dropdown-menu {
  max-width: 200px;
  font-size: 14px;
  word-wrap: break-word;
}

.customSelect .bootstrap-select > .dropdown-toggle.bs-placeholder,
.customSelect .bootstrap-select > .dropdown-toggle,
.customSelect .btn-light:hover {
  font-size: 14px;
  width: 220px;
  box-shadow: none;
  line-height: 25px;
  max-width: 200px;
  color: #000;
  border: 1px solid #1f6da6;
  font-weight: 500;
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 5px 15px;
  height: 40px;
}

.customSelect .bootstrap-select .dropdown-toggle:focus,
.customSelect .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}

.helpYouIcon {
  background-image: url(/images/home-sprite.png?6af49a279a474d69b10ab6e368bf7424);
  height: 54px;
  width: 70px;
  display: block;
}

.helpYouList .helpYouBox:nth-child(1) .helpYouIcon {
  background-position: -18px -14px;
}

.helpYouList .helpYouBox:nth-child(2) .helpYouIcon {
  background-position: -18px -90px;
}

.helpYouList .helpYouBox:nth-child(3) .helpYouIcon {
  background-position: -18px -166px;
}

.helpYouList .helpYouBox:nth-child(4) .helpYouIcon {
  background-position: -18px -240px;
}

.helpYouList .helpYouBox:nth-child(5) .helpYouIcon {
  background-position: -18px -321px;
}

.helpYouList .helpYouBox:nth-child(6) .helpYouIcon {
  background-position: -18px -408px;
}

.helpYouBox {
  margin-bottom: 20px;
}

.HelpHead {
  font-weight: 500;
  font-size: 20px;
}

.numBig {
  font-size: 30px;
  font-weight: 700;
  margin-top: 20px;
}

.keyBenefitIcon {
  background-image: url(/images/home-sprite.png?6af49a279a474d69b10ab6e368bf7424);
  height: 40px;
  width: 40px;
  display: block;
}

.keyBenefitIcon-1 {
  background-position: -278px -23px;
}

.keyBenefitIcon-2 {
  background-position: -278px -94px;
}

.keyBenefitIcon-3 {
  background-position: -278px -165px;
}

.keyBenefitIcon-4 {
  background-position: -278px -234px;
}

.keyBenefitSec .dashBorderBottom {
  background-size: 14px 2px;
  background-image: linear-gradient(to right, #9ba1a8 33%, rgba(255, 255, 255, 0) 0%);
}

.growBussinesBox {
  background-image: url(/images/grow-business-bg.png?c4fe2641f7bde55241b260de6de115b3);
  background-size: cover;
  background-position: right;
  border-radius: 10px;
  padding: 30px 0;
}

.ourThinkTankBox .imgBox::before {
  content: "";
  background-image: url(/images/quote.png?e3dc72980f72ed0b3e6b2987faf72027);
  height: 47px;
  width: 47px;
  position: absolute;
  top: 85px;
  left: 25px;
  z-index: 9;
}

.ourThinkTankBox .imgBox::after {
  content: "";
  height: 130px;
  width: 95%;
  border-radius: 0 60px 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.ourThinkTankBox .ASBox::after {
  background-color: #ecd7cd;
}

.ourThinkTankBox .SSBox::after {
  background-color: #9fd5d8;
}

.ourThinkTankBox .RSBox::after {
  background-color: #a3cfe8;
}

.ourThinkTankBox .imgBox img {
  z-index: 2;
  width: auto;
  margin: auto;
}

.ourThinkTankBox h5 {
  color: #3848a7;
}

.owlTestimonial .owl-stage {
  display: flex;
}

.owlTestimonial .item {
  color: #111;
  border-radius: 20px;
  flex: 1 0 auto;
  height: 100%;
  padding: 10px 20px;
}

.owlTestimonial .item h4 {
  font-size: 20px;
  color: #9a9ea7;
}

.owlTestimonial .item::after,
.owlTestimonial.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 25px;
}

.owlTestimonial .item p {
  font-size: 18px;
}

.owlTestimonial.owl-theme .owl-dots .owl-dot.active span,
.owlTestimonial.owl-theme .owl-dots .owl-dot:hover span {
  background: #2e6894;
}

.owlTestimonial.owl-theme .owl-dots .owl-dot span {
  background: #fff;
  border: 1px solid #2e6894;
}

.scheDemoSec {
  background-color: #233b58;
  background-image: url(/images/line-left.png?754ef51576b4a74ee395f3f8457bacca), url(/images/line-right.png?4228a18ff87cf1bbbaa5fcec4d687324);
  background-position: left bottom, right top;
  background-repeat: no-repeat;
  padding: 60px 0;
}

.testoBox p {
  font-size: 16px;
  letter-spacing: 1px;
}

@media (min-width: 576px) {
  .reqDemoPopup .modal-dialog {
    max-width: 600px;
    margin: 30px auto;
  }
}

@media (max-width: 1199px) {
  .indusEvolModSec {
    background-size: 630px;
  }

  .trendTopicsSec .item h4 {
    font-size: 1.2rem;
  }
}

@media (max-width: 1024px) {
  .indusEvolModSec {
    background-size: 575px;
  }
}

@media (max-width: 991px) {
  .indusEvolModIcon::before {
    left: 20px;
  }

  .indusEvolModSec {
    background-size: 400px;
    background-position: 100% 235px;
  }

  .helpYouList li {
    width: calc(100% / 3 - 20px);
    margin: 10px;
  }

  .ourThinkTankBox .imgBox::after {
    width: 100%;
    left: 0;
  }

  .indusEvolModSec {
    padding-top: 60px;
  }

  .indusEvolModSec h2 {
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  .helpYouList li {
    width: calc(100% / 2 - 30px);
    margin: 15px;
  }

  .homeBanner {
    padding: 30px 0;
  }

  .headIcon {
    display: block;
  }

  ul.cloud {
    width: 100%;
  }

  .cloudBox {
    background-size: contain;
    background-position: center;
  }

  .customSelect .bootstrap-select {
    text-align: center;
    background-color: #f5f5f5;
  }

  .indusEvolModSec {
    padding-top: 40px;
  }
}

@media (max-width: 575px) {
  .helpYouList li {
    width: calc(100% - 30px);
    margin: 15px;
  }

  .growBussinesBox {
    padding: 30px 0;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 700px !important;
    margin: 1.75rem auto;
  }
}

@media (max-width: 375px) {
  .bd-example-modal-lg .modal-dialog .modal-content .modal-body .modal-footer {
    align-items: center !important;
    justify-content: center !important;
  }

  .bd-example-modal-lg .modal-dialog .modal-content .modal-body .modal-footer .btn {
    font-size: 16px;
    padding: 12px 25px;
  }
}

#message {
  padding: 20px 0px;
}

.secHeading:after,
.secHeadingLeft:after {
  content: "";
  background: #ed8034;
  background: linear-gradient(to right, #92ce44 50%, #00abdf 50%);
  display: block;
  width: 120px;
  height: 3px;
  margin: 12px auto;
}

.secHeadingLeft:after {
  margin: 12px 0;
}

.eventDetailsBanner {
  z-index: 1;
  position: relative;
  background-image: url(/images/event-banner.png?c03cdeae622fe3db645c404ffb196a6d);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  padding: 30px 15px;
}

.eventDetailsBanner h2 {
  font-size: 34px;
}

.leadPara {
  font-size: 20px;
}

.eventDetailsPara {
  font-size: 16px;
  padding: 15px 0;
  border-bottom: 1px dashed #fff;
}

.logoBox {
  padding: 15px 0;
}

.logoBox span {
  height: 25px;
}

.logoBox span:not(:last-child) {
  padding-right: 15px;
  margin-right: 15px;
  position: relative;
}

.logoBox span:not(:last-child):after {
  content: "";
  border-right: 1px solid #fff;
  position: absolute;
  height: 20px;
  top: 4px;
  right: 4px;
}

p.txtMuted {
  font-size: 16px;
}

.headIcon {
  display: inline-block;
}

.headIcon::before {
  content: "";
  background-image: url(/images/home-sprite.png?6af49a279a474d69b10ab6e368bf7424);
  height: 70px;
  width: 100px;
  display: block;
  margin: 10px auto;
}

.brandStorySec .headIcon::before {
  background-position: -127px -14px;
  height: 50px;
}

.indusEvolModSec .headIcon::before {
  background-position: -129px -86px;
}

.trendTopicsSec .headIcon::before {
  background-position: -129px -178px;
  height: 50px;
}

.helpYouSec .headIcon::before {
  background-position: -129px -254px;
}

.publishBox,
.brandStorySec,
.indusEvolModSec {
  color: #4e5966;
}

.publishBox h4 {
  font-size: 16px;
  color: #000;
}

.publishBox p {
  font-size: 13px;
}

.publishBoxImg {
  height: 60px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.brandStorySec {
  background-color: #f5f5f5;
}

.brandStorySec a.headBlue:hover {
  color: #8fc740;
}

.brandStoryImg {
  overflow: hidden;
}

.brandStoryImg .brandStoryOverlay {
  background: rgba(243, 243, 243, 0.7);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}

.brandStoryImg:hover .brandStoryOverlay {
  opacity: 1;
}

.brandStoryImage {
  width: 100%;
}

.brandStoryDetails {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out 0s;
}

.brandStoryImg:hover .brandStoryDetails {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.fadeIn-bottom {
  top: 80%;
}

.indusEvolModSec h2 {
  font-size: 30px;
}

.indusEvolModSec h5 {
  font-size: 20px;
  line-height: 36px;
}

.indusEvolModSec {
  background-image: url(/images/industry-evolving-model-bg.png?db5a40e111c8d8c13b5d9515930c582f);
  background-position: 100% 120px;
  background-repeat: no-repeat;
  background-size: 720px;
  padding-top: 120px;
}

.indusEvolModList {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
}

.indusEvolModList li a {
  border: 1px solid #8fc740;
  border-radius: 6px;
  padding: 20px;
  font-size: 24px;
  font-weight: 500;
  color: #4e5966;
}

.indusEvolModList li a:hover {
  text-decoration: none;
  background-color: #8fc740;
  color: #fff;
}

.indusEvolModList li:nth-child(2) a {
  border: 1px solid #ee5022;
}

.indusEvolModList li:nth-child(2) a:hover {
  background-color: #ee5022;
}

.indusEvolModList li:nth-child(3) a {
  border: 1px solid #902a8c;
}

.indusEvolModList li:nth-child(3) a:hover {
  background-color: #902a8c;
}

.indusEvolModIcon::before {
  content: "";
  background-image: url(/images/home-sprite.png?6af49a279a474d69b10ab6e368bf7424);
  height: 50px;
  width: 50px;
  position: absolute;
  left: 60px;
  top: 10px;
}

.indusEvolModList li:nth-child(1) a .indusEvolModIcon::before {
  background-position: -368px -25px;
}

.indusEvolModList li:nth-child(2) a .indusEvolModIcon::before {
  background-position: -368px -87px;
}

.indusEvolModList li:nth-child(3) a .indusEvolModIcon::before {
  background-position: -368px -145px;
}

.indusEvolModList li:nth-child(1) a:hover .indusEvolModIcon::before {
  background-position: -365px -216px;
}

.indusEvolModList li:nth-child(2) a:hover .indusEvolModIcon::before {
  background-position: -365px -279px;
}

.indusEvolModList li:nth-child(3) a:hover .indusEvolModIcon::before {
  background-position: -365px -336px;
}

.cloudBox {
  background-image: url(/images/cloud-bg.png?e278108d4ad52dcc1e220436d2ea9b21);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

ul.cloud {
  line-height: 3rem;
  width: 70%;
}

ul.cloud a {
  --size: 4;
  --color: #007db3;
  color: var(--color);
  font-size: calc(var(--size) * 0.25rem + 0.5rem);
  display: block;
  padding: 0.125rem 0.25rem;
  position: relative;
  text-decoration: none;
}

ul.cloud a[data-weight="1"] {
  --size: 1;
  margin-top: -22px;
}

ul.cloud a[data-weight="2"] {
  --size: 2;
  font-weight: 800;
}

ul.cloud a[data-weight="3"] {
  --size: 3;
  font-weight: 700;
}

ul.cloud a[data-weight="4"] {
  --size: 4;
}

ul.cloud a[data-weight="5"] {
  --size: 5;
}

ul.cloud a[data-weight="6"] {
  --size: 6;
  font-weight: 600;
}

ul.cloud a[data-weight="7"] {
  --size: 8;
}

ul.cloud a[data-weight="8"] {
  --size: 9;
}

ul.cloud a[data-weight="9"] {
  --size: 12;
}

ul.cloud[data-show-value] a::after {
  content: " (" attr(data-weight) ")";
  font-size: 1rem;
}

ul.cloud li:nth-child(2n+1) a {
  --color: #9fa4a7;
}

ul.cloud li:nth-child(3n+1) a {
  --color: #363f44;
}

ul.cloud li:nth-child(4n+1) a {
  --color: #33a;
}

ul.cloud a:focus {
  outline: none;
}

ul.cloud a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background: var(--color);
  transform: translate(-50%, 0);
  opacity: 0.15;
  transition: width 0.25s;
}

ul.cloud a:focus::before,
ul.cloud a:hover::before {
  width: 100%;
}

@media (prefers-reduced-motion) {
  ul.cloud * {
    transition: none !important;
  }
}

.customSelect .bootstrap-select .dropdown-menu {
  max-width: 200px;
  font-size: 14px;
  word-wrap: break-word;
}

.customSelect .bootstrap-select > .dropdown-toggle.bs-placeholder,
.customSelect .bootstrap-select > .dropdown-toggle,
.customSelect .btn-light:hover {
  font-size: 14px;
  width: 220px;
  box-shadow: none;
  line-height: 25px;
  max-width: 200px;
  color: #000;
  border: 1px solid #1f6da6;
  font-weight: 500;
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 5px 15px;
  height: 40px;
}

.customSelect .bootstrap-select .dropdown-toggle:focus,
.customSelect .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}

.helpYouIcon {
  background-image: url(/images/home-sprite.png?6af49a279a474d69b10ab6e368bf7424);
  height: 54px;
  width: 70px;
  display: block;
}

.HelpHead {
  width: calc(100% - 80px);
}

.helpYouList .helpYouBox:nth-child(1) .helpYouIcon {
  background-position: -18px -14px;
}

.helpYouList .helpYouBox:nth-child(2) .helpYouIcon {
  background-position: -18px -90px;
}

.helpYouList .helpYouBox:nth-child(3) .helpYouIcon {
  background-position: -18px -166px;
}

.helpYouList .helpYouBox:nth-child(4) .helpYouIcon {
  background-position: -18px -240px;
}

.helpYouList .helpYouBox:nth-child(5) .helpYouIcon {
  background-position: -18px -321px;
}

.helpYouList .helpYouBox:nth-child(6) .helpYouIcon {
  background-position: -18px -408px;
}

.helpYouBox {
  margin-bottom: 20px;
}

.HelpHead {
  font-weight: 500;
  font-size: 18px;
}

.numBig {
  font-size: 30px;
  font-weight: 700;
  margin-top: 20px;
}

.keyBenefitIcon {
  background-image: url(/images/home-sprite.png?6af49a279a474d69b10ab6e368bf7424);
  height: 40px;
  width: 40px;
  display: block;
}

.keyBenefitIcon-1 {
  background-position: -278px -23px;
}

.keyBenefitIcon-2 {
  background-position: -278px -94px;
}

.keyBenefitIcon-3 {
  background-position: -278px -165px;
}

.keyBenefitIcon-4 {
  background-position: -278px -234px;
}

.keyBenefitSec .dashBorderBottom {
  background-size: 14px 2px;
  background-image: linear-gradient(to right, #9ba1a8 33%, rgba(255, 255, 255, 0) 0%);
}

.growBussinesBox {
  background-image: url(/images/grow-business-bg.png?c4fe2641f7bde55241b260de6de115b3);
  background-size: cover;
  background-position: right;
  border-radius: 10px;
  padding: 30px 0;
}

.ourThinkTankBox .imgBox::before {
  content: "";
  background-image: url(/images/quote.png?e3dc72980f72ed0b3e6b2987faf72027);
  height: 47px;
  width: 47px;
  position: absolute;
  top: 85px;
  left: 25px;
  z-index: 9;
}

.ourThinkTankBox .imgBox::after {
  content: "";
  height: 130px;
  width: 95%;
  border-radius: 0 60px 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.ourThinkTankBox .ASBox::after {
  background-color: #ecd7cd;
}

.ourThinkTankBox .SSBox::after {
  background-color: #9fd5d8;
}

.ourThinkTankBox .RSBox::after {
  background-color: #a3cfe8;
}

.ourThinkTankBox .imgBox img {
  z-index: 2;
  width: auto;
  margin: auto;
}

.ourThinkTankBox h5 {
  color: #3848a7;
}

.owlTestimonial .owl-stage {
  display: flex;
}

.owlTestimonial .item {
  color: #111;
  border-radius: 20px;
  flex: 1 0 auto;
  height: 100%;
  padding: 10px 20px;
}

.owlTestimonial .item h4 {
  font-size: 20px;
  color: #9a9ea7;
}

.owlTestimonial .item::after,
.owlTestimonial.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 25px;
}

.owlTestimonial .item p {
  font-size: 18px;
}

.owlTestimonial.owl-theme .owl-dots .owl-dot.active span,
.owlTestimonial.owl-theme .owl-dots .owl-dot:hover span {
  background: #2e6894;
}

.owlTestimonial.owl-theme .owl-dots .owl-dot span {
  background: #fff;
  border: 1px solid #2e6894;
}

.scheDemoSec {
  background-color: #233b58;
  background-image: url(/images/line-left.png?754ef51576b4a74ee395f3f8457bacca), url(/images/line-right.png?4228a18ff87cf1bbbaa5fcec4d687324);
  background-position: left bottom, right top;
  background-repeat: no-repeat;
  padding: 60px 0;
}

.testoBox p {
  font-size: 16px;
  letter-spacing: 1px;
}

.resourcesSec .card {
  border: 2px solid #e9e9e9;
  transition: 0.2s ease;
}

.resourcesSec .card:hover {
  border-color: #3ac4d7;
}

.resourcesSec .card a {
  color: #4c556b;
  text-decoration: none;
}

.resourcesSec .card p {
  color: #b3b3b3;
  font-weight: 300;
}

@media (max-width: 1199px) {
  .indusEvolModSec {
    background-size: 630px;
  }

  .trendTopicsSec .item h4 {
    font-size: 1.2rem;
  }

  .eventDetailsBanner {
    background-position: top center;
  }
}

@media (max-width: 1024px) {
  .indusEvolModSec {
    background-size: 575px;
  }
}

@media (max-width: 991px) {
  .indusEvolModIcon::before {
    left: 20px;
  }

  .indusEvolModSec {
    background-size: 400px;
    background-position: 100% 235px;
  }

  .helpYouList li {
    width: calc(100% / 3 - 20px);
    margin: 10px;
  }

  .ourThinkTankBox .imgBox::after {
    width: 100%;
    left: 0;
  }

  .indusEvolModSec {
    padding-top: 60px;
  }

  .indusEvolModSec h2 {
    font-size: 1.8rem;
  }

  .resourcesSec .card {
    flex-direction: row;
  }

  .resourcesSec .card a {
    display: flex;
  }

  .resourcesSec .card .card-img-top {
    width: 200px;
  }
}

@media (max-width: 767px) {
  .helpYouList li {
    width: calc(100% / 2 - 30px);
    margin: 15px;
  }

  .homeBanner {
    padding: 30px 0;
  }

  .headIcon {
    display: block;
  }

  ul.cloud {
    width: 100%;
  }

  .cloudBox {
    background-size: contain;
    background-position: center;
  }

  .customSelect .bootstrap-select {
    text-align: center;
    background-color: #f5f5f5;
  }

  .indusEvolModSec {
    padding-top: 40px;
  }

  .eventDetailsBanner {
    background-position: top right;
  }
}

@media (max-width: 575px) {
  .helpYouList li {
    width: calc(100% - 30px);
    margin: 15px;
  }

  .growBussinesBox {
    padding: 30px 0;
  }

  .resourcesSec .card {
    flex-direction: column;
    max-width: 320px;
    margin: auto;
  }

  .resourcesSec .card a {
    display: block;
  }

  .resourcesSec .card .card-img-top {
    width: 100%;
  }

  .logoBox .btn {
    width: 200px;
    margin: 8px auto;
  }
}

