* {
  font-family: "Poppins", serif;
}


/*container*/

.container {max-width:1370px !important;}

@media only screen and (max-width: 1366px) and (min-width: 1300px)  {
.container {max-width:1300px !important;}

.container.cs-container{padding:0 40px;}




}






.btn.butn-cls {
  padding: 5px 45px;
  border-radius: 30px;
  background: #ffa123;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  color: #fff;
  transition: 0.3s all ease;
  border: 1px solid transparent;
  text-transform: uppercase;
  outline: 0;
  height: 62px;
  display: inline-flex;
  align-items: center;
}
.btn.butn-cls:focus {
  outline: 0;
  box-shadow: none;
}
.btn.butn-cls:hover {
  background: transparent;
  border-color: #ffa123;
  color: #ffa123;
}

.highlight-blue {
  color: #0289a3;
}
.weight-500 {
  font-weight: 500;
}
.weight-600 {
  font-weight: 600;
}
.weight-700 {
  font-weight: 700;
}
/* .btn.butn-cls.btn-green:hover {
  background: transparent;
  color: #059cb9;
} */

.btn.butn-cls.btn-gradient {
  padding: 15px 45px;
  background: linear-gradient(90deg, #5aaeae 0%, #00778e 100%);
  background-size: 200% auto;
  transition: 1.5s ease-in-out;
  box-shadow: 3px 9px 25px 0px #007a922b;
}
.btn.butn-cls.btn-gradient:active {
  background: linear-gradient(90deg, #51a3a3 0%, #007a92 100%) !important;
}
.btn.butn-cls.btn-gradient:hover {
  border-color: transparent;
  color: #fff;
  background-position: right center;
  background: linear-gradient(-90deg, #51a3a3 0%, #007a92 100%);
}
.expand-butn {
  display: flex;
  gap: 16px;
}
.sec-header h2 {
  font-weight: 700;
  font-size: 50px;
  line-height: 64px;
  /* color: #003d49; */
  color: #002127;
}
.skyram-header {
  padding-top: 20px;
}
.navbar.skyram-navbar {
  padding: 0 0;
}
.skyram-navbar .collapse.navbar-collapse {
  margin-left: 90px;
  justify-content: space-between;
}
.skyram-navbar.navbar-expand-lg .navbar-nav {
  column-gap: 26px;
}
/* .navbar.skyram-navbar .navbar-nav .nav-item a {
  color: #252525;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  transition: 0.3s all ease-in-out;
}
.navbar.skyram-navbar .navbar-nav .nav-item a:hover {
  color: #0289a3;
}
.navbar.skyram-navbar .nav-item.current-menu-item a {
  color: #0289a3;
  font-weight: 700;
} */
.nav-right {
  display: flex;
  align-items: center;
  column-gap: 25px;
}
.nav-contct-wrap {
  display: flex;
  column-gap: 11px;
}
.nav-menu {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #444444;
  display: flex;
  align-items: center;
  column-gap: 7px;
}
.navbar.skyram-navbar .navbar-nav .nav-item a {
    color: #252525;
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    transition: 0.3s all ease-in-out;
}
.nav-item.dropdown .icon-angle-down {
    width: 16px;
    height: 20px;
}
.nav-item.dropdown a {
    display: flex;
    align-items: center;
}
.nav-item.dropdown .sub-menu {
    padding-left: 10px;
}

.btn.butn-cls.nav-butn {
  padding-block: 13px;
  text-transform: capitalize;
  height: auto;
}
/* Hero Section */
.hero-section {
  padding-block: 50px 40px;
}
.hero-contnt {
  width: 828px;
  margin: auto;
  text-align: center;
}
.hero-title {
  font-family: Poppins;
  font-weight: 700;
  font-size: 45px;
  line-height: 62.2px;
/*margin-bottom: 45px;*/
  color: #2c2c2c;
}
.hero-top-txt {
  color: #0289a3;
  font-size: 66px;
}
.butn-cls.hero-butn {
  box-shadow: 3px 9px 25px 0px #007a922b;
  padding-block: 15px;
}

.highlight-hero-txt {
  font-weight: 900;
  font-size: 120px;
  line-height: 128.7px;
  text-align: center;
  color: #ffa123;
  margin-bottom: 25px;
}
.highlight-hero-txt.solution-txt {
  display: block;
}
.sec-header .top-compny-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 43px;
  color: #383838;
  margin-bottom: 4px;
}
.top-compny-para {
  width: 779px;
  margin: auto;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #0289a3;
}
.top-compny-contnt {
  width: 1133px;
  margin: auto;
  margin-top: 31px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 71px;
}
.compny-box {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.compny-box h3 {
  /* font-family: Gotham Black; */
  font-weight: 700;
  font-size: 43.63px;
  line-height: 100%;
  margin: 10px 0 0;
}
.circle-bordr {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px dashed #000000;
  border-radius: 50%;
  animation-name: spin;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 1s;
  /* animation-direction: reverse; */
}

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

/* Brand */

.brand-section {
  padding: 0 0 50px;
}
.brand-header {
  width: 946px;
  margin: auto;
}
.brand-header h2 {
  font-weight: 500;
  font-size: 40px;
  line-height: 52px;
  margin-bottom: 18px;
}
.brand-header p {
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: 0%;
  color: #404040;
}

/*  */

.logos {
  overflow: hidden;
  padding: 30px 10px;
  white-space: nowrap;
  position: relative;
  grid-column-gap: 28px;
  grid-row-gap: 10px;
  display: flex;
}
.logo_items {
  row-gap: 24px;
  display: flex;
  flex-direction: column;
  animation: 10s slides infinite linear;
}
.top-logo,
.botom-logo {
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: space-between;
}
.logos:hover .logo_items {
  animation-play-state: paused;
}
.home .logos:before,
.home .logos:after {
  position: absolute;
  content: "";
  width: 192px;
  height: 96px;
  z-index: 2;
}

.home .logos:before {
  top: 30px;
  left: 0;
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0.06) 0%,
    rgba(255, 255, 255, 0.771073) 28.19%,
    #ffffff 70.47%
  );
}
.home .logos:after {
  bottom: 30px;
  right: -2px;
  background: linear-gradient(
    269.91deg,
    #ffffff 12.23%,
    #ffffff 70.73%,
    rgba(255, 255, 255, 0) 118.59%
  );
}
@keyframes slides {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/*  */
.servc-header h2 {
  /* font-weight: 700;
  font-size: 50px; */
  line-height: 75px;
  margin-bottom: 7px;
}
.highlight-txt {
  color: #ffa123;
}
.explore-txt {
  font-weight: 600;
  font-style: italic;
}
/* Service */
.service-section {
  padding-bottom: 60px;
}
.sec-header {
  text-align: center;
}
.servc-header p {
  width: 690px;
  margin: auto;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  color: #404040;
}
.sevc-content {
  margin: 33px 0 60px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}
.service-box {
  padding: 30px 38px;
  border-bottom: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  display: flex;
  align-items: center;
  column-gap: 23px;
  transition: 0.3s all ease;
  position: relative;
}
.service-box:nth-child(3),
.service-box:nth-child(6),
.service-box:nth-child(9) {
  border-right: 0;
}
.service-box:hover {
  background-color: #ffa123;
  box-shadow: 8px 9px 25px 0 #f383003d;
  text-decoration: none;
}
.servc-icn-wrap {
  width: 71px;
  height: 71px;
  background-color: #e9fafd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease;
}
.service-box:hover .servc-icn-wrap {
  background-color: #fff;
}
.service-box p {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #000000;
  margin: 0;
  transition: 0.3s all ease;
}
.service-box:hover p {
  color: #fff;
}
.servc-plus {
  width: 22px;
  height: 22px;
  background-color: #0289a3;
  border-radius: 4px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
  transition: 0.3s all ease;
}
.service-box:hover .servc-plus {
  background-color: #e58300;
}
.servc-plus img {
  width: 12px;
}
.servc-butn-wrap {
  text-align: center;
}

/* Apart Section */
.apart-section {
  padding: 60px 0;
}
.apart-container {
  position: relative;
}
.apart-container::before {
  content: "";
  width: 163px;
  height: 163px;
  border-radius: 50%;
  background-color: #ffa12345;
  position: absolute;
  bottom: -50px;
  left: -50px;
  z-index: 0;
  filter: blur(60px);
}
.apart-container::after {
  content: "";
  width: 148px;
  height: 148px;
  border-radius: 50%;
  background: rgb(2 137 163 / 21%);
  position: absolute;
  left: -38px;
  bottom: 30px;
  z-index: -1;
  filter: blur(50px);
}
.apart-content {
  padding: 45px 0 74px;
  background-color: #ebfcff;
  border-radius: 34px;
  box-shadow: 0 1px 48px 1px #0000000d;
  position: relative;
}
.apart-header {
  margin-bottom: 27px;
}
.apart-header h2 {
  font-size: 60px;
  line-height: 90px;
  margin-bottom: 0;
}
.apart-grid {
  display: flex;
  column-gap: 32px;
  justify-content: center;
}
.apart-item-wrap {
  width: 207px;
  height: 218px;
  text-align: center;
  background-color: transparent;
  border-radius: 10px;
  z-index: 99;
  background: linear-gradient(to bottom, #ffa123, #059cb9);
  padding: 2px;
}
.apart-box {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.apart-box img {
  margin-bottom: 27px;
}
.apart-box h5 {
  /* font-family: Gotham; */
  font-weight: 700;
  font-size: 28px;
  line-height: 27px;
  text-align: center;
  margin-bottom: 0;
}
.apart-box p {
  margin-bottom: 0;
  width: 85%;
  margin: 0 auto;
}
/* Testimonial Section */
.testimonial-section {
  padding: 128px 0 120px;
}
.heart-img {
  margin-bottom: 18px;
}
.test-header h2 {
  /* font-size: 50px;
  line-height: 58px; */
  margin-bottom: 5px;
}
.test-header p {
  font-weight: 500;
  font-size: 30px;
  line-height: 45px;
  color: #0289a3;
  margin-bottom: 42px;
}
.review-site-list {
  display: flex;
  align-items: center;
  column-gap: 36px;
  justify-content: center;
}
.test-content {
  margin-top: 70px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  column-gap: 82px;
}
.test-leftbox {
  display: flex;
  align-items: center;
  column-gap: 23px;
}
.test-list {
  display: flex;
  flex-direction: column;
  gap: 23px;
}
.test-box {
  width: 321px;
  padding: 35px 32px;
  box-shadow: 0 0 28px 0 #0000001c;
  border-radius: 6px;
}
.feedbck-sms {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 45px;
}
.client-info {
  margin: 12px 0 7px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #4a4a4a;
}
.clent-nme {
  font-weight: 700;
  font-size: 19.85px;
  color: #000;
  display: block;
}
.place-nme {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #6a6a6a;
}
.test-rightbox {
  background-image: url("../images/video_bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
  position: relative;
}
.test-rightbox::after {
  content: "";
  width: 162px;
  height: 162px;
  background-color: rgb(255 161 35 / 27%);
  border-radius: 50%;
  position: absolute;
  right: 10px;
  bottom: -50px;
  z-index: -1;
  transform: rotate(-20deg);
  filter: blur(40px);
}
.play-butn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  cursor: pointer;
  transition: 0.3s all ease;
}
.play-butn:hover {
  transform: scale(1.1);
}
/* Modal */
.modal-test {
  z-index: 9999;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}
.modal-test.active {
  display: block;
}
.modal-center-align {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}
.modal-content-wrap {
  background-color: #fff;
  border-radius: 5px;
  width: 500px;
  height: auto;
  position: relative;
}
.close-modal {
  z-index: 9;
  cursor: pointer;
  background-color: #eee;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  transition: all 0.3s;
  display: flex;
  position: absolute;
  top: -10px;
  right: -10px;
}
.modal-close-icn {
  width: 15px;
}
.modal-body {
  border-radius: 5px;
  padding: 10px;
}
.modal-body video {
  width: 100%;
  height: 350px;
}
/* Modal End */

/* Case Study Section */
.case-study-section {
  margin-bottom: 120px;
  position: relative;
}
.case-study-section::before {
  content: "";
  width: 148px;
  height: 148px;
  border-radius: 50%;
  background-color: rgb(2 137 163 / 21%);
  position: absolute;
  bottom: 0;
  z-index: -1;
  filter: blur(40px);
}
.case-study-section::after {
  content: "";
  width: 162px;
  height: 162px;
  border-radius: 50%;
  background-color: rgb(255 161 35 / 27%);
  position: absolute;
  bottom: -90px;
  left: -50px;
  z-index: -1;
  filter: blur(50px);
  transform: rotate(-20.77deg);
}
.container.cs-container {
  max-width: 1482px !important;
}
.cs-content {
  padding: 61px 64px 75px;
  background-color: #f0fdff;
  border-radius: 37px;
  box-shadow: 0 1px 55px 0 #0000001c;
}
.cs-content.bg-transparent {
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0px;
}
.cs-content.bg-transparent .cs-item-box {
    padding-bottom: 35px;
}
.cs-header {
  max-width: 1170px;
  margin: 0 auto 45px;
}
.cs-header h2 {
  /* font-weight: 700;
  font-size: 50px;
  line-height: 75px; */
  margin-bottom: 8px;
  /* color: #003d49; */
}
.cs-header p {
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  color: #000;
  margin-bottom: 0;
}
.nav.cs-tabs {
  justify-content: center;
  gap: 14px;
}
.cs-tabs .nav-link {
  padding: 17px 40px;
  border-radius: 38px;
  border: 1px solid #007a92;
  background-color: #f0fdff;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  box-shadow: 0 0 16px 0 transparent;
  cursor: pointer;
  transition: 0.3s all ease;
}
.cs-tabs .nav-link:hover {
  background-color: #ffa123;
  border-color: #ffa123;
  color: #fff;
}
.cs-tabs .nav-link.active {
  background-color: #ffa123;
  border-color: #ffa123;
  color: #fff;
  box-shadow: 0 0 16px 0 #ffc3725e;
}
.cs-tabs .nav-link:focus {
  outline: 0;
}
.cs-tab-content {
  margin-top: 75px;
}
.cs-tabpane-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 34px;
}
.cs-item-box {
  transition: 0.3s all ease;
  position: relative;
  min-height: 501px;
/*   min-height: 461px; */
}
.cs-imgbox {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.cs-imgbox img {
  width: 100%;
  border-radius: 10px;
  transition: 0.3s all ease;
}
.cs-item-box:hover .cs-imgbox img {
  transform: scale(1.1);
}
.cs-imgbox::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    180.68deg,
    #ffffff 1.49%,
    rgba(224, 224, 224, 0.43) 14.8%,
    rgba(189, 189, 189, 0.2) 39.19%,
    rgba(134, 134, 134, 0.15) 73.18%,
    rgba(0, 0, 0, 0) 99.41%
  );
  border-radius: 10px;
}
.cs-infobox h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 31px;
  color: #000;
  margin-bottom: 12px;
}
.cs-infobox a {
  font-weight: 700;
  font-size: 16px;
  line-height: 31px;
  color: #0289a3;
  transition: 0.3s all ease;
  position: absolute;
  bottom: 0;
  text-decoration: underline;
}
.cs-item-box:hover .cs-infobox a {
  color: #ffa123;
}
/* Build Section */
.build-section {
  padding: 55px 0 80px;
  background-color: #017A92;
}
.build-header {
  margin-bottom: 35px;
}
.build-header h2 {
  /* font-weight: 700;
  font-size: 50px;
  line-height: 84px; */
  color: #fff;
  margin-bottom: 6px;
}
.build-header p {
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  text-align: center;
  color: #fff;
  margin-bottom: 16px;
}
.build-content-wrap {
  text-align: center;
}
.build-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 28px 37px;
  margin-bottom: 60px;
}

