@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&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://use.typekit.net/lte5edm.css");
/* body,
html {
    overflow-x: hidden;
} */
/* body,html{
    width: 100%;
} */
/* font-family: "Playfair Display", serif; */
/* font-family: "Poppins", sans-serif; */
/* font-family: "Montserrat", sans-serif; */

:root {
  --primarycolor: #0067ae;
  --seconderycolor: #ff2103;
  /* --hdrBorderColor: #00cee8; */
  --hdrcmnBorder: #1660e4;
  --yellowColor: #fdc23c;
  --darktextcolor: #0c2537;
  --whitecolor: #ffffff;
  --blackcolor: #000000;
  --inputColor: #efefef;
  --inputTextcolor: #36363691;
  --lightBgColor: #ebf9ff;
  --Montserratfont: "Montserrat", sans-serif;
  --Poppinsfont: "Poppins", sans-serif;
  --PlayfairDisplayfont: "Playfair Display", serif;
  --Aileronfont: "aileron", sans-serif;
  --newbluebg: #0067ae;
  --newskycolor: #00cee8;
  scroll-behavior: inherit;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--Montserratfont);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  font-weight: normal;
  font-style: normal;
  color: var(--blackcolor);
  font-size: 16px;
  line-height: 1.5;
  background-color: var(--whitecolor);
}

b,
strong {
  font-weight: 700;
}

p {
  margin: 0 0 22px 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--Poppinsfont);
  margin: 0 0 20px 0;
  padding: 0;
  color: var(--blackcolor);
  font-weight: 700;
}

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

h1,
.h1-title {
  font-family: var(--PlayfairDisplayfont);
  font-weight: 700;
  font-size: 62px;
  line-height: 1;
}

h2,
.h2-title {
  display: inline-block;
  font-weight: 400;
  font-size: 50px;
  line-height: 1.1;
  margin-bottom: 16px;
}

h2 span,
.h2-title span {
  font-weight: 800;
  color: var(--blackcolor);
}

h3,
.h3-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
}

h4,
.h4-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
}

h5,
.h5-title {
  font-size: 20px;
  line-height: 1.2;
}

a {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  outline: none !important;
  color: var(--bodyparacolor);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: var(--primarycolor);
}

figure {
  margin: 0;
}

ul,
ol,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

img {
  max-width: 100%;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select {
  background-color: var(--inputColor);
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: var(--inputTextcolor);
  border: none;
  height: 61px;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 14px;
  outline: none !important;
  border: 1px solid #d8d8d8;
}

textarea {
  font-family: var(--Montserratfont);
  background-color: var(--inputColor);
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: none;
  padding: 23px 14px;
  width: 100%;
  color: var(--inputTextcolor);
  height: 158px;
  resize: none;
  display: block;
  outline: none !important;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #d8d8d8;
}

select {
  width: 100%;
  padding: 0 11px;
  background: url(images/select-arrow.png) no-repeat calc(100% - 16px) center
    var(--inputColor);
  background-size: 18px;
  padding-right: 40px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #d8d8d8;
}

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

input[type="submit"] {
  background: var(--seconderycolor);
  color: var(--whitecolor);
  height: 54px;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 0 23px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  min-width: 180px;
  font-family: var(--Aileronfont);
}

input[type="submit"]:hover {
  background: var(--blackcolor);
}

::-webkit-input-placeholder {
  color: var(--inputTextcolor);
}

:-ms-input-placeholder {
  color: var(--inputTextcolor);
}

::-moz-placeholder {
  color: var(--inputTextcolor);
}

:-moz-placeholder {
  color: var(--inputTextcolor);
}

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

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

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

/* custom checkbox */

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

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

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

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

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

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

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

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

/* custom radio */

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

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

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

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

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

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

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

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

/* custom radio end */

/* back to top */

#scroll {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  width: 55px;
  height: 55px;
  background-color: #bdd653;
  display: none;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  line-height: 68px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  z-index: 9;
}

#scroll:hover {
  background: #88a725;
}

#scroll i {
  color: #fff;
  font-size: 44px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

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

/* custom css */
.cmn-gap {
  padding: 60px 0;
}

.section-head {
  margin-bottom: 55px;
  text-align: center;
}

.section-head p {
  font-size: 24px;
  font-weight: 500;
}

.section-head.white h2,
.section-head.white h2 span {
  color: var(--whitecolor);
}
.section-head.white p {
  color: var(--whitecolor);
}
.cmn-btn {
  font-family: var(--Aileronfont);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  color: var(--whitecolor);
  font-weight: 700;
  line-height: 1;
  background-color: var(--seconderycolor);
  padding: 16px 19px;
  text-transform: uppercase;
  min-width: 180px;
  height: 54px;
  border: none;
  box-shadow: none;
  outline: none;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.cmn-btn:hover {
  background-color: var(--blackcolor);
  color: var(--whitecolor);
}

/* custom css */

/* navbar*/

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

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

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

.navbar-nav > li {
  margin: 0 15px;
}

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

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

.navbar-nav > li > a {
  color: var(--whitecolor);
  font-size: 16px;
  line-height: 1.2;
  position: relative;
  font-weight: normal;
  text-transform: uppercase;
  padding: 19px 0;
}

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

.navbar-nav > li.current-menu-item > a,
.navbar-nav > li > a:hover,
.navbar-nav > li.menu-item-has-children:hover > a {
  color: var(--whitecolor);
}

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

/* navbar submenu*/

.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 100%;
  padding: 0 0 0;
}

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

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

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

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

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

/* for push-menu */
.navbar-collapse .navbar-toggler {
  display: none;
}

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

.main-head {
  position: relative;
  border-top: 10px solid var(--primarycolor);
  padding: 11px 0 24px;
  background-color: var(--whitecolor);
  transition: all 0.3s ease-in-out;
}
.main-head.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0px 1px 57px 0px rgba(0, 0, 0, 0.1);
  padding: 11px 0;
}

.main-head.fixed .navbar-brand {
  width: 200px;
}

.main-head:after {
  position: absolute;
  content: "";
  top: -10px;
  right: 0;
  width: 50%;
  height: 10px;
  background-color: var(--newskycolor);
}
.main-head .navbar {
  justify-content: space-between;
}
.navbar-brand {
  width: 347px;
  display: block;
  transition: all 0.3s ease-in-out;
}
.navbar-brand img {
  width: 100%;
}

.header-btn-wrap ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -14px;
}
.header-btn-wrap ul li {
  padding: 0 14px;
}
.header-btn-wrap ul li a {
  display: flex;
  align-items: center;
  font-size: 24px;
  /* color: var(--blackcolor); */
  font-weight: 700;
  line-height: 1.2;
}
.header-btn-wrap ul li a i {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--primarycolor);
}
.header-btn-wrap ul li a i img {
  width: 23px;
}

