html {
  box-sizing: border-box;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #000;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 10px;
  cursor: pointer;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #c9c9c9;
}

*,
:after,
:before {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
a:hover {
  color: #fff;
}
body,
html {
  font-size: 100%;
}
@font-face {
  font-family: fontawesome;
  src: url(fonts/fontawesome-webfont.html);
  src: url(fonts/fontawesome-webfont.html) format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.html) format("woff2"),
    url(../fonts/fontawesome-webfont-2.html) format("woff"),
    url(fonts/fontawesome-webfont.html) format("truetype"),
    url(fonts/fontawesome-webfont.html) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Nnnouvellegroteskgx";
  src: url("../fonts/brant-font.ttf") format("truetype");
  font-weight: 40 190;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: gilroy-light;
  src: url(../fonts/Gilroy-Light.ttf) format("truetype");
  font-style: normal;
}

@font-face {
  font-family: gilroy-bold;
  src: url(../fonts/Gilroy-Bold.ttf) format("truetype");
  font-style: normal;
}

@font-face {
  font-family: gilroy-medium;
  src: url(../fonts/Gilroy-Medium.ttf) format("truetype");
  font-style: normal;
}

@font-face {
  font-family: gilroy-regular;
  src: url(../fonts/Gilroy-Regular.ttf) format("truetype");
  font-style: normal;
}

@font-face {
  font-family: gilroy-semi;
  src: url(../fonts/Gilroy/semibold.html) format("truetype");
  font-style: normal;
}
@font-face {
  font-family: gotham a, gotham b, sans-serif;
  font-weight: 400;
  font-style: normal;
}
body {
  background: #000;
  color: #222;
  cursor: auto;
  font-family: gilroy-medium !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

p {
  color: #fff;
}
.button,
button {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.1;
  padding: 15px 30px;
  white-space: normal;
  border-radius: 5px;
  color: #fff;
  background: linear-gradient(to right, #006dba 0, #00a0d7 100%);
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: box-shadow 0.3s ease-in-out;
  margin: 0 0 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.5s;
}

img {
  max-width: 100%;
  height: auto;
}
body {
  overflow-x: hidden;
}
a {
  text-decoration: none;
  font-family: gilroy-medium !important;
}
figure {
  margin: 0;
  padding: 0;
}
.btn:focus {
  outline: none;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  font-family: gilroy-medium !important;
}
a,
button {
  display: inline-block;
}
button:focus {
  outline: none;
  box-shadow: none;
}
select {
  cursor: pointer;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
}

/************************** Header css **************************/
.header {
  background: rgb(0 0 0);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #5e5e5e;
}
.header .codenests {
  float: left;
  width: 160px !important;
  z-index: 999;
}
.header .header_browse {
  display: flex;
  align-items: center;
  column-gap: 25px;
}
.header .header_browse .header_nav--menu {
  padding: 0px 10px 0px 0;
}
.header .header_browse .header_nav_secondary {
  padding: 10px 30px !important;
}

.header .header_browse .header_nav_secondary {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  transition: opacity 0.3s ease;
  display: block;
  font-weight: 70;
  font-family: "Nnnouvellegroteskgx" !important;
}

.header .header_nav {
  background: #000000;
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 14px 0px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  transition-property: visibility, opacity;
  box-sizing: border-box;
}
.header .header_browse .header_nav_courses {
  width: 155px;
  opacity: 1;
  color: #fff;
}
.header .header_browse .header_nav_primary {
  color: #fff;

  display: block;
  padding: 0.2em 1em;
  font-size: 20px !important;
  text-decoration: none;
  transition: opacity 0.3s ease;
  outline: 0;
  font-weight: 70 !important;
  font-family: "Nnnouvellegroteskgx";
}
.header .header_browse i.icons {
  display: inline-block;
  height: 6px;
  position: relative;
  transform: rotate(45deg);
  border: solid #ccc;
  border-width: 0 2px 2px 0;
  padding: 4px;
  float: right;
  top: 8px;
  transition: all 0.3s ease;
}
.header .header_browse .header_dropdown {
  background: rgba(0, 0, 0, 0.8);
  display: block;
  position: fixed;
  top: 85px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
}
.header .header_browse .header_nav_courses .header_nav_primary:hover {
  opacity: 0.5;
}
.header #header_tabs,
.header #header_tabs--search {
  background: #181818;
  margin: 0 auto !important;
  max-width: 1230px;
  max-height: 75vh;
  padding: 0 !important;
}

.header #header_tabs {
  max-height: 400px;
  overflow: hidden;
  margin: 0;
}
.header .container-lg {
  position: relative;
  margin: 0 240px;
  box-sizing: border-box;
  background: #fff;
  display: flex;
}
.header #header_tabs .closebutton,
.header #header_tabs--search .closebutton {
  position: absolute;
  color: #fff;
  font-size: 18px;
  padding: 5px 10px;
  right: 15px;
  font-weight: 700;
  top: 10px;
  cursor: pointer;
  z-index: 999;
}
.header #header_tabs ul,
.header #header_tabs--search ul {
  min-width: 25%;
  padding: 0;
  background: #222;
  margin: 0;
  overflow-y: hidden;
  height: 370px;
}
.header #header_tabs ul .header_roles,
.header #header_tabs--search ul .header_roles {
  text-align: right;
  margin-bottom: 0;
  position: relative;
  padding: 0;
  transition: all 0.3s ease;
}
.header #header_tabs ul .header_roles.active a,
.header #header_tabs--search ul .header_roles.active a {
  color: #f0562d;
}
.header #header_tabs ul .header_roles.active:after,
.header #header_tabs--search ul .header_roles.active:after {
  content: "";
  width: 2px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: linear-gradient(to right, #006dba 0, #00a0d7 100%);
}
.header #header_tabs ul .header_roles a,
.header #header_tabs--search ul .header_roles a {
  color: #aaa;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: block;
  padding: 20px 30px;
  border-bottom: 1px solid #363636;
}
header #header_tabs .header_tabs_content.active,
.header #header_tabs--search .header_tabs_content.active {
  display: inherit;
}
.header #header_tabs .header_tabs_content,
.header #header_tabs--search .header_tabs_content {
  display: none;
  width: 100%;
}

.header #header_tabs .header_tabs_content--container,
.header #header_tabs--search .header_tabs_content--container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-height: 92vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.header #header_tabs .header_tabs_column.browse:nth-of-type(1),
.header #header_tabs--search .header_tabs_column.browse:nth-of-type(1) {
  flex: 1;
}
.header #header_tabs .header_tabs_column,
.header #header_tabs--search .header_tabs_column {
  flex: 1;
}
ol li,
ul li {
  font-size: 14px;
}

.header #header_tabs .header_tabs_column.paths.browse:nth-of-type(1) ul,
.header
  #header_tabs--search
  .header_tabs_column.paths.browse:nth-of-type(1)
  ul {
  padding: 50px 0 40px 30px;
}
.header #header_tabs .header_tabs_column ul,
.header #header_tabs--search .header_tabs_column ul {
  background: 0 0;
  min-width: inherit;
  padding: 28px 15px 0;
}
.header #header_tabs .header_tabs_column.paths.browse:nth-of-type(2) ul,
.header
  #header_tabs--search
  .header_tabs_column.paths.browse:nth-of-type(2)
  ul {
  padding: 50px 30px 40px 0;
}
.header #header_tabs .header_tabs_column.paths ul li,
.header #header_tabs--search .header_tabs_column.paths ul li {
  margin-bottom: 10px;
}

.header #header_tabs .header_tabs_column ul li,
.header #header_tabs--search .header_tabs_column ul li {
  padding-left: 0;
  margin-bottom: 0;
}
.header #header_tabs .header_tabs_column.paths.browse:nth-of-type(2) ul li a,
.header
  #header_tabs--search
  .header_tabs_column.paths.browse:nth-of-type(2)
  ul
  li
  a {
  padding-left: 0;
}
.header #header_tabs .header_tabs_column.paths ul li a,
.header #header_tabs--search .header_tabs_column.paths ul li a {
  padding-top: 0;
  padding-bottom: 0;
}
.header #header_tabs .header_tabs_column ul li a,
.header #header_tabs--search .header_tabs_column ul li a {
  color: #ccc;
  padding: 8px 12px;
  display: block;
  font-weight: 500;
}
.header #header_tabs .header_tabs_column.paths.browse .item .item-each,
.header #header_tabs--search .header_tabs_column.paths.browse .item .item-each {
  padding: 25px 20px 25px 70px;
}
.header #header_tabs .header_tabs_column.paths .item .item-each,
.header #header_tabs--search .header_tabs_column.paths .item .item-each {
  background-color: #222;
  width: 100%;
  position: relative;
  padding: 0.85em 0.25em 0.45em 60px;
}
.header #header_tabs .header_tabs_column.paths .item .item-image,
.header #header_tabs--search .header_tabs_column.paths .item .item-image {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.headrioc_clr {
  background-position: -6px -537px;
  width: 48px;
  height: 26px;
  filter: grayscale(100%);
  margin: 9px 15px 0 10px;
}

.iconbx {
  background: url(../images/home-services/slirdion.png) no-repeat top left;
  width: 30px !important;
  height: 40px !important;
  background-position: unset !important;
}
.header #header_tabs .header_tabs_column.paths .item .item-text,
.header #header_tabs--search .header_tabs_column.paths .item .item-text {
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
}

.header .header_menu {
  color: #fff;
  cursor: pointer;
  display: none;
  height: 40px;
  right: 8px;
  top: 14px;
  margin: 0 auto;
  position: relative;
  float: right;
  width: 40px;
  background: #1a1a1a;
  border-radius: 5px;
  border: solid 1px #555;
  -webkit-tap-highlight-color: transparent;
}
.header .header_menu_line:first-of-type {
  top: 13px;
}
.header .header_menu_line {
  background: #aaa;
  height: 1px;
  position: absolute;
  top: 19px;
  left: 50%;
  margin-left: -11px;
  width: 22px;
  transition: transform 0.1s ease-in-out, top 0.1s 0.1s ease-in-out,
    opacity 0.1s 0.2s ease-in-out;
}
.header .header_menu_line:last-of-type {
  top: 25px;
}
.header .button.flat {
  background: 0 0;
  border: solid 1px transparent;
  padding: 10px 0px;
  text-transform: none;
  letter-spacing: normal;
  font-family: "Nnnouvellegroteskgx" !important;
  font-weight: 70 !important;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  color: #fff;
}
.header .button {
  margin-left: 16px;
}
.us-flag {
  background-position: unset;
  width: 26px;
  height: 100%;
  background: unset;
  overflow: unset;
  text-indent: unset;
  margin-right: 8px;
}
.header .button {
  margin-left: 16px;
  padding: 10px 15px;
  min-width: unset;
  margin-bottom: 0;
  background: linear-gradient(to right, #006dba 0, #00a0d7 100%);
  color: #fff;
}
/************************** Header css end **************************/

/* home Page started*/

.home-hero_section {
  background-color: #000000;
  height: calc(100svh - 5.25rem);
  min-height: 41rem;
  position: relative;
  z-index: 5;
}
.home-gradient_topleft {
  z-index: 1;
  background-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.85),
    rgba(0, 0, 0, 0.78) 39%,
    rgba(0, 0, 0, 0.33) 75%,
    transparent
  );
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.home_wrap {
  z-index: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}
.home_wrap-cols {
  grid-column-gap: 0.625rem;
  grid-row-gap: 0.625rem;
  flex-direction: row;
  justify-content: flex-start;
  width: 85%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 10%;
  right: auto;
  transform: rotate(15deg);
}
.home_wrap-col {
  grid-column-gap: 0.625rem;
  grid-row-gap: 0.625rem;
  flex-direction: column;
  flex: none;
  width: 36%;
  display: flex;
  position: relative;
}
.home_wrap-slides {
  grid-column-gap: 0.625rem;
  grid-row-gap: 0.625rem;
  flex-direction: column;
  flex: none;
  display: flex;
}

.v-scroll {
  animation: heroscroll 75s linear infinite;
}
.reverse {
  animation-direction: reverse !important;
}
.home_wrap_slide {
  aspect-ratio: 16 / 9;
  border-radius: 0.3125rem;
  overflow: hidden;
}
.img-cover {
  object-fit: cover;
  max-width: 100%;
  width: 1000px !important;
  height: 100%;
}
@keyframes heroscroll {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
section.home-hero_section:after {
  content: "";
  background: linear-gradient(to top, #181818, #ffffff14 45%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.padding-global {
  position: relative;
  z-index: 0999;
}
.home_hero-content {
  background-color: transparent;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 26vh;
  padding-bottom: 3rem;
  display: flex;
}
.home_hero_title {
  color: #fff;
  letter-spacing: -0.2vw;
  max-width: max(44vw, 43rem);
  font-size: max(4rem, 4.4vw);
  font-weight: 600;
  line-height: 106%;
  font-family: gotham ssm a, gotham ssm b, sans-serif !important;
}
.home_hero_title a {
  color: #006dba;
  letter-spacing: -0.2vw;
  max-width: max(44vw, 43rem);
  font-size: max(4rem, 4.4vw);
  font-weight: 100;
  line-height: 85%;
}
.hero-subcontent {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1.5rem;
  display: flex;
}
.home_hero_desc {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.7em;
  line-height: 1.4em;
  font-weight: 100;
  font-family: gotham ssm a, gotham ssm b, sans-serif !important;
}
.button-cta {
  background: linear-gradient(to right, #006dba 0, #00a0d7 100%);
  color: #fff;
  letter-spacing: -0.03rem;
  border-radius: 4px;
  padding: 1.2rem 1.75rem;
  font-family: "Nnnouvellegroteskgx" !important;
  font-size: 1.425rem;
  font-weight: 100;
  line-height: 1;
  text-decoration: none;
  transition: all 0.2s;
}
.brand_img {
  display: flex;
  align-items: center;
  column-gap: 22px;
}
.brand_img img {
  width: 100px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(326deg) brightness(106%) contrast(101%);
}
.roles-expert-title {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #fff;
  font-family: gotham a, gotham b, sans-serif;
}
.paths_please2 .roles-textbox {
  font-size: 16px;
  font-weight: 300;
  color: #eee;
  line-height: 30px;
  min-height: auto;
  padding-right: 30px;
  padding-bottom: 20px;
}
.paths_please2 a {
  font-size: 20px;
}
.role-carousel {
  margin-bottom: 0;
  padding: 0 25px;
  max-height: 220px;
}
.role-carousel .slick-prev {
  left: 0;
}
.generic-block {
  position: relative;
  overflow: hidden;
}
.role-carousel .slick-slide {
  margin: 0 10px;
  outline: 0;
}
.role-carousel .slick-next,
.role-carousel .slick-prev {
  z-index: 1;
  transform: translateY(-50%);
  margin: 0;
  width: 25px;
  height: 34px;
  min-width: 25px;
  margin-top: -15px;
}
.slick-prev:before {
  content: "\f104" !important;
  font-family: FontAwesome;
}
.role-carousel .slick-prev:before {
  transform: inherit !important;
}
.role-carousel .slick-next {
  right: 0;
}
.slick-next:before {
  content: "\f105" !important;
  font-family: FontAwesome;
}
.role-carousel .slick-next:before {
  transform: inherit !important;
}
.role-carousel .slick-track {
  padding: 4px 0;
}
.role-carousel .roles-item a {
  position: relative;
  border-radius: 20px;
  box-shadow: 0px 0px 5px white;
  display: block;
  outline: 0;
}
.role-carousel .roles-box {
  position: relative;
  z-index: 1;
  background-size: cover;
  border-radius: 20px;
  background-color: #222;
  box-shadow: 0 10px 30px -14px rgba(0, 0, 0, 0.3);
  padding: 15px;
  height: 220px;
  transition: background-color ease-in 0.25s;
}

.role-carousel .roles-item a img {
  width: 50px;
  margin-bottom: 20px;
}
.role-carousel .roles-item-title {
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}
.role-carousel .roles-item a .roles-item-iq {
  font-size: 16px;
  color: #ccc;
  font-weight: 500;
  display: flex;
  margin: 20px 0 0;
}
.role-carousel .roles-box:after {
  content: "";
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 20px;
  opacity: 0.7;
}
div#role_caursl_responsive_1 {
  padding-bottom: 100px;
}
h1.pack_head_div {
  text-align: center;
  color: #006dba;
  font-weight: 600;
  font-size: 50px;
  text-transform: uppercase;
}
p.pack_para_div {
  font-size: 18px;
  width: 72%;
  text-align: center;
  margin: auto;
  padding-bottom: 70px;
}
#webprot_sldtrh {
  padding: 50px 0;
}
.applst_sec .slick-prev {
  left: -10%;
}

.applst_sec .slick-arrow {
  margin-bottom: 0;
  width: 80px;
  height: 80px;
  border-radius: 100px;
  z-index: 9;
}
.applst_sec .slick-arrow:before {
  font-size: 50px;
  color: #006dba;
  opacity: 1;
}
.applst_sec .slick-next {
  right: -10%;
}
.webpor_sldr_sec {
  position: relative;
  transition: 1s;
  border-radius: 15px;
  overflow: hidden;
}
.webpor_sldr_sec img {
  max-width: 100% !important;
  border-radius: 15px;
}
.webpor_sldr_sec .webporthiver123 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #00000085;
  display: none;
  justify-content: center;
  align-items: center;
  transition: 1s;
}
.webpor_sldr_sec .webporthiver123 p {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
}
.webpor_sldr_sec:hover .webporthiver123 {
  display: flex;
}
#webprot_sldtrh {
  padding: 50px 0;
}
.website_portfolio_sec {
  background-color: #1a1a1a;
  padding: 50px 0 100px;
}
.introduction_sec {
  padding: 100px 0;
}

