@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Tamil+Supplement&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+Tamil+Supplement&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --main: rgb(35, 86, 186);
}

.container {
  /* width: initial !important;
    margin: inherit !important; */
}

.items-center {
  /* align-items: center !important; */
}

body {
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif !important;
  /* font-family: "Mulish", sans-serif !important; */
  /* font-family: "Mukta", sans-serif !important; */
  font-size: 18px !important;
  overflow-x: hidden;
}

.white-text {
  color: #fff !important;
}

.text-main {
  color: var(--main);
}

.flex-1 {
  flex: 1;
}

.bg-light {
  background-color: #ffffff !important;
}

.logo-img {
  background-color: #eee;
  width: 75px;
  height: 75px;
  margin: 0 auto 18px auto;
  border-radius: 5rem;
  box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.4);
}

.logo-name {
  font-size: 1.4rem;
  font-weight: bold;
  color: var(--main);
  padding: 0 30px;
}

/*==========*/
/* Menus */
/*=========*/
/*Desktop Navbar*/
#navbar {
  /* background-color: #07101d; */
  /* background-color: #fff; */
  /* position: fixed; */
  /* top: 0; */
  z-index: 999;
  width: 100%;
  /* width: 100vw; */
  /* position: sticky;
    top:0; */
  /* box-shadow: 0px 1px 6px #bbb; */
  font-family: "Lato", sans-serif;
}

.d-md-block {
  display: block !important;
  position: fixed;
  top: 0;
  background-color: transparent;
  transition: background-color 300ms linear;
}

.d-md-block.fixed {
  position: fixed;
  top: 0;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0px 1px 6px #bbb;
}

.d-md-block.fixed .sgs-text {
  filter: initial;
}

.d-md-block .sgs-text {
  filter: brightness(0) invert(1);
}

.d-md-block .search-sec .fa.fa-search::before,
.d-md-block .search-sec .fa.fa-times::before {
  color: #fff;
}

.d-md-block.fixed .search-sec .fa.fa-search::before,
.d-md-block.fixed .search-sec .fa.fa-times::before {
  color: initial;
}

.sgs-full-logo {
  display: none;
}

.menu-item {
  color: #fff;
}

.logo {
  /* padding-right: 10px; */
  /* width: 220px; */
  /* padding-left: 0px; */
  width: auto;
  display: flex;
  height: 80px;
  justify-content: flex-start;
  padding: 10px;
}

.logo:focus-visible {
  outline: none;
}

.logo img {
  /* width: 100%; */
  width: fit-content;
}

.sgs-icon {
  margin-right: 7px;
}

.menu-item:first-child {
  border-left: 1px solid #111;
}

.menu-link {
  display: block;
  color: #ffffff;
  padding: 31px 20px;
  text-decoration: none !important;
  color: #fff;
}

.menu-item:hover .menu-link {
  color: #fff;
  background-color: #e05d36;
}

.menu-item:hover .menu-link i {
  transform: rotate(180deg);
  transition: all 0.25s;
}

.menu-content {
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  padding: 30px 0;
  left: 0;
  min-height: 400px;
  box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.3);
  animation: slideDownAnimation 0.3s ease;
  display: none;
  z-index: 3;
}

.menu-content .menu-content-link {
  display: block;
  padding: 5px 15px;
  transition: 0.25s;
}

.menu-content .menu-content-link:hover {
  /* background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    text-decoration: none; */
  color: #e05d36 !important;
}

/* .menu-item .list-group .active {
    background-color: var(--main);
  } */
.menu-item .list-group .active {
  background-color: rgb(221, 91, 53);
  border-color: #e05d36;
  color: #fff !important;
}

.menu-item:hover .menu-content {
  display: block;
}

.tab-content-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#single-dropdown {
  width: 300px;
  left: inherit;
  min-height: fit-content;
}

#single-dropdown ul li a {
  color: #000 !important;
  /* color: rgba(var(--bs-dark-rgb),var(--bs-text-opacity)) !important; */
}

#single-dropdown ul li a:hover {
  color: #e05d36 !important;
}

/* animation */
@keyframes slideDownAnimation {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*Mobile-Navbar*/
#navbar-mobile .mt-4 {
  margin-top: 10px !important;
}

#navbar-mobile {
  position: fixed;
  /* width: 100%; */
  width: 100vw;
  top: 0;
  height: 100%;
  overflow: auto;
  animation: slideUp 0.3s ease;
  z-index: 5;
}

#accordion {
  padding: 30px 0;
}

#navbar-mobile .accordion-item .btn {
  padding: 15px;
  width: 100%;
  text-align: left;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  color: #fff !important;
  position: relative;
}

.accordion-item i {
  right: 20px;
  position: absolute;
}

menu,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0 !important;
}

.accordion-item-content {
  background-color: #eee;
}

.accordion-item-content-item {
  padding: 15px 20px;
}

.accordion-content-link {
  display: inline-block;
  padding: 5px 15px;
  transition: 0.25s;
}

.accordion-content-link:hover {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.list-group-item {
  border-left: none !important;
  border-right: none !important;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.video-wrapper {
  /* height: 90vh; */
  /* height: 100vh; */
  height: 850px;
  position: relative;
  /* margin-top: 86px; */
}

.background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  /* height: 100vh; */
  /* height: 100%;  */
  object-fit: cover;
}

.content {
  position: relative;
  height: 100%;
  display: flex;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 24px;
  max-width: 1360px;
  margin: 0 auto;
  /* font-family: "Mulish", sans-serif; */
  /* font-family: "Mukta", sans-serif !important; */
}

.content .banner-title {
  text-align: left;
  max-width: 100%;
  font-weight: 500;
  font-size: 70px;
  /* text-transform: uppercase; */
  padding-left: 0px;
  padding-bottom: 0px;
  line-height: 1.4;
  font-family: "Playfair Display", serif !important;
}

.title-sec {
  font-family: "Playfair Display", serif !important;
}

.hero-wrapper .content p {
  font-size: 30px !important;
  /* max-width: 60%; */
  color: #fff;
  margin-bottom: 0px;
  /* font-family: "Playfair Display", serif !important; */
}

.content p {
  font-size: 24px !important;
  /* max-width: 60%; */
  color: #fff;
  margin-bottom: 0px;
  /* font-family: "Playfair Display", serif !important; */
}

.video-wrapper .overlay {
  background-image: linear-gradient(to bottom right, #080415, #080415);
  opacity: 0.3;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  box-sizing: border-box;
  /* padding: 15% 32px; */
  line-height: 1.5;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .content .banner-title {
    font-size: 26px;
    text-align: left;
    max-width: 96%;
    /* font-weight: 700; */
  }
}

hr {
  width: 50%;
  height: 2px !important;
  opacity: 1 !important;
  color: #e05d36 !important;
  margin: 10px 0 !important;
}

/* Banner Button CSS Start */

.banner-button {
  /* text-decoration: none;
    color: #fff;
    width: 150px;
    height: 150px;
    background: #000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%; */
  position: relative;
  top: 100px;
  /* width: fit-content !important; */
}

.banner-button p::after {
  /* content: url('../images/banner-arrow.png');
    top: 5px;
  position: relative; */
}

.banner-button p {
  margin-bottom: 0px;
  font-size: 16px !important;
  top: 0 !important;
}

.banner-button:hover {
  /* box-shadow: 0 0 11px rgb(85, 59, 133);
    color: #fff; */
}

.menu-sec {
  display: flex;
  justify-content: center;
  width: 50%;
}

/* Banner Button CSS End */

/* Search Box CSS Start */

/* .search-box {
    position: relative;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 20px;
 }
  .search-box input[type="text"] {
  
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 5px;
    border: none;
    border-radius: 20px;
    box-sizing: border-box;
    box-shadow: none;
    z-index: 1;
    transition: all 0.5s ease-out 0.5s;
    outline: none;
    background: none;
    color: #fff;
 } */
.search-box input[type="text"]:focus {
  /* width: 200px;
    height: 30px;
    margin-right: 20px;
    transition: all 0.5s ease-out 0s; */
}

.search-box input[type="text"]:focus+span::before {
  /* height: 14px;
    margin: -22px 0 0 -15px;
    transition: all 0.2s ease-out 0.5s; */
}

.search-box input[type="text"]:focus+span::after {
  /* visibility: visible;
    margin: -22px 0 0 -15px;
    transition: all 0.2s ease-out 0.7s; */
}

/* .search-box span {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    z-index: 10;
 }
  .search-box span::before {
    content:'';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 8px;
    margin: -4px 0 0 0;
    background-color: #fff;
    transform: rotate(-45deg);
    transition: all 0.2s ease-out 0.2s;
 }
  .search-box span::after {
    content: '';
    visibility: hidden;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 14px;
    margin: -36px 0 0 5px;
    background-color: #fff;
    transform: rotate(45deg);
    transition: all 0.2s ease-out 0s;
 } */

.topbar-right {
  display: flex;
  align-items: center;
  width: 25%;
  justify-content: flex-end;
}

.talk-btn a {
  background: #e05d36;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  border-radius: 50px;
  margin-left: 20px;
  color: #fff;
  text-decoration: none;
}

.talk-btn a:hover {
  background: #e05d36;
  color: #fff !important;
}

.talk-btn a:hover img {
  filter: brightness(0) invert(1);
}

.talk-btn a img {
  margin-right: 10px;
  filter: invert(1);
}

.top-bar {
  /* justify-content: space-around; */
  justify-content: space-between;
  /* padding: 10px; */
}

/* Search Box CSS End */

/* About Start */

.abt-right-sec {
  position: relative;
}

.img-responsive {
  width: 100%;
}

.flex-box {
  display: flex;
  flex-wrap: wrap;
  /* align-items: center; */
}

.grey-title {
  /* font-size: 50px; */
  font-size: 36px;
  color: #252525;
  margin-bottom: 5px;
  font-weight: 400;
  font-family: "Playfair Display", serif !important;
}

.orange-title {
  font-weight: 600;
  color: #e05d36;
  /* font-size: 50px; */
  font-size: 36px;
  margin-bottom: 10px;
  font-family: "Playfair Display", serif !important;
}

.black-title {
  color: #000;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 5px;
  line-height: 1.4;
}

.col-lg-6,
.col-md-6,
.col-lg-12,
.col-md-12 {
  padding: 0px 20px;
}

.footer-sec .col-lg-6.col-md-6 {
  padding: 0px;
}

.pad-btwn {
  padding: 60px 0px !important;
}

p {
  font-family: "Lato", sans-serif !important;
  /* font-family: "Mukta", sans-serif !important; */
  font-size: 18px !important;
  line-height: 1.6;
  /* color: #252525; */
  color: #252525;
}

.about-sec {
  /* background: url('../images/aboutus-bg.png');
    background-size: cover; */
}

.floating-box {
  position: absolute;
  display: flex;
  background: rgba(15, 19, 28, 0.8);
  color: #fff;
  width: 350px;
  border: 3px solid #191e38;
  border-radius: 20px;
  padding: 20px;
  align-items: flex-start;
  left: 25%;
  margin-top: -100px;
  /* left: 40%;
    bottom: 8%; */
}

.floating-box p {
  margin-bottom: 0px;
  line-height: 1.2 !important;
  text-align: left;
  color: #fff;
}

.floating-box img {
  margin-right: 10px !important;
}

.rightup-arrow {
  height: 30px;
}

.learn-more-btn {
  color: #252525;
  text-decoration: none;
  display: flex;
  margin-bottom: 20px;
  margin-top: 20px;
}

.learn-more-btn img {
  margin-right: 20px;
}

/* About End */
/* Empower Business Start */
.empower-new-model-sec {
  /* background: #fff !important; */
  padding-top: 0px;
}

.empbusiness-sec {
  /* background: url('../images/emp-bg.jpg'); */
  background-size: cover;
  /* background-color: #eee9f6; */
  /* background-image: linear-gradient(150deg, #fbf0eb, #f2eeff); */
  background: #ebe5e4;
}

.empower-blk {
  background-color: #fff;
  margin: 10px;
  border-radius: 8px;
  padding: 30px;
  color: #252525;
}

.emp-content-sec {
  position: relative;
  width: 60%;
  margin-left: auto;
}

.col-lg-3.col-md-3.empower-blk {
  /* width: 23%; */
  width: 48%;
  overflow: hidden;
  display: flex;
  transition: all 1s;
}

.empower-blk h4 {
  font-weight: 700;
  font-size: 24px !important;
}

.empower-blk p {
  font-size: 18px !important;
}

.empower-blk {
  position: relative;
  top: 30px;
  transition: top ease 0.5s;
}

.empower-blk:hover {
  /* top: 0px; */
  top: 20px;
}

.empower-blk:hover .emp-img-sec {
  /* background-color: #e05d36; */
}

.empower-blk:hover {
  /* background: #a38cca; */
  /* background-color: rgba(105,56,48,0.8); */
  background-color: #70443a;

  transition: all 1s !important;
}

.empower-blk:hover h4,
.empower-blk:hover p {
  color: #fff;
}

/* Empower Business End */

/* Industry Solutions Start */

.img-area {
  margin: 30px 0px 0px 0px;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-around;
}

.single-img {
  position: relative;
  width: 30%;
  float: left;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 8px;
  height: 420px;
}

.image-blk-overlay {
  display: block;
  width: 100%;
  /* height: auto; */
  height: 420px;
  border-radius: 8px;
  /* opacity: 0.2; */
  /* background-color: rgba(79, 79, 79, 0.7); */
  /* background-color: rgba(0, 0, 0, 0.3); */
  /* background-image: linear-gradient(to top,
      #2b2b2b 15%,
      rgba(255, 0, 0, 0) 40%); */
}

.img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.95);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
  border-radius: 8px;
}

.single-img:hover .img-overlay {
  height: 100%;
}

.text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-family: poppins;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
}

.text span {
  font-weight: 300;
}

/* ignore the code below */
.industry-sec {
  /* background-color: #534371; */
  background-image: url("../images/drive-growth-bg.jpg");
}

.industry-sec .orange-title {
  margin-bottom: 30px;
}

.industry-sec .drive-transform-word {
  color: #e05d36;
  font-weight: 800;
  transition: opacity 0.8s ease-in-out;
  display: inline-block;
  width: 285px;
  text-align: left;
  /*text-transform: capitalize;*/
}

.industry-image-1 {
  background-image: url("../images/industry-sol1.jpg");
  background-size: cover;
}

.industry-image-2 {
  background-image: url("../images/industry-sol2.jpg");
  background-size: cover;
}

.industry-image-3 {
  background-image: url("../images/industry-sol3.jpg");
  background-size: cover;
}

.industry-image-4 {
  background-image: url("../images/industry-sol4.jpg");
  background-size: cover;
}

.industry-image-5 {
  background-image: url("../images/industry-sol5.jpg");
  background-size: cover;
}

.industry-image-6 {
  background-image: url("../images/industry-sol6.jpg");
  background-size: cover;
}

.link-area {
  position: fixed;
  bottom: 20px;
  left: 20px;
  padding: 15px;
  border-radius: 40px;
  background: tomato;
}

.link-area a {
  text-decoration: none;
  color: #fff;
  font-size: 25px;
}

.single-img.col-lg-6.col-md-6 {
  padding: 0px;
  width: 48%;
}

.single-img.col-lg-3.col-md-3 {
  width: 24%;
}

.industry-blk {
  position: relative;
  top: -210px;
  left: 30px;
  width: 80%;
}

.industry-img-sec {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #4f4f4f;
  border-radius: 50%;
}

.industry-blk h4 {
  width: 100%;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  left: 10px;
  position: relative;
  margin: 10px 0;
  line-height: 1.4;
  text-shadow: 2px 2px 4px #000;
  font-family: "Playfair Display", serif !important;
}

.industry-img-outer {
  width: 120px;
  height: 120px;
  border: 1px solid #4f4f4f;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.industry-hover-blk .industry-img-outer {
  width: 70px;
  height: 70px;
  border: 1px solid #e05d36;
  position: relative;
  margin-right: 10px;
  /* top: 30px;
  left: 20px; */
}

.industry-hover-blk .industry-img-sec {
  width: 50px;
  height: 50px;
  background: #e05d36;
}

.industry-hover-blk .icon-image {
  height: 30px;
}

.industry-hover-blk h4 {
  color: #e05d36;
  font-size: 24px;
  /* top: 40px; */
  position: relative;
  /* left: 30px; */
  font-weight: 600;
  width: fit-content;
  line-height: 1.4;
  padding: 10px;
  margin-bottom: 0px;
  font-family: "Playfair Display", serif !important;
}

.industry-hover-blk {
  display: flex;
  align-items: flex-start;
  padding: 20px 20px 0px 20px;
  flex-direction: column;
}

.industry-list a {
  color: #252525 !important;
  text-decoration: none;
  width: 49%;
  float: left;
  display: flex;
  align-items: center;
  /* align-items: flex-start; */
}

.industry-list {
  display: flex;
  padding: 0px 30px;
  gap: 10px;
  flex-wrap: wrap;
  /* margin-top: 25px; */
}

.industry-list p {
  font-size: 15px !important;
  margin-bottom: 5px;
}

.industry-list a img {
  filter: brightness(0) invert(0.3);
  height: 20px;
  margin-right: 10px;
}

.img-overlay .readmore-icon img {
  height: auto !important;
  margin-right: 0px !important;
  filter: none;
}

.industry-list a:hover img {
  filter: none;
}

.industry-list a:hover {
  color: #e05d36 !important;
}

.single-img.col-lg-3.col-md-3 .industry-list a {
  width: 100%;
  align-items: center;
}

/* Industry Solutions End */

/* Case Study Start */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-in-out !important;
  transform: translate(0, -50px) !important;
}

.modal.show .modal-dialog {
  transition: transform 0.3s ease-in-out !important;
  transform: translate(0, 0px) !important;
}

.modal-backdrop.show {
  opacity: 0.7 !important;
}

.modal-body iframe {
  width: 100%;
}

.testimonial-left {
  position: relative;
}

.quote-content-box .btn {
  /* width: 300px; */
  background: transparent;
  border: 0px;
  padding: 0px;
  margin: 0px;
  border-radius: 8px;
}

.quote-content-sec {
  line-height: 1.4;
  margin-top: 15px;
  color: #fff !important;
}

.quote-content-box {
  display: flex;
  /* align-items: center; */
  align-items: flex-start;
  position: relative;
}

.quote-bg-sec {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  top: 25%;
  padding: 0px 70px;
}

.testimonial-left {
  padding: 20px 20px 0px 0px;
  flex: inherit !important;
}

.testimonial-right {
  padding: 20px 20px 0px 40px;
  flex: inherit !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.modal-header .close {
  margin-left: auto;
  background: transparent;
  border: 0px;
}

.read-more-btn.close:hover span {
  background: #e05d36;
  color: #fff;
}

.read-more-btn.close {
  text-align: right;
  justify-content: flex-end;
}

.read-more-btn.close p {
  margin-right: 10px;
}

.read-more-btn.close .readmore-icon {
  margin-right: 0px;
}

.swiper-button-next,
.swiper-button-prev {
  position: relative !important;
  top: 0px !important;
}

.swiper-button-prev.nav-btn {
  left: -10px !important;
}

.swiper-button-next.nav-btn {
  right: -10px !important;
}

.swiper-arrows {
  display: flex;
  align-items: center;
  z-index: 12;
  position: absolute;
  width: 100%;
  justify-content: flex-end;
  bottom: 30px;
  right: 20px;
}

.swiper-pagination {
  position: relative !important;
  width: fit-content !important;
  bottom: inherit !important;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  margin-top: 0px !important;
}

.testimonal-main-blk {
  /* display: flex;
  background: #fff;
  border-radius: 20px;
  padding: 30px; */
  width: 100%;
  overflow: hidden;
}

.testimonal-main-blk .title-sec {
  display: flex;
}

.casestudy-right .read-more-btn {
  justify-content: flex-end;
  margin-left: auto;
}

.testimonial {
  position: relative;
  /* max-width: 900px; */
  width: 100%;
  padding: 0px 0px 50px 0;
  overflow: hidden;
}

.testimonial .image {
  height: 70px;
  width: 70px;
  object-fit: cover;
  border-radius: 50%;
  opacity: 1;
}

.testimonial .slide {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  justify-content: flex-start;
  flex-direction: column;
  row-gap: 30px;
  height: 100%;
  width: 100%;
  /* margin: 50px 0; */
}

.slide p {
  color: #252525;
  font-size: 18px !important;
  margin-bottom: 15px;
}

.slide .quote-icon {
  font-size: 30px;
  color: #4070f4;
}

.slide .details {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  margin-left: 0px;
}

.details .name {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  font-family: "Playfair Display", serif !important;
}

.details .place {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

.details .job {
  font-family: "Lato", sans-serif !important;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.quote-content-box {
  height: 100%;
  padding: 0px 0px;
}

.quote-content-box h4 {
  font-weight: 600;
  margin-top: 10px;
  font-size: 22px;
}

.quote-content-sec h4 {
  color: #ff7850 !important;
  font-weight: 700;
  margin-top: 10px;
  font-size: 32px;
  /* margin-bottom: 20px; */
  font-family: "Playfair Display", serif !important;
  line-height: 1.5;
}

.testimonial-desc {
  font-family: "Playfair Display", serif !important;
  margin-bottom: 20px;
  font-weight: 400;
}

.quote-content-sec p {
  color: #fff !important;
  font-size: 24px;
}

/* swiper button css */
.nav-btn {
  height: 30px !important;
  width: 30px !important;
  border-radius: 50%;
  /* transform: translateY(30px); */
  background-color: rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}

.nav-btn:hover {
  /* background-color: rgba(0, 0, 0, 0.2); */
  background: #252525;
}

.nav-btn::after,
.nav-btn::before {
  font-size: 20px;
  color: #252525;
}

.swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.8);
}

.swiper-pagination-bullet-active {
  background-color: #4070f4;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 14px !important;
  color: #fff;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  margin-top: inherit !important;
}

@media screen and (max-width: 768px) {
  .slide p {
    /* padding: 0 20px; */
    padding: 0 0px;
    font-size: 16px !important;
  }

  .nav-btn {
    display: none;
  }
}

.testimonial-sec {
  /* background: #F4F4F4; */
  /* background-color: #EEE9F6; */
  position: relative;
  background-image: linear-gradient(90deg, #252525 30%, #4a403e 0%);
}

.lite-grey-bg {
  /* background: #F4F4F4; */
  /* background-color: #eee9f6; */
  /* background-image: linear-gradient(150deg, #fbf0eb, #f2eeff); */
  background-color: #ebe5e4;
  position: relative;
}

.casestudy-right img {
  opacity: 1;
  width: auto;
}

.slider-logo-sec {
  width: 200px;
}

.slider-logo-sec .img-responsive {
  /* filter:invert(1); */
}

.slide.swiper-slide {
  /* padding: 50px;
  height: 600px; */
  /* height: 700px; */
}

.slider-maincontent-sec h4 {
  color: #252525;
  margin: 20px auto;
  font-size: 24px;
  font-weight: 600;
}

.casestudy-left {
  padding-right: 50px;
}

.casestudy-left .black-title {
  margin-bottom: 10px !important;
}

.quote-left-img {
  height: 50px;
}

.speaker-sec {
  display: flex;
  align-items: center;
  margin-top: auto;
  padding-bottom: 30px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff !important;
  /* background-color: rgba(224, 93, 54, 0.7); */
  background: #e05d36;
}

.readmore-icon {
  width: 40px;
  height: 40px;
  background: #e05d36;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 10px;
}

.read-more-btn {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  width: 100%;
  /* width: 300px; */
  width: fit-content;
  background: transparent;
  border: 0px;
  margin-top: 5px;
  /* justify-content: flex-end; */
}

.read-more-btn.blog-btn.blog-right {
  justify-content: flex-end;
  width: fit-content;
}

.read-more-btn.blog-btn.blog-right p {
  color: #fff;
}

.banner-button.read-more-btn.blog-btn p {
  color: #fff;
  max-width: 100%;
}

.read-more-btn:hover,
.read-more-btn p:hover {
  color: #e05d36 !important;
}

.read-more-btn p {
  margin-bottom: 0px;
  font-size: 18px !important;
}

.swiper-pagination-bullet-active {
  background: #e05d36 !important;
}

.swiper-pagination-bullet {
  width: 15px !important;
  height: 15px !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  .speaker-sec {
    width: 70%;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .swiper-arrows {
    bottom: 0px;
  }

  .speaker-sec {
    width: 70%;
  }
}

@media (max-width: 575px) {
  .breads-inner {
    font-size: 14px;
    padding: 10px 10px !important;
    display: flex;
    flex-wrap: wrap;
  }

  .swiper-arrows {
    bottom: 0px;
    justify-content: center;
    right: 0;
  }

  .speaker-sec {
    width: 100%;
    margin-bottom: 20px;
  }

  .testimonial-right {
    padding: 20px 0px 0px 0px;
  }

  .testimonial-left {
    padding: 0px 0px 0px 0px;
  }

  .testimonal-main-blk .title-sec {
    display: flex;
    flex-direction: column;
    padding: 0px 5px;
  }

  .casestudy-left,
  .casestudy-right {
    text-align: center;
  }

  .casestudy-right .read-more-btn {
    justify-content: center;
    margin: auto;
  }
}

/* Watch Video Popup Button CSS Start */

.btn-wrapper {
  display: inline-block;
  position: absolute;
  top: 85%;
  left: 60%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.video-main {
  position: relative;
  display: inline-block;
}

.video {
  height: 40px;
  width: 40px;
  line-height: 41px;
  text-align: center;
  border-radius: 100%;
  background: transparent;
  color: #fff;
  display: inline-block;
  background: red;
  z-index: 999;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }

  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.fa-play:before {
  content: "\f04b";
}

.waves {
  position: absolute;
  width: 80px;
  height: 80px;
  background: rgba(241, 26, 26, 0.3);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -20px;
  bottom: -20px;
  z-index: -1;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}

.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.watch-btn {
  color: #fff;
  margin-left: 20px;
}

.btn-wrapper a:hover {
  color: #fff;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* Watch Video Popup Button CSS End */

/* Case Study End */

/* Counter Start */
.row.g-0.counter-top-blk {
  margin: 30px 0px;
}

.count.count-top {
  font-size: 100px;
}

.counter-top-span {
  font-size: 80%;
}

.purple-title {
  color: #553b85;
  font-weight: 700;
}

.counter-top-blk p {
  font-size: 24px !important;
}

.count {
  font-size: 60px;
  font-weight: 800;
  color: #553b85;
}

.counter-span {
  font-size: 70%;
}

.counter-wrapper {
  background: #fff;
  background: cover;
  background-position: center center;
  position: relative;
}

.counter-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.counter-inner {
  position: relative;
  z-index: 2;
}

.count-icon {
  font-size: 48px;
}

.counter-main {
  display: flex;
  align-items: flex-start;
  padding: 0px 20px;
}

.counter-right {
  margin-left: auto;
}

.counter-right img {
  /* width: 100%; */
}

.counter-main::after {
  content: "";
  position: relative;
  width: 2px;
  height: 100px;
  right: -15px;
  border-radius: 0%;
  border: 1px solid #ddd;
  background: #fff;
}

.counter-inner .col-6.col-lg-3:nth-child(4) .counter-main::after {
  border: 0px solid #ddd;
}

.counter-subtitle {
  color: #676767;
}

.counter-top-blk .py-4 {
  padding: 10px !important;
}

.found:nth-child(1) {
  border-bottom: 1px solid #ddd;
}

.found:nth-child(2) {
  margin: 12px 0px;
}

.found p {
  margin-bottom: 10px;
}

/* Counter End */

/* Blogs Start */

/* html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  font-family: 'Lato';
}
h2 {
  text-align: center;
  padding-bottom: 1em;
} */

.read-more-btn.blog-btn.blog-up p {
  color: #fff;
}

.slick-slide {
  padding: 5px;
}

.blog-img {
  width: 100%;
  height: auto;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  /* padding: 5px; */
}

.slick-dots {
  text-align: center;
  margin: 0 0 10px 0;
  padding: 0;
}

.slick-dots li {
  display: inline-block;
  /* margin-left: 4px;
  margin-right: 4px; */
  margin: 5px 7px;
}

.slick-dots li.slick-active button {
  background-color: #e05d36;
}

.slick-dots li button {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: #999;
  border: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.slick-dots li :hover {
  background-color: black;
}

/* Custom Arrow */
.prev {
  color: #999;
  position: relative;
  top: 38%;
  left: 0;
  font-size: 1.5em;
  height: 40px;
  background: #fff;
  border: 1px solid #000;
  width: 40px;
  border-radius: 50px;
}

.prev :hover {
  cursor: pointer;
  color: black;
}

.next {
  color: #999;
  position: relative;
  top: 38%;
  right: 0;
  font-size: 1.5em;
  height: 40px;
  background: #fff;
  border: 1px solid #000;
  width: 40px;
  border-radius: 50px;
}

.next :hover {
  cursor: pointer;
  color: black;
}

.glyphicon {
  height: 50px;
  width: 50px;
  display: block;
  color: red;
}

@media screen and (max-width: 800px) {
  .next {
    /* display: none !important; */
  }
}

.blog-title .rightup-arrow {
  filter: invert(1);
}

.blog-title a p {
  color: #fff;
}

.slick-slide-arrows {
  display: flex;
  justify-content: center;
  margin: 10px 0px;
}

.slideshow-container {
  max-width: auto;
  position: relative;
  margin: auto;
  /* background: url("../images/blog-bg.jpg"); */
  background-size: auto;
  background-size: cover;
  padding-bottom: 0px !important;
  background-color: #534371;
}

.title-sec.text-left.blog-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-card__title {
  width: auto;
  font-size: 20px;
  text-align: left;
  color: #252525;
  background: #fff;
  padding: 30px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.slick-slide {
  box-shadow: 2px 2px 10px #574579;
  padding: 0px;
  border-radius: 8px;
}

.slick-slide.cust-logo-slide {
  box-shadow: 2px 2px 10px #e8e8e8;
  padding: 0px;
  border-radius: 8px;
}

.blog_cal img {
  filter: invert(1);
}

.read-more-btn.blog-btn p {
  color: #252525;
}

.admin {
  display: flex;
  font-weight: 500;
  align-items: center;
  border-bottom: 1px solid #ccc;
}

.admin p {
  margin-right: 20px;
  font-size: 16px !important;
}

.blog_cal {
  display: flex;
  margin-left: auto;
  justify-content: flex-end;
}

.blog_cal img {
  width: auto !important;
}

.admin img {
  height: 20px;
  margin: 0px 10px;
}

.blog_cal p {
  margin-right: 0px;
}

.blog-maintitle {
  margin: 20px 0px;
  height: 80px;
  line-height: 1.4;
  font-size: 20px;
  font-weight: 500;
  font-family: "Playfair Display", serif !important;
}

.blog-card__title a {
  text-decoration: none;
}

.readmore-icon {
  width: 40px;
  height: 40px;
  background: #e05d36;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 10px;
}

.read-more-btn p {
  margin-bottom: 0px;
  font-size: 18px !important;
  color: #252525;
}

.readmore-icon img {
  width: auto !important;
}

.slick-slide-arrows {
  display: flex;
  justify-content: space-between;
  margin: 10px 0px;
  position: relative;
  top: -50%;
}

.slick-slide-arrows i {
  justify-content: center;
  display: flex;
  align-items: center;
  height: 35px;
}

/* Blogs End */

/* Contact form Start*/

.container {
  /* max-width: 1170px; */
  margin-left: auto;
  margin-right: auto;
  /* padding: 1em; */
  padding: 0px;
  max-width: 80% !important;
}

ul {
  list-style: none;
  padding: 0;
}

.brand {
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.brand span {
  color: #ffffff;
}

.wrapper>* {
  padding: 1em;
}

/* ------------------- */
/* COMPANY INFORMATION */
/* ------------------- */

.company-info {
  background: #0b0719;
  background-image: url("../images/contactus-left-bg.jpg");
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  color: #fff;
  background-size: cover;
  height: 100%;
}

.company-info h3,
.company-info ul {
  text-align: center;
  margin: 0 0 1rem 0;
}

/* ------- */
/* CONTACT */
/* ------- */

.contact {
  /* background: #f4f4f4; */
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  /* background-image: linear-gradient(150deg, #fbf0eb, #f2eeff); */
  background-color: #ebe5e4;
}

/* ---- */
/* FORM */
/* ---- */

.contact form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-top: 20px;
}

.contact form label {
  display: block;
  /* font-family: "Mulish", sans-serif !important; */
  /* font-family: "Mukta", sans-serif !important; */
}

.contact form p {
  margin: 0;
}

.contact form .full {
  grid-column: 1 / 3;
}

.contact form button,
.contact form input,
.contact form textarea {
  width: 100%;
  padding: 5px;
  border: solid 1px #f9f0f0;
  border-radius: 5px;
}

.contact form textarea {
  resize: none;
  height: 100px;
}

#company-name,
#name,
#company,
#email,
#phone {
  height: 40px;
}

.contact form button {
  background: #627edc;
  border: 0;
  color: #e4e4e4;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

/* ------------- */
/* MEDIA QUERIES */
/* ------------- */

@media only screen and (min-width: 700px) {
  .wrapper {
    /* display: grid;
    grid-template-columns: 1fr 2fr; */
  }

  .wrapper>* {
    padding: 2em;
  }

  .company-info {
    border-radius: 8px 0 0 8px;
  }

  .contact {
    border-radius: 0 8px 8px 0;
  }

  .company-info h3,
  .company-info ul,
  .brand {
    text-align: left;
  }
}

.company-info h3 {
  font-size: 29px;
  font-weight: 400;
  color: #fff;
  font-family: "Playfair Display", serif !important;
}

.company-info h4 {
  font-family: "Playfair Display", serif !important;
}

.left-content {
  display: flex;
  margin-top: 30px;
  position: relative;
  flex-direction: column;
  height: calc(100% - 150px);
  flex-flow: wrap;
}

#contact-submit {
  margin-top: 0px;
}

.contact h3 {
  font-size: 30px;
  padding-bottom: 20px;
  font-family: "Playfair Display", serif !important;
  font-weight: 400;
}

.steps {
  display: flex;
}

.steps:nth-child(1) span::after,
.steps:nth-child(2) span::after {
  content: "";
  height: 100%;
  width: 3px;
  background: #e05d36;
  display: block;
  top: 0;
  position: relative;
  left: 34%;
  z-index: 0;
}

.steps span p {
  text-align: center;
  width: 50px;
  height: 50px;
  background-color: #e05d36;
  display: flex;
  margin: 0px 20px 0px 0px;
  border-radius: 50%;
  color: #fff;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
  font-size: 20px !important;
  font-weight: 600;
}

.numbers span p {
  font-size: 24px !important;
}

.numbers span::after {
  content: "";
  width: 3px;
  height: 100px;
  color: #fff;
  display: inline-block;
}

.steps p {
  font-size: 18px !important;
  margin-bottom: 20px;
  /* font-family: "Mulish", sans-serif !important; */
  /* font-family: "Mukta", sans-serif !important; */
  color: #fff;
}

.text-orange {
  color: #e05d36;
}

.form-main {
  display: flex;
  align-items: stretch;
}

.form-main .wrapper {
  width: 30%;
}

.form-main .contact {
  width: 70%;
  padding: 50px;
}

.form-main .wrapper .company-info {
  padding: 50px;
}

/* Contact form End */

/* Partner logo Start */

/* body {
  align-items: center;
  justify-content: center;
} */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 7));
  }
}

.partner-sec-title {
  /* font-weight: 600; */
  font-size: 36px;
  line-height: 1.4;
}

.partner-sec-title .orange-title {
  font-size: 36px;
  line-height: 1.4;
}

.slider {
  /* height: 700px; */
  margin: auto;
  overflow: hidden;
  position: relative;
  width: auto;
  padding-bottom: 40px;
}

.slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
  margin-top: 20px;
}

.slider .partner-slide {
  height: 100px;
  width: 250px;
  text-align: center;
  /* border: 1px solid #ddd; */
  display: flex;
  justify-items: center;
  align-items: center;
  justify-content: center;
}

.slider .container {
  overflow: hidden;
}

/* Partner logo End */

/* footer start */
.footer-row-1 {
  display: flex;
  /* margin-bottom: 20px; */
}

.social-icons {
  display: flex;
  justify-content: flex-end;
  align-items: last baseline;
}

.social-icons a {
  margin-right: 10px;
  width: 50px;
  height: 50px;
  border: 1px solid #e05d36;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.social-icons a img {
  height: 20px;
}

.social-icons a:hover {
  background: #e05d36;
}

.fieldInput {
  display: block;
  margin: 20px 0px;
  width: 100%;
  height: 50px;
  position: relative;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.09);
  border-radius: 35px;
  overflow: hidden;
  background-color: #fff;
}