.header-btn-wrap ul li a .hdr-cntact-txt {
  width: calc(100% - 44px);
  padding-left: 8px;
  display: flex;
  flex-direction: column;
  transition: 0.2s;
}
.header-btn-wrap ul li a .hdr-cntact-txt span {
  font-size: 17px;
  color: var(--primarycolor);
}
.header-btn-wrap ul li a:hover .hdr-cntact-txt {
  color: var(--newskycolor);
}

/* Banner Css Start */
.banner-sec {
  padding: 90px 0 118px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bnr-lft-wpr {
  padding-top: 33px;
  max-width: 472px;
}
.bnr-sub-txt {
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 14px;
}
.bnr-lft-wpr h1 {
  line-height: 0.9;
}
.bnr-lft-wpr h1 span:nth-child(1) {
  margin-bottom: 15px;
}
.bnr-lft-wpr h1 b {
  font-family: var(--Poppinsfont);
  font-weight: 600;
}
.bnr-lft-wpr h1 span {
  font-family: var(--Montserratfont);
  font-size: 33px;
  display: block;
}
.bnr-lft-wpr h1 span strong {
  background-color: var(--yellowColor);
  padding: 0px 6px 3px;
  line-height: 1;
}

.bnr-lft-wpr h1 span:last-child {
  margin-top: 17px;
  color: #191919;
}

.trust-txt {
  max-width: 454px;
  padding-top: 15px;
  margin-top: 35px;
  border-top: 1px solid #afb0b0;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 600;
}
.trust-txt strong {
  font-size: 29px;
  font-weight: 700;
  display: block;
  margin-top: 7px;
}

.bnr-rt-wpr {
  max-width: 495px;
  margin-left: auto;
  background-color: var(--whitecolor);
  border-radius: 27px;
  padding: 36px 24px 53px;
}
.bnr-frm-top {
  margin-bottom: 23px;
}
.bnr-rt-wpr h3 {
  font-size: 26px;
  color: #1b1b1b;
}
.input-fld {
  margin-bottom: 15px;
}

/* badges Css Start */
.landing-bnr-badges-sec {
  background-color: var(--primarycolor);
  border-top: 4px solid var(--whitecolor);
  padding: 49px 0;
}
.landing-bnr-badges-wpr ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: -5px -9px;
}
.landing-bnr-badges-wpr ul li {
  padding: 5px 9px;
}

/* Agency Css start */
.agency-sec {
  background-color: var(--lightBgColor);
}
.agency-sec .section-head {
  max-width: 870px;
  margin: 0 auto 55px;
}
.agency-sec .section-head h2 {
  line-height: 1.2;
}
.agency-row {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 10px;
}
.agency-card {
  width: 100%;
  box-shadow: 0px 1px 57px 0px rgba(0, 0, 0, 0.1);
  background-color: var(--whitecolor);
  border-radius: 24px;
  position: relative;
  padding-top: 95.7%;
}
.agency-card figure {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Our Goal Css Start */
.our-goal-sec {
  padding-bottom: 80px;
}
.our-goal-upper {
  margin-bottom: 45px;
  padding-bottom: 49px;
  border-bottom: 1px solid #e7e7e7;
}
.our-goal-upper ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -10px -18px;
}
.our-goal-upper ul li {
  padding: 10px 18px;
  text-align: center;
}
.our-goal-upper ul li img {
  max-width: 275px;
}
.our-goal-down {
  max-width: 953px;
  margin: 0 auto;
}
.our-goal-down .section-head {
  margin: 0;
}
.cmn-underline {
  position: relative;
  padding-bottom: 23px;
  margin-bottom: 28px;
}
.cmn-underline:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 72px;
  height: 6px;
  background-color: var(--hdrcmnBorder);
}

/* Service Css Start */
.service-sec {
  overflow: hidden;
  position: relative;
  padding: 74px 0 76px;
  background-color: var(--primarycolor);
  z-index: 1;
}

.service-sec .section-head {
  max-width: 748px;
  margin: 0 auto 60px;
}
.service-row {
  --bs-gutter-x: 18px;
  --bs-gutter-y: 15px;
}
.serv-clm a {
  display: block;
  height: 100%;
}
.service-card {
  border-radius: 20px;
  background-color: #f7f0d5;
  padding: 22px 20px 34px;
  height: 100%;
}
.serv-clm:nth-child(even) .service-card {
  background-color: #dbfaff;
}
.service-card i {
  width: 77px;
  height: 77px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primarycolor);
  margin-bottom: 17px;
}
.service-card h3 {
  font-family: var(--Montserratfont);
  margin-bottom: 14px;
  font-weight: 800;
  font-size: 23px;
}
.service-card p {
  font-size: 16px;
  font-weight: 500;
  color: #222222;
}

.service-btn-wpr {
  padding-top: 50px;
  text-align: center;
}
.service-btn-wpr ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: -10px;
}
.service-btn-wpr ul li {
  padding: 10px;
}
.service-clip {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1400px;
  width: 100%;
  height: 100%;
  background: #005996;
  clip-path: polygon(0 0, 100% 0, 70% 100%, 30% 100%);
  z-index: -1;
  pointer-events: none;
}

/* Customer success css Start */
.customer-succ-sec .section-head {
  max-width: 880px;
  margin: 0 auto 55px;
}

.custmr-clm {
  border-right: 1px solid #e7e7e7;
}

@media (min-width: 992px) {
  .custmr-clm:nth-child(5n) {
    border-right: 0;
  }
  .custmr-clm:nth-child(n + 6) {
    border-top: 1px solid #e7e7e7;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .custmr-clm:nth-child(4n) {
    border-right: 0;
  }
  .custmr-clm:nth-child(n + 5) {
    border-top: 1px solid #e7e7e7;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .custmr-clm:nth-child(3n) {
    border-right: 0;
  }
  .custmr-clm:nth-child(n + 4) {
    border-top: 1px solid #e7e7e7;
  }
}

.custmr-card {
  text-align: center;
  padding: 18px 0 15px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custmr-card img {
  max-width: 174px;
  /* max-height: 86px; */
}

/* Client Say Css Start */
.client-say-sec {
  padding: 68px 0 96px;
  background-color: #f4fbfe;
}
.clientsay-item {
  padding: 0 18px;
}
.clientsay-slider .slick-list {
  margin: 0 -18px;
  padding-bottom: 20px;
}
.client-say-card {
  position: relative;
  border-radius: 20px;
  background-color: var(--whitecolor);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  padding: 34px 29px 57px;
  height: 100%;
}
.client-say-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 22px;
}
.client-say-top figure {
  width: 75px;
  height: 75px;
  border-radius: 50%;
}
.client-name-wpr {
  width: calc(100% - 75px);
  padding-left: 7px;
  padding-right: 50px;
}
.client-name-wpr h3 {
  font-family: var(--Montserratfont);
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 4px;
}
.client-name-wpr span {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.5);
}
.client-name-wpr span strong {
  color: var(--blackcolor);
  font-weight: 500;
}
.client-say-card p {
  max-width: 273px;
  color: #292929;
}

