@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary-color: #10a9e3;
  --secondary-color: #784ba1;
  --navy-blue: #1b1a55;
  --sub-menu-color: #eef5ff;
  --paragraph-color: #54595f;
  --dark-color: #000000;
  --light-color: #ffffff; 
  --get-in-touch: #f5f7fa;
  --font-family: "Poppins", sans-serif;
}
.special-text{
  font-size: 3rem !important;
}

body {
  /* overflow-x: hidden !important; */
  background-color: var(--sub-menu-color) !important;
  scroll-behavior: smooth;
}

h1 {
  font-size: 39px !important;
  font-weight: bold !important;
  font-family: var(--font-family);
  color: var(--navy-blue);
}

h2 {
  font-size: 34px !important;
  font-family: var(--font-family) !important;
  font-weight: bold !important;
  color: var(--navy-blue) !important;
}

h3 {
  font-family: var(--font-family);
  font-size: 20px;
  font-weight: bold !important;
  color: var(--navy-blue);
}

h4 {
  font-size: 19px !important;
  font-family: var(--font-family) !important;
  font-weight: bold !important;
}

ul li a {
  font-size: 16px;
  font-family: var(--font-family);
  color: var(--dark-color) !important;
}

a {
  color: white !important;
  text-decoration: none !important;
}

a:hover {
  color: var(--primary-color) !important;
}

.error {
  color: red !important;
}

img.mobile-logo {
  width: 152px;
}

.active {
  color: var(--primary-color) !important;
  font-weight: bold !important;
}
.about-active{
  color: var(--primary-color) !important;
  font-weight: bold !important;
  transform: scale(1.2) !important;
}


.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border: none !important
}

p {
  font-size: 16px;
  font-family: var(--font-family);
}

ul li {
  list-style: none;
}

.spacing {
  margin-top: 140px;
}

.website {
  color: #FF337E;
}

.website a {
  transition: all 0.4s ease-in-out;
}

.website a:hover {
  transform: translateY(-4px);
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none !important;
}
.hero-bg{
  z-index: -1 !important;
}

.develop-boxes{
  z-index: -1;
}
.service-container{
 z-index: -1;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  /* color: red; */
  text-align: left;
  list-style: none;
  background-color: var(--sub-menu-color) !important;
  background-clip: padding-box;
  border: none !important;
  border-radius: none !important;
  border-bottom: 3px solid var(--navy-blue) !important;
}

.dropdown-item:active {
  color: #fff !important;
  text-decoration: none;
  background-color: var(--secondary-color) !important;
}

.dropdown-item {
  transition: all 0.2s ease-in-out;
}

.dropdown-submenu .dropdown-menu {
  display: none;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  line-height: 1;
  opacity: .75;
  color: #693393 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.custom-dropdown .submenu {
  display: none;
  position: absolute;
  top: 0%;
  left: 100%;
  background-color: #fff;
  z-index: 1000;
  padding: 10px;
  border: none !important;
  border-left: 2px solid var(--navy-blue) !important;
}

.custom-dropdown:hover .submenu {
  display: block;
}

.animate-button {
  transition: all 0.4s ease-in-out;
}

.animate-button:hover {
  transform: translateY(-8px) !important;
  box-shadow: rgba(0, 0, 0, 0.35) 20 5px 15px !important;
}

.dropdown-submenu:hover .dropdown-menu {
  display: block;
}

.dropdown-item:hover {
  color: var(--light-color) !important;
  background-color: var(--navy-blue) !important;
}



.accordion-button:focus {
  z-index: 3;
  border-color: none !important;
  outline: 0;
  box-shadow: none !important;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.7rem !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: black !important;
  background-color: #edeef1 !important;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 7px !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  /* border-bottom: 1px solid gray !important; */
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none !important;
  outline: 0 !important;
  border: 0 !important;
}
img.site-logo {
  min-width: 226px !important;
  width: 226px;
}
.form-control:focus-visible {
  border: 0 !important;
  outline: 0 !important;
}

.slick-slide {
  transform: scale(0.8);
  transition: all 0.4s ease-in-out;
  padding: 40px 0;
}
.methods.card.engage-card.text-center.mx-auto.gap-4.p-3.mt-4 {
  /* width: 300px;
  height: 230px;
   */
}
.slick-slide img {
  /* max-width: 100%; */
  transition: all 0.4s ease-in-out;
}

.slick-center {
  transform: scale(1.3);
}

img.slick_image {
  /* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */
  background-color: var(--light-color);
  box-shadow: 26px 26px 1px -15px rgba(0, 0, 0, 0.1);
  padding: 20px;
  /* border-radius: 14px; */
  width: 252px !important;
  height: auto !important;
}