.build-section.ppc-build .build-content {grid-template-columns: 1fr 1fr 1fr;}




.build-content.home-buildV2 {
  gap: 28px;
}
.employe-box {
  position: relative;
  padding-bottom: 22px;
  transition: 0.3s all ease;
}
.employee-img {
  width: 100%;
  height: 100%;
  /* height: 315px; */
}
.employe-playbtn {
  width: 46px;
  height: 46px;
  background-color: #caeaf0;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 14px;
  box-shadow: 0 3px 20px 0 #00000029;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
/* .employe-playbtn::before {
  content: "";
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #0289a3;
} */
.employe-playbtn img {
  width: 34px;
  position: absolute;
  height: auto;
}
.build-content-wrap .butn-cls {
  background-color: transparent;
  border: 1px solid #fff;
  font-weight: 700;
  font-size: 16px;
/*   line-height: 24px; */
  text-transform: uppercase;
}
.modal-employee {
  z-index: 9999;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}
.modal-employee.active {
  display: block;
}
.modal-content-wrap.employe-contnt {
  width: 530px;
}
/* FAQ Secton */
.faq-section {
  padding: 96px 0 100px;
  background-color: #1a1a1a;
  position: relative;
}
.faq-bg {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 27.92%, #000 67%);
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: end;
  justify-content: center;
  padding-bottom: 116px;
}
.btn.butn-cls.btn-gradient.expand-butn {
  padding-inline: 60px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.faq-header {
  margin-bottom: 50px;
}
.faq-header h2 {
  /* font-weight: 700;
  font-size: 50px;
  line-height: 75px; */
  color: #fff;
}
.faq-header p {
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  color: #fff;
}
.accordian-wrapper {
  width: 959px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.accordian-box {
  padding-bottom: 18px;
  border-bottom: 1px solid #4c5559;
}
.accordian-title {
  display: flex;
  align-items: center;
  column-gap: 30px;
  cursor: pointer;
}
.accordin-text {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}
.accordian-box.active .accordin-text {
  font-weight: 700;
}
.accordian-icon {
  width: 45px;
  height: 43px;
  border-radius: 4px;
  background-color: #373737;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease;
}
.horizon-line {
  background-color: #fff;
  border-radius: 3px;
  width: 14px;
  height: 3px;
}
.vertical-line {
  background-color: #fff;
  border-radius: 3px;
  width: 3px;
  height: 14px;
  transition: all 0.3s;
  position: absolute;
}
.accordian-box.active .vertical-line {
  transform: rotate(90deg);
}
.accordian-box.active .accordian-icon {
  background-color: #ffa123;
}
.accordian-detail {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  padding-left: 75px;
  display: none;
}
/* Get Touch Section*/
.get-touch-section {
  padding: 126px 0;
}
.container.git-container {
  max-width: 1255px !important;
}
.git-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 100px;
  align-items: center;
}
.git-header h2 {
  font-weight: 700;
  font-size: 50px;
  line-height: 67px;
  color: #003d49;
  margin-bottom: 5px;
}
.git-header p {
  font-weight: 400;
  font-size: 22px;
  line-height: 30.9px;
  margin-bottom: 0;
}
.git-info {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 32px 0 52px;
}
.git-info-item {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.git-icn-wrap {
  width: 52px;
  height: 52px;
  background-color: #d9eff3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2.69px 6.27px 20.59px 0 #0289a333;
}
.yellow .git-icn-wrap {
  background-color: #fff1de;
  box-shadow: 2.69px 6.27px 20.59px 0 #ffa12321;
}
.git-icn-wrap img {
  box-shadow: 3.58px 8.06px 11.64px 0 #0289a33b;
}
.yellow .git-icn-wrap img {
  box-shadow: 3.58px 8.06px 11.64px 0 #ffa1234f;
}
.git-info-item a {
  font-weight: 400;
  font-size: 18.12px;
  line-height: 27.18px;
  color: #000000;
  display: block;
  text-decoration: none;
  transition: 0.3s all ease;
}
.git-info-item a:hover {
  color: #ffa123;
  text-decoration: none;
}
.git-busins-img {
  width: 545px;
  border-radius: 18px;
}
.git-rightbox {
  position: relative;
}
.git-rightbox::before {
  content: "";
  width: 115px;
  height: 128px;
  position: absolute;
  left: -70px;
  bottom: 20px;
  background-color: #ffa12352;
  border-radius: 50%;
  filter: blur(58px);
  transform: rotate(-20.77deg);
}
.git-rightbox::after {
  content: "";
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background-color: #0289a342;
  position: absolute;
  bottom: -30px;
  left: -40px;
  filter: blur(40px);
  transform: rotate(-5.6deg);
  z-index: -1;
}
.busins-form {
  padding: 65px 52px 71px;
  border-radius: 22px;
  box-shadow: 0 7.16px 58.2px 0 #0000000f;
  position: relative;
  background-color: #fff;
}
.busins-form .form-group {
  margin-bottom: 15px;
}
.form-control.input-cls {
  height: 55px;
  padding: 18px 36px 16px;
  border-radius: 34px;
  border: 0.9px solid #f2f2f2;
  box-shadow: 0 0.9px 25.07px 0 #0000000f;

  font-weight: 400;
  font-size: 15px;
  line-height: 22.5px;
}
.form-control.input-cls:focus {
  border-color: #d9eff3;
  box-shadow: 0 0 0 1px rgb(73 159 161 / 30%);
}
textarea.form-control.input-cls {
  height: 186px;
  resize: none;
}
.btn.butn-cls.form-butn {
  margin-top: 28px;
  padding: 15px 50px;
  font-size: 18px;
  /* text-transform: uppercase; */
  /* font-weight: 700; */
}
.busins-form .form-group:nth-child(4) {
  margin-bottom: 20px;
}
.busins-form .form-group:nth-child(5) {
  margin-bottom: 0;
}
/* Get Touch Section*/

/* Footer */
.footer-cls {
  background-color: #018aa5;
  padding: 61px 0 58px;
}
.foter-content {
  display: grid;
  grid-template-columns: auto auto auto auto;
  column-gap: 80px;
  padding-bottom: 38px;
}
.foter-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 26.3px;
  color: #fff;
  margin-bottom: 18px;
}
.foter-col-inner.grid {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 40px;
}
.foter-col-inner a {
  font-weight: 400;
  font-size: 16px;
  line-height: 31px;
  color: #fff;
  display: block;
  transition: 0.3s all ease;
}
.foter-col-inner a:hover {
  text-decoration: none;
  color: #ffa123;
}
.foter-middle-content {
  padding: 28px 0;
  display: flex;
  column-gap: 110px;
  border-top: 1px solid #43b1c7;
  border-bottom: 1px solid #43b1c7;
  justify-content: space-between;
}
.foter-midle-col {
  width: 382px;
}
.foter-midle-col h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 26.3px;
  color: #fff;
  margin-bottom: 18px;
}
.foter-midle-col p {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #fff;
  margin-bottom: 0;
}
.foter-midle-col.col2 {
  width: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}
.foter-midle-col.col2 img:nth-child(2) {
  margin-right: 10px;
}
.foter-botom-content {
  padding-top: 26px;
  display: flex;
  align-items: center;
}
.foter-botom-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  margin-bottom: 0;
}
.foter-social {
  display: flex;
  align-items: center;
  column-gap: 20px;
  font-family: Poppins;
  font-weight: 700;
  font-size: 18px;
  line-height: 26.3px;
  color: #fff;
}
.foter-social-list {
  display: flex;
  column-gap: 8px;
}
.foter-social-list a {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f38300;
  transition: 0.3s all ease;
}
.foter-social-list a:hover {
  transform: translate(0px, 5px);
}
.foter-social-list {
  display: flex;
  column-gap: 8px;
}
.foter-botom-content {
  padding-top: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/*~~~~~~~ About Page ~~~~~~~*/
.about-hero-section {
  padding-block: 80px 100px;
}
.hero-title.about-title {
  font-size: 50px;
  line-height: 66px;
  margin-bottom: 15px;
  color: #002127;
}
.highlight-hero-txt.about {
  font-size: 65px;
  line-height: 66px;
}
.hero-subtext {
  font-weight: 700;
  font-size: 28px;
  color: #383838;
  margin-bottom: 0;
}
.hero-subtext.abt {
  margin-bottom: 21px;
}
/*Delete*/
.sec-highlight-block {
  text-align: center;
  position: relative;
  margin-bottom: 45px;
  padding-top: 15px;
  display: flex;
  justify-content: center;
}
.sec-highlight-block::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #dcdcdc;
  position: absolute;
  left: 0;
  top: 0;
  bottom: -21px;
  margin: auto;
  z-index: -11;
}
.sec-highlight-text {
  color: #fff;
  border-color: #059cb9;
  background-color: #059cb9;
  padding: 19.2px 65px;
  border-radius: 50px;
  position: relative;
  margin: 0;
  width: 339px;
  max-width: 372px;
  font-weight: 600;
}
.sec-highlight-text::before {
  content: "";
  width: 110%;
  height: 51px;
  background: #fff;
  position: absolute;
  left: -15px;
  right: -15px;
  top: -15px;
  margin: auto;
  border-radius: 40px 40px 0 0;
  border: 2px solid #dcdcdc;
  border-bottom: 0;
  z-index: -1;
}
/*Delete*/
/* ``````About Section``````` */
.sec-subtitle {
  font-weight: 600;
  font-size: 30px;
  line-height: 43px;
  margin: 0;
  /* position: relative;
  top: 15px; */
  color: #616161;
}
.about-header {
  margin-bottom: 38px;
}
/* .about-header h2 {
  font-weight: 800;
  font-size: 77px;
  color: #002127;
} */
.top-about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 35px;
  align-items: center;
}
.about-top-left h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
  color: #002127;
  margin: 0;
}
.about-top-right {
  display: flex;
  column-gap: 30px;
}
.about-top-imgbox {
  width: 238px;
  height: 221px;
  min-width: 238px;
  border-radius: 18px;
}
.about-top-imgbox img {
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
.about-top-right p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
}
.botom-about-grid {
  margin-top: 45px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 50px;
  align-items: center;
  max-width: 1214px;
}
.about-botom-left img {
  border-radius: 27px;
}
.about-botom-right h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
  color: #0289a3;
  margin-bottom: 10px;
}
.about-botom-right p {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #404040;
}
/* Finacial Section */
.financial-secton {
  padding: 55px 0;
}
.finacial-content {
  background-color: #f5f5f5;
  border-radius: 37px;
  padding: 68px 60px 75px;
}
.finance-header-block {
  text-align: left;
}
.finance-header-block h2 {
  /* font-weight: 700;
  font-size: 50px; */
  line-height: 100%;
  margin-bottom: 5px;
}
.finance-header-block ul {
  padding-left: 0;
}
.finance-header-block ul li {
  font-weight: 500;
  font-size: 22px;
  line-height: 40px;
  color: #404040;
  position: relative;
  padding-left: 35px;
  list-style: none;
}
.finance-header-block ul li::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url("../images/check.svg");
}
.finance-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.finance-right-col {
  display: flex;
  justify-content: flex-end;
}
.finacial-box-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.finacial-box {
  text-align: center;
  width: 266px;
  height: 328px;
  background-color: #fff;
  padding: 38px 0 40px;
  border: 1px solid #d2d2d2;
  transition: 0.3s all ease;
  position: relative;
  /* z-index: 0; */
}
.finacial-box-content {
  position: relative;
  z-index: 99;
}
.finacial-box:first-child {
  border-radius: 15px 0 0 15px;
}
.finacial-box:last-child {
  border-radius: 0 15px 15px 0;
}
.finance-right-col .finacial-box:first-child {
  border-radius: 15px 0 0 0;
}
.finance-right-col .finacial-box:nth-child(2) {
  border-radius: 0 15px 0 0;
}
.finacial-box:hover {
  /* background: #0289a3;
  border-color: #0289a3; */
  /* transform: scale(1.08);
  position: relative;
  z-index: 999;
  border-radius: 7px !important; */
}
.finacial-box::after {
  content: "";
  width: 100%;
  height: 0;
  background: #0289a3;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  border-radius: 7px;
  transform: scale(1.05);
  transition: 0.3s all ease;
}
.finacial-box:hover::after {
  height: 100%;
}
.fact-img-wrap {
  width: 140px;
  height: 140px;
  margin: 0 auto 15px;
  background-color: #ffa123;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.finacial-box:hover .fact-img-wrap {
  background: #00a5c5;
}
.fact-box-value {
  font-weight: 700;
  font-size: 44px;
  line-height: 100%;
  color: #000;
  transition: 0.3s all ease;
}
.fact-box-title {
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  color: #404040;
  margin: 10px 0 0;
  transition: 0.3s all ease;
}
.finacial-box:hover .fact-box-value {
  color: #fff;
}
.finacial-box:hover .fact-box-title {
  color: #fff;
}
/* We Work Section */

