@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Rubik", sans-serif;
  /* user-select: none; */
}

body {
  overflow-x: hidden;
}
button {
  cursor: pointer;
}
a {
  text-decoration: none;
  cursor: pointer;
}
.heroslider {
  width: 100%;
  height: 100vh;
  min-height: 500px;
  max-height: 740px;
  overflow: hidden;
}
.carousel-item {
  position: relative;
}
.slidercontent {
  max-width: 1100px;
  width: calc(100% - 20px);
  position: absolute;
  z-index: 999;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -60%);
}
.addtionalhero {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 10px;
  max-width: 500px;
  padding: 0;
  justify-content: flex-start;
  margin-top: 20px;
}
.slidercontent h2 {
  text-transform: uppercase;
  font-size: 46px;
  width: 50%;
  font-weight: 100;
  line-height: 60px;
  background: url(https://i.giphy.com/media/26BROrSHlmyzzHf3i/giphy.webp);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.addtionalhero li {
  width: calc(32% - 10px);
  display: flex;
  gap: 10px;
  font-size: 12px;
  align-items: center;
}
.mission-img img {
  max-width: 50px;
  margin-bottom: 20px;
  filter: brightness(0) invert(1);
}
.mission-head {
  font-size: 20px;
  font-weight: 400;
}
.our-mission-sec p {
  font-weight: 100;
}
.about-center-logo img {
  filter: brightness(0) invert(0);
}
.our-mission-sec {
  padding: 20px;
  background: linear-gradient(to right, #f83600, #fe8c00);
  color: white;
  height: 100%;
}
.mission-h {
  font-size: 28px;
  font-weight: 400;
}
.bright {
  width: fit-content;

  width: fit-content !important;
}
.heropng {
  position: absolute;
  right: 20px;
  bottom: -119px;
  max-width: 380px;
  z-index: -1;
}
.heronext {
  text-align: center;
  padding-top: 70px;
}
.portfolio {
  padding-top: 70px;
}
.portfolio .heronext {
  padding-top: 0;
  margin-bottom: 40px;
}
.heronext h3 {
  color: #333;
  display: inline-block;
  font-size: 36px;
}
.navbar-brand img {
     max-width: 100px;
  /* filter: grayscale(); */
}

.take-your-heading{
  color: #000;
}
.make-the-right{
   color: #000;
}
.nav-link {
  font-size: 16px;
  color: #212529 !important;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  background: #ffffff00;
  transform: translateY(0%);
  transition: all 0.3s;
}
.modal {
  z-index: 9999999999 !important;
}
.price-modal {
  margin: 0px 40px;
}
header.show {
  transform: translateY(0%);
  background: #ffffff;
}

.discolorspan {
  background: linear-gradient(to right, #f83600, #fe8c00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.headerbtnbox {
  display: flex;
  gap: 10px;
}
.headerbtnbox  button{
  border: none !important;
  background-color: transparent !important;
}
.headerbtnbox  button  span a{
  outline: none !important;
  padding: 6px 0px;
  font-size: 16px;
  width: 150px;
  text-align: center;
  border: 1px solid #212529;
  border-radius: 30px;
  background-color: transparent;
  color: #212529;
}
.headerbtnbox a {
  display: block;
  /* aspect-ratio: 1/1; */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  border: 1px solid #212529;
  border-radius: 30px;
  text-decoration: none;
  color: #212529;
}

.heronext h3 span {
  background: linear-gradient(to right, #f83600, #fe8c00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.heronext h4 {
  color: rgb(51, 51, 51);
  display: inline-block;
  font-size: 24px;
  margin: 5px 0px;
  margin-bottom: 20px;
  font-weight: 400;
}
.heronext p {
  font-size: 16px;
  font-weight: 400;
  color: #595959;
}
.buttongroup button {
  outline: none;
  border: none;
  padding: 10px 0px;
  font-size: 14px;
  width: 150px;
  text-align: center;
}
.buttongroup button:nth-child(1) {
  background: linear-gradient(to right, #f83600, #fe8c00);
  color: white;
}
.integrate_modern {
}
.titlehead span {
  background: linear-gradient(to right, #f83600, #fe8c00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.titlehead h2 {
  font-size: 28px;
}
.titlehead p {
  font-size: 16px;
  font-weight: 400;
  color: #595959;
}
.integrate-modern-box {
  background: white;
  padding: 0px 20px;
  border-radius: 10px;
  text-align: center;
  height: 100%;
  border: 1px solid #cbcbcb;
  position: relative;
  padding-bottom: 30px;
}

.integrate-modern-middle .row .col-md-4 {
  margin-top: 70px;
}
.integrate-modern-middle {
  margin-top: 0px;
}
.mobile-icon-bg img {
  width: 80px;
  margin-bottom: 30px;
  margin-top: -50px;
  background: white;
  padding: 21px;
  border-radius: 50%;
  overflow: visible;
  border: 1px solid #cbcbcb;
}
.integrate-modern-box h3 {
  font-size: 20px;
}
.integrate-modern-box p {
  font-size: 14px;
  font-weight: 300;
}
.integrate-modern-box a {
  display: block;
  color: white;
  padding: 10px 0;
  text-align: center;
  margin: 0 -20px;
  background: linear-gradient(to right, #f83600, #fe8c00);
  border-radius: 0 0 10px 10px;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.servicesseciton {
  background: url(https://www.synarionit.com/newhome/images/development_sec_bg.webp);
  padding-top: 70px;
  text-align: center;
}
.aboutusseciton {
  padding: 70px 0;
  width: 100%;
  background-image: url(https://www.synarionit.com/newhome/images/about_bg.webp);
  background-color: #fcfcfc;
  background-position: top left;
  background-repeat: no-repeat;
  margin-top: 70px;
}
.aboutimgside {
  border-radius: 0 30px 30px 0;
  border: 8px solid white;
}
.aboutcontent h3 {
  font-weight: 400;
  margin: 30px 0;
  font-size: 20px;
  line-height: normal;
  font-style: italic;
}
.aboutcontent p {
  font-size: 16px;
  font-weight: 400;
}

.abouttitle h2 {
  margin: 0;
  font-size: 28px;
}
.industrytitle {
  margin-bottom: 40px;
}
.heronextbtns {
  margin-top: 40px;
}

/*---------------*/

.smart-technologies {
  padding-top: 70px;
}
.smart-technologies .smart-technologies-top {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 0;
}
.smart-technologies .smart-technologies-top span.title {
  background: linear-gradient(to right, #f83600, #fe8c00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.smart-technologies .smart-technologies-top h2 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 600;
}
.smart-technologies .smart-technologies-top h2 span {
  background: linear-gradient(to right, #f83600, #fe8c00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 28px;
}
.smart-technologies .smart-technologies-top p {
  font-size: 16px;
  line-height: normal;
  max-width: 73%;
  margin: auto;
  padding-bottom: 40px;
}
.smart-technologies-middle {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.smart-technologies-middle .left-part {
  background: url(https://www.synarionit.com/newhome/images/smart-technologies-left-bg.webp)
    no-repeat center;
  width: 50%;
  padding: 50px 15px;
  background-size: cover;
}
.smart-technologies-middle .right-part {
  background: url(https://www.synarionit.com/newhome/images/smart-technologies-right-bg.webp)
    no-repeat center;
  display: flex;
  width: 50%;
  background-size: cover;
}
.left-part-inner {
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.right-part-inner {
  width: 100%;
  max-width: 740px;
  margin: auto;
  padding: 40px 15px;
}
.smart-technologies-middle .left-part ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.smart-technologies-middle .left-part ul li:hover span {
  color: #fff;
}
.smart-technologies-middle .left-part ul li:hover {
  background: #45484d !important;
}
.smart-technologies-middle .left-part ul li {
  float: left;
  background: #fff;
  width: calc(100% / 5);
  height: 160px;
  border-radius: 2px;
  border-left: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}
.smart-technologies-middle .left-part ul li img {
  max-width: 100px;
  padding: 0;
  margin: 0 auto;
}
.smart-technologies-middle .left-part ul li span {
  color: #45484d;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}
.smart-technologies-middle .left-part ul li:nth-child(2n) {
  background: #f5f5f5;
}
.smart-technologies-middle .right-part span {
  font-size: 22px;
  color: #ea5324;
  font-weight: 600;
  text-transform: uppercase;
  background: linear-gradient(to right, #f83600, #fe8c00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.smart-technologies-middle .right-part h2 {
  font-size: 28px;
  font-weight: 500;
  text-transform: uppercase;
}
.smart-technologies-middle .right-part ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.smart-technologies-middle .right-part ul li {
  float: left;
  background: #45484d;
  width: calc(100% / 2);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 22px 0;
}
.smart-technologies-middle .right-part ul li:nth-child(3n + 1) {
  background: linear-gradient(to right, #f83600, #fe8c00);
}
.smart-technologies-middle .right-part ul li:nth-child(3n + 1) span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff;
}
.smart-technologies-middle .right-part ul li .smart-technologies-box01 {
  margin: 0;

  padding: 40px 0;
}
.smart-technologies-middle .right-part ul li .smart-technologies-box02 {
  margin: 0;

  padding: 40px 0;
}
.smart-technologies-middle .right-part ul li .smart-technologies-box03 {
  margin: 0;

  padding: 40px 0;
}
.smart-technologies-middle .right-part ul li .smart-technologies-box04 {
  margin: 0;

  padding: 40px 0;
}
.smart-technologies-middle .right-part ul li .smart-technologies-box01 h3,
.smart-technologies-middle .right-part ul li .smart-technologies-box02 h3,
.smart-technologies-middle .right-part ul li .smart-technologies-box03 h3,
.smart-technologies-middle .right-part ul li .smart-technologies-box04 h3 {
  font-size: 60px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
.smart-technologies-middle .right-part ul li .smart-technologies-box01 span,
.smart-technologies-middle .right-part ul li .smart-technologies-box02 span,
.smart-technologies-middle .right-part ul li .smart-technologies-box03 span,
.smart-technologies-middle .right-part ul li .smart-technologies-box04 span {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.05rem;
}

.industrysectionsuraj {
  text-align: center;
  padding-top: 70px;
}
.industries-section-middle {
  margin-top: 0px;
}

.industries-section-middle ul {
  display: flex;
  flex-wrap: wrap;
}
.industries-section-middle ul li {
  list-style: none;
  width: calc(100% / 4);
  margin-bottom: 20px;
}
.industries-section-middle ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: unset;
}
.industries-section-middle ul li a img {
  width: 50px;
  aspect-ratio: 1/1;
  margin-bottom: 15px;
  filter: grayscale(1);
  opacity: 0.6;
}
.letdiscussection {
  padding: 70px 0;
  position: relative;
  background-image: url(https://planningalt.com/wp-content/uploads/2020/11/Large_CTA_background.jpg);
  margin-top: 70px;
  background-size: contain;
  padding-bottom: 230px;
  color: white;
}
.letdiscussection .container {
  position: relative;
}
.discusbtn {
  outline: none;
  border: none;
  padding: 10px 0px;
  font-size: 14px;
  width: 150px;
  text-align: center;
  background: linear-gradient(to right, #f83600, #fe8c00);
  color: white;
}
.discuspngab {
  position: absolute;
  right: 0;
  max-width: 307px;
  top: 50%;
  transform: translateY(-50%);
}
.letdiscussection h3 {
  font-size: 28px;
}

.servicespointcard {
  padding: 10px;
}
.servicespointcard span {
  display: block;
  font-size: 20px;
  color: #ff7a05;
  margin-bottom: 5px;
  font-weight: 500;
}

.servicespointcard p {
  display: block;
  font-size: 16px;
  color: #5e5e5e;
  margin-bottom: 20px;
  font-weight: 400;
}
.servicespointcard img {
  max-width: 70px;
  margin-bottom: 10px;
}

.servicespointers {
  padding: 20px 0;
}

.servicesabout {
  padding: 100px 0;
}
.servicesabout h3 {
  font-size: 32px;
  font-weight: 400;
}

.servicesabout p {
  font-size: 16px;
  font-weight: 300;
}
.dot-list {
  margin-top: 40px;
}
.dot-list li {
  margin-bottom: 10px;
  font-size: 16px;
  list-style: none;
  position: relative;
}

.dot-list li:after {
  position: absolute;
  content: "";
  top: 10px;
  transform: translateY(-50%);
  left: -25px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAMAAACecocUAAAAS1BMVEUAAADrhxrrhxrrhxrrhxrrhxrrhxrrhxrrhxrrhxr4wHH3s3H2pXD1lm/0iG7wnDf2pG73wGP1rGLzk2HyfWDugzfuhzb6ynDze2zR7ILUAAAACXRSTlMA8h+X+eLhSJl/3q2vAAAAVElEQVQI103NNwKAMBADwXPEIjkb/v9STh1TqliJiHXRR2dFbQZkNl0Ncn1qhrGSkHfKcBLQDmqI4lFOKvC694u67gnrpoXEzhzvmOz8+/wNPvD3AwZWBBGb0iWjAAAAAElFTkSuQmCC);
  width: 11px;
  height: 11px;
}
.servicesboxli {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin-left: 10%;
}
.servicesboxli li img {
  width: auto;
}
.servicesboxli li {
  width: 33.33%;
  height: 110px;
  border: 1px solid #ddd;
  margin-right: -1px;
  background: #fff;
  margin-bottom: -1px;
  padding: 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
}
.servicesboxli li:hover {
  box-shadow: 0 0 10px #212529;
}

.pricecard {
  background-color: rgb(245 245 245);
  text-align: center;
  padding: 25px 10px 30px 10px;
  border-radius: 20px;
  /* color: white; */
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 0 10px #bfbfbf;
}
.pricecard:hover {
  transform: scaleY(1.1);
}
.pricecard h3 {
  margin-bottom: 30px;
  font-size: 22px;
  color: black;
}
.pricecard h5 {
  margin-bottom: 10px;
  font-size: 18px;
  color: #ff7a05;
}
.pricecard p {
  font-size: 14px;
}
.planbox {
  background: linear-gradient(to right, #f83600, #fe8c00);
  color: white;
  padding: 10px 0;
  border-radius: 20px;
}
.planbox p {
  margin: 0;
}
.planbox h2 {
  margin: 10px 0;
}
.plaintitle {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.plaintitle h2 {
  font-size: 28px;
}
p {
  font-size: 16px;
  font-weight: 400;
}

.carret {
  position: absolute;
  bottom: -13px;
  left: 50%;
  background: linear-gradient(to right, #f83600, #fe8c00);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  transform: translateX(-50%);
  color: white;
}
.otherservicesection {
  margin-top: 100px;
}

.othercardservices {
  background-color: rgb(245 245 245);
  padding: 20px;
  /* margin-bottom: 30px; */
  border-radius: 20px;
  color: black;
  height: 100%;
}
.othercardservices img {
  width: 65px;
  margin-bottom: 20px;
  filter: opacity(0.5);
}
.othertitle {
  color: rgb(75, 75, 75);
  margin-bottom: 20px;
}
.othercardservices p {
  font-size: 14px;
}
.processimg {
  margin-top: 50px;
}

.addressnpx {
  text-align: center;
  border: 1px solid #d5d5d5;
  border-radius: 20px;
  background-color: white;
  z-index: 99;
  position: sticky;
}
.copyright {
  color: white;
  margin: 0;
  padding-top: 24px;
  font-size: 13px;
}
.copyright a {
  text-decoration: none;
  color: orangered;
}
.addresicons {
  padding: 15px;
  margin: 0 auto;
  border-radius: 20px;
  margin-bottom: 30px;
  margin-top: -50px;
  background: linear-gradient(to right, #f83600, #fe8c00);
  max-width: 90px;
}
.addressnpx img {
  max-width: 50px;
  filter: invert();
}
.addressnpx h3 {
  font-size: 18px;
}
.addressnpx p {
  font-size: 14px;
}

footer {
  margin-top: -120px;
}
.stripelement {
  margin-top: -30px;
  background: linear-gradient(130deg, #000, #111, #222426, #45484d);
  height: 100px;
  border-bottom: 5px solid white;
}

.footerothersection {
  text-align: center;
  background: linear-gradient(130deg, #000, #111, #222426, #45484d);
  padding: 30px 0;
}
.footerothersection h3 {
  background: linear-gradient(to right, #f83600, #fe8c00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footerothersection h4 {
  color: white;
  font-size: 32px;
}
.footerothersection p {
  font-size: 16px;
  color: #a1a1a1;
  max-width: 798px;
  margin: 0 auto;
}
.awardbox {
  /* width: 80%; */
  padding: 0px 20px;
}
.awardbox img {
  width: 100%;
}

.awards {
  margin: 30px auto;
}

.footerbars {
  display: flex;
  margin-top: 50px;
  border-bottom: 1px solid rgb(59, 59, 59);
}
.footerlogobox {
  max-width: 150px;
}
.footerlogobox img {
  filter: brightness(0) invert();
  padding-bottom: 10px;
  max-width: 110px;
}
.footertitlebxo {
  width: 300px;
}
.footertitlebxo h2 {
  font-size: 16px;
  color: white;
}
.footerlink ul {
  display: flex;
  width: 300px;
  flex-wrap: wrap;
  gap: 0px;
  padding: 0;
}

.footerlink ul li a {
  text-decoration: none;
  color: #808080;
  font-size: 14px;
}
.footerlink ul li {
  list-style: none;
  width: 28%;
  text-align: justify;
}
.footersocialmedia {
  padding-left: 30px;
}

.footersocialmedia h2 {
  font-size: 16px;
  color: white;
}
.footersocialmedia ul {
  display: flex;
  list-style: none;
  justify-content: space-around;
  gap: 20px;
  margin-top: 20px;
}
.footersocialmedia ul a {
  color: white;
}

.serviceswala {
  max-height: 500px;
}

.servicesbanner {
  height: 575px;
  overflow: hidden;
  position: relative;
}
.servicesbanner img {
  width: 100%;
}
.servicescontentslider {
  position: absolute;
  width: 40%;
  width: 50%;
  top: 43%;
}
.servicescontentslider h3 {
  color: #4a4a4a;
  text-transform: uppercase;
  font-size: 46px;
  font-weight: 100;
  line-height: 60px;
  max-width: 560px;
}
.mybtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  font-size: 20px;
  color: #212529;
}
.mybtn.homebtn {
  margin-top: 30px;
}

.digitalmarketingnav:hover .megamenu {
  display: block;
}

.megamenu {
  position: absolute;
  left: 0;
  margin-top: 1px;
  width: 100%;
  padding: 30px 20px;
  background-color: white;
  height: 450px;
  background: url(../assest/headr.jpg);
  background-size: cover;
  z-index: 999;
  display: none;
  background-color: #f2b936;
  /* background: radial-gradient(ellipse farthest-corner at right bottom, #efefef 0%, #d9d9d9a6 8%, #ffffff 30%, #f3f3f3 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #f0f0f0 8%, #f9f9f9 25%, #ffffff 62.5%, #fbfbfb 100%); */
}
.megawebdevelopment {
  background: url(https://images.squarespace-cdn.com/content/v1/60b63ba0511bc333d7597b94/a76f43c6-b27d-46e1-b973-2c730d816fa6/web+development+background-min.jpg);
  color: white;
}

.megawebdevelopment .megabox li a {
  color: white;
  font-size: 16px;
  font-weight: 400;
}

.megawebdevelopment .megabox h4 img {
  filter: brightness(0) invert(1);
}

.megawebdevelopment .megabox h4::before {
  background: white;
}
.megawebdevelopment .megabox li::before {
  background: white;
}
.megabox li {
  padding: 5px 0;

  transition: all 0.2s;

  list-style: none;
}
.megabox li a {
  color: black;
  font-size: 16px;
  font-weight: 400;
}
.megabox li:hover {
  transform: translatex(10px);
}

.megabox h4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 15px;
  position: relative;
  margin: 0 -5px;
}

.megabox h4 img {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}

/* .megabox li::before{
       position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 30px;
    background: #ffffff;
    margin-top: 7px;
    margin-left: -25px;
} */
.megabox li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  /* border-radius: 30px; */
  background: #000000;
  margin-top: 11px;
  margin-left: -25px;
}

.megabox h4::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 1px;
  background: #000000;
  top: 47px;
}
.megabox {
  padding: 0 20px;
  padding: 0 20px;
  border-right: 1px solid #80808021;
}

.megabox ul {
  margin-top: 50px;
  padding-left: 10px;
}

.bannerservicespng {
  position: absolute;
  width: 420px !important;
  top: 50%;
  left: 50%;
  transform: translate(25%, -30%);
}

.mainnavul {
  display: flex;
  width: 100%;
  justify-content: right;
  padding-right: 20px;
  gap: 20px;
}

.topehader {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 30px);
  transition: all 0.3s;
  margin: 0 auto;
  border-bottom: 1px solid rgb(192, 192, 192);
  align-items: center;
  justify-content: space-between;
}
.toph1 {
  width: 50%;
}
.toph1 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding: 10px;
  margin: 0;
}
.toph1 ul li a {
  font-size: 14px;
  color: #212529;
  display: flex;

  gap: 10px;
  align-items: center;
}
.toph1 ul li a i {
  border: 1px solid #212529;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}
.iconsflow {
  display: flex;
  list-style: none;
  gap: 20px;
  margin: 0;
}
.iconsflow li a {
  text-decoration: none;
  color: #212529;
}

.headphoneno {
  display: none;
  position: absolute;
  margin-top: 50px;
  margin-left: -92px;
  user-select: none;
  transition: all 0.3s;
  transform: translateY(100px);
}
.tik {
  display: block;
  transform: translateY(0px);
}

.headphoneno a {
  width: 220px;
  height: 50px;
  background: white;
  display: flex;
  gap: 10px;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border: none;
  background: linear-gradient(to right, #f83600, #fe8c00);
  color: white;
  margin-top: 4px;
}
.headphoneno a i {
  border: 1px solid white;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}
.website-icon-main-box {
  border: 1px solid #ddd;
  background: #fff;
  padding: 20px 7px;
  height: 100%;
  transition: 0.8s;
}

.website-icon-main-box:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.web-heading h6 {
  font-size: 16px;
  margin-top: 15px;
  font-weight: 400;
}

.web-img img {
  max-width: 50px;
}
.check-mark-content {
  display: flex;
}

.check-mark i {
  color: #ff453c;
  border: 2px solid #fe685d;
  padding: 3px;
  font-size: 12px;
  border-radius: 50px;
  margin-top: 13px;
  margin-right: 10px;
}
.paragraph {
  margin-top: 10px;

  font-size: 14px;
}
.wed-dev-inner-img img {
  aspect-ratio: 1/1;
  object-fit: cover;
  padding: 2px;
  border: 1px solid #a5a4a4;
  /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
}

.wed-dev-inner-img {
  position: relative;
  margin-bottom: 25px;
  margin: 22px 14px 20px 0px;
}

.overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: #191b1bb5;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
}

.wed-dev-inner-img:hover .overlay {
  bottom: 0;
  height: 100%;
}

.text {
  color: white;
  font-size: 15px;
  position: absolute;
  font-weight: 800;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.plainnprices {
  padding: 50px 0px;
}
.our-mission-and-vision {
  background-color: #f8f9fa !important;
  margin-bottom: -70px;
  padding: 70px 0px;
}
.modal-header {
  border-bottom: none !important;
}
/* ===========.price-modal=============== */

.postionreltive {
  padding-bottom: 20px;
}

.postionreltive span {
  position: relative;
  left: 46px;
  font-weight: 600;
  color: #ce2d22;
  top: 5px;
}

.absimg {
  position: relative;
  width: 35px;
  top: -4px;
  left: 41px;
}

.conversion-rate-table {
  border-collapse: collapse;
  margin: 10px 0px 0px;
  width: 100%;
  box-shadow: rgb(204 204 204) 0px 0px 4px;
}

.conversion-rate-table th {
  padding: 20px 0px;
  background: white;
  text-align: center;
  color: black;
  text-transform: uppercase;
  font-size: 20px;
  color: white;
  min-width: 185px;
}

.packages {
  background: rgb(7, 130, 200) !important;
}

.silver {
  background: rgb(71, 105, 155) !important;
}

.gold {
  background: rgb(211, 175, 55) !important;
}

.dedicated {
  background: rgb(206, 45, 34) !important;
}

.conversion-rate-table tr td:nth-child(1) {
  color: black;
  background: white !important;
}

.conversion-rate-table tr td:nth-child(2) {
  text-align: center;
}

.conversion-rate-table tr td:nth-child(2) {
  background: #47699b;
  color: white !important;
  text-align: center !important;
}

.conversion-rate-table tr td:nth-child(3) {
  color: white;
  background: rgb(211 175 55) !important;
  text-align: center !important;
}

.conversion-rate-table tr td:nth-child(4) {
  color: white;
  background: rgb(206, 45, 34) !important;
  text-align: center !important;
}

.fa-times {
  color: red !important;
}

.fa-check {
  color: #52e552 !important;
}

.tablescroll table td {
  padding: 13px;
  color: black;
  font-weight: 600;
  font-size: 15px;
}

.conversion-rate-table td {
  padding: 10px 15px;
  color: black;
  border: 1px solid #80808033;
}

.pp_silver button {
  background: #37186400;
  color: white;
  padding: 7px 5px;
  border: 1px solid #ffffff00;
  width: 90%;
  border-radius: 5px;

  font-size: 14px;
}

.btnrow {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 50px 15px;
}

.btnrow button {
  background: linear-gradient(to right, #f83600, #fe8c00);
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: 0 0 10px gray;
  margin: 10px 5px;
  border: none;
}

.btnrow button a {
  text-decoration: none;
  color: white;
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize !important;
}

.pp_silvers button {
  background: #000 !important;
  box-shadow: 0 0 10px #fffbfb80;
}
.down-arrow {
  font-size: 13px;
}

/*----------------------------------------*/
/*  13. OFFCANVAS CSS START
/*----------------------------------------*/
.header__others button {
  border: none;
  font-size: 25px;
  color: var(--white);
  background: transparent;
}
.header__others .search-close {
  display: none;
}

.offcanvas__area {
  position: fixed;
  width: 400px;
  height: 100vh;
  top: 0;
  right: -400px;
  z-index: 99;
  padding: 40px 30px;
  /* background: var(--black-2);  */
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #fff;
  z-index: 999999999999999999;
}
@media (max-width: 767px) {
  .offcanvas__area {
    width: 350px;
    right: -350px;
  }
}
.offcanvas__area.showed {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.offcanvas__top {
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 100px;
}
@media (max-width: 1399px) {
  .offcanvas__top {
    padding-bottom: 50px;
  }
}
.offcanvas__top img {
  max-width: 160px;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}
.offcanvas__top button {
  background-color: transparent;
  width: 35px;
  height: 35px;
  color: var(--white);
  border-radius: 50px;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #000;
}
.offcanvas__top button:hover {
  color: var(--primary);
  border-color: var(--primary);
}
.offcanvas__menu {
  display: none;
  padding-bottom: 50px;
}
@media (max-width: 1199px) {
  .offcanvas__menu {
    display: block;
    height: 75vh;
    overflow: scroll;
  }
}
.offcanvas-menu li a {
  font-size: 15px;
  color: var(--white);
  text-transform: capitalize;
  padding: 7px 0;
  display: block;
}
.offcanvas__map {
  padding-bottom: 50px;
}
@media (max-width: 1919px) {
  .offcanvas__map {
    padding-bottom: 40px;
  }
}
@media (max-width: 1399px) {
  .offcanvas__map {
    padding-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .offcanvas__map {
    display: none;
  }
}
.offcanvas__map iframe {
  width: 100%;
  height: 220px;
}
@media (max-width: 1399px) {
  .offcanvas__map iframe {
    height: 120px;
  }
}
.offcanvas__search {
  padding-bottom: 100px;
}
@media (max-width: 1399px) {
  .offcanvas__search {
    padding-bottom: 70px;
  }
}
@media (max-width: 1199px) {
  .offcanvas__search {
    display: none;
  }
}
.offcanvas__search input {
  width: 100%;
  padding: 10px;
  outline: none;
  border: none;
  border-radius: 5px;
}
@media (max-width: 1199px) {
  .offcanvas__btm {
    display: none;
  }
}

.close_offcanvas {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 50px;
  top: 50px;
  font-size: 24px;
  color: var(--black-2);
  padding: 1px 11px;
  cursor: pointer;
  border: 1px solid var(--black-2);
  border-radius: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.close_offcanvas:hover {
  color: var(--primary);
  border-color: var(--primary);
}
@media (max-width: 1199px) {
  .close_offcanvas {
    top: 20px;
    right: 30px;
  }
}
@media (max-width: 991px) {
  .close_offcanvas {
    top: 15px;
    right: 20px;
  }
}
@media (max-width: 767px) {
  .close_offcanvas {
    top: 6px;
    right: 25px;
  }
}

.mean-container .mean-nav > ul {
  display: block !important;
}
.mean-container .mean-bar {
  padding: 0;
  background: none;
}
.mean-container .mean-nav {
  width: 97%;
}
.mean-container .mean-nav ul li a {
  background-color: var(--black-2);
  text-transform: capitalize;
  border-color: rgba(255, 255, 255, 0.1);
}
.mean-container .mean-nav ul li a :hover {
  background-color: var(--black-2);
}
.mean-container .mean-nav ul li li a {
  opacity: 1;
  border-color: rgba(255, 255, 255, 0.1);
}
.mean-container .mean-nav ul li a.mean-expand {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background-color: var(--black-3);
}
.mean-container a.meanmenu-reveal {
  display: none !important;
}

.aboutdropdowen {
  padding: 0px !important;
}

.aboutdropdowen li {
  display: block !important;
  text-align: left;
  position: relative;
  padding: 5px 16px !important;
  border-bottom: 1px solid #bdbdbd;
}

.menu-icon {
  display: none !important;
}

/* ===========sidenav========== */

.sidenav a,
.dropdown-btn {
  padding: 6px 8px 6px 0px;
  text-decoration: none;
  font-size: 15px;
  color: #000000;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}
.sidenav a:hover,
.dropdown-btn:hover {
  color: #000000;
}
.main {
  margin-left: 200px;
  font-size: 20px;
  padding: 0px 10px;
}

.dropdown-container {
  display: none;
  background-color: #fff;
  padding-left: 8px;
}
.dropdown-container a{
  border-bottom: 1px solid #8080803d !important;
} 
.fa-caret-down {
  float: right;
  padding-right: 8px;
}
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}

/* ===========sidenav========== */

.sidenav a,
.dropdown-btn2 {
  padding: 6px 8px 6px 0px;
  text-decoration: none;
  font-size: 15px;
  color: #818181;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}
.sidenav a:hover,
.dropdown-btn2:hover {
  color: #818181;
}
.main {
  margin-left: 200px;
  font-size: 20px;
  padding: 0px 10px;
}

.dropdown-container2 {
  display: none;
  background-color: #262626;
  padding-left: 8px;
}

.fa-caret-down {
  float: right;
  padding-right: 8px;
}
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}

@media screen and (max-width: 500px) {

  .nav-pills .nav-link.active, .nav-pills .show>.nav-link {

    background: #fff !important;
  
  }
  .heroslider {
    height: auto;
    min-height: 200px;
  }
  .slidercontent {
    /* display: block; */
    max-width: 1100px;
    width: calc(100% - 20px);
    z-index: 999;
    top: 35%;
    left: 50%;
  }
  .carousel-img-sec {
    background: white !important;
    opacity: 0.04 !important;
    /* padding-top: 701px !important; */
  }

  .smart-technologies-middle .left-part {
    width: 100%;
  }

  .smart-technologies-middle .right-part {
    width: 100%;
  }

  .smart-technologies-middle .left-part ul li {
    width: calc(100% / 3);
    height: 140px;
  }

  .smart-technologies-middle .right-part ul li .smart-technologies-box01 h3,
  .smart-technologies-middle .right-part ul li .smart-technologies-box02 h3,
  .smart-technologies-middle .right-part ul li .smart-technologies-box03 h3,
  .smart-technologies-middle .right-part ul li .smart-technologies-box04 h3 {
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
  }
  .footerbars {
    display: flex;
    margin-top: 50px;
    border-bottom: 1px solid rgb(59, 59, 59);
    flex-direction: column;
  }
  .heronext h3 {
    font-size: 20px;
  }
  .heronext h4 {
    color: rgb(51, 51, 51);
    display: inline-block;
    font-size: 15px;
    line-height: 1.5;
    margin: 5px 0px;
    margin-bottom: 20px;
    font-weight: 500;
  }
  .heronext p {
    font-size: 14px;
    font-weight: 400;
  }
  .titlehead h2 {
    font-size: 20px;
  }
  .titlehead p {
    font-size: 14px;
    font-weight: 400;
  }
  .integrate-modern-box h3 {
    font-size: 20px;
  }

  .integrate-modern-box a {
    display: block;
    color: white;
    text-align: center;
    padding: 2px 0;
    margin: 0 -20px;
    background: linear-gradient(to right, #f83600, #fe8c00);
    position: absolute;
    bottom: -15px;
    width: 157px;
    border-radius: 20px;
    left: 50%;
    transform: translateX(-34%);
  }
  .aboutimgside {
    border-radius: 0 30px 30px 0;
    border: 8px solid white;
    margin-bottom: 40px;
  }
  .topehader {
    width: 100%;
  }
  .toph1 ul {
    display: block;
  }
  .toph1 {
    width: 100%;
    display: none;
  }
  .iconsflow {
    padding: 10px;
  }
  .aboutusseciton {
    background-image: none;
    background-color: #f7f9fd !important;
  }
  .portfolio-img-main {
    margin-top: 40px;
    padding-bottom: 32px !important;
  }
  .portfolio-detail {
    margin-top: 20px;
  }
  .addressnpx {
    margin-bottom: 70px;
  }
  footer {
    padding-top: 330px;
  }
  .discuspngab {
    right: 22px;
    top: 200%;
  }
  .letdiscussection {
    padding-top: 0px;
  }
  .smart-technologies-middle .right-part ul li {
    max-height: 190px;
  }

  .slidercontent h2 {
    text-transform: uppercase;
    font-size: 34px;
    width: 100%;
    font-weight: 100;
  }

  .heropng {
    position: absolute;
    max-width: 71%;
    z-index: -1;
    margin: 10px auto;
    display: block;
    right: 20px;
    bottom: -286px;
  }
  .portfolio-img-main {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 17px 61px !important;
    padding-bottom: 50px !important;
  }
}
@media screen and (max-width: 1800px) {
  .offcanvas__area.showed {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .offcanvas__area.showed {
    right: 0;
    opacity: 1;
    visibility: visible;
    display: block !important;
  }
  .navbar-collapse {
    flex-basis: 100%;
    background: #fff;
    padding: 15px;
  }
  .industries-section-middle ul li {
    width: calc(100% / 2);
  }
  .industries-section-middle ul {
    padding-left: 0px;
  }
  .smart-technologies-middle .left-part {
    width: 100%;
  }
  .smart-technologies-middle .right-part {
    width: 100%;
  }
  .bannerservicespng {
    display: none;
  }
  .servicescontentslider {
    width: 100%;
    padding: 0px 10px;
  }
  .servicescontentslider h3 {
    font-size: 38px;
    line-height: 1.3;
    color: #4a4a4a;
    margin-top: 40px;
  }
  .portfolio-main-class {
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
  }

  .our-mission-sec {
    margin-bottom: 30px;
  }
  .price-modal {
    margin: 0px;
  }
  .pricecard {
    margin-bottom: 50px;
  }
  .menu-icon {
    display: block !important;
  }

  ol,
  ul {
    padding-left: 0px !important;
    list-style: none !important;
  }
.letdiscussection{
  background-image: none !important;
  color: #000;
}



.integrate-modern-middle .row .col-md-4 {
  margin-top: 112px;
}
.footerlogobox {
  max-width: 150px;
  margin: 0 auto;
  margin-bottom: 24px;
}

.footerlink ul li a {
  text-decoration: none;
  color: #808080;
  font-size: 14px;
}
.awardbox{
  padding: 0px 60px;
}
.our-mission-and-vision{
  padding-top: 0px;
}
.servicesbanner img {
  width: 100%;
  /* display: none; */
  height: 100vh !important;
}
.servicesbanner {
  height:380px ;
}
.servicescontentslider h3 {
  font-size: 28px;
}
.nav-pills .nav-link{
  width: 100% !important;
  margin: 6px 19px !important;
}
.protfolio-section {
  background-color: #f3f4f6 !important;
  margin-top: 50px !important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {

  background: #fff !important;

}
.nav-pills .nav-link{
  background-color: #fff !important;
}
.wed-dev-inner-img {
  margin: 35px 0px 15px 0px !important;
}
}