.height-setting {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 97vh !important;
  max-width: 100% !important;
  position: relative;
}
.slick-next:before{
  content: '➤' !important;
  font-size: 1.5rem !important;
}
.slick-prev{
  transform: scaleX(-1) !important;
  
}
.slick-prev:before{
  content: '➤' !important;
  font-size: 1.5rem !important;
  /* transform: scaleX(-1) !important; */
}
.clients_section {
  min-height: 100vh !important;
  /* background-color: red; */
  max-width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative;
}
img.slick_image{
  cursor: pointer;
}
.our-client {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.clients_section {
  position: relative;
}

@keyframes moveCircle {
  0% {
    transform: translateX(100%);
  }

  50% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

.about-us {
  position: relative;
}


.about-second-row{
  padding-top: 30px;
}
.height-setting-tow {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 80px;
}

/* navbar start */
.navbar {
  position: relative;
}

.nav-item a {
  padding: 13px 20px !important;
}

.main-container {
  width: 1245px !important;
}

.quote-button {
  background-color: var(--primary-color) !important;
  padding: 9px 18px !important;
  color: var(--light-color);
  border: 0;
  outline: 0;
  border-radius: 5px;
}

a.nav-link:hover {
  color: var(--primary-color) !important;
}

button.btn.contact_us {
  background-color: var(--navy-blue);
  color: var(--light-color);
  border-radius: 50px;
  padding: 8px 20px;
  transition: all 0.4s ease-in-out;
  font-weight: 600;
  margin-left: 0.3rem;
}

button.btn.contact_us:hover {
  background-color: var(--secondary-color);
  color: var(--light-color);
  box-shadow: rgba(0, 0, 0, 0.35) 20 5px 15px;
}
img.first-hero {
  width: 605px;
}

/* hero-section start */
/* .our-clients{
  position: relative;
}
.our-clients::before{
  content: '';
  position: absolute;
  background: url('../assets/background1.png');
  width: 600px;
  background-position: center center;
  background-repeat: no-repeat;
  height: 600px;
  z-index: -1;
} */

.our-client {
  /* min-height: 400px; */
  position: relative;
}

.our-client-logo {
  box-shadow: rgba(0, 0, 0, 0.12) 20 1px 3px, rgba(0, 0, 0, 0.24) 20 1px 2px;
  width: 200px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
}

.our-client-logo img {
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.our-client-logo:hover img {
  transform: scale(1.1);
}


.right-side {
  margin-bottom: 5rem;
}

.hero_section {
  min-height: 80vh !important;
  margin-top: -1.8rem;
}

.section-height{
  min-height: 90vh !important;
}


.special-middle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.special-middle h3 {
  margin-left: 44px;
  background: rgb(11, 176, 232);
  background: linear-gradient(280deg,
      rgba(11, 176, 232, 1) 0%,
      rgba(113, 57, 151, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-GC{
  background: rgb(11, 176, 232);
  background: linear-gradient(280deg,
      rgba(11, 176, 232, 1) 0%,
      rgba(113, 57, 151, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* line-height: 2; */
}

.special-middle h3::before {
  content: "";
  position: absolute;
  left: -8%;
  top: 39%;
  width: 50px;
  height: 10%;
  background: linear-gradient(280deg,
      rgba(11, 176, 232, 1) 0%,
      rgba(113, 57, 151, 1) 100%);
}

.special {
  display: flex;
  align-items: center;
  position: relative;
}

.special h3 {
  margin-left: 44px;
  background: rgb(11, 176, 232);
  background: linear-gradient(280deg,
      rgba(11, 176, 232, 1) 0%,
      rgba(113, 57, 151, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.special h3::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 39%;
  width: 50px;
  height: 10%; 
  background: linear-gradient(280deg,
      rgba(11, 176, 232, 1) 0%,
      rgba(113, 57, 151, 1) 100%);
}
img.aboutus-building {
  width: 383px;
  height: 518px;
  position: relative;
}
img.first-building {
  width: 264px;
  height: 382px;
}
img.inner-images {
  width: 264px;
  border-radius: 7px;
}
h1.top_heading {
  text-shadow: 8px 7px 0px rgba(0, 0, 0, 0.5);
  /* text-shadow: 10px 7px 0px rgb(0, 0, 0); */
  font-size: 6rem !important;
}
.mission-content p{
  font-style: italic;
  color: #000000;
}
.mission-content{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
  background-color: white !important;
  border-radius: 7px;
  position: relative;
  cursor: pointer;
}
.about-mission{
  margin-bottom: 5rem;
}

.scrollToTop-Button {
  background-color:  transparent !important;
  border-radius:2px solid var(--secondary-color) !important;
}
.about-us-banner {
  height: 76vh !important;
  background:linear-gradient(
    rgba(255, 255, 255, 0.857), 
    rgba(315, 212, 707, 0.2)
  ), url(../images/about-banner.jpg);
  background-repeat: no-repeat;
  background-size:cover;
  background-position: 100% 100% 100%;
  background-attachment: fixed;
  margin-top: -6.9rem;
  /* border-image: fill 0 linear-gradient(#0001, #ffffff); */
}
.about_us_page{
  padding-top: 1rem;
}
/* .about_us_page{
  margin-top: -6rem !important;
} */
.hero_section {
  position: relative;
  margin-top: 4rem !important;
}
.aboutus-content{
  position: relative;
}
.second_sec{
  height: 80vh !important;
  margin-top: 4.5rem;
  margin-bottom: 8rem;
}
/* .aboutus-content::after {
  content: '';
  position: absolute;
  top: -32%;
  width: 400px !important;
  height: 544px !important;
  background-color: var(--secondary-color);
  z-index: -1;
  right: 117%;
} */
/* .hero_section::after {
  content: "";
  position: absolute;
  top: 107px;
  left: 44%;
  right: 0;
  bottom: 0;
  background: url("../assets/hero2.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 400px;
  height: 400px;
  animation: updown 2s ease-in-out infinite alternate;
  display: none !important;
} */

/* .hero_section::before {
  content: "";
  position: absolute;
  left: 68%;
  right: 0;
  bottom: 0;
  background: url("../assets/hero3.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 400px;
  height: 400px;
  animation: updown 2s ease-in-out infinite alternate;
  filter: hue-rotate(45deg);
  display: none !important;
} */

@keyframes updown {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-20px);
  }
}

.main-hero-section{
  animation: topDown 2s ease-in-out infinite alternate ;
}
@keyframes topDown{
  0%{
    transform: translateY(0);
  }
  100%{
    transform: translateY(-20px);
  }
}

/* hero-section end */
.boxes {
  background: url("../assets/line-path.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: relative;
}

.design {
  position: relative;
  transition: all 0.4s ease-in-out !important;
  cursor: pointer;
  min-height: 435\px;
  background-color: var(--light-color);
  /* background: linear-gradient(135deg,rgba(66, 230, 149, 0.5)  0%, rgba(59, 178, 184, 0.5) 100%); */
  border-radius: 12px;
}

.design:hover {
  border-radius: 20px;
  background: var(--light-color) !important;
  transform: translateY(-17px) !important;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

img.design-first {
  width: 122px;
}

.hero__section {
  z-index: -1;
}

.relative-position {
  position: relative;
}
.text-reveal {
  /* border-right: 5px solid black; */
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block; 
  animation: typing 4s steps(22) infinite alternate;
}

/* @keyframes cursor {
  50% {
    border-color: transparent;
  }
} */

@keyframes typing {
  from {
    width: 0;
  }
}

.design-first {
  z-index: 1;
}

.contact-special{
  position: relative;
}
.contact-special h3{
  background: rgb(11, 176, 232);
  background: linear-gradient(280deg,
      rgba(11, 176, 232, 1) 0%,
      rgba(113, 57, 151, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: auto;
}
#flex-reverse{
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: row-reverse !important;
}
#flex-reverse::after{
  content: '';
  background: none;
}
.contact-special h3::before {
  content: "";
  position: absolute;
  left: 29%;
  top: 56%;
  width: 36px;
  height: 10%;
  background: linear-gradient(280deg, rgba(11, 176, 232, 1) 0%, rgba(113, 57, 151, 1) 100%);
}
img.linkedin-icon {
  width: 25px !important;
}

.service-special {
  position: relative;
}

.service-special h3 {
  background: rgb(11, 176, 232);
  background: linear-gradient(280deg,
      rgba(11, 176, 232, 1) 0%,
      rgba(113, 57, 151, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: auto;
}

.service-special h3::before {
  content: "";  
  position: absolute;
  left: 31%;
  top: 56%;
  width: 50px;
  height: 10%;
  background: linear-gradient(280deg,
      rgba(11, 176, 232, 1) 0%,
      rgba(113, 57, 151, 1) 100%);
}


.design-middle {
  position: relative;
  border-radius: 20px;
  cursor: pointer;
  min-height: 480px;
  transition: all 0.3s ease-in;
}
.design-middle:hover{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.engagement-cards {
  border-radius: 6px;
  cursor: pointer;
  width: 281px !important;
  height: 224px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: var(--light-color);
  transition: all 0.4s ease-in-out;
}
.engagement-cards:hover{
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
button.learn-more {
  border: 0;
  outline: 0;
  background-color: var(--navy-blue);
  padding: 12px 36px;
  border-radius: 50px;
  color: var(--light-color);
  font-weight: 600;
  transition: all 0.4s ease-in-out !important;
}

button.learn-more:hover {
  background-color: var(--secondary-color);
  color: var(--light-color);
  transform: translateY(-8px) !important;
  box-shadow: rgba(0, 0, 0, 0.35) 20 5px 15px !important;
}

/* our services */
img.serive-icons {
  width: 97px;
}

.service_card {
  width: 259px;
  height: 223px;
  border-radius: 5px;
   background-color: var(--light-color);
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}

.service_card img:hover {
  transform: scale(1.3) !important;
}

.service_card:first-child:hover {
 transition: all 0.2s ease-in-out;
}
.service_card:first-child:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


.col-md-4:nth-child(2) .service_card {
  /* background-color: #457b9d; */
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.col-md-4:nth-child(3) .service_card {
  /* background-color: #81b29a; */
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* .service-inner {
  margin-top: 3rem;
} */
.content-writing {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #d7f3fb;
  border-radius: 20px;
}

.graphic {
  background-color: #d7f3fb !important;
}

.web {
  background-color: #d7f3fb;
}

.marketing {
  background-color: #d7f3fb;
}

.methods:hover{
  transform: scale(1.06);
}
img.method_image {
  width: 380px;
  border-radius: 13px;
  height: 500px;
}
.mobile-game{
  margin-bottom: 5rem !important;
}
img.time-method {
  width: 52px;
  /* margin-bottom: 4.9rem; */
}
.height_row{
  height: 80vh !important;
}

.engagement-inner .row {
  margin-bottom: 30px;
}
/* .press_row{
  display:flex;
  align-items: center;
  justify-content:center;
  flex-direction:row-reverse !important;
  position: relative;

}
.press_row::before {
  content: '';
  position: absolute;
  top: 71%;
  right: 57%;
  background: url('../images/ebook-back.webp');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 799px;
  height: 68vh;
  margin-top: -24rem;
  opacity: .5;
} */
/* .right_circle{
  position: relative;
}
.right_circle::before{
  content: '';
  position: absolute;
  top: 71%;
  left: 57%;
  background: url(../assets/ebook-back.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 799px;
  height: 68vh;
  margin-top: -24rem;
  opacity: .5;
} */
.engagement-inner {
  box-shadow: rgba(99, 99, 99, 0.2) 20 2px 8px 20;
  border-radius: 14px;
}

.clock-icon img {
  width: 80px;
}

.clock-arrow i {
  color: #317abc;
  font-size: 25px !important;
}

/* engagement end */

/* industry start */
.industry {
  position: relative;
}



.industry-content {
  position: relative;
}

/* industry end */
/* numbers start*/
.count {
  color: var(--primary-color);
}



.one {
  /* box-shadow: rgba(0, 0, 0, 0.24) 20 3px 8px !important; */
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  height: 140px;
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}
.cursor{
  cursor: pointer;
}
/* numbers end*/

/* get in touch start*/
section.content_marketing-sections {
  height: 570px !important;
}
.contact-form{
  background-color: var(--light-color);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 10px;
  padding-top: 12px;
}


/* get in touch end*/

/* footer css start */
.footer-links {
  transition: all 0.4s ease-in-out !important;

}

.footer-links:hover li {
  color: var(--dark-color) !important;
  font-weight: 500 !important;
}

.footer-items {
  transition: all 0.3s ease-in-out;
}

.footer-items:hover {
  color: var(--dark-color) !important;
  font-weight: 600 !important;
}

.footer-section {
  position: relative;

  background: linear-gradient(280deg,
      rgba(11, 176, 232, 1) 0%,
      rgba(113, 57, 151, 1) 100%);
}

.footer-logo p {
  margin-left: 2rem;
}

img.bottom-logo {
  width: 300px;
}

.footer-contact {
  margin-top: -4.3rem;
}

.footer-section .footer_image {
  position: absolute;
  width: 400px;
  height: 400px;
  bottom: 0;
  right: 2px;
}


.footer-logo img {
  width: 365px;
  text-align: center;
}

.footer-services h5 {
  margin-left: 2rem;
}

.social-icons img {
  width: 48px;
}


/* .copy-right {
  margin-bottom: -1.9rem;
} */

.social-icons img {
  width: 40px;
}

#scrollToTopBtn {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 99;
  cursor: pointer;
}

.btn:focus {
  outline: 0;
  box-shadow: none !important;
}

.slider img {
  /* width: 100%; */
  height: auto;
}




/* footer css end */

/* EBOOK PAGE CSS START */
.ebook-hero-image {
  animation: upDown 2s ease-in-out infinite alternate;
}

.article-image img {
  animation: upDown 2s ease-in-out infinite alternate !important;
}

@keyframes upDown {
  0% {
    transform: translateY(0%);
  }

  100% {
    transform: translateY(-20px);
  }
}

.ebook-hero {
  position: relative;
}
.content-writing-hero {
  position: relative;
}
.content-writing-hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/bgold2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 90vh;
  z-index: -1;
  /* margin-top: -5.8rem; */
  opacity: .1;
}
/* .ebook-hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 47%;
  background: url(../images/ebook-back.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 851px;
  height: 100vh;
  z-index: -1;
  margin-top: -21rem;
  opacity: .5;
} */
.ebook-hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/bgold2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 97vh;
  z-index: -1;
  margin-top: -5.8rem;
  opacity: .1;
}
.backend_hero{
  position: relative;
}
.backend_hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/bgold2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 90vh;
  z-index: -1;
  margin-top: -4.59rem;
  opacity: .1;
  transform: scaleX(-1);
}
.graphic_hero{
  position: relative;
}
.graphic_hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/bgold2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 90vh;
  z-index: -1;
  /* margin-top: -4.6rem; */
  opacity: .1;
  transform: scaleX(-1);
}



span.highlighted {
  background: rgb(11, 176, 232) !important;
  background: linear-gradient(280deg,
      rgba(11, 176, 232, 1) 0%,
      rgba(113, 57, 151, 1) 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.service_inner {
  margin-bottom: 6rem;
  background: rgb(167, 233, 233);
  background: linear-gradient(0deg, rgba(167, 233, 233, 1) 0%, rgba(192, 230, 237, 1) 100%);
}

.service-inner-card {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.service-inner-card {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
  cursor: pointer;
  min-width: 136px;
  min-height: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 3px;
}

.service-inner-card img {
  max-width: 57px;
}

.special-ebook-service {
  border-radius: 13px;
  padding-bottom: 8px;
  cursor: pointer;
  transition: 0.4s all ease-in-out !important;
}

.special-ebook-service:hover {
  background: rgb(167, 233, 233);
  background: linear-gradient(0deg, rgba(167, 233, 233, 1) 0%, rgba(214, 185, 214, 1) 100%);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 10px !important;
  cursor: pointer;
}

.service-inner-card:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.autobio {
  width: 100px;
}

.tab-wrapper ul li {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--sub-menu-color);
  color: var(--dark-color);
  padding: 19px;
}

.tab-content {
  display: none;
}
img.industry-image {
  width: 83px !important;
}
.industry-card {
  width: 160px;
  height: 148px;
  border-radius: 10px;
}
.law-image{
  width: 75px !important;
}
.tab-link.current {
  background-color: var(--navy-blue) !important;
  color: var(--light-color);
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.tab-content.current {
  display: block;
}

.tab-link.current img {
  filter: invert(1);
}
.tab-link {
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

.tab-link:hover {
  background-color: var(--navy-blue) !important;
  color: var(--light-color);
  /* filter: invert(1); */
}
.blog-hero img{
  width: 580px !important;
}
.tab-link:hover img {
  filter: invert(1);

}

.tab-buttons {
  font-size: 12px;
  padding-top: 3px;
}

/* .wrapper{
            box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
            border-radius: 12px;
          } */

/* faqs start */
.faqs{
  height: 78vh !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-section{
  background-color: var(--sub-menu-color) !important;
  min-height: 450px !important;
}
.accordion-item{
  box-shadow: 0px 2px 25px 0 rgba(110, 130,208,.18) !important;
  border-radius: 7px !important;
}
.accordion-item:first-of-type{
  border: none !important;
  margin-bottom: 20px;
}
accordion-item:first-of-type .accordion-button {
border-top-left-radius: 0 !important;
border-top-right-radius: 0 !important;
border: none !important;
}
.accordion-button:not(.collapsed) {
color: black !important;
background-color: transparent !important;
/* box-shadow: none !important; */
}
.accordion-item:first-of-type .accordion-button {
border-top-left-radius: calc(0.25rem - 1px);
border-top-right-radius: calc(0.25rem - 1px);
box-shadow: 0px 2px 25px 0 rgba(110, 130,208,.18) !important;
/* margin-bottom: 20px; */
}
.accordion-item:first-of-type .accordion-button {
box-shadow: 0px 2px 25px 0 rgba(110, 130,208,.18) !important;
border-top-left-radius: 10px !important;
border-top-right-radius: 10px !important;
border-bottom-right-radius: 6px !important;
}
.accordion-button::after {
  content: '\002B' !important;
  width: 35px !important;
  font-size: 20px !important;
  text-align: center !important;
  border-radius: 5px !important;
  right: 15px !important;
  bottom: 16px !important;
  position: absolute !important;
  background-image: none !important;
  background-color: var(--secondary-color);
  color: var(--light-color);
  transition: transform .2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px;
}
.accordion-button:not(.collapsed)::after {
  content: '\2212' !important;
  background-image: none !important;
  transform: rotate(-180deg) !important;
  position: absolute !important;
  color: var(--light-color);
  top: 16px !important;
  padding:5px;
  background-color: var(--navy-blue);
  display: flex;
  align-items: center;
  justify-content: center;
}
.accordion-button:not(.collapsed)::before{
content: '';
height: 25px  !important;
width: 25px !important;
position: absolute !important;
background-color: white !important;
z-index: 1 !important;
transform: rotate(45deg) !important;
left: 30px !important;
top: 36px;
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
  border-top-right-radius: 12px !important;
  border-top-left-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
}
.accordion-body{
  background-color: var(--primary-color);
}


/* faqs end */

/* EBOOK PAGE CSS END */


/* Press release CSS start */
 
.ebook-hero-image img {
  width:598px !important;
} 

.backend{
  margin-left: -4rem;
}
.distrub-row {
  margin-left: -1.3rem !important;
}
/* 
.article-image {
  transform: scaleX(-1) !important;
} */

.product-inner-card {
  width: 185px;
  height: 150px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
  cursor: pointer;
}
.web-copy-inner {
  width: 182px !important;
  height: 152px !important;
}

/* honeycomb */
.honeycomb{
  min-height: 480px;
}
.polygon-item {
  width: 125px;
  height: 130px;
  /* background:#fff; */
  background: rgb(25, 158, 219);
  background: linear-gradient(0deg, rgba(25, 158, 219, 1) 0%, rgba(96, 41, 142, 1) 100%);
  clip-path: polygon(0% 25%, 0% 75%, 50% 100%, 100% 75%, 100% 25%, 50% 0%);
}
.polygon-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 118px;
  height: 123px;
  background-color: #EEF5FF;
  clip-path: polygon(0% 25%, 0% 75%, 50% 100%, 100% 75%, 100% 25%, 50% 0%);
  transform: translate(4px, 4px);
}

.column_1{
  display: grid;
  justify-content: center;
  z-index: -1;
}
.column_2 {
  display: grid;
  justify-content: center;
  grid-template-columns: 129px 129px 129px 129px;
  margin: -30px 0 0 3px;
  z-index: -1;
}
.column_3 {
  display: grid;
  justify-content: center;
  grid-template-columns: 129px 129px 129px 129px;
  margin: -30px 0 0 132px;
  z-index: -1;
}
.column_4 {
  display: grid;
  justify-content: center;
  margin: -30px 0 0px 128px;
  z-index: 1;
}
.first-polygone,.second-polygone,.third-polygone,.four-polygone,.five-polygone,.six-polygone,.seven-polygone,.eight-polygone,.nine-polygone,.ten-polygone{
  position: relative;
}

img.custom__image {
  width: 70px;
  height: 75px;
  position: absolute;
  bottom: 28px;
  left: 28px;
  /* transform: translate(39%, 32%); */
  transition: all 0.4s ease-in-out;
}
img.custom__image:hover{
  transform: scale(1.3);
  cursor: pointer;
}
/* Press release CSS start */

/* webcopy start */
.web-copy-inner{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-color: var(--light-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  flex-direction: column;
}
.web-copy-inner .card-image{
width: 95px;
}

.steps {
  /* background: rgb(167, 233, 233) !important;
background: linear-gradient(0deg, rgba(167, 233, 233, 1) 0%, rgba(192, 230, 237, 1) 100%) !important; */
background: url('../images/step-back.webp');
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
color: var(--light-color);
  height: 30vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
/* webcopy end */
.website-design{
background: url('../assets/gear-back.jpg');
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
/* background: rgb(167, 233, 233) !important;
background: linear-gradient(0deg, rgba(167, 233, 233, 1) 0%, rgba(192, 230, 237, 1) 100%) !important; */
  z-index: -1;
}
 
.step-1{
  width:50px;
}
.info {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-color: white;
  border-radius: 12px;
  min-width: 322px;
  height: 247px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}


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

       /* info graphic css start */
       .info-graphic {
        /* height: 900px; */
        background-color: #F2F2F2 !important;
        position: relative;
        margin-bottom: 5rem;
        padding-top: 30px;
    }
    .info-graphic::after {
      content: '';
      position: absolute;
      top: 0;
      background: var(--secondary-color) !important;
      width: 60px !important;
      min-height: 759px;
      margin-top: 2rem;
      border-radius: 7px;
  }
    .first-row.w-75 {
      display: flex;
      position: relative;
      align-items: center;
      justify-content: space-between;
      gap: 200px;
  }
  .shadow{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  }

  .mission{
    color: var(--primary-color) !important;
  }
  .hidden{
    display: none !important;
  }
span.about-headings{
  font-size: 2.7rem !important;
}

/* custom icons */
.main-col{
  position: relative;
}
.animate-icon-one img {
  position: absolute;
  top: 39px;
  left: 168px;
  width: 75px;
  height: 75px;
}
.animate-icon-two img {
  position: absolute;
  top: 41px;
  left: 387px;
  width: 75px;
  height: 75px;
}
.animate-icon-three img {
  position: absolute;
  top: 106px;
  left: 278px;
  width: 75px;
  height: 75px;
}
.animate-icon-four img {
  position: absolute;
  top: 163px;
  left: 166px;
  width: 78px;
  height: 78px;
}
.animate-icon-five img {
  position: absolute;
  top: 232px;
  left: 277px;
  width: 75px;
  height: 75px;
}
.animate-icon-six img {
  position: absolute;
  top: 170px;
  left: 387px;
  width: 75px;
  height: 75px;
}
.animate-icon-seven img {
  position: absolute;
  top: 105px;
  left: 497px;
  width: 75px;
  height: 75px;
}
.animate-icon-eight img {
  position: absolute;
  top: 231px;
  left: 57px;
  width: 75px;
  height: 75px;
}
.animate-icon-nine img {
  position: absolute;
  top: 295px;
  left: 168px;
  width: 75px;
  height: 75px;
}
.animate-icon-ten img {
  position: absolute;
  top: 296px;
  left: 391px;
  width: 75px;
  height: 75px;
}





@media only screen and (max-width: 500px) {
  body {
    /* overflow-x: hidden !important; */
    background-color: var(--sub-menu-color) !important;
  }
  h2{
    font-size: 30px !important;
  }
  .ebook-hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: none !important; 
}
.content-writing-hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: none !important;
}
.graphic_hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: none !important;
}
.backend_hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: none !important;
}
  .cursor {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
img.first-hero {
  width: 138px;
  margin-top: 2.3rem;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  min-width: 335px;
}
  .center{
    text-align: center !important;
  }
  .ebook-hero-image {
    animation: upDown 2s ease-in-out infinite alternate;
    display: flex;
    align-items: center;
    justify-content: center;
}
  .faq-section{
    min-height: 250px !important;
  }
  .faqs{
    height: 81vh !important;
  }
.btn-center{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
.slick-prev:before, .slick-next:before{
  display: none !important;
}

  .accordion-button::after {
    content: '\002B' !important;
    width: 35px !important;
    font-size: 20px !important;
    text-align: center !important;
    border-radius: 5px !important;
    right: 15px !important;
    bottom: 16px !important;
    position: absolute !important;
    background-image: none !important;
    background-color: var(--secondary-color);
    color: var(--light-color);
    transition: transform .2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px;
    display: none !important;
}
  .cancel-btn {
    background-color: var(--secondary-color);
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 50px;
    color: white;
    padding-top: 2px;
    padding-bottom: 2px;
}
.cancel-btn:hover{
  border: 1px solid var(--secondary-color);
  transition: all 100 ease-in;
}
  .navbar-nav .dropdown-menu {
    position: relative !important;
}
  .text-GC {
    padding-top: 2rem;
    font-size: 40px !important;
    width: 100%;
}
span.about-headings {
  font-size: 2rem !important;
}
.about-sec{
  margin-bottom: -1rem;
}
  .backend{
    margin-left: 0 !important;
  }
  .about_us_page{
    padding-top: 0px !important;
  }
  h1.top_heading {
    text-shadow: 8px 7px 0px rgba(0, 0, 0, 0.5);
    /* text-shadow: 10px 7px 0px rgb(0, 0, 0); */
    font-size: 4rem !important;
    margin-top: 3rem !important;
}
h1.about-us-heading{
  font-size: 4rem !important;
}
.about-us-banner {
  height: 63vh !important;
  background: url(../images/about-banner.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-top: -5rem !important;
  border-image: fill 0 linear-gradient(#0001, #292929);

}
.module-card{
  margin-top: 0.5rem !important;
}
  .about-row{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse !important;
  }
  .right-side-about{
    margin-top: -4.3rem;
  }
  .ebook-hero-image {
    min-width: 335px !important;
    width: 130px !important;
}
.ebook-hero-image img {
  margin-top: 2.5rem;
  text-align: center;
  /* margin: 0 !important; */
  /* padding-top: 3.2rem; */
  min-width: 335px !important;
  width: 138px !important;
}
  /* .engage-bg::before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    background: none !important;
    width: 100%;
    height: 90vh;
    opacity: 0.6;
    z-index: -1;
  } */
  .methods {

    min-height: 193px;
}
  .section-height {
    min-height: 50vh !important;
  }
  .our-methodology{
    margin-top: 2rem !important;
  }
  .time-cards{
    margin-top: 2rem;
  }
  .hero_section {
    margin-top: 2.2rem !important;
    padding-top: 2rem ;
    /* margin-bottom: 2rem; */
  }

  .hero_section::after {
    content: "";
    position: absolute;
    top: -15px;
    left: 57%;
    right: 0;
    bottom: 0;
    background: none !important;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 400px;
    height: 400px;
  }

  .spacing {
    margin-top: 60px;
  }

  .design {
    margin-bottom: 1rem;
  }

  .design-middle {
    margin-bottom: 1rem;
  }

  .about-row {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .about-us {
    padding: 12px !important;
  }

  .special-middle h3::before {
    content: "";
    position: absolute;
    left: 23%;
    top: 50%;
    width: 46px;
    border-top: 2px solid var(--primary-color);
    background: linear-gradient(280deg,
        rgba(11, 176, 232, 1) 0%,
        rgba(113, 57, 151, 1) 100%);
  }

  .content-writing {
    margin-bottom: 1rem;
  }

  .clock-icon {
    text-align: center;
    margin: auto;
  }

  .engagement-inner {
    margin-bottom: 1rem;
  }

  .industry-row {
    gap: 12px;
    flex-direction: row-reverse;
  }
  .engage-bg{
background-color: var(--sub-menu-color);
  }

  .industry-content {
    text-align: center;
    margin: auto;
  }

  .numbers {
    margin-top: 2rem !important;
  }

  .one {
    margin-top: 1.2rem;
  }

  .get-in-touch {
    margin-top: 2rem !important;
  }

  .industry-content {
    margin-bottom: 5rem;
  }

  .our-client {
    margin-top: 5rem !important;
  }

  .service_card {
    margin-top: 1rem;
  }

  img.method_image {
    width: 367px;
    border-radius: 40px;
    height: 365px;
  }

  .service-inner {
    margin-top: 0;
  }

  .contact-form {
    margin-top: 1rem;
  }
  .copy-right {
    margin-bottom: 0;
  }
  .develop-boxes::before{
    background: none !important;
  }

  .service-special h3::before {
    content: "";
    position: absolute;
    left: 14%;
    top: 56%;
    width: 50px;
    height: 10%;
    background: linear-gradient(280deg,
        rgba(11, 176, 232, 1) 0%,
        rgba(113, 57, 151, 1) 100%);
  }
 
  img.method_image {
    margin-top: 1rem;
  }
.our-services
{
  margin-top: 3rem !important;
}
  .about-us {
    margin-top: 3rem !important;
    padding: 3px !important;
  }

  .elevate {
    margin-top: 3rem;
  }

  .industry {
    margin-top: 3rem;
  }

  .numbers_row {
    margin: auto;
  }

  .one {
    box-shadow: rgba(0, 0, 0, 0.24) 20 3px 8px;
    height: 140px;
    width: 295px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
  }

  .design {
    position: relative;
    transition: all 0.4s ease-in-out !important;
    cursor: pointer;
    min-height: 400px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    border-radius: 20px;
    background: var(--light-color) !important;
    border-radius: 12px;
  }

  .contact-touch {
    margin-top: 3rem;
  }

  .footer-contact {
    margin-top: 0 !important;
  }

  .clients_section {
    display: none;
  }

  .footer-logo p {
    margin-left: 0 !important;
  }

  .height-setting {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 61vh !important;
    max-width: 100% !important;
    position: relative;
  }
  .hero_section{
    min-height: 50vh !important;
  }
   .design {
    margin-top: 2rem;
   }
   .design-middle {
    margin-top: 1.8rem;
}
   /* .industry::after {
    content: "";
    position: absolute;
    top: -6%;
    right: -79px;
    width: 287px;
    background-color: var(--primary-color);
    height: 287px;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.2;
} */
img.industry_image{
 width: 100% !important;
}
.contact-details {
  margin-top: 1rem;
}
.contact-image img{
  margin-top: 2rem;
}
.contact-heading {
  width: 100% !important;
  font-size: 20px;
}
.footer-logo p {
  margin-left: 0 !important;
}
.footer-logo img {
  width: 327px;
  text-align: center;
}
.footer-services h5 {
  margin-left: 0px !important;
}
.footer-services ul {
  margin-left: -27px !important;
}

    .navbar-collapse {
      position: absolute;
      align-items: center;
      background-color:#b1d3e2;
      padding: 24px;
      color: white !important;
      z-index: 99999 !important;
      left: 0px;
      right: 0px;
      z-index: 1;
      height: 100vh;
      top: 0;
      bottom: 0;
  }


.info-graphic::after{
  visibility: hidden;
}
.first-row.w-75 {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 311px !important;
  flex-direction: column;
}
/* .second-row.w-75::after {
  content: '';
  position: absolute;
  top: 36%;
  left: 46%;
  background-color: var(--navy-blue);
  width: 32px;
  height: 29px;
  transform: rotate(45deg);
  display: none;
} */

.top-heading.shadow.card.border-0.w-50.p-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 304px !important;
  padding: 23px !important;
  text-align: center;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 14px !important;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}
.accordion-button:not(.collapsed)::before {
  content: '';
  height: 25px !important;
  width: 25px !important;
  position: absolute !important;
  background-color: white !important;
  z-index: 1 !important;
  transform: rotate(45deg) !important;
  left: 30px !important;
  top: 52px;
  display: none;
}
.ebook-hero {
  position: relative;
  margin-top: 2rem;
}
.info{
  margin-top: 1.5rem;
}


.website-design{
  padding: 5px !important;
}
.step-col{
  margin-top: 2rem !important;
}
.steps{
  height: 30vh;
}
.gear-col{
  text-align: center;
}
.graphics{
  margin-top: 2rem;
}
.graphics-row{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse !important;
}
.margin-top{
  margin-top: 2rem;
}
.blog-hero img{
  width: 357px !important;
}
.second__row{
  margin-top: 1rem !important;
}
.second__rows
second__rows{
  margin-top: 1rem !important;
  margin-bottom: 3rem !important;
}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body{
    background-color: var(--sub-menu-color) !important;
  }
}