/*Delete*/
/* .we-work-section .sec-highlight-block {
  margin-top: 65px;
}
.award .sec-highlight-text::before {
  height: 62px;
} */
/* .award {
  gap: 100px;
} */
/* .fortune{
  gap: 110px;
} */
.brand-imgbox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
}
/*Delete*/
.we-work-section {
  padding-block: 70px 120px;
  background: linear-gradient(180deg, #f2fdff 0%, #ffffff 103.51%);
}
.work-header {
  text-align: left;
  margin-bottom: 70px;
}
.funded-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wework-titte-wrap {
  display: flex;
  align-items: center;
  width: 30%;
  justify-content: space-between;
}
.dash-div {
  width: 59px;
  height: 4px;
  border-radius: 36px;
  background: linear-gradient(90deg, #0289a3 0%, rgba(202, 234, 240, 0) 100%);
  position: relative;
  right: 28px;
}
.work-block-title {
  font-family: Poppins;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  color: #0289a3;
  text-align: left;
  min-width: max-content;
  margin: 0;
}

.wework-content {
  display: flex;
  flex-direction: column;
  row-gap: 108px;
}
.wework-logo-list {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px 17px;
  flex-wrap: wrap;
}
.wework-logo-box {
  /* max-width: 250px; */
  height: 82px;
  border-radius: 11px;
  border: 1px solid #ebebeb;
  background: linear-gradient(
    180deg,
    #edfbfd 0%,
    rgba(228, 242, 244, 0.4) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.wework-logo-box img {
  width: auto;
  max-height: 50px;
}

.topcompny-logo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-self: center;
  /* gap: 10px 50px; */
}
.funded-content.top-compny {
  align-items: baseline;
}

/* Team Section */
/* Delete */
.team-section {
  padding-top: 50px;
}
.team-header p {
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  text-align: center;
  color: #404040;
}
.team-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  margin-top: 50px;
}
.team-box {
  border-radius: 25px;
  background-color: #f5feff;
}
.team-box img {
  border-radius: 25px 25px 0 0;
}
.team-info {
  text-align: center;
  padding: 20px 0 44px;
}
.designatn {
  font-weight: 500;
  font-size: 17px;
  line-height: 32px;
  color: #ffa123;
  margin: 0;
}
.member-name {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #000;
  margin: 0;
}
.team-box.more-employe {
  width: 231px;
  height: 231px;
  margin: auto;
  padding: 0 10px;
  background: linear-gradient(180deg, #ffa123 0%, #0289a3 100%);
  border-radius: 50%;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.team-box.more-employe h3 {
  font-weight: 700;
  font-size: 26px;
  line-height: 26.97px;
  margin-bottom: 10px;
}

.team-box.more-employe p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 21.5px;
  /* word-break: break-all; */
}
/* Delete End */
/*  */
.member-section {
  padding: 68px 0 140px;
  background-color: #007a92;
  position: relative;
}
.build-content.member-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 52px 42px;
}
.employe-box.employe_v2 .employee-img {
  width: 100%;
  border-radius: 20px;
  height: auto;
}
.employe-box.employe_v2 .employe-playbtn {
  right: 22px;
}
.member-overlay {
  width: 100%;
  height: 515px;
  background: linear-gradient(
    180deg,
    rgba(0, 122, 146, 0) 10.68%,
    #007a92 75.72%
  );
  position: absolute;
  bottom: 0;
  padding: 70px 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.butn-cls.membr-expand-butn {
  background-color: transparent;
  border: 1px solid #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;

  padding: 18px 60px;
  display: flex;
  justify-content: center;
  gap: 16px;
  width: 312px;
}
.butn-cls.membr-expand-butn:hover {
  background: #ffa123;
  border-color: #ffa123;
  color: #fff;
}
.employe-box.employe_v2:hover {
  transform: translate(0px, -5px);
}

.apart-section.about-apart {
  padding-top: 117px;
}
/* Success Section */
.sucess-section {
  padding: 60px 0 0;
}
.sucess-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: left;
  column-gap: 110px;
  align-items: center;
  margin-bottom: 65px;
}
.sucess-header h2 {
  margin-bottom: 0;
}
.sucess-header p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  color: #000;
  margin: 0;
}
.sucess-top-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 30px;
  position: relative;
  top: -80px;
}
.sucess-imgbox {
  position: relative;
}
/* .sucess-imgbox.box1 {
  top: 73px;
} */
.sucess-imgbox.box3 {
  top: 105px;
}
.sucess-imgbox img {
  border-radius: 40px;
  width: 100%;
}
.sucess-imgbox.box2::after {
  content: "";
  width: 115px;
  height: 115px;
  border-radius: 50%;
  position: absolute;
  background: #ffa12352;
  top: -60px;
  right: -50px;
  filter: blur(45px);
  transform: rotate(-20.77deg);
  z-index: -1;
}
.sucess-imgbox.box3::before {
  content: "";
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background-color: #0289a342;
  position: absolute;
  top: -70px;
  left: -25px;
  filter: blur(45px);
  transform: rotate(-5.6deg);
  z-index: -1;
}
.sucess-content {
  padding-block: 80px 108px;
  /* margin-top: 380px; */
  position: relative;
}
.sucess-content::after {
  content: "";
  width: 100%;
  height: 584px;
  background-color: #0289a3;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.sucess-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  margin-top: 97px;
}
.sucess-review-box {
  text-align: center;
  padding-inline: 35px 42px;
  border-left: 1px solid #fff;
}
.sucess-review-box:first-child {
  padding-left: 0;
  border-left: 0;
}