form#news-letter-form fieldset.fieldInput {
  overflow: initial !important;
}

.fieldInput .form-input {
  /* width: 200px; */
  width: 85%;
  background: none;
  border: none;
  padding: 14px 20px;
  font-size: 14px;
  color: #6a7c92;
  border-radius: 35px 0% 0% 35px;
}

.fieldInput .form-input:focus {
  outline: none;
}

.fieldInput .form-submit {
  font-size: 12px;
  color: #6a7c92;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border: none;
  background: none;
  box-shadow: 5px -2px 81px 1px rgba(0, 0, 0, 0.09);
  cursor: pointer;
  width: fit-content;
  margin-top: 0;
}

.footer-top.pad-btwn {
  padding-bottom: 30px;
}

.footer-sec .container {
  padding: 0px;
}

.footer-row-1 {
  color: #c6c6c6;
  font-size: 16px;
  justify-content: space-between;
}

.addr-blk {
  margin: 20px 0;
}

.newsletter-blk h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.footer-row-1 h4 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #e05d36;
  font-family: "Playfair Display", serif !important;
}

.footer-row-1 .col-lg-2.col-md-2 {
  padding: 0px 10px;
}

.footer-sec {
  /* background-image: url("../images/footer-bg.jpg");
  background-size: cover; */
  background-color: #252525;
}

.footer-bottom {
  background-color: #151515;
}

.footer-sec ul {
  padding-left: 0px;
}

.footer-sec a {
  color: #c6c6c6;
}

.footer-row-21 {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.footer-row-1 ul li {
  /* line-height: 2; */
  margin-bottom: 10px;
}

.text-secondary {
  font-size: 13px !important;
  padding: 20px 0;
  /* border-top: 1px solid #3e246e; */
}

.hire-box {
  background: #e05d36;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 4px;
  margin-left: 5px;
  color: #fff;
}

.addr-blk p {
  font-size: 16px !important;
  margin-bottom: 10px;
  /* font-family: "Mulish", sans-serif !important; */
  /* font-family: "Mukta", sans-serif !important; */
  color: #c6c6c6;
}

.newsletter-blk {
  margin-top: 20px;
}

.footer-row-1 ul li a:hover {
  /* color: #e05d36 !important; */
  color: #fff !important;
}

/* footer End */
/* Back to top Button Start  */
#button {
  display: inline-block;
  /* background-color: rgba(224, 93, 54, 0.7); */
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  background: #e05d36;
}

#button::after {
  content: "\f106";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 35px;
  line-height: 45px;
  color: #fff;
}

#button:hover {
  cursor: pointer;
  background-color: #333;
}

#button:active {
  background-color: #252525;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

/* Back to top Button End  */

/* Media Query Start */