.abut_content_dv .image {
  padding-bottom: 30px;
}
.cmp-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.5px;
  color: #ccc;
}

ul.newlist {
  margin: 30px 0 0;
  padding: 0;
}
ul.newlist li {
  margin: 0 0 10px !important;
}

.cmp-text ul li {
  margin: 0;
  font-size: 18px;
  color: #fff;
  line-height: 29px;
  position: relative;
  padding: 0 0 0 15px;
}
ul.newlist li figure {
  padding: 0;
  display: inline-block;
  margin: 0;
  vertical-align: top;
  width: 50px;
}
ul.newlist li article {
  display: inline-block;
  width: 81%;
  margin: 0 0 0 20px;
}
ul.newlist li figure img {
  width: 100%;
}
ul.newlist li article h3 {
  font-size: 18px;
  font-weight: 700;
}
ul.newlist li article p {
  font-size: 14px;
  margin-bottom: 20px;
  color: #fff;
}
.main-pfrn-sec {
  background: #1d1d1d;
  background-image: url(../images/crta_bgnew.png);
  padding: 200px 0 50px;
  background-size: cover;
  background-repeat: no-repeat;
}
.btn-theme2 {
  transform: translateY(0);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #f79829;
  background-color: #fff;
  padding: 10px 15px;
  display: inline-block;
  margin-top: 20px;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 8px;
  margin-right: 10px;
}
.btn-theme2:hover {
  transform: translateY(-0.625rem);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
  background: linear-gradient(to right, #006dba 0, #00a0d7 100%);
  text-decoration: none;
}
.btn-theme-outline1 {
  transform: translateY(0);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
  padding: 10px 15px;
  border: 1px solid #f79829;
  background: linear-gradient(to right, #006dba 0, #00a0d7 100%);
  border-radius: 8px;
  display: inline-block;
  margin-top: 20px;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
.btn-theme-outline1:hover {
  transform: translateY(-0.625rem);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #f79829;
  background: 0 0;
  text-decoration: none;
}
section.iconic_cusytom_sec {
  padding: 100px 0;
  background: #1a1a1a;
}
.iconic_cusytom_sec h2 {
  color: #fff;
  text-align: center;
  font-size: 50px;
  font-weight: 600;
  padding-bottom: 50px;
}
section.iconic_cusytom_sec #nav-tab {
  display: flex;
  border: 2px solid #006dba;
  border-radius: 30px;
  justify-content: space-between;
}

.main-pricing-block #nav-tab button.active {
  background: #fff;
  color: #000;
  font-weight: 600;
}
.main-pricing-block #nav-tab button {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
  padding: 10px 50px;
  border-radius: 30px;
  cursor: pointer;
  text-align: center;
}
.iconic_box12 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 60px;
  row-gap: 60px;
  padding-top: 50px;
}
.inner-box23 {
  text-align: center;
}
figure.image {
  text-align: center;
  padding-bottom: 20px;
  margin: 0;
}
.inner-box23 img {
  width: 70%;
  filter: brightness(0) saturate(100%) invert(71%) sepia(15%) saturate(5328%) hue-rotate(153deg) brightness(100%) contrast(94%);
}
span.icon-text {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.link.section a,
.link.section a.pink {
  border: 1px solid #006dba;
  padding: 12px 40px;
  background: linear-gradient(to right, #006dba 0, #00a0d7 100%);
  color: #fff;
  border-radius: 5px;
  margin-top: 23px;
}
.anmated_content_sec h2 {
  width: 90%;
}

.anmated_content_sec p {
  color: #fff;
  width: 73%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 20px;
}
.testi {
  background-color: #222;
  padding: 50px 0;
  overflow-x: hidden;
}
.testi .ps_logos h3 {
  text-align: center;
  color: #fff;
  font-family: "circular" !important;
  font-weight: 600;
  font-size: 50px;
  padding-bottom: 20px;
}
.testi .ps_logos p {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 20px;
}

.testiSlide .slick-next,
.testiSlide .slick-prev {
  top: auto;
  bottom: -52px;
}

.testiSlide .slick-prev {
  left: auto;
  right: 17%;
}
.testiSlide .slick-next {
  right: 0;
  left: auto;
  right: 14%;
}
.testiSlide .slick-track {
  padding: 30px 0;
}
.testiSlide .slick-slide {
  margin: 0 10px;
}
.testiSlide article {
  background: #ffffff26;
  padding: 30px 40px;
  min-height: 310px;
  position: relative;
  border-radius: 10px;
  height: 150px;
  color: #fff;
}
.testiSlide article .img {
  width: 70px;
  height: 70px;
  background: linear-gradient(to right, #006dba 0, #00a0d7 100%);
  border-radius: 100%;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding: 16px 0;
  margin: -60px 0 0;
  box-shadow: 8px 9px 30px #00000029;
}
.testiSlide article h3 {
  font-size: 24px;
  color: #006dba;
  margin: 20px 0 10px;
  font-weight: 700;
}
.testiSlide article h3 span {
  font-size: 18px;
  color: #868686;
  display: block;
  font-weight: 500;
}
.testiSlide article::after {
  content: "";
  background-image: url(../images/home-services/slirdion.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  color: #006dba;
  position: absolute;
  top: 30px;
  right: 30px;
}
.testiSlide article p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 20px;
  text-rendering: optimizeLegibility;
}
.frequently-asked_sec_main {
  padding: 100px 0;
}
.accordion-body {
  background-color: #000;
  padding: 0;
}
.accordion-header .accordion-button {
  padding: 10px 30px 10px 0;
  font-family: gilroy-medium;
  color: #ccc;
  background: #000;
  line-height: 1.4;
  font-size: 18px;
  cursor: pointer;
  margin: 0;
  font-weight: 560 !important;
  text-transform: capitalize;
}
.accordion-body p {
  font-size: 14px;
  margin-bottom: 0;
  padding: 0 0 20px;
  font-weight: 300;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
button:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}
.accordion-button::after {
  filter: invert(1);
}
.faq_content_box h6 {
  font-family: gotham ssm a, gotham ssm b, sans-serif;
  font-size: 16px;
  color: #aaa !important;
  font-weight: 700;
}

.faq_content_box h2 {
  font-family: gotham ssm a, gotham ssm b, sans-serif !important;
  font-size: 36px;
  font-weight: 200;
  color: #fff;
}
.footer_addres_jnsec {
  padding: 140px 0;
  padding-bottom: 78px;
  background-color: #000000;
}
.footer_addres_jnsec .title h2 {
  letter-spacing: -1px;
  white-space: normal;
  font-size: 48px;
  font-weight: 600;
  line-height: 57px;
  text-align: center;
  margin-bottom: 16px;
  color: #f0f8ff;
}
.footer_addres_jnsec .title p {
  font-family: "circular" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  opacity: 0.9;
  color: #f0f8ff;
  margin: 0;
}
.addresssnewlider {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
}
.addressbox {
  margin: 0 6px;
  position: relative;
}
.addresssnewlider .addressbox img {
  width: 162.3px;
  height: 250.52px;
  border-radius: 8px;
  max-width: 100%;
  object-fit: cover;
}
.addresssnewlider .address_overlay {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  text-align: left;
  padding: 0 17px;
}
.addresssnewlider .address_overlay h3 {
  font-family: "circular" !important;
  font-style: normal;
  font-weight: 600;
  font-size: 16.5852px;
  line-height: 25px;
  color: #fff;
  margin-bottom: 0;
}
.addresssnewlider .address_overlay p {
  font-family: "circular" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin: 0;
  color: #ededed;
}
#touchsec .foot_imgbn {
  position: relative;
  z-index: 1;
}
#touchsec .footerimage {
  width: 100%;
  height: 946px;
  object-fit: cover;
  max-width: 100%;
}
.newfootertxt {
  font-family: gilroy-medium;
  font-size: 36px;
  line-height: 55px;
  position: absolute;
  color: #fff;
  bottom: 95px;
  left: 84px;
  z-index: 9;
}
.newfootertxt h3 {
  font-size: 48px;
  line-height: 70px;
  font-family: gilroy-medium !important;
  font-weight: 600;
}
.foot_imgbn:after {
  content: "";
  background: linear-gradient(to top, #000000c7, #ffffff00 45%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.newfootertxt h3 span {
  color: #006dba;
}
form#contact_form {
  display: flex;
  height: 100%;
}
.contact-us-form {
  width: 82%;
  margin: auto;
}
.inpt {
  display: flex;
  column-gap: 30px;
}
.inpt .form-group {
  width: 48%;
}
section#touchsec label {
  font-size: 18px;
  line-height: 47px;
  color: #fff;
  margin-top: 7px;
  font-family: "circular";
}
span.danger {
  color: #ff1515 !important;
  font-size: 25px;
  margin-left: 2px;
}
section#touchsec input {
  width: 100%;
  height: 57.12px;
  margin-top: 4px;
  border: 0.828017px solid rgba(255, 255, 255, 0.35);
  background-color: rgba(255, 255, 255, 0.1);
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 4px;
  border-radius: 5px;
  font-family: "circular";
}
section#touchsec textarea {
  resize: none;
  width: 100%;
  border: 0.828017px solid rgba(255, 255, 255, 0.35);
  background-color: rgba(255, 255, 255, 0.1);
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  margin-bottom: 4px;
  padding: 20px;
  border-radius: 8px;
  font-family: "circular";
}
select#budget-value {
  width: 100%;
  height: 57.12px;
  margin-top: 4px;
  border: 0.828017px solid rgba(255, 255, 255, 0.35);
  background-color: rgba(255, 255, 255, 0.1);
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff6e;
  margin-bottom: 4px;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 8px;
  font-family: "circular";
}
#touchsec .submit {
  color: #fff;
  background: linear-gradient(to right, #006dba 0, #00a0d7 100%);
  border-radius: 10px;
  padding: 16px 32px;
  font-size: 20px;
  font-weight: 500;
  border: 0;
  line-height: 20px;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  margin-top: 30px;
  width: 100%;
}
#touchsec .footertext {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  opacity: 0.4;
  padding-top: 22px;
}
.button.button--black:focus,
.button.button--black:hover {
  transform: translateY(-10px);
  color: #fff !important;
}
/* footer */
select#budget-value option {
  background: #383838;
}
footer#ftr {
  background-color: #000;
  color: #fff;
  text-decoration: none;
  border-top: 1px solid #222;
  padding-bottom: 50px;
}
footer#ftr .ftr-cat-header {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  margin-top: 40px;
}
footer#ftr .ftr-cat-links a,
footer#ftr .ftr-cat-links a:hover {
  color: #7c7c7d;
  font-weight: 500;
}

footer#ftr .ftr-cat-links a {
  display: block;
  padding: 7px 0;
  line-height: 16px;
  cursor: pointer;
  font-size: 14px;
}
.addrese_sec {
  border-top: 1px solid #363636;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
}
.addrese_sec article {
  display: inline-block;
  width: 22%;
  padding-right: 15px;
  vertical-align: top;
}
.addrese_sec article.last {
  width: 32.7%;
  padding-right: 0;
  text-align: right;
}
.addrese_sec article h3 {
  font-size: 14px;
  font-weight: 700;
}
.addrese_sec article a {
  font-size: 14px;
  color: #7c7c7d !important;
  display: block;
}
.addrese_sec article a.fotBtn {
  display: inline-block;
  padding: 8px 29px;
  background: linear-gradient(to right, #006dba 0, #00a0d7 100%);
  color: #fff !important;
  border-radius: 5px;
  font-size: 16px;
  margin: 0 0 15px 10px;
}
.addrese_sec article a.fotBtn.secnd {
  border: solid 1px #f05430;
  background: #0000;
  transition: 0.5s;
}
.face-icon.ico {
  background-image: url(../images/Facebook_Icon.svg);
  filter: brightness(0) saturate(100%) invert(53%) sepia(5%) saturate(51%)
    hue-rotate(201deg) brightness(90%) contrast(83%);
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
}
.insta-icon.ico {
  background-image: url(../images/Instagram_Icon.svg);
  filter: brightness(0) saturate(100%) invert(53%) sepia(5%) saturate(51%)
    hue-rotate(201deg) brightness(90%) contrast(83%);
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
}
.tweet-icon.ico {
  background-image: url(../images/Twitter_Icon.svg);
  filter: brightness(0) saturate(100%) invert(53%) sepia(5%) saturate(51%)
    hue-rotate(201deg) brightness(90%) contrast(83%);
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
}
.linkedin-icon.ico {
  background-image: url(../images/LinkedIn_Icon.svg);
  filter: brightness(0) saturate(100%) invert(53%) sepia(5%) saturate(51%)
    hue-rotate(201deg) brightness(90%) contrast(83%);
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
}
span.hide-for-medium-only {
  display: flex;
  justify-content: flex-end;
  column-gap: 20px;
}
footer#ftr .ftr-col-last {
  border-top: 1px solid #363636;
  padding-top: 60px;
  flex-basis: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
footer#ftr .ftr-btm {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #aaa;
  font-weight: 500;
}
footer#ftr .ftr-cat-links a:last-child {
  margin-bottom: 35px;
}
footer#ftr .ftr-btm a {
  color: #fff;
}
footer#ftr .ftr-btm.ftr-terms span {
  min-width: 130px;
  text-align: right;
}
.rightcalltoaction {
  position: fixed;
  top: 78%;
  right: 0px;
  transform: translateY(-50%);
  z-index: 999;
}
.rightcalltoaction a {
  background: #1e1e1e;
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  font-size: 20px;
  padding: 8px 0;
  margin: 0 0 11px;
  border: solid 2px #ccc;
  box-shadow: 6px 9px 30px #0000006b;
}

