* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  font-family: "Raleway";
  outline: none;
  visibility: visible;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.container {
  max-width: 1110px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
a {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s linear;
  outline: 0;
}
a:focus {
  outline: 0;
  color: none;
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #29abe2;
}
button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s linear;
  outline: 0;
  cursor: pointer;
}
button:focus {
  outline: 0 !important;
  box-shadow: none !important;
}
img {
  transition: all 0.3s linear;
  outline: 0;
  max-width: 100%;
}
img:focus {
  outline: 0;
}
input {
  transition: all 0.3s linear;
  outline: 0;
}
input:focus {
  outline: 0;
}
input::-webkit-input-placeholder {
  opacity: 0.6;
  font-size: 16px;
  color: #121111;
  font-weight: 400;
  font-family: "Roboto";
}
input:-moz-placeholder {
  opacity: 0.6;
  font-size: 16px;
  color: #121111;
  font-weight: 400;
  font-family: "Roboto";
}
input::-moz-placeholder {
  opacity: 0.6;
  font-size: 16px;
  color: #121111;
  font-weight: 400;
  font-family: "Roboto";
}
input:-ms-input-placeholder {
  opacity: 0.6;
  font-size: 16px;
  color: #121111;
  font-weight: 400;
  font-family: "Roboto";
}
ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
ol {
  padding: 0;
  list-style: none;
  margin: 0;
}
input[type="submit"] {
  cursor: pointer;
}
textarea::-webkit-input-placeholder {
  opacity: 0.6;
  font-size: 16px;
  color: #121111;
  font-weight: 400;
  font-family: "Roboto";
}
textarea:-moz-placeholder {
  opacity: 0.6;
  font-size: 16px;
  color: #121111;
  font-weight: 400;
  font-family: "Roboto";
}
textarea::-moz-placeholder {
  opacity: 0.6;
  font-size: 16px;
  color: #121111;
  font-weight: 400;
  font-family: "Roboto";
}
textarea:-ms-input-placeholder {
  opacity: 0.6;
  font-size: 16px;
  color: #121111;
  font-weight: 400;
  font-family: "Roboto";
}

label {
  display: block;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: capitalize;
}
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not(
    [type="file"]
  ) {
  font-size: 16px;
  color: #121111;
  font-weight: 400;
  font-family: "Roboto";
  border: 1px solid #ebebeb;
  box-shadow: none;
  color: #121111;
  border-radius: 28px;
  background-color: #28a1d712;
  margin-bottom: 0;
  padding: 12px 25px;
  max-width: 100%;
  width: 100%;
  transition: all 0.3s linear;
}
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not(
    [type="file"]
  ):focus {
  outline: none;
  border-color: #193661;
}
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not(
    [type="file"]
  )::-webkit-input-placeholder {
  opacity: 0.6;
  font-size: 16px;
  color: #121111;
  font-weight: 400;
  font-family: "Roboto";
}
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not(
    [type="file"]
  ):-moz-placeholder {
  opacity: 0.6;
  font-size: 16px;
  color: #121111;
  font-weight: 400;
  font-family: "Roboto";
}
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not(
    [type="file"]
  )::-moz-placeholder {
  opacity: 0.6;
  font-size: 16px;
  color: #121111;
  font-weight: 400;
  font-family: "Roboto";
}
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not(
    [type="file"]
  ):-ms-input-placeholder {
  opacity: 0.6;
  font-size: 16px;
  color: #121111;
  font-weight: 400;
  font-family: "Roboto";
}
textarea {
  font-size: 16px;
  color: #121111;
  font-weight: 400;
  font-family: "Roboto";
  border: 1px solid #ebebeb;
  box-shadow: none;
  border-radius: 20px;
  background-color: #28a1d712;
  margin-bottom: 15px;
  padding: 10px 25px;
  max-width: 100%;
  width: 100%;
  transition: all 0.3s linear;
  height: 120px;
  resize: none;
}
textarea:focus {
  outline: none;
  border-color: #193661;
}
textarea::-webkit-input-placeholder {
  opacity: 0.6;
  font-size: 16px;
  color: #121111;
  font-weight: 400;
  font-family: "Roboto";
}
textarea:-moz-placeholder {
  opacity: 0.6;
  font-size: 16px;
  color: #121111;
  font-weight: 400;
  font-family: "Roboto";
}
textarea::-moz-placeholder {
  opacity: 0.6;
  font-size: 16px;
  color: #121111;
  font-weight: 400;
  font-family: "Roboto";
}
textarea:-ms-input-placeholder {
  opacity: 0.6;
  font-size: 16px;
  color: #121111;
  font-weight: 400;
  font-family: "Roboto";
}
.btn_secondary {
  display: inline-block;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #fff;
  padding: 0.7em 1.7em;
  cursor: pointer;
  font-size: 18px;
  background: #29abe2;
  border: none;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  font-family: "Roboto";
  text-align: center;
}

.btn_secondary:active {
  color: #666;
  box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
}

.btn_secondary:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.btn_secondary:after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: #193661;
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.btn_secondary:hover {
  color: #ffffff;
}