@media (min-width: 1201px) and (max-width: 1478px) {
  .customer-logos.container {
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 20px !important;
  }

  .count.count-top {
    font-size: 90px;
  }

  .purple-title {
    font-size: 24px;
  }

  .counter-top-blk p {
    font-size: 22px !important;
  }

  .video-wrapper {
    height: 650px;
  }

  .banner-button {
    top: 50px;
  }

  .menu-link {
    padding: 31px 10px;
  }

  .logo {
    padding-right: 10px;
    width: 220px;
    padding-left: 0px;
  }

  .orange-title {
    font-size: 30px;
  }

  .black-title {
    font-size: 20px;
  }

  .grey-title {
    font-size: 30px;
  }

  .floating-box {
    left: 16%;
    margin-top: -90px;
  }

  .pad-btwn {
    padding: 40px 0px;
  }

  .empower-blk {
    top: 20px;
    width: 47% !important;
  }

  .empower-blk h4 {
    font-size: 22px !important;
  }

  .emp-img-sec {
    /* width: 80px;
    height: 80px; */
  }

  .industry-list {
    /* padding: 30px; */
  }

  .industry-img-sec {
    width: 80px;
    height: 80px;
  }

  .industry-img-outer {
    width: 100px;
    height: 100px;
  }

  .industry-blk h4 {
    /* width: 95%; */
    font-size: 20px;
  }

  .industry-blk {
    left: 20px;
    width: 90%;
  }

  .industry-list a {
    width: 47%;
  }

  .industry-hover-blk h4 {
    font-size: 20px;
  }

  .industry-list a span {
    font-size: 16px;
  }

  .readmore-icon {
    width: 30px;
    height: 30px;
  }

  .count {
    font-size: 50px;
  }

  .counter-main {
    padding: 0px 10px;
  }

  .counter-main::after {
    right: -10px;
  }

  .counter-subtitle {
    font-size: 16px;
  }

  .counter-right {
    width: 95px;
  }

  .blog-maintitle {
    font-size: 20px !important;
  }

  .admin p {
    font-size: 14px !important;
  }

  .read-more-btn p {
    font-size: 18px !important;
  }

  .company-info h3 {
    font-size: 25px;
  }

  .form-main .wrapper {
    width: 35%;
  }

  .form-main .contact {
    width: 65%;
  }

  .company-info {
    padding: 50px;
  }

  .contact form label {
    font-size: 18px;
  }

  .partner-sec-title {
    font-size: 22px;
  }

  .hire-box {
    width: fit-content;
    display: block;
    margin-left: 0px;
    margin-top: 5px;
  }

  .footer-row-2 h4 {
    font-size: 18px;
  }

  .mdl-grid.mdl-grid--no-spacing {
    /* height: 700px; */
  }

  .landing-banner-title {
    margin-bottom: 0px;
    font-size: 36px !important;
  }

  .content p {
    font-size: 18px !important;
    max-width: 70%;
  }

  hr {
    margin: 10px 0 !important;
  }

  .testimonial-right {
    padding: 10px 10px 0px 10px;
  }

  .quote-content-box {
    padding: 0;
  }

  .quote-content-sec h4 {
    font-size: 32px;
  }

  .testimonial-desc {
    font-size: 24px;
  }

  .details .name {
    font-size: 20px;
  }

  .contact h3 {
    font-size: 24px;
  }

  .title-sec *,
  .empower-new-model-sec .left-side-title {
    /* font-size: 50px !important; */
  }

  .quotation-left-sec .quotation-para {
    font-size: 20px !important;
  }

  .footer-row-1 {
    font-size: 15px;
  }

  .footer-row-1 h4 {
    font-size: 20px;
  }

  .social-icons a {
    width: 40px;
    height: 40px;
  }

  .social-icons a img {
    height: 16px;
  }

  .products-content h4,
  .transform-news-content-sec h4,
  .insights-content h4,
  .slide-content h4 {
    font-size: 23px !important;
  }

  .client-logo img {
    /* height: 100px !important; */
  }

  .content .banner-title {
    font-size: 55px;
  }

  .hero-wrapper .content p {
    font-size: 28px !important;
  }

  .customer-logos.container {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .count.count-top {
    font-size: 80px;
  }

  .purple-title {
    font-size: 22px;
  }

  .counter-top-blk p {
    font-size: 20px !important;
  }

  .talk-btn a {
    font-size: 16px !important;
  }

  .quotation-sec {
    background-position: 70% 0% !important;
  }

  .menu-content .container {
    width: inherit !important;
  }

  .top-bar {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .topbar-right {
    width: fit-content;
    margin-left: auto;
  }

  .grey-title {
    font-size: 30px;
  }

  .slide.swiper-slide {
    /* height: 800px; */
    /* height: 700px; */
  }

  .col-lg-3.col-md-3.empower-blk {
    /* width: 22%; */
    width: 47%;
  }

  .empower-blk:hover {
    top: 10px;
  }

  .banner-button p {
    font-size: 16px !important;
    /* width: 120px; */
  }

  .container {
    max-width: 90% !important;
  }

  .breadscrumb {
    left: 5% !important;
  }

  .video-wrapper {
    height: 600px;
    /* margin-top: 84px; */
  }

  .content .banner-title {
    font-size: 36px;
  }

  .banner-button {
    top: 50px;
  }

  .menu-link {
    padding: 31px 7px;
    font-size: 16px;
  }

  .logo {
    padding-right: 10px;
    width: 20%;
    padding-left: 10px;
  }

  .orange-title {
    font-size: 30px;
  }

  .black-title {
    font-size: 18px;
  }

  .floating-box {
    left: 12%;
    margin-top: -90px;
    padding: 15px;
    width: 300px;
  }

  .pad-btwn {
    padding: 40px 0px;
  }

  .empower-blk {
    top: 20px;
  }

  .empower-blk h4 {
    font-size: 22px !important;
  }

  .emp-img-sec {
    /* width: 80px;
    height: 80px; */
  }

  .industry-list {
    padding: 6px 20px;
  }

  .industry-img-sec {
    width: 80px;
    height: 80px;
  }

  .industry-img-outer {
    width: 100px;
    height: 100px;
  }

  .industry-hover-blk {
    flex-direction: column;
  }

  .industry-hover-blk {
    align-items: baseline;
  }

  .industry-blk h4 {
    /* width: 95%; */
    width: 100%;
    font-size: 18px;
    left: 0px;
  }

  .industry-blk {
    left: 30px;
    width: 90%;
  }

  .industry-list a {
    width: 47%;
  }

  .industry-hover-blk h4 {
    font-size: 18px;
    /* left: 20px; */
    padding: 4px 2px;
  }

  .industry-list a span {
    font-size: 16px;
  }

  .readmore-icon {
    width: 30px;
    height: 30px;
  }

  .count {
    font-size: 60px;
  }

  .counter-main {
    padding: 0px 10px;
  }

  .counter-main::after {
    right: -7px;
  }

  .counter-subtitle {
    font-size: 16px;
    position: absolute;
  }

  .counter-right {
    width: 65px;
    right: 4px;
    position: relative;
    top: 15px;
  }

  .counter-right img {
    width: 100%;
  }

  .blog-maintitle {
    font-size: 17px;
  }

  .admin p {
    font-size: 14px !important;
  }

  .read-more-btn p {
    font-size: 16px !important;
  }

  .company-info h3 {
    font-size: 24px;
  }

  .company-info h4 {
    font-size: 22px;
  }

  .contact h3 {
    font-size: 20px;
  }

  .steps p {
    font-size: 17px !important;
  }

  .form-main .wrapper {
    width: 40%;
  }

  .form-main .contact {
    width: 60%;
    padding: 35px;
  }

  .company-info {
    padding: 35px !important;
  }

  .contact form label {
    font-size: 15px;
  }

  .partner-sec-title {
    font-size: 20px;
  }

  .hire-box {
    width: fit-content;
    display: block;
    margin-left: 0px;
    margin-top: 5px;
  }

  .footer-row-2 h4 {
    font-size: 18px;
  }

  .mdl-grid.mdl-grid--no-spacing {
    /* height: 700px !important; */
  }

  .landing-banner-title {
    margin-bottom: 0px;
    font-size: 30px !important;
  }

  .content p {
    font-size: 18px !important;
    max-width: 100%;
  }

  hr {
    margin: 15px 0 !important;
  }

  .menu-sec {
    width: fit-content;
  }

  .logo {
    /* width: 220px; */
    height: 70px;
  }

  .company-logo-sec .slide.slick-slide img {
    height: 90px !important;
    margin: auto;
    width: auto;
  }

  .left-sec-img,
  .right-sec-img {
    width: 100% !important;
  }

  .technology-page .content.container {
    max-width: 90% !important;
  }

  .breadscrumb {
    left: 5%;
  }

  .content.container p {
    margin-bottom: 0px;
  }

  #navbar {
    /* padding-bottom: 10px; */
  }

  .tab-title {
    font-size: 20px;
  }

  .floating-text {
    font-size: 16px !important;
  }

  .testimonial-right {
    padding: 10px 10px 0px 10px;
  }

  .quote-content-box {
    padding: 0;
  }

  .quote-content-sec h4 {
    font-size: 30px;
  }

  .testimonial-desc {
    font-size: 24px;
  }

  .details .name {
    font-size: 18px;
  }

  .contact h3 {
    font-size: 22px;
  }

  .title-sec *,
  .empower-new-model-sec .left-side-title {
    /* font-size: 45px !important; */
  }

  .small.title-sec * {
    font-size: 24px !important;
  }

  .quotation-left-sec .quotation-para {
    font-size: 18px !important;
  }

  .footer-row-1 {
    font-size: 15px;
    padding: 0px 0px;
  }

  .footer-row-1 h4 {
    font-size: 20px;
  }

  .social-icons a {
    width: 35px;
    height: 35px;
  }

  .social-icons a img {
    height: 15px;
  }

  .insights-content h4 {
    font-size: 23px;
  }

  .client-logo img {
    /* height: 90px !important; */
  }

  .customer-logos.container {
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px !important;
  }

  .content .banner-title {
    font-size: 50px;
  }

  .hero-wrapper .content p {
    font-size: 26px !important;
  }

  .title-width {
    font-size: 22px !important;
    width: 100% !important;
  }

  .transform-title-sec h5 {
    font-size: 18px !important;
  }

  .products-content h4,
  .transform-news-content-sec h4,
  .insights-content h4,
  .slide-content h4 {
    font-size: 20px !important;
  }

  .imp-point {
    padding: 2px 12px !important;
    font-size: 14px !important;
  }

  .transform-sec .slide-content p,
  .inthenews-mainsec .news-content-line {
    font-size: 16px !important;
    line-height: 1.5;
  }

  .customer-logos.container {
    gap: 20px !important;
    max-width: 100% !important;
  }

  .quote-content-sec p {
    font-size: 16px !important;
  }

  .details .job {
    font-size: 14px;
  }

  .quotation-left-sec {
    width: 100% !important;
  }

  .testimonial-sec {
    background-image: linear-gradient(90deg, #252525 35%, #4a403e 0%);
  }
}

@media (min-width: 992px) and (max-width: 1024px) {

  .left-sec-img,
  .right-sec-img {
    width: 100% !important;
  }

  .count.count-top {
    font-size: 75px;
  }

  .purple-title {
    font-size: 22px;
  }

  .counter-top-blk p {
    font-size: 20px !important;
  }

  .landing-page-model .content.container {
    max-width: 90% !important;
    /* top: -50px !important; */
  }

  .breadscrumb {
    left: 5% !important;
  }

  .talk-btn a {
    font-size: 16px !important;
  }

  .footer-row-2 div:nth-child(4),
  .footer-row-2 div:nth-child(5) {
    margin-bottom: 0px !important;
  }

  .footer-row-2 {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer-row-2 .col-lg-2.col-md-2,
  .footer-row-2 .col-lg-3.col-md-3 {
    width: 32%;
    float: left;
    margin-bottom: 50px;
    padding: 0px 20px;
  }

  .blog-card {
    width: 32%;
  }

  .grid-section {
    width: 100%;
  }

  .casestudy-left,
  .casestudy-right {
    /* width: 100% !important; */
  }

  .industry-list a img {
    /* top: 7px; */
    position: relative;
  }

  .menu-sec {
    width: inherit;
  }

  .top-bar {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .topbar-right {
    width: fit-content;
    margin-left: auto;
  }

  .grey-title {
    font-size: 28px;
  }

  .slide.swiper-slide {
    height: fit-content;
  }

  .col-lg-3.col-md-3.empower-blk {
    width: 47%;
    /* margin-bottom: 50px; */
  }

  .empower-blk:hover {
    top: 10px;
  }

  .emp-img-sec {
    margin: 0px 20px 20px 0px;
  }

  .banner-button p {
    font-size: 16px !important;
    /* width: 120px; */
  }

  .container {
    max-width: 90% !important;
  }

  .video-wrapper {
    height: 600px;
    /* margin-top: 84px; */
  }

  .content .banner-title {
    font-size: 32px;
    /* font-weight: 900; */
    max-width: 75%;
  }

  .banner-button {
    top: 50px;
  }

  .menu-link {
    padding: 31px 14px;
    font-size: 16px;
  }

  .logo {
    padding-right: 10px;
    /* width: 28%; */
    padding-left: 10px;
  }

  .orange-title {
    font-size: 28px;
  }

  .black-title {
    font-size: 18px;
  }

  .floating-box {
    left: 15%;
    width: 70%;
    position: relative;
    margin-top: -70px;
  }

  .pad-btwn {
    padding: 40px 0px;
  }

  .empower-blk {
    top: 20px;
  }

  .empower-blk h4 {
    font-size: 22px !important;
  }

  .emp-img-sec {
    /* width: 80px;
    height: 80px; */
  }

  .industry-list {
    /* padding: 20px; */
    padding: 0 20px;
  }

  .industry-img-sec {
    width: 80px;
    height: 80px;
  }

  .industry-img-outer {
    width: 100px;
    height: 100px;
    /* left: 20px !important; */
  }

  .industry-blk h4 {
    width: 95%;
    font-size: 18px;
  }

  .industry-blk {
    left: 15px;
  }

  .industry-list a {
    width: 47%;
    align-items: baseline;
  }

  .industry-hover-blk h4 {
    font-size: 18px;
    /* left: 20px; */
    padding: 5px 0px;
  }

  .industry-list a span {
    font-size: 16px;
  }

  .readmore-icon {
    width: 30px;
    height: 30px;
  }

  .count {
    font-size: 50px;
  }

  .counter-main {
    padding: 0px 10px;
  }

  .counter-main::after {
    right: -17px;
  }

  .counter-subtitle {
    font-size: 16px;
    position: absolute;
  }

  .counter-right {
    width: 70px;
    right: -4px;
    position: relative;
    top: 8px;
  }

  .counter-right img {
    width: 100%;
  }

  .blog-maintitle {
    font-size: 16px;
  }

  .admin p {
    font-size: 13px !important;
  }

  .read-more-btn p {
    font-size: 16px !important;
  }

  .company-info h3 {
    font-size: 22px;
  }

  .company-info h4 {
    font-size: 20px;
  }

  .contact h3 {
    font-size: 18px;
  }

  .form-main .wrapper {
    width: 35%;
  }

  .form-main .contact {
    width: 65%;
    padding: 30px !important;
  }

  .company-info {
    padding: 30px !important;
  }

  .contact form label {
    font-size: 16px;
  }

  .partner-sec-title {
    font-size: 20px;
  }

  .footer-row-2 h4 {
    font-size: 17px;
  }

  .footer-row-2 {
    font-size: 15px;
  }

  .addr-blk p {
    font-size: 15px !important;
    margin-bottom: 10px;
  }

  .vertical-mdl-tabs .mdl-tabs__tab {
    font-size: 17px !important;
  }

  .slider-maincontent-sec h4 {
    font-size: 22px;
  }

  .slider-logo-sec {
    width: 150px;
  }

  p {
    font-size: 16px !important;
  }

  .talk-btn a {
    font-size: 16px;
  }

  .list-group-item {
    font-size: 16px !important;
  }

  .text-dark.menu-content-link {
    font-size: 16px !important;
  }

  .tab-blk p {
    font-size: 15px !important;
  }

  .tab-blk h4 {
    font-size: 20px;
  }

  .quotation-sec {
    background-position: 70% 0;
  }

  .mdl-grid.mdl-grid--no-spacing {
    /* height: 700px !important; */
  }

  .landing-banner-title {
    margin-bottom: 0px;
    font-size: 24px !important;
  }

  .content p {
    font-size: 16px !important;
    max-width: 100%;
  }

  hr {
    margin: 10px 0 !important;
  }

  .menu-sec {
    width: fit-content;
  }

  .logo {
    /* width: 220px; */
    width: auto;
    height: 70px;
  }

  .company-logo-sec .slide.slick-slide img {
    height: 90px !important;
    margin: auto;
    width: auto;
  }

  .left-sec-img,
  .right-sec-img {
    width: 100%;
  }

  .technology-page .content.container {
    max-width: 90% !important;
  }

  .content.container p {
    margin-bottom: 0px;
  }

  #navbar {
    /* padding-bottom: 10px; */
  }

  .tab-title {
    font-size: 20px;
  }

  .floating-text {
    font-size: 16px !important;
  }

  .testimonial-right {
    padding: 10px 10px 0px 10px;
  }

  .quote-content-box {
    padding: 0;
  }

  .quote-content-sec h4 {
    font-size: 30px;
  }

  .testimonial-desc {
    font-size: 24px;
  }

  .details .name {
    font-size: 18px;
  }

  .contact h3 {
    font-size: 20px;
  }

  .title-sec *,
  .empower-new-model-sec .left-side-title {
    /* font-size: 40px !important; */
  }

  .small.title-sec * {
    font-size: 24px !important;
  }

  .quotation-left-sec .quotation-para {
    font-size: 18px !important;
  }

  .footer-row-1 {
    font-size: 15px;
    padding: 0px 0px;
  }

  .footer-row-1 h4 {
    font-size: 20px;
  }

  .social-icons a {
    width: 35px;
    height: 35px;
  }

  .social-icons a img {
    height: 15px;
  }

  .products-content h4 {
    font-size: 20px !important;
  }

  .insights-content h4 {
    font-size: 23px;
  }

  .client-logo img {
    /* height: 90px !important; */
  }

  .customer-logos.container {
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px !important;
  }

  .content .banner-title {
    font-size: 50px;
  }

  .hero-wrapper .content p {
    font-size: 26px !important;
  }

  .title-width {
    font-size: 22px !important;
    width: 100% !important;
  }

  .transform-title-sec h5 {
    font-size: 18px !important;
  }

  .slide-content h4 {
    font-size: 20px !important;
  }

  .imp-point {
    padding: 2px 12px !important;
    font-size: 14px !important;
  }

  .transform-sec .slide-content p,
  .inthenews-mainsec .news-content-line {
    font-size: 16px !important;
    line-height: 1.5;
  }

  .customer-logos.container {
    gap: 20px !important;
    max-width: 100% !important;
  }

  .quote-content-sec p {
    font-size: 16px !important;
  }

  .details .job {
    font-size: 14px;
  }

  .quotation-left-sec {
    width: 100% !important;
  }

  .testimonial-sec {
    background-image: linear-gradient(90deg, #252525 35%, #4a403e 0%);
  }

  .steps p {
    font-size: 16px !important;
    line-height: 1.4;
  }

  .hire-box {
    margin-left: 0px;
    display: inline-block;
    margin-top: 10px;
  }
}

@media (max-width: 1024px) {
  #navbar {
    width: 100vw;
  }

  .modal {
    width: 100vw !important;
  }
}

@media (min-width: 951px) and (max-width: 991px) {
  .video-wrapper {
    height: 650px;
    /* margin-top: 84px; */
  }
}

@media (min-width: 768px) and (max-width: 950px) {
  .video-wrapper {
    /* margin-top: 72px; */
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .btn-wrapper {
    top: 85%;
    left: 55%;
  }

  .count.count-top {
    font-size: 70px;
  }

  .purple-title {
    font-size: 22px;
  }

  .counter-top-blk p {
    font-size: 18px !important;
  }

  .founder-blk {
    display: flex;
    align-items: baseline;
  }

  .found {
    width: 50%;
  }

  .found:nth-child(1) {
    border-bottom: 0px solid #ddd;
  }

  .talk-btn a {
    font-size: 16px !important;
  }

  .landing-page-model .content.container {
    max-width: 90% !important;
    /* top: -50px !important;; */
  }

  .breadscrumb {
    left: 5% !important;
  }

  .form-main {
    flex-direction: column;
  }

  .single-img.col-lg-6.col-md-6,
  .single-img.col-lg-3.col-md-3 {
    padding: 0px;
    width: 48%;
  }

  .footer-row-2 div:nth-child(4),
  .footer-row-2 div:nth-child(5) {
    margin-bottom: 0px !important;
  }

  .footer-row-2 {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer-row-2 .col-lg-2.col-md-2,
  .footer-row-2 .col-lg-3.col-md-3 {
    width: 32%;
    float: left;
    margin-bottom: 50px;
    padding: 0px 20px;
  }

  .blog-card {
    width: 32%;
  }

  .grid-section {
    width: 100%;
  }

  .casestudy-left,
  .casestudy-right {
    /* width: 100% !important; */
  }

  .casestudy-left {
    /* padding-right: 0px; */
  }

  .industry-list a img {
    /* top: 7px; */
    position: relative;
  }

  .menu-sec {
    width: inherit;
  }

  .top-bar {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .topbar-right {
    margin-left: auto;
    width: fit-content;
  }

  .grey-title {
    font-size: 26px;
  }

  .slide.swiper-slide {
    height: fit-content;
  }

  .col-lg-3.col-md-3.empower-blk {
    width: 47%;
    margin: 8px;
    /* margin-bottom: 50px; */
  }

  .empower-blk:hover {
    top: 10px;
  }

  .emp-img-sec {
    margin: 0px 20px 20px 0px;
  }

  .banner-button p {
    font-size: 16px !important;
    /* width: 120px; */
  }

  .container {
    max-width: 90% !important;
  }

  .video-wrapper {
    height: 550px;
  }

  .content .banner-title {
    font-size: 36px;
    /* font-weight: 900; */
    max-width: 75%;
    /* top: 50px; */
    position: relative;
    padding-left: 0px;
    padding-bottom: 0px;
  }

  .banner-button {
    top: 40px;
  }

  .content p {
    /* top: 35px; */
    position: relative;
  }

  hr {
    top: 45px;
    position: relative;
  }

  .menu-link {
    padding: 31px 8px;
    font-size: 16px;
  }

  .logo {
    width: auto;
    height: 70px;
    padding: 10px;
  }

  .orange-title {
    font-size: 26px;
  }

  .black-title {
    font-size: 18px;
  }

  .floating-box {
    left: 0;
    width: 100%;
    position: relative;
    margin-top: 0;
    padding: 10px;
  }

  .pad-btwn {
    padding: 40px 0px;
  }

  .empower-blk {
    top: 20px;
  }

  .empower-blk h4 {
    font-size: 22px !important;
  }

  .emp-img-sec {
    /* width: 80px;
    height: 80px; */
  }

  .industry-list {
    padding: 20px;
  }

  .industry-img-sec {
    width: 80px;
    height: 80px;
  }

  .industry-img-outer {
    width: 100px;
    height: 100px;
    left: 10px;
  }

  .industry-blk h4 {
    /* width: 95%; */
    font-size: 18px;
  }

  .industry-blk {
    left: 15px;
  }

  .industry-list a {
    width: 47%;
    align-items: baseline;
  }

  .industry-hover-blk h4 {
    font-size: 18px;
    /* left: 20px; */
    padding: 4px 8px;
  }

  .industry-list a span {
    font-size: 16px;
  }

  .readmore-icon {
    width: 30px;
    height: 30px;
  }

  .count {
    font-size: 50px;
  }

  .counter-main {
    padding: 0px 10px;
  }

  .counter-main::after {
    right: -7px;
    margin-bottom: 20px;
  }

  .counter-subtitle {
    font-size: 16px;
    position: absolute;
  }

  .counter-right {
    width: 70px;
    right: 40px;
    position: relative;
  }

  .blog-maintitle {
    font-size: 17px;
  }

  .admin p {
    font-size: 14px !important;
  }

  .read-more-btn p {
    font-size: 18px !important;
  }

  .company-info h3 {
    font-size: 28px;
  }

  .company-info h4 {
    font-size: 24px;
  }

  .form-main .wrapper {
    width: 100%;
  }

  .form-main .contact {
    width: 100%;
    border-radius: 0 0 8px 8px;
  }

  .company-info {
    padding: 30px;
    border-radius: 8px 8px 0px 0px;
  }

  .contact form label {
    font-size: 18px;
  }

  .partner-sec-title {
    font-size: 20px;
  }

  .footer-row-2 h4 {
    font-size: 17px;
  }

  .footer-row-2 {
    font-size: 15px;
  }

  .addr-blk p {
    font-size: 15px !important;
    margin-bottom: 10px;
  }

  .vertical-mdl-tabs .mdl-tabs__tab {
    font-size: 16px !important;
  }

  .slider-maincontent-sec h4 {
    font-size: 20px;
  }

  .slider-logo-sec {
    width: 150px;
  }

  p {
    font-size: 16px !important;
  }

  .talk-btn a {
    font-size: 14px;
  }

  .list-group-item {
    font-size: 16px !important;
  }

  .text-dark.menu-content-link {
    font-size: 16px !important;
  }

  .tab-blk p {
    font-size: 15px !important;
  }

  .tab-blk h4 {
    font-size: 20px;
  }

  .logo img {
    /* width: 100%; */
  }

  .content p {
    font-size: 16px !important;
    max-width: 100%;
  }

  .landing-banner-title {
    font-size: 24px !important;
  }

  .technology-banner-bg,
  .marketing-banner-bg {
    /* width: auto !important; */
    /* height: 400px; */
  }

  .landing-page-model hr {
    top: 0px;
    position: relative;
    margin: 10px 0 !important;
  }

  .landing-page-model .content p {
    top: 0px;
    position: relative;
  }

  .steps p {
    font-size: 15px !important;
  }

  .steps p:nth-child(2) {
    margin-bottom: 40px !important;
  }

  .contact h3 {
    font-size: 24px !important;
  }

  .contact form {
    margin-top: 30px;
  }

  .mdl-grid.mdl-grid--no-spacing.container {
    flex-direction: column;
  }

  .mdl-cell.mdl-cell--2-col,
  .mdl-cell.mdl-cell--10-col {
    width: 100% !important;
  }

  .mdl-tabs__tab-bar {
    display: inline-block !important;
  }

  .vertical-mdl-tabs .mdl-tabs__tab {
    width: fit-content !important;
    float: left;
  }

  .vertical-mdl-tabs.mdl-tabs.is-upgraded a.mdl-tabs__tab.is-active {
    border-bottom: 1px solid #e05d36;
    border-right: none !important;
    border-radius: 8px 8px 0px 0px;
    padding: 5px 10px !important;
    line-height: 30px !important;
  }

  .vertical-mdl-tabs.mdl-tabs.is-upgraded a.mdl-tabs__tab {
    border-bottom: 0px solid transparent;
    border-right: none;
    padding: 5px 10px !important;
    line-height: 30px !important;
    width: 100% !important;
    border-radius: 8px;
  }

  .vertical-mdl-tabs .mdl-tabs__tab-bar {
    border-right: 0px solid rgba(10, 11, 49, 0.2) !important;
  }

  .vertical-mdl-tabs.mdl-tabs.is-upgraded .mdl-tabs__panel.is-active,
  .mdl-tabs__panel {
    /* padding: 0 10px !important; */
    padding: 20px 5px 10px 5px !important;
  }

  .mdl-grid.mdl-grid--no-spacing {
    padding: 10px !important;
    /* height: 700px !important; */
  }

  .tab-title {
    font-size: 18px !important;
  }

  .company-logo-sec .slide.slick-slide img {
    height: 90px !important;
  }

  .company-logo-sec .slick-slide {
    padding: 20px !important;
  }

  .floating-text {
    font-size: 16px !important;
  }

  .quotation-sec {
    background-position: 70% 0 !important;
  }

  .testimonial-right {
    padding: 10px 10px 0px 10px;
    height: auto;
  }

  .quote-content-box {
    padding: 0;
    /* flex-direction: column; */
  }

  .quote-content-sec h4 {
    font-size: 30px;
  }

  .testimonial-desc {
    font-size: 24px;
  }

  .details .name {
    font-size: 20px;
  }

  .contact h3 {
    font-size: 20px;
  }

  .title-sec *,
  .empower-new-model-sec .left-side-title {
    /* font-size: 32px !important; */
  }

  .empower-new-model-sec .left-side-title {
    width: 100% !important;
  }

  .small.title-sec * {
    font-size: 22px !important;
  }

  .quotation-left-sec .quotation-para {
    font-size: 18px !important;
  }

  .footer-row-1 {
    font-size: 15px;
    padding: 0px 0px;
    flex-wrap: wrap;
  }

  .footer-row-1 h4 {
    font-size: 20px;
  }

  .social-icons a {
    width: 35px;
    height: 35px;
  }

  .social-icons a img {
    height: 15px;
  }

  .client-logo img {
    /* height: 120px !important; */
  }

  .content .banner-title {
    font-size: 40px;
  }

  .hero-wrapper .content p {
    font-size: 23px !important;
  }

  .title-width {
    font-size: 20px !important;
    width: 100% !important;
  }

  .imp-point {
    padding: 2px 12px !important;
    font-size: 14px !important;
  }

  .transform-sec .slide-content p,
  .inthenews-mainsec .news-content-line {
    font-size: 16px !important;
    line-height: 1.5;
  }

  .customer-logos.container {
    gap: 15px !important;
    max-width: 100% !important;
    grid-template-columns: repeat(3, 1fr) !important;
  }

  .quote-content-sec p {
    font-size: 16px !important;
  }

  .details .job {
    font-size: 14px;
  }

  .quotation-left-sec {
    width: 100% !important;
  }

  .testimonial-sec {
    background-image: linear-gradient(90deg, #252525 35%, #4a403e 0%);
    background: #252525;
  }

  .steps p {
    font-size: 18px !important;
    line-height: 1.4;
  }

  .hire-box {
    margin-left: 0px;
    display: inline-block;
    margin-top: 10px;
  }

  .empower-new-model-sec {
    padding-top: 0px;
  }

  .testimonial-left,
  .testimonial-right {
    width: 100% !important;
  }

  .slide.swiper-slide .col-lg-12.col-md-12.flex-box {
    padding: 0px;
  }

  .swiper-arrows {
    justify-content: center;
    right: 0;
    left: 0;
  }

  .footer-row-1 .col-lg-3.col-md-3 {
    width: 100%;
    float: left;
  }

  .footer-row-1 .col-lg-2.col-md-2 {
    width: 50%;
    float: left;
    margin-bottom: 20px;
  }

  .footer-row-1 ul li {
    line-height: 2;
    margin-bottom: 0px;
  }

  .social-icons {
    justify-content: flex-start;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .btn-wrapper {
    top: 85%;
    left: 55%;
  }

  .count.count-top {
    font-size: 70px;
  }

  .purple-title {
    font-size: 22px;
  }

  .counter-top-blk p {
    font-size: 18px !important;
  }

  .founder-blk {
    display: flex;
    align-items: baseline;
  }

  .found {
    width: 50%;
  }

  .found:nth-child(1) {
    border-bottom: 0px solid #ddd;
  }

  .counter-main {
    margin-bottom: 20px;
  }

  .talk-btn a {
    font-size: 16px !important;
  }

  .landing-page-model .content.container {
    max-width: 90% !important;
    /* top: -30px !important;; */
  }

  .breadscrumb {
    left: 5% !important;
  }

  .landing-page-model hr {
    /* top: initial;
    position: absolute; */
    margin: 10px 0 !important;
    width: 200px;
  }

  .collapse {
    visibility: initial !important;
  }

  .prev {
    left: -10px;
  }

  .next {
    right: -10px;
  }

  .slider-maincontent-sec h4 {
    font-size: 22px;
  }

  .slider-logo-sec {
    width: 150px;
  }

  .social-icons a img {
    height: 25px;
  }

  .abt-right-sec p {
    margin-bottom: 20px;
  }

  .abt-right-sec {
    order: 1;
  }

  .abt-left-sec {
    order: 2;
  }

  .bg-dark.d-md-none.d-block img {
    padding: 20px;
  }

  .bg-dark.d-md-none.d-block div:nth-child(1) {
    width: fit-content;
    float: left;
  }

  .bg-dark.d-md-none.d-block {
    z-index: 2;
    position: relative;
  }

  .bg-dark.d-md-none.d-block .container {
    width: fit-content;
    float: right;
    right: 10px;
    position: relative;
  }

  .form-main {
    flex-direction: column;
  }

  .single-img.col-lg-6.col-md-6,
  .single-img.col-lg-3.col-md-3 {
    padding: 0px;
    width: 48%;
    /* height: 450px; */
  }

  .image {
    /* height: 450px; */
  }

  .footer-row-2 div:nth-child(4),
  .footer-row-2 div:nth-child(5) {
    margin-bottom: 0px !important;
  }

  .footer-row-2 {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer-row-2 .col-lg-2.col-md-2,
  .footer-row-2 .col-lg-3.col-md-3 {
    width: fit-content;
    float: left;
    margin-bottom: 50px;
    padding: 0px 20px;
  }

  .blog-card {
    width: 32%;
  }

  .grid-section {
    width: 100%;
  }

  .casestudy-left,
  .casestudy-right {
    width: 100% !important;
  }

  .casestudy-left {
    padding-right: 0px;
  }

  .industry-list a img {
    /* top: 7px; */
    position: relative;
  }

  .menu-sec {
    width: inherit;
  }

  .top-bar {
    flex-wrap: wrap;
    justify-content: center;
    /* margin:10px 0px; */
  }

  .topbar-right {
    /* width: 100%;
    margin-left: auto; */
    /* margin-bottom: 20px; */
  }

  .grey-title {
    font-size: 24px;
  }

  .slide.swiper-slide {
    height: fit-content;
  }

  .col-lg-3.col-md-3.empower-blk {
    width: 46%;
    /* margin-bottom: 50px; */
  }

  .empower-blk:hover {
    top: 10px;
  }

  .emp-img-sec {
    margin: 0px 20px 20px 0px;
    float: inherit;
  }

  .banner-button p {
    font-size: 16px !important;
    /* width: 120px; */
  }

  .container {
    max-width: 95% !important;
  }

  .video-wrapper {
    height: 400px;
    /* margin-top: 72px; */
  }

  .content .banner-title {
    font-size: 40px;
    /* font-weight: 900; */
    max-width: 100%;
    /* top: -50px; */
    position: relative;
    padding-left: 0px;
    padding-bottom: 0px;
  }

  .video-wrapper .content .banner-title {
    font-size: 26px;
    font-weight: 900;
    max-width: 100%;
    top: 10px;
    position: relative;
    padding-left: 0px;
    padding-bottom: 0px;
  }

  .banner-button {
    top: -20px;
  }

  .content p {
    /* top: -55px; */
    position: relative;
    font-size: 18px !important;
  }

  .video-wrapper hr {
    top: -55px;
    position: relative;
    width: 80%;
  }

  .menu-link {
    padding: 31px 8px;
    font-size: 16px;
  }

  .logo {
    /* width: 220px; */
    height: 70px;
    padding: 10px;
  }

  .orange-title {
    font-size: 24px;
  }

  .black-title {
    font-size: 17px;
  }

  .floating-box {
    left: 25%;
    width: 300px;
    position: absolute;
    margin-top: -105px;
  }

  .pad-btwn {
    padding: 30px 0px;
  }

  .empower-blk {
    top: 20px;
  }

  .empower-blk h4 {
    font-size: 22px !important;
  }

  .emp-img-sec {
    /* width: 80px;
    height: 80px; */
  }

  .industry-list {
    padding: 5px 20px;
  }

  .industry-img-sec {
    width: 80px;
    height: 80px;
  }

  .industry-img-outer {
    width: 100px;
    height: 100px;
    /* left: 10px; */
  }

  .industry-list {
    gap: 5px;
  }

  .industry-blk h4 {
    /* width: 95%; */
    font-size: 18px;
  }

  .industry-blk {
    left: 15px;
  }

  .industry-list a {
    width: 100%;
    align-items: baseline;
  }

  .industry-hover-blk h4 {
    font-size: 18px;
    /* left: 20px; */
    padding: 2px 0px;
  }

  .industry-list a span {
    font-size: 16px;
  }

  .readmore-icon {
    width: 30px;
    height: 30px;
  }

  .count {
    font-size: 50px;
  }

  .counter-main {
    padding: 0px 10px;
  }

  .counter-main::after {
    right: -7px;
  }

  .counter-subtitle {
    font-size: 16px;
    position: absolute;
  }

  .counter-right {
    width: 70px;
    right: 40px;
    position: relative;
    top: -10px;
  }

  .blog-maintitle {
    font-size: 16px;
    height: 80px;
  }

  .admin p {
    font-size: 14px !important;
  }

  .read-more-btn p {
    font-size: 16px !important;
  }

  .company-info h3 {
    font-size: 24px;
    text-align: left;
  }

  .company-info h4 {
    font-size: 20px;
  }

  .form-main .wrapper {
    width: 100%;
  }

  .form-main .contact {
    width: 100%;
    border-radius: 0 0 8px 8px;
    padding: 30px !important;
  }

  .company-info {
    padding: 30px !important;
    border-radius: 8px 8px 0px 0px;
  }

  .contact form label {
    font-size: 16px;
  }

  .partner-sec-title {
    font-size: 18px;
  }

  .footer-row-2 h4 {
    font-size: 17px;
  }

  .footer-row-2 {
    font-size: 15px;
  }

  .addr-blk p {
    font-size: 15px !important;
    margin-bottom: 10px;
  }

  .vertical-mdl-tabs .mdl-tabs__tab {
    font-size: 16px !important;
  }

  .slider-maincontent-sec h4 {
    font-size: 22px;
  }

  .slider-logo-sec {
    width: 150px;
  }

  p {
    font-size: 16px !important;
  }

  .talk-btn a {
    font-size: 14px;
  }

  .list-group-item {
    font-size: 16px !important;
  }

  .text-dark.menu-content-link {
    font-size: 16px !important;
  }

  .tab-blk p {
    font-size: 15px !important;
  }

  .tab-blk h4 {
    font-size: 20px;
  }

  .content p {
    font-size: 16px !important;
    max-width: 100%;
  }

  .landing-banner-title {
    font-size: 24px !important;
  }

  .technology-banner-bg,
  .marketing-banner-bg {
    /* width: auto !important;
    height: 400px; */
  }

  .landing-page-model .content p {
    top: 0px;
    position: relative;
  }

  .footer-row-2 h4 {
    font-size: 17px;
  }

  .footer-row-2 {
    font-size: 15px;
    padding: 0px 10px;
  }

  .addr-blk p {
    font-size: 15px !important;
    margin-bottom: 10px;
  }

  .vertical-mdl-tabs .mdl-tabs__tab {
    font-size: 16px !important;
  }

  .slider-maincontent-sec h4 {
    font-size: 20px;
  }

  .slider-logo-sec {
    width: 150px;
  }

  p {
    font-size: 16px !important;
  }

  .talk-btn a {
    font-size: 14px;
  }

  .list-group-item {
    font-size: 16px !important;
  }

  .text-dark.menu-content-link {
    font-size: 16px !important;
  }

  .tab-blk p {
    font-size: 15px !important;
  }

  .tab-blk h4 {
    font-size: 20px;
  }

  .logo img {
    /* width: 100%; */
  }

  .hero-wrapper .content p {
    font-size: 22px !important;
    max-width: 100%;
  }

  .landing-banner-title {
    font-size: 24px !important;
    padding-top: 0px;
    padding-top: 0px;
  }

  .technology-banner-bg,
  .marketing-banner-bg {
    /* width: 100% !important;
    height: 400px; */
  }

  .landing-page-model hr {
    /* top: 0px;
    position: relative;
    margin: 10px 0 !important; */
  }

  .landing-page-model .content p {
    /* top: 30px; */
    position: relative;
  }

  .video-wrapper hr {
    top: 10px;
    position: relative;
    margin: 10px 0 !important;
  }

  .video-wrapper .content p {
    top: 10px;
    position: relative;
  }

  .video-wrapper .banner-button {
    top: 10px;
  }

  .steps p {
    font-size: 15px !important;
  }

  .steps p:nth-child(2) {
    margin-bottom: 40px !important;
  }

  .contact h3 {
    font-size: 22px !important;
  }

  .contact form {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
  }

  .mdl-grid.mdl-grid--no-spacing.container {
    flex-direction: column;
  }

  .mdl-cell.mdl-cell--2-col,
  .mdl-cell.mdl-cell--10-col {
    width: 100% !important;
  }

  .mdl-tabs__tab-bar {
    display: inline-block !important;
  }

  .vertical-mdl-tabs .mdl-tabs__tab {
    width: fit-content !important;
    float: left;
  }

  .vertical-mdl-tabs.mdl-tabs.is-upgraded a.mdl-tabs__tab.is-active {
    border-bottom: 3px solid #e05d36;
    border-right: none !important;
  }

  .vertical-mdl-tabs.mdl-tabs.is-upgraded a.mdl-tabs__tab {
    border-bottom: 3px solid transparent;
    border-right: none;
    padding: 5px 10px !important;
    line-height: 25px !important;
    width: 100% !important;
  }

  .vertical-mdl-tabs .mdl-tabs__tab-bar {
    border-right: 0px solid rgba(10, 11, 49, 0.2) !important;
  }

  .vertical-mdl-tabs.mdl-tabs.is-upgraded .mdl-tabs__panel.is-active,
  .mdl-tabs__panel {
    /* padding: 0 10px !important; */
    padding: 20px 10px !important;
  }

  .mdl-grid.mdl-grid--no-spacing {
    padding: 20px !important;
    height: fit-content !important;
  }

  .tab-title {
    font-size: 18px !important;
  }

  .company-logo-sec .slide.slick-slide img {
    height: 90px !important;
  }

  .company-logo-sec .slick-slide {
    padding: 20px !important;
  }

  .floating-text {
    font-size: 14px !important;
  }

  .quotation-sec {
    background-position: 70% 0 !important;
  }

  .right-sec-img,
  .left-sec-img {
    height: 300px;
    width: auto;
  }

  .right-img-sec,
  .left-img-sec {
    margin: auto;
  }

  .left-image-block .left-img-sec {
    order: 2;
  }

  .imp-tech-img-blk {
    flex-wrap: nowrap;
  }

  .imp-tech-img-blk .col-lg-4.col-md-4 {
    flex: inherit;
    width: auto;
  }

  .testimonial-right {
    padding: 10px 10px 0px 10px;
    height: auto;
  }

  .quote-content-box {
    padding: 0;
    /* flex-direction: column; */
  }

  .quote-content-sec h4 {
    font-size: 28px;
  }

  .testimonial-desc {
    font-size: 22px;
  }

  .details .name {
    font-size: 20px;
  }

  .contact h3 {
    font-size: 20px;
  }

  .title-sec *,
  .empower-new-model-sec .left-side-title {
    /* font-size: 30px !important; */
  }

  .small.title-sec * {
    font-size: 24px !important;
  }

  .quotation-left-sec .quotation-para {
    font-size: 18px !important;
  }

  .footer-row-1 {
    font-size: 15px;
    padding: 0px 0px;
    flex-wrap: wrap;
  }

  .footer-row-1 h4 {
    font-size: 20px;
  }

  .social-icons a {
    width: 35px;
    height: 35px;
  }

  .social-icons a img {
    height: 15px;
  }

  .client-logo img {
    height: 120px !important;
  }

  .content .banner-title {
    font-size: 40px;
  }

  .hero-wrapper .content p {
    font-size: 23px !important;
  }

  .title-width {
    font-size: 20px !important;
    width: 100% !important;
    margin: 20px auto !important;
  }

  .transform-title-sec h5 {
    font-size: 18px !important;
  }

  .slide-content h4 {
    font-size: 20px !important;
  }

  .imp-point {
    padding: 2px 12px !important;
    font-size: 14px !important;
  }

  .transform-sec .slide-content p,
  .inthenews-mainsec .news-content-line {
    font-size: 16px !important;
    line-height: 1.5;
  }

  .customer-logos.container {
    gap: 20px !important;
    max-width: 100% !important;
    grid-template-columns: repeat(3, 1fr) !important;
  }

  .quote-content-sec p {
    font-size: 16px !important;
  }

  .details .job {
    font-size: 14px;
  }

  .quotation-left-sec {
    width: 100% !important;
  }

  .testimonial-sec {
    background-image: linear-gradient(90deg, #252525 35%, #4a403e 0%);
    background: #252525;
  }

  .steps p {
    font-size: 18px !important;
    line-height: 1.4;
  }

  .hire-box {
    margin-left: 5px;
    display: inline-block;
    margin-top: 0px;
    padding: 2px 8px;
  }

  .empower-new-model-sec {
    padding-top: 0px;
  }

  .testimonial-left,
  .testimonial-right {
    width: 100% !important;
  }

  .slide.swiper-slide .col-lg-12.col-md-12.flex-box {
    padding: 0px;
  }

  .swiper-arrows {
    justify-content: center;
    right: 0;
    left: 0;
  }

  .footer-row-1 .col-lg-3.col-md-3 {
    width: 100%;
    float: left;
    padding: 0px 10px;
  }

  .footer-row-1 .col-lg-2.col-md-2 {
    width: 50%;
    float: left;
    margin-bottom: 20px;
  }

  .footer-row-1 ul li {
    line-height: 2;
    margin-bottom: 0px;
  }

  .social-icons {
    justify-content: flex-start;
  }

  .hero-wrapper {
    height: 500px !important;
  }

  .hero-banner-sec {
    height: 500px;
  }

  .hero-banner-sec img {
    width: 100%;
    object-fit: cover;
    height: 500px !important;
  }

  .empower-new-model-sec .left-side-title {
    font-size: 60px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .testimonal-main-blk {
    flex-direction: column;
  }

  .testimonial {
    padding: 0px;
  }

  .quote-content-box {
    justify-content: center;
    padding: 0px 5px;
  }
}

@media (min-width: 481px) and (max-width: 575px) {
  .talk-btn a {
    font-size: 14px !important;
    padding: 8px 8px;
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 480px) {
  #navbar .container-fluid {
    padding: 0px 5px;
  }

  .talk-btn a {
    font-size: 18px !important;
    padding: 8px 8px;
    width: 30px;
    height: 30px;
    margin-left: 10px;
  }

  .topbar-right {
    /* min-width: 220px !important;
    max-width: 280px !important; */
    width: fit-content !important;
  }

  .menu-bar {
    width: 100vw !important;
  }
}

@media (max-width: 575px) {
  .col-contracting {
    margin-bottom: 20px;
  }

  .text-secondary {
    font-size: 12px !important;
  }

  .talk-btn a span {
    display: none;
  }

  .read-more-btn.blog-btn.blog-up {
    text-align: center;
    width: fit-content;
  }

  .empbusiness-sec .col-lg-12.col-md-12.flex-box {
    padding: 0px 5px;
  }

  .col-lg-3.col-md-3.empower-blk {
    margin: 0px 0px 20px 0px;
    padding: 25px;
  }

  .count.count-top {
    font-size: 70px;
  }

  .purple-title {
    font-size: 22px;
  }

  .counter-top-blk p {
    font-size: 18px !important;
  }

  .founder-blk {
    display: flex;
    align-items: baseline;
    flex-direction: column;
  }

  .found {
    width: 100%;
  }

  .found:nth-child(1) {
    border-bottom: 0px solid #ddd;
  }

  .counter-main {
    margin-bottom: 20px;
  }

  .landing-page-model .overlay {
    background-image: linear-gradient(to bottom right,
        #081624,
        #111111b0) !important;
    opacity: 1 !important;
  }

  .landing-page-model .image-sect {
    height: 370px !important;
  }

  .landing-page-model.inner-page-model .image-sect {
    height: 250px !important;
  }

  .mdl-tabs.vertical-mdl-tabs .title-sec.text-center {
    padding: 0px 10px;
  }

  .landing-page-model .content.container {
    max-width: 98% !important;
    /* top: 30px !important; */
  }

  .breadscrumb {
    left: 5% !important;
    right: 5% !important;
  }

  .landing-page-model hr {
    top: initial;
    position: absolute;
    margin: 10px 0 !important;
    /* width: 200px; */
    width: 100%;
  }

  .collapse {
    visibility: initial !important;
  }

  .social-icons a {
    margin: 0px 7px;
  }

  .footer-row-1 .col-lg-6.col-md-6 {
    margin: 15px auto;
  }

  .footer-row-1 {
    display: flex;
    margin-bottom: 20px;
    flex-direction: column;
    padding: 0px 10px;
  }

  .slick-slide-arrows {
    display: flex;
    justify-content: center;
    position: relative;
    top: inherit;
    margin: auto;
    width: 100%;
  }

  .title-sec.text-left.blog-title {
    /* flex-wrap: wrap; */
    flex-direction: column;
    justify-content: center;
  }

  .slideshow-container .learn-more-btn {
    margin-top: 0px;
  }

  .swiper-button-prev.nav-btn {
    left: 0px;
  }

  .swiper-button-next.nav-btn {
    right: 0px;
  }

  .counter-inner .col-6.col-lg-3 {
    width: 100%;
  }

  .contact form {
    display: flex;
    flex-direction: column;
  }

  .col-lg-6,
  .col-md-6 {
    padding: 0px 10px;
  }

  .prev {
    left: 0px;
    margin: 10px;
  }

  .next {
    right: 0px;
    margin: 10px;
  }

  .slider-maincontent-sec h4 {
    font-size: 22px;
  }

  .slider-logo-sec {
    width: 150px;
  }

  .social-icons a img {
    height: 20px;
  }

  .abt-right-sec p {
    /* margin-bottom: 20px; */
  }

  .abt-right-sec .read-more-btn {
    margin: 20px 0px;
  }

  .abt-right-sec {
    order: 1;
  }

  .abt-left-sec {
    order: 2;
  }

  .bg-dark.d-md-none.d-block img {
    padding: 20px;
  }

  .bg-dark.d-md-none.d-block div:nth-child(1) {
    width: fit-content;
    float: left;
  }

  .bg-dark.d-md-none.d-block img {
    width: 200px;
  }

  .bg-dark.d-md-none.d-block {
    z-index: 2;
    position: relative;
  }

  .bg-dark.d-md-none.d-block .container {
    width: fit-content;
    float: right;
    right: 10px;
    position: relative;
    display: none;
  }

  .form-main {
    flex-direction: column;
  }

  .single-img.col-lg-6.col-md-6,
  .single-img.col-lg-3.col-md-3 {
    /* padding: 10px; */
    width: 100%;
    height: auto;
  }

  .single-img .image-blk-overlay {
    height: auto;
  }

  .image {
    /* height: 450px; */
  }

  .industry-image-3 {
    background-image: url("../images/industry-sol3.jpg");
    background-size: cover;
    background-position: 100% 100%;
  }

  .footer-row-2 div:nth-child(4),
  .footer-row-2 div:nth-child(5) {
    margin-bottom: 0px !important;
  }

  .footer-row-2 {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer-row-2 .col-lg-2.col-md-2,
  .footer-row-2 .col-lg-3.col-md-3 {
    width: 100%;
    float: left;
    margin-bottom: 30px !important;
    padding: 0px 10px;
  }

  .blog-card {
    width: 32%;
  }

  .grid-section {
    width: 100%;
  }

  .casestudy-left,
  .casestudy-right {
    width: 100% !important;
  }

  .casestudy-left {
    padding-right: 0px;
  }

  .industry-list a img {
    /* top: 7px; */
    position: relative;
  }

  .menu-sec {
    width: fit-content;
    justify-content: flex-end;
  }

  .top-bar {
    /* flex-wrap: wrap; */
    justify-content: flex-start;
    /* width: 100%;
    max-width: 100%; */
    /* margin:10px 0px; */
  }

  .topbar-right {
    width: 100%;
    margin-left: auto;
    /* margin-bottom: 20px; */
  }

  .grey-title {
    font-size: 20px;
  }

  .slide.swiper-slide {
    height: fit-content;
    padding: 30px 0px;
  }

  .testimonial {
    padding: 0px;
  }

  .col-lg-3.col-md-3.empower-blk {
    width: 100%;
    /* margin-bottom: 50px; */
  }

  .empower-blk:hover {
    top: 10px;
  }

  .emp-img-sec {
    margin: 0px 20px 20px 0px;
    float: inherit;
  }

  .banner-button p {
    font-size: 16px !important;
    /* width: 120px; */
  }

  .container {
    max-width: 95% !important;
    /* padding: 10px; */
  }

  .video-wrapper {
    height: 350px;
    /* margin-top: 72px; */
  }

  .content .banner-title {
    font-size: 24px;
    /* font-weight: 900; */
    max-width: 100%;
    /* top: -50px; */
    position: relative;
    padding-left: 0px;
    padding-bottom: 0px;
  }

  .banner-button {
    top: -20px;
  }

  .content p {
    /* top: -55px; */
    position: relative;
    font-size: 16px !important;
  }

  hr {
    top: -55px;
    position: relative;
    width: 80%;
  }

  hr.block-seperator {
    top: 0px;
  }

  .video-wrapper .content {
    padding: 24px !important;
    top: 20px;
    padding: 0px 15px !important;
  }

  .video-wrapper .content .banner-title {
    font-size: 24px;
    font-weight: 900;
    max-width: 100%;
    top: 10px;
    position: relative;
    padding: 0px;
    margin-bottom: 0px;
  }

  .video-wrapper hr {
    top: 10px;
    position: relative;
    margin: 10px 0 !important;
  }

  .video-wrapper .content p {
    top: 10px;
    position: relative;
    width: fit-content;
  }

  .video-wrapper .banner-button {
    top: 10px;
  }

  .menu-link {
    padding: 31px 8px;
    font-size: 16px;
  }

  .logo {
    /* width: 220px; */
    padding: 10px;
    /* display: block; */
    /* float: left; */
    text-align: center;
  }

  .logo img {
    padding-left: 0px !important;
    height: 50px;
  }

  .orange-title {
    font-size: 20px;
  }

  .black-title {
    font-size: 17px;
  }

  .floating-box {
    left: 0%;
    width: inherit;
    position: relative;
    margin-top: 15px;
  }

  .pad-btwn {
    padding: 20px 0px;
  }

  .empower-blk {
    top: 20px;
  }

  .empower-blk h4 {
    font-size: 20px !important;
    margin-bottom: 10px;
  }

  .emp-img-sec {
    /* width: 80px;
    height: 80px; */
  }

  .industry-list {
    padding: 0px 20px 20px 20px;
    gap: 5px;
  }

  .industry-img-sec {
    width: 80px;
    height: 80px;
  }

  .industry-img-outer {
    width: 100px;
    height: 100px;
    left: 0px !important;
  }

  .industry-blk h4 {
    width: 95%;
    font-size: 18px;
  }

  .industry-blk {
    left: 15px;
    display: none;
  }

  .industry-list a {
    width: 100%;
    align-items: baseline;
  }

  .industry-hover-blk h4 {
    font-size: 20px;
    /* left: 0px;
    width: 90%; */
    text-align: left;
    padding: 5px 0px;
  }

  .industry-hover-blk {
    display: flex;
    flex-direction: column;
  }

  .industry-list a span {
    font-size: 16px;
    /* width: 40px;
    height: 40px; */
    width: auto;
    height: auto;
  }

  .industry-list a span.readmore-icon {
    width: 40px;
    height: 40px;
  }

  .industry-sec .drive-transform-word {
    text-align: center;
  }

  .readmore-icon {
    width: 30px;
    height: 30px;
  }

  .count {
    font-size: 40px;
  }

  .counter-main {
    padding: 0px 10px;
  }

  .counter-main::after {
    content: "";
    position: relative;
    width: 0px;
    height: 0px;
    right: 0px !important;
    border-radius: 0%;
    border: 1px solid #ddd;
    background: #fff;
  }

  .counter-subtitle {
    font-size: 16px;
    position: relative;
  }

  .counter-right {
    width: 70px;
    order: 1;
    margin-left: inherit;
    margin-right: 45px;
    top: 15px;
    position: relative;
  }

  .counter-left {
    order: 2;
  }

  .blog-maintitle {
    font-size: 18px;
    height: 80px;
  }

  .admin p {
    font-size: 15px !important;
  }

  .blog-card__title {
    padding: 20px;
  }

  .read-more-btn p {
    font-size: 16px !important;
  }

  .company-info h3 {
    font-size: 20px;
    text-align: left;
  }

  .company-info h4 {
    font-size: 17px;
  }

  .form-main .wrapper {
    width: 100%;
  }

  .form-main .contact {
    width: 100%;
    border-radius: 0 0 8px 8px;
    padding: 20px !important;
  }

  .company-info {
    padding: 20px !important;
    border-radius: 8px 8px 0px 0px;
  }

  .contact form label {
    font-size: 15px;
  }

  .partner-sec-title {
    font-size: 16px;
  }

  .footer-row-2 h4 {
    font-size: 17px;
  }

  .footer-row-2 {
    font-size: 16px;
  }

  .addr-blk p {
    font-size: 16px !important;
    margin-bottom: 10px;
  }

  .vertical-mdl-tabs .mdl-tabs__tab {
    font-size: 16px !important;
  }

  .slider-maincontent-sec h4 {
    font-size: 22px;
  }

  .slider-logo-sec {
    width: 150px;
  }

  p {
    font-size: 16px !important;
  }

  .talk-btn a {
    font-size: 14px;
  }

  .list-group-item {
    font-size: 16px !important;
  }

  .text-dark.menu-content-link {
    font-size: 16px !important;
  }

  .tab-blk p {
    font-size: 15px !important;
  }

  .tab-blk h4 {
    font-size: 20px;
  }

  .logo img {
    /* width: 100%; */
  }

  .content p {
    font-size: 16px !important;
    max-width: 100%;
  }

  .landing-banner-title {
    font-size: 24px !important;
  }

  /* .technology-banner-bg, .marketing-banner-bg {
    width: auto !important;
    height: 400px;
  } */
  .landing-page-model hr {
    top: 0px;
    position: relative;
    margin: 10px 0 !important;
  }

  .landing-page-model .content p {
    top: 0px;
    position: relative;
  }

  .footer-row-2 h4 {
    font-size: 20px;
  }

  .footer-row-2 {
    font-size: 16px;
    padding: 0px 10px;
  }

  .addr-blk p {
    font-size: 16px !important;
    margin-bottom: 10px;
  }

  .vertical-mdl-tabs .mdl-tabs__tab {
    font-size: 16px !important;
  }

  .slider-maincontent-sec h4 {
    font-size: 18px;
  }

  .slider-logo-sec {
    width: 150px;
  }

  p {
    font-size: 16px !important;
  }

  .talk-btn a {
    font-size: 14px;
  }

  .list-group-item {
    font-size: 16px !important;
  }

  .text-dark.menu-content-link {
    font-size: 16px !important;
  }

  .tab-blk p {
    font-size: 15px !important;
  }

  .tab-blk h4 {
    font-size: 18px;
  }

  .logo img {
    /* width: 100%; */
  }

  .content p {
    font-size: 16px !important;
    max-width: 100%;
  }

  .landing-banner-title {
    font-size: 22px !important;
    max-width: 90% !important;
    /* padding-bottom: 20px !important; */
  }

  .technology-banner-bg,
  .marketing-banner-bg {
    /* width: auto !important;
    height: 400px;
    left: -600px;
    position: relative; */
  }

  .landing-page-model hr {
    top: 0px;
    position: relative;
    margin: 10px 0 !important;
  }

  .landing-page-model .content p {
    top: 0px;
    position: relative;
  }

  .steps p {
    font-size: 16px !important;
  }

  .steps p:nth-child(2) {
    margin-bottom: 40px !important;
  }

  .contact h3 {
    font-size: 18px !important;
  }

  .contact form {
    margin-top: 10px;
  }

  .mdl-grid.mdl-grid--no-spacing.container {
    flex-direction: column;
  }

  .mdl-cell.mdl-cell--2-col,
  .mdl-cell.mdl-cell--10-col {
    width: 100% !important;
  }

  .mdl-tabs__tab-bar {
    display: inline-block !important;
  }

  .vertical-mdl-tabs .mdl-tabs__tab {
    width: fit-content !important;
    float: left;
  }

  .vertical-mdl-tabs.mdl-tabs.is-upgraded a.mdl-tabs__tab.is-active {
    border-bottom: 1px solid #e05d36;
    border-right: none !important;
    border-radius: 8px 8px 0px 0px;
    height: 60px;
  }

  .vertical-mdl-tabs.mdl-tabs.is-upgraded a.mdl-tabs__tab {
    /* border-bottom: 1px solid #bfbfbf; */
    border-right: none;
    padding: 5px 20px !important;
    line-height: 25px !important;
    width: 100% !important;
    background: #f9f9f9;
    border-radius: 8px;
  }

  .vertical-mdl-tabs .mdl-tabs__tab-bar {
    border-right: 0px solid rgba(10, 11, 49, 0.2) !important;
  }

  .vertical-mdl-tabs.mdl-tabs.is-upgraded .mdl-tabs__panel.is-active,
  .mdl-tabs__panel {
    /* padding: 0 10px !important; */
    padding: 10px 20px !important;
  }

  .mdl-grid.mdl-grid--no-spacing {
    padding: 10px !important;
    height: fit-content !important;
  }

  .tab-title {
    font-size: 16px !important;
  }

  .company-logo-sec .slide.slick-slide img {
    height: 90px !important;
  }

  .company-logo-sec .slick-slide {
    padding: 20px !important;
  }

  .floating-text {
    font-size: 16px !important;
  }

  .quotation-sec {
    background-position: 60% 0 !important;
  }

  .right-sec-img,
  .left-sec-img {
    height: auto;
    width: auto;
  }

  .right-img-sec,
  .left-img-sec {
    margin: auto;
  }

  .left-image-block .left-img-sec {
    order: 2;
    padding: 20px;
  }

  .right-image-block .right-img-sec {
    padding: 20px;
  }

  .testimonial-block .rightcontent-sec,
  .testimonial-block .leftcontent-sec {
    padding: 20px;
  }

  .imp-tech-img-blk {
    flex-wrap: wrap;
  }

  .imp-tech-img-blk .col-lg-4.col-md-4 {
    flex: inherit;
    width: auto;
    margin: auto;
  }

  .landing-page-model {
    background: #000;
  }

  .imp-tech-img-blk img {
    /* width: auto !important;
    height: 300px; */
  }

  .read-more-btn.tab-btn {
    place-content: flex-start !important;
  }

  .marketing-page.landing-page-model .content.container,
  .technology-page.landing-page-model .content.container {
    max-width: 98% !important;
  }

  .left-sec-img,
  .right-sec-img {
    width: 100% !important;
    height: auto;
  }

  .left-img-sec,
  .right-img-sec {
    text-align: center;
  }

  .testimonial-right {
    padding: 10px 10px 0px 10px;
    height: auto;
  }

  .quote-content-box {
    padding: 0;
    /* flex-direction: column; */
  }

  .quote-content-sec h4 {
    font-size: 24px;
  }

  .testimonial-desc {
    font-size: 18px;
  }

  .details .name {
    font-size: 20px;
  }

  .contact h3 {
    font-size: 20px;
  }

  .title-sec *,
  .empower-new-model-sec .left-side-title {
    /* font-size: 24px !important; */
  }

  .small.title-sec * {
    font-size: 24px !important;
  }

  .quotation-left-sec .quotation-para {
    font-size: 18px !important;
  }

  .footer-row-1 {
    font-size: 15px;
    padding: 0px 0px;
    flex-wrap: wrap;
  }

  .footer-row-1 h4 {
    font-size: 20px;
  }

  .social-icons a {
    width: 35px;
    height: 35px;
  }

  .social-icons a img {
    height: 15px;
  }

  .client-logo img {
    height: 100px !important;
  }

  .content .banner-title {
    font-size: 32px !important;
    padding-right: 0px;
  }

  .hero-wrapper .content p {
    font-size: 20px !important;
  }

  .hero-wrapper .content.container {
    max-width: 95% !important;
  }

  .title-width {
    font-size: 18px !important;
    width: 100% !important;
    padding: 0px 15px;
    margin: 15px auto !important;
  }

  .transform-title-sec h5 {
    font-size: 18px !important;
  }

  .slide-content h4 {
    font-size: 20px !important;
  }

  .imp-point {
    padding: 2px 12px !important;
    font-size: 14px !important;
  }

  .transform-sec .slide-content p,
  .inthenews-mainsec .news-content-line {
    font-size: 16px !important;
    line-height: 1.5;
  }

  .customer-logos.container {
    gap: 20px !important;
    max-width: 100% !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .quote-content-sec p {
    font-size: 16px !important;
  }

  .details .job {
    font-size: 14px;
  }

  .quotation-left-sec {
    width: 100% !important;
  }

  .testimonial-sec {
    background-image: linear-gradient(90deg, #252525 35%, #4a403e 0%);
    background: #252525;
  }

  .contact-formsec .steps p {
    font-size: 16px !important;
    line-height: 1.4;
  }

  .hire-box {
    margin-left: 5px;
    display: inline-block;
    margin-top: 0px;
    padding: 2px 8px;
  }

  .empower-new-model-sec {
    padding-top: 0px;
  }

  .testimonial-left,
  .testimonial-right {
    width: 100% !important;
  }

  .slide.swiper-slide .col-lg-12.col-md-12.flex-box {
    padding: 0px;
  }

  .swiper-arrows {
    justify-content: center;
    right: 0;
    left: 0;
  }

  .footer-row-1 .col-lg-3.col-md-3 {
    width: 100%;
    float: left;
    padding: 0px 20px;
  }

  .footer-row-1 .col-lg-2.col-md-2 {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding: 0px 20px;
  }

  .footer-row-1 ul li {
    line-height: 2;
    margin-bottom: 0px;
  }

  .social-icons {
    justify-content: flex-start;
  }

  .hero-wrapper {
    height: 500px !important;
  }

  .hero-banner-sec {
    height: 500px;
  }

  .hero-banner-sec img {
    width: 100%;
    object-fit: cover;
    height: 500px !important;
  }

  .empower-new-model-sec .left-side-title {
    font-size: 60px;
    width: 100% !important;
  }

  .img-area .single-img {
    margin-bottom: 20px;
  }

  .img-overlay {
    height: auto;
    position: relative;
  }

  .btn-wrapper {
    top: 85%;
    left: 55%;
  }
}

@media (max-width: 480px) {
  .industry-sec .drive-transform-word {
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 575px) {
  .industry-list a span.readmore-icon {
    width: 30px;
    height: 30px;
  }
}

/* Media Query End */

/* Menu Start */

.tab-blk {
  color: #000;
  width: 70%;
  margin-left: auto;
}

.menu-item .d-flex.align-items-center {
  align-items: flex-start !important;
}

.tab-blk h4 {
  font-weight: 800;
  margin-bottom: 10px;
  font-size: 20px;
}

.tab-blk p {
  font-size: 16px !important;
  margin-bottom: 10px;
}

.black-text {
  color: #000;
}

.menu-inner-feature {
  color: #000;
}

.feat-head {
  font-weight: 800;
  font-size: 20px;
}

.menu-feature-section {
  display: flex;
  margin-top: 10px;
  margin-left: 10px;
}

.menu-feature-section img {
  width: 30%;
}

.menu-feature-part {
  width: 70%;
}

.flex-1 {
  width: 30%;
}

.menu-inner-feature {
  color: #000;
  /* width: 70%; */
}

.menu-inner-mainsec a {
  margin-left: auto;
}

.menu-feature-part h6 {
  font-weight: 700;
  margin-bottom: 5px;
}

.menu-feature-part p {
  font-size: 17px !important;
  margin-bottom: 10px;
}

.service-img {
  border: 5px solid #fff;
  border-radius: 8px;
  margin-right: 20px;
  box-shadow: 0px 1px 6px #ccc;
}

.submenu-icon {
  width: 50px;
  margin-right: 10px;
}

.menu-content-section {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.menu-content-part h6 {
  font-weight: 700;
  margin-bottom: 5px;
}

.menu-content-part a {
  margin-bottom: 20px;
}

.sub-menu-para {
  margin-bottom: 10px;
  font-size: 17px !important;
}

.list-group-item {
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .quote-bg-sec {
    flex-direction: column;
  }

  .quote-bg-left-img {
    width: 50%;
    left: 0;
    margin-bottom: 100px;
  }

  .quote-bg-right-img {
    width: 50%;
    right: 0;
    position: relative;
    left: 0;
    top: 60%;
  }

  #single-dropdown {
    width: 100%;
  }

  .menu-content {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    padding: 0px 0;
    left: 0;
    min-height: 400px;
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.3);
    animation: slideDownAnimation 0.3s ease;
    display: block;
    z-index: 3;
  }

  .accordion-item-content-item {
    padding: 0px;
  }

  .d-flex.align-items-center {
    align-items: flex-start !important;
    align-items: center !important;
    /* flex-direction: column; */
  }

  .menu-inner-feature {
    width: 100%;
    margin-top: 20px;
  }

  #sports-tab-content .d-flex.align-items-center {
    flex-direction: column;
  }

  #sports-tab-content .flex-1 {
    width: 100%;
  }

  .service-img {
    width: 150px;
    height: 100%;
  }

  .list-group-item.active {
    background-color: #e05d36;
    border-color: #e05d36;
  }

  .btn-danger {
    color: #fff;
    background-color: #e05d36 !important;
    border-color: #e05d36 !important;
  }

  .list-group-item.active {
    background-color: #e05d36 !important;
    border-color: #e05d36 !important;
    color: #fff !important;
  }

  .tab-blk,
  .flex-1 {
    width: 100%;
  }

  .tab-blk {
    margin-top: 30px;
  }

  .text-dark.menu-content-link {
    padding-left: 0px;
  }

  .accordion-item-content.collapse.show .menu-content {
    display: block;
  }

  .accordion-item-content.collapse.menu-content {
    display: none;
  }
}

@media (max-width: 575px) {
  .engagement-grid .engament-top-part {
    width: 90% !important;
  }

  .menu-inner-mainsec {
    flex-direction: column;
  }

  .feat-head {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .menu-feature-part p {
    font-size: 16px !important;
    margin-bottom: 10px;
  }

  .menu-feature-section {
    flex-direction: column;
    margin-left: 0px;
  }

  .service-img,
  .menu-feature-part {
    width: 100% !important;
  }

  .menu-feature-part {
    margin-top: 20px;
  }

  .menu-content .container {
    max-width: 100% !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  #sports-tab-content .d-flex.align-items-center,
  #departments-tab-content .d-flex.align-items-center {
    flex-direction: column;
  }

  #sports-tab-content .flex-1,
  #sports-tab-content .menu-inner-feature,
  #departments-tab-content .flex-1,
  #departments-tab-content .menu-inner-feature {
    width: 100% !important;
  }

  #sports-tab-content .menu-inner-feature,
  #departments-tab-content .menu-inner-feature {
    margin-top: 20px;
  }
}

/* Menu End */

/* Inner Page Banner CSS Start */

.innerpage-wrapper {
  position: relative;
}

.innerpage-wrapper .content.container {
  position: absolute;
  top: 100px;
  max-width: 80%;
  left: 0;
  right: 0;
}

.inner-page .image-sect {
  background-image: url("../images/innerpage-bannerbg.jpg");
  background-size: cover;
  margin-top: 0;
  height: 400px;
  background-position: 80% 0%;
}

/* Inner Page Banner CSS End */

/* Technology Landing Page CSS Start */

/* Technology Banner CSS Start */

.technology-page .image-sect {
  background-image: url("../images/technology-bg.jpg");
  background-size: cover;
  margin-top: 0;
  height: 600px;
  background-position: 80% 0%;
}

.image-sect {
  overflow: hidden;
  width: 100%;
}

.landing-page-model .overlay {
  background-image: linear-gradient(to bottom right, #081624, #a4a4a400);
  opacity: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  box-sizing: border-box;
  /* padding: 15% 32px; */
  line-height: 1.5;
  text-align: center;
  top: 0;
}

.landing-page-model {
  position: relative;
  /* margin-top: 84px; */
}

.landing-page-model .content.container {
  max-width: 80%;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto !important;
  padding: 0px 30px;
}

.landing-banner-title {
  text-align: left;
  max-width: 50%;
  font-weight: 800;
  font-size: 40px;
  padding-left: 0;
  padding-bottom: 0px;
  font-family: "Playfair Display", serif !important;
}

.breadscrumb {
  position: absolute;
  bottom: 20px;
  max-width: fit-content;
  /* left: 10%; */
  left: 11%;
  display: flex;
  /* border-image: linear-gradient(to right, #000 0%, #e1e1e1 50%, #000 100%) 1;
  border-radius: 50px;
  border-width: 2px;
  border-style: solid; */
  /* padding: 10px; */

  border: double 2px transparent;
  border-radius: 80px;
  display: inline-block;
  /* background-image: linear-gradient(#000, #000),
    radial-gradient(circle at top left, #090909, #fff, #000); */
  background-origin: border-box;
  background-clip: content-box, border-box;
  background-color: transparent;
}

.orange-color {
  color: #e05d36;
}

.white-color {
  color: #fff;
}

.breadscrumb span {
  color: #fff;
  margin: 0px 8px;
}

.technology-banner-bg,
.marketing-banner-bg {
  width: 100%;
}

@media (min-width: 576px) and (max-width: 950px) {
  .landing-page-model {
    position: relative;
    /* margin-top: 72px; */
  }
}

@media (min-width: 481px) and (max-width: 575px) {
  .landing-page-model {
    position: relative;
    /* margin-top: 37px; */
  }
}

@media (max-width: 480px) {
  .landing-page-model {
    position: relative;
    /* margin-top: 105px; */
  }

  .landing-page-model .content.container {
    max-width: 98% !important;
    top: 0px !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {

  .breadcum-banner-bg,
  .technology-banner-bg,
  .marketing-banner-bg {
    /* height: 400px;
    width: auto !important;
    left: -400px;
    position: relative; */
  }

  .image-sect {
    /* overflow: hidden; */
    overflow: initial;
    /* width: 100%; */
  }

  .landing-page-model {
    position: relative;
    /* margin-top: 37px !important; */
  }

  .hero-banner-sec,
  .hero-banner-sec img {
    height: 500px;
  }
}

/* Technology Banner CSS End */

/* Technology Tab CSS Start */

.mdl-tabs__panel {
  display: none;
}

.vertical-mdl-tabs {
  /* background-image: url(../images/tech-tab-bg.jpg);
  background-size: 100%; */
}

.vertical-mdl-tabs .mdl-tabs__tab-bar {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /* padding-bottom: 35px; */
  height: inherit;
  border-bottom: none;
  /* border-right: 1px solid rgba(10, 11, 49, 0.2); */
}

.vertical-mdl-tabs .mdl-tabs__tab {
  width: 100% !important;
  /* height: 35px; */
  line-height: 40px;
  box-sizing: border-box;
  /* letter-spacing: 2px; */
  padding: 0px 10px;
}

.vertical-mdl-tabs .mdl-tabs__tab:hover {
  /* background: rgba(158, 158, 158, 0.34); */
  background: rgba(255, 218, 207, 0.28);
  color: black;
}

.vertical-mdl-tabs.mdl-tabs.is-upgraded a.mdl-tabs__tab.is-active {
  border-right: 3px solid #e05d36;
}

.vertical-mdl-tabs.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active:after {
  content: inherit;
  height: 0;
}

.vertical-mdl-tabs.mdl-tabs.is-upgraded .mdl-tabs__panel.is-active,
.mdl-tabs__panel {
  padding: 0 0px;
}

.vertical-mdl-tabs.mdl-tabs .mdl-tabs__tab {
  text-align: left;
  color: #000;
}

.text-center {
  text-align: center;
}

.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active {
  color: #e05d36 !important;
}

.mdl-tabs__panel.is-active {
  display: block;
}

.responsive-tabs-container {
  display: flex;
  align-items: flex-start;
  box-shadow: 1px 2px 5px #ccc;
  padding: 40px !important;
  /* height: 600px; */
  border-radius: 8px;
  background-color: #fff;
  margin-top: 30px;
  opacity: 1 !important;
  transform: translate3d(0, 0px, 0) !important;
}

.mdl-tabs__tab-bar {
  display: grid;
}

.tab-content-sec img {
  float: left;
  height: auto;
}

.tab-title {
  font-weight: 700;
  margin: 10px 0;
  font-size: 22px;
}

.mdl-cell.mdl-cell--2-col {
  width: 100%;
}

.responsive-tabs {
  width: 30%;
}

.mdl-cell.mdl-cell--10-col {
  width: 70%;
  border-left: 1px solid rgba(10, 11, 49, 0.2);
}

.read-more-btn.tab-btn {
  /* place-content: flex-end; */
  margin: 20px 0;
}

.tech-tab-image {
  margin: 0px 20px 20px 20px;
}

/* Technology Tab CSS End */

/* Right Image Block Start */

.right-sec-img {
  /* width: 100%; */
}

.right-img-sec img {
  /* margin: auto; */
}

.right-sec-img {
  margin: auto;
}

.approach-sec {
  /* background: url(../images/our-approach-bg.jpg);
  background-size: cover; */
}

/* Right Image Block End */

h2 {
  text-align: center;
  padding: 20px;
}

/* Slider */

.slick-slide {
  margin: 0px 20px;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-track {
  margin: 20px 0px;
}

.company-logo-sec .slick-slide {
  box-shadow: 2px 4px 10px #ddd;
  border-radius: 8px;
  padding: 30px;
}

.company-logo-sec .slide.slick-slide img {
  height: 90px;
  margin: auto;
}

.company-logo-sec .slide.slick-slide img {
  filter: grayscale(1);
}

.company-logo-sec .slide.slick-slide:hover img {
  filter: grayscale(0);
}

/* Technology Landing Page CSS End */

/* Import Technology CSS Start */

.imp-tech-img-blk {
  margin: 50px auto 0px auto;
  align-items: center;
}

.imp-tech-img-blk img {
  margin: auto;
  width: 100%;
}

/* .left-sec-img{
  margin: auto;
  width: 100%;
} */

.empbusiness-sec .left-sec-img,
.empbusiness-sec .right-sec-img {
  /* width: auto; */
  width: 100% !important;
  height: auto;
}

.left-sec-img,
.right-sec-img {
  width: auto;
  height: auto;
  max-width: 400px
}

.left-img-sec,
.right-img-sec {
  text-align: center;
}

.left-img-sec,
.right-img-sec,
.abt-left-sec {
  position: relative;
}

@media (max-width: 991px) {

  .left-sec-img,
  .right-sec-img {
    width: 100% !important;
    height: auto;
  }
}

/* Import Technology CSS End */

/* Need Quotation CSS Start */
.quotation-sec {
  background: url("../images/needquotation-bg.jpg");
  background-size: auto;
  background-size: cover;
  filter: brightness(96%);
}

.quotation-para {
  margin: 20px auto;
  font-family: "Playfair Display", serif !important;
  font-size: 27px !important;
}

.quotation-left-sec.title-sec {
  width: 80%;
}

/* Need Quotation CSS End */

/* Technology Landing Page CSS End */

/* Marketing Landing Page CSS Start */

.marketing-page .image-sect {
  background-image: url("../images/marketing-bg.jpg");
  background-size: cover;
  margin-top: 0;
  height: 600px;
  background-position: 80% 0%;
}

.marketing-banner-bg {
  width: 100%;
}

/* Marketing Landing Page CSS End*/

/* Operation Landing Page CSS Start */

.operation-page .image-sect {
  background-image: url("../images/operation-bg.jpg");
  background-size: cover;
  margin-top: 0;
  height: 600px;
  background-position: 80% 0%;
}

.operation-banner-bg {
  width: 100%;
}

/* Operation Landing Page CSS End */

/* Tab/Accordian CSS End */

.responsive-tabs {
  margin-top: 20px;
}

.responsive-tabs-container .tab-content {
  padding: 10px 20px;
  /* border: 1px solid #ddd; */
  border-top: none;
}

.responsive-tabs-container[class*="accordion-"] .tab-pane {
  margin-bottom: 15px;
}

.responsive-tabs-container[class*="accordion-"] .accordion-link {
  display: none;
  margin-bottom: 10px;
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-radius: 3px;
  /* border: 1px solid #ddd; */
  color: #333;
}

.responsive-tabs-container[class*="accordion-"] .accordion-link.active {
  border-bottom: medium none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #e05d36;
}

@media (max-width: 575px) {
  .tab-content-sec img {
    float: inherit;
    position: relative;
    place-content: center;
    display: grid;
    margin: auto;
  }

  .tab-content-sec .readmore-icon img {
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .responsive-tabs-container {
    padding: 20px !important;
  }

  .responsive-tabs-container.accordion-sm .nav-tabs {
    display: none;
  }

  .responsive-tabs-container.accordion-sm .accordion-link {
    display: block;
    width: 100%;
    /* display: none;  */
    border-radius: 8px;
  }

  .responsive-tabs-container .tab-content {
    border: none;
    padding: 0px;
    display: grid;
  }

  .responsive-tabs-container[class*="accordion-"] .tab-pane {
    border: 1px solid #ddd;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-width: medium 1px 1px;
    margin-bottom: 10px;
    margin-top: -10px;
    padding: 10px 10px 0;
    border-radius: 0px 0px 10px 10px;
  }

  .mdl-tabs__tab::after {
    font-family: "FontAwesome";
    content: "\f078";
    float: right;
  }

  .mdl-tabs__tab.accordion-link.active.is-active::after {
    /* font-family: 'FontAwesome';
    content: "\f078";
    float: right;
    display: inline-grid; */
  }

  .vertical-mdl-tabs.mdl-tabs.is-upgraded a.mdl-tabs__tab.is-active::after {
    border-right: 3px solid #e05d36;
    font-family: "FontAwesome";
    content: "\f077";
    float: right;
    display: inline-grid;
    right: -3px;
    position: relative;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .hero-banner-sec,
  .hero-banner-sec img {
    height: 700px !important;
  }

  .hero-slider {
    height: auto !important;
  }

  .talk-btn a {
    font-size: 16px !important;
  }

  .responsive-tabs-container.accordion-sm .nav-tabs {
    display: none;
  }

  .responsive-tabs-container.accordion-sm .accordion-link {
    display: block;
    /* display: none;  */
  }

  .responsive-tabs-container .tab-content {
    border: none;
    padding: 0px;
    display: grid;
  }

  .responsive-tabs-container[class*="accordion-"] .tab-pane {
    border: 1px solid #ddd;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-width: medium 1px 1px;
    margin-bottom: 10px;
    margin-top: -10px;
    padding: 10px 10px 0;
    border-radius: 0px 0px 8px 8px;
  }

  .mdl-tabs__tab::after {
    font-family: "FontAwesome";
    content: "\f078";
    float: right;
  }

  .mdl-tabs__tab.accordion-link.active.is-active::after {
    /* font-family: 'FontAwesome';
    content: "\f078";
    float: right;
    display: inline-grid; */
  }

  .vertical-mdl-tabs.mdl-tabs.is-upgraded a.mdl-tabs__tab.is-active::after {
    border-right: 3px solid #e05d36;
    font-family: "FontAwesome";
    content: "\f077";
    float: right;
    display: inline-grid;
    right: -3px;
    position: relative;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .responsive-tabs-container.accordion-md .nav-tabs {
    display: none;
  }

  .responsive-tabs-container.accordion-md .accordion-link {
    display: block;
  }
}

@media (min-width: 1200px) {
  .responsive-tabs-container.accordion-lg .nav-tabs {
    display: none;
  }

  .responsive-tabs-container.accordion-lg .accordion-link {
    display: block;
  }
}

.responsive-tabs-container .nav-tabs {
  border-bottom: 0px solid #dee2e6;
  border-right: 1px solid rgba(10, 11, 49, 0.2);
}

/* @media (min-width:767px){
  .responsive-tabs-container {
    padding: 30px !important;
    height: 420px;
  }
} */
/* Tab/Accordian CSS End */

/* Consulting Landing Page CSS Start */

.consulting-page .image-sect {
  background-image: url("../images/consultancy.jpg");
  background-size: cover;
  margin-top: 0;
  height: 600px;
  background-position: 80% 0%;
}

/* breadcum header banner */
.breadcum-page .overlay {
  background-image: linear-gradient(to bottom right, #080415, #080415);
  opacity: 0.3;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  box-sizing: border-box;
  padding: 15% 32px;
  line-height: 1.5;
  text-align: center;
}

.breadcum-page {
  position: relative;
}

.breadcum-banner-bg {
  width: 100%;
}

.breadcum-page .content.container {
  max-width: 60%;
  position: absolute;
  top: 0px;
  left: 7%;
}

a {
  color: inherit;
  text-decoration: none !important;
}

.orange-color {
  color: #e05d36 !important;
}

.white-color {
  color: #fff !important;
}

.list-group-item {
  color: #000 !important;
}

.breads-inner {
  font-size: 14px;
  padding: 10px 25px;
}

.main-features-all-list {
  display: flex;
  flex-wrap: wrap;
}

.main-features {
  position: relative;
  /* background: url(../images/main-future-bg.jpg); */
  transition: 0.1s ease-in;
}

.list-of-main-features {
  background: #fff;
  padding: 30px 30px 33px;
  border-radius: 8px;
  /* margin-bottom: 20px; */
  /* box-shadow: 0 10px 20px -10px rgb(0 0 0 / 20%); */
  box-shadow: 0 1px 20px -10px rgba(0, 0, 0, 0.4);
  height: 100%;
  border: 1px solid #ececec;
}

.main-feature-list {
  /* transition: top ease 0.5s; */
  /* margin-top: 60px; */
  /* top:30px; */
  position: relative;
  margin-bottom: 0px;
  margin-top: 60px !important;
  transform: translateY(0px) !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.main-feature-list:hover {
  /* top: 0px; */
  transform: translateY(-30px) !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.main-feature-list:hover .main-title-feature {
  color: #e05d36;
}

.list-of-main-features .icon {
  background: #ebe5e4;
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 120px;
  transition: 0.2s linear;
}

.list-of-main-features:hover .icon {
  background: #e05d36;
}

.list-of-main-features:hover .icon img {
  filter: brightness(0) invert(1) !important;
}

.list-of-main-features .main-title-feature {
  font-size: 24px;
  font-weight: 800;
  height: auto;
  margin-bottom: 15px;
  display: block;
  font-family: "Playfair Display", serif !important;
}

@media (max-width: 991px) {
  .main-features-all-list {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .list-of-main-features {
    /* background: var(--bg-white); */
    padding: 30px 30px 33px;
    border-radius: 8px;
    margin-bottom: 1px;
    box-shadow: 0 10px 20px -10px rgb(0 0 0 / 20%);
    /* border-radius: 10px; */
    transition: 0.4s;
    margin-top: 20px;
    min-height: auto;
  }

  .list-of-main-features .main-title-feature {
    font-size: 20px;
    font-weight: 800;
    height: fit-content;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  .list-of-main-features {
    /* background: var(--bg-white); */
    padding: 30px 30px 33px;
    border-radius: 8px;
    margin-bottom: 1px;
    box-shadow: 0 10px 20px -10px rgb(0 0 0 / 20%);
    /* border-radius: 10px; */
    transition: 0.4s;
    margin-top: 20px;
    min-height: auto;
  }

  .list-of-main-features .main-title-feature {
    font-size: 20px;
    font-weight: 800;
    height: 50px;
  }
}

@media (max-width: 575px) {
  .main-feature-list {
    padding: 0px;
  }
}

/* breadcum header banner end */

/* quotation header banner start */
.quotation-sec-bg2 {
  /* background: url('../images/need-quote.jpg'); */
  background: url("../images/needquotation-bg.jpg");
  background-size: auto;
  background-size: cover;
}

/* quotation header banner end */

/* Testimonial-client start */
.testimonial-client {
  position: relative;
}

.testimonial-client .testimonial-client-item {
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  font-size: 14px !important;
  color: #252525;
}

.testimonial-client .testimonial-client-item p {
  font-size: 15px !important;
}

.testimonial-client .testimonial-client-item h6 {
  font-weight: 700;
  padding-top: 15px;
}

.testimonial-client .testimonial-client-item .header-profile {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #9c9c9c;
}

.testimonial-client .testimonial-client-item .header-profile .profileimg img {
  margin-bottom: 10px;
}

.testimonial-client .testimonial-client-item .header-profile h3 {
  font-size: 20px !important;
  font-weight: 600;
  color: #252525;
  margin: 0;
}

.testimonial-client .testimonial-client-item .header-profile p {
  font-size: 14px !important;
  color: #e05d36;
}

.video-play-button {
  position: relative;
  display: flex;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 15px 20px 20px 12px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 33px;
  height: 33px;
  background: #e05d36;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 33px;
  height: 33px;
  background: #e05d36;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#e05d36, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 12px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.video-play-button .video-text {
  display: flex;
  margin-left: 24px;
  height: 36px;
  min-width: 110px;
  margin-top: -5px;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.testimonial-control {
  position: absolute !important;
  top: 45%;
  right: 0px;
}

.video-text {
  color: #252525;
}

@media (max-width: 768px) {
  .testimonial-control {
    position: relative !important;
    top: inherit;
    right: 0px;
  }

  .casestudy-right img {
    opacity: 1;
    /* width: 100%; */
  }
}

.engament-mode {
  /* background: url(../images/our-engagement-bg.jpg); */
  /* background: #534371; */
  position: relative;
  position: relative;
  overflow: hidden;
}

.engagement-grid {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  padding: 20px;
  min-height: 372px;
  transition: 0.7s;
  margin-top: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}

.engagement-grid .engagement-grid-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  transition: transform 0.4s;
}

.engagement-grid .engament-top-part {
  position: absolute;
  bottom: 20px;
  /* width: 100%; */
  width: 90%;
  left: 20px;
  z-index: 10;
  transition: 0.7s;
}

.engagement-grid .engagement-overlay {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 43%,
      rgba(0, 0, 0, 0.938813025210084) 86%);
  z-index: 1;
  transition: 0.4s ease-in-out;
}

.engagement-grid .engament-top-part .engagement-icon {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #282828;
  border-radius: 100px;
}

.engagement-grid:hover .engament-top-part .engagement-icon {
  background: #e05d36;
}

.engagement-grid .engament-top-part .engagement-icon img {
  width: 33px;
}

.engagement-grid .engament-top-part .engagement-title {
  color: #fff;
  font-weight: 800;
}

.engagement-grid:hover .engament-top-part .engagement-title {
  color: #e05d36;
}

.engagement-grid:hover .engagement-content {
  color: #666666;
}

.engagement-grid .engagement-content {
  /* position: absolute; */
  /* bottom: -250px; 
  left: 20px;*/
  position: relative;
  bottom: -350px;
  left: 0px;
  overflow: hidden;
  padding-right: 15px;
  color: #fff;
  transition: 0.7s;
  animation-delay: 0.7s;
  z-index: 12;
}

.engagement-icon {
  margin-bottom: 15px;
}

.engagement-title {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
  font-family: "Playfair Display", serif !important;
}

.engagement-grid-img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.engagement-grid:hover .engagement-grid-img {
  transform: scale(1.2);
}

.engagement-grid:hover .engagement-overlay {
  /* background: rgba(0,0,0, 0.8); */
  background: rgba(255, 255, 255, 0.95);
}

.engagement-grid:hover .engament-top-part {
  bottom: 200px;
}

.engagement-grid:hover .engagement-content {
  bottom: 70px;
  bottom: -150px;
}

.text-control {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

@media (min-width: 576px) and (max-width: 1200px) {

  .breadcum-banner-bg,
  .inner-banner-bg {
    /* height: 500px; */
  }
}

@media (max-width: 575px) {
  .breadcum-banner-bg {
    height: 400px;
    width: auto !important;
    left: -600px;
    position: relative;
  }

  .inner-banner-bg {
    height: 300px;
    width: auto !important;
    left: -900px;
    position: relative;
  }
}

a.learn-more-btn:hover {
  color: #e05d36;
}

/* Consulting Landing Page CSS End */

/* Horizontal Tab CSS Start */

.hori-tab-section {
  background-color: #fff;
  padding: 30px;
}

.hori-tab-content-section {
  display: none;
  padding: 20px;
  /* border-top: 1px solid #ddd; */
}

.box input {
  display: none;
}

.box label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 5px 25px;
  font-weight: 600;
  text-align: center;
  /* color: #bbb; */
  border: 1px solid transparent;
  font-weight: 700;
  /* border-bottom: 0.1rem solid #ccc; */
}

.hori-tab-list {
  border-bottom: 0.1rem solid #ccc;
  width: 100%;
  margin-bottom: 0px;
}

.box label:hover {
  color: #888;
  cursor: pointer;
}

.box input:checked+label {
  color: #252525;
  border: 1px solid #ddd;
  border-top: 2px solid orange;
  border-bottom: 1px solid #fff;
}

#tab1~ul,
#tab2~ul,
#tab3~ul,
#tab4~ul {
  display: none;
}

#tab1:checked~#content1,
#tab1:checked~ul,
#tab2:checked~#content2,
#tab2:checked~ul,
#tab3:checked~#content3,
#tab3:checked~ul,
#tab4:checked~#content4,
#tab4:checked~ul {
  display: block;
}

#tab1:checked~ul label[for="tab1"],
#tab2:checked~ul label[for="tab2"],
#tab3:checked~ul label[for="tab3"],
#tab4:checked~ul label[for="tab4"] {
  color: #e05d36;
  border-bottom: 0.2rem solid #e05d36;
}

@media screen and (max-width: 650px) {
  .hori-tab-content-section {
    padding: 10px;
  }

  .inner-heading {
    font-size: 18px;
  }

  .horizontal-tab-block {
    line-height: 1.75;
    font-size: 16px;
  }

  #tab1:checked~ul label[for="tab1"],
  #tab2:checked~ul label[for="tab2"],
  #tab3:checked~ul label[for="tab3"],
  #tab4:checked~ul label[for="tab4"] {
    color: #e05d36;
    border-bottom: 0.1rem solid #e05d36;
    width: 100%;
    text-align: left;
    position: relative;
  }

  #tab1:checked~ul label[for="tab1"]::after,
  #tab2:checked~ul label[for="tab2"]::after,
  #tab3:checked~ul label[for="tab3"]::after,
  #tab4:checked~ul label[for="tab4"]::after {
    transform: translateY(-50%) rotate(-180deg);
  }

  #tab1~ul,
  #tab1~ul label[for="tab1"],
  #tab2~ul,
  #tab2~ul label[for="tab2"],
  #tab3~ul,
  #tab3~ul label[for="tab3"],
  #tab4~ul,
  #tab4~ul label[for="tab4"] {
    display: inline-block;
    width: 100%;
    text-align: left;
    position: relative;
  }

  #tab1~ul::after,
  #tab2~ul::after,
  #tab3~ul::after,
  #tab4~ul::after {
    display: inline-block;
    width: 100%;
    text-align: left;
  }

  .hori-tab-list label::after {
    content: "\f107";
    display: block;
    font-family: "FontAwesome";
    font-size: 20px;
    font-weight: 900;
    right: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(0);
    transform-origin: center center;
    transition: all 0.3s linear;
  }

  /* .hori-tab-list {
    position: relative;
  }
  
  transform: translateY(-50%) rotate(-180deg); */

  #tab1:not(:checked)~ul label[for="tab2"],
  #tab1:not(:checked)~ul label[for="tab3"],
  #tab1:not(:checked)~ul label[for="tab4"],
  #tab2:not(:checked)~ul label[for="tab1"],
  #tab2:not(:checked)~ul label[for="tab3"],
  #tab2:not(:checked)~ul label[for="tab4"],
  #tab3:not(:checked)~ul label[for="tab1"],
  #tab3:not(:checked)~ul label[for="tab2"],
  #tab3:not(:checked)~ul label[for="tab4"],
  #tab4:not(:checked)~ul label[for="tab1"],
  #tab4:not(:checked)~ul label[for="tab2"],
  #tab4:not(:checked)~ul label[for="tab3"],
  #tab1:checked~ul label[for="tab2"],
  #tab1:checked~ul label[for="tab3"],
  #tab1:checked~ul label[for="tab4"],
  #tab2:checked~ul label[for="tab1"],
  #tab2:checked~ul label[for="tab3"],
  #tab2:checked~ul label[for="tab4"],
  #tab3:checked~ul label[for="tab1"],
  #tab3:checked~ul label[for="tab2"],
  #tab3:checked~ul label[for="tab4"],
  #tab4:checked~ul label[for="tab1"],
  #tab4:checked~ul label[for="tab2"],
  #tab4:checked~ul label[for="tab3"] {
    display: none;
  }

  /* .box i {
    position: absolute;
    transform: translate(-6px, 0);
    margin-top: 16px;
    right: 50px;
    }
    .box i:before, 
.box i:after {
transition: all 0.25s ease-in-out;
}

.box i:before, 
.box i:after {
content: "";
position: absolute;
background-color: #bdbcbb;
width: 3px;
height: 9px;
}
.box i:before {
transform: translate(-2px, 0) rotate(45deg);
}
.box i:after {
transform: translate(2px, 0) rotate(-45deg);
}
input:checked ~ .box i:before {
transform: translate(2px, 0) rotate(45deg);
}
input:checked ~ .box i:after {
transform: translate(-2px, 0) rotate(-45deg);
} */
  .hori-tab-section {
    background-color: #fff;
    padding: 10px;
  }

  .box label {
    padding: 5px 5px;
  }
}

.hori-tab-content-section ul {
  list-style: initial;
  padding-left: 20px !important;
}

.horizontal-tab-block {
  line-height: 1.75;
}

.inner-heading {
  color: #000;
  font-weight: 700;
}

/* Horizontal Tab CSS End */

/* Vertical  Tab CSS Start */

@media screen and (min-width: 768px) {
  .v-accordion-tabs {
    /* border: 0.1rem solid #ccc; */
    display: flex;
    flex-flow: row nowrap;
  }
}

.v-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .v-tabs {
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
    justify-content: space-between;
  }
}

.v-tabs-wrapper {
  display: none;
}

@media screen and (min-width: 768px) {
  .v-tabs-wrapper {
    display: block;
    flex: 0 0 20%;
  }
}

.v-tabs li {
  /* border-top: 0.1rem solid #ccc; */
  border-right: 0.1rem solid #ccc;
  cursor: pointer;
  transition: all 0.3s linear;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .v-tabs li {
    align-items: center;
    display: flex;
    height: 100%;
    /* padding: 2rem; */
    padding: 10px;
  }
}

.v-tabs .tab--active {
  /* background: #eee; */
  border-right: 0.2rem solid #e05d36;
  color: #e05d36;
}

@media screen and (min-width: 768px) {
  .v-accordion {
    /* border-left: 0.1rem solid #ccc; */
    flex: 0 0 80%;
    height: 250px;
  }

  .accordion__title {
    font-size: 16px !important;
  }
}

.accordion__title {
  border-bottom: 0.1rem solid #ccc;
  cursor: pointer;
  /* padding: 2rem; */
  /* padding: 2rem 2rem 2rem 6rem; */
  padding: 10px;
  position: relative;
  transition: all 0.3s linear;
  font-weight: 700;
  font-size: 16px !important;
}

.accordion__title:before {
  content: "\f107";
  display: block;
  font-family: "FontAwesome";
  /* font-family: "Font Awesome 5 Free"; */
  font-size: 20px;
  /* font-size: 3rem; */
  font-weight: 900;
  /* left: 2rem; */
  right: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(0);
  transform-origin: center center;
  transition: all 0.3s linear;
}

.accordion__title--active {
  /* background: #eee; */
  color: #e05d36;
}

.accordion__title--active:before {
  transform: translateY(-50%) rotate(-180deg);
}

@media screen and (min-width: 768px) {
  .accordion__title {
    display: none;
  }
}

.accordion__content {
  border-bottom: 0.1rem solid #ccc;
  display: none;
  /* padding: 3rem; */
  padding: 20px;
}

@media screen and (min-width: 768px) {
  .accordion__content {
    border-bottom: 0;
  }

  .accordion__content--active {
    display: block !important;
  }

  .accordion__title {
    font-size: 16px;
  }
}

/* Vertical  Tab CSS End */

/* 4 Column Image Text Hover CSS Start */

.four-column-image {
  background: url(../images/our-engagement-bg.jpg);
  position: relative;
  position: relative;
  overflow: hidden;
}

.four-column-image-grid {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  padding: 20px;
  min-height: 372px;
  transition: 0.7s;
  margin-top: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}

.four-column-image-grid .four-column-grid-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  transition: transform 0.4s;
}

.four-column-image-grid .four-column-top-part {
  position: absolute;
  /* bottom: -250px; */
  width: 100%;
  left: 20px;
  z-index: 10;
  transition: 0.7s;
  top: 85%;
}

.four-column-image-grid .four-column-overlay {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 43%,
      rgba(0, 0, 0, 0.938813025210084) 86%);
  z-index: 1;
  transition: 0.4s ease-in-out;
}

.four-column-image-grid .four-column-top-part .four-column-icon {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #282828;
  border-radius: 100px;
}

.four-column-image-grid:hover .four-column-top-part .four-column-icon {
  background: #e05d36;
}

.four-column-image-grid .four-column-top-part .four-column-icon img {
  width: 33px;
}

.four-column-image-grid .four-column-top-part .four-column-title {
  color: #fff;
  font-weight: 800;
  width: 90%;
  height: 50px;
}

.four-column-image-grid .four-column-content {
  /* position: absolute;
  bottom: -250px;
  overflow: hidden;
  left: 20px;
  padding-right: 15px; */
  color: #fff;
  /* transition: 0.7s;
  animation-delay: 0.7s;
  z-index: 12; */
  font-size: 16px !important;
  width: 90%;
}

.four-column-icon {
  margin-bottom: 15px;
}

.four-column-title {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}

.four-column-grid-img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.four-column-image-grid:hover .four-column-grid-img {
  transform: scale(1.2);
}

.four-column-image-grid:hover .four-column-overlay {
  background: rgba(0, 0, 0, 0.8);
}

.four-column-image-grid:hover .four-column-top-part {
  /* bottom: 300px; */
  top: 30px;
}

.four-column-image-grid:hover .four-column-content {
  /* bottom: 20px; */
}

.text-control {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

/* 4 Column Image Text Hover CSS Start */

/* Listing model css start */
.listing-model ul {
  list-style: initial;
}

/* Listing model css end */

/* Inner Page Header start */
.inner-banner-bg {
  /* height:400px; */
  width: 100%;
}

ul li::marker {
  color: #e05d36;
}

.inner-page .content.container {
  /* top: -50px; */
}

@media (min-width: 768px) and (max-width: 991px) {
  .inner-banner-bg {
    height: 300px;
    width: auto;
    left: -400px;
    position: relative;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .inner-banner-bg {
    height: 400px;
    width: auto;
    left: -1000px;
    position: relative;
  }
}

@media (max-width: 575px) {
  .inner-banner-bg {
    height: 400px;
    width: auto;
    left: -1200px;
    position: relative;
  }

  .image-sect {
    overflow: hidden;
    width: 100%;
  }
}

/* Inner Page Header end */

/* Search Section CSS Start  */
.hide {
  display: none !important;
}

.fa.fa-times::before {
  content: "\f00d";
}

.search-sec {
  position: relative;
}

.search-sec .fa.fa-search,
.search-sec .fa.fa-times {
  cursor: pointer;
  color: #fff;
}

.search-sec .fa.fa-search::before,
.search-sec .fa.fa-times::before {
  /* filter: invert(1); */
}

.search-box {
  /* background: #E8E8E4; */
  position: absolute;
  top: 54px;
  right: -100%;
  width: 350px;
  /* height: 60px;
  line-height: 60px; */
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); */
  /* border-top:4px solid #E05D36; */
  display: none;
}

#search-block-form .form-group {
  display: flex;
}

#edit-keys {
  border-radius: 0px;
}

#edit-submit {
  border-radius: 0px;
  background: #e05d36;
  border: 0px;
  padding: 0px 20px;
  color: #fff;
}

.search-box:before {
  content: "";
  position: absolute;
  top: -27px;
  right: 13px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid transparent;
  border-bottom: 14px solid #e05d36;
}

.search-box input[type="text"] {
  width: 250px;
  padding: 3px 10px;
  /* margin-left: 23px; */
  border: 1px solid transparent;
  outline: none;
}

.search-box input[type="button"] {
  width: 100px;
  padding: 5px 0;
  background: #e05d36;
  color: #fff;
  margin-left: -4px;
  border: 1px solid #e05d36;
  outline: none;
  cursor: pointer;
}

/* Media Queries */

@media (min-width: 576px) and (max-width: 700px) {
  .search-box {
    width: 350px;
    right: -100%;
  }

  .search-box input[type="text"] {
    width: 200px;
    margin-left: 15px;
  }

  .search-box input[type="button"] {
    margin-right: 0px;
  }

  .search-box input[type="button"] {
    width: 135px;
  }
}

@media (min-width: 481px) and (max-width: 575px) {
  #edit-submit {
    padding: 0px 40px;
  }

  .search-box {
    width: 350px;
    right: -500%;
  }

  #search-block-form .form-group {
    display: flex;
    margin-bottom: 0px;
  }

  .search-box input[type="text"] {
    width: 200px;
    margin-left: 15px;
  }

  .search-box input[type="button"] {
    margin-right: 0px;
  }

  .search-box input[type="button"] {
    width: 135px;
  }

  .search-box::before {
    right: 80px;
  }
}

@media (max-width: 480px) {
  #search-block-form .form-group {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 0px;
  }

  #edit-submit {
    padding: 5px 40px;
    margin-top: 10px;
  }

  .search-box::before {
    border-bottom: 14px solid #8e8e8e;
  }

  .search-box {
    width: 300px;
    right: 0;
    left: 0px;
    background: #8e8e8e;
    padding: 10px;
    margin: auto;
    transform: translate(-12rem, -0%);
  }

  .search-box input[type="text"] {
    width: 100%;
    margin: auto;
  }

  .search-box input[type="button"] {
    margin-right: 0px;
  }

  .search-box input[type="button"] {
    padding: 6px;
    margin: 10px auto 0px auto;
    left: 0;
    right: 0;
    position: relative;
    width: 100%;
  }

  .search-box::before {
    /* right: 13rem; */
    right: 5.5rem;
  }
}

/* Search Section CSS End  */

/* Empower circle CSS start */

.circle1 {
  height: 180px;
  width: 180px;
  border-radius: 50%;
  /* background-color: #f9f5ff; */
  background-color: #f7f6f5;
  position: relative;
  top: 0;
  left: 0;
  transform: translate(-30%, -30%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
}

.circle1 img {
  width: 90px;
  padding: 10px;
}

.circle2 {
  height: 240px;
  width: 240px;
  border-radius: 50%;
  /* background-color: #e9dcff; */
  /* background-color:  #ebe5e4; */
  /* background-color: #dbc1bc; */
  background-color: #b59892;

  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-20%, -20%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 4;
}

.circle3 {
  height: 280px;
  width: 280px;
  border-radius: 50%;
  /* background-color: #fff; */
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-23%, -23%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  border: 2px dashed #e05d36;
}

.empower-blk:hover .circle3 {
  border: 2px dashed #fff;
}

@media (min-width: 1201px) and (max-width: 1478px) {
  .emp-content-sec {
    width: 48%;
  }

  .left-sec-img,
  .right-sec-img {
    width: 100% !important;
    height: auto;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .emp-content-sec {
    width: 52%;
  }

  .circle1 {
    height: 150px;
    width: 150px;
    transform: translate(-35%, -35%);
  }

  .circle2 {
    height: 190px;
    width: 190px;
  }

  .circle3 {
    height: 220px;
    width: 220px;
  }
}

@media (max-width: 991px) {
  .empower-blk {
    flex-direction: column;
  }

  .emp-content-sec {
    width: 100%;
  }

  .circle1 {
    height: 120px;
    width: 120px;
    transform: translate(-35%, -35%);
  }

  .circle2 {
    height: 160px;
    width: 160px;
  }

  .circle3 {
    height: 190px;
    width: 190px;
  }

  .circle1 img {
    width: 70px;
  }
}

/* Empower circle CSS End */

/* Client Logo Slider Start */

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.clients-sec {
  /* background: url("../images/client-partner-bg.jpg");
  background-size: auto;
  background-size: cover;
  height: 700px; */
  background-color: #ebe5e4;
}

.customer-logos.slider.slick-initialized.slick-slider {
  padding: 50px 0;
  margin-top: 50px;
  /* margin-top: -450px;
  margin-bottom: 100px; */
}

.cust-logo-slide img {
  padding: 10px;
  margin: auto;
  text-align: center;
}

.cust-logo-slide {
  background-color: #fff;
}

.customer-logos {
  z-index: 5;
}

.circle.outer {
  position: relative;
  border: 5px dashed #e05d36;
  animation: spin 30s infinite linear;
}

@keyframes spin {
  100% {
    transform: rotate(1turn);
  }
}

.circle.inner {
  /* position: relative; */
  top: 0%;
  left: 0%;
  /* border: 3px solid #fff; */
  right: 0%;
  justify-content: center;
  align-items: center;
}

.circle-main-outer {
  margin: auto;
  display: flex;
  justify-content: center;
  position: absolute;
  margin: auto;
  width: 100%;
  left: 0;
  right: 0;
}

.circle {
  width: 500px;
  height: 500px;
  /* width: 400px;
  height: 400px; */
  border-radius: 50%;
  /* background-color: #3DB3D6; */
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  right: 0;
  /* margin: auto; */
}

#c1 {
  width: 400px;
  height: 400px;
  background-color: #f9f6ff;
}

#c2 {
  width: 300px;
  height: 300px;
  /* background-color: #fcfaff; */
  background-color: #fff;
}

@media (min-width: 1201px) and (max-width: 1478px) {
  .customer-logos.slider.slick-initialized.slick-slider {
    /* margin-top: -420px; */
    margin-top: 100px;
  }

  .circle {
    width: 500px;
    height: 500px;
  }

  #c1 {
    width: 400px;
    height: 400px;
  }

  #c2 {
    width: 300px;
    height: 300px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .customer-logos.slider.slick-initialized.slick-slider {
    /* margin-top: -380px; */
    margin-top: 100px;
  }

  .circle {
    width: 500px;
    height: 500px;
  }

  #c1 {
    width: 400px;
    height: 400px;
  }

  #c2 {
    width: 300px;
    height: 300px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .customer-logos.slider.slick-initialized.slick-slider {
    /* margin-top: -380px; */
    margin-top: 100px;
  }

  .circle {
    width: 500px;
    height: 500px;
  }

  #c1 {
    width: 400px;
    height: 400px;
  }

  #c2 {
    width: 300px;
    height: 300px;
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  .customer-logos.slider.slick-initialized.slick-slider {
    /* margin-top: -350px; */
    margin-top: 100px;
    margin-bottom: 50px;
  }

  .circle {
    width: 400px;
    height: 400px;
  }

  #c1 {
    width: 300px;
    height: 300px;
  }

  #c2 {
    width: 200px;
    height: 200px;
  }

  .clients-sec {
    /* height: 600px; */
  }
}

@media (min-width: 481px) and (max-width: 600px) {
  .customer-logos.slider.slick-initialized.slick-slider {
    /* margin-top: -300px; */
    margin-top: 50px;
    margin-bottom: 0px;
    padding: 30px 0;
  }

  .circle {
    width: 300px;
    height: 300px;
  }

  #c1 {
    width: 270px;
    height: 270px;
  }

  #c2 {
    width: 230px;
    height: 230px;
  }

  .clients-sec {
    /* height: 450px; */
  }

  .slick-dots li {
    margin: 1px 5px;
  }
}