.floatbutton {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: fixed;
  right: -370px;
  top: 17%;
  font-size: 0;
  width: 420px;
  z-index: 9;
}
.floatbutton .clickbutton {
  width: 50px;
  z-index: 99;
  height: 200px;
  cursor: pointer;
  box-shadow: -20px 7px 18px -7px rgba(239, 81, 51, 0.2);
  border-radius: 0px 10px 10px 0px;
  display: inline-block;
  padding-top: 0;
  vertical-align: top;
  margin-top: 125px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  background: linear-gradient(to right, #006dba 0, #00a0d7 100%);
  transform: rotate(180deg);
}
.floatbutton.active {
  right: 0;
  z-index: 9;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.floatbutton .clickbutton .crossplus {
  position: absolute;
  display: block;
  transform: rotate(90deg);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  left: -53px;
  white-space: pre;
  bottom: 87px;
}
.banner-form {
  background: #222;
  padding: 30px;
  position: relative;
  z-index: 9;
  border-radius: 5px 0 0 5px;
  margin: 0;
  width: 370px;
  display: inline-block;
  box-shadow: 0 0 30px #0000001f;
}
.banner-form h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
  font-family: "circular" !important;
  font-weight: 600;
}
.ban-form input {
  width: 100%;
  margin: 0;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 10px 15px;
  color: gray;
  font-size: 14px;
  border-radius: 3px;
  height: 50px;
  font-weight: 400;
  outline: 0 !important;
  margin: 0 0 15px 0;
}
.ban-form textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 10px 15px;
  color: gray;
  font-size: 14px;
  border-radius: 3px;
  font-weight: 400;
  height: 120px;
  outline: 0 !important;
  margin: 15px 0 0 0;
}
.ban-form input[type="submit"] {
  background: linear-gradient(to right, #006dba 0, #00a0d7 100%) !important;
}
.ban-form input[type="submit"] {
  cursor: pointer;
  color: #fff;
  font-weight: 600;
  background: linear-gradient(to right, #006dba 0, #00a0d7 100%);
  border-radius: 3px;
  text-align: center;
  padding: 10px 15px;
  margin: 20px 0 0;
  border: transparent;
}
.floatbutton .clickbutton .crossplus.rotate {
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
}
#custommodal1 .form-get-quote {
  display: unset;
}
.modal-content {
  position: relative;
  background-color: #3b3b3b;
  padding: 2rem;
  border-radius: 20px;
  width: 100%;
  box-shadow: 0 0px 15px rgb(196 196 196 / 40%);
}
.modal-content:after {
  content: "";
  background: #000000b0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 20px;
}
.modal.show .modal-dialog {
  max-width: 58%;
}

.modal-header {
  border: none !important;
  padding: 0;
}
.modal-header .btn-close {
  position: absolute;
  top: 12px;
  width: 25px;
  height: 25px;
  right: 12px;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0.75rem;
  color: #fb951c;
  user-select: none;
  border: 2px solid;
  border-radius: 50%;
  line-height: 1.1;
  cursor: pointer;
  z-index: 9999999;
  filter: brightness(0) saturate(100%) invert(76%) sepia(43%) saturate(4978%)
    hue-rotate(347deg) brightness(101%) contrast(97%);
  opacity: 1;
}
.modal-content .modal-body {
  width: 85%;
  z-index: 99;
  margin: auto;
}

.popup-head h3 {
  color: #fff;
  font-family: Montserrat, sans-serif !important;
  font-size: 37px;
  font-weight: 600;
  text-transform: uppercase;
}
#custommodal1 label {
  font-size: 18px;
  line-height: 47px;
  color: #fff;
  margin-top: 7px;
  font-family: "circular";
}
#custommodal1 input::placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */
}

#custommodal1 textarea::placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */
}
span.danger {
  color: #ff1515 !important;
  font-size: 25px;
  margin-left: 2px;
}
#custommodal1 input {
  width: 100%;
  height: 57.12px;
  margin-top: 4px;
  border: 0.828017px solid rgba(255, 255, 255, 0.35);
  background-color: rgba(255, 255, 255, 0.1);
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 4px;
  border-radius: 5px;
  font-family: "circular";
}
.CrudForm h2 {
  padding-top: 20px;
}

.CrudForm h2 {
  color: #ffffff;
  font-size: 30px;
}
.inner_form_slct231 {
  display: flex;
  flex-wrap: wrap;
  margin-left: 20px;
}
.inner_form_slct231 .form-check {
  display: flex;
  align-items: center;
  flex-direction: unset;
  justify-content: start;
  margin-bottom: 0px;
  border-radius: 0;
  padding: 8px 16px;
  cursor: pointer;
  background-color: unset;
  border: unset;
  width: 50%;
}
.inner_form_slct231 .form-check input {
  width: 20px !important;
  height: 20px !important;
}
.inner_form_slct231 .form-check label {
  width: 100%;
  margin-top: 0 !important;
}
.inner_form_slct231 .form-check .form-check-label h5 {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  font-family: Montserrat, sans-serif !important;
  padding-left: 10px;
  margin: 0;
}
#custommodal1 textarea {
  resize: none;
  width: 100%;
  border: 0.828017px solid rgba(255, 255, 255, 0.35);
  background-color: rgba(255, 255, 255, 0.1);
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin-bottom: 4px;
  padding: 20px;
  border-radius: 8px;
  font-family: "circular";
}
.CrudForm .footerbutton {
  padding-top: 22px;
}
#custommodal1 .btn_form {
  margin: 0;
  width: 40%;
}

#custommodal1 .btn_form .submit {
  color: #fff;
  background: linear-gradient(to right, #006dba 0, #00a0d7 100%);
  border-radius: 10px;
  padding: 16px 32px;
  font-size: 20px;
  font-weight: 500;
  border: 0;
  line-height: 20px;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  margin-top: 30px;
  width: 100%;
}
.modal-content p {
  margin: 1rem 0;
  line-height: 1.5rem;
  color: #fff;
  font-size: 14px;
}

/* work page */
div#responsive_banner_tab {
  padding: 150px 0 100px;
}
.innerpagesbnr_text h1 {
  font-size: 63px;
  line-height: 60px;
  margin: 45px 0 30px;
  font-weight: 900;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif !important;
  color: #fff;
}
.innerpagesbnr_text p {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  color: #fff;
}
.innerpagesbnr_text a {
  padding: 22px 30px;
}

#weband_apps #nav-tab {
  display: flex;
  border: 2px solid #006dba;
  border-radius: 30px;
  width: fit-content;
  margin: auto;
}
div#nav-website1 button {
  font-size: 14px !important;
  padding: 10px 14px !important;
}
.portwrapper .portfoliolist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: 0px !important;
}
.portwrapper .portfoliolist .border-box-effect {
  width: 33%;
  padding: 5px;
  height: auto;
  overflow: hidden;
}
div#nav-website1 .nav {
  margin-bottom: 50px !important;
}

div#nav-website1 {
  padding-top: 50px;
}

/* pricing page */

.packages_sec_pricing .nav-tabs {
  display: flex;
  border: 2px solid #006dba;
  border-radius: 30px;
  width: fit-content;
  margin: auto;
  margin: 0 auto 70px;
}
.packages_sec_pricing #nav-tab button.active {
  background: #fff;
  color: #000;
  font-weight: 600;
}

.packages_sec_pricing #nav-tab button {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
  padding: 10px 40px;
  border-radius: 30px;
  cursor: pointer;
  text-align: center;
}
.packages_sec_pricing .pricing_head_text h1 {
  font-family: Montserrat, sans-serif !important;
  font-size: 50px;
  font-weight: 900;
  line-height: 60px;
  text-transform: uppercase;
  margin: 0 0 100px;
  color: #fff;
}
.pricing_plan--wrapper .pricing_plan--item {
  background-color: #222;
  padding-top: 50px;
  position: relative;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  padding-bottom: 30px;
}
.pricing_plan--wrapper .pricing_plan--inverter h2 {
  font-size: 26px;
  font-weight: 100;
  color: #fff;
  width: 90%;
  margin: auto;
  font-family: gotham ssm a, gotham ssm b, helvetica neue, Helvetica, Roboto,
    Arial, sans-serif !important;
}
.api-price-styling {
  font-weight: 300;
  font-size: 19px;
  display: inline-block;
}
.api-price-styling .curr-symbol {
  color: #aaa;
  position: relative;
  top: -30px;
  left: -5px;
}
.api-price-styling .curr-major {
  font-size: 65px;
  font-weight: 800;
}
.api-price-styling .curr-dec-sep,
.promo-original-price .curr-dec-sep {
  display: none;
}
.api-price-styling .curr-minor,
.promo-original-price .curr-minor {
  display: none;
}
.pricing_plan--box .amount_box,
sup.promo-original-price {
  position: relative;
  font-size: 14px;
  color: #aaa;
  top: -35px;
  text-decoration: line-through;
  font-weight: 500;
  height: 0;
  width: 0;
}
.pricing_plan--wrapper .pricing_plan--inverter .pricing_plan--bottom {
  font-size: 14px;
  font-weight: 500;
  color: #aaa;
  margin: 20px 0 10px;
}
.pricing_plan--wrapper
  .pricing_plan--inverter
  .pricing_plan--bottom
  .button--gradient {
  margin-bottom: 20px;
}
.packdetail {
  max-width: 90%;
  margin: 0 auto;
}
.pricing_plan--item {
  margin-bottom: 20px;
}
.packages_sec_pricing .pricing_plan--list {
  font-size: 24px;
  font-weight: 200;
  margin-bottom: 80px;
  background-color: #181818;
  clear: both;
}
.packages_sec_pricing .pricing_plan--list h5.pricing_plan--list_header {
  margin-top: 0;
  padding-top: 40px;
  margin-left: 60px;
  margin-bottom: 20px;
  color: #fff;
}
.packages_sec_pricing
  .pricing_plan--list
  hr.pricing_plan--list_header_separator {
  margin: 0 60px 15px;
  background: #a3a3a3;
}
.packages_sec_pricing .pricing_plan--listAll {
  padding: 0px 30px 35px 60px;
  width: 100%;
  height: 300px;
  overflow-y: scroll;
}
.packages_sec_pricing .pricing_plan--listAll li {
  padding: 5px 0 5px 40px;
  position: relative;
}

.packages_sec_pricing .pricing_plan--listAll li {
  padding: 5px 0;
  font-size: 15px;
  font-weight: 300;
  color: #ddd;
  margin-bottom: 0;
}
.packages_sec_pricing .pricing_plan--item .pricing_plan--save.promo {
  text-transform: uppercase;
}

.packages_sec_pricing .pricing_plan--item .pricing_plan--save {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  font-size: 11px;
  padding: 7px;
  background: #ffba0e;
  color: #000;
}

.packages_sec_pricing .pricing_plan--listAll li:before {
  height: 20px;
  border-radius: 100px;
  display: inline-block;
  margin-right: 5px;
  position: absolute;
  top: 4px;
  background-color: #4b4b4b;
  left: 0px;
  content: "";
  width: 20px;
}
.packages_sec_pricing .pricing_plan--listAll li:after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: 8px;
  left: 7px;
}
.packages_sec_pricing .pricing_plan--listAll li {
  padding: 5px 0 5px 40px;
  position: relative;
}
.packages_sec_pricing .pricing_plan--listAll li .circle {
  width: 6px;
  height: 6px;
  background: #ea1788;
  border-radius: 50px;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  vertical-align: middle;
}
.packages_sec_pricing .pricing_plan--listAll li .circle:before {
  position: absolute;
  content: "";
  top: -3px;
  left: -3px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #006dba;
  width: 12px;
  height: 12px;
}

.sec-combo_pricing {
  padding: 50px 0 100px;
}
.sec-combo_pricing .cdiv {
  position: relative;
  border-radius: 10px;
  background-color: #222;
  transition: all ease 0.75s;
  margin-top: 30px;
}
.sec-combo_pricing .cdiv .ctop {
  background: linear-gradient(to right, #006dba 0, #00a0d7 100%);
  text-align: center;
  padding: 15px 0;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #ef4b3b;
}
.sec-combo_pricing .cdiv .ctop h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  margin: 0;
  font-family: gotham ssm a, gotham ssm b, helvetica neue, Helvetica, Roboto,
    Arial, sans-serif !important;
}
.sec-combo_pricing .cdiv:before {
  content: "";
  position: absolute;
  background: url(../images/mega-badge.png) no-repeat;
  top: -16px;
  right: 30px;
  width: 158px;
  height: 126px;
  -webkit-animation: 1s ease-in-out infinite pulse;
  animation: 1s ease-in-out infinite pulse;
}
.sec-combo_pricing .cdiv .cbtm {
  padding: 25px;
}
.sec-combo_pricing .cdiv .cbtm h4.tit {
  color: #f8f6fa;
  font-family: gotham ssm a, gotham ssm b, helvetica neue, Helvetica, Roboto,
    Arial, sans-serif !important;
  font-size: 24px;
  font-weight: 700;
}
.sec-combo_pricing .cdiv .cbtm h4 img {
  padding-right: 20px;
}
.sec-combo_pricing .cdiv .cbtm h3 {
  margin: 20px 20px 0 0;
  color: #f8f6fa;
  font-size: 43px;
  font-weight: 800;
  font-family: gotham ssm a, gotham ssm b, helvetica neue, Helvetica, Roboto,
    Arial, sans-serif !important;
}
.sec-combo_pricing .cdiv .cbtm h3 span {
  color: #a8a8a8;
  font-size: 21px;
  font-weight: 400;
  text-decoration: line-through;
  position: relative;
  top: -8px;
  padding-left: 12px;
}
.sec-combo_pricing .cdiv .cbtm h5 {
  color: #f8f6fa;
  font-family: gotham ssm a, gotham ssm b, helvetica neue, Helvetica, Roboto,
    Arial, sans-serif !important;
  font-size: 18px;
  font-weight: 700;
  margin: 30px 0 20px;
  display: inline-block;
}
.sec-combo_pricing .scrollbar {
  margin-left: 0;
  float: left;
  height: 250px;
  width: 100%;
  overflow-y: scroll;
  margin-bottom: 15px !important;
  padding-right: 20px !important;
  overflow-x: hidden;
}
.sec-combo_pricing .cdiv .cbtm ul li {
  list-style: none;
  display: block;
  position: relative;
  padding-left: 25px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 7px;
  margin-bottom: 10px;
}