/* Accreditation */
.acredition-content {
  background-color: #f0fdff;
  padding: 22px;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 125px;
}

/* Culture */
.culture-section {
  padding: 50px 0 50px;
}
.culture-content {
  margin-top: 35px;
  background-color: #eaeaea;
  border-radius: 37px;
  padding: 55px 65px 65px;
  box-shadow: 0 1px 55px 0 #0000001c;
  display: grid;
  grid-template-columns: 0.75fr 1.5fr;
  gap: 40px;
}
.cultur-imgbox img {
  border-radius: 25px;
  height: 100%;
}
.cultur-infobox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 28px;
  row-gap: 32px;
}
.cultur-single-box {
  background-color: #fff;
  padding: 30px 35px 25px;
  border-radius: 25px;
  transition: 0.3s all ease;
}
.cultur-single-box h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  margin-block: 15px 3px;
  color: #003d49;
}
.cultur-single-box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #404040;
}
/* Web Development Sub Service Page Start */
.web-dev-hero-section {
  padding-block: 45px 55px;
}
.hero-title.webdev-title {
  font-weight: 700;
  font-size: 50px;
  line-height: 74px;
  text-align: center;
  margin-bottom: 24px;
  color: #002127;
}
.highlight-hero-txt.wedev {
  font-size: 65px;
  line-height: 74px;
}
.webdev-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 70px;
  margin-top: 57px;
}
.webdev-left {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 130px;
  position: relative;
}
.webdev-left::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #059cb9;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.webdev-left::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #059cb9;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.wedev-hero-imgbox {
  display: flex;
  align-items: center;
}
.webdev-right {
  width: 618px;
  height: 302px;
  border-radius: 30px;
  background: #0289a3;
  padding: 65px 78px;
  text-align: center;
}
.webdev-right p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 26px;
  line-height: 37px;
  text-align: center;
  margin-bottom: 26px;
  color: #fff;
}
/* Top Brand Section */
.top-brand-secion {
  padding-block: 100px 50px;
}
/* .top-brand-header {
  margin-bottom: 34px;
} */
.top-brand-header h2 {
  font-weight: 500;
  font-size: 40px;
  line-height: 52px;
  width: 946px;
  margin: 0 auto 13px;
}
.top-brand-header p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  color: #404040;
  margin-bottom: 0;
}
/* .client-logobox.brand-box {
  width: 248px;
  height: 96px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  box-shadow: 0px 1px 28px 0px #007a9214;
} */
.client-logobox {
  width: 248px;
  height: 96px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  box-shadow:0px 1px 28px 0px #007a9226;
}
.top-brand-secion .top-logo,
.top-brand-secion .botom-logo {
  gap: 24px 28px;
}
.top-brand-secion .logos:before,
.top-brand-secion .logos:after {
  width: 115px;
}
/* Service Section */
.service-header h2 {
  line-height:61px;
  padding: 0 5%;
/*  width: 85%;*/
  margin: 0 auto 25px;

}
.top-brand-secion .logos {
/*  padding-bottom: 10px;*/
padding-bottom:35px;

}
.web-service-section {
  padding-block: 60px 60px;
}

.service-header p {
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  text-align: center;
  width: 1000px;
  margin: auto;
  color: #404040;
}
.service-grid {
  /* display: grid; */
  /* grid-template-columns: 1fr 1fr 1fr; */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 60px;
  position: relative;
}
/* .service-grid::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #d7d7d7;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
} */
.web-service-box {
  padding: 38px 25px;
  /* border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7; */
  transition: 0.3s all ease;
  max-width: 445px;
  position: relative;
}
.web-service-box::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}
.web-service-box:nth-child(3)::after,
.web-service-box:nth-child(6)::after {
  border-right: 0;
}
.web-service-box:nth-child(4)::after,
.web-service-box:nth-child(5)::after,
.web-service-box:nth-child(6)::after {
  border-bottom: 0;
}