@media (max-width: 480px) {
  .circle-main-outer {
    left: 0;
    right: 0;
  }

  .company-logo-sec .customer-logos.slider.slick-initialized.slick-slider {
    margin-top: 0;
    margin-bottom: 0;
    top: 0px;
  }

  .customer-logos.slider.slick-initialized.slick-slider {
    /* top: 170px;
    position: relative; */
    margin-top: 0px;
  }

  .circle {
    width: 200px;
    height: 200px;
  }

  #c1 {
    width: 180px;
    height: 180px;
  }

  #c2 {
    width: 160px;
    height: 160px;
  }

  .slick-dots li button {
    width: 15px;
    height: 15px;
  }

  .clients-sec {
    /* height: 500px; */
  }

  .slick-dots li {
    margin: 1px 5px;
  }

  .read-more-btn {
    width: 250px;
  }
}

.company-logo-sec .customer-logos.slider.slick-initialized.slick-slider {
  padding: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

.company-logo-sec {
  height: 300px;
}

/* Client Logo Slider End */

/******* Main Features technology CSS Start ******/

.blog-single-box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
  opacity: 0;
  /* background: linear-gradient(-45deg, #EA7520 0%, #f75faf 100%); */
  /* background: linear-gradient(-45deg, #845AC1 0%, #c60c86 100%); */
  /* background: linear-gradient(0deg, #8B72AE 25%, #fff 100%); */

  /* background: linear-gradient(0deg, #8b72ae 25%, #d0beea 100%); */
  /* background: rgba(105,56,48,0.8); */
  background: linear-gradient(0deg, #70443a 25%, #b37364 100%);
  width: 100%;
  transition: all 0.35s ease 0s;
  border-radius: 8px;
}

.blog-single-box:hover::after {
  transform: scaleY(1.15) translateZ(0) translateY(-31px);
  opacity: 1;
}

.blog-single-box {
  margin: 50px 0px 25px 0px;
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 0px 0px 12.61px 0.39px rgba(0, 0, 0, 0.14);
}

.blog-single-box {
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  position: relative;
  z-index: 0;
  border-radius: 8px;
}

.blog-single-box:hover .blog-card__title,
.blog-single-box:hover .blog-card__title p {
  color: #fff;
  transition: all 0.35s ease 0s;
}

.tech-feature .slick-slide {
  /* margin-top: 50px; */
  margin-top: 30px;
  box-shadow: 0px 0px 0px #574579;
}

.tech-feature .slick-slide .blog-img {
  width: 100%;
  margin: -70px auto 10px auto;
  border-radius: 8px;
  /* height: 250px; */
}

.tech-feature .blog-card__title {
  width: auto;
  font-size: 20px;
  text-align: left;
  color: #252525;
  background: transparent;
  padding: 20px 10px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.tech-feature .slick-slider {
  z-index: 2;
}

.tech-feature .slick-slide-arrows {
  z-index: 1;
  display: none;
}

.tech-feature .blog-single-box .blog-maintitle {
  font-size: 22px;
  font-weight: 700;
  height: 70px;
  margin-top: 0px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e3e3e3;
}

.tech-feature .slick-slide .blog-single-box .blog-card__title .read-more-btn {
  width: fit-content;
}

.read-more-btn:hover .readmore-icon img {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  -ms-transition: -ms-transform 0.8s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.blog-single-box .blog-card__title .read-more-btn.blog-btn:hover p {
  color: #fff !important;
}

.tech-feature .blog-card__title p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .tech-feature .blog-single-box .blog-maintitle {
    font-size: 20px;
  }

  .blog-card__title p {
    font-size: 16px !important;
  }

  .blog-single-box:hover::after {
    transform: scaleY(1.16) translateZ(0) translateY(-28px);
    opacity: 1;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .tech-feature .blog-single-box .blog-maintitle {
    font-size: 18px;
  }

  .blog-card__title p {
    font-size: 16px !important;
  }

  .blog-single-box:hover::after {
    transform: scaleY(1.17) translateZ(0) translateY(-28px);
    opacity: 1;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .tech-feature .blog-single-box .blog-maintitle {
    font-size: 18px;
    height: 50px;
  }

  .blog-card__title p {
    font-size: 16px !important;
  }

  .blog-single-box:hover::after {
    transform: scaleY(1.15) translateZ(0) translateY(-28px);
    opacity: 1;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .tech-feature .blog-single-box .blog-maintitle {
    font-size: 18px;
    /* height: 60px; */
    height: auto;
    padding-bottom: 10px;
  }

  .blog-card__title p {
    font-size: 16px !important;
  }

  .blog-single-box:hover::after {
    transform: scaleY(1.17) translateZ(0) translateY(-28px);
    opacity: 1;
  }
}

@media (max-width: 575px) {
  .tech-feature .blog-single-box .blog-maintitle {
    font-size: 20px;
    height: fit-content;
    padding-bottom: 10px;
  }

  .blog-card__title p {
    font-size: 16px !important;
  }

  .blog-single-box:hover::after {
    transform: scaleY(1.17) translateZ(0) translateY(-28px);
    opacity: 1;
  }
}

/******* Main Features technology CSS End ******/

/* Inner Page CSS Start */
.full-sec {
  margin-top: 20px;
  padding: 0px;
}

.highlight-block {
  margin-top: 20px !important;
}

.landing-page-model.inner-page-model .image-sect {
  background-image: url("../images/cloud-migration-bg.jpg");
  background-size: cover;
  margin-top: 0;
  height: 370px;
  background-position: 80% 0%;
}

.highlight-box-sec {
  background: #f9f7f6;
  border: 1px solid #ebe5e4;
  border-radius: 8px;
  padding: 20px;
  margin-top: 20px;
  height: 100%;
}

.highlight-title,
.highlight-title a {
  /* color: #553b85; */
  color: #252525;
  font-weight: 600;
  font-size: 22px;
  font-family: "Playfair Display", serif !important;
}

.career-page .highlight-title,
.career-page .highlight-title a {
  color: #252525;
  font-weight: 600;
  font-size: 22px;
  word-wrap: break-word;
}

.col-tabs.col-tab05 .col-md-6 {
  float: left;
}

.highlight-box-sec p {
  margin-bottom: 0px;
}

.inner-page-orange-title {
  /* font-size: 30px; */
}

.title-sec .inner-page-orange-title {
  max-width: 600px;
  margin: auto;
}

.list-items li {
  list-style: disc;
  margin-left: 20px;
}

.list-items {
  line-height: 1.75;
}

.elevate-business-sec {
  display: flex;
  width: 100%;
  background-color: #694f98;
  border-radius: 8px;
  background-image: url("../images/white-bg-waves.jpg");
  background-blend-mode: multiply;
  padding: 30px;
  align-items: center;
  justify-content: space-between;
  margin-top: 100px;
  position: relative;
}

.let-talk {
  position: absolute;
  right: 50px;
}

.elevate-text {
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding: 10px 0;
  color: #fff;
  align-items: center;
  position: relative;
  padding-left: 100px;
}

.elevate-subtitle {
  color: #fff;
  font-size: 24px !important;
  font-weight: 300;
  margin-bottom: 0px;
}

.elevate-maintitle {
  font-size: 50px;
  font-weight: 800;
  margin-bottom: 0px;
}

.elevate-symbol {
  font-size: 120px;
  margin-left: 10px;
  font-weight: 800;
  margin-bottom: 0px;
}

.rocket-launch {
  position: absolute;
  top: -40px;
  height: 100%;
  transform: translatey(0px);
  /* -webkit-animation: float 5s ease-in-out infinite;
  animation: float 5s ease-in-out infinite; */
}

/* Align the things */
#rocket-top-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Animate the things */
#rocket-top {
  animation-name: rocket-top;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

#rocket-top-shadow {
  animation-name: rocket-top-shadow;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  background-color: #2d1755;
  width: 150px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100px /50px;
  position: relative;
  top: 70px;
}

@keyframes rocket-top {
  0% {
    transform: translate(0, 0);
  }

  35% {
    transform: translate(0, -52px);
    animation-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
  }

  100% {
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
  }
}

@keyframes rocket-top-shadow {
  0% {
    filter: blur(10px);
    opacity: 0.8;
  }

  35% {
    filter: blur(15px);
    opacity: 0.3;
    transform: scale(1.3);
  }

  100% {
    filter: blur(10px);
    opacity: 0.8;
  }
}

.zoom-in-zoom-out {
  margin: 20px;
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.12, 1.12);
  }

  100% {
    transform: scale(1, 1);
  }
}

@keyframes typing {
  from {
    width: 0;
  }

  to {
    width: 100%;
    visibility: visible;
  }
}

.elevate-text-sec {
  /* padding: 2rem; */
}

.elevate-subtitle,
.elevate-maintitle,
.elevate-symbol {
  overflow: hidden;
  white-space: nowrap;
  animation-name: typing;
  animation-duration: 2s;
  animation-timing-function: steps(100, end);
  /* animation-iteration-count: 1; */
}

.elevate-subtitle {
  animation-delay: 0s;
}

.elevate-maintitle {
  visibility: hidden;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

.elevate-symbol {
  visibility: hidden;
  animation-delay: 3.25s;
  animation-fill-mode: forwards;
}

@media (min-width: 1201px) and (max-width: 1478px) {
  .inner-page-orange-title {
    font-size: 28px;
  }

  .highlight-title {
    font-size: 22px;
  }

  #rocket-top-container {
    width: 100px;
  }

  .let-talk.zoom-in-zoom-out {
    width: 300px;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .inner-page-orange-title {
    font-size: 26px;
  }

  .highlight-title {
    font-size: 20px;
  }

  .tab-title {
    font-size: 20px !important;
  }

  #rocket-top-container {
    width: 70px;
  }

  .let-talk.zoom-in-zoom-out {
    width: 270px;
    margin: 10px;
  }

  .elevate-maintitle {
    font-size: 40px;
  }

  .elevate-symbol {
    font-size: 100px;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .inner-page-orange-title {
    font-size: 26px;
  }

  .highlight-title {
    font-size: 20px;
  }

  .tab-title {
    font-size: 20px !important;
  }

  #rocket-top-container {
    width: 70px;
  }

  .let-talk.zoom-in-zoom-out {
    width: 270px;
    margin: 10px;
  }

  .elevate-maintitle {
    font-size: 40px;
  }

  .elevate-symbol {
    font-size: 100px;
  }

  .elevate-text {
    padding-left: 80px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .inner-page-orange-title {
    font-size: 24px;
  }

  .highlight-title {
    font-size: 20px;
  }

  .tab-title {
    font-size: 20px !important;
  }

  #rocket-top-container {
    width: 70px;
  }

  .let-talk.zoom-in-zoom-out {
    width: 270px;
    margin: 40px 0px 0px 20px;
  }

  .elevate-maintitle {
    font-size: 36px;
  }

  .elevate-symbol {
    font-size: 90px;
  }

  .elevate-text {
    padding-left: 0px;
  }

  .elevate-business-sec {
    flex-direction: column;
    margin-top: 200px;
  }

  .rocket-launch {
    top: -160px;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .mdl-tabs.vertical-mdl-tabs .responsive-tabs-container {
    padding: 20px !important;
    height: auto;
  }

  .inner-page-orange-title {
    font-size: 24px;
  }

  .rocket-launch {
    width: auto;
    height: 200px;
    top: -120px;
  }

  .highlight-title {
    font-size: 20px;
  }

  .tab-title {
    font-size: 20px !important;
  }

  #rocket-top-container {
    width: 100%;
    margin: auto;
  }

  .let-talk.zoom-in-zoom-out {
    width: 280px;
    margin: 20px auto;
    position: relative;
    right: 0;
  }

  .elevate-maintitle {
    font-size: 36px;
  }

  .elevate-symbol {
    font-size: 90px;
  }

  .elevate-text {
    width: fit-content;
    margin: inherit;
    margin-top: inherit;
    margin-top: 0;
    padding-left: 0px;
  }

  .elevate-business-sec {
    margin-top: 200px;
    flex-wrap: wrap;
  }

  .highlight-box-sec {
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .mdl-tabs.vertical-mdl-tabs .responsive-tabs-container {
    /* padding: 30px !important; */
    height: auto;
  }

  .list-items li {
    font-size: 16px !important;
  }

  .inner-page-orange-title {
    font-size: 20px;
  }

  .rocket-launch {
    width: auto;
    height: 200px;
    top: -120px;
  }

  .highlight-title {
    font-size: 20px;
  }

  .tab-title {
    font-size: 18px !important;
  }

  #rocket-top-container {
    width: 100%;
    margin: auto;
  }

  .let-talk.zoom-in-zoom-out {
    width: 250px;
    margin: 20px auto;
    position: relative;
    right: 0;
  }

  .elevate-maintitle {
    font-size: 28px;
  }

  .elevate-symbol {
    font-size: 90px;
  }

  .elevate-text {
    width: fit-content;
    margin: auto;
    padding-left: 0px;
  }

  .elevate-business-sec {
    margin-top: 200px;
    flex-wrap: wrap;
    padding: 20px;
  }

  .elevate-subtitle {
    font-size: 20px !important;
  }

  .highlight-box-sec {
    margin-top: 20px;
  }
}

@media (min-width: 1479px) {
  .responsive-tabs-container.container.accordion-xs.accordion-sm {
    /* height: 420px; */
    /* min-height: 450px; */
  }
}

@media (min-width: 1201px) and (max-width: 1478px) {
  .responsive-tabs-container.container.accordion-xs.accordion-sm {
    /* min-height: 420px;
    height: 470px; */
  }
}

@media (min-width: 992px) and (max-width: 1025px) {
  .responsive-tabs-container.container.accordion-xs.accordion-sm {
    /* min-height: 420px;
    height: 550px; */
  }
}

@media (max-width: 575px) {
  .engament-mode {
    padding-bottom: 50px;
  }
}

.tools-tech-listing a {
  /* pointer-events: none; */
}

.company-logo-sec.quality-engg h5 {
  text-align: center;
  line-height: 1.4;
  margin-top: 10px;
  height: 50px;
  color: #252525;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.company-logo-sec.quality-engg {
  /* height: auto; */
}

.company-logo-sec.quality-engg a:hover h5 {
  color: #e05d36;
}

.company-logo-sec.quality-engg .slide.slick-slide img {
  height: 50px !important;
}

.company-logo-sec.quality-engg .slide.slick-slide {
  height: 170px;
}

.engament-mode.pad-btwn.lite-grey-bg {
  /* background-color: #eee9f6; */
  background-color: #ebe5e4;
}

.tools-tech-listing .industry-image-1 {
  background-image: url("../images/languages-bg.jpg");
  background-size: cover;
}

.tools-tech-listing .industry-image-2 {
  background-image: url("../images/mobile-bg.jpg");
  background-size: cover;
}

.tools-tech-listing .industry-image-3 {
  background-image: url("../images/web-bg.jpg");
  background-size: cover;
}

.tools-tech-listing .industry-image-4 {
  background-image: url("../images/database-bg.jpg");
  background-size: cover;
}

.tools-tech-listing .industry-image-5 {
  background-image: url("../images/cloud-bg.jpg");
  background-size: cover;
}

.tools-tech-listing .industry-image-6 {
  background-image: url("../images/frameworks-bg.jpg");
  background-size: cover;
}

@media (max-width: 575px) {
  .company-logo-sec.quality-engg .slide.slick-slide {
    height: auto;
  }
}

.purple-gradient-bg {
  background: linear-gradient(#fff 20%, #eee9f6 80%);
}

.about-us.customer-logos img {
  width: auto !important;
}

.main-features .row.g-0 .col-6:nth-child(4) .counter-main::after {
  border: 0px solid #fff;
  background: transparent;
}

/* for tabs */

.col-tabs.col-tab04 .col-md-6 {
  width: 48%;
  float: left;
}

.col-tabs {
  display: none;
}

.col-tabs.col-tab01 {
  display: block;
}

.col-tabs-01 li {
  width: 100% !important;
}

.col-tab002 .col-tabs .col-md-6 img {
  width: 100%;
}

.col-tabs img {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
}

.col-tabs img {
  width: 50px;
  position: absolute;
  left: 7px;
  top: 30px;
}

.col-tab-02 .col-tabs.active {
  display: block;
}

.col-tab-02 .col-menu li {
  float: left;
  padding: 7px 25px;
  margin-right: 11px;
  width: auto;
  cursor: pointer;
  color: #9f9595;
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 0px;
}

ul.col-menu {
  border-bottom: 1px solid #ddd;
}

.col-tab-02 .col-menu {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.col-menu.active01 {
  /* border-bottom:solid 2px #d43626; */
  color: #fff !important;
  font-weight: bold;
  background-color: #e05d36;
  border-radius: 10px 10px 0px 0px;
}

.col-tab-02 .col-tabs {
  padding: 5px;
  min-height: 200px;
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.col-tab-02 .col-tab002 {
  color: #686060;
  float: left;
  width: 100%;
  min-height: 250px;
}

.col-tab-02 .col-tabs img {
  width: 500px;
  position: relative;
  left: 0;
  top: 0;
  margin: 0 auto;
  right: 0;
}

.col-tabs-01 li {
  float: left;
  padding: 7px 25px;
  margin-right: 11px;
  width: auto;
  cursor: pointer;
  color: #9f9595;
  font-weight: bold;
  font-size: 17px;
}

.active001 {
  border-bottom: solid 2px #d43626;
  color: #000 !important;
  font-weight: bold;
}

.col-tabs #myCarousel .carousel-control {
  position: absolute;
  top: 0px;
}

.col-tabs #myCarousel .fa {
  margin-top: 132%;
  position: relative;
}

.form-group {
  margin-bottom: 15px;
}

/* for tabs end */

.career-page .col-Technology {
  display: grid;
  padding: 0px;
}

.white-bg {
  background: #fff;
}

#gcLogo {
  width: 100px;
}

.gcLink {
  color: #e05d36;
}

.gcLink:hover {
  color: #553b85;
  text-decoration: underline !important;
}

hr.block-seperator {
  background: #ddd;
  height: 1px !important;
  margin: auto !important;
  padding: 0px !important;
}

.col-contracting .panel.panel-default {
  background: #fff;
  text-align: center;
  padding: 15px;
  min-height: 220px;
  border-radius: 10px;
  box-shadow: 0 1px 20px -10px rgba(0, 0, 0, 0.4);
}

.col-state-local {
  margin: 30px 0px;
}

.col-contract-div {
  margin-bottom: 20px;
}

.testimonial-inner.btn-wrapper {
  transform: translate(-50%, -50%) !important;
  top: 50%;
  left: 50%;
  width: fit-content;
}

.testimonial-block {
  align-items: flex-start !important;
}

.testimonial-block .left-sec-img,
.testimonial-block .right-sec-img {
  width: 100% !important;
  border-radius: 10px;
}

.testimonial-block .rightcontent-sec {
  padding-left: 30px;
}

.testimonial-block .leftcontent-sec {
  padding-right: 30px;
}

.fa-play:before {
  content: "\f04b";
  left: 2px;
  position: relative;
}

a.main-title-feature {
  color: #e05d36;
}

.g-map-link {
  color: #e05d36;
}

.col-tab04 .item.carousel-item img {
  border-radius: 8px;
}

#example1,
#example2 {
  padding: 0px 20px;
}

.main-title-feature.small-height {
  height: auto;
}

#operation {
  display: none;
}