.quote-icon {
  width: 60px;
  position: absolute;
  top: 23px;
  right: 24px;
  /* opacity: 0.2; */
}
.clientsay-slider .slick-track {
  display: flex !important;
}
.clientsay-slider .clientsay-item {
  height: inherit;
}
.clientsay-slider .slick-arrow {
  position: relative;
  font-size: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* opacity: 0.23; */
  border: 1px solid rgba(52, 167, 184, 0.23);
  position: absolute;
  bottom: -60px;
  left: calc(50% - 49px);
  background-color: var(--whitecolor);
  transition: 0.3s;
}
.clientsay-slider .slick-arrow.slick-prev {
  transform: rotate(180deg);
}
.clientsay-slider .slick-arrow.slick-next {
  left: calc(50% + 9px);
}

.clientsay-slider .slick-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
  background-image: url(./images/clent-slider-arr.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 11px;
  width: 100%;
  height: 100%;
}

.clientsay-slider .slick-arrow:hover {
  background-color: var(--hdrcmnBorder);
}
.clientsay-slider .slick-arrow:hover::before {
  filter: brightness(0) invert(100);
}
/* Faq Css Start */
.faq-accordion {
  max-width: 913px;
  margin: 0 auto;
}

.faq-item:not(:last-child) {
  margin-bottom: 15px;
}
.faq-body {
  display: none;
}
.faq-title {
  position: relative;
  padding: 22px 80px 22px 35px;
  background-color: #0067ae;
  border-radius: 40px;
  cursor: pointer;
}

.faq-title::before {
  content: "";
  position: absolute;
  top: 18px;
  right: 20px;
  width: 44px;
  height: 44px;
  border: 2px solid var(--whitecolor);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(images/plus-icon.svg) no-repeat center;
  background-size: 15px;
}
.faq-item.active .faq-title::before {
  background: url(images/minus-icon.svg) no-repeat center;
  background-size: 15px;
}

.faq-body {
  width: calc(100% - 91px);
  margin: 0 auto;
  padding: 25px 35px 32px;
  border-radius: 0 0 86px 86px;
  box-shadow: -0.5px 0.866px 28.5px rgba(0, 0, 0, 0.1);
  background-color: var(--whitecolor);
}

.faq-body p {
  font-size: 24px;
  line-height: 1.5;
  color: #0e0e0e;
  font-weight: 500;
}

.faq-title h3 {
  font-family: var(--Montserratfont);
  font-size: 30px;
  line-height: 1.2;
  color: var(--whitecolor);
  font-weight: 700;
}

/* Faq Css End */

/* Footer Css Start */
.get-started-wraper {
  display: flex;
  flex-wrap: wrap;
  border-radius: 25px;
  max-width: 1096px;
  margin: 0 auto;
  overflow: hidden;
}

.get-started-left {
  width: 50.5%;
  background-color: #0050a1;
  padding: 45px 28px 22px 28px;
}

.get-started-right {
  width: 49.5%;
  background-color: var(--whitecolor);
  padding: 45px 44px 42px 40px;
}
.consultants-form-wraper h3 {
  color: #2c3556;
}

.upper-footer .section-head h2 {
  color: var(--whitecolor);
}

.upper-footer .section-head h2 span {
  color: var(--whitecolor);
}

.upper-footer {
  position: relative;
  padding: 80px 0 125px;
  background: url(images/footer-main-bg.jpg) no-repeat top center;
  background-size: cover;
}

.get-started-head {
  margin-bottom: 30px;
}

.get-started-head h3 {
  font-family: var(--Montserratfont);
  color: var(--whitecolor);
  font-weight: 800;
  margin-bottom: 6px;
}

.get-started-head p {
  color: var(--whitecolor);
  font-size: 15px;
}