.web-service-box:nth-child(5)::after {border-right:1px solid #d7d7d7 !important;}





/* .web-service-box:nth-child(3) {
  border-right: 0;
}
.web-service-box:nth-child(4),
.web-service-box:nth-child(5),
.web-service-box:nth-child(6) {
  border-bottom: 0;
} */
.servc-icon-box {
  width: 71px;
  height: 71px;
  border-radius: 50%;
  background: #e9fafd;
  display: flex;
  align-items: center;
  justify-content: center;
}
.servc-title-wrap {
  display: flex;
  align-items: center;
  gap: 21px;
  margin-bottom: 22px;
}
.servc-title-wrap h3 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #000000;
  margin: 0;
  transition: 0.3s all ease;
}
.web-service-box p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #404040;
  margin-bottom: 0;
  transition: 0.3s all ease;
}
.web-service-box:hover {
  background: #ffa123;
  border-radius: 19px;
  box-shadow: 4px 6px 41px 0px #ffa12340;
}
.web-service-box:hover h3 {
  color: #fff;
}
.web-service-box:hover p {
  color: #fff;
}
/* Brand Stratergy */
.brand-strategy {
  padding-block: 60px 55px;
}
.brand-strategy-content {
  padding: 72px 65px;
  background-color: #f0fdff;
  border-radius: 40px;
  box-shadow: 0px 1px 55px 0px #0000001c;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 70px;
  align-items: center;
  position: relative;
  max-width: 1481px;
  margin-left: auto;
  margin-right: auto;
}
.brand-strategy-content::before {
  content: "";
  width: 153px;
  height: 153px;
  border-radius: 50%;
  background: #ffa12345;
  position: absolute;
  top: -5px;
  left: -50px;
  transform: rotate(-20.77deg);
  filter: blur(70px);
  z-index: -1;
}
.brand-strategy-content::after {
  content: "";
  width: 115px;
  height: 115px;
  border-radius: 50%;
  position: absolute;
  top: -43px;
  left: 0px;
  background-color: #0289a336;
  filter: blur(45px);
  z-index: -1;
}
.brand-leftbox img {
  border-radius: 20px;
  width: 100%;
}
.brand-rightbox h3 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  color: #002127;
  margin-bottom: 24px;
}
.brand-rightbox .btn.butn-cls.btn-gradient {
  padding-inline: 64px;
}
/* Technology Section */
.technology-section {
  padding-block: 60px 60px;
}
.tech-container.container-fluid {
  overflow: hidden;
  padding-inline: 0;
}
.tech-header {
  margin-bottom: 38px;
}
.tech-header p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #404040;
  width: 787px;
  margin: auto;
}
.tech-slider.slick-slider {
  /* margin-bottom: 16px; */
  position: relative;
}
.tech-slider.slick-slider::before {
  content: "";
  width: 140px;
  height: 75px;
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0.41) 0%,
    #ffffff 62.05%
  );
  position: absolute;
  z-index: 9;
}
.tech-box {
  padding: 12px 28px;
  border-radius: 10px;
  background: #fff;
  margin: 0 5.5px;
  border: 1px solid #f0f0f0;
  box-shadow: 0px 1px 22px 0px #0000000f;
  height: 55px;
  display: flex;
  align-items: center;
}
.technology-section .slick-initialized .slick-slide {
  width: auto !important;
}
.tech-box img {
  width: auto;
  max-width: 122px;
}
.tech-slider_v2.slick-initialized.slick-slider {
  width: 77%;
  margin: auto;
  padding-bottom: 100px;
  position: relative;
}
.tech-slider_v2.slick-initialized.slick-slider::after {
  content: "";
  width: 128px;
  height: 55px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.41) -6.25%,
    #ffffff 68.75%
  );
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
}
.tech-slider_v2 .slick-arrow {
  top: unset;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  transform: translate(0px, 0px);
  box-shadow: -2px 7px 20px 0px #00000026;
  width: 76px;
  height: 35px;
  padding: 13px 22px;
  background-color: #059cb9;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease-in-out;
}
.tech-slider_v2 .slick-arrow:hover,
.tech-slider_v2 .slick-arrow:focus {
  background-color: #059cb9;
}
.tech-slider_v2 .slick-prev.slick-arrow {
  left: -85px;
}
.tech-slider_v2 .slick-next.slick-arrow {
  right: -85px;
}
.tech-slider_v2 .slick-arrow::before {
  content: "";
  opacity: 1;
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 14px;
}
.tech-slider_v2 .slick-prev::before {
  background-image: url("../images/left.svg");
}
.tech-slider_v2 .slick-next::before {
  background-image: url("../images/right.svg");
}
.tech-slider_v2 .slick-prev.slick-disabled,
.tech-slider_v2 .slick-next.slick-disabled {
  background-color: #ffa123;
  padding: 13px 22px;
  width: 60px;
  height: 35px;
}
.tech-slider_v2 .slick-prev.slick-disabled::before,
.tech-slider_v2 .slick-next.slick-disabled::before {
  opacity: 1;
  width: 16px;
  height: 8px;
}
.tech-slider.slick-slider .slick-list,
.tech-slider_v2 .slick-list {
  padding-block: 7px;
}
/* Work Process*/
.work-proces-section {
  padding-block: 60px;
  overflow: hidden;
}
.work-proces-header {
  text-align: left;
  width: 830px;
}
.work-proces-content {
  background: #f4fbfc;
  padding: 80px 60px 75px;
  border-radius: 40px;
  margin-bottom: 53px;
  /* overflow: hidden; */
  position: relative;
  max-width: 1481px;
  margin-left: auto;
  margin-right: auto;
}
.work-proces-content::before {
  content: "";
  width: 116px;
  height: 116px;
  border-radius: 50%;
  background-color: #0289a336;
  position: absolute;
  top: -69px;
  right: 9px;
  filter: blur(45px);
  z-index: -1;
}
.work-proces-content::after {
  content: "";
  width: 155px;
  height: 155px;
  border-radius: 50%;
  background-color: #ffa12345;
  position: absolute;
  right: -25px;
  top: -32px;
  transform: rotate(-20.77deg);
  filter: blur(50px);
  z-index: -1;
}
.proces-block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  /* column-gap: 106px; */
  /*height: 685px;*/
  height: auto;
}
.procs-box {
  position: relative;
  text-align: center;
  max-height: fit-content;
  height: -moz-available;
}
.procs-box.box1 {
  margin-top: 385px;
}
.procs-box.box2 {
  margin-top: 293px;
}
.procs-box.box3 {
  margin-top: 192px;
}
.procs-box.box4 {
  margin-top: 90px;
}
.procs-box.box1 .proces-box-info {
    max-width: 192px;
}
.procs-box.box2 .proces-box-info {
    max-width: 231px;
}
.procs-box.box3 .proces-box-info {
    max-width: 224px;
}
.procs-box.box4 .proces-box-info {
    max-width: 190px;
}
.procs-box.box5 .proces-box-info {
    max-width: 162px;
}
.procs-box img {
  width: 100%;
  margin-left: 30%;
}
.proces-box-info {
  margin-bottom: 23px;
  max-height: 115px;
  position: relative;
  top: -20px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.proces-box-info h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 21.47px;
  line-height: 29px;
  color: #003d49;
  margin-bottom: 7px;
  width: 75%;
  margin: auto;
}
.procs-box.box2 .proces-box-info h3 {
  width: 65%;
}
.proces-box-info p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 25.38px;
  color: #404040;
  margin: 0;
}
.proces-gap {
  width: 57.85px;
  height: 3px;
  transform: rotate(-16.12deg);
  position: absolute;
  background: #ffa123;
  right: -30px;
  bottom: 120px;
  margin: auto;
  z-index: 99;
}
.proces-gap::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #ffa123;
  left: 0;
}
.proces-gap::after {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #ffa123;
}
.case-study-section.web-cs-section::before {
  filter: blur(60px);
}
.case-study-section.web-cs-section::after {
  filter: blur(90px);
}
/* Hiring Paln Section */
.hiring-plan-section {
  padding-block: 60px;
}
.hiring-content {
  background-color: #f5f5f5;
  border-radius: 40px;
  padding: 68px 0 78px;
  position: relative;
  text-align: center;
  max-width: 1481px;
  margin-left: auto;
  margin-right: auto;
}
.hiring-content::before {
  content: "";
  width: 155px;
  height: 155px;
  border-radius: 50%;
  position: absolute;
  left: -60px;
  top: 0;
  background-color: #ffa12345;
  transform: rotate(-50.77deg);
  filter: blur(60px);
  z-index: -1;
}
.hiring-content::after {
  content: "";
  width: 116px;
  height: 116px;
  border-radius: 50%;
  position: absolute;
  left: -23px;
  top: -10px;
  background-color: #0289a336;
  transform: rotate(-30.77deg);
  filter: blur(40px);
  z-index: -1;
}
.hiring-header {
  margin-bottom: 62px;
}
.hiring-header h2 {
  width: 80%;
  margin: auto;
  margin-bottom: 18px;
}
.hiring-curency-form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
}
.hiring-curency-form label {
  margin-bottom: 0;
  font-family: Poppins;
  font-weight: 500;
  font-size: 28px;
  line-height: 100%;
  color: #000;
}
.currency-select-wrap {
  position: relative;
}
.hiring-curency-form .custom-select {
  width: 163px;
  border: 1px solid #ffa123;
  border-radius: 27px;
  font-family: Poppins;
  font-weight: 600;
  font-size: 25px;
  line-height: 100%;
  text-align: center;
  height: 54px;
  background-image: url("../images/polygon.svg");
  background-color: #fff9ee;
  background-size: 12px;
  background-position: 78%;
}
.hiring-curency-form .custom-select:focus {
  box-shadow: none;
  border: 1px solid #ffa123;
}
.hiring-card-wraper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 48px;
  width: 80%;
  margin: auto;
  margin-bottom: 71px;
  max-width: 1192px;
}
.hiring-card {
  background-color: #fff;
  box-shadow: 0px 4px 41px 0px #0000000f;
  border-radius: 32px;
  text-align: center;
  padding-block: 36px 48px;
  max-width: 572px;
  text-align: center;
}
.hiring-icon-wrap {
  width: 90px;
  height: 90px;
  margin: 0 auto 32px;
  border-radius: 50%;
  background-color: #e9fafd;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plan-strat-text {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  color: #000;
}
.plan-price {
  font-weight: 800;
  font-size: 62px;
  line-height: 120%;
  color: #ffa123;
  margin-bottom: 7px;
}
.botom-info {
  border-top: 1px solid #dbdbdb;
  padding-top: 20px;
}
.botom-info h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 120%;
  color: #000;
  margin-bottom: 13px;
}
.botom-info p {
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  color: #404040;
  max-width: 384px;
  margin: 0 auto;
}
.hiring-note-text {
  margin-block: 29px 0;
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #000;
}
/* Inspire Section */
.inspire-section {
  padding-bottom: 60px;
}
.inspire-content {
  padding: 44px 64px;
  height: 481px;
  border-radius: 40px;
  background-color: #fffaf2;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  align-items: center;
  gap: 100px;
  max-width: 1482px;
    margin-left: auto;
    margin-right: auto;
}
.inspire-leftbox h2 {
  font-weight: 700;
  font-size: 50px;
  line-height: 57px;
  color: #000;
  margin-bottom: 19px;
}
.inspire-leftbox p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #404040;
  margin-bottom: 33px;
}
.inspire-rightbox img {
  border-radius: 40px 65px;
  width: 100%;
}
/* Why Section */
.why-section {
  padding-block: 60px 120px;
}
.why-content {
  display: grid;
  grid-template-columns: 677px 1fr;
  column-gap: 110px;
  align-items: center;
}
.why-imgbox img {
  border-radius: 26px;
  width: 100%;
}
.why-botom-img-wrapper {
  margin-top: 21px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.why-rightbox h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 50px;
  line-height: 70px;
  color: #002127;
  margin-bottom: 38px;
}
.why-info-list {
  display: flex;
  flex-direction: column;
  row-gap: 26px;
}
.why-info-item {
  display: flex;
  column-gap: 38px;
  padding-bottom: 28px;
  border-bottom: 1px solid #c6c6c6;
}
.why-info-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.why-info-text-wrap h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
  text-transform: uppercase;
  color: #003d49;
  margin-bottom: 5px;
}
.why-info-text-wrap p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  color: #404040;
  margin-bottom: 0;
  width: 90%;
}
.floating-butn-wrap {
  position: fixed;
  top: 35%;
  right: 0;
  z-index: 99;
}
.floating-butn-wrap .butn-cls {
  height: 292px;
  width: 62px;
  writing-mode: vertical-lr;
  text-orientation: mixed;
  padding: unset;
}
/* Web Development Sub Service Page End */