.main-features .row.g-0 {
  margin-top: 20px;
}

/* Inner Page CSS End */

/* Login page design start */

.path-user>div>#navbar {
  display: none !important;
}

.path-user>div>.quotation-sec {
  display: none !important;
}

.path-user>div>.contact-formsec {
  display: none !important;
}

.path-user>div>.slider {
  display: none !important;
}

.path-user>div>.footer-sec {
  display: none !important;
}

.path-user>div>.contact-formsec {
  display: none !important;
}

.path-user #contact-form-position {
  display: none;
}

@media (max-width: 575px) {
  .main-features .row.g-0 .col-6.col-lg-3 {
    width: 100%;
  }

  .main-features .row.g-0 {
    margin-top: 50px;
  }

  .col-tabs.col-tab04 .col-md-6 {
    width: 100% !important;
    float: left;
  }

  li.col-menu {
    width: 100% !important;
  }

  .career-page center p {
    width: 95%;
    max-width: 95%;
    margin: auto;
  }

  .career-page .col-tab-02 {
    width: 95%;
    max-width: 95%;
    margin: auto;
  }

  .career-page .col-Technology {
    display: inline;
  }
}

/* Login page design End */

/* Contact us page Start */
p#con-error-captcha {
  color: #d43d3d !important;
}