.customar-profile-listing {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin: -9px -9px;
  padding: 0 30px 0 10px;
}
.customar-profile-wpr {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.customar-profile-listing li {
  /* width: 25%; */
  padding: 9px 9px;
  text-align: center;
  /* max-width:27%; */
}
.customar-profile-listing li:nth-child(1) {
  width: 29%;
}
.customar-profile-listing li:nth-child(2) {
  width: 27%;
}
.customar-profile-listing li:nth-child(3) {
  width: 23%;
}
.customar-profile-listing li:nth-child(4) {
  width: 21%;
}

.customar-profile-listing li p {
  font-size: 13px;
  color: var(--whitecolor);
  white-space: nowrap;
  text-align: center;
}

.get-started-upper {
  padding-bottom: 30px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.customar-profile-img {
  height: auto;
  display: flex;
  align-items: flex-end;
  margin-bottom: 8px;
}

.customar-profile-listing li i {
  display: inline-block;
  width: 100%;
  height: auto;
  border-radius: 50%;
  overflow: hidden;
}

/* .customar-profile-listing li:nth-child(2) i {
  width: 108px;
  height: 108px;
}

.customar-profile-listing li:nth-child(3) i {
  width: 90px;
  height: 90px;
}

.customar-profile-listing li:nth-child(4) i {
  width: 80px;
  height: 80px;
} */

.customar-profile-listing li i img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.get-started-middle {
  padding: 30px 0 0;
  /* border-bottom: 2px solid rgba(255, 255, 255, 0.1); */
}

.our-feture-listing {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -5px;
}

.our-feture-listing li {
  width: 50%;
  padding: 10px 5px;
  display: flex;
  align-items: flex-start;
}

.our-feture-listing li > i {
  width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.our-feture-right {
  width: calc(100% - 42px);
  padding-left: 12px;
}

.our-feture-right h4 {
  font-size: 26px;
  font-weight: 700;
  color: var(--whitecolor);
  line-height: 1;
  margin-bottom: 5px;
}

.our-feture-right p {
  color: var(--whitecolor);
}

.social-listing {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: -5px -4px;
}

.social-listing li {
  padding: 5px 4px;
}

.social-listing li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background-color: #0050a1;
  border: 1px solid #00e2ff;
}

.social-listing li a:hover {
  background-color: #00e2ff;
}

.get-started-lower {
  padding-top: 22px;
}

.lower-footer {
  background: var(--newbluebg);
  padding: 17px 0px 16px;
  border-bottom: 10px solid var(--newskycolor);
}

.copyright-text {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  color: var(--whitecolor);
}

.copyright-text a {
  font-weight: 700;
  color: var(--whitecolor);
}

.copyright-text a:hover {
  color: var(--newskycolor);
}

.consultants-form-wraper input[type="submit"] {
  height: 48px;
  min-width: 170px;
}

/* Footer Css End */

/* shuvam start */

.case-studies-sec {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #f3fbfd;
}

.case-studies-sec .section-head p {
  font-size: 24px;
  color: #111111;
  font-weight: 500;
}

.case-study-tab-main {
  max-width: 1053px;
  width: 100%;
  margin: 0 auto;
  border-radius: 21px;
  filter: drop-shadow(-0.5px 0.8px 28px rgba(0, 0, 0, 0.1));
  background-color: var(--primarycolor);
  /* border: 3px solid rgba(52, 167, 184, 0.23); */
  box-shadow: 0 0 0 3px rgba(52, 167, 184, 0.23);
  padding: 71px 44px 65px 28px;
}

/* responsive tab */

h2.resp-accordion {
  display: none;
}

.resp-tab-content {
  display: none;
  padding: 15px;
}

.resp-content-active,
.resp-accordion-active {
  display: block;
}

.resp-tab-content {
  border: 1px solid #c1c1c1;
  border-top-color: #5ab1d0;
}

.resp-vtabs {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
}

.case-study-tab-link-wpr {
  width: 30%;
  margin: 0;
}

.resp-vtabs .resp-tabs-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 25px;
  cursor: pointer;
  border-radius: 100px 0 0 100px;
  position: relative;
  transition: 0.3s all;
  background-color: transparent !important;
  margin-bottom: 10px;
  z-index: 1;
}

.resp-vtabs .resp-tabs-list li::before {
  position: absolute;
  content: "";
  background: url(images/arrw-new.svg) center no-repeat;
  width: 13px;
  height: 18px;
  top: 50%;
  right: -13px;
  transform: translateY(-50%);
  background-size: 100%;
  transition: 0.3s all;
  opacity: 0;
  pointer-events: none;
}

.resp-vtabs .resp-tabs-list li.resp-tab-active::before {
  opacity: 1;
}

.resp-vtabs .resp-tabs-list li:hover {
  background-color: #004574 !important;
}
.resp-vtabs .resp-tabs-container {
  width: 70%;
}

.resp-vtabs .resp-tab-content {
  padding: 30px 30px 48px 23px;
  background-color: #004574;
  min-height: 427px;
  border-radius: 0 26px 26px 0;
  position: relative;
}

.resp-vtabs .resp-tab-content::before {
  position: absolute;
  content: "";
  background-color: #87b7d9;
  width: 2px;
  bottom: -11px;
  top: -11px;
  left: 0;
}

.resp-vtabs .resp-tab-content {
  border: none;
  word-wrap: break-word;
}

.tab-content-innr h3 {
  font-size: 26px;
  color: #fdc23c;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: var(--Montserratfont);
}

.tab-content-innr p {
  font-size: 22px;
  color: var(--whitecolor);
  font-weight: 500;
  font-family: var(--Montserratfont);
}

.resp-vtabs .resp-tabs-list li.resp-tab-active {
  background-color: #00243d !important;
}

.btn-wrppr-center {
  padding-top: 37px;
  text-align: center;
}

.industry-sec {
  padding-top: 80px;
  padding-bottom: 65px;
}

.industry-sec .section-head {
  max-width: 960px;
  width: 100%;
  margin: 0 auto 45px;
}

.industry-sec .section-head h2 {
  max-width: 800px;
  color: var(--blackcolor);
}

.industry-sec .section-head p {
  font-size: 24px;
  color: #101010;
  font-weight: 500;
  font-family: var(--Montserratfont);
}

.industry-rw {
  --bs-gutter-x: 23px;
  --bs-gutter-y: 23px;
}

.industry-col {
  width: 16.667%;
}

.industry-wrppr {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  filter: drop-shadow(-0.5px 0.8px 28px rgba(0, 0, 0, 0.1));
  background-color: var(--whitecolor);
  padding: 20px 10px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.industry-wrppr .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 109px;
  height: 109px;
  border-radius: 55px;
  padding: 10px;
  background-color: rgba(226, 226, 226, 0.29);
  margin-bottom: 15px;
}

.industry-wrppr h3 {
  font-size: 19px;
  color: var(--blackcolor);
  font-weight: 700;
  font-family: var(--Montserratfont);
}

.industry-sec .btn-wrppr-center {
  padding-top: 56px;
}

.wts-technology-sec {
  background-color: #0067ad;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.wts-technology-sec::before {
  position: absolute;
  content: "";
  width: 36%;
  height: 100%;
  top: 0;
  right: 0;
  clip-path: polygon(61% 0%, 100% 0, 100% 100%, 0% 100%);
  opacity: 0.076;
  background-color: rgba(255, 255, 255, 0.74);
  z-index: -1;
  pointer-events: none;
}

.wts-technology-sec::after {
  position: absolute;
  content: "";
  width: 16%;
  height: calc(100% - 110px);
  top: 0;
  left: 0;
  opacity: 0.038;
  background-color: rgba(255, 255, 255, 0.74);
  z-index: -1;
  pointer-events: none;
  clip-path: polygon(0 0, 100% 0, 0 100%, 0% 100%);
}

.section-head.white-text h2,
.section-head.white-text h2 span,
.section-head.white-text p {
  color: var(--whitecolor);
}

.wts-technology-head {
  text-align: left;
  margin-bottom: 0;
}

.wts-technology-head h2 {
  max-width: 460px;
  position: relative;
  width: 100%;
  margin-bottom: 25px;
  padding-bottom: 20px;
}

.wts-technology-head h2::after {
  position: absolute;
  content: "";
  width: 108px;
  height: 5px;
  background-color: var(--whitecolor);
  bottom: 0;
  left: 0;
}

.wts-technology-head p {
  font-size: 24px;
  font-weight: 500;
}

.wts-technology-rw {
  --bs-gutter-x: 60px;
  align-items: flex-end;
}

.wts-technology-count-main {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -7px;
}

.wts-technology-count-col {
  padding: 0 7px;
  width: 50%;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wts-technology-each-count {
  width: 100%;
  border-radius: 15px;
  filter: drop-shadow(-0.5px 0.8px 28px rgba(0, 0, 0, 0.1));
  background-color: #fdc23c;
  padding: 40px 10px;
  text-align: center;
}

.wts-technology-each-count:not(:last-child) {
  margin-bottom: 12px;
}

.wts-technology-each-count h3 {
  font-size: 58px;
  line-height: 1;
  text-transform: uppercase;
  color: #111111;
  font-weight: 800;
  font-family: var(--Montserratfont);
  margin-bottom: 12px;
}

.wts-technology-each-count p {
  font-size: 21px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #1d1d1d;
  font-weight: 700;
}

.wts-technology-txt-col {
  width: 48%;
}

.wts-technology-card-col {
  width: 52%;
}

.tech-cap-sec {
  padding: 80px 0;
  background-color: #f3fbfd;
}

.tech-cap-sec .section-head {
  margin-bottom: 35px;
}

.tech-cap-rw {
  --bs-gutter-x: 15px;
  --bs-gutter-y: 17px;
}

.tech-cap-col {
  flex: 0 0 auto;
  width: 20%;
}

.tech-cap-wrppr {
  width: 100%;
  height: 99px;
  border-radius: 10px;
  filter: drop-shadow(-0.5px 1px 28px rgba(0, 0, 0, 0.1));
  background-color: var(--whitecolor);
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .tech-cap-sec .section-head h2 {
  color: #1b1b1b;
} */

.software-dev-sec {
  padding: 80px 0;
}

.software-dev-sec .section-head h2 {
  color: var(--blackcolor);
}

.software-dev-sec .section-head {
  max-width: 880px;
  margin: 0 auto 80px;
}

.software-dev-list-wrppr ul {
  padding: 0;
  margin: 0 0 -15px;
  display: flex;
  flex-wrap: wrap;
}

.software-dev-list-wrppr ul li {
  width: 50%;
  flex: 0 0 auto;
  padding: 0 15px 0 47px;
  position: relative;
  font-size: 24px;
  color: var(--blackcolor);
  font-weight: 500;
  margin-bottom: 15px;
}

.software-dev-list-wrppr ul li::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 30px;
  left: 0;
  top: 3px;
  background: url(images/checked-icon.svg) center no-repeat;
  background-size: 34px;
}

.startup-sec {
  position: relative;
  overflow: hidden;
}

.startup-sec > figure {
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.startup-sec > figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.startup-sec > figure::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #0067ad;
  opacity: 0.8;
}

.startup-outtr {
  position: relative;
  z-index: 1;
}

.startup-innr-wrppr {
  max-width: 984px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 50px;
  z-index: 1;
}

.startup-innr-wrppr::before {
  position: absolute;
  content: "";
  width: 984px;
  height: 984px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #05497b;
  border-radius: 50%;
  z-index: -1;
}

.startup-innr-wrppr .section-head {
  margin-bottom: 0;
  color: var(--whitecolor);
}

.startup-innr-wrppr .section-head h2 {
  color: var(--whitecolor);
  margin-bottom: 10px;
}

.startup-innr-wrppr .section-head h2 span {
  color: var(--whitecolor);
}

.startup-innr-wrppr .section-head h3 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--whitecolor);
}