.sec-combo_pricing .cdiv .cbtm ul li:before {
  content: "";
  display: block;
  width: 7px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: 3px;
  left: 7px;
}
.sec-combo_pricing .cdiv .cbtm a.order {
  background-image: linear-gradient(to right, #006dba 0, #00a0d7 100%);
  transition: all ease 1s;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  padding: 9px 35px;
  margin: 15px 0 10px;
  width: 100%;
  text-align: center;
  text-decoration: none;
}
.sec-combo_pricing .cdiv .cbtm h5.sm {
  color: #f8f6fa;
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 12px;
  text-align: right;
}

.sec-combo_pricing .cdiv .cbtm p {
  color: #f8f6fa;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
.sec-combo_pricing .cdiv .cbtm a.call {
  color: #f8f6fa;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
.sec-combo_pricing .cdiv .cbtm a.call span {
  color: #f8f6fa;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.sec-combo_pricing .cdiv .cbtm a.call i {
  color: #f8f6fa;
  padding-left: 20px;
  padding-right: 5px;
  vertical-align: middle;
}
/* compony page */

.about_sec_main {
  background: #1a1a1a;
  padding: 100px 0;
}
.about_sec_main .sec-title h2 {
  font-size: 33px;
  font-weight: 600 !important;
  color: #fff;
}
.about_sec_main span.theme-color {
  color: #006dba;
  font-weight: 600;
  font-family: "gilroy-medium";
}

section.about_sec_main .nav-tabs {
  margin: 35px 0 0 !important;
  padding: 0;
  display: flex;
  column-gap: 12px;
  border: unset;
}
section.about_sec_main .nav-tabs button.active {
  background: #006dba;
  color: #fff;
}
section.about_sec_main .nav-tabs button {
  padding: 14px 12px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;
  background-color: #222;
  color: #fff;
  font-family: gilroy-medium !important;
  margin: 0 4px 8px;
  text-transform: capitalize;
  border: unset;
}
section.about_sec_main p.pera {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 20px;
  padding-top: 20px;
  width: 90%;
}
.img_sec_second {
  display: flex;
  align-items: center;
  padding-top: 20px;
}
.img_sec_second img {
  border-radius: 50%;
}
.img_sec_second ul {
  margin-left: 18px;
}
.img_sec_second li {
  color: #fff;
  list-style: none !important;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  padding-left: 9px;
  margin-bottom: 16px;
}
.img_sec_second li i {
  padding-right: 10px;
  color: #006dba;
}
section.ourteame_sec_main {
  background: #000;
  padding: 100px 0;
}
section.ourteame_sec_main h2 {
  text-align: center;
  color: #fff;
  padding-bottom: 50px;
  font-family: gotham ssm a, gotham ssm b, sans-serif !important;
  font-size: 50px;
  font-weight: 600;
}
section.ourteame_sec_main h2 span {
  color: #006dba;
}
section.ourteame_sec_main .inner-box {
  text-align: center;
  color: #fff;
}
section.ourteame_sec_main .inner-box h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
  margin-top: 10px;
}
section.ourteame_sec_main .inner-box h5 a {
  color: #006dba;
}
section.ourteame_sec_main .lower-box .designation {
  font-size: 16px;
  font-family: "circular";
  font-weight: 500;
}
.agentflagsec {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 15px;
  padding-top: 15px;
}
.agentflagsec img {
  width: 27px;
  height: auto;
}
.compiny_abt_sec ul li {
  margin: 20px 3% 40px;
}
.compiny_abt_sec ul li p {
  line-height: 20px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #ccc;
}
.compiny_abt_sec .anmated_content_sec {
  padding: 80px 0px 0 50px;
}
.compony_solution_sec:after {
  content: "";
  background: #1a1a1a;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  height: 75%;
  margin: auto;
  z-index: -1;
}

.compony_solution_sec {
  padding: 75px 0;
  z-index: 99;
}

.compony_solution_content h2 {
  font-size: 24px;
  font-family: gotham ssm a, gotham ssm b, sans-serif !important;
  color: #fff;
}

.compony_solution_content p {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  margin: 5px 0 20px;
}

.compony_solution_content {
  padding-right: 65px;
}

/* industries page */
.secSectionInd {
  text-align: center;
  padding: 60px 0;
  background-color: #222;
}
.secSectionInd h2 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 36px;
  font-family: gotham ssm a, gotham ssm b, sans-serif !important;
  color: #fff;
  text-align: left;
}
.secSectionInd p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 20px;
  text-rendering: optimizeLegibility;
  color: #7c7c7d;
  text-align: left;
  width: 80%;
}
.secSectionInd .colinner_text {
  padding-right: 60px;
  margin-bottom: 40px;
}
.secSectionInd .colinner_text img.icon {
  display: inline-block;
  margin: 0 20px 0 0;
  vertical-align: top;
  filter: brightness(0) saturate(100%) invert(62%) sepia(61%) saturate(1476%) hue-rotate(174deg) brightness(103%) contrast(94%);
}
.secSectionInd .colinner_text article {
  display: inline-block;
  width: 79%;
}
.secSectionInd .colinner_text h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  font-family: gotham ssm a, gotham ssm b, helvetica neue, Helvetica, Roboto,
    Arial, sans-serif !important;
}
.secSectionInd .colinner_text article p {
  width: 95%;
}
.thrdSec {
  text-align: center;
  padding: 60px 0;
  background: #000;
}
.thrdSec h2 {
  font-weight: 800;
  text-transform: uppercase;
  font-family: gotham ssm a, gotham ssm b, sans-serif !important;
  color: #fff;
}
.thrdSec p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 20px;
  text-rendering: optimizeLegibility;
  color: #fff;
}
.thrdSec .colpmnn {
  padding-right: 0;
  margin-top: 30px;
  padding: 20px 10px;
  vertical-align: top;
  box-shadow: 0px 0px 7px #ffffff59;
  height: 380px;
  border-radius: 10px;
}
.indusr_iconbg {
  background: #006dba;
  padding: 35px 17px;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin: auto;
}
.thrdSec .colpmnn img {
  margin: 0 0 20px;
  vertical-align: top;
  width: 50px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(93deg) brightness(103%) contrast(103%);
}
.thrdSec .colpmnn h3 {
  font-size: 24px;
  font-family: gotham ssm a, gotham ssm b, sans-serif !important;
  font-weight: 600;
  text-align: center;
  color: #fff;
  padding: 10px 0 20px;
}

/* custom website page */
.brws-pg .brws-pitches-wrapper .brws-pitch-wrapper {
  color: #fff;
  font-size: 18px;
  padding: 30px 10px;
  text-align: center;
}
.brws-pg .brws-pitches-wrapper .brws-pitch-wrapper .brws-pitch img {
  margin-right: 15px;
  width: 40px;
  filter: brightness(0) saturate(100%) invert(72%) sepia(29%) saturate(2584%)
    hue-rotate(338deg) brightness(96%) contrast(101%);
}
.inner_services_platform_sec {
  padding: 100px 0;
}

.platform_content_main h2 {
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 30px;
  line-height: 1.2;
  font-size: 40px;
  font-family: gotham ssm a, gotham ssm b, sans-serif !important;
  color: #fff;
}

.platform_content_main img {
  filter: brightness(0) saturate(100%) invert(72%) sepia(29%) saturate(2584%)
    hue-rotate(338deg) brightness(96%) contrast(101%);
}

.platform_content_main article h3 {
  font-family: gotham ssm a, gotham ssm b, helvetica neue, Helvetica, Roboto,
    Arial, sans-serif !important;
  padding-bottom: 12px;
}
.inner_services_platform_sec div#nav-tabContent {
  padding-top: 50px;
}
.inner_services_platform_sec .services_tabs button img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  height: 40px;
}
.inner_services_platform_sec .services_tabs {
  border: unset;
}
.inner_services_platform_sec .services_tabs button {
  width: 24%;
  margin: 0 4px 8px;
  font-size: 14px;
  padding: 7px 10px;
  border-radius: 0;
  background-color: #222;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
}
.inner_services_platform_sec .services_tabs button.active {
  font-weight: 600;
}
.inner_services_platform_sec .services_tabs button.active img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

div#index_cta_responsive2324 {
  padding: 50px 0;
}

/* php developement page */

.innerpagesbnr_text .cmp-text ul li {
  margin: 0;
  font-size: 18px;
  color: #fff;
  line-height: 29px;
  font-weight: 300;
  position: relative;
  padding: 0 0 0 30px;
}
.innerpagesbnr_text .cmp-text ul {
  margin-bottom: 40px;
}
.innerpagesbnr_text .cmp-text ul li:before {
  content: "\f00c";
  position: absolute;
  left: 7px;
  top: 2px;
  color: #fbb84b;
  font: normal normal normal 16px / 1 FontAwesome;
}

/* brand-design-prototype page */
h1.pack_head_div {
  text-align: center;
  color: #006dba;
  font-weight: 600;
  font-size: 50px;
  text-transform: uppercase;
  font-family: gotham ssm a, gotham ssm b, sans-serif !important;
}
.prototype_content_main {
  padding: 100px 0 0;
}
.prototype_content_main h1.pack_head_div {
  padding-bottom: 50px;
}
div#prototype_brns_prot .nav-tabs {
  border: 2px solid #006dba;
  border-radius: 50px !important;
  margin-bottom: 0 !important;
  margin-top: 50px;
}

/* nojejs page css */

.nodejs_slider_sec_main {
  padding: 100px 0 50px;
}
#nodeporfolio_sec1 .slick-next,
#nodeporfolio_sec1 .slick-prev {
  top: auto;
  bottom: -110px;
}

#nodeporfolio_sec1 .slick-prev {
  left: auto;
  right: 17%;
}
#nodeporfolio_sec1 .slick-next {
  right: 0;
  left: auto;
  right: 14%;
}
#nodeporfolio_sec1 ul li a {
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  margin: 0;
  display: block;
  overflow: hidden;
}
#nodeporfolio_sec1 ul li figure {
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  margin: 0;
  overflow: hidden;
}
#nodeporfolio_sec1 ul li figure figcaption {
  height: 100%;
  width: 100%;
  text-align: center;
  padding: 32% 0;
  transition: 0.5s;
  opacity: 0;
}
#nodeporfolio_sec1 ul li figure figcaption h5 {
  font-size: 36px;
  font-weight: 700;
}
#nodeporfolio_sec1 ul li figure figcaption p {
  color: #222;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
#nodeporfolio_sec1 .slick-slide {
  margin: 0 5px;
}
#nodeporfolio_sec1 ul li a:hover {
  text-decoration: none;
}
#nodeporfolio_sec1 ul li:hover figure figcaption {
  background-color: #006dbaa6;
  opacity: 1;
}
#nodeporfolio_sec1 ul li:hover figure figcaption h5,
#nodeporfolio_sec1 ul li:hover figure figcaption p {
  color: #fff;
}
.nodejs_slider_sec_main .ctatext {
  color: #fff;
  padding: 50px 0 0 0%;
  font-size: 18px;
  font-family: gotham ssm a, gotham ssm b, sans-serif !important;
  text-align: center;
}
.nodejs_slider_sec_main .ctatext a {
  padding: 11px 20px !important;
  margin-left: 20px;
}

/* mobile app page */

div#moble_app_sec_custom {
  padding: 150px 0 100px;
  position: relative;
  z-index: 1;
}
div#moble_app_sec_custom:after {
  content: "";
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.7;
}

section.mobal_dhporfoliomy_sec {
  padding: 100px 0;
}
.applst_sec .slick-prev {
  left: -10%;
}

.applst_sec .slick-arrow {
  margin-bottom: 0;
  width: 80px;
  height: 80px;
  border-radius: 100px;
  z-index: 9;
}
.applst_sec .slick-arrow:before {
  font-size: 50px;
  color: #006dba;
  opacity: 1;
}
.applst_sec .slick-next {
  right: -10%;
}
.appinnerpot {
  background-size: contain;
  height: 800px;
  background-position-x: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  border-radius: 10px;
  position: relative;
}
.text_app_port a {
  display: flex;
  background: #fff;
  align-items: center;
  padding: 5px 20px 5px 0;
  border-radius: 50px;
  border: 3px solid #006dba;
}

.text_app_port a span {
  font-family: "circular";
  font-size: 16px;
  font-weight: 700;
  color: #000 !important;
}

.text_app_port a img {
  width: 55px;
}
.text_app_port {
  width: max-content;
  margin: 50px auto 0;
  transform: rotate3d(0, 1, 0, 0deg);
}

.plyay_icomnnn {
  display: flex;
  align-items: center;
  column-gap: 50px;
}
.SectionServices_item__ck9gk {
  background-color: #222;
  box-shadow: 0 30px 50px hsla(0, 0%, 83%, 0.2);
  border-radius: 50px 16px;
  padding: 50px 48px 50px;
  position: relative;
}
.SectionServices_item__ck9gk img {
  position: absolute;
  width: 50px;
  right: 30px;
  top: 30px;
  filter: grayscale(100%);
}
.apppackhead h2 {
  font-family: gotham ssm a, gotham ssm b, sans-serif !important;
  font-weight: 700;
  font-size: 55px;
  color: #006dba;
  text-transform: uppercase;
}
.apppackhead p {
  font-family: Montserrat, sans-serif !important;
  font-weight: 40;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.6px;
  padding-top: 40px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.apppackhead strong {
  font-weight: 700;
}

.SectionServices_item__ck9gk li h6 {
  font-weight: 100;
  font-family: gotham ssm a, gotham ssm b, sans-serif !important;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.6px;
  margin-bottom: 8px;
  margin-top: 3px;
}
.SectionServices_item__ck9gk li {
  position: relative;
  margin-bottom: 16px;
}
.SectionServices_item__ck9gk li p {
  font-family: "gilroy-medium" !important;
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 20px;
  font-weight: 100;
}
.SectionServices_item__ck9gk ul {
  margin-left: 30px;
}
.SectionServices_item__ck9gk ul li:before {
  display: block;
  position: absolute;
  font-family: FontAwesome;
  font-size: 5px;
  content: "\f111";
  top: 8px;
  vertical-align: middle;
  margin: 0;
  margin-left: -16px;
  color: #ccc;
  opacity: 1;
}
.SectionServices_itemFooter__tZGI1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
}
.SectionServices_itemFooter__tZGI1 a {
  background: linear-gradient(to right, #006dba 0, #00a0d7 100%);
  color: #fff;
  padding: 16px 40px;
  border-radius: 5px;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 110;
}
.Price_wrap__4l5wo {
  font-family: "gilroy-medium";
  font-size: 18px;
  font-weight: 100;
  color: #fff;
  display: flex;
  column-gap: 30px;
  align-items: center;
}
.Price_price___1Chw {
  font-size: 35px;
  font-weight: 600;
  display: flex;
  align-items: center;
  column-gap: 12px;
  color: #006dba;
}
.nap {
  display: flex;
  align-items: flex-start;
  column-gap: 7px;
}
.Price_price___1Chw strike {
  font-size: 18px;
  font-weight: 500;
}

/* luppy pages */

section.feature_sec {
  padding: 100px 0 100px;
  background: #000;
}
.feature_head h3 {
  font-family: gotham ssm a, gotham ssm b, helvetica neue, Helvetica, Roboto,
    Arial, sans-serif !important;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}
.feature_head p {
  font-size: 15px;
  font-weight: 500;
  width: 90%;
  padding-top: 30px;
  color: #fff;
}
.feature_text h5 {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 15px;
  font-family: gotham ssm a, gotham ssm b, sans-serif !important;
  color: #fff;
  margin-bottom: 8px;
  margin-top: 3px;
}
.feature_text p {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4em !important;
  padding-bottom: 20px;
  color: #fff;
}
.feature_text a {
  padding: 20px 40px;
  color: #ffff;
  font-size: 18px;
  font-weight: 500;
  border-radius: 10px;
  background: #44c1ec;
}
.feature_head h3 span {
  font-weight: 900;
  color: #44c1ec;
}
.feature_text p span {
  font-weight: 900;
  color: #44c1ec;
}
section.images_sec {
  background: #000;
  padding: 50px 0 50px;
}
section.titan_about_sec {
  background: #000;
  padding: 100px 0 50px;
}
section.titan_about_sec .feature_text {
  padding-bottom: 70px;
  padding-top: 20px;
}
.luppuy_sldr_main img {
  width: 90%;
  margin: auto;
}
section.hightlight_sec h2 {
  font-size: 90px;
  text-align: end;
  font-weight: 800;
  line-height: 90px;
  color: #fff;
  font-family: gotham ssm a, gotham ssm b, sans-serif !important;
  margin-bottom: 8px;
  margin-top: 3px;
}
section.hightlight_sec .feature_text {
  padding-top: 50px;
  padding-bottom: 50px;
}
section.hightlight_sec .feature_text h5 {
  font-size: 35px;
  line-height: 3rem;
}
section.hightlight_sec h2 span {
  font-weight: 500;
  color: #42bde8;
}
.blue_box {
  padding: 55px 140px 60px;
  height: 100%;
}
.blue_box h3 {
  filter: drop-shadow(0px 0px 2px black);
  color: #fff;
  font-family: gotham ssm a, gotham ssm b, sans-serif !important;
  font-size: 45px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 8px;
  margin-top: 3px;
}
.blue_box p {
  margin-top: 30px;
  font-size: 28px !important;
  line-height: 1.2em !important;
  color: #fff;
  font-weight: 400 !important;
  margin-bottom: 20px;
}
.black_box {
  background: #000;
  padding: 60px 140px 60px;
  height: 100%;
}
.black_box h3 {
  filter: drop-shadow(0px 0px 2px black);
  color: #fff;
  font-family: gotham ssm a, gotham ssm b, sans-serif !important;
  font-size: 40px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 8px;
  margin-top: 3px;
}
.black_box p {
  margin-top: 30px;
  font-size: 28px !important;
  line-height: 1.2em !important;
  color: #fff;
  font-weight: 400 !important;
  margin-bottom: 20px;
}

/* cocopew page */
.cocopew_sec_main_page {
  padding: 200px 0 100px;
  background-color: #1a1a1a;
}
.cocopow_head {
  background: #ff8683;
  border: 3px solid #fff;
  border-radius: 5px;
  margin-bottom: 50px;
}
.cocopow_head img {
  width: 400px;
  margin: auto;
  max-width: 400px !important;
  display: block;
}
.img_cocopew_inner img {
  height: 500px;
  object-fit: cover;
  border-radius: 5px;
}

/* cost-to-coast page */
.img_cocopew_inner1 img {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 15px;
}

/* terms page */

#responsive_terms_2 p {
  font-family: gilroy-medium !important;
  color: #ccc;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 20px;
  text-rendering: optimizeLegibility;
}
#responsive_terms_2 ul {
  margin-left: 18px;
}
#responsive_terms_2 li {
  font-size: 14px;
  color: #ccc;
  font-family: gilroy-medium !important;
  font-weight: 300;
  line-height: 1.5em;
  padding-left: 9px;
  margin-bottom: 16px;
}
#responsive_terms_2 ul li:before {
  display: block;
  position: absolute;
  font-family: FontAwesome;
  font-size: 5px;
  content: "\f111";
  vertical-align: middle;
  margin: 0;
  margin-left: -16px;
}
#responsive_terms_2 a {
  color: #006dba;
}
div#responsive_terms_2 {
  padding-bottom: 50px;
}
/************************** media-query **************************/