p#car-error-captcha {
  color: #d43d3d;
  font-size: 14px;
  /* margin-left: 15px; */
  font-weight: 700;
}

#fname-error,
#lname-error,
#email-error,
#phone-error,
#fname_job-error,
#phone_job-error,
#lname_job-error,
#email_job-error,
#attachResume-error,
#ref_name-error,
#ref_phone-error,
#ref_email-error,
#refl_email-error,
#refl_phone-error,
#refl_name-error,
#name_service_now-error,
#email_service_now-error,
#message_service_now-error,
#source_service_now-error,
#con-error-captcha {
  color: #d43d3d !important;
}

.contact-btn {
  width: fit-content;
  padding: 10px;
  border: solid 1px transparent;
  border-radius: 10px;
  display: flex;
}

.contact-btn input {
  width: auto !important;
  padding: 0px !important;
  border: solid 1px transparent !important;
  border-radius: 0px !important;
  color: #252525;
  margin-top: 0px;
}

.contact-btn:hover img {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  -ms-transition: -ms-transform 0.8s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.contact-btn:hover {
  cursor: pointer;
}

/* Contact us page End */

.node--type-recent-posts {
  display: none !important;
}

.blog-image img {
  border-radius: 10px;
}

.sidebar-posts li {
  position: relative;
  display: flex;
  align-items: baseline;
}

img.post-arrow {
  height: 10px;
  margin-right: 10px;
}

.blog-link {
  color: #252525;
  font-size: 16px;
}

.blog-link:hover,
.view-all-posts:hover {
  color: #e05d36;
}

.view-all-posts {
  color: #252525;
  font-size: 16px;
  margin-left: 10px;
}

.blog-image p strong {
  color: #252525;
  font-weight: 600;
}

h3.big-head.red-title {
  color: #252525;
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 600;
}

.pagination a {
  color: #252525;
  padding: 10px;
  /* text-decoration: underline !important; */
}

.pagination a:hover {
  color: #e05d36;
}

.blog-box-sec {
  /* background: #fcfaff;
  border: 1px solid #eee5ff; */

  background: #f9f7f6;
  border: 1px solid #ebe5e4;
  border-radius: 10px;
  padding: 15px 10px;
  margin-bottom: 20px;
}

.blog-all-posts {
  padding: 0px;
}

.blog-box-sec p {
  margin-bottom: 0px;
}

.blog-box-sec .readmore-icon {
  width: 25px;
  height: 25px;
}

hr.seperator {
  top: 0 !important;
  height: 1px !important;
  background-color: #b7b7b7 !important;
  width: 100%;
}

#recaptcha_modal {
  display: flex;
  align-items: center;
  position: relative;
}
#recaptcha_modal_service_now {
  display: block;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  margin-bottom: 0px;
  font-size: 16px;

}

#contact-error-captcha {
  position: absolute;
  bottom: 0;
}

body.path-user .layout-container main {
  width: fit-content;
  margin: auto;
  padding: 60px 30px;
  background: #eaf1ff;
  border-radius: 10px;
  box-shadow: 2px 2px 4px #b3b3b3;
}

#edit-name--description,
#edit-pass--description {
  /* display: none; */
  padding-left: 105px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #7b7b7b;
}

#user-login-form label.js-form-required.form-required {
  width: 100px;
  margin-bottom: 0px;
}

div#edit-actions {
  text-align: center;
}

.path-user .dialog-off-canvas-main-canvas {
  margin: auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.path-user {
  height: 100vh;
}

.path-user input#edit-submit {
  background: #553b85;
  color: #fff;
  width: 100px;
  border-radius: 5px;
  margin-top: 20px;
  padding: 5px;
}

.path-user input#edit-submit:hover {
  background: #452383;
}

.path-user #user-login-form .form-text {
  border: 1px solid #e7e7e7;
  padding: 6px;
  margin-bottom: 5px;
}

.path-user input#edit-name {
  border: 1px solid #5f4e7f !important;
}

.postdescription footer {
  margin-bottom: 20px;
}

#job_name-error,
#job_email-error,
#job_phone-error,
#job_resume-error {
  color: #d43d3d !important;
}

.mar-top {
  margin-top: 20px;
}

/* Together Transform CSS Start */

.big-orange-title {
  font-weight: 800;
  color: #e05d36;
  font-size: 55px;
  margin-bottom: 10px;
}

.title-width {
  width: 70%;
  margin: 40px auto;
  line-height: 1.5;
  font-size: 30px;
}

.transform-word {
  color: #e05d36;
  font-weight: 800;
  transition: opacity 0.8s ease-in-out;
  display: inline-block;
  width: 200px;
  text-align: left;
  text-transform: capitalize;
}

/* Case study-slider css Start */

.slider-container {
  position: relative;
  /* max-width: 800px; */
  margin: auto;
  overflow: hidden;
  border-radius: 8px;
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
}

.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
  position: relative;
}

.case-study-slide {
  min-width: 100%;
  display: flex;
  align-items: flex-start;
  /* background: #EEE9F6; */
  padding: 0px;
}

.case-study-slide .slide-img-sec img {
  width: 100%;
  /* border-radius: 5px; */
  height: 100%;
  filter: grayscale(1);
  /* object-fit: none; */
  object-fit: cover;
}

.case-study-slide .slide-content {
  padding: 25px;
  width: 50%;
  height: 100%;
  position: relative;
  flex: 1;
}

.slide-img-sec {
  width: auto;
  height: 100%;
  flex: 1;
}

.indicators {
  text-align: center;
  margin: auto;
  position: absolute;
  z-index: 2;
  bottom: 10px;
  width: 50%;
  /* height: 100%; */
}

.indicator {
  height: 10px;
  width: 10px;
  background-color: #d9d9d9;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
}

.indicator.active {
  background-color: #e05d36;
}

.inthenews-mainsec {
  color: #fff;
}

.triangle-left {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 20px solid #ebe5e4;
  border-bottom: 15px solid transparent;
  position: absolute;
  left: -20px;
}

.case-study-slide .active {
  background-color: #717171;
}

.slide-content h4 {
  font-size: 26px;
  font-weight: 500;
  font-family: "Playfair Display", serif;
  color: #252525 !important;
}

.products-content h4,
.transform-news-content-sec h4,
.insights-content h4,
.slide-content h4 {
  line-height: 1.5;
}

.slide-content p,
.news-content-line {
  /* font-size: 18px !important; */
  font-size: 26px !important;
  font-family: "Playfair Display", serif !important;
}

.news-content-line {
  color: #fff;
}

.transform-title-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.transform-title-sec h5 {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 0px;
  font-family: "Playfair Display", serif;
}

.transform-title-sec .readmore-icon {
  margin-right: 0px;
}

/* Case study-slider css End*/

/* Insights start */

.insights-sec {
  border-radius: 20px;
  padding: 25px;

  color: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 3;
  height: 100%;
}

.insights-content {
  margin-top: auto;
}

.insights-content h4 {
  /* font-weight: 700; */
  font-family: "Playfair Display", serif;
  font-size: 26px;
  font-weight: 500;
}

.insights-main-sec {
  position: relative;
}

.transform-bg-img-sec {
  width: 100%;
  position: absolute;
  z-index: 1;
  border-radius: 8px;
  /* height: 280px; */
  height: 100%;
}

.transform-bg-img-sec img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  height: 100%;
  filter: grayscale(1);
}

.transform-bg-overlay {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
  border-radius: 8px;
}

.transform-sec .container.col-lg-12.col-md-12.flex-box {
  padding: 0px;
}

.second-row {
  margin-top: 30px;
  height: 300px;
}

/* Insights end */

/* Products start */

.cloud-bg-img-sec {
  width: 100%;
  position: absolute;
  z-index: 1;
  border-radius: 8px;
  height: 100%;
  opacity: 0.1;
}

.cloud-bg-img-sec img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  height: 100%;
  filter: grayscale(1);
}

.products-main-sec {
  position: relative;
}

.inthenews-mainsec {
  background-color: #f7f0ef;
  border-radius: 8px;
  /* padding: 25px; */
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 3;
  height: 100%;
}

.products-sec {
  border-radius: 8px;
  padding: 25px;
  color: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 3;
  height: 100%;
}

.transform-bg-overlay.violet-overlay {
  /* background: rgba(48,0,95,0.8); */
  background: rgba(105, 56, 48, 0.8);
  z-index: 1;
}

/* Products End */

.first-row,
.second-row {
  display: flex;
  /* flex-wrap: wrap; */
}

.testimonal-main-blk .case-study-sec {
  margin-right: 0px;
}

.case-study-sec {
  flex-basis: 70%;
  flex-grow: 1;
  margin-right: 20px;
}

.insights-main-sec {
  flex-basis: 25%;
  flex-grow: 1;
}

.products-main-sec {
  flex-basis: 25%;
  flex-grow: 1;
  margin-right: 20px;
}

.inthenews-mainsec {
  flex-basis: 70%;
  flex-grow: 1;
}

.second-row .container {
  padding: 0px;
}

.transform-news-sec {
  height: 300%;
}

.inthenews-sec {
  display: flex;
  z-index: 3;
  flex-direction: column;
  position: relative;
  padding: 20px;
  height: 100%;
}

.transform-news-img-sec {
  width: 35%;
  padding-right: 10px;
}

.transform-news-content-sec {
  /* width: 65%; */
  /* padding-left:10px; */
  margin-top: auto;
}

.transform-news-img-sec img {
  border-radius: 10px;
  height: auto;
  width: 100%;
}

.imp-point {
  background: #fff;
  padding: 5px 18px;
  border-radius: 30px;
  width: fit-content;
  font-size: 16px !important;
  border: 1px solid #f5e9ff;
  margin-bottom: 10px;
}

.transform-news-content-sec h4 {
  font-size: 26px;
  /* font-weight: 600; */
  font-family: "Playfair Display", serif;
  font-weight: 500;
}

.products-content {
  margin-top: auto;
}

.products-content h4 {
  font-size: 26px;
  font-family: "Playfair Display", serif;
  font-weight: 500;
}

/* .inthenews-mainsec, .case-study-slide {
  background-image: linear-gradient(150deg, #fbf0eb, #f2eeff);
} */

.case-study-slide {
  background: #ebe5e4;
}

.inthenews-mainsec {
  background: #4a403e;
}