.startup-innr-wrppr .section-head h3 span {
  color: #ffbb22;
}

.startup-innr-wrppr .section-head p {
  color: var(--whitecolor);
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 30px;
}

.case-studies-sec .section-head h2 {
  margin-bottom: 5px;
}

/* 18.12.24 samarM Css Start */
.btnx {
  background: var(--seconderycolor);
  color: var(--whitecolor);
  height: 54px;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 0 23px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  min-width: 180px;
  font-family: var(--Aileronfont);
}

.btnx:hover {
  background: var(--blackcolor);
}

.btn-wpr.bnr-frm {
  display: flex;
  align-items: center;
}
.btn-wpr-fst {
  max-width: 180px;
}
.btn-wpr-snd {
  width: 80px;
}

.error {
  color: red;
  font-size: 13px;
}

.nmbrcls1 {
  max-width: 150px;
  padding-right: 10px;
  font-weight: 600;
}
.input-fld.bnr-frmw {
  display: flex;
  align-items: center;
}
.nmbrcls2 {
  max-width: 120px;
}
.nmbrcls2 input[type="text"] {
  height: 40px;
}

.bnr-frmnwx {
  display: flex;
  align-items: center;
}

/* 18.12.24 samarM Css End */

/* 27-05-2025 m.m css start */
.great-together-wraper {
  display: flex;
  flex-wrap: wrap;
}
.great-together-details {
  width: 50%;
}
.great-together-wraper {
  display: flex;
  flex-wrap: wrap;
}

.great-together-details {
  width: 50%;
}

.great-together-details-wpr {
  padding: 25px 15px;
  display: flex;
  flex-wrap: wrap;
  border-right: 1px dashed rgba(255, 255, 255, 0.5);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}

.great-together-details:nth-child(even) .great-together-details-wpr {
  border-right: none;
  padding-left: 25px;
}

.great-together-details:nth-last-child(-n + 2) .great-together-details-wpr {
  border-bottom: none;
}
.great-together-details i {
  width: 38px;
  flex-shrink: 0;
  margin-top: 5px;
}
.great-together-dtls-right {
  padding-left: 13px;
  width: calc(100% - 38px);
}
.great-together-dtls-right span {
  line-height: 1;
  margin-bottom: 7px;
  display: block;
  font-weight: 600;
  font-size: 28px;
  font-family: var(--Montserratfont);
  color: var(--whitecolor);
}
.great-together-dtls-right p {
  font-family: var(--Poppinsfont);
  color: var(--whitecolor);
  text-transform: capitalize;
  font-size: 15px;
}
.contact-ln-popup .modal-dialog {
  max-width: 100%;
  justify-content: center;
  padding: 0 30px;
}
.contact-ln-popup .modal-content {
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: none;
  outline: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background-color: transparent;
}
.contact-ln-popup .modal-body {
    padding: 0;
    width: fit-content;
    margin: 0 auto;
}
.contact-ln-popup .btn-close {
    position: absolute;
    top: -14px;
    right: -9px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #fe1055;
    opacity: 1;
    outline: 0;
    box-shadow: none;
}
/* 27-05-2025 m.m css end */

/* ========== responsive css =========== */

@media (min-width: 1200px) {
  .container {
    max-width: 1139px;
    padding: 0 12px;
  }
}

@media (min-width: 1025px) {
  /* navbar*/
  .navbar-nav .clickD {
    display: none;
  }

  .navbar-nav li.menu-item-has-children:hover > .sub-menu {
    display: block;
  }
}

@media (max-width: 1440px) {
  .navbar-nav > li {
    margin: 0 12px;
  }
}

@media (max-width: 1360px) {
}

@media (max-width: 1299px) {
  .navbar-nav > li > a {
    font-size: 14px;
  }

  .navbar-brand {
    width: 220px;
  }
  .main-head.fixed .navbar-brand {
    width: 200px;
  }

  .navbar-nav > li {
    margin: 0 10px;
  }
}