.btn_secondary:hover:before {
  top: -35%;
  background-color: #193661;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.btn_secondary:hover:after {
  top: -45%;
  background-color: #193661;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.center {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
/* ============================================================== */
@-webkit-keyframes sticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}

.swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.spin {
  animation: spin 7s linear infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.pulse {
  animation: pulse 2s infinite;
}

.flip-card {
  background-color: #fff;
  width: 256px;
  height: 248px;
  perspective: 1000px;
}

.title {
  text-align: center;
  margin: 0;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-back {
  transform: rotateY(180deg);
  background-color: #fff;
}

.bg_light {
  background-color: #eff8fd;
}
/* Content sections */
.tab-contents {
  display: none;
}

/* Show active tab content */
.tab-contents.active {
  display: block;
}

/**
 * ----------------------------------------
 * animation tracking-in-expand
 * ----------------------------------------
 */
/* Define the animation keyframes */
@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

.tracking-in-expand {
  opacity: 0;
  transition: opacity 0.5s ease-out;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.tracking-in-expand.in-view {
  opacity: 1;
  animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

/**
 * ----------------------------------------
 * animation fade-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-bottom {
  opacity: 0;
  transition: opacity 0.5s ease-out;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.fade-in-bottom.in-view {
  opacity: 1;
  /* animation: fade-in-bottom 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both; */
}

/* loader css  */
.loader_body {
  background-color: #2d2d2d75;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.loader {
  position: relative;
  width: 2.5em;
  height: 2.5em;
  transform: rotate(165deg);
  z-index: 10;
}

.loader:before,
.loader:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 0.25em;
  transform: translate(-50%, -50%);
}

.loader:before {
  animation: before8 2s infinite;
}

.loader:after {
  animation: after6 2s infinite;
}
.content {
  display: none;
}

@keyframes before8 {
  0% {
    width: 0.5em;
    box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75),
      -1em 0.5em rgba(111, 202, 220, 0.75);
  }

  35% {
    width: 2.5em;
    box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75),
      0 0.5em rgba(111, 202, 220, 0.75);
  }

  70% {
    width: 0.5em;
    box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75),
      1em 0.5em rgba(111, 202, 220, 0.75);
  }

  100% {
    box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75),
      -1em 0.5em rgba(111, 202, 220, 0.75);
  }
}

@keyframes after6 {
  0% {
    height: 0.5em;
    box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75),
      -0.5em -1em rgba(233, 169, 32, 0.75);
  }

  35% {
    height: 2.5em;
    box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75),
      -0.5em 0 rgba(233, 169, 32, 0.75);
  }

  70% {
    height: 0.5em;
    box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75),
      -0.5em 1em rgba(233, 169, 32, 0.75);
  }

  100% {
    box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75),
      -0.5em -1em rgba(233, 169, 32, 0.75);
  }
}

.loader {
  position: absolute;
  top: calc(50% - 1.25em);
  left: calc(50% - 1.25em);
}

.clamped_4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.get_quote_modal .modal-body {
  padding: 40px 25px;
}
.get_quote_modal .modal-body input {
  margin-bottom: 20px !important;
}


/*======== tanmoy-10-09-2024 =========*/
#contact-form select{
  font-size: 16px;
  color: #121111;
  font-weight: 400;
  font-family: "Roboto";
  border: 1px solid #ebebeb;
  box-shadow: none;
  border-radius: 20px;
  background-color: #28a1d712;
  margin-bottom: 15px;
  padding: 12px 25px;
  max-width: 100%;
  width: 100%;
  transition: all 0.3s linear;
  resize: none;
}
#contact-form p{
  color: #121111;
}
#contact-form .btn_secondary span{
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
#contact-form .btn_secondary{
  height: auto !important;
  position: relative;
  padding: 0.7em 1.3em 0.7em 0; 
}
.solution .nav-tabs li .nav-link {
  width: 130px;
  height: 189px;
  margin: 0 auto 20px;
}
.solution .nav-tabs li {
  flex-basis: 33.33%;
}
.solution .nav-tabs li .nav-link span {
  width: 100%;
  font-size: 15px;
  line-height: 1.1;
  min-height: 50px;
}
.solution .nav-tabs{
  justify-content: center;
}
.solution .nav-tabs .card_box img{
  width: 80%;
}

@media only screen and (max-width: 768px) {
  .solution .nav-tabs .card_box img {
    width: 55%;
  }
  .solution .nav-tabs li .nav-link{
    height: auto;
  }
  .solution .nav-tabs li {
    flex-basis: 25% !important;
  }
  .solution .nav-tabs li .nav-link span {
    font-size: 14px;
    min-height: 35px;
  }
  .solution .nav-tabs li .nav-link{
    margin-bottom: 8px;
  }

}
@media only screen and (max-width: 575px) {
  .solution .nav-tabs li {
      width: 25% !important;
  }
}
@media only screen and (max-width: 420px) {
  .solution .nav-tabs li {
    font-size: 14px;
  }
  .accordion-button{
    font-size: 13px !important;
  }
}