@media (min-width: 1201px) and (max-width: 1478px) {
  .big-orange-title {
    font-size: 48px;
  }

  .title-width {
    font-size: 26px !important;
    width: 90%;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .big-orange-title {
    font-size: 45px;
  }

  .title-width {
    font-size: 25px;
  }

  .case-study-slide .slide-content {
    width: 65%;
  }

  .transform-news-img-sec {
    width: 30%;
  }

  .transform-news-content-sec {
    /* width: 70%; */
  }
}

@media (min-width: 992px) and (max-width: 1025px) {
  .big-orange-title {
    font-size: 40px;
  }

  .title-width {
    font-size: 20px;
  }

  .transform-news-content-sec h4 {
    font-size: 20px;
  }

  .case-study-slide .slide-content {
    width: 65%;
  }

  .transform-news-img-sec {
    width: 30%;
  }

  .transform-news-content-sec {
    /* width: 70%; */
  }

  .transform-news-content-sec h4,
  .slide-content h4 {
    font-size: 18px;
  }

  .insights-content h4,
  .products-content h4 {
    font-size: 18px;
  }

  .slide-content p,
  .news-content-line {
    line-height: 1.5;
  }

  .imp-point {
    padding: 5px 14px;
    font-size: 15px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .big-orange-title {
    font-size: 35px;
  }

  .title-width {
    font-size: 20px;
    width: 85%;
    margin: 20px auto;
  }

  .case-study-slide .slide-content {
    width: 65%;
  }

  .transform-news-img-sec {
    width: 30%;
  }

  .transform-news-content-sec {
    width: 70%;
  }

  .products-content h4,
  .transform-news-content-sec h4,
  .insights-content h4,
  .slide-content h4 {
    font-size: 20px !important;
  }

  .slide-content p,
  .news-content-line {
    line-height: 1.5;
  }

  .imp-point {
    padding: 5px 14px;
    font-size: 15px !important;
  }

  .first-row,
  .second-row {
    flex-direction: column;
  }

  .case-study-sec,
  .insights-main-sec,
  .products-main-sec,
  .inthenews-mainsec {
    width: 100% !important;
    margin-bottom: 20px;
    height: auto;
  }

  .second-row {
    margin-top: 0px;
  }

  .empbusiness-sec .container {
    flex-direction: column;
  }

  .title-sec,
  .empbusiness-sec .col-lg-12.col-md-12.flex-box {
    width: 100% !important;
    padding: 0px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .big-orange-title {
    font-size: 32px;
  }

  .case-study-slide .slide-content {
    width: 90%;
  }

  .transform-news-img-sec {
    width: 30%;
  }

  .transform-news-content-sec {
    /* width: 70%; */
  }

  .products-content h4,
  .transform-news-content-sec h4,
  .insights-content h4,
  .slide-content h4 {
    font-size: 18px !important;
  }

  .slide-content p,
  .news-content-line {
    line-height: 1.5;
  }

  .imp-point {
    padding: 5px 14px;
    font-size: 15px !important;
  }

  .first-row,
  .second-row {
    flex-direction: column;
  }

  .case-study-sec,
  .insights-main-sec,
  .products-main-sec,
  .inthenews-mainsec {
    width: 100% !important;
    margin-bottom: 20px;
    height: auto;
  }

  .second-row {
    margin-top: 0px;
    height: auto;
  }

  .transform-word {
    width: 150px;
  }
}

@media (max-width: 575px) {
  .big-orange-title {
    font-size: 28px;
  }

  .case-study-slide .slide-content {
    width: 100%;
  }

  .transform-news-img-sec {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .transform-news-content-sec {
    width: 100%;
    padding-left: 0px;
  }

  .products-content h4,
  .transform-news-content-sec h4,
  .insights-content h4,
  .slide-content h4 {
    font-size: 18px !important;
  }

  .slide-content p,
  .news-content-line {
    line-height: 1.5;
    font-size: 18px !important;
  }

  .imp-point {
    padding: 5px 14px;
    font-size: 16px !important;
  }

  .first-row,
  .second-row {
    flex-direction: column;
    padding: 0px 15px;
  }

  .case-study-sec,
  .insights-main-sec,
  .products-main-sec,
  .inthenews-mainsec {
    width: 100% !important;
    margin-bottom: 20px;
    height: auto;
    margin-right: 0px;
    margin-top: 15px;
  }

  .second-row {
    margin-top: 0px;
    height: auto;
  }

  .empbusiness-sec .container {
    flex-direction: column;
  }

  .empbusiness-sec .title-sec {
    width: 100%;
    text-align: left !important;
  }

  .empbusiness-sec .col-lg-12.col-md-12.flex-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0px;
    margin: 0px;
  }

  .rightcontent-sec.col-lg-6.col-md-6 {
    padding: 0px;
  }

  .left-image-block,
  .right-image-block {
    margin-bottom: 10px;
  }

  .empower-blk {
    margin: 10px 0px 0px 0px;
  }

  .case-study-slide {
    flex-direction: column;
  }

  .transform-title-sec .read-more-btn {
    width: fit-content;
  }

  .indicators {
    width: 100%;
  }

  .transform-title-sec {
    margin-bottom: 10px;
  }

  .transform-news-sec {
    flex-direction: column;
  }

  .case-study-slide .slide-content,
  .insights-sec,
  .products-sec,
  .inthenews-mainsec {
    /* padding:15px; */
  }

  .case-study-slide .slide-content {
    padding-bottom: 25px;
  }

  .slide-img-sec {
    width: 100%;
    height: auto;
  }

  .triangle-left {
    left: 30px;
    top: -25px;
    rotate: 90deg;
  }

  .transform-word {
    width: 120px;
  }

  .big-orange-title {
    flex-wrap: wrap;
  }
}

/* Together Transform CSS End */

/* Empower Home page CSS Start */

.empower-new-model-sec .grey-title {
  font-size: 60px;
}

.empower-new-model-sec .orange-title {
  font-size: 70px;
}

.empower-new-model-sec .container {
  display: flex;
  align-items: center;
}

.empower-new-model-sec .title-sec {
  width: 40%;
  text-align: left !important;
}

.empower-highlights {
  display: flex;
  flex-direction: column;
  width: 60%;
  padding: 0px 20px;
}

.empower-highlight-box h4 {
  font-weight: 400;
  font-size: 30px !important;
  display: flex;
  color: #252525;
  font-family: "Playfair Display", serif;
}

.empower-highlight-box h4::before {
  content: "";
  width: 4px;
  height: 28px;
  background: #e05d36;
  display: block;
  margin-right: 10px;
  top: 5px;
  position: relative;
}

.empower-highlight-box {
  margin-bottom: 10px;
}

.empower-highlight-box h4 b {
  margin-left: 5px;
  font-weight: 600;
}

.empower-highlight-box p {
  padding-left: 15px;
}

.empower-new-model-sec {
  background-image: url("../images/empower-new-model-bg.jpg");
  background-size: cover;
}

.empower-highlights,
.empower-new-model-sec .title-sec {
  flex: 1;
}

@media (min-width: 1201px) and (max-width: 1478px) {
  .empower-new-model-sec .grey-title {
    font-size: 50px;
  }

  .empower-new-model-sec .orange-title {
    font-size: 60px;
  }

  .empower-highlight-box h4 {
    font-size: 26px !important;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .empower-new-model-sec .grey-title {
    font-size: 40px;
  }

  .empower-new-model-sec .orange-title {
    font-size: 50px;
  }

  .empower-highlight-box h4 {
    font-size: 22px !important;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .empower-new-model-sec .grey-title {
    font-size: 30px;
  }

  .empower-new-model-sec .orange-title {
    font-size: 40px;
  }

  .empower-highlight-box h4 {
    font-size: 22px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .empower-new-model-sec .grey-title {
    font-size: 30px;
  }

  .empower-new-model-sec .orange-title {
    font-size: 40px;
  }

  .empower-highlight-box h4 {
    font-size: 22px !important;
  }

  .empower-new-model-sec .container {
    flex-direction: column;
  }

  .empower-highlights {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .empower-new-model-sec .grey-title {
    font-size: 26px;
  }

  .empower-new-model-sec .orange-title {
    font-size: 36px;
  }

  .empower-highlight-box h4 {
    font-size: 22px !important;
  }

  .empower-new-model-sec .container {
    flex-direction: column;
  }

  .empower-highlights {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }

  .empower-new-model-sec .title-sec.text-center {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .empower-new-model-sec .grey-title {
    font-size: 20px;
  }

  .empower-new-model-sec .orange-title {
    font-size: 30px;
  }

  .empower-highlight-box h4 {
    font-size: 20px !important;
    flex-wrap: wrap;
  }

  .empower-new-model-sec .container {
    flex-direction: column;
  }

  .empower-highlights {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }

  .empower-new-model-sec .title-sec.text-center {
    width: 100%;
  }
}

/* Empower Home page CSS  End*/

/* Hero Banner CSS Start  */

.hero-wrapper {
  /* height: 100vh; */
  position: relative;
}

.hero-wrapper .content.container {
  max-width: 90% !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 9;
}

.hero-wrapper .overlay {
  background-image: linear-gradient(to bottom right, #080415, #080415);
  /* opacity: 0.3; */
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  box-sizing: border-box;
  padding: 15% 32px;
  line-height: 1.5;
  text-align: center;
  background: rgb(0, 0, 0);
  /* background: radial-gradient(circle, rgba(0,0,0,0.41358550256039917) 8%, rgba(0,0,0,1) 92%); */
  background: radial-gradient(circle,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.8) 95%);
}

.home-page .container {
  max-width: 90% !important;
}

.hero-banner-sec img {
  width: 100%;
}

.empower-new-model-sec .left-side-title {
  font-size: 55px;
  width: 100%;
  font-weight: 400;
  line-height: 1.25;
}

.left-side-orange-title {
  color: #e05d36;
  margin-right: 10px;
}

.left-side-orange-title b {
  font-weight: 600;
}

.big-orange-title.white-text {
  font-weight: 500;
}

.customer-logos.container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  padding: 20px 0px;
  /* max-width: 100%; */
  max-width: 100% !important;
}

.client-logo {
  background: white;
  /* padding: 20px; */
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  cursor: default;
}

.client-logo img {
  /* max-width: 80px; */
  /* height: auto;
    margin-bottom: 10px; */
  /* height: 150px; */
  /* margin-bottom: 10px; */
  width: auto;
}

.customer-all-logos.container .client-logo img {
  border-radius: 8px;
  padding: 2px;
}


.hero-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.hero-wrapper {
  display: flex;
  height: 100%;
  transition: transform 1.2s ease-in-out;
}

.hero-banner-sec {
  min-width: 100%;
  height: 100%;
  position: relative;
  /* flex-shrink: 0; */
}

.hero-banner-sec img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-banner-sec .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0,0,0,0.4); */
}

.hero-prev,
.hero-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  padding: 10px;
  z-index: 10;
  transition: background 0.3s;
}

.hero-prev:hover,
.hero-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.hero-prev {
  left: 10px;
}

.hero-next {
  right: 10px;
}

.hero-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  z-index: 5;
}

.hero-dot {
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
}

.hero-dot.active {
  background-color: #e05d36;
}

@media (max-width: 768px) {

  .hero-prev,
  .hero-next {
    font-size: 1.5rem;
    padding: 8px;
  }

  .hero-slider {
    height: auto;
  }
}

@media (max-width: 575px) {

  .hero-prev,
  .hero-next {
    font-size: 1.2rem;
    padding: 6px;
  }
}

/* Hero Banner CSS End  */

h3 {
  font-family: "Playfair Display", serif !important;
}

.home-page .grey-title {
  font-size: 50px;
}

.home-page .orange-title {
  font-size: 50px;
  font-weight: 800;
}

.home-page .title-width.grey-title {
  font-size: 30px;
}

@media (min-width: 1201px) and (max-width: 1478px) {

  .home-page .grey-title,
  .home-page .orange-title,
  .empower-new-model-sec .left-side-title {
    font-size: 45px;
  }

  .home-page .title-width.grey-title {
    font-size: 30px;
  }

  .small.title-sec * {
    font-size: 36px !important;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {

  .home-page .grey-title,
  .home-page .orange-title,
  .empower-new-model-sec .left-side-title {
    font-size: 42px;
  }

  .home-page .title-width.grey-title {
    font-size: 28px;
  }

  .small.title-sec * {
    font-size: 30px !important;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {

  .home-page .grey-title,
  .home-page .orange-title,
  .empower-new-model-sec .left-side-title {
    font-size: 38px;
  }

  .home-page .title-width.grey-title {
    font-size: 26px;
  }

  .small.title-sec * {
    font-size: 28px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .home-page .grey-title,
  .home-page .orange-title,
  .empower-new-model-sec .left-side-title {
    font-size: 36px;
  }

  .home-page .title-width.grey-title {
    font-size: 24px;
  }

  .small.title-sec * {
    font-size: 26px !important;
  }

  .empower-new-model-sec .left-side-title {
    padding-top: 0px !important;
  }
}

@media (min-width: 576px) and (max-width: 768px) {

  .home-page .grey-title,
  .home-page .orange-title,
  .empower-new-model-sec .left-side-title {
    font-size: 32px;
  }

  .home-page .title-width.grey-title {
    font-size: 24px;
  }

  .small.title-sec * {
    font-size: 24px !important;
  }

  .empower-new-model-sec .left-side-title {
    padding-top: 0px !important;
  }
}

@media (max-width: 575px) {

  .home-page .grey-title,
  .home-page .orange-title,
  .empower-new-model-sec .left-side-title {
    font-size: 28px;
  }

  .home-page .title-width.grey-title {
    font-size: 20px;
  }

  .small.title-sec * {
    font-size: 20px !important;
  }

  .empower-new-model-sec .left-side-title {
    padding-top: 0px !important;
  }

  .engagement-title {
    font-size: 20px;
  }
}

.page-node-18 .left-sec-img,
.page-node-18 .right-sec-img {
  width: 100% !important;
  height: auto;
}

.asterisk {
  color: red;
}

.item.carousel-item img {
  border-radius: 8px;
}

/* Home Page Our Clients New CSS Start  */

.empbusiness-sec .left-image-block .container,
.empbusiness-sec .right-image-block .container {
  width: 100% !important;
  max-width: 100% !important;
}

.customer-all-logos.container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
  padding: 20px 0px;
  max-width: 100% !important;
}

@media (min-width: 1201px) and (max-width: 1478px) {
  .customer-all-logos.container {
    grid-template-columns: repeat(6, 1fr) !important;
    gap: 12px !important;
  }

  .customer-all-logos.container .client-logo img {
    height: 120px !important;
  }

}

@media (min-width: 1025px) and (max-width: 1200px) {
  .customer-all-logos.container {
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 15px !important;
  }

  .customer-all-logos.container .client-logo img {
    height: 120px !important;
    padding: 2px;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .customer-all-logos.container {
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 15px !important;
  }

  .customer-all-logos.container .client-logo img {
    height: 120px !important;
    padding: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .customer-all-logos.container {
    gap: 12px !important;
    grid-template-columns: repeat(4, 1fr) !important;
  }

  .customer-all-logos.container .client-logo img {
    height: 120px !important;
    padding: 5px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .customer-all-logos.container {
    gap: 12px !important;
    grid-template-columns: repeat(3, 1fr) !important;
  }

  .customer-all-logos.container .client-logo img {
    /* height: 90px !important; */
    padding: 2px;
  }
}

@media (max-width: 575px) {
  .customer-all-logos.container {
    gap: 10px !important;
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .customer-all-logos.container .client-logo img {
    height: auto !important;
  }

  .right-image-block,
  .left-image-block {
    padding: 20px 0px;
  }

  .left-image-block .container.col-lg-12.col-md-12.flex-box {
    margin-top: 0px !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {

  .right-image-block,
  .left-image-block {
    padding: 20px 0px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .right-image-block,
  .left-image-block {
    padding: 20px 0px;
  }

  .left-image-block .container,
  .right-image-block .container {
    flex-direction: initial;
  }

  .right-image-block,
  .left-image-block {
    padding: 30px 0px !important;
  }
}

/* Home Page Our Clients New CSS End  */

#enotify .grey-title {
  margin-top: 30px;
}

.right-image-block,
.left-image-block {
  padding: 30px 0px;
}

.left-image-block .container.col-lg-12.col-md-12.flex-box {
  margin-top: 10px !important;
}

.search-container {
  width: 80%;
  margin: 50px auto;
}

.search-result__title a {
  color: #252525;
  font-size: 24px;
  font-weight: 600;
}

.search-container h2,
#search-form {
  display: none;
}

.search-results li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.pager__item a {
  color: #252525;
}

.pager__item.pager__item--next,
.pager__item.pager__item--first {
  /* width: fit-content;
          float: left; */
  /* margin-right: 20px; */
  margin-top: 20px;
}

.pager__item.pager__item--last,
.pager__item.pager__item--previous {
  margin-top: 20px;
}

.pager__item.pager__item--next:hover a,
.pager__item.pager__item--last:hover a,
.pager__item.pager__item--first:hover a,
.pager__item.pager__item--previous:hover a {
  color: #e05d36;
}

.search-result__title:hover a {
  color: #e05d36;
}

/* Admin Panel CSS Start*/
#toolbar-bar {
  z-index: 100000000;
}

.error {
  color: #d43d3d;
}

/* Admin Panel CSS End*/

/* Career Page New Changes start   */

.col-tab002 .highlight-box-sec .row .col-md-2 {
  align-content: end;
  text-align: right;
  text-align: -webkit-right;
}

@media (min-width: 768px) and (max-width: 991px) {
  .col-tab002 .highlight-box-sec .row .col-md-2 {
    width: 25%;
  }

  .col-tab002 .highlight-box-sec .row .col-md-10 {
    width: 75%;
  }
}

@media (max-width: 480px) {
  .col-tab002 .highlight-box-sec .row .col-md-2 .read-more-btn {
    width: fit-content !important;
  }

  .col-tab002 .highlight-box-sec .row .col-md-2 {
    text-align: left;
    text-align: -webkit-left;
  }
}

/* Career Page New Changes End  */

.read-more-btn.form-submit.subscribe-button {
  background: #e05d36;
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 0;
  margin: auto 5px;
}

.read-more-btn.form-submit.subscribe-button:hover {
  color: #fff !important;
}

.field--name-field-meta-description,
.field--name-field-meta-keyword,
.field--name-field-meta-title {
  display: none;
}

.pager__items.js-pager__items {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pager__items.js-pager__items .pager__item.pager__item--next,
.pager__items.js-pager__items .pager__item.pager__item--last,
.pager__item.pager__item--first,
.pager__item.pager__item--previous {
  margin-top: 10px;
  width: inherit !important;
  height: inherit !important;
  background: inherit !important;
}

.pager__item {
  width: 40px;
  height: 40px;
  background: #ebe5e4;
  margin: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  order: 3;
}

.pager__item:hover,
.pager__item.is-active {
  background: #e05d36;
  color: #fff;
}

.pager__item.is-active a,
.pager__item:hover a {
  color: #fff;
}

.pager__item.pager__item--first {
  order: 1;
}

.pager__item.pager__item--previous {
  order: 2;
}

.pager__item.pager__item--next {
  order: 4;
}

.pager__item.pager__item--last {
  order: 5;
}

.pagination {
  justify-content: center;
  margin: 20px 0px;
}

.pagination li a {
  background: #ddd;
  margin: 0px 10px;
  border-radius: 8px;
  padding: 10px;
  color: #252525;
  text-decoration: none !important;
}

.pagination li a:hover {
  background: #e05d36;
  color: #fff;
}

#intern-form .row .col-md-12 {
  width: 50%;
}

@media (max-width: 575px) {
  .pager__item {
    margin: 3px !important;
    font-size: 14px;
    padding: 3px;
    width: 30px;
    height: 30px;
  }

  .pager__items.js-pager__items .pager__item.pager__item--next,
  .pager__items.js-pager__items .pager__item.pager__item--last {
    margin-right: 5px !important;
  }

  .pager__items.js-pager__items {
    flex-wrap: wrap;
  }

  #contact-error-captcha {
    position: absolute;
    bottom: -20px;
    font-size: 15px;
  }

  #recaptcha_modal {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .pagination li a {
    font-size: 14px;
  }

  #intern-form .row .col-md-12 {
    width: 100% !important;
  }
}

/* Banner Altrations Start */
.image-sect {
  background-size: cover;
  margin-top: 0;
  height: 600px;
  background-position: 80% 0%;
}

.aboutus-page .image-sect {
  background-image: url(../images/banners/about-us-banner-bg.jpg);
}

.approach-page .image-sect {
  background-image: url(../images/banners/approach-banner-bg.jpg);
}

.careers-page .image-sect {
  background-image: url(../images/banners/careers-banner-bg.jpg);
}

.consultancy-page .image-sect {
  background-image: url(../images/banners/consultancy.jpg);
}

.contract-vehicles-page .image-sect {
  background-image: url(../images/banners/contract-vehicles-banner-bg.jpg);
}

.dir-page .image-sect {
  background-image: url(../images/banners/dir-banner-bg.jpg);
}

.marketing-page .image-sect {
  background-image: url(../images/banners/marketing-bg.jpg);
}

.products-page .image-sect {
  background-image: url(../images/banners/products-banner-bg.jpg);
}

.technology-page .image-sect {
  background-image: url(../images/banners/technology-bg.jpg);
}

/* inner page banners */
.applicationservices-page .image-sect {
  background-image: url(../images/innerbanners/applicationservices--banner-bg.jpg) !important;
}

.automotive-page .image-sect {
  background-image: url(../images/innerbanners/automotive-banner-bg.jpg) !important;
}

.banking-page .image-sect {
  background-image: url(../images/innerbanners/banking-banner-bg.jpg) !important;
}

.blog-page .image-sect {
  background-image: url(../images/innerbanners/blog-banner-bg.jpg) !important;
}

.business-process-engg-page .image-sect {
  background-image: url(../images/innerbanners/business-process-engg-banner-bg.jpg) !important;
}

.cloudservices-page .image-sect {
  background-image: url(../images/innerbanners/cloudservices-banner-bg.jpg) !important;
}

.communicationsmedia-page .image-sect {
  background-image: url(../images/innerbanners/communicationsmedia-banner-bg.jpg) !important;
}

.consumergoods-page .image-sect {
  background-image: url(../images/innerbanners/consumergoods-banner-bg.jpg) !important;
}

.cybersecurity-page .image-sect {
  background-image: url(../images/innerbanners/cybersecurity-banner-bg.jpg) !important;
}

.dataengg-page .image-sect {
  background-image: url(../images/innerbanners/dataengg-banner-bg.jpg) !important;
}

.design-experience-page .image-sect {
  background-image: url(../images/innerbanners/design-experience-banner-bg.jpg) !important;
}

.digital-marketing-page .image-sect {
  background-image: url(../images/innerbanners/digital-marketing-transformation-banner-bg.jpg) !important;
}

.government-page .image-sect {
  background-image: url(../images/innerbanners/government-banner-bg.jpg) !important;
}

.health-page .image-sect {
  background-image: url(../images/innerbanners/health-banner-bg.jpg) !important;
}

.infrastructureengg-page .image-sect {
  background-image: url(../images/innerbanners/infrastructureengg-banner-bg.jpg) !important;
}

.insurance-page .image-sect {
  background-image: url(../images/innerbanners/insurance-banner-bg.jpg) !important;
}

.lifesciences-page .image-sect {
  background-image: url(../images/innerbanners/lifesciences-banner-bg.jpg) !important;
}

.naturalresources-page .image-sect {
  background-image: url(../images/innerbanners/naturalresources-banner-bg.jpg) !important;
}

.platformservices-page .image-sect {
  background-image: url(../images/innerbanners/platformservices-banner-bg.jpg) !important;
}

.quality-page .image-sect {
  background-image: url(../images/innerbanners/quality-engg-banner-bg.jpg) !important;
}

.retail-page .image-sect {
  background-image: url(../images/innerbanners/retail-banner-bg.jpg) !important;
}

.search-page .image-sect {
  background-image: url(../images/innerbanners/search-page-banner-bg.jpg) !important;
}

.softwareengg-page .image-sect {
  background-image: url(../images/innerbanners/softwareengg-banner-bg.jpg) !important;
}

.technologystrategy-page .image-sect {
  background-image: url(../images/innerbanners/technologystrategy-banner-bg.jpg) !important;
}

.testimonial-page .image-sect {
  background-image: url(../images/innerbanners/testimonial-banner-bg.jpg) !important;
}

.travel-page .image-sect {
  background-image: url(../images/innerbanners/travel-banner-bg.jpg) !important;
}

.uiux-page .image-sect {
  background-image: url(../images/innerbanners/uiux-banner-bg.jpg) !important;
}

.utilities-page .image-sect {
  background-image: url(../images/innerbanners/utilities-banner-bg.jpg) !important;
}

.web-design-page .image-sect {
  background-image: url(../images/innerbanners/web-design-banner-bg.jpg) !important;
}

.workforce-page .image-sect {
  background-image: url(../images/innerbanners/workforce-banner-bg.jpg) !important;
}

.notfound-page .image-sect {
  background-image: url(../../images/404/errorpage-banner-bg.jpg) !important;
}

.pagenotfoundcontent {
  display: flex;
  justify-content: center;
}

.pagenotfoundcontent img {
  min-width: 100px;
  height: auto;
}

/* Banner Altrations End */

#news_letter_email-error {
  color: red;
}

/* menu active Start*/

.menu-bar-link.active {
  /* Example styles for the active link */
  color: #e05d36 !important;
  /* Or your brand color */
  font-weight: bold;
  border-bottom: 2px solid #e05d36;
  /* A subtle indicator */
  padding-bottom: 5px;
  /* Adjust as needed */
}

/* For nested mega-menu links, if you want them to be active too */
.mega-menu-link.active {
  color: #fff !important;
  /* Or a different color for sub-links */
  font-weight: bold;
  background-color: #e05d36 !important;
}

/* If you want the parent 'Services' or 'Company' to also show active */
.menu-bar>li.active>.top-menu {
  color: #e05d36 !important;
  font-weight: bold;
}

/* menu active End*/

/* number captcha */
.partner-slide img {
  width: 120px;
  height: auto;
}


/* Basic styling for captcha - you can adjust this */
.captcha-container {
  margin-top: 15px;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
}

.captcha-display {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  /* border: 1px solid #757575; */
  border-radius: 3px;
  margin-bottom: 10px;
  letter-spacing: 3px;
  user-select: none;
  pointer-events: none;
  width: 90px;
  float: left;
  color: #fff
}


.number-captcha-button {
  margin-top: 5px;
  background: #e05d36;
  padding: 8px 16px;

  align-items: center;
  border-radius: 50px;
  color: #fff;
  float: left;
  margin-right: 4px;
  border: none;

}

.number-captcha-buttons {
  clear: both;
}

#captcha-input {
  padding: 6px;
  width: 115px;
  background: none;
  color: #fff;
  border: 1px solid #757575;
  margin-left: 15px;
}

.number-captcha-display-container {
  margin-top: 30px;
}

#captcha-input-error {
  color: #d43d3d;
}

.equal_symbol {
  margin-left: 15px;
}

#contact-error-captcha {
  color: #d43d3d;
}

#job-error-captcha {
  color: #d43d3d;
}

#upload-error-captcha {
  color: #d43d3d;
}

#intern-error-captcha {
  color: #d43d3d;
}

#ref-error-captcha {
  color: #d43d3d;
}




@media (min-width:991px) {
  .menu-link.menu-bar-link.top-menu {
    /* pointer-events: none; */
    cursor: pointer;
  }
}


.breads-inner a:last-child {
  pointer-events: none;
}



/* sgs innerpage salesforce CSS Start */

.sgs-innerpage.lite-grey-bg {
  background-color: #ebe5e4;
  background-image: none;
}

.sgs-innerpage .main-title {
  color: #e05d36 !important;
  font-family: "Playfair Display", serif !important;
  text-align: center;
  margin-bottom: 40px;
}