@media (max-width: 1199px) {
  h2,
  .h2-title {
    font-size: 40px;
  }

  h1,
  .h1-title {
    font-size: 55px;
  }
  .section-head p {
    font-size: 20px;
  }
  h3,
  .h3-title {
    font-size: 22px;
  }
  /* .navbar-brand {
    width: 170px;
} */
  /*  */
  .main-head {
    padding: 11px 0;
  }
  .main-head {
    border-top: 5px solid var(--primarycolor);
  }
  .main-head:after {
    top: -5px;
    height: 5px;
  }
  .header-btn-wrap ul li a {
    font-size: 16px;
  }
  .header-btn-wrap ul li a .hdr-cntact-txt span {
    font-size: 14px;
  }
  .header-btn-wrap ul li a i {
    width: 34px;
    height: 34px;
    padding: 8px;
  }
  .header-btn-wrap ul li a .hdr-cntact-txt {
    width: calc(100% - 34px);
  }
  .banner-sec {
    padding: 80px 0 58px;
  }
  .bnr-lft-wpr h1 span {
    font-size: 30px;
  }
  .bnr-rt-wpr {
    padding: 36px 24px 33px;
  }
  .landing-bnr-badges-sec {
    border-top: 2px solid var(--whitecolor);
  }
  .landing-bnr-badges-wpr ul li {
    max-width: 400px;
  }
  .service-card p {
    font-size: 16px;
  }
  .industry-col {
    width: 20%;
  }
  .clientsay-item {
    padding: 0 8px;
  }
  .clientsay-slider .slick-list {
    margin: 0 -8px;
  }
  .quote-icon {
    width: 45px;
    top: 17px;
    right: 17px;
  }
  .client-say-top figure {
    width: 60px;
    height: 60px;
  }
  .client-name-wpr {
    width: calc(100% - 60px);
    padding-left: 7px;
    padding-right: 33px;
  }
  .client-name-wpr h3 {
    font-size: 20px;
  }
  .faq-title h3 {
    font-size: 22px;
  }
  .faq-title::before {
    top: 13px;
    right: 15px;
  }
  .faq-body p {
    font-size: 20px;
  }
  .lower-footer {
    border-bottom: 5px solid var(--newskycolor);
  }

  .customar-profile-listing li p {
    white-space: inherit;
  }
  .customar-profile-listing li:nth-child(1) {
    width: 28%;
  }
  .customar-profile-listing li:nth-child(4) {
    width: 22%;
  }
}