/* PPC Page CSS Start */
.ppc-hero-section {
  padding-block: 78px 80px;
}
.ppc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 100px;
}
.ppc-hero-leftbox {
  margin-top: 65px;
}
.ppc-hero-leftbox .hero-title {
  font-weight: 700;
  font-size: 50px;
  line-height: 65px;
  text-align: left;
  margin-bottom: 27px;
  color: #002127;
}
.highlight-hero-txt.ppc {
  font-weight: 900;
  font-size: 65px;
  line-height: 72px;
  display: block;
  text-align: left;
}
.ppc-hero-subtext {
  font-family: Poppins;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  color: #404040;
  margin-bottom: 1px;
}
.webdev-left.ppc {
  margin-top: 93px;
}
.ppc-hero-rightbox {
  height: 772px;
  padding: 60px 45px;
  border-radius: 30px;
  box-shadow: 0px 1px 40px 0px #0000001a;
}
.ppc-item {
  border-radius: 15px;
  box-shadow: 0px 1px 35px 0px #0000000d;
  background-color: #fff;
}
/* PPC service Section */
.ppc-service-section {
  padding-block: 40px 105px;
}
.ppc-service-grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 30px;
  /* padding: 30px; */
}
.ppc-item {
  padding: 35px 28px 30px;
  box-shadow: 0px 1px 35px 0px #0000000d;
  background-color: #fff;
  height: 255px;
  border-radius: 15px;
}
.ppc-item p {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  /* letter-spacing: 0%; */
  color: #003d49;
  margin-block: 60px 0;
}
.web-service-section.ppc-campaign {
  padding-bottom: 60px;
}
/* PPC Brand Section */
.brand-section.ppc-brand-section {
  padding: 75px 75px 55px;
  background-color: #f0fdff;
}
.ppc-cta-section{
  overflow: hidden;
  padding-block: 60px 110px;
}
.ppc-cta-content {
  width: 100%;
  padding: 55px 0;
  height: 456px;
  border-radius: 35px;
  box-shadow: 0px 8px 48px 0px #0289a333;
  background-image: url("../images/cta-bg-pattern.png");
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
  margin-bottom: 48px;
  position: relative;
}
.ppc-cta-content::before {
  content: "";
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #0289a336;
  position: absolute;
  top: -5px;
  right: -25px;
  z-index: -1;
  filter: blur(40px);
}
.ppc-cta-content::after {
  content: "";
  width: 119px;
  height: 119px;
  border-radius: 50%;
  background-color: #ffa12345;
  position: absolute;
  top: -1px;
  right: -58px;
  transform: rotate(-20.77deg);
  z-index: -1;
  filter: blur(55px);
}
.ppc-cta-title {
  font-weight: 900;
  font-size: 65px;
  line-height: 130%;
  color: #fff;
  margin: 20px auto 8px;
  width: 1019px;
  text-transform: uppercase;
}
.ppc-cta-para {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.ppc-cta-content .btn.butn-cls {
  padding-inline:
65px;
}
.ppc-cta-botom-text {
  font-family: Poppins;
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  text-align: center;
  color: #404040;
  margin: 0;
}
.testimonial-section.ppc-testimonial {
  padding-top: 0;
}
/* Traffic Explore Section */
.traffic-explor-section {
  padding-bottom: 60px;
}
.traffic-contnt {
  padding-block: 71px 0px;
  background-color: #f3f3f3;
  border-radius: 40px;
  position: relative;
  background-image: url("../images/explore-pattern.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
  box-shadow: 0px 1px 55px 0px #0000001c;
}
.traffic-contnt::before {
  content: "";
  width: 148px;
  height: 148px;
  border-radius: 50%;
  background-color: #0289a336;
  position: absolute;
  left: -41px;
  bottom: 43px;
  filter: blur(55px);
  z-index: -1;
}
.traffic-contnt::after {
  content: "";
  width: 162px;
  height: 162px;
  border-radius: 50%;
  background-color: #ffa12345;
  position: absolute;
  left: -57px;
  bottom: -61px;
  transform: rotate(-20.77deg);
  filter: blur(55px);
  z-index: -1;
}
.explore-header h2 {
  width: 753px;
  margin: 0 auto 26px;
}
.explore-header p {
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  width: 812px;
  margin: auto;
  color: #404040;
}
.traffic-img-wrapper {
  margin-top: 45px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  position: relative;
  z-index:2;
}

.traffic-img-wrapper:after {content:"";position:absolute;bottom:0;right:0;background-image: url("../images/layer-2.png");z-index:-1;width: 500px;height: 500px;background-size: 100%;opacity: 0.5;}



/**14-05-25 start**/
/* .navbar.skyram-navbar .navbar-nav .nav-item a {
    color: #252525;
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    transition: 0.3s all ease-in-out;
}
.nav-item.dropdown .icon-angle-down {
    width: 16px;
    height: 20px;
}
.nav-item.dropdown a {
    display: flex;
    align-items: center;
}
.nav-item.dropdown .sub-menu {
    padding-left: 10px;
}
.nav-item.dropdown a{
    display: flex;
    align-items: center;
    gap: 5px;
}
.nav-item.dropdown .sub-menu {
    padding-left: 0;
    list-style: none;
}
.nav-item.dropdown .sub-menu {
    list-style: none;
    position: absolute;
    padding: 8px 20px;
    border: 1px solid #00000026;
    margin-top: 10px;
    min-width: max-content;
}
.nav-item.dropdown {
    position: relative;
}
.nav-item.dropdown a {
    display: flex;
    align-items: center;
    gap: 5px;
}
.nav-item.dropdown a .icon-angle-down {
    width: 15px;
    height: 20px;
} */
/**14-05-25 end**/


@media screen and (max-width: 1370px) {


/*.web-service-section.ppc-campaign .service-grid .web-service-box:nth-child(4)::after {border-right:none;border-bottom: 1px solid #d7d7d7;}*/

.service-grid.ppc-campaign-grid .web-service-box:last-child::after {border-right:0;}

  /* insert styles here */
  .skyram-navbar .collapse.navbar-collapse {
    margin-left: 50px;
  }
  .build-content {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
  /* .employe-box img {
    height: auto;
    width: 100%;
  } */
  .sucess-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 30px;
  }
  /*.sucess-review-box:last-child {
    border-left: 0;
  }*/
  /* About */
  .finance-right-col {
    display: grid;
    grid-template-columns: 1fr 1.35fr;
  }
  .finance-top {
    grid-template-columns: 1fr 1.3fr;
  }
  .finacial-box-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .finance-right-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .finacial-box {
    width: auto;
  }
  /* PPC */
  .ppc-cta-content::before {
    right: 0;
  }

  .ppc-cta-content::after {
    right: 0;
  }
  .why-content {
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
  }
  /*.web-service-box:nth-child(2)::after {
    border-right: 0;
  }*/
  .web-service-box:nth-child(3)::after {
/*    border-right: 1px solid #d7d7d7;*/
    border-right: 0;
  }
  /*.web-service-box:nth-child(4)::after {
    border-right: 0;
    border-bottom: 1px solid #d7d7d7;
  }*/
  .brand-rightbox h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .brand-strategy-content {
    padding: 50px 40px;
    /* grid-template-columns: 1fr; */
    column-gap: 40px;
  }
  .proces-box-info h3 {
    width: 100%;
  }
  .work-proces-content {
    padding: 60px 40px;
  }
  .proces-box-info {
    top: -30px;
    width: 100%;
    left: -35px;
  }
  .proces-gap {
  /*right: 14px;*/
    right: -46px;
    bottom: 100px;
    transform: rotate(-23.12deg);
  }
  .tech-slider_v2.slick-initialized.slick-slider {
    width: 100%;
  }
  .tech-slider.slick-slider .slick-track {
    display: flex;
  }
}
@media only screen and (min-width: 1480px) {
  .container {
    max-width: 1420px !important;
    margin: auto;
  }
  .container.large-container {
    max-width: 1480px !important;
  }
  .container.container-paddng {
    padding: 0 60px;
    max-width: 100% !important;
  }
  .full-conatiner {
    max-width: 100% !important;
    padding: 0;
  }
  .inspire-content {
    height: auto;
    /*padding: 40px;*/
    column-gap: 40px;
  }
  .service-grid.ppc-campaign-grid .web-service-box:nth-child(4)::after{
    border-bottom: 0;
    border-right: 1px solid #d7d7d7;
  }
  .service-grid.ppc-campaign-grid .web-service-box:last-child::after {
    border-right: 0;
  }
}
/* Small Desktop */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1280px) {
  .sec-header h2 {
    font-size: 40px;
    line-height: 135%;
  }
  .skyram-navbar .collapse.navbar-collapse {
    /* flex-wrap: wrap; */
    margin-left: 20px;
  }
  .skyram-navbar.navbar-expand-lg .navbar-nav {
    column-gap: 10px;
  }
  .nav-brand img {
    width: 100px;
  }
  .nav-right {
    column-gap: 10px;
  }
  .nav-contct-wrap {
    column-gap: 5px;
  }
  .nav-contct-wrap a {
    font-size: 0;
  }
  .top-compny-contnt {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
  .compny-box {
    margin: auto;
  }
  /*  */
  .sevc-content {
    grid-template-columns: 1fr 1fr;
  }
  .sevc-content::after {
    content: "";
    width: 0.5px;
    height: 100%;
    background-color: #d7d7d7;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
  .service-box {
    border-right: 0;
  }
  .service-box:last-child {
    border-bottom: 0;
  }
  /*  */
  .apart-content {
    padding: 40px 20px 50px;
  }
  .apart-grid {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
  /*  */
  .test-leftbox {
    justify-content: center;
  }
  .test-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  /* -- */
  .build-content {
    grid-template-columns: 1fr 1fr;
  }
  .employee-img {
    height: auto;
    width: 100%;
  }
  /*  */
  .git-grid {
    column-gap: 40px;
  }
  .git-busins-img {
    width: 100%;
  }
  /*  */
  .foter-content {
    grid-template-columns: auto auto;
  }
  .foter-midle-col.col2 {
    flex-wrap: wrap;
  }
  /*  */
  .webdev-hero-grid {
    grid-template-columns: 1fr;
    row-gap: 50px;
  }
  .webdev-right {
    width: 100%;
  }
  .busins-form {
    padding: 40px 31px 41px;
  }
  .hiring-card-wraper {
    column-gap: 20px;
    width: 95%;
  }
  .cs-content {
    padding: 60px 40px;
  }
  .cs-tabpane-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .cs-item-box {
    min-height: auto;
  }
  .cs-infobox a {
    position: relative;
  }
  .topcompny-logo-grid{
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  body .container {
    padding-left: 12px;
    padding-right: 12px;
  }
  .btn.butn-cls {
    font-size: 16px;
    line-height: 24px;
    padding: 12px 40px;
  }
  .sec-header h2,
  .git-header h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .sec-header p,
  .git-header p {
    font-size: 18px;
    line-height: 24px;
  }
  /*  */
  .skyram-header {
    box-shadow: 0 0 10px -3px #00000050;
    padding-block: 15px;
  }
  .skyram-header:has(.skyram-navbar .navbar-toggler[aria-expanded="true"]) {
    box-shadow: 0 0 15px 0 #00000020;
  }
  /* .navbar.skyram-navbar {
    padding: 15px 0;
  } */
  .skyram-navbar .navbar-toggler {
    padding: 8px;
    font-size: 0;
    border: none;
  }
  .skyram-navbar .navbar-toggler:focus {
    outline: 0;
  }
  .skyram-navbar .navbar-toggler-icon {
    position: relative;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 6px;
    justify-content: center;
  }
  .toggle-line {
    width: 30px;
    height: 3px;
    background-color: #aaa;
    display: inline-block;
    transition: 0.3s all ease;
  }
  .toggle-line.line2 {
    width: 22px;
  }
  .skyram-navbar .navbar-toggler[aria-expanded="true"] .toggle-line {
    transform: rotate(45deg);
  }
  .skyram-navbar .navbar-toggler[aria-expanded="true"] .toggle-line.line2 {
    opacity: 0;
    display: none;
  }
  .skyram-navbar .navbar-toggler[aria-expanded="true"] .toggle-line.line3 {
    transform: rotate(-45deg);
    position: absolute;
  }

  .navbar-toggler-icon {
    position: relative;
    width: 30px;
    height: 30px;
  }

  .skyram-navbar.navbar-expand-lg .navbar-nav {
    gap: 10px;
    margin-block: 20px 10px;
  }
  .skyram-navbar .collapse.navbar-collapse {
    margin-left: 0;
  }
  .nav-right {
    flex-direction: column;
    align-items: baseline;
    gap: 10px;
  }
  .nav-contct-wrap {
    flex-direction: column;
    gap: 10px;
  }
  .navbar-toggler-icon img {
    width: 30px;
  }
  /*  */
  .hero-section {
    padding-block: 50px 30px;
  }
  .hero-contnt {
    width: 100%;
  }
  .hero-title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px;
  }
  .hero-top-txt {
    font-size: 50px;
    line-height: 60px;
  }
  .highlight-hero-txt {
    font-size: 70px;
    line-height: 90px;
  }
  /*  */
  .brand-section {
    padding-block: 30px 30px;
  }
  .sec-header.brand-header {
    width: auto;
  }
  .logos {
    padding-bottom: 0;
  }
  .top-compny-section {
    padding-block: 30px;
  }
  .top-compny-para {
    width: 100%;
  }
  .top-compny-contnt {
    max-width: 100%;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 25px;
  }
  .compny-box {
    margin: auto;
  }
  .logos:before,
  .logos:after {
    width: 110px;
  }
  .brand-header h2 {
    font-size: 30px;
    line-height: 40px;
  }
  /*  */
  .service-section {
    padding-block: 30px 30px;
  }
  .servc-header h2 {
    font-size: 40px;
    line-height: 55px;
  }
  .servc-header p {
    width: 90%;
    margin: auto;
  }
  .sevc-content {
    grid-template-columns: 1fr 1fr;
    margin: 30px 0 40px;
  }
  .service-box {
    padding: 20px 25px;
    column-gap: 15px;
  }
  .service-box p {
    text-align: left;
    font-size: 18px;
    line-height: 26px;
  }
  /*  */
  .apart-section {
    padding-block: 30px;
  }
  .apart-content {
    padding: 40px 12px;
  }
  .apart-header {
    margin-bottom: 25px;
  }
  .apart-header h2 {
    font-size: 40px;
    line-height: 55px;
  }
  .apart-grid {
    flex-wrap: wrap;
    gap: 25px;
  }
  /*  */
  .testimonial-section {
    padding: 30px 0 60px;
  }
  .test-header h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .test-header p {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 35px;
  }
  .test-content {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 40px;
  }
  .phone-img {
    width: 70%;
  }
  .play-butn {
    width: 50px;
  }
  /*  */
  .case-study-section {
    margin-bottom: 60px;
  }
  .cs-content {
    padding: 60px 20px 30px;
  }
  .cs-header {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .cs-header h2 {
    font-size: 40px;
    line-height: 55px;
  }
  .cs-tab-content {
    margin-top: 40px;
  }
  .cs-tabpane-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  /*  */
  .build-section {
    padding: 60px 0;
  }
  .build-header h2 {
    font-size: 40px;
    line-height: 55px;
  }
  .build-content {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
    gap: 25px;
  }
  /*  */
  .faq-section {
    padding: 60px 0;
  }
  .faq-bg {
    padding-bottom: 60px;
  }
  .faq-header {
    margin-bottom: 40px;
  }
  .faq-header h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .accordian-wrapper {
    width: 100%;
    gap: 15px;
  }
  .accordian-box {
    padding-bottom: 15px;
  }
  .accordian-icon {
    width: 40px;
    min-width: 40px;
    height: 35px;
  }
  .accordian-detail {
    padding-left: 70px;
  }
  /*  */
  .get-touch-section {
    padding: 60px 0;
  }
  .git-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .git-info {
    margin: 30px 0 35px;
  }
  .git-busins-img {
    width: 100%;
  }
  .busins-form {
    padding: 40px 20px;
  }
  /*  */
  .footer-cls {
    padding-block: 50px;
  }
  .foter-content {
    grid-template-columns: auto auto;
    column-gap: 30px;
    row-gap: 30px;
  }
  .foter-col-inner.grid {
    grid-template-columns: 1fr;
  }
  .foter-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .foter-middle-content {
    flex-wrap: wrap;
    gap: 20px;
  }
  .foter-midle-col.col2 {
    flex-wrap: wrap;
  }
  .foter-social-list a {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .nav-brand img {
    width: 90px;
  }
  .hero-title {
    font-size: 30px;
    line-height: 38px;
  }
  .hero-top-txt {
    font-size: 45px;
    line-height: 50px;
    display: block;
  }
  .highlight-hero-txt {
    font-size: 50px;
    line-height: 60px;
  }
  .sec-header h2,
  .git-header h2 {
    font-size: 32px;
    line-height: 40px;
  }
  /*  */
  .top-compny-contnt {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  .compny-box {
    width: 200px;
    height: 200px;
  }
  /*  */
  .sevc-content {
    grid-template-columns: 1fr;
  }

  /*  */
  .testimonial-section {
    padding: 25px 0 50px;
  }
  .test-leftbox {
    flex-wrap: wrap;
  }
  .review-site-list {
    flex-wrap: wrap;
    gap: 20px;
  }
  .review-site-list img {
    width: 50%;
  }
  /*  */
  .faq-section {
    padding: 50px 0;
  }
  .accordin-text {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 6px;
  }
  .accordian-detail {
    font-size: 16px;
    line-height: 26px;
  }
  /*  */
  .build-section {
    padding: 50px 0;
  }
  .logos:before,
  .logos:after {
    width: 50px;
  }
  /*  */
  .case-study-section {
    margin-bottom: 50px;
  }
  .cs-content {
    padding: 40px 12px 30px;
  }
  .cs-tabs .nav-link {
    padding: 10px 20px;
    font-size: 16px;
  }
  .cs-tabpane-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .cs-infobox h3 {
    font-size: 20px;
    line-height: 26px;
  }
  /*  */
  .build-header img {
    width: 100%;
  }
  .build-content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  /*  */
  .footer-cls {
    padding-block: 40px;
  }
  .foter-content {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  .foter-botom-content {
    flex-wrap: wrap;
    gap: 10px;
  }
  .foter-social {
    flex-wrap: wrap;
    gap: 8px;
  }
  /*  */
  .modal-content-wrap {
    width: 90%;
  }
}



/*blog page - 22.04.25*/
p{font-weight: 400;font-size: 18px;line-height: 30px;color: #404040;}
.padding-180{padding-top:180px;}
.p-top-120 {padding-top:120px;}
.p-bottom-120{padding-bottom:120px;}
.p-bottom-45{padding-bottom:45px;}
.p-right-30{padding-right:30px;}
.p-bottom-30{padding-right:30px;}
.p-top-30{padding-top:30px;}


.bg-yellow{background:#fefee4;}
.bg-blue{background:#f6efff;}
.bg-akashi{background:#e2f7fa;}
.bg-oringe{background:#fff1f1;}







.gap-30px{height:30px;}
.gap-90px{height:90px;}

.blog-hero-section{padding-bottom:120px;}
.blog-hero-section .top-block{padding-bottom:120px;position:relative;z-index:1;}
.blog-hero-section .top-block:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;background:url(../images/blog-banner-texture.jpg) no-repeat top center;z-index: -1;opacity: 0.4;}

.hero-title-common{color: #002127;font-weight: 700;font-size: 50px;line-height: 65px;}
.hero-title-common strong{font-weight:900;font-size:65px;line-height:78px;display:block;color:#FFA123;}

.blog-top-wrap{display:flex;gap:40px;padding-bottom:50px;}
.blog-top-wrap .left-box{width:60%;}
.blog-top-wrap .right-box{width:40%;}

.blog-sm-box{padding:24px;border-radius:12px;background:#fff;box-shadow:0 0px 9px 5px rgba(102, 102, 102, 0.05);height: 100%;}
.blog-sm-box .img-box{border-radius:12px;}
.blog-sm-box .img-box img{width:100%;}

.blog-sm-box .desc{padding-top:30px;}
.blog-sm-box .desc ul{list-style:none;display:flex;gap:16px;padding:0;}
.blog-sm-box .desc ul li{display:flex;gap:6px;font-size:14px;line-height:22px;color:#797979;}
.blog-sm-box .desc h2{font-weight: 600;font-size: 25px;line-height: 33px;}
.blog-sm-box .desc h2 a{text-decoration:none;color:#000;}

.blog-sm-box .desc p{font-weight: 400;font-size: 18px;line-height: 28px;color: #404040;margin-bottom:0;padding-bottom:30px;}
.blog-sm-box .desc .anc a{font-weight:700;font-size:16px;line-height:28px;color:#0289A3;text-decoration-line:underline;padding-right:26px;background:url(../images/clock-2.svg) no-repeat 95% 8px;transition:all 500ms ease-in-out;}
.blog-sm-box .desc .anc a:hover{color:#FFA123;background-position-x: 99%;}
.blog-sm-box .desc .anc a.round{width:54px;height: 54px;background:#FFA123;border-radius:100px;display: flex;justify-content: center;align-items: center;padding:0;}
.blog-sm-box .desc .anc a.round:hover{background:#0289A3;}

.blog-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap: 50px 25px;}
.blog-grid .desc .name{min-height:152px;}
.blog-grid .desc .short-content{min-height:112px;}
.blog-grid .desc .short-content p{padding-bottom:0;}
.blog-grid .desc .anc a.round{width:44px;height:44px;}
.blog-grid .desc ul li{font-size: 13px;}


.blog-hero-section .pagination{padding-top:60px;display:flex;justify-content:center;align-items: center;}
.blog-hero-section .pagination h6{margin-bottom:0;font-weight: 700;font-size: 20px;line-height: 27px;color: #0289A3;cursor:pointer;}
.blog-hero-section .pagination h6:hover{color:#FFA123;}
.blog-hero-section .pagination ul{padding:0 26px;list-style:none;display:flex;gap:20px;margin-bottom:0;justify-content:center;align-items: center;}
.blog-hero-section .pagination ul li a{font-size:20px;line-height:26px;font-weight:700;color:#FFA123;transition:all 500ms ease-in-out;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.blog-hero-section .pagination ul li a:hover{color:#0289A3;text-decoration:none;}
.blog-hero-section .pagination ul li.pg-active{width:57px;height:57px;border-radius:100px;background:#FFF1DF;display: flex;justify-content: center;align-items: center;}

.what-we-do .main-wrap{padding:60px;background:#F4FBFC;border-radius:40px;box-shadow: 0 0px 17px 7px rgba(2, 137, 163, 0.11);}
.what-we-do .main-wrap .do-list{display: grid;grid-template-columns: 1fr 1fr 1fr 1fr 1fr;padding-top: 70px;}
.what-we-do .main-wrap .do-list .box{display: flex;padding:15px 10px 15px 0;border-bottom:1px solid #BFBFBF;border-right:1px solid #BFBFBF;justify-content: center;align-items: center;}
.what-we-do .main-wrap .do-list .box h3{font-weight: 500;font-size: 22px;line-height: 28px;color: #000000;}
.what-we-do .main-wrap .do-list .box h3 a{color: #000000;}
.what-we-do .main-wrap .do-list .box h3 a:hover{text-decoration:none;}
.what-we-do .main-wrap .do-list .box .icon{margin-right:22px;}
.what-we-do .main-wrap .do-list .box:nth-last-child(-n+5) {border-bottom:none;}
.what-we-do .main-wrap .do-list .box:nth-child(5n){border-right:none;}



/*blog details*/

.blog-hero-section.blog-details .top-block{padding-bottom:60px;}
.blog-hero-section .blog-details-img{border-radius:20px;overflow:hidden;box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.04);}
.blog-hero-section .blog-details-img img{width:100%;}
.blog-details-info .admin-info{padding:45px 0 8px;border-bottom:1px solid #A5A5A5;margin-bottom: 30px;}
.blog-details-info .admin-info ul{list-style:none;display:flex;padding: 0;}
.blog-details-info .admin-info ul li{padding-right:27px;display:flex;font-size:18px;line-height:22px;}
.blog-details-info .admin-info ul li:last-child{padding:0;}
.blog-details-info .admin-info ul li .icon{padding-right:7px;}    
.blog-details-info .blog-content .read-time h2{font-family: 'Poppins';font-weight:700;font-size:30px;line-height:22px;color: #002127;padding-bottom:18px;}
.blog-details-info .blog-content h2{font-family: 'Poppins';font-weight:700;font-size:45px;line-height:67px;color: #002127;padding-bottom:22px;margin:0;padding-top: 20px;}
.blog-details-info .blog-content h3{font-family: 'Poppins';font-weight:700;font-size:35px;line-height:52px;color: #002127;padding-bottom:22px;margin:0;padding-top: 20px;}
.blog-details-info .blog-content p{font-size:18px;line-height:30px;color:#404040;}
.blog-details-info .blog-content a{font-weight:600px;text-decoration:underline;font-weight: 600;margin-right: 5px;color: #404040;}
.blog-details-info .blog-content a:hover{color:#ffa123;}
.blog-details-info .blog-content h4 b{font-weight: 700;font-size: 24px;color: #0289A3;}


/*contact*/
.contact-hero-section .top-block .short-info{width:780px;margin:0 auto;}
.contact-hero-section .top-block p{font-size:22px;line-height:31px;color:#404040;}
.contact-hero-section .contact-details-info .big-img{width:1250px;margin:0 auto;border-radius:30px;}
.contact-hero-section .contact-details-info .big-img img{width:100%;}
.get-touch-section .sec-header p{font-weight: 400;font-size: 22px;line-height: 33px;color: #404040;}


.contact-get .git-grid{align-items: start;}
.contact-get .git-leftbox .top{display: flex;gap:38px;margin-bottom:20px;}
.contact-get .git-leftbox .top .info h3{font-weight: 600;font-size: 28px;line-height: 42px;color: #002127;margin-bottom: 0;}
.contact-get .git-leftbox .top .info p{font-weight: 400;font-size: 16px;line-height: 24px;color: #404040;}
.contact-get .git-leftbox .top .info a{font-weight: 400;font-size: 20px;line-height: 30px;color: #404040;}
.contact-get .git-leftbox .top .info a:hover{color:#ffa123;text-decoration:none;}

.contact-get .git-leftbox .bottom{padding-left: 70px;padding-top: 30px;}
.contact-get .git-leftbox .bottom h4{font-weight: 600;font-size: 22px;line-height: 27px;padding-left: 36px;color:#002127;}
.contact-get .git-leftbox .bottom a{font-weight: 400;font-size: 20px;line-height: 30px;color: #404040;}
.contact-get .git-leftbox .bottom a:hover{color:#ffa123;text-decoration:none;}


.map-block iframe{height: 550px;width: 100%;border-radius:60px;border:navajowhite;filter: grayscale(20);}



/* sub service seo */

.seo-service-hero .ppc-hero-leftbox {margin-top: 0;}
.our-offerings .top{display:flex;justify-content:space-between;}
.our-offerings .top .left{width:30%;}
.our-offerings .top .right{width:62%;}
.our-offerings .bottom .box{padding:50px 50px 30px 50px;}
.blog-hero-section.case-hero-section .top-block:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;background:url(../images/case-banner-texture.png) no-repeat top center;z-index: -1;opacity: 0.4;}



.case-hero-section{padding-bottom:20px;z-index:5;}



.case-hero-section .bottom-block{display:grid;grid-template-columns:1fr 1fr;gap: 50px;position:relative;}

.case-hero-section .bottom-block .boxload .img-block{overflow:hidden;border-radius:22px;position:relative;z-index:3;}
.case-hero-section .bottom-block .boxload .img-block:after{content:"";position:absolute;bottom:0;left:0;width:100%;height: 100%;z-index: 1;background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.36) 50%, rgba(0, 0, 0, 0.86) 100%);padding:0;margin:0;}


.case-hero-section .bottom-block .boxload .img-block img{width:100%;}
.case-hero-section .bottom-block .boxload .img-block .icon{position:absolute;bottom: 22px;right: 22px;z-index:2;}
.case-hero-section .bottom-block .boxload .desc .btn{padding:0;}
.case-hero-section .bottom-block .boxload .desc .btn a{width:228px;height:48px;border-radius:35px;background:#FDF0DF;color:#000;font-size:16px;line-height:22px;text-transform:uppercase;display: flex;justify-content: center;align-items: center;}

.case-hero-section .bottom-block .boxload .desc h2{padding-top:25px;}
.case-hero-section .bottom-block .boxload .desc h2 a{font-family: 'Poppins';font-weight: 600;font-size: 30px;line-height: 40px;color: #002127;}
.case-hero-section .bottom-block .boxload .desc a:hover{text-decoration:none;}
.case-hero-section .click-box{display: inline-flex;justify-content: center;position: relative;z-index: 3; width:100%;}
.case-hero-section .click-box:after{content:"";position:absolute;bottom:0;width:100%;height:790px;z-index: -1;background:linear-gradient(180deg,rgba(255, 255, 255, 0.41) 0%, rgba(255, 255, 255, 0.92) 50%, rgb(255, 255, 255) 100%);padding:0;margin:0;}
.case-hero-section .click-box .expand-butns{font-size: 18px;line-height: 27px;width: 312px;}
.case-hero-section .click-box .expand-butns img{padding-left: 5px;}

.case-hero-section .bottom-block .boxload{opacity: 1;transform: translateY(0);transition:all 0.4s ease;}
.case-hero-section .bottom-block .boxload.hidden {opacity:0;transform:translateY(20px);height:0;margin:0;padding:0;overflow:hidden;pointer-events:none;}

.case-hero-section .click-box.disabled::after {display:none;}
.case-hero-section .click-box.disabled .btn{display:none;}







/*about page expand*/

.member-content-wrap .build-content .abboxload{opacity: 1;transform: translateY(0);transition:all 0.4s ease;}
.member-content-wrap .build-content .abboxload.hidden {opacity:0;transform:translateY(20px);height:0;margin:0;padding:0;overflow:hidden;pointer-events:none;}












/*responsive*/


@media only screen and (max-width: 1366px) {
.navbar.skyram-navbar .navbar-nav .nav-link{font-size:14px !important;}
.sucess-review-box{padding-inline: 35px 25px;}
.sucess-review-box img{width:260px;}

.web-service-box{max-width: 415px;}
.webdev-right{width: 558px;}


.finacial-box:first-child{border-radius: 15px 0 0 0;}
.finacial-box:last-child {border-radius:0 0 15px 0;}
.wework-logo-box{padding: 16px;}







}




