.sgs-innerpage .image-sec {
  background: radial-gradient(#fffdfd, #ecdddb);
}

.sgs-innerpage .salesforce-solution {
  box-shadow: 2px 1px 10px rgb(211, 200, 196);
}

.sgs-innerpage .salesforce-all-product {
  display: flex;
  /* background: #593127; */
  background: #4a403e;
}



.sgs-innerpage .salesforce-product-title {
  background: url("../images/home/sgs-innerpage-product-left-bg.png") no-repeat;
  background-size: cover;
  background-position: 50%;
}

.video-icon-sec {
  background: #e05d36;
  padding: 20px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  z-index: 9;
  position: relative;
}

.sgs-innerpage .waves {
  background: rgba(240, 139, 109, 0.7);
}

.sgs-innerpage .solution-titlesection,
.sgs-innerpage .salesforce-solution h4,
.sgs-innerpage .product-slide-content h3 {
  font-family: "Playfair Display", serif !important;
}

.sgs-innerpage .salesforce-solution h4 {
  font-weight: 600;
}

.sgs-innerpage .sub-title,
.sgs-innerpage .salesforce-solution p,
.sgs-innerpage .product-slide-content p,
.sgs-innerpage .product-left-content p {
  font-family: "Lato", sans-serif !important;
}

.sgs-innerpage .owl-theme .owl-dots .owl-dot.active span,
.sgs-innerpage .owl-theme .owl-dots .owl-dot:hover span {
  background: #e05d36 !important;
}

.sgs-innerpage .product-left-content button img {
  height: 25px;
  width: auto;
}

.sgs-innerpage .sub-title {
  margin-bottom: 0px;
  font-size: 24px;
  text-align: center;
}

.main-title {
  margin: 5px 0;
  color: #066aea;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.5;
}

.sgs-innerpage .salesforce-all-solution {
  grid-template-columns: repeat(auto-fit, minmax(31%, 1fr));
  grid-gap: 30px;
  display: grid;
}

.sgs-innerpage .salesforce-solution {
  padding: 15px;
  border-radius: 10px;
  background-color: #fff;
  width: 100% !important;
}

.sgs-innerpage .image-sec {
  padding: 40px;
  border-radius: 10px;
  margin-bottom: 20px;
  text-align: center;
}

.sgs-innerpage .image-sec img {
  height: 150px;
  width: auto;
  margin: auto;
}

@media (max-width:767px) {
  .sgs-innerpage .salesforce-all-solution {
    grid-gap: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}



.sgs-innerpage .salesforce-product-title {
  width: 30%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}


.sgs-innerpage .product-left-content {
  width: 80%;
  padding: 40px;
}

.sgs-innerpage .product-left-content p {
  font-size: 30px !important;
  color: #fff;
}

.sgs-innerpage .product-left-content .main-title {
  text-align: left;
}

.sgs-innerpage .btn-wrap {
  width: 100%;
  margin: 30px 0;
}

.sgs-innerpage .owl-theme .owl-nav .disabled,
.sgs-innerpage button.disabled {
  opacity: 0.6;
}


.sgs-innerpage .prev-btn,
.sgs-innerpage .next-btn {
  background-color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 50%;
  margin: 10px;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.5s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 50px;
  height: 50px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
}

.sgs-innerpage .product-left-content button img {
  height: 25px;
  width: auto;
}

.sgs-innerpage .salesforce-product-slide {
  width: 70%;
  z-index: 1;
}

.sgs-innerpage .owl-carousel {
  display: none;
  width: 100%;
  z-index: -1 !important;
  margin: 30px;
}

.sgs-innerpage .owl-carousel .owl-stage-outer {
  position: relative;
  overflow: visible !important;
  -webkit-transform: translate3d(0, 0, 0);
}

.sgs-innerpage .owl-carousel .item {
  text-align: center;
  /* padding: 10px 20px; */
  padding: 10px 10px;
  background-color: #fff;
  height: 450px;
  border: 1px solid #604a46;
  border-radius: 10px;
}

.sgs-innerpage .product-slide-content p {
  /* line-height: 1.5; */
  font-size: 16px !important;
}

.sgs-innerpage .product-slide-content h3 {
  font-size: 20px !important;
  font-weight: 600;
}

.sgs-innerpage .product-wrapper {
  display: inline-block;
  position: relative;
  /* margin: 40px auto; */
  margin: 40px auto 20px auto;
}

.sgs-innerpage .video-main {
  position: relative;
  display: inline-block;
}

.sgs-innerpage .owl-carousel .item {
  text-align: center;
}

.sgs-innerpage .wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.sgs-innerpage .wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.sgs-innerpage .wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}


.sgs-innerpage .waves {
  position: absolute;
  width: 150px;
  height: 150px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -40px;
  bottom: -40px;
  z-index: 1;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
  animation-delay: 0s;
}


.sgs-innerpage .owl-theme .owl-dots .owl-dot span {
  width: 50px !important;
  height: 6px !important;
}


@media (max-width: 575px) {
  .sgs-innerpage .salesforce-all-product {
    flex-wrap: wrap;
  }

  .sgs-innerpage .salesforce-product-title,
  .sgs-innerpage .salesforce-product-slide {
    width: 100%;
  }
}

/* sgs innerpage salesforce CSS End */


.salesforce-product-title {
  background: url(../images/home/product-left-bg.png) no-repeat;
  background-size: auto;
  background-size: cover;
  /* height: 500px; */
  width: 30%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

#accordionExample .accordion-button:not(.collapsed) {
  color: #e05d36;
  background-color: #fff4f3;
  box-shadow: inset 0 -1px 0 rgba(208, 107, 107, 0.13);
}

#accordionExample .accordion-button:focus {
  z-index: 3;
  border-color: #c23801;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(255, 207, 163, 0.25);
}

#accordionExample .accordion-item:first-of-type {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#accordionExample .accordion-item:last-of-type {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}




.main-features-all-list.reach-us-sec {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.main-features-all-list.reach-us-sec .main-feature-list {
  width: 100%;
  padding: 0px 10px;
}


.map-blk iframe {
  max-width: 100%;
}


@media (max-width:640px) {
  .main-features-all-list.reach-us-sec {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .main-features-all-list.reach-us-sec .main-feature-list {
    margin-top: 20px !important;
  }

  .main-features-all-list.reach-us-sec .main-feature-list:hover {
    /* top: 0px; */
    transform: translateY(0px) !important;
  }

  .main-features-all-list.reach-us-sec .list-of-main-features .icon {
    display: none;
  }
}


/* LEFT PANEL */
.locations {
  width: 30%;
  min-width: 280px;
  background: #2f2a2a;
  color: white;
  display: flex;
  flex-direction: column;
}

.location {
  padding: 20px 23px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: 0.3s;

}

.location:hover,
.location.active {
  background: #5c3832;
  position: relative;

}

.location.active::before {

  content: '';
  position: absolute;
  border-left: 20px solid #593933;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  right: -20px;
  top: calc(100% / 3.7);

}



.location h3 {
  margin: 0 0 8px 0;
  font-size: 1.3rem;

}

.location p {
  margin: 0px 0;
  font-size: 14px;
  color: #cfc8c8;
  font-size: 15px !important;
  line-height: 1.4;

}

/* MAP SECTION */
.map {
  width: 70%;
  min-height: 500px;
}

iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* RESPONSIVE */
@media(max-width: 900px) {
  .locations {
    width: 100%;
  }

  .map {
    width: 100%;
    height: 400px;
  }

  .location.active::before {

    content: none;

  }
}

.location-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.contact-address-content p {
  display: flex;
}

.contact-address-content p b {
  display: inline-grid;
  width: 80px;
}

span.address-row a {
    color: #e05d36;
}

span.address-row a:hover {
    color: #553b85;
    text-decoration: underline !important;
}

#services-menu .dropdown-right {
    width: 100%;
    grid-template-columns: repeat(2, 1fr) !important;
}

#services-menu .dropdown-right .item{
    column-count: 2;
}





/* ServiceNow InnerPage CSS Start */


/* Form Card Start */
.landing-page-model.inner-page-model.servicenow-page  .landing-banner-title{
padding-top: 5px;
}

.landing-page-model.inner-page-model.servicenow-page .image-sect {
  background-image: url("../images/service-now/ServiceNow-InnerPage-bg.jpg");
  background-size: cover;
  margin-top: 0;
  height: 1000px;
  background-position: 80% 0%;
}

.landing-page-model.inner-page-model.servicenow-page .overlay {
  display: none;
}

.landing-banner-left-sec {
  width: 50%;
}

.landing-banner-short-title.orange-title {
  font-family: "Lato", sans-serif !important;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0px;
}

.landing-banner-left-sec .landing-banner-title::after {
  content: '';
  width: 100px;
  height: 5px;
  display: block;
  background: #E05D36;
  margin-top: 10px;
}


.servicenow-page .landing-banner-title {
  max-width: 90%;
  font-size: 60px;
}

.form-card{
    background:#fff;
    width:80%;
    padding:35px 30px;
    border-radius:14px;
    box-shadow:0 10px 30px rgba(0,0,0,0.2);
    margin-left: auto;
}

.form-card h2{
    text-align:center;
    color:#e05a33;
    margin-bottom:5px;
    padding: 0px;
  font-family: "Playfair Display", serif !important;
}

.form-card p{
    text-align:center;
    color:#555;
    font-size:14px;
    margin-bottom:25px;
}

.form-group{
    position:relative;
    margin-bottom:22px;
}

.form-card label{
    font-size:16px;
    color:#000;
    display:block;
    margin-bottom:6px;
}

.form-card label span{
    color:red;
}

.form-card input, .form-card textarea, .form-card select{
    width:100%;
    border:none;
    border-bottom:1px solid #ccc;
    padding:8px 28px 8px 0;
    font-size:14px;
    outline:none;
    background: #fff;
}

.form-card textarea{
    resize:none;
    height:40px;
}

.form-card .clear-btn{
    position: absolute;
  right: 0;
  top: 33px;
  cursor: pointer;
  color: #d0cccc;
  font-weight: bold;
  font-size: 14px;
}

.form-card button{
    width:170px;
    display:block;
    margin:25px auto 0;
    background:#e05a33;
    border:none;
    color:white;
    padding:12px;
    border-radius:25px;
    font-size:15px;
    cursor:pointer;
    transition:0.3s;
}

.form-card button:hover{
    background:#c94b28;
}
.landing-banner-content-main-sec {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.landing-banner-right-sec {
  width: 50%;
  padding: 0px 40px;
}
.estimate-form-btn-sec p {
  margin-bottom: 0px;
  color: #000;
  font-size: 16px !important;
}

.estimate-form-btn-sec a {
  margin: auto;
}
.estimate-form-btn-sec .readmore-icon {
  width: 35px;
  height: 35px;
}
.landing-banner-content-main-sec p {
  font-size: 20px !important;
}



@media (min-width:1479px) and (max-width:1650px){
.servicenow-page .landing-banner-title {
  padding-top: 5px;

}

.form-card {
  width: 90%;
}
}

@media (min-width:1201px) and (max-width:1478px){

.servicenow-page .landing-banner-title {
  padding-top: 5px;
  max-width: 90%;
  font-size: 50px !important;
}

.form-card {
  width: 100%;
  padding: 30px 20px;
}
.form-card h2 {
  font-size: 26px;
}
.form-card p {
  font-size: 18px !important;
  max-width: 100%;
}
.estimate-form-btn-sec p {
  font-size: 16px !important;
}
.estimate-form-btn-sec .readmore-icon {
  width: 32px;
  height: 32px;
}
}

@media (min-width:1025px) and (max-width:1200px){
 .servicenow-page .landing-banner-title {
  padding-top: 5px;
  max-width: 90%;
  font-size: 45px !important;
}
.landing-banner-short-title.orange-title {
  font-size: 22px;
}
.form-card {
  width: 100%;
  padding: 30px 20px;
}
.form-card h2 {
  font-size: 26px;
}
.form-card p {
  font-size: 18px !important;
  max-width: 100%;
}
.estimate-form-btn-sec p {
  font-size: 16px !important;
}
.estimate-form-btn-sec .readmore-icon {
  width: 32px;
  height: 32px;
}
.form-card p {
  margin-bottom: 20px !important;
}
.estimate-form-btn-sec p {
  margin-bottom: 0px !important;
}
.servicenow-page .landing-banner-content-main-sec {
  align-items: baseline;
}
.servicenow-page .landing-banner-right-sec {
  padding: 0px 0px 0px 30px;
}
}


@media (min-width:768px) and (max-width:1024px){
  .servicenow-page .content.container {
  max-width: 100% !important;
}
.servicenow-page .landing-banner-title {
  padding-top: 5px;
  max-width: 100%;
  font-size: 40px !important;
  margin-bottom: 10px;
}
.landing-banner-short-title.orange-title {
  font-size: 20px;
}

.form-card {
  width: 100%;
  padding: 30px 20px;
}
.form-card h2 {
  font-size: 22px;
}
.form-card p {
  font-size: 16px !important;
  max-width: 100%;
}
.estimate-form-btn-sec p {
  font-size: 16px !important;
}
.estimate-form-btn-sec .readmore-icon {
  width: 32px;
  height: 32px;
}
.form-card p {
  margin-bottom: 20px !important;
}
.estimate-form-btn-sec p {
  margin-bottom: 0px !important;
}
.servicenow-page .landing-banner-content-main-sec {
  align-items: baseline;
}
.servicenow-page .landing-banner-right-sec {
  padding: 0px 0px 0px 10px;
}
.servicenow-page .landing-banner-left-sec p {
  font-size: 18px !important;
  line-height: 1.4;
}
}

@media (min-width:576px) and (max-width:767px){
.servicenow-page .landing-banner-title {
  padding-top: 5px;
  max-width: 100%;
  font-size: 30px !important;
}
.landing-banner-short-title.orange-title {
  font-size: 20px;
}

.form-card {
  width: 100%;
  padding: 30px 20px;
}
.form-card h2 {
  font-size: 22px;
}
.form-card p {
  font-size: 16px !important;
  max-width: 100%;
}
.estimate-form-btn-sec p {
  font-size: 16px !important;
}
.estimate-form-btn-sec .readmore-icon {
  width: 32px;
  height: 32px;
}
.form-card p {
  margin-bottom: 20px !important;
}
.estimate-form-btn-sec p {
  margin-bottom: 0px !important;
}
.servicenow-page .landing-banner-content-main-sec {
  align-items: baseline;
  flex-direction: column;
}
.servicenow-page .landing-banner-right-sec {
  padding: 0px 0px 0px 0px;
}
.servicenow-page .landing-banner-left-sec p {
  font-size: 18px !important;
  line-height: 1.4;
}
.servicenow-page .landing-banner-left-sec, .servicenow-page .landing-banner-right-sec {
  width: 100%;
}
.servicenow-page .landing-banner-right-sec {
  margin-top: 30px;
}
.servicenow-page .content.container {
  max-width: 100% !important;
}
.landing-page-model.inner-page-model.servicenow-page .image-sect {
  height: 1000px;
}
}


@media (max-width:575px){
.servicenow-page .landing-banner-title {
  padding-top: 5px;
  max-width: 100% !important;
  font-size: 30px !important;
}
.landing-banner-short-title.orange-title {
  font-size: 20px;
}

.form-card {
  width: 100%;
  padding: 30px 20px;
}
.form-card h2 {
  font-size: 22px;
}
.form-card p {
  font-size: 16px !important;
  max-width: 100%;
}
.estimate-form-btn-sec p {
  font-size: 16px !important;
}
.estimate-form-btn-sec .readmore-icon {
  width: 32px;
  height: 32px;
}
.form-card p {
  margin-bottom: 20px !important;
}
.estimate-form-btn-sec p {
  margin-bottom: 0px !important;
}
.servicenow-page .landing-banner-content-main-sec {
  align-items: baseline;
  flex-direction: column;
}
.servicenow-page .landing-banner-right-sec {
  padding: 0px 0px 0px 0px;
}
.servicenow-page .landing-banner-left-sec p {
  font-size: 18px !important;
  line-height: 1.4;
}
.servicenow-page .landing-banner-left-sec, .servicenow-page .landing-banner-right-sec {
  width: 100%;
}
.servicenow-page .landing-banner-right-sec {
  margin-top: 30px;
}
.servicenow-page .content.container {
  max-width: 100% !important;
}
.landing-page-model.inner-page-model.servicenow-page .image-sect {
  height: 1200px !important;
}
}

/* Form Card End */


/* Our Services Start */

.service-card-content .read-more-btn.feature-btn p.black-text {
  margin-bottom: 0px;
  font-weight: normal;
}

.our-services-sec{
margin:auto;
padding:60px 20px;
  background-image: url("../images/service-now/Our-Services-bg.jpg");
}

.our-services-sec h2{
text-align:center;
color:#fff;
font-size:36px;
margin-bottom:40px;
}

/* GRID */

.services-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
}

/* CARD */

.service-card{
background:#fff;
border-radius:10px;
overflow:hidden;
box-shadow:0 5px 15px rgba(0,0,0,0.2);
transition:0.3s;
}

.service-card:hover{
transform:translateY(-6px);
}

.service-card .service-card-img{
width:100%;
height:250px;
object-fit:cover;
display:block;
border-radius:10px;
}

.service-card-content{
padding:20px;
height: calc(100% - 250px);
display: flex;
flex-direction: column;
justify-content: space-between;
}

.service-card-content h3{
font-size: 24px;
  margin-bottom: 10px;
  color: #000;
  font-weight: 600;
}

.service-card-content p{
font-size:14px;
color:#000;
line-height:1.5;
margin-bottom:15px;
}

.service-card-content a{
text-decoration:none;
color:#ff5a2c;
font-weight:600;
}

/* RESPONSIVE */

@media (max-width:1201px) and (max-width:1478px){
.service-card-content h3 {
  font-size: 22px;
}
}

@media (max-width:1200px){

.service-card-content h3 {
  font-size: 20px;
}
.service-card-content p {
  font-size: 16px !important;
}
}


@media (max-width:1024px){

.services-grid{
grid-template-columns:repeat(2,1fr);
}
.service-card-content h3 {
  font-size: 20px;
}
}

@media (max-width:575px){

.services-grid{
grid-template-columns:1fr;
}

.our-services-sec h2{
font-size:28px;
}
.our-services-sec .container {
  max-width: 100% !important;
  padding: 0px !important;
}
.service-card{
  transition: none;
}
.service-card:hover {
  transform: none;
}

}

/* Our Services End */



/* Extensive Solution Start */

.extensive-tab.active {
  color: #e05d36;
}

.extensive-title{
text-align:center;
font-size:36px;
font-weight:700;
color:#e2572b;
margin-bottom:40px;
}

/* TAB HEADER */

.extensive-tabs-wrapper{
display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  width: 100%;
}

.extensive-arrow{
width:40px;
height:40px;
border-radius:50%;
background:#e5e5e5;
display:flex;
align-items:center;
justify-content:center;
cursor:pointer;
margin:0 10px;
}

.extensive-tabs{
display: flex;
  gap: 35px;
  overflow-x: auto;
  scroll-behavior: smooth;
  position: relative;
  border-bottom: 2px solid #bebebe;
  width: 100%;
  justify-content: space-around;
}

.extensive-tabs::-webkit-scrollbar{
display:none;
}

.extensive-tab{
cursor:pointer;
padding:12px 10px;
white-space:nowrap;
color:#000;
font-weight:500;
}

/* UNDERLINE */

.extensive-tab-indicator{
position:absolute;
bottom:0;
height:3px;
background:#e2572b;
transition:all .35s ease;
}

/* CONTENT SLIDER */

.extensive-slider{
overflow:hidden;
}

.extensive-slides{
display:flex;
transition:transform .5s ease;
}

.extensive-slide{
min-width:100%;
}

.extensive-content{
display: flex;
  gap: 40px;
  padding: 0px 50px;
}

.extensive-text{
flex:1;
}

.extensive-text h3{
font-size:26px;
margin-bottom:15px;
}

.extensive-text p{
color:#555;
line-height:1.6;
}

.extensive-image{
flex:1;
}

.extensive-image img{
width:100%;
border-radius:8px;
}

/* ACCORDION */

.extensive-accordion{
display:none;
}

.extensive-acc-item{
background:white;
margin-bottom:10px;
border-radius:6px;
overflow:hidden;
border: 1px solid #ddd;
}

.extensive-acc-header{
padding:16px;
cursor:pointer;
font-weight:600;
display:flex;
justify-content:space-between;
}

.extensive-acc-body{
max-height:0;
overflow:hidden;
transition: all 0.4s ease;
padding:0 16px;
}

.extensive-acc-body.open{
padding:16px;
max-height: fit-content !important;
}

/* MOBILE */

@media(max-width:767px){

.extensive-tabs-wrapper{
display:none;
}

.extensive-slider{
display:none;
}

.extensive-accordion{
display:block;
width: 100%;
}

.extensive-content{
flex-direction:column;
}

.extensive-image img {
  height: 200px;
  width: auto;
}

}


#left i {
  transform: rotate(135deg);
  border: solid #717171;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 2px 2px 0;
}

#right i {
  transform: rotate(-45deg);
  border: solid #717171;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 2px 2px 0;
  margin-left: -4px;
}

@media (max-width:767px){

.extensive-acc-header .arrow {
  transform: rotate(45deg);
  border: solid #717171;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 2px 2px 0;
  width: 4px;
  height: 4px;
}


}
/* Extensive Solution End */


/* ServiceNow Case Study Start  */
#find-us {
  width: 100%;
  height: 40px;
  background: #fff;
  border: 0px;
  border-radius: 5px;
  padding: 10px 20px;
}

.ServiceNow-certificate-sec {
  padding: 60px 0px;
}

.servicenow-case-study-sec{
  background-image: url("../images/service-now/Our-Services-bg.jpg");
}




.case-grid{
width: 100%;
margin:auto;
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.case-card .arrow{
  display:none;
}

/* CARD */

.case-card{
background:white;
border-radius:10px;
overflow:hidden;
box-shadow:0 10px 20px rgba(0,0,0,0.15);
}

/* HEADER */

.case-header{
background:#e25a2c;
color:white;
padding:18px;
cursor:pointer;
display:flex;
justify-content:space-between;
align-items:center;
}

.case-header h3{
font-size:20px;
}

.case-header span{
font-size:16px;
display:block;
opacity:0.9;
}

/* ARROW */

.arrow{
transition:transform 0.35s ease;
font-size:18px;
}

.case-card.active .arrow{
transform:rotate(180deg);
}

/* BODY */

.case-body{
padding:0 20px;
height:auto;
overflow:hidden;
transition:height 0.35s ease;
}

.case-body-inner{
padding:20px 0;
line-height:1.6;
}

.case-body h4{
margin-top: 12px;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 18px;
}
.case-body p {
  font-size: 16px !important;
}

/* TABLET */

@media(max-width:1000px){
.case-grid{
grid-template-columns:repeat(2,1fr);
}
}

/* MOBILE ACCORDION */

@media(max-width:575px){

.case-grid{
grid-template-columns:1fr;
}

.case-body{
height:0;
}
.case-card .arrow{
 display: block;
    border: inherit;
    transform: rotate(0deg);
}


}



/* Responsive */

@media (max-width:1000px){

.case-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media (max-width:575px){

.case-grid{
grid-template-columns:1fr;
}

}

/* MOBILE ACCORDION */

.servicenow-case-study-sec .accordion-arrow {
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  transition: 0.3s;
}
.servicenow-case-study-sec .case-card.active .accordion-arrow {
  transform: rotate(-135deg);
}
.servicenow-case-study-sec .accordion-arrow{
  display: none;;
}

@media(max-width:767px){
  .servicenow-case-study-sec .accordion-arrow{
  display: block;;
}

.case-grid{
grid-template-columns:1fr;
}

.case-body{
display:none;
}

.case-card.active .case-body{
display:block;
}
.case-card.active .case-body {
  height: 100%;
}
.servicenow-case-study-sec .title-sec {
  padding: 0px 20px;
}
}

/* ServiceNow Case Study End  */

/* ServiceNow Our Approach Start  */

.ServiceNow-OurApproach-img {
  width: 80%;
  margin: auto;
  padding: 20px;
}

.ServiceNow-OurApproach-mob-img {
  display: none;
}

@media (max-width:767px){
  .ServiceNow-OurApproach-img {
  width: 100%;
  margin: auto;
  padding: 20px;
}
}


@media (max-width:575px){
  .ServiceNow-OurApproach-img {
  width: 100%;
  margin: auto;
  padding: 20px 0px;
}
.title-sec h3 {
  font-size: 20px;
}
 .ServiceNow-OurApproach-mob-img {
  display: block;
  width:100%;
}
.ServiceNow-OurApproach-img{
  display:none;
}
}
/* ServiceNow Our Approach End  */

/* ServiceNow Why SGS Start  */



.why-sgs-sec {
  display: flex;
  flex-wrap:wrap;
}

.why-sgs-left, .why-sgs-right {
  padding: 20px;
  width: 48%;
}
.why-sgs-card {
  background: #fff;
  padding: 22px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  gap: 18px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
  position: relative;
}

.why-sgs-icon {
  background: #FFEFEA;
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 120px;
  transition: 0.2s linear;
}
.why-sgs-cardcontent {
  width: 80%;
  margin-left: auto !important;
}
.why-sgs-cardcontent h4 {
  font-size: 20px;
  color: #000;
  font-weight: 600;
}
.why-sgs-cardcontent p {
  font-size: 18px !important;
  margin-bottom: 0px;
}

.why-sgs-card:hover .why-sgs-icon {
  background: #e05d36;
}

.why-sgs-card:hover .why-sgs-icon img{
filter: brightness(0) invert(1) !important;
}
.servicenow-why-sgs-sec {
  background-image: url("../images/service-now/Our-Services-bg.jpg");
}
.why-sgs-left {
  display: grid;
  gap: 20px;
}

.why-sgs-right img {
  border-radius: 20px;
  height: 100%;
  object-fit: cover;
}


@media (max-width:991px){

  .why-sgs-sec {
  flex-direction: column;
}
.why-sgs-left, .why-sgs-right {
 padding: 20px 0px;
  width: 100%;
}
.why-sgs-cardcontent {
width: auto;
}
.why-sgs-card {
  flex-wrap: wrap;
}
.why-sgs-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 0px;
}
.why-sgs-icon img {
  height: 40px !important;
}
.why-sgs-right img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  object-position: 20% 15%;
}
}
/* ServiceNow Why SGS End  */





/* ServiceNow FAQ Start  */
.faq-icon .arrow {
  border: red;
  border: solid #8f8f8f;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
  border-width: 0 2px 2px 0;
}
.faq-item.active .faq-icon .arrow {
  margin-left: 0px;
}
.faq-title{
    text-align:center;
    color:#e4572e;
    font-size:36px;
    font-weight:700;
    margin-bottom:40px;
}

.faq-item{
    border-bottom:1px solid #ddd;
}

.faq-question{
    width:100%;
    background:none;
    border:none;
    text-align:left;
    padding:20px 10px;
    font-size:20px;
    font-weight:600;
    cursor:pointer;
    display:flex;
    justify-content:space-between;
    align-items:center;
    position:relative;
}
.faq-icon {
  top: 20px;
  position: absolute;
  right: 0;
}

.faq-icon{
    transition:transform .3s ease;
    font-size:20px;
}

.faq-answer{
    max-height:0;
    overflow:hidden;
    transition:max-height .4s ease;
}

.faq-answer p{
    padding:0 10px 20px;
    color:#555;
    line-height:1.6;
}

.faq-item.active .faq-answer{
    max-height:200px;
}

.faq-item.active .faq-icon{
    transform:rotate(180deg);
}

/* Responsive */

@media(max-width:768px){

.faq-question{
    font-size:18px;
    padding:18px 2px;
}

.faq-title{
    font-size:28px;
}

}
/* ServiceNow FAQ End  */





/* ServiceNow Insights Start  */

.servicenow-insights-sec {
  background-image: url("../images/service-now/Our-Services-bg.jpg");
}

.insights-card-content .read-more-btn img {
  width: initial !important;
  height: initial !important;
}

.insights-static-card .read-more-btn p {
  margin-bottom: 0px;
}

.insights-card-content h3{
  color:#000;
}
.insights-static-card p {
  color: #fff;
}
.insights-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.insights-card{
background:white;
border-radius:10px;
overflow:hidden;
box-shadow:0 10px 20px rgba(0,0,0,0.15);
display:flex;
flex-direction:column;
}

.insights-card img{
width:100%;
height:350px;
object-fit:cover;
}

.insights-card-content{
padding:20px;
flex:1;
}

.insights-card h3{
font-size:20px;
margin:0 0 20px 0;
font-family: "Lato", sans-serif !important;
font-weight: 600;
}

.insights-learn{
display:flex;
align-items:center;
gap:10px;
font-weight:bold;
color:#d4552d;
cursor:pointer;
}

.insights-circle{
width:34px;
height:34px;
border-radius:50%;
background:#d4552d;
display:flex;
align-items:center;
justify-content:center;
color:white;
}

.insights-static-card .readmore-icon {
  background: #fff;
}
.insights-static-card .readmore-icon img{
    filter: brightness(0) saturate(100%) invert(47%) sepia(63%) saturate(649%) hue-rotate(333deg) brightness(94%) contrast(90%);
}
.insights-static-card .read-more-btn.feature-btn:hover p {
  color: #fff !important;
}

.insights-static-card{
/* background:linear-gradient(135deg,#7b0000,#b10000); */
  background-image: url("../images/service-now/insights-column-bg-img.jpg");
  background-size: cover;
color:#fff;
padding:30px;
border-radius:10px;
display:flex;
flex-direction:column;
/* justify-content:center; */
box-shadow:0 10px 20px rgba(0,0,0,0.2);
justify-content: space-between;
}

.insights-static-card p{
font-size:20px;
line-height:1.5;
margin-bottom:30px;
}

.insights-button{
display:flex;
align-items:center;
gap:10px;
font-weight:bold;
}

/* Tablet */
@media(max-width:900px){
.insights-grid{
grid-template-columns:repeat(2,1fr);
}
.insights-static-card{
grid-column:span 2;
}
}

/* Mobile */
@media(max-width:575px){
.insights-grid{
grid-template-columns:1fr;
}
.insights-static-card{
grid-column:span 1;
}
.insights-card img {
  width: 100%;
  height: 200px;
  object-position: top;
}
}





/* ServiceNow Insights End  */






.estimate-form-btn-sec {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

#service_now-submit, #estimate-submit {
  color: #000;
  width: fit-content;
  border: 0px;
  padding: 0px;
  font-size: 20px !important;
  margin-top: 0px;
}
#salesforce_new-submit {
  color: #000;
  width: fit-content;
  border: 0px;
  padding: 0px;
  font-size: 20px !important;
  margin-top: 0px;
}

.estimate-form-btn-sec:hover .readmore-icon {
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  -ms-transition: -ms-transform 0.8s ease-in-out;
  transition: transform 0.3s ease-in-out;
}



#service-now-form .form-group label.error, #recaptcha_modal_service_now span.error {
  position: absolute;
  bottom: -25px;
  background: #666;
  padding: 2px 10px;
  color: #fff !important;
  border-radius: 4px;
  font-size: 14px;
}
#service-now-form .form-group label.error::after, #recaptcha_modal_service_now span.error::after {
  content: "";
  position: absolute;
  top: -14px;
  left: 10px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #666 transparent;
}

#service_now-error-captcha {
  bottom: -5px !important;
}


#estimate-form .form-group label.error, #recaptcha_modal_service_now span.error {
  position: absolute;
  bottom: -25px;
  background: #666;
  padding: 2px 10px;
  color: #fff !important;
  border-radius: 4px;
  font-size: 14px;
}
#estimate-form .form-group label.error::after, #recaptcha_modal_service_now span.error::after {
  content: "";
  position: absolute;
  top: -14px;
  left: 10px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #666 transparent;
}

#service_now-error-captcha {
  bottom: -5px !important;
}

.custom-software-page  .image-sect {
  background-image: url("/themes/custom/silver/assets/images/custom-software-development-banner-bg_1.jpg") !important;
  background-size: cover;
  margin-top: 0;
  height: 1000px;
  background-position: 80% 0%;
}

.custom-software-page .our-services-sec {
  margin: auto;
  padding: 60px 20px;
  background-image: url("/themes/custom/silver/assets/images/custom-software-development-inner-background.jpg") !important;
}

.csd-why-sgs-sec {
  background-image: url("/themes/custom/silver/assets/images/custom-software-development-inner-background.jpg");
}




/* ServiceNow InnerPage CSS End */

#salesforce-new-form .form-group label.error, #recaptcha_modal_salesforce_new span.error {
  position: absolute;
  bottom: -25px;
  background: #666;
  padding: 2px 10px;
  color: #fff !important;
  border-radius: 4px;
  font-size: 14px;
}
#salesforce-new-form .form-group label.error::after, #recaptcha_modal_salesforce_new span.error::after {
  content: "";
  position: absolute;
  top: -14px;
  left: 10px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #666 transparent;
}

#salesforce_new-error-captcha {
  bottom: -5px !important;
}

#recaptcha_modal_salesforce_new {
  display: block;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  margin-bottom: 0px;
  font-size: 16px;

}