@media (max-width: 991px) {
  /* navbar*/
  .navbar-toggler {
    position: relative;
    width: 33px;
    margin-left: auto;
    height: 28px;
    padding: 0;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
  }

  .stick,
  .stick:after,
  .stick:before {
    width: 30px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    top: auto;
    transition: all 0.6s;
    border-radius: 5px;
  }

  .stick:before {
    content: "";
    top: -10px;
    left: 0;
  }

  .stick:after {
    content: "";
    top: 10px;
    left: 0;
  }

  .stick.open {
    transform: translateX(-50px);
    background: transparent;
  }

  .stick.open:before {
    transform: rotate(45deg) translate(42px, -28px);
    left: 2px;
  }

  .stick.open:after {
    transform: rotate(-45deg) translate(42px, 28px);
    left: 2px;
  }

  .navbar-nav .clickD {
    top: 8px;
    right: 10px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  .navbar-nav .clickD.toggled {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .sub-menu > li.menu-item-has-children .clickD {
    top: 8px;
    right: 10px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  .sub-menu,
  .navbar-nav > li > .sub-menu .sub-menu {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    border: none;
    right: inherit;
  }

  .navbar-nav > li.menu-item-has-children {
    padding-right: 0;
  }

  .navbar-nav > li {
    margin: 0;
    padding: 0;
  }

  .navbar-nav > li > a {
    padding: 8px 20px;
    display: inline-block;
    width: 100%;
  }

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

  .sub-menu > li > a {
    padding-left: 40px;
  }

  .sub-menu .sub-menu > li > a {
    padding-left: 60px;
  }

  .sub-menu .sub-menu .sub-menu > li > a {
    padding-left: 80px;
  }

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

  /* navbar end*/

  /* push nav */

  .navbar-collapse {
    background: #fff;
    position: fixed;
    top: 0;
    height: 100% !important;
    width: 290px;
    overflow-y: auto;
    transition: inherit !important;
    right: 0;
    margin: 0;
    display: block !important;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
    z-index: 100;
  }

  .navbar-collapse.show,
  .navbar-collapse.collapsing {
    display: block !important;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
  }

  .navbar-collapse .navbar-nav {
    margin: 80px 0 0;
    padding: 0 0 40px 0;
  }

  .navbar-collapse .navbar-toggler {
    display: block;
    right: 20px;
    top: 20px;
    position: absolute;
  }

  #navoverlay.open {
    background-color: rgba(0, 0, 0, 0.4);
    pointer-events: all;
    -webkit-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
  }

  body.open-nav,
  html.open-nav {
    height: 100%;
    overflow: hidden;
  }

  h1,
  .h1-title {
    font-size: 40px;
  }
  .section-head p br {
    display: none;
  }
  input[type="text"],
  input[type="tel"],
  input[type="password"],
  input[type="email"],
  select {
    height: 46px;
  }
  textarea {
    height: 85px;
    padding: 10px 14px;
  }
  select {
    background-size: 10px;
  }
  input[type="submit"] {
    height: 46px;
    padding: 0 15px;
    font-size: 14px;
  }
  .cmn-gap {
    padding: 50px 0;
  }
  h2,
  .h2-title {
    font-size: 36px;
  }
  h2 br,
  .h2-title br {
    display: none;
  }

  .section-head p {
    font-size: 16px;
  }
  .section-head {
    margin-bottom: 35px;
  }
  .cmn-btn {
    font-size: 16px;
    padding: 15px 19px;
  }

  /* push nav end */

  .header-btn-wrap ul {
    margin: 0 -10px;
  }
  .header-btn-wrap ul li {
    padding: 0 10px;
  }
  .bnr-sub-txt {
    font-size: 14px;
    line-height: 1.2;
  }
  .bnr-lft-wpr h1 span {
    font-size: 20px;
  }
  .bnr-lft-wpr h1 {
    line-height: 1;
  }
  .trust-txt {
    padding-top: 10px;
    margin-top: 25px;
  }
  .trust-txt strong {
    font-size: 20px;
  }
  .bnr-rt-wpr h3 {
    font-size: 20px;
  }
  .bnr-frm-top {
    margin-bottom: 15px;
  }
  .bnr-rt-wpr {
    padding: 25px 20px;
  }
  .banner-sec {
    padding: 50px 0;
  }
  .landing-bnr-badges-wpr ul li {
    max-width: 300px;
  }
  .landing-bnr-badges-sec {
    padding: 15px 0;
  }
  .agency-card figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .agency-sec .section-head {
    margin: 0 auto 35px;
  }
  .our-goal-upper ul li img {
    max-height: 60px;
  }
  .service-sec {
    padding: 60px 0;
  }

  .custmr-card img {
    max-width: 130px;
  }
  .custmr-card {
    padding: 10px 0;
  }
  .resp-tab-content {
    padding: 0;
  }
  .tab-content-innr h3 {
    font-size: 22px;
  }
  .tab-content-innr p {
    font-size: 16px;
  }
  .case-study-tab-main {
    padding: 50px 28px;
  }
  .industry-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .industry-col {
    width: 25%;
  }
  .industry-wrppr h3 {
    font-size: 16px;
  }
  .industry-wrppr .icon {
    width: 80px;
    height: 80px;
    padding: 20px;
  }
  .industry-sec .section-head p {
    font-size: 16px;
  }
  .industry-rw {
    --bs-gutter-x: 15px;
    --bs-gutter-y: 15px;
  }
  .section-head.white-text h2 br {
    display: none;
  }
  .wts-technology-rw {
    --bs-gutter-x: 30px;
  }
  .wts-technology-each-count h3 {
    font-size: 32px;
  }
  .wts-technology-each-count p {
    font-size: 14px;
  }
  .tech-cap-sec {
    padding: 50px 0;
  }
  .tech-cap-rw {
    --bs-gutter-y: 15px;
  }
  .software-dev-sec {
    padding: 50px 0;
  }
  .software-dev-sec .section-head {
    margin: 0 auto 35px;
  }
  .software-dev-list-wrppr ul li {
    font-size: 17px;
  }
  .service-card i {
    width: 55px;
    height: 55px;
    padding: 14px;
  }

  /* .customar-profile-listing li i {
    width: 75px;
    height: 75px;
  }
  .customar-profile-listing li:nth-child(2) i {
    width: 65px;
    height: 65px;
  }
  .customar-profile-listing li:nth-child(3) i {
    width: 55px;
    height: 55px;
  }
  .customar-profile-listing li:nth-child(4) i {
    width: 45px;
    height: 45px;
  } */
  .our-feture-right h4 {
    font-size: 22px;
  }
  .our-feture-right p {
    font-size: 12px;
  }
  .get-started-right {
    padding: 35px 24px 42px 24px;
  }
  .copyright-text {
    font-size: 16px;
  }
  .upper-footer {
    padding: 50px 0;
  }
  .startup-innr-wrppr::before {
    width: 674px;
    height: 674px;
  }
  .startup-innr-wrppr .section-head p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .startup-innr-wrppr .section-head h3 {
    font-size: 26px;
  }
  .service-sec .section-head {
    margin: 0 auto 35px;
  }
  .case-studies-sec .section-head p {
    font-size: 16px;
  }
  .case-studies-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .client-say-sec {
    padding: 50px 0 86px;
  }
  .customer-succ-sec .section-head {
    max-width: 860px;
    margin: 0 auto 35px;
  }
  .get-started-left,
  .get-started-right {
    width: 100%;
  }
  /* 27-05-2025 m.m css */
  .contact-ln-popup .get-started-left{
    display: none;
  }
  .contact-ln-popup .modal-body {
    width: 100%;
    max-width: 600px;
  }
    .contact-ln-popup .get-started-wraper {
    max-width: 100%;
  }
  /* 27-05-2025 m.m css */

}

@media (max-width: 767px) {
  /* images alignment for wordpress content pages */
  .alignright,
  .alignleft,
  .aligncenter {
    float: none;
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    clear: both;
    margin-bottom: 24px;
  }

  h2,
  .h2-title {
    font-size: 34px;
  }

  .form-sec-innr h2 {
    margin: 0 auto 40px;
  }

  input[type="text"],
  input[type="tel"],
  input[type="password"],
  input[type="email"],
  select {
    height: 50px;
  }

  input[type="submit"] {
    height: 50px;
    padding: 0 16px;
    font-size: 18px;
  }
  h1,
  .h1-title {
    font-size: 30px;
  }
  input[type="submit"] {
    height: 46px;
    padding: 0 13px;
    font-size: 14px;
  }
  h2,
  .h2-title {
    font-size: 28px;
    margin-bottom: 10px;
  }

  /*  */

  .navbar-brand {
    width: 150px;
  }

  .main-head.fixed .navbar-brand {
    width: 130px;
  }

  .header-btn-wrap ul li a {
    font-size: 12px;
  }
  .header-btn-wrap ul li a .hdr-cntact-txt span {
    font-size: 11px;
  }

  .header-btn-wrap ul li a i {
    width: 30px;
    height: 30px;
  }
  .header-btn-wrap ul li a .hdr-cntact-txt {
    width: calc(100% - 30px);
  }
  .customar-profile-listing li:nth-child(4) {
    width: 21%;
  }

  .bnr-lft-wpr {
    padding-top: 0;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 15px;
  }
  .bnr-lft-wpr h1 br {
    display: none;
  }
  .bnr-lft-wpr h1 span {
    font-size: 17px;
  }
  .bnr-lft-wpr h1 span:nth-child(1) {
    margin-bottom: 10px;
  }
  .bnr-lft-wpr h1 span:last-child {
    margin-top: 13px;
  }
  .trust-txt strong {
    font-size: 18px;
    margin-top: 0;
  }
  .bnr-rt-wpr {
    max-width: 420px;
    margin: 0 auto;
  }
  .bnr-frm-top {
    text-align: center;
  }
  .bnr-frm-wpr .btn-wpr {
    text-align: center;
  }
  .landing-bnr-badges-wpr ul li {
    max-width: 230px;
  }
  .landing-bnr-badges-wpr ul {
    margin: -5px;
  }
  .landing-bnr-badges-wpr ul li {
    padding: 5px;
  }
  .our-goal-upper {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .service-sec {
    padding: 50px 0;
  }

  .case-study-tab-link-wpr {
    width: 0;
    height: 0;
    overflow: hidden;
  }
  .resp-vtabs .resp-tabs-container {
    width: 100%;
  }

  h2.resp-accordion {
    display: block;
    background-color: transparent !important;
    position: relative;
    margin: 20px 0;
  }
  .resp-accordion.hor_1.resp-tab-active {
    background-color: #00243d !important;
    padding: 10px;
    margin: 0;
    border-radius: 20px 20px 0 0;
  }
  .resp-vtabs .resp-tab-content::before {
    width: 100%;
    bottom: auto;
    height: 2px;
    top: 0;
    left: 0;
  }

  .resp-accordion.hor_1::before {
    position: absolute;
    content: "";
    background: url(images/arrw-new.svg) center no-repeat;
    width: 13px;
    height: 18px;
    top: 100%;
    right: 0;
    left: 0;
    margin: auto;
    transform: translateY(-50%) rotate(211deg);
    background-size: 100%;
    transition: 0.3s all;
    opacity: 0;
    pointer-events: none;
    z-index: 9;
  }
  .resp-accordion.hor_1.resp-tab-active::before {
    opacity: 1;
  }
  .resp-vtabs .resp-tab-content {
    border-radius: 0 0 20px 20px;
    min-height: auto;
  }
  .industry-wrppr .icon {
    width: 70px;
    height: 70px;
    padding: 18px;
  }
  .industry-wrppr h3 {
    font-size: 12px;
  }
  .industry-rw {
    --bs-gutter-x: 10px;
    --bs-gutter-y: 10px;
  }
  .industry-sec .btn-wrppr-center {
    padding-top: 46px;
  }
  .software-dev-list-wrppr ul li {
    font-size: 16px;
    line-height: 1.4;
  }
  .startup-innr-wrppr {
    padding: 0 0px;
  }
  .startup-innr-wrppr::before {
    width: 544px;
    height: 544px;
  }
  .startup-innr-wrppr .section-head h3 {
    font-size: 22px;
  }
  .wts-technology-txt-col {
    width: 100%;
  }
  .wts-technology-card-col {
    width: 100%;
  }
  .tech-cap-col {
    width: 25%;
  }
  .client-name-wpr {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
  }
  .client-say-top {
    margin-bottom: 12px;
  }
  .client-say-card {
    padding: 30px 20px 27px;
  }
  .faq-title h3 {
    font-size: 16px;
  }
  .faq-title::before {
    top: 9px;
    right: 15px;
  }
  .faq-body {
    width: calc(100% - 50px);
  }
  .faq-body p {
    font-size: 16px;
  }
  .get-started-left {
    width: 100%;
  }
  .get-started-right {
    width: 100%;
  }
  .get-started-right {
    padding: 35px 24px 32px 24px;
  }
  .customar-profile-listing {
    align-items: inherit;
  }
  .customar-profile-img {
    height: 115px;
  }
  .agency-row {
    justify-content: center;
  }
  .case-studies-sec .resp-tabs-container .resp-accordion {
    text-align: center;
  }
  .case-studies-sec .resp-tabs-container .resp-accordion:not(.resp-tab-active) {
    text-align: center;
    border: 1px solid #004574 !important;
    padding: 10px 10px;
    border-radius: 20px;
  }
}

@media (max-width: 575px) {
  h1,
  .h1-title {
    font-size: 28px;
  }

  .header-btn-wrap ul li a .hdr-cntact-txt {
    display: none;
  }
  .header-btn-wrap ul li {
    padding: 0 5px;
  }
  .header-btn-wrap ul {
    margin: 0 -5px;
  }
  .our-goal-upper ul {
    margin: -10px -5px;
  }
  .our-goal-upper ul li img {
    max-height: 40px;
  }
  .agency-card figure {
    padding: 20px;
  }
  .custmr-clm:nth-child(2n) {
    border-right: 0;
  }
  .custmr-clm:nth-child(n + 3) {
    border-top: 1px solid #e7e7e7;
  }
  .industry-col {
    width: 33.33%;
  }
  .tech-cap-col {
    width: 33.33%;
  }
  .client-say-card p {
    font-size: 14px;
  }
  .faq-title {
    padding: 18px 70px 18px 25px;
  }
  .faq-title h3 {
    font-size: 16px;
  }
  .faq-title::before {
    top: 9px;
    right: 11px;
    width: 34px;
    height: 34px;
  }
  .faq-body {
    padding: 25px 21px 25px;
    border-radius: 0 0 36px 36px;
  }
  .copyright-text {
    font-size: 14px;
    line-height: 1.5;
  }
  .customar-profile-listing li {
    width: 25%;
  }
  .faq-title::before {
    top: 50%;
    transform: translateY(-50%);
  }
  .customer-succ-row {
    padding: 0 15px;
  }
  .faq-sec .section-head h2 {
    line-height: 1.3;
  }
  .customar-profile-img {
    height: 85px;
  }
  /* 27-05-2025 m.m css */
  .great-together-details {
    width: 100%;
  }
  .great-together-details-wpr {
    border-right: 0;
    padding: 18px 12px;
  }
  .great-together-details:nth-last-child(-n + 2) .great-together-details-wpr {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  }
    .great-together-details:last-child .great-together-details-wpr{
      border-bottom: 0;
    }
    .great-together-details:nth-child(even) .great-together-details-wpr {
      padding-left: 12px;
    }
    .great-together-dtls-right span {
      font-size: 24px;
    }
  
  /* 27-05-2025 m.m css */

}

@media (max-width: 479px) {
  .navbar-brand {
    width: 135px;
  }

  .navbar-toggler {
    margin-left: 30px;
  }

  .main-head .cmn-btn {
    font-size: 14px;
    padding: 14px 18px;
  }

  h1,
  .h1-title {
    font-size: 28px;
  }
  h2,
  .h2-title {
    line-height: 1.3;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 18px;
  }

  .cmn-btn {
    font-size: 15px;
    padding: 15px 18px;
  }
  input[type="text"],
  input[type="tel"],
  input[type="password"],
  input[type="email"],
  select {
    height: 46px;
  }

  /*  */
  .banner-sec {
    padding: 40px 0;
  }
  .bnr-rt-wpr {
    border-radius: 17px;
  }
  .our-goal-upper ul {
    flex-wrap: wrap;
  }
  .agency-card figure {
    padding: 10px;
  }
  .agency-card {
    border-radius: 14px;
  }
  .agency-row {
    --bs-gutter-x: 10px;
  }
  .service-clip {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
  }
  .case-study-tab-main {
    padding: 20px 18px;
  }
  .industry-col {
    width: 50%;
  }
  .wts-technology-count-col {
    width: 100%;
    padding: 6px;
  }
  .tech-cap-col {
    width: 50%;
  }
  .software-dev-list-wrppr ul li {
    width: 100%;
    padding: 0 10px 0 37px;
  }
  .software-dev-list-wrppr ul li::before {
    width: 25px;
    height: 20px;
    background-size: 20px;
  }
  .customar-profile-listing li {
    width: 50%;
  }
  .our-feture-listing li {
    width: 100%;
  }
  .get-started-right {
    padding: 25px 20px 30px 20px;
  }

  .customar-profile-img {
    height: auto;
  }
  .customar-profile-listing li:nth-child(1),
  .customar-profile-listing li:nth-child(2),
  .customar-profile-listing li:nth-child(3),
  .customar-profile-listing li:nth-child(4) {
    width: 50%;
  }
  .upper-footer .section-head h2 {
    line-height: 1.3;
  }

  .customar-profile-listing {
    padding: 0;
  }
  .header-btn-wrap ul li a i {
    width: 30px;
    height: 30px;
  }
  /* 27-05-2025 m.m css */
  .contact-ln-popup .modal-dialog {
    padding: 0 12px;
}
  /* 27-05-2025 m.m css */

}