@media only screen and (min-width: 1921px) and (max-width: 7368px) {
}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {
}

@media only screen and (min-width: 1445px) and (max-width: 1599px) {
  .header .header_browse .header_nav_secondary {
    padding: 10px 20px !important;
  }
  .applst_sec .slick-next {
    right: -5%;
  }
  .applst_sec .slick-prev {
    left: -4%;
  }
  .main-pfrn-sec {
    background-position: bottom;
  }
  .anmated_content_sec h2 {
    width: 100%;
    font-size: 40px !important;
  }
  .anmated_content_sec p {
    width: 100%;
  }
}

@media only screen and (min-width: 1366px) and (max-width: 1444px) {
  #weband_apps #nav-tab {
    margin: 0 auto 50px;
  }
  #webprot_sldtrh {
    padding: 50px 0 0;
  }
  .role-carousel .roles-item-title br {
    display: none;
  }
  .role-carousel .roles-item-title {
    font-size: 15px;
    font-weight: 600;
  }
  .floatbutton {
    top: 5%;
  }
  .rightcalltoaction {
    top: 78%;
    right: auto;
    left: 0;
  }
  .webpor_sldr_sec .webporthiver123 {
    height: 500px;
    border-radius: 14px;
  }
  .modal-content:after {
    border-radius: 5px;
  }
  .modal-header .btn-close {
    width: 15px;
    height: 18px;
    font-size: 15px;
  }
  .popup-head h3 {
    font-size: 30px;
  }
  .modal.show .modal-dialog {
    max-width: 60%;
    margin-top: 0;
  }
  .modal-content {
    padding: 2rem 2rem 1rem;
    border-radius: 5px;
  }
  #custommodal1 input {
    height: 35.12px;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .inner_form_slct231 .form-check input {
    margin-bottom: 4px !important;
    margin-top: 4px !important;
  }
  select#budget-value {
    height: 35.12px;
    font-size: 14px;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 0;
  }
  #custommodal1 textarea {
    padding: 8px 20px 5px;
  }
  #custommodal1 .btn_form .submit {
    padding: 10px 23px;
    margin-top: 16px;
    width: 100%;
    height: 100%;
  }
  .addressbox {
    width: 15%;
    margin: 0;
  }
  .addresssnewlider .address_overlay {
    padding: 0 6px;
  }
  .header .header_browse .header_nav_secondary {
    padding: 10px 20px !important;
  }
  section.home-hero_section {
    min-height: 100%;
    height: 100%;
  }
  .iconbx {
    width: 18px !important;
    height: 23px !important;
    background-size: contain;
    margin-right: 12px;
  }
  #webprot_sldtrh {
    width: 80%;
    margin: auto;
    padding: 0;
  }
  p.pack_para_div {
    font-size: 16px;
  }
  .footer_addres_jnsec {
    padding: 50px 0 100px;
  }
  .webpor_sldr_sec img {
    object-fit: contain;
    height: 500px;
  }
  .webpor_sldr_sec .webporthiver123 p {
    font-size: 35px;
  }
  .applst_sec .slick-next {
    right: -5%;
  }
  .applst_sec .slick-prev {
    left: -4%;
  }
  .main-pfrn-sec {
    background-position: bottom;
    background-size: contain;
    padding: 150px 0 50px;
  }
  .main-wtn-sec a {
    font-size: 14px;
    font-weight: 600;
    padding: 6px 8px;
  }
  .anmated_content_sec h2 {
    width: 100%;
    font-size: 38px !important;
  }
  .anmated_content_sec p {
    width: 100%;
  }
  .addresssnewlider {
    row-gap: 20px;
    column-gap: 5px;
  }
  html {
    overflow-x: hidden;
  }
  .appinnerpot {
    height: 500px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  #weband_apps #nav-tab {
    margin: 0 auto 50px;
  }
  .appinnerpot {
    background-size: contain;
    height: 500px;
  }
  .role-carousel .roles-item-title {
    font-size: 15px;
    font-weight: 600;
  }
  .role-carousel .roles-item-title br {
    display: none;
  }
  .floatbutton {
    top: 5%;
  }
  .rightcalltoaction {
    top: 78%;
    right: auto;
    left: 0;
  }
  .webpor_sldr_sec .webporthiver123 {
    height: 500px;
    border-radius: 14px;
  }
  .home-hero_section {
    height: 100%;
    min-height: 100%;
  }
  .modal-header .btn-close {
    width: 15px;
    height: 18px;
    font-size: 15px;
  }
  .popup-head h3 {
    font-size: 30px;
  }
  .modal.show .modal-dialog {
    max-width: 60%;
    margin-top: 0;
  }
  .modal-content {
    padding: 2rem 2rem 1rem;
  }
  #custommodal1 input {
    height: 35.12px;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .inner_form_slct231 .form-check input {
    margin-bottom: 4px !important;
    margin-top: 4px !important;
  }
  select#budget-value {
    height: 35.12px;
    font-size: 14px;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 0;
  }
  #custommodal1 textarea {
    padding: 8px 20px 5px;
  }
  #custommodal1 .btn_form .submit {
    padding: 10px 23px;
    margin-top: 16px;
    width: 100%;
    height: 100%;
  }
  .addresssnewlider .address_overlay {
    padding: 0 6px;
  }
  .header .header_browse .header_nav--menu {
    padding: 0px 0px 0px 0;
  }
  .header .header_browse .header_nav_secondary {
    padding: 10px 10px !important;
    font-size: 18px;
  }
  .header .header_browse .header_nav_courses {
    width: 140px;
  }
  .applst_sec .slick-next {
    right: -75px;
  }
  .applst_sec .slick-prev {
    left: -70px;
  }
  .blue_box {
    padding: 55px 60px 60px;
  }
  .black_box {
    padding: 60px 60px 60px;
  }
  .black_box h3 {
    font-size: 30px;
  }
  .black_box p {
    font-size: 20px !important;
  }
  .blue_box p {
    font-size: 20px !important;
  }
  .blue_box h3 {
    font-size: 30px;
  }
  .main-pfrn-sec {
    background-position: bottom;
  }
  .introduction_sec {
    padding: 100px 0;
  }
  .cmp-text ul li {
    display: flex;
  }
  .main-pricing-block #nav-tab button {
    padding: 5px 29px;
  }
  .anmated_content_sec h2 {
    width: 100%;
    font-size: 30px !important;
  }
  .anmated_content_sec p {
    width: 100%;
  }
  .testi .ps_logos h3 {
    font-size: 40px;
  }
  .footer_addres_jnsec .title h2 {
    font-size: 32px;
    line-height: 45px;
  }

  .addresssnewlider {
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 5px;
  }
  .addressbox {
    width: 15%;
    margin: 0;
  }
  .addresssnewlider .address_overlay {
    top: 62%;
  }
  .newfootertxt h3 {
    font-size: 42px;
  }
  .newfootertxt {
    bottom: 70px;
    left: 70px;
  }
  html {
    overflow-x: hidden;
  }
  .innerpagesbnr_text h1 {
    font-size: 45px;
  }
  .packages_sec_pricing #nav-tab button {
    padding: 5px 25px !important;
  }
  .compiny_abt_sec .anmated_content_sec {
    padding: 25px 0px 0 0px;
  }
  .compiny_abt_sec ul li {
    margin: 20px 1% 32px;
  }
  .inner_services_platform_sec .services_tabs button {
    padding: 7px 7px;
  }
  .website_portfolio_sec div#nav-website1 button {
    font-size: 14px !important;
    padding: 7px 8px !important;
  }
  #nodeporfolio_sec1 .slick-next {
    right: 5%;
  }
  #nodeporfolio_sec1 .slick-prev {
    right: 8%;
  }
  .modal-content .modal-body {
    width: 95%;
    padding: 0rem 1rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header .header_browse .header_nav_secondary {
    padding: 10px 3px !important;
  }
  .header .header_browse i.icons {
    top: 5px;
  }
  .header .header_browse .header_nav_primary {
    padding: 0.2em 10px;
    font-size: 16px !important;
  }
  .header .header_browse .header_nav_secondary {
    font-size: 16px;
  }
  .header .header_browse .header_nav_courses {
    width: 115px;
  }
  .header {
    padding: 12px 3px;
  }
  .header .header_browse {
    column-gap: 14px;
  }
  .header .header_browse .header_nav--menu {
    padding: 0px 0px 0px 0;
  }
  .home-hero_section {
    height: 100%;
    min-height: 100%;
    padding-bottom: 50px;
  }
  .home_hero-content {
    padding-top: 20vh;
  }
  .paths_please2 .roles-textbox {
    font-size: 15px;
    padding-right: 0px;
  }
  .applst_sec .slick-prev,
  .applst_sec .slick-next {
    top: 109%;
  }
  .applst_sec .slick-next {
    right: 25%;
  }
  .applst_sec .slick-prev {
    left: 25%;
  }
  .introduction_sec {
    padding: 100px 0;
  }
  .cmp-text ul li {
    padding: 0 0 0 0px;
  }
  ul.newlist li article {
    width: 100%;
    margin: 20px 0 0 0px;
  }
  .main-pfrn-sec {
    background-position: center;
  }
  .main-pricing-block #nav-tab button {
    font-size: 16px;
    padding: 8px 28px;
  }
  .animated_gif_sec1 {
    padding-top: 20px;
  }
  .anmated_content_sec h2 {
    width: 100%;
    font-size: 24px !important;
  }
  .anmated_content_sec p {
    width: 100%;
    font-size: 14px;
  }
  .testi .ps_logos h3 {
    font-size: 38px;
  }
  .testiSlide article p {
    font-size: 15px;
    height: 125px;
    overflow-y: scroll;
  }
  .footer_addres_jnsec .title h2 {
    font-size: 32px;
    line-height: 45px;
  }
  .footer_addres_jnsec {
    padding: 0px 0 100px !important;
  }
  .addresssnewlider {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .addressbox {
    width: 23%;
  }
  .addresssnewlider .address_overlay {
    top: 64%;
  }
  .newfootertxt h3 {
    font-size: 35px;
    line-height: 50px;
  }
  .newfootertxt {
    bottom: 50px;
    left: 55px;
  }
  .addrese_sec article.last {
    width: 100%;
  }
  .addrese_sec article {
    width: 100%;
  }
  .innerpagesbnr_text h1 {
    font-size: 30px;
    line-height: 45px;
    margin: 45px 0 10px;
    font-weight: 700;
  }
  .ps-button img {
    display: none !important;
  }
  .brws-pg .brws-pitches-wrapper .brws-pitch-wrapper {
    font-size: 16px;
  }
  .brws-pg .brws-pitches-wrapper .brws-pitch-wrapper .brws-pitch img {
    width: 35px;
  }
  .inner_services_platform_sec .services_tabs button img {
    display: none;
  }
  #weband_apps #nav-tab {
    justify-content: center;
  }
  .packages_sec_pricing .pricing_head_text h1 {
    font-size: 36px;
    line-height: 49px;
    margin: 0 0 50px;
  }
  .main-pricing-block #nav-tab button {
    font-size: 14px;
    padding: 8px 15px;
  }
  .sec-combo_pricing .cdiv .cbtm a.order {
    font-size: 14px;
    padding: 9px 16px;
  }
  .inner_services_platform_sec ul.newlist li article {
    width: 81%;
    margin: 0px 0 0 16px;
  }
  div#responsive_sec_two2 {
    padding-top: 50px !important;
  }
  .pricing_plan--wrapper .pricing_plan--inverter h2 {
    font-size: 20px;
  }
  .api-price-styling .curr-major {
    font-size: 45px;
  }
  .pricing_plan--box .amount_box,
  sup.promo-original-price {
    top: -20px;
  }
  .api-price-styling .curr-symbol {
    position: relative;
    top: -20px;
    left: -9px;
  }
  .packages_sec_pricing .pricing_plan--listAll {
    padding: 0px 30px 35px 30px;
  }
  .packages_sec_pricing
    .pricing_plan--list
    hr.pricing_plan--list_header_separator {
    margin: 0 30px 15px;
  }
  .packages_sec_pricing .pricing_plan--list h5.pricing_plan--list_header {
    margin-left: 30px;
  }
  .appinnerpot {
    height: 550px;
  }
  .apppackhead h2 {
    font-size: 40px;
  }
  .SectionServices_item__ck9gk img {
    width: 30px;
  }
  #nodeporfolio_sec1 .slick-prev {
    right: 6%;
  }
  #nodeporfolio_sec1 .slick-next {
    right: 3%;
    z-index: 999999;
  }

  #nodeporfolio_sec1 .slick-next,
  #nodeporfolio_sec1 .slick-prev {
    bottom: -20%;
  }
  .platform_content_main h2 {
    font-size: 30px;
  }
  .blue_box {
    padding: 55px 60px 60px;
  }
  .black_box {
    padding: 60px 60px 60px;
  }
  .black_box h3 {
    font-size: 26px;
  }
  .blue_box h3 {
    font-size: 26px;
  }
  .blue_box p {
    font-size: 22px !important;
  }
  .black_box p {
    font-size: 20px !important;
  }
  .feature_text h5 {
    font-size: 22px;
  }
  section.hightlight_sec h2 {
    font-size: 64px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header {
    position: absolute;
  }
  .header .header_menu {
    display: block;
    top: 0;
    margin: unset;
    right: 10px;
  }
  .webpor_sldr_sec .webporthiver123 p {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
  }
  .header .header_utilities {
    display: none;
  }
  .header .header_browse .header_nav_courses,
  .header .header_browse .header_nav_submenus {
    display: none;
  }
  .header .header_nav ul {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
  }
  .header-menu-open .header .header_nav {
    opacity: 1;
    visibility: visible;
  }
  .header .header_browse .header_nav_secondary {
    font-size: 16px;
  }

  .header .header_browse .header_nav_secondary {
    padding: 4px 30px !important;
  }
  li.hasdropdown a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: opacity 0.3s ease;
    display: block;
    font-weight: 70;
    font-family: "Nnnouvellegroteskgx" !important;
    padding: 8px 30px 3px !important;
  }
  .packages_sec_pricing .pricing_plan--list {
    padding: 8px 8px;
  }
  .home_hero_title {
    max-width: 80%;
    font-size: 39px;
    font-weight: 600;
    text-align: center;
    margin: auto;
  }
  .hero-subcontent {
    grid-row-gap: 1rem;
    margin-top: 0.5rem;
  }
  .home_hero_desc {
    font-size: 25px;
    text-align: center;
  }
  .iconbx {
    width: 24px !important;
    height: 32px !important;
    background-size: contain;
  }
  .button-cta {
    padding: 0.8rem 0.75rem;
    font-size: 18px;
    margin: auto;
  }
  .home_hero_title br {
    display: none;
  }
  .home_hero_title a {
    max-width: 100%;
    font-size: 39px;
  }
  .brand_img {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 18px;
  }
  .brand_img img {
    width: 100px !important;
  }
  .home-hero_section {
    height: 100%;
    min-height: 100%;
    padding-bottom: 50px;
  }
  .home_hero-content {
    padding-top: 20vh;
  }
  .home_hero_desc br {
    display: none;
  }
  .home-gradient_topleft {
    background-image: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.85),
      rgba(0, 0, 0, 0.78) 45%,
      rgba(0, 0, 0, 0.33) 100%,
      transparent
    );
  }
  section.home-hero_section:after {
    top: 10px;
  }
  div#role_caursl_responsive_1 {
    padding-bottom: 30px;
    padding-top: 50px !important;
  }
  .free-form-component {
    text-align: center;
    padding-bottom: 30px;
  }

  .paths_please2 .roles-textbox {
    padding-right: 0;
  }
  .role-carousel .slick-list {
    height: 100% !important;
  }
  .role-carousel .roles-item a img {
    display: none;
  }
  .role-carousel .roles-box {
    height: 100%;
  }
  .role-carousel .roles-item-title {
    text-align: left;
    letter-spacing: 1px;
  }

  .role-carousel .roles-item a .roles-item-iq {
    font-size: 16px;
    column-gap: 10px;
    align-items: center;
    text-align: left;
  }
  .abut_content_dv .image {
    text-align: center;
  }
  .website_portfolio_sec {
    padding: 50px 0 50px;
  }
  h1.pack_head_div {
    font-size: 26px;
    padding-bottom: 20px;
  }
  p.pack_para_div {
    font-size: 16px;
    width: 100%;
    padding-bottom: 20px;
  }
  #webprot_sldtrh {
    padding: 20px 0;
  }
  .applst_sec .slick-next {
    right: 25%;
  }
  .applst_sec .slick-prev {
    left: 25%;
  }
  .applst_sec .slick-prev,
  .applst_sec .slick-next {
    top: 110%;
  }
  .introduction_sec {
    padding: 100px 0 50px;
  }
  .cmp-text {
    text-align: center;
  }
  ul.newlist li article {
    width: 100%;
    margin: 20px 0 0 0px;
  }
  .cmp-text ul li {
    padding: 0 0 0 0px;
  }
  .main-pfrn-sec {
    background-image: url(../images/crta_bgnewmobile.png) !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: unset;
    padding: 164px 0 85px;
  }
  .main-wtn-sec .chtnow {
    display: flex;
    justify-content: center;
    padding-left: 160px;
  }
  section.iconic_cusytom_sec {
    padding: 50px 0 50px;
  }
  .iconic_cusytom_sec h2 {
    font-size: 30px;
  }
  .main-pricing-block #nav-tab button {
    font-size: 14px;
    padding: 4px 15px;
  }
  section.iconic_cusytom_sec #nav-tab {
    border-radius: 15px;
    justify-content: space-between;
  }
  .iconic_box12 {
    column-gap: 55px;
  }
  div#index_cta_responsive1 {
    padding: 50px 0;
  }
  .animated_gif_img1 {
    display: none;
  }
  .anmated_content_sec {
    text-align: center;
  }
  .anmated_content_sec h2 {
    width: 94%;
    font-size: 25px !important;
    margin: auto;
  }

  .anmated_content_sec p {
    color: #fff;
    width: 100%;
    padding: 0 13px;
  }
  .testi .ps_logos h3 {
    font-size: 24px;
  }
  .testiSlide article p {
    font-size: 15px;
    height: 125px;
    overflow-y: scroll;
  }
  .testiSlide .slick-list {
    height: 100% !important;
  }
  .testiSlide article {
    padding: 30px 20px;
  }
  .testiSlide .slick-prev {
    right: 20%;
  }
  .frequently-asked_sec_main {
    padding: 50px 0 50px;
  }
  .faq_content_box {
    text-align: center;
  }
  .faq_content_box h2 {
    font-size: 26px;
    padding-bottom: 40px;
  }
  .accordion-header .accordion-button {
    padding: 10px 10px 10px 0;
    font-size: 15px;
  }
  .footer_addres_jnsec {
    padding: 50px 0;
  }
  .footer_addres_jnsec .title h2 {
    font-size: 23px;
    font-weight: 500;
    line-height: 30px;
  }
  .addressbox {
    width: 23%;
  }
  .addresssnewlider .address_overlay {
    top: 58%;
  }
  .addresssnewlider {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .newfootertxt {
    bottom: 10px;
    left: 0;
    width: 100%;
  }
  .newfootertxt h3 {
    font-size: 29px;
    line-height: 37px;
    font-weight: 600;
    text-align: center;
  }
  .ps-button img {
    display: none;
  }
  .foot_imgbn:after {
    background: linear-gradient(to top, #000000c7, #ffffff00 57%);
  }
  .contact-us-form {
    width: 95%;
    margin: 14px auto;
  }
  #touchsec .footertext {
    font-size: 16px;
  }
  footer#ftr .ftr-cat-header {
    font-size: 20px;
    font-weight: 500;
    margin-top: 0px;
  }
  footer#ftr {
    padding-top: 50px;
  }
  .addrese_sec {
    display: flex;
    row-gap: 35px;
  }
  .addrese_sec article {
    width: 100%;
  }
  .addrese_sec article a {
    font-size: 16px;
  }
  .addrese_sec article.last {
    width: 100%;
  }
  span.hide-for-medium-only {
    padding-top: 15px;
  }
  footer#ftr .ftr-col-last {
    padding-top: 35px;
    flex-direction: column;
    justify-content: space-between;
  }
  .ftr-terms {
    padding-top: 18px;
    justify-content: space-around !important;
  }
  footer#ftr .ftr-btm.ftr-terms span {
    min-width: unset;
  }
  .modal.show .modal-dialog {
    max-width: 100%;
  }
  .modal-content {
    padding: 1rem;
  }
  .modal-header .btn-close {
    top: 12px;
    width: 17px;
    height: 20px;
    font-size: 16px;
  }
  #custommodal1 .btn_form {
    width: 100%;
  }
  .modal-content .modal-body {
    width: 100%;
    margin: auto;
    padding: 0;
  }
  .popup-head h3 {
    font-size: 28px;
    font-weight: 500;
  }
  html {
    overflow-x: hidden !important;
  }
  .brws-pg .brws-pitches-wrapper .brws-pitch-wrapper .brws-pitch img {
    margin-right: 8px;
    width: 22px;
  }
  .brws-pg .brws-pitches-wrapper .brws-pitch-wrapper {
    font-size: 14px;
    padding: 30px 0px;
  }
  .inner_services_platform_sec .services_tabs {
    justify-content: center;
  }
  .platform_img_sec {
    text-align: center;
  }

  .platform_img_sec img {
    width: 50%;
  }
  .pricing_plan--wrapper .pricing_plan--inverter h2 {
    font-size: 20px;
  }
  .api-price-styling .curr-major {
    font-size: 40px;
  }
  .pricing_plan--box .amount_box,
  sup.promo-original-price {
    top: -18px;
  }
  .api-price-styling .curr-symbol {
    top: -15px;
  }
  .lupy_bnr_sec {
    padding-top: 100px;
  }
  section.feature_sec {
    padding: 50px 0 50px;
  }
  .feature_head {
    padding-bottom: 20px;
  }
  .feature_head h3 {
    font-size: 30px;
    font-weight: 500;
  }
  .feature_head h3 span {
    font-weight: 700;
  }
  .feature_head p {
    width: 100%;
  }
  .feature_text h5 {
    font-size: 22px;
  }
  .feature_text a {
    padding: 12px 30px;
  }
  section.titan_about_sec {
    padding: 50px 0 50px;
  }
  section.titan_about_sec .feature_text {
    padding-bottom: 30px;
  }
  .luppuy_sldr_main .slick-next {
    right: -20px;
  }

  .luppuy_sldr_main .slick-prev {
    left: -20px;
  }
  .luppuy_sldr_main .slick-prev:before,
  .luppuy_sldr_main .slick-next:before {
    font-size: 35px;
    color: #ffffff;
  }
  section.hightlight_sec h2 {
    font-size: 62px;
    font-weight: 600;
    line-height: 70px;
  }
  section.hightlight_sec .feature_text {
    padding-top: 25px;
    padding-bottom: 20px;
  }
  section.hightlight_sec .feature_text h5 {
    font-size: 24px;
    line-height: 2rem;
  }
  .blue_box {
    padding: 50px 30px 30px;
  }
  .blue_box h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .blue_box p {
    margin-top: 20px;
    font-size: 18px !important;
  }
  .black_box {
    padding: 50px 30px 50px;
  }
  .black_box h3 {
    font-size: 24px;
  }
  .black_box p {
    margin-top: 20px;
    font-size: 18px !important;
  }
  section.hightlight_sec .black_box:first-child {
    padding-bottom: 0;
  }
  div#responsive_banner_tab {
    padding: 100px 0 100px;
  }
  .innerpagesbnr_text h1 {
    font-size: 30px;
    line-height: 45px;
    margin: 45px 0 10px;
    font-weight: 700;
  }
  .innerpagesbnr_text .cmp-text {
    text-align: left !important;
  }
  .innerpagesbnr_text p {
    font-size: 18px;
    width: 100% !important;
  }
  .ps-button img {
    margin-left: 0px !important;
  }
  .inner_services_platform_sec .services_tabs button {
    width: 47%;
    font-size: 14px;
  }
  .platform_content_main h2 {
    font-weight: 700;
    font-size: 28px;
    text-align: center;
  }
  .inner_services_platform_sec {
    padding: 100px 0 50px;
  }
  .packages_sec_pricing .pricing_head_text h1 {
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
    margin: 0px 0 50px;
  }
  div#responsive_sec_two2 {
    padding-top: 50px !important;
  }
  div#responsive_sec_two2 #nav-tab button {
    font-size: 14px;
    padding: 7px 15px;
  }
  .packages_sec_pricing .nav-tabs {
    margin: 0 auto 50px;
    border-radius: 18px;
    justify-content: center;
  }
  .packages_sec_pricing .pricing_plan--listAll {
    padding: 0px 30px 35px 30px;
  }
  .packages_sec_pricing .pricing_plan--list h5.pricing_plan--list_header {
    margin-left: 30px;
  }
  .packages_sec_pricing
    .pricing_plan--list
    hr.pricing_plan--list_header_separator {
    margin: 0 30px 15px;
  }
  .innerpagesbnr_text .cmp-text ul li {
    font-size: 18px;
    line-height: 25px;
    padding: 0 0 15px 30px;
    text-align: left;
  }
  .inner_services_platform_sec .services_tabs button img {
    display: none;
  }
  .prototype_content_main {
    padding: 0px 0 0;
  }
  .cocopow_head img {
    max-width: 100% !important;
  }
  .sec-combo_pricing .cdiv:before {
    display: none;
  }
  .sec-combo_pricing .cdiv .ctop h2 {
    font-size: 22px;
    font-weight: 600;
  }
  .sec-combo_pricing .cdiv .cbtm h4.tit {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .sec-combo_pricing .cdiv .cbtm h3 {
    margin: 20px 0px 0 0;
    font-weight: 700;
    text-align: center;
  }
  #nodeporfolio_sec1 .slick-next,
  #nodeporfolio_sec1 .slick-prev {
    top: auto;
    bottom: -60px;
  }
  #nodeporfolio_sec1 .slick-next {
    right: 36%;
  }
  #nodeporfolio_sec1 .slick-prev {
    right: 60%;
  }

  .sec-combo_pricing .cdiv .cbtm h3 span {
    font-size: 18px;
    top: -18px;
  }
  #nodeporfolio_sec1 ul li a {
    height: 360px;
  }
  .appinnerpot {
    height: 550px;
  }
  .SectionServices_item__ck9gk {
    padding: 30px 20px 30px;
  }
  .SectionServices_item__ck9gk img {
    width: 25px;
    right: 8px;
    top: 20px;
  }

  .apppackhead h2 {
    font-size: 22px;
  }
  .apppackhead p {
    padding-top: 10px;
  }
  .SectionServices_itemFooter__tZGI1 {
    padding-top: 15px;
    row-gap: 15px;
  }
  section.about_sec_main .nav-tabs {
    justify-content: center;
  }
  .SectionServices_itemFooter__tZGI1 a {
    padding: 10px 28px;
  }
  .Price_wrap__4l5wo {
    flex-direction: column;
  }
  .Price_price___1Chw {
    font-size: 20px;
  }
  .about_sec_main {
    text-align: center;
  }
  .about_sec_main .sec-title h2 {
    font-size: 26px;
  }
  section.about_sec_main .nav-tabs button {
    padding: 11px 9px;
    font-size: 16px;
    margin: 0 0px 10px;
  }
  section.about_sec_main p.pera {
    font-size: 16px;
    font-weight: 500;
    width: 100%;
  }
  .img_sec_second {
    justify-content: center;
    column-gap: 70px;
  }
  .img_sec_second ul {
    margin-left: 0px;
    padding-top: 20px;
    text-align: left;
  }
  section.ourteame_sec_main {
    padding: 50px 0;
  }
  section.ourteame_sec_main h2 {
    font-size: 30px;
  }
  .compiny_abt_sec .anmated_content_sec {
    padding: 0px 0px 0 0px;
  }
  .compiny_abt_sec .anmated_content_sec h2 {
    margin: auto !important;
  }
  .compony_solution_sec:after {
    width: 100%;
  }
  .compony_solution_sec {
    background-size: cover;
  }
  .compony_solution_content {
    padding-right: 0;
    text-align: center;
  }
  .compony_solution_content h2 {
    text-align: center;
  }
  #weband_apps #nav-tab {
    justify-content: space-around;
  }
  #weband_apps .portwrapper .portfoliolist .border-box-effect {
    width: 50%;
  }
  .thankYou h2 {
    width: 90% !important;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .thankYou h6 {
    width: 100% !important;
  }
  .thankYou h2 {
    width: 100% !important;
    line-height: 30px !important;
    font-size: 23px !important;
  }
  .header {
    position: absolute;
  }
  .header .header_menu {
    display: block;
    top: 0;
    margin: unset;
    right: 10px;
  }
  .webpor_sldr_sec .webporthiver123 p {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
  }
  .header .header_utilities {
    display: none;
  }
  .header .header_browse .header_nav_courses,
  .header .header_browse .header_nav_submenus {
    display: none;
  }
  .header .header_nav ul {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
  }
  .header-menu-open .header .header_nav {
    opacity: 1;
    visibility: visible;
  }
  .header .header_browse .header_nav_secondary {
    font-size: 16px;
  }

  .header .header_browse .header_nav_secondary {
    padding: 4px 30px !important;
  }
  li.hasdropdown a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: opacity 0.3s ease;
    display: block;
    font-weight: 70;
    font-family: "Nnnouvellegroteskgx" !important;
    padding: 8px 30px 3px !important;
  }
  .rightcalltoaction {
    display: none;
  }
  .floatbutton {
    display: none;
  }
  .home_hero_title {
    max-width: 80%;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    margin: auto;
  }
  .hero-subcontent {
    grid-row-gap: 1rem;
    margin-top: 0.5rem;
  }
  .home_hero_desc {
    font-size: 18px;
    text-align: center;
  }
  .button-cta {
    padding: 0.8rem 0.75rem;
    font-size: 18px;
    margin: auto;
  }
  .home_hero_title br {
    display: none;
  }
  .home_hero_title a {
    max-width: 100%;
    font-size: 25px;
  }
  .brand_img {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 18px;
  }
  .brand_img img {
    width: 100px !important;
  }
  .home-hero_section {
    height: 100%;
    min-height: 100%;
    padding-bottom: 50px;
  }
  .home_hero-content {
    padding-top: 20vh;
  }
  .home_hero_desc br {
    display: none;
  }
  .home-gradient_topleft {
    background-image: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.85),
      rgba(0, 0, 0, 0.78) 45%,
      rgba(0, 0, 0, 0.33) 100%,
      transparent
    );
  }
  section.home-hero_section:after {
    top: 10px;
  }
  div#role_caursl_responsive_1 {
    padding-bottom: 30px;
    padding-top: 50px !important;
  }
  .free-form-component {
    text-align: center;
    padding-bottom: 30px;
  }

  .paths_please2 .roles-textbox {
    padding-right: 0;
  }
  .role-carousel .slick-list {
    height: 100% !important;
  }
  .role-carousel .roles-item a img {
    display: none;
  }
  .role-carousel .roles-box {
    height: 100%;
  }
  .role-carousel .roles-item-title {
    text-align: left;
    letter-spacing: 1px;
  }

  .role-carousel .roles-item a .roles-item-iq {
    font-size: 16px;
    column-gap: 10px;
    align-items: center;
    text-align: left;
  }
  .abut_content_dv .image {
    text-align: center;
  }
  .website_portfolio_sec {
    padding: 50px 0 50px;
  }
  h1.pack_head_div {
    font-size: 26px;
    padding-bottom: 20px;
  }
  p.pack_para_div {
    font-size: 16px;
    width: 100%;
    padding-bottom: 20px;
  }
  #webprot_sldtrh {
    padding: 20px 0;
  }
  .applst_sec .slick-next {
    right: 25%;
  }
  .applst_sec .slick-prev {
    left: 25%;
  }
  .applst_sec .slick-prev,
  .applst_sec .slick-next {
    top: 110%;
  }
  .introduction_sec {
    padding: 100px 0 50px;
  }
  .cmp-text {
    text-align: center;
  }
  ul.newlist li article {
    width: 100%;
    margin: 20px 0 0 0px;
  }
  .cmp-text ul li {
    padding: 0 0 0 0px;
  }
  .main-pfrn-sec {
    background-image: url(../images/crta_bgnewmobile.png) !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100%;
    padding: 115px 0 50px;
  }
  .main-wtn-sec .chtnow {
    width: 75%;
    margin: auto;
    text-align: end;
  }
  .main-wtn-sec a {
    font-size: 14px;
    padding: 7px 10px;
  }
  section.iconic_cusytom_sec {
    padding: 50px 0 50px;
  }
  .iconic_cusytom_sec h2 {
    font-size: 30px;
  }
  .main-pricing-block #nav-tab button {
    font-size: 14px;
    padding: 7px 25px;
  }
  section.iconic_cusytom_sec #nav-tab {
    border-radius: 15px;
    justify-content: center;
  }
  div#index_cta_responsive1 {
    padding: 50px 0;
  }
  .animated_gif_img1 {
    display: none;
  }
  .anmated_content_sec {
    text-align: center;
  }
  .anmated_content_sec h2 {
    width: 94%;
    font-size: 25px !important;
    margin: auto;
  }

  .anmated_content_sec p {
    color: #fff;
    width: 100%;
    padding: 0 13px;
  }
  .testi .ps_logos h3 {
    font-size: 24px;
  }
  .testiSlide article p {
    font-size: 15px;
    height: 125px;
    overflow-y: scroll;
  }
  .testiSlide .slick-list {
    height: 100% !important;
  }
  .testiSlide article {
    padding: 30px 20px;
  }
  .testiSlide .slick-prev {
    right: 20%;
  }
  .frequently-asked_sec_main {
    padding: 50px 0 50px;
  }
  .faq_content_box {
    text-align: center;
  }
  .faq_content_box h2 {
    font-size: 26px;
    padding-bottom: 40px;
  }
  .accordion-header .accordion-button {
    padding: 10px 10px 10px 0;
    font-size: 15px;
  }
  .footer_addres_jnsec {
    padding: 50px 0;
  }
  .footer_addres_jnsec .title h2 {
    font-size: 23px;
    font-weight: 500;
    line-height: 30px;
  }
  .addressbox {
    width: 30%;
  }
  .addresssnewlider {
    flex-wrap: wrap;
  }
  #touchsec .footerimage {
    height: 100%;
  }
  .newfootertxt {
    bottom: 10px;
    left: 0;
    width: 100%;
  }
  .newfootertxt h3 {
    font-size: 35px;
    line-height: 50px;
    font-weight: 600;
    text-align: center;
  }
  .ps-button img {
    display: none;
  }
  .foot_imgbn:after {
    background: linear-gradient(to top, #000000c7, #ffffff00 57%);
  }
  .contact-us-form {
    width: 95%;
    margin: 14px auto;
  }
  #touchsec .footertext {
    font-size: 16px;
  }
  span.ftr-copyright {
    text-align: center;
  }
  footer#ftr .ftr-cat-header {
    font-size: 20px;
    font-weight: 500;
    margin-top: 0px;
  }
  footer#ftr {
    padding-top: 50px;
  }
  .addrese_sec {
    display: flex;
    flex-direction: column;
    text-align: center;
    row-gap: 35px;
  }
  .addrese_sec article {
    width: 100%;
  }
  .addrese_sec article a {
    font-size: 16px;
  }
  .addrese_sec article.last {
    width: 100%;
    text-align: center;
  }
  span.hide-for-medium-only {
    justify-content: center;
    padding-top: 15px;
  }
  footer#ftr .ftr-col-last {
    padding-top: 35px;
    flex-direction: column;
    justify-content: space-between;
  }
  .ftr-terms {
    padding-top: 18px;
    justify-content: space-around !important;
  }
  footer#ftr .ftr-btm.ftr-terms span {
    min-width: unset;
  }
  .modal.show .modal-dialog {
    max-width: 100%;
  }
  .modal-content {
    padding: 1rem;
  }
  .modal-header .btn-close {
    top: 12px;
    width: 17px;
    height: 20px;
    font-size: 16px;
  }
  .inner_form_slct231 .form-check {
    width: 100%;
  }
  #custommodal1 .btn_form {
    width: 100%;
  }
  .modal-content .modal-body {
    width: 100%;
    margin: auto;
    padding: 0;
  }
  .popup-head h3 {
    font-size: 28px;
    font-weight: 500;
  }
  html {
    overflow-x: hidden !important;
  }
  .lupy_bnr_sec {
    padding-top: 100px;
  }
  section.feature_sec {
    padding: 50px 0 50px;
    text-align: center;
  }
  .feature_head {
    padding-bottom: 20px;
  }
  .feature_head h3 {
    font-size: 30px;
    font-weight: 500;
  }
  .feature_head h3 span {
    font-weight: 700;
  }
  .feature_head p {
    width: 100%;
  }
  .feature_text h5 {
    font-size: 22px;
  }
  .feature_text a {
    padding: 12px 30px;
  }
  section.titan_about_sec {
    padding: 50px 0 50px;
    text-align: center;
  }
  section.titan_about_sec .feature_text {
    padding-bottom: 30px;
  }
  .luppuy_sldr_main .slick-next {
    right: 0;
  }

  .luppuy_sldr_main .slick-prev {
    left: 0;
  }
  .luppuy_sldr_main .slick-prev:before,
  .luppuy_sldr_main .slick-next:before {
    font-size: 35px;
    color: #ffffff;
  }
  section.hightlight_sec {
    text-align: center !important;
  }
  section.hightlight_sec h2 {
    font-size: 50px;
    text-align: center;
    font-weight: 600;
    line-height: 55px;
  }
  section.hightlight_sec .feature_text {
    padding-top: 25px;
    padding-bottom: 20px;
  }
  section.hightlight_sec .feature_text h5 {
    font-size: 24px;
    line-height: 2rem;
  }
  .blue_box {
    padding: 50px 30px 50px;
  }
  .blue_box h3 {
    font-size: 32px;
  }
  .blue_box p {
    margin-top: 20px;
    font-size: 20px !important;
  }
  .black_box {
    padding: 50px 30px 50px;
  }
  .black_box h3 {
    font-size: 28px;
  }
  .black_box p {
    margin-top: 20px;
    font-size: 20px !important;
  }
  section.hightlight_sec .black_box:first-child {
    padding-bottom: 0;
  }
  div#responsive_banner_tab {
    padding: 100px 0 100px;
  }
  .innerpagesbnr_text h1 {
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    margin: 45px 0 10px;
    font-weight: 700;
  }
  .innerpagesbnr_text p {
    font-size: 18px;
    width: 100% !important;
  }
  .ps-button img {
    margin-left: 0px !important;
  }
  .inner_services_platform_sec .services_tabs button {
    width: 47%;
    font-size: 14px;
  }
  .platform_content_main h2 {
    font-weight: 700;
    font-size: 28px;
    text-align: center;
  }
  .inner_services_platform_sec {
    padding: 100px 0 50px;
  }
  .packages_sec_pricing .pricing_head_text h1 {
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
    margin: 0px 0 50px;
  }
  div#responsive_sec_two2 {
    padding-top: 50px !important;
  }
  div#responsive_sec_two2 #nav-tab button {
    font-size: 14px;
    padding: 7px 15px;
  }
  .packages_sec_pricing .nav-tabs {
    margin: 0 auto 50px;
    border-radius: 18px;
    justify-content: center;
  }
  .packages_sec_pricing .pricing_plan--listAll {
    padding: 0px 30px 35px 30px;
  }
  .packages_sec_pricing .pricing_plan--list h5.pricing_plan--list_header {
    margin-left: 30px;
  }
  .packages_sec_pricing
    .pricing_plan--list
    hr.pricing_plan--list_header_separator {
    margin: 0 30px 15px;
  }
  .innerpagesbnr_text .cmp-text ul li {
    font-size: 18px;
    line-height: 25px;
    padding: 0 0 15px 30px;
    text-align: left;
  }
  .inner_services_platform_sec .services_tabs button img {
    display: none;
  }
  .prototype_content_main {
    padding: 0px 0 0;
  }
  .cocopow_head img {
    max-width: 100% !important;
  }
  .sec-combo_pricing .cdiv:before {
    display: none;
  }
  .sec-combo_pricing .cdiv .ctop h2 {
    font-size: 22px;
    font-weight: 600;
  }
  .sec-combo_pricing .cdiv .cbtm h4.tit {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .sec-combo_pricing .cdiv .cbtm h3 {
    margin: 20px 0px 0 0;
    font-weight: 700;
    text-align: center;
  }
  #nodeporfolio_sec1 .slick-next,
  #nodeporfolio_sec1 .slick-prev {
    top: auto;
    bottom: -60px;
  }
  #nodeporfolio_sec1 .slick-next {
    right: 36%;
  }
  #nodeporfolio_sec1 .slick-prev {
    right: 60%;
  }

  .sec-combo_pricing .cdiv .cbtm h3 span {
    font-size: 18px;
    top: -18px;
  }
  #nodeporfolio_sec1 ul li a {
    height: 360px;
  }
  .appinnerpot {
    height: 350px;
  }
  .plyay_icomnnn {
    gap: 16px;
    flex-direction: column;
  }
  .SectionServices_item__ck9gk {
    padding: 30px 20px 30px;
  }
  .SectionServices_item__ck9gk img {
    width: 25px;
    right: 8px;
    top: 20px;
  }

  .apppackhead h2 {
    font-size: 22px;
  }
  .apppackhead p {
    padding-top: 10px;
  }
  .SectionServices_itemFooter__tZGI1 {
    padding-top: 15px;
    row-gap: 15px;
  }
  section.about_sec_main .nav-tabs {
    justify-content: center;
  }
  .SectionServices_itemFooter__tZGI1 a {
    padding: 10px 28px;
  }
  .Price_wrap__4l5wo {
    flex-direction: column;
  }
  .Price_price___1Chw {
    font-size: 20px;
  }
  .about_sec_main {
    text-align: center;
  }
  .about_sec_main .sec-title h2 {
    font-size: 26px;
  }
  section.about_sec_main .nav-tabs button {
    padding: 11px 9px;
    font-size: 16px;
    margin: 0 0px 10px;
  }
  section.about_sec_main p.pera {
    font-size: 16px;
    font-weight: 500;
    width: 100%;
  }
  .img_sec_second {
    flex-direction: column;
  }
  .img_sec_second img {
    border-radius: 4%;
  }
  .img_sec_second ul {
    margin-left: 0px;
    padding-top: 20px;
  }
  section.ourteame_sec_main {
    padding: 50px 0;
  }
  section.ourteame_sec_main h2 {
    font-size: 30px;
  }
  section.ourteame_sec_main .col-sm-6 {
    width: 50%;
  }
  .compiny_abt_sec .anmated_content_sec {
    padding: 0px 0px 0 0px;
  }
  .compiny_abt_sec .anmated_content_sec h2 {
    margin: auto !important;
  }
  .compony_solution_sec:after {
    width: 100%;
  }
  .compony_solution_sec {
    background-size: cover;
  }
  .compony_solution_content {
    padding-right: 0;
    text-align: center;
  }
  .compony_solution_content h2 {
    text-align: center;
  }
  .innerpagesbnr_text {
    text-align: center;
  }
  #weband_apps #nav-tab {
    justify-content: space-around;
  }
  #weband_apps .portwrapper .portfoliolist .border-box-effect {
    width: 50%;
  }
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
  .thankYou h6 {
    width: 100% !important;
  }
  .thankYou h2 {
    width: 100% !important;
    line-height: 30px !important;
    font-size: 23px !important;
  }
  .header {
    position: absolute;
  }
  .header .header_menu {
    display: block;
    top: 0;
    margin: unset;
    right: 10px;
  }
  .webpor_sldr_sec .webporthiver123 p {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
  }
  .header .header_utilities {
    display: none;
  }
  .header .header_browse .header_nav_courses,
  .header .header_browse .header_nav_submenus {
    display: none;
  }
  .header .header_nav ul {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
  }
  .header-menu-open .header .header_nav {
    opacity: 1;
    visibility: visible;
  }
  .header .header_browse .header_nav_secondary {
    font-size: 16px;
  }

  .header .header_browse .header_nav_secondary {
    padding: 4px 30px !important;
  }
  li.hasdropdown a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: opacity 0.3s ease;
    display: block;
    font-weight: 70;
    font-family: "Nnnouvellegroteskgx" !important;
    padding: 8px 30px 3px !important;
  }
  .rightcalltoaction {
    display: none;
  }
  .floatbutton {
    display: none;
  }
  .home_hero_title {
    max-width: 100%;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
  }
  .hero-subcontent {
    grid-row-gap: 1rem;
    margin-top: 0.5rem;
  }
  .home_hero_desc {
    font-size: 18px;
    text-align: center;
  }
  .button-cta {
    padding: 0.8rem 0.75rem;
    font-size: 18px;
    margin: auto;
  }
  .home_hero_title br {
    display: none;
  }
  .home_hero_title a {
    max-width: 100%;
    font-size: 25px;
  }
  .brand_img {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 18px;
  }
  .brand_img img {
    width: 100px !important;
  }
  .home-hero_section {
    height: 100%;
    min-height: 100%;
    padding-bottom: 50px;
  }
  .home_hero-content {
    padding-top: 20vh;
  }
  .home_hero_desc br {
    display: none;
  }
  .home-gradient_topleft {
    background-image: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.85),
      rgba(0, 0, 0, 0.78) 45%,
      rgba(0, 0, 0, 0.33) 100%,
      transparent
    );
  }
  section.home-hero_section:after {
    top: 10px;
  }
  div#role_caursl_responsive_1 {
    padding-bottom: 30px;
    padding-top: 50px !important;
  }
  .free-form-component {
    text-align: center;
    padding-bottom: 30px;
  }

  .paths_please2 .roles-textbox {
    padding-right: 0;
  }
  .role-carousel .slick-list {
    height: 100% !important;
  }
  .role-carousel .roles-item a img {
    display: none;
  }
  .role-carousel .roles-box {
    height: 100%;
  }
  .role-carousel .roles-item-title {
    text-align: left;
    letter-spacing: 1px;
  }

  .role-carousel .roles-item a .roles-item-iq {
    font-size: 18px;
    column-gap: 10px;
    align-items: center;
  }
  .website_portfolio_sec {
    padding: 50px 0 50px;
  }
  h1.pack_head_div {
    font-size: 26px;
    padding-bottom: 20px;
  }
  p.pack_para_div {
    font-size: 16px;
    width: 100%;
    padding-bottom: 20px;
  }
  #webprot_sldtrh {
    padding: 20px 0;
  }
  .applst_sec .slick-next {
    right: 25%;
  }
  .applst_sec .slick-prev {
    left: 25%;
  }
  .applst_sec .slick-prev,
  .applst_sec .slick-next {
    top: 113%;
  }
  .introduction_sec {
    padding: 100px 0 50px;
  }
  .cmp-text {
    text-align: center;
  }
  ul.newlist li article {
    width: 100%;
    margin: 20px 0 0 0px;
  }
  .cmp-text ul li {
    padding: 0 0 0 0px;
  }
  .main-pfrn-sec {
    background-image: url(../images/crta_bgnewmobile.png) !important;
    background-size: 122%, 0%;
    background-repeat: no-repeat;
    background-position: 100%;
    padding: 115px 0 50px;
  }
  .main-wtn-sec .chtnow {
    width: 80%;
    margin: auto;
    text-align: end;
  }
  .main-wtn-sec a {
    font-size: 14px;
    padding: 7px 10px;
  }
  section.iconic_cusytom_sec {
    padding: 50px 0 50px;
  }
  .iconic_cusytom_sec h2 {
    font-size: 30px;
  }
  .main-pricing-block #nav-tab button {
    font-size: 14px;
    padding: 7px 25px;
  }
  section.iconic_cusytom_sec #nav-tab {
    border-radius: 15px;
    justify-content: center;
  }
  div#index_cta_responsive1 {
    padding: 50px 0;
  }
  .animated_gif_img1 {
    display: none;
  }
  .anmated_content_sec {
    text-align: center;
  }
  .anmated_content_sec h2 {
    width: 94%;
    font-size: 25px !important;
    margin: auto;
  }

  .anmated_content_sec p {
    color: #fff;
    width: 100%;
    padding: 0 13px;
  }
  .testi .ps_logos h3 {
    font-size: 24px;
  }
  .testiSlide article p {
    font-size: 15px;
    height: 125px;
    overflow-y: scroll;
  }
  .testiSlide .slick-list {
    height: 100% !important;
  }
  .testiSlide article {
    padding: 30px 20px;
  }
  .testiSlide .slick-prev {
    right: 20%;
  }
  .frequently-asked_sec_main {
    padding: 50px 0 50px;
  }
  .faq_content_box {
    text-align: center;
  }
  .faq_content_box h2 {
    font-size: 26px;
    padding-bottom: 40px;
  }
  .accordion-header .accordion-button {
    padding: 10px 10px 10px 0;
    font-size: 15px;
  }
  .footer_addres_jnsec {
    padding: 50px 0;
  }
  .footer_addres_jnsec .title h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
  }
  .addresssnewlider {
    flex-wrap: wrap;
  }
  #touchsec .footerimage {
    height: 100%;
  }
  .newfootertxt {
    bottom: 10px;
    left: 0;
    width: 100%;
  }
  .newfootertxt h3 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    text-align: center;
  }
  .foot_imgbn:after {
    background: linear-gradient(to top, #000000c7, #ffffff00 57%);
  }
  .contact-us-form {
    width: 95%;
    margin: 14px auto;
  }
  #touchsec .footertext {
    font-size: 16px;
  }
  span.ftr-copyright {
    text-align: center;
  }
  footer#ftr .ftr-cat-header {
    font-size: 20px;
    font-weight: 500;
    margin-top: 0px;
  }
  footer#ftr {
    padding-top: 50px;
  }
  .addrese_sec {
    display: flex;
    flex-direction: column;
    text-align: center;
    row-gap: 35px;
  }
  .addrese_sec article {
    width: 100%;
  }
  .addrese_sec article a {
    font-size: 16px;
  }
  .addrese_sec article.last {
    width: 100%;
    text-align: center;
  }
  span.hide-for-medium-only {
    justify-content: center;
    padding-top: 15px;
  }
  footer#ftr .ftr-col-last {
    padding-top: 35px;
    flex-direction: column;
    justify-content: space-between;
  }
  .ftr-terms {
    padding-top: 18px;
    justify-content: space-around !important;
  }
  footer#ftr .ftr-btm.ftr-terms span {
    min-width: unset;
  }
  .modal.show .modal-dialog {
    max-width: 100%;
  }
  .modal-content {
    padding: 1rem;
  }
  .modal-header .btn-close {
    top: 12px;
    width: 17px;
    height: 20px;
    font-size: 16px;
  }
  .inner_form_slct231 .form-check {
    width: 100%;
  }
  #custommodal1 .btn_form {
    width: 100%;
  }
  .modal-content .modal-body {
    width: 100%;
    margin: auto;
    padding: 0;
  }
  .popup-head h3 {
    font-size: 28px;
    font-weight: 500;
  }
  html {
    overflow-x: hidden !important;
  }
  .lupy_bnr_sec {
    padding-top: 100px;
  }
  section.feature_sec {
    padding: 50px 0 50px;
    text-align: center;
  }
  .feature_head {
    padding-bottom: 20px;
  }
  .feature_head h3 {
    font-size: 30px;
    font-weight: 500;
  }
  .feature_head h3 span {
    font-weight: 700;
  }
  .feature_head p {
    width: 100%;
  }
  .feature_text h5 {
    font-size: 22px;
  }
  .feature_text a {
    padding: 12px 30px;
  }
  section.titan_about_sec {
    padding: 50px 0 50px;
    text-align: center;
  }
  section.titan_about_sec .feature_text {
    padding-bottom: 30px;
  }
  .luppuy_sldr_main .slick-next {
    right: 0;
  }

  .luppuy_sldr_main .slick-prev {
    left: 0;
  }
  .luppuy_sldr_main .slick-prev:before,
  .luppuy_sldr_main .slick-next:before {
    font-size: 35px;
    color: #ffffff;
  }
  section.hightlight_sec {
    text-align: center !important;
  }
  section.hightlight_sec h2 {
    font-size: 50px;
    text-align: center;
    font-weight: 600;
    line-height: 55px;
  }
  section.hightlight_sec .feature_text {
    padding-top: 25px;
    padding-bottom: 20px;
  }
  section.hightlight_sec .feature_text h5 {
    font-size: 24px;
    line-height: 2rem;
  }
  .blue_box {
    padding: 50px 30px 50px;
  }
  .blue_box h3 {
    font-size: 32px;
  }
  .blue_box p {
    margin-top: 20px;
    font-size: 20px !important;
  }
  .black_box {
    padding: 50px 30px 50px;
  }
  .black_box h3 {
    font-size: 28px;
  }
  .black_box p {
    margin-top: 20px;
    font-size: 20px !important;
  }
  section.hightlight_sec .black_box:first-child {
    padding-bottom: 0;
  }
  div#responsive_banner_tab {
    padding: 100px 0 100px;
  }
  .innerpagesbnr_text h1 {
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    margin: 45px 0 10px;
    font-weight: 700;
  }
  .innerpagesbnr_text p {
    font-size: 18px;
    width: 100% !important;
  }
  .ps-button img {
    margin-left: 0px !important;
  }
  .inner_services_platform_sec .services_tabs button {
    width: 47%;
    font-size: 14px;
  }
  .platform_content_main h2 {
    font-weight: 700;
    font-size: 28px;
    text-align: center;
  }
  .inner_services_platform_sec {
    padding: 100px 0 50px;
  }
  .packages_sec_pricing .pricing_head_text h1 {
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
    margin: 0px 0 50px;
  }
  div#responsive_sec_two2 {
    padding-top: 50px !important;
  }
  div#responsive_sec_two2 #nav-tab button {
    font-size: 14px;
    padding: 7px 15px;
  }
  .packages_sec_pricing .nav-tabs {
    margin: 0 auto 50px;
    border-radius: 18px;
    justify-content: center;
  }
  .packages_sec_pricing .pricing_plan--listAll {
    padding: 0px 30px 35px 30px;
  }
  .packages_sec_pricing .pricing_plan--list h5.pricing_plan--list_header {
    margin-left: 30px;
  }
  .packages_sec_pricing
    .pricing_plan--list
    hr.pricing_plan--list_header_separator {
    margin: 0 30px 15px;
  }
  .innerpagesbnr_text .cmp-text ul li {
    font-size: 18px;
    line-height: 25px;
    padding: 0 0 15px 30px;
    text-align: left;
  }
  .inner_services_platform_sec .services_tabs button img {
    display: none;
  }
  .prototype_content_main {
    padding: 0px 0 0;
  }
  .cocopow_head img {
    max-width: 100% !important;
  }
  .sec-combo_pricing .cdiv:before {
    display: none;
  }
  .sec-combo_pricing .cdiv .ctop h2 {
    font-size: 22px;
    font-weight: 600;
  }
  .sec-combo_pricing .cdiv .cbtm h4.tit {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .sec-combo_pricing .cdiv .cbtm h3 {
    margin: 20px 0px 0 0;
    font-weight: 700;
  }
  .sec-combo_pricing .cdiv .cbtm h3 span {
    font-size: 18px;
    top: -18px;
  }
  #nodeporfolio_sec1 ul li a {
    height: 360px;
  }
  .appinnerpot {
    height: 350px;
  }
  .plyay_icomnnn {
    gap: 16px;
    flex-direction: column;
  }
  .text_app_port {
    margin: 0px auto 0;
  }
  .SectionServices_item__ck9gk {
    padding: 30px 20px 30px;
  }
  .SectionServices_item__ck9gk img {
    width: 25px;
    right: 8px;
    top: 20px;
  }

  .apppackhead h2 {
    font-size: 22px;
  }
  .apppackhead p {
    padding-top: 10px;
  }
  .SectionServices_itemFooter__tZGI1 {
    padding-top: 15px;
    flex-direction: column;
    row-gap: 15px;
  }
  .SectionServices_itemFooter__tZGI1 a {
    padding: 10px 28px;
  }
  .Price_wrap__4l5wo {
    flex-direction: column;
  }
  .Price_price___1Chw {
    font-size: 20px;
  }
  .about_sec_main {
    text-align: center;
  }
  .about_sec_main .sec-title h2 {
    font-size: 26px;
  }
  section.about_sec_main .nav-tabs button {
    padding: 11px 9px;
    font-size: 16px;
    margin: 0 0px 10px;
  }
  section.about_sec_main p.pera {
    font-size: 16px;
    font-weight: 500;
    width: 100%;
  }
  .img_sec_second {
    flex-direction: column;
  }
  .img_sec_second img {
    border-radius: 4%;
  }
  .img_sec_second ul {
    margin-left: 0px;
    padding-top: 20px;
  }
  section.ourteame_sec_main {
    padding: 50px 0;
  }
  section.ourteame_sec_main h2 {
    font-size: 30px;
  }
  section.ourteame_sec_main .col-sm-6 {
    width: 50%;
  }
  .compiny_abt_sec .anmated_content_sec {
    padding: 0px 0px 0 0px;
  }
  .compiny_abt_sec .anmated_content_sec h2 {
    margin: auto !important;
  }
  .compony_solution_sec:after {
    width: 100%;
  }
  .compony_solution_sec {
    background-size: cover;
  }
  .compony_solution_content {
    padding-right: 0;
  }
  .compony_solution_content h2 {
    text-align: center;
  }
  .innerpagesbnr_text {
    text-align: center;
  }
  #weband_apps #nav-tab {
    justify-content: space-around;
  }
  #weband_apps .portwrapper .portfoliolist .border-box-effect {
    width: 50%;
  }
}
/* privacy-section */
.privacy-content {
    margin-top: 200px;
}
.privacy-section div,h1,h2,h3,h4,h5,h6,a,p,ul,li,span{
	color: #fff !important;
}
.privacy-section h3,h4,h5{
    margin: 30px 0px !important;
}
.privacy-list-item li span {
    margin-right: 20px !important;
}
.privacy-section p {
    margin: 7px 0px;
}
.text_app_port  a.button.button--gradient {
    background: linear-gradient(to right, #006dba 0, #00a0d7 100%);
}


.privacy-block h3 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.privacy-block p {
    margin-bottom: 5px !important;
}

.privacy-block h5 {
    margin: 10px 0 !important;
}

.privacy-block ul {
    padding: 20px 0;
}

.privacy-block ul li p {
    margin: 0 !important;
}
.privacy-block li {
    margin: 0 !important;
}
.privacy-block a {
    color: #006dba  !important;
}

.privacy-block .list-mail {
    list-style: none !important;
    margin: 0 !important;
}

.privacy-block .list-mail li:before {
    display: none !important;
}

.privacy-block .list-mail li {
    padding: 0 !important;
}