@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


/*   font-family: "Open Sans", sans-serif; */
/*   font-family: "Roboto", sans-serif; */

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
}

p,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Open Sans", sans-serif;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

a,
button {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
}

a:hover {
  color: inherit;
}

body {
  overflow-x: hidden;
  background: #f4f5f2;
}

main {
  overflow: hidden;
}

a,
button,
input,
textarea,
textarea:focus {
  outline: none;
  box-shadow: none;
  text-decoration: none;
}

.form-group input::-webkit-outer-spin-button,
.form-group input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #8A2BE2;
  border: 1px solid #fff;
}

::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* Firefox */
.form-group input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
}

/*Website Custom Style Css For Single Items Start Here*/

/*Heading & Para Style Css*/
.heading-one {
  font-size: 70px;
  line-height: 78px;
}

.heading-two {
  font-size: 47px;
  line-height: 66px;
}

.heading-three {
  font-size: 50px;
  line-height: 56px;
}

.heading-four {
  font-size: 32px;
  line-height: 40px;
}

.heading-five {
  font-size: 19px;
  line-height: 32px;
}

.heading-six {
  font-size: 22px;
  line-height: 28px;
}

.heading-seven {
  font-size: 16px;
  line-height: 22px;
}

p {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 10px;
}

li {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 5px;
}

/*Heading & Para Style Css*/

/*Buttons Style Css*/
.website-main-buttons {
  margin: 30px 0 0;
  display: flex;
  align-items: center;
  gap: 20px;
}

.website-main-buttons a.read-more-btn,
.website-main-buttons button.popup-btn,
.website-main-buttons a.call-btn {
  background: #8A2BE2;
  color: #eff0eb;
  border: none;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  width: 230px;
  height: 60px;
  border-radius: 0px;
  padding: 5px 5px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  transition: all 0.4s;
  transition-timing-function: cubic-bezier(0.5, 3, 0, 1);
  position: relative;
}

.website-main-buttons a.read-more-btn:hover,
.website-main-buttons button.popup-btn:hover,
.website-main-buttons a.call-btn:hover {
  background: #8A2BE2;
  transform: skewX(-15deg);
}

/*Buttons Style Css*/

/*Website Custom Style Css For Single Items End Here*/

/*Header Css Start Here*/
header {
  background: transparent;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
}

header.sticky {
  background: #000;
  box-shadow: 0 10px 40px -25px #1c1c1c;
}

header nav.navbar {
  padding: 15px 0 0px;
  align-items: center;
  position: relative;
}

header nav.navbar .navbar-brand {
  width: 200px;
  padding: 0;
  margin: 0;
}

header .header-nav-flx {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
}

.header-nav-flx .header-btn {}

.header-nav-flx .header-btn .website-main-buttons {
  margin: 0;
}

.header-nav-flx .header-btn .website-main-buttons button.popup-btn {
  background: #8A2BE2;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 200px;
  color: #fff;
  border: 1px solid white;
}


.header-nav-flx .header-btn .website-main-buttons a.read-more-btn {
  width: 230px;
  background: transparent;
  border: 1px solid white;
}

.offcanvas_menu {
  background-color: transparent;
  color: white;
  padding: 6px 14px;
  width: 100%;
  height: 100%;
  display: grid;
  justify-content: center;
  align-items: center;
}

.offcanvas_menu .offcanvas-line {}

.offcanvas {
  background: black;
}

.offcanvas ul {
  padding: 0 14px;
}

.offcanvas ul li {
  padding: 15px 0px;
}

.offcanvas ul li a {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  padding: 0;
  text-transform: capitalize;
  position: relative;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
}

.offcanvas ul .dropdown {}

.offcanvas ul .dropdown .dropdown-menu {
  height: 400px;
  min-height: 400px;
  max-height: 400px;
  overflow-x: auto;
}

.offcanvas ul .dropdown .dropdown-menu li {
  padding: 15px 0px 0px;
}

.offcanvas ul .dropdown .dropdown-menu li a {
  background: transparent;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 10px;
  margin: 0;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}

.offcanvas ul .dropdown .dropdown-menu li a:hover {
  color: #000;
}

.offcanvas ul .dropdown .dropdown-menu li a img {
  width: 25px;
  height: 25px;
  margin: 0 5px 0 0;
  transition: all 0.3s ease-in-out;
}

.offcanvas ul .dropdown .dropdown-menu li a i {
  color: #000;
  font-size: 20px;
  margin: 0 5px 0 0;
  transition: all 0.3s ease-in-out;
}

.offcanvas ul .dropdown .dropdown-menu li a:hover img,
.offcanvas ul .dropdown .dropdown-menu li a:hover i {
  transform: rotate(360deg);
}

.offcanvas button {
  border: none;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  background: white;
  font-size: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  position: relative;
  left: 2rem;
}

header .offcanvas-header {}

header .offcanvas-header .offcanvas-title {}

header .offcanvas-header .offcanvas-title img {
  width: 250px;
}

.offcanvas ul li a:hover,
.offcanvas ul li a:focus {
  color: #8A2BE2;
}

.offcanvas ul .dropdown a::after {
  display: none;
}



/*Header Css End Here*/

/**************************************************************************
 --------------------- Home Page Folds Css Start Here ---------------------
 --------------------------------------------------------------------------
**************************************************************************/

/*Banner Main Section Css Start Here*/
section.banner-main-sec {
  padding: 230px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

section.banner-main-sec::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 0;
  background: #000;
  opacity: 0.9;
}


.bg-video {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.banner-main-sec .banner-main-content {
  text-align: left;
}

.banner-main-sec .banner-main-content .website-main-buttons {}

.banner-main-sec .banner-main-content .website-main-buttons a.read-more-btn {
  background: transparent;
  border: 1px solid #fff;
}


.banner-main {
  position: relative;
}


.banner-main-sec span {
  color: #eff0eb;
  font-size: 60px;
  line-height: 70px;
  margin: 0 0 20px;
  font-weight: 300;
  display: block;
  font-family: "Roboto", sans-serif;
}


.banner-main-content .heading-one {
  color: #8A2BE2;
  margin: 0 0 20px;
  font-size: 80px;
  line-height: 90px;
}

.banner-main-content p {
  color: #eff0eb;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
}

.banner-main-sec button.scroll-down {
  background: transparent;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  border-radius: 20px;
  width: 40px;
  height: 60px;
  line-height: 55px;
  margin: 0 auto;
  text-align: center;
  border: 3px solid #fff;
}

.banner-main-sec button.scroll-down img {
  filter: brightness(0) saturate(100%) invert(34%) sepia(82%) saturate(7444%) hue-rotate(267deg) brightness(91%) contrast(94%);
}


.banner-main .slick-arrow {
  position: absolute;
  top: 50%;
  background: none;
  border: 3px solid #eff0eb;
  border-radius: 100%;
  padding: 10px;
  font-size: 0;
  z-index: 9;
}

.banner-main .slick-prev {
  left: 10%;
}

.banner-main .slick-prev::before {
  content: "";
  background-image: url(../images/elements/arrow-left.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-main .slick-next {
  right: 10%;
}

.banner-main .slick-next::before {
  content: "";
  background-image: url(../images/elements/arrow-right.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-main .slick-prev::before,
.banner-main .slick-next::before {
  font-family: "Font Awesome 6 Pro";
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: block;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.banner-main .slick-arrow:hover::before {
  filter: brightness(0) saturate(100%) invert(34%) sepia(82%) saturate(7444%) hue-rotate(267deg) brightness(91%) contrast(94%);
}

/*Banner Main Section Css End Here*/

/*Best Seller Section Css Start Here*/
section.best-seller-wrap {
  padding: 50px 0;
  margin: 50px 0;
}

.best-seller-wrap .best-seller-inner {}

.best-seller-inner .best-seller-slider {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.best-seller-inner .best-seller-img {
  position: relative;
  margin: 0 20px;
}

.best-seller-img img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.best-seller-img img:hover {
  transform: translateY(-12px);
}

/*Best Seller Section Css End Here*/

/*Service Section Css Start Here*/
section.service-sec-wrap {
  padding: 50px 0;
  position: relative;
  z-index: 1;
}

.service-sec-wrap .service-sec-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 50px;
}

.service-sec-head .service-head-content:first-child {
  width: 60%;
}

.service-sec-head .service-head-content:last-child {
  width: 40%;
}

.service-sec-head .service-head-content {}

.service-head-content .heading-three {
  color: #000;
  margin: 0;
}

.service-head-content .heading-three span {
  color: #8A2BE2;
  display: block;
}

.service-head-content p {
  color: #000;
}

.service-sec-wrap .service-sec-inner {}

.service-sec-inner .service-inner-box {
  background: transparent;
  padding: 20px 20px;
  margin: 0 12px;
  border-top: 5px solid #000;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.service-sec-inner .service-inner-box::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #000;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}

.company-content h5 {
  color: #161616;
  font-weight: 800;
  font-size: 23px;
}

.service-inner-box:hover::after {
  width: 100%;
  height: 100%;
}

.service-inner-box:hover .service-box-content .heading-five,
.service-inner-box:hover .service-box-content p,
.service-inner-box:hover .service-box-content a.read-more-btn {
  color: #fff;
}

.service-inner-box:hover .service-box-content a.read-more-btn img,
.service-inner-box:hover .service-box-content img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(4deg) brightness(105%) contrast(101%);
}

.service-inner-box .service-box-content {}

.service-box-content img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin: 0 0 20px;
  filter: brightness(0) saturate(100%) invert(47%) sepia(67%) saturate(2118%) hue-rotate(225deg) brightness(103%) contrast(102%);
}

.service-box-content .heading-five {

  color: #000;
  margin: 0 0 20px;
}

.service-box-content p {
  color: #000;
  font-size: 16px;
  line-height: 22px;
  min-height: 160px;
  max-height: 160px;
  overflow-y: auto;
  padding: 0 12px 0 0;
}

.service-box-content a.read-more-btn {

  color: #000;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-decoration: underline;
  margin: 20px 0;
  display: flex;
  gap: 12px;
}

.service-box-content a.read-more-btn img {
  width: 20px;
  height: 20px;
  margin: 0;
}

/*Service Section Css End Here*/

/*Award Winning Section Css Start Here*/
section.award-win-sec {
  margin: 0 0 50px;
}

.award-win-sec .award-win-img {
  background-image: url(../images/bg-img/award-win-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%;
  display: grid;
  align-items: end;
}

.award-win-img img {}

.award-win-sec .award-win-content {
  background: #000;
  padding: 50px 50px;
  height: 100%;
  display: grid;
  align-items: center;
  justify-content: center;
}

.award-win-content .heading-two {

  color: #eff0eb;
  margin: 0 0 20px;
}

.award-win-content .heading-six {
  color: #eff0eb;
  margin: 0;
}

.award-win-content p {
  color: #eff0eb;
  margin: 0 0 20px;
}

section.award-win-sec .website-main-buttons {
  margin: 0;
}

section.award-win-sec .website-main-buttons button.popup-btn {
  background: #8A2BE2;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 200px;
  color: #fff;
  border: 1px solid white;
}

section.award-win-sec .website-main-buttons a.read-more-btn {
  width: 230px;
  background: transparent;
  border: 1px solid white;
}

/*Award Winning Section Css End Here*/

/*Step Works Section Css Start Here*/
section.step-works-wrap {
  background: #000;
  padding: 50px 0;
  margin: 0 0 50px;
}

.step-works-wrap .step-works-head {
  margin: 0 0 30px;
  text-align: center;
}

.step-works-head .heading-two {
  color: #eff0eb;
  margin: 0 0 20px;
}

.step-works-head p {
  color: #eff0eb;
}

.step-works-inner .step-works-box {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px 0;
  border-top: 1px solid #f8f6f7;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.step-works-box::before {
  content: "";
  background: #8A2BE2;
  height: 100%;
  width: 150%;
  position: absolute;
  left: -25%;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.step-works-box:hover::before {
  opacity: 1;
}

.step-works-inner .step-works-box:last-child {
  border-bottom: 1px solid #f8f6f7;
}

.step-works-box span.step-count {

  font-size: 64px;
  color: #8A2BE2;
  -webkit-text-stroke: 2px #eff0eb;
  margin: 0;
  transition: all 0.3s ease-in;
}

.step-works-box:hover span.step-count {
  -webkit-text-stroke: 2px #000;
}

.step-works-box .works-box-content {
  margin: 0 20px;
  width: 80%;
}

.works-box-content .heading-five {
  color: #eff0eb;
  margin: 0 0 10px;
}

.works-box-content p {
  color: #eff0eb;
}

.step-works-inner .step-works-box .step-read-btn {
  position: absolute;
  right: 0;
}

.works-box-content p::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  border-radius: 0px;
}

.works-box-content p::-webkit-scrollbar {
  width: 3px;
  background: #b2b2b2;
  border-radius: 0px;
}

.works-box-content p::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 0px;
}


.step-works-box:hover .step-read-btn {}

/* .step-works-box:hover .step-read-btn img {
  filter: brightness(0) saturate(100%) invert(20%) sepia(93%) saturate(7020%) hue-rotate(351deg) brightness(99%) contrast(101%);
} */

.step-works-box .step-read-btn img {
  transition: all 0.3s ease-in-out;
}

/*Step Works Section Css End Here*/

/*Our Portfolio Section Css Start Here*/
section.our-portfolio-wrap {
  background: #f4f5f2;
  padding: 50px 0;
}

.our-portfolio-wrap .our-portfolio-head {
  margin: 0 0 50px;
  text-align: center;
}

.our-portfolio-head .heading-two {
  color: #000;
  margin: 0 0 20px;
}

.our-portfolio-head p {
  color: #000;
}

.our-portfolio-inner .our-portfolio-buttons {
  margin: 0 0 30px;
  border-bottom: 8px solid #000;
}

.our-portfolio-buttons ul.nav-pills {
  justify-content: space-between;
  align-items: center;
}

.our-portfolio-buttons ul.nav-pills li.nav-item {
  margin: 0;
}

.our-portfolio-buttons ul.nav-pills li.nav-item button.nav-link {
  background: transparent;
  color: #000;
  border: none;
  font-size: 18px;
  font-weight: 500;
  border-radius: 0px;
  padding: 15px 7px;
  margin: 0;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.our-portfolio-buttons ul.nav-pills li.nav-item button.nav-link::before {
  content: "";
  position: absolute;
  bottom: 2px;
  background-image: url(../images/elements/diamond.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 14px;
  height: 14px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.our-portfolio-buttons ul.nav-pills li.nav-item button.nav-link::after {
  content: "";
  position: absolute;
  bottom: -8px;
  background: #000;
  width: 100%;
  height: 8px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.our-portfolio-buttons ul.nav-pills li.nav-item button.nav-link.active::after,
.our-portfolio-buttons ul.nav-pills li.nav-item button.nav-link:hover::after,
.our-portfolio-buttons ul.nav-pills li.nav-item button.nav-link.active::before,
.our-portfolio-buttons ul.nav-pills li.nav-item button.nav-link:hover::before {
  opacity: 1;
}

.our-portfolio-tabitem .portfolio-tabitem-books {}

.portfolio-tabitem-books .portfolio-books-box {
  text-align: center;
  margin: 0 0px 20px;
}

.portfolio-books-box a {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.portfolio-books-box a img {
  width: 100% !important;
  height: 400px;
  object-fit: cover;
  object-position: center;
  transition: all 0.7s ease;

}

.portfolio-books-box a:hover img {
  object-position: bottom center;
}

.portfolio-books-box a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #0c0c0c9e;
  width: 100%;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-100px);
  transition: all 0.3s ease-in-out;
}

.portfolio-books-box a:hover::before {
  width: 100%;
  height: 100%;
  transform: translateY(0px);
}

.portfolio-books-box a::after {
  content: "";
  position: absolute;
  top: 38%;
  left: 0;
  right: 0;
  background-image: url(../images/elements/red-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
  margin: 0 auto;
  opacity: 0;
}

.portfolio-books-box a:hover::after {
  opacity: 1;
}

/*Our Portfolio Section Css End Here*/

/* about us  */
.about_us {
  background-image: url(../images/about-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 12rem 0 0;
  position: relative;
  z-index: 9;
}

.about_us::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 0;
  background: #000;
  opacity: 0.9;
}

.about_us h1 {
  color: #8A2BE2;
}

.about_us p {
  color: #fff;
}

.about_us img {
  position: relative;
}

.about_us .website-main-buttons a.read-more-btn {
  background: transparent;
  border: 1px solid #fff;
}


/* about us  */

/* contact_us */
.contact_us {
  background-image: url(../images/contact-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 13rem 0 0;
}

.contact_us h1 {

  color: #fff;
  font-size: 112px;
}

.contact_us p {}

.contact_us img {
  width: 800px;
}

/* contact_us */

/*Banner Down Brands Section Css Start Here*/
section.bandown-brands-wrap {
  background: #8A2BE2;
  position: relative;
  padding: 30px 0;
}

.bandown-brands-wrap .bandown-brands-inner {}

.bandown-brands-inner .heading-five {

  color: #eff0eb;
  margin: 0 0 20px;
  text-align: center;
}

.bandown-brands-inner .bandown-brands-item {}

.bandown-brands-item .slick-arrow {
  display: none !important;
}

.bandown-brands-item .brands-item-img {
  margin: 0 10px;
}

.brands-item-img img {
  height: 50px;
  object-fit: scale-down;
  margin: 0 auto;
}

/*Banner Down Brands Section Css End Here*/

/*Unlock Story Section Css Start Here*/
section.unlock-story-wrap {
  background: #000000;
  padding: 50px 0;
}

.unlock-story-content .heading-two {
  color: #eff0eb;
  margin: 0 0 20px;
}

.unlock-story-content p {
  color: #eff0eb;
}

.unlock-story-content .story-satisfy-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.story-satisfy-items .story-satisfy-box {
  display: flex;
  flex-direction: column;
}

.story-satisfy-box img {
  height: 60px;
  object-fit: scale-down;
  margin: 0 0 10px;
  filter: brightness(0) saturate(100%) invert(55%) sepia(38%) saturate(3882%) hue-rotate(223deg) brightness(99%) contrast(105%);
}

.story-satisfy-box span {
  color: #eff0eb;
  font-size: 18px;
  line-height: 26px;
}

.unlock-story-inner .unlock-story-img {
  text-align: center;
}

/*Unlock Story Section Css End Here*/

/*Case Study Section Css Start Here*/
section.case-study-wrap {
  padding: 50px 0;
}

.case-study-wrap .case-study-head {
  text-align: center;
  margin: 0 0 30px;
}

.case-study-head .heading-two {

  color: #000;
  margin: 0 0 20px;
}

.case-study-head p {
  color: #000;
}

.case-study-wrap .case-study-inner {}

.case-study-inner .case-study-box {
  margin: 0 12px;
  height: 576px;
}

.case-study-box .study-box-img {}

.study-box-img img {
  width: 100%;
  height: 276px;
}

.case-study-box .study-box-content {
  background: #ffffff;
  box-shadow: 0 7px 20px -10px #b2b2b2;
  padding: 20px 20px;
  border-radius: 10px;
}

.study-box-content .heading-five {

  color: #000;
  margin: 0 0 20px;
}

.study-box-content p {
  color: #000;
  height: 137px;
  overflow-y: scroll;
  font-size: 16px;
}

/*Case Study Section Css End Here*/

/*CTA Banner Section Css Start Here*/
section.cta-banner-wrap {
  background: #000000;
  padding: 50px 0;
  position: relative;
  z-index: 1;
}

.cta-banner-wrap .cta-banner-content {}

.cta-banner-content .heading-two {
  color: #eff0eb;
  margin: 0 0 20px;
}

.cta-banner-content p {
  color: #eff0eb;
}

.cta-banner-content .website-main-buttons {}

.cta-banner-content .website-main-buttons button.popup-btn {
  background: #8A2BE2;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 200px;
  color: #fff;
  border: 1px solid white;
}

.cta-banner-content .website-main-buttons a.read-more-btn {
  width: 230px;
  background: transparent;
  border: 1px solid white;
}

.cta-banner-wrap .cta-banner-img {
  position: relative;
  text-align: center;
}

/*CTA Banner Section Css End Here*/

/*sec customer feedback Section Css Start Here*/
section.sec-customer-feedback {
  padding: 50px 0 0;
  position: relative;
  z-index: 9;
  overflow: hidden;
}

.customer-feedback-content .feedback-content-head {
  margin: 0 0 30px;
  text-align: center;
}

.feedback-content-head .heading-two {
  color: #1a1a1a;
  margin: 0 0 10px;
  font-size: 50px;
  line-height: 61px;
  font-weight: 800;
}

.feedback-content-head .heading-two span {
  color: #000;
}

.feedback-content-head p {
  color: #000;
}

.feedback-slider-box {
  text-align: center;
  position: relative;
}

.feedback-slider-para::before {
  position: absolute;
  right: 43%;
  top: 50%;
  content: "";
  background: #000;
  width: 220px;
  height: 2px;
  display: none;
}

.customer-feedbcack-images .slick-arrow {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: inherit;
  background: none;
  border: none;
  font-size: 0;
  z-index: 9;
}

.customer-feedbcack-images .slick-prev {
  left: -60px;
}

.customer-feedbcack-images .slick-prev::before {
  content: "\f053";
}

.customer-feedbcack-images .slick-next::before {
  content: "\f054";
}

.customer-feedbcack-images .slick-next {
  right: -60px;
}

.customer-feedbcack-images .slick-prev::before,
.customer-feedbcack-images .slick-next::before {
  font-family: "Font Awesome 6 Pro";
  color: #000000;
  font-size: 32px;
  font-weight: 800;
  width: 35px;
  height: 35px;
  line-height: 32px;
  text-align: center;
  border-radius: 0;
  display: block;
  opacity: 1;
}

.customer-feedbcack-images .slick-arrow::before {
  background: transparent;
}

.customer-feedbcack-images button.slick-prev.slick-arrow.slick-disabled::before {
  color: #a4a6a7;
}

.feedback-slider-box .feedback-box-head {
  display: flex;
  margin: 0 0 10px;
  justify-content: center;
  align-items: center;
}

.feedback-slider-para p {
  margin: 0 0 40px;
}

.feedback-slider-text .heading-five {
  color: #8A2BE2;
  margin: 0;
}

.feedback-slider-text p {
  color: #1a1a1a;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
}

.customer-feedback-slider .slick-arrow {
  display: none !important;
}

.customer-feedbcack-images img {
  margin: 0 10px 0;
  overflow: hidden;
  min-height: 500px;
  max-height: 500px;
  object-fit: cover;
}

.customer-brand-review {
  padding: 30px 0;
}

.brand-info .heading-five {
  font-size: 22px;
  padding: 30px 0;
  color: #1a1a1a;
  font-weight: 600;
  text-align: end;
}

/*sec customer feedback Section Css end Here*/

/*Main Contact Form Section Css Start Here*/
section.main-contact-form {}

.main-contact-form .main-contact-img {
  background: #000;
  padding: 50px 0 0;
  height: 100%;
  display: grid;
  align-items: end;
}

.main-contact-img img {}

.main-contact-form .contact-form-side {
  padding: 50px 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contact-form-side .contact-form-inner {
  width: 75%;
}

.contact-form-inner .heading-two {

  color: #000;
  margin: 0 0 20px;
}

.contact-form-inner .heading-two span {
  color: #000;
}

.contact-form-inner p {
  color: #000;
}

.contact-form-inner .form-group {
  margin: 0 0 10px;
}

.contact-form-inner .form-group label {

  background: #f8f6f7;
  color: #404040;
  font-size: 16px;
  line-height: 22px;
  padding: 0 5px;
  position: relative;
  bottom: -14px;
  left: 10px;
}

.contact-form-inner .form-group input {
  background-color: #f8f6f7;
  color: #000;
  border: 2px solid #e3e3e3;
  font-size: 16px;
  width: 100%;
  height: 60px;
  padding: 15px 10px 10px 10px;
  border-radius: 0;
  outline: none;
  box-shadow: none;
}

.contact-form-inner .form-group input::placeholder {
  color: #a4a6a7;
}

.contact-form-inner .form-group textarea {
  background-color: #f8f6f7;
  color: #000;
  border: 2px solid #e3e3e3;
  font-size: 16px;
  width: 100%;
  height: 175px;
  padding: 15px 10px 10px 10px;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  resize: none;
}

.contact-form-inner .form-group textarea::placeholder {
  color: #a4a6a7;
}

.contact-form-inner .form-group button.submit-btn {

  background: #8A2BE2;
  color: #eff0eb;
  border: none;
  font-size: 18px;
  letter-spacing: 1px;
  width: 200px;
  height: 60px;
  border-radius: 0px;
  padding: 5px 5px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  transition: all 0.4s;
  transition-timing-function: cubic-bezier(0.5, 3, 0, 1);
  position: relative;
}

.contact-form-inner .form-group button.submit-btn:hover {
  background: #000;
}

/*Main Contact Form Section Css End Here*/

/*FAQS Section Css Start Here*/
section.faqs-sec-wrap {
  padding: 50px 0 0;
}

.faqs-sec-wrap .faqs-sec-head {
  text-align: center;
  margin: 0 0 30px;
}

.faqs-sec-head .heading-two {

  color: #000;
  margin: 0 0 20px;
}

.faqs-sec-head p {
  color: #000;
}

.faqs-sec-wrap .faqs-sec-item {
  padding: 0 0 50px;
}

.faqs-sec-item .accordion .accordion-item {
  margin: 0 0 10px;
  border-radius: 0px;
  background: transparent;
  border: none;
  position: relative;
}

/* .faqs-sec-item .accordion .accordion-item::after {
  content: "";
  position: absolute;
  left: -25%;
  background: #cbcbcb;
  width: 150%;
  height: 1px;
} */

.faqs-sec-item .accordion-item .accordion-header button.accordion-button {
  background: #fff;
  color: #444343;
  font-size: 20px;
  line-height: 28px;
  box-shadow: none;
  border-radius: 0px;
  padding: 20px 20px;
  display: flex;
  align-items: center;
  margin: 0;
  border: none;
  font-weight: 500;
}

.faqs-sec-item .accordion-item .accordion-header button.accordion-button.collapsed {}

.faqs-sec-item .accordion-item .accordion-header .accordion-button::after {
  content: "\2b";
  font-family: "Font Awesome 6 Pro";
  background-image: none;
  background: transparent;
  border: 2px solid #444343;
  color: #444343;
  font-size: 18px;
  font-weight: 600;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 100%;
  text-align: center;
  transform: rotate(-90deg);
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faqs-sec-item .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
  transform: rotate(0deg);
}

.faqs-sec-item .accordion-item .accordion-collapse .accordion-body {
  color: #444343;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  padding: 20px 20px;
  border-radius: 0;
}

/*FAQS Section Css End Here*/

/**************************************************************************
 --------------------- Home Page Folds Css End Here -----------------------
 --------------------------------------------------------------------------
**************************************************************************/

/**************************************************************************
--------------------- About Page Folds Css Start Here ---------------------
---------------------------------------------------------------------------
**************************************************************************/

/*About Banner Section Css Start Here*/
section.about-banner-sec {
  background-image: url(../images/bg-img/banner-main-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 175px 0 75px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.about-banner-content .heading-one {
  color: #161616;
  margin: 0 0 20px;
}

.about-banner-content p {
  color: #6e6e6e;
}

.about-banner-content .website-main-buttons a.call-btn {
  background: #0a7c7c;
  color: #fff;
}

.about-banner-content .website-main-buttons a.call-btn:hover {
  background: #161616;
  top: -2px;
  box-shadow: -6px 14px 12px 2px rgba(90, 90, 90, 0.12);
}

/*About Banner Section Css End Here*/
/* mobile_app */
.mobile_app {
  background: #eaebeb !important;
}

.mobile_app {}

.mobile_app .heading-two,
.mobile_app span {
  color: #111313 !important;
}

.mobile_app_cta {
  padding: 0 !important;
  background-color: #e1e1e1 !important;
}

.mobile_app_cta .heading-two,
.mobile_app_cta .cta-banner-content p {
  color: #000;
}

/* mobile_app_cta */
/**************************************************************************
--------------------- About Page Folds Css End Here -----------------------
--------------------------------------------------------------------------
**************************************************************************/

/**************************************************************************
--------------------- Service Page Folds Css Start Here -------------------
---------------------------------------------------------------------------
**************************************************************************/

/*Service Banner Section Css Start Here*/
section.service-banner-sec {
  background-image: url(../images/bg-img/banner-main-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 200px 0 150px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.service-banner-sec .service-banner-content {}

.service-banner-content .heading-one {
  color: #161616;
  margin: 0 0 20px;
}

.service-banner-content p {
  color: #6e6e6e;
}

.service-banner-content .website-main-buttons {}

.service-banner-content .website-main-buttons a.call-btn {
  background: #0a7c7c;
  color: #fff;
}

.service-banner-content .website-main-buttons a.call-btn:hover {
  background: #161616;
  top: -2px;
  box-shadow: -6px 14px 12px 2px rgba(90, 90, 90, 0.12);
}

.service-banner-content .banner-brands {
  position: absolute;
  bottom: 0;
  margin: 20px 0;
}

.service-banner-content .banner-brands span {
  color: #0a7c7c;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  margin: 0 0 10px;
  display: block;
}

.service-banner-content .banner-brands .banner-brands-items {
  display: flex;
  align-items: center;
}

.service-banner-content .banner-brands .banner-brands-items img {
  width: 120px;
  height: 40px;
  object-fit: scale-down;
  margin: 0 20px 0 0;
}

.service-banner-sec .service-banner-form {
  background: #161616;
  width: 85%;
  padding: 40px 30px;
  margin: 0 auto;
  border-radius: 20px 20px;
}

.service-banner-form .heading-three {
  color: #fff;
  margin: 0 0 10px;
}

.service-banner-form .heading-three span {
  color: #0a7c7c;
}

.service-banner-form .form-group {
  margin: 0 0 10px;
}

.service-banner-form .form-group.select-form-group {
  position: relative;
  z-index: 1;
  margin: 0 0 20px;
  width: 85%;
}

.service-banner-form .form-group.select-form-group::after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  color: #9a9999;
  font-size: 18px;
  position: absolute;
  right: 10px;
  top: 8px;
  z-index: -1;
}

.service-banner-form .form-group .form-select {
  font-family: "Titillium Web", sans-serif;
  background-color: transparent;
  color: #9a9999;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  width: 100%;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #9a9999;
  outline: none;
  box-shadow: none;
  padding: 10px 30px 10px 10px;
  cursor: pointer;
  background-image: none;
  position: relative;
}

.service-banner-form .form-group .form-select option {
  font-family: "Titillium Web", sans-serif;
  background-color: #161616;
  color: #fff;
  font-size: 16px;
}

.service-banner-form .form-group input {
  background: #fff;
  font-size: 16px;
  color: #161616;
  padding: 10px 20px;
  width: 100%;
  height: 55px;
  border: none;
  outline: none;
  border-radius: 8px;
}

.service-banner-form .form-group input::placeholder {
  color: #a4a4a4;
}

.service-banner-form .form-group textarea {
  background: #fff;
  color: #161616;
  border: none;
  font-size: 16px;
  width: 100%;
  height: 120px;
  padding: 20px 20px;
  border-radius: 8px;
  outline: none;
  box-shadow: none;
  resize: none;
}

.service-banner-form form .form-group textarea::placeholder {
  color: #a4a4a4;
}

.service-banner-form .form-group button.submit-btn {
  background: #0a7c7c;
  color: #fff;
  border: none;
  font-size: 18px;
  font-weight: 600;
  width: 200px;
  height: 50px;
  border-radius: 8px;
  box-shadow: -1px 3px 3px 0 rgba(80, 80, 80, 0.2);
  padding: 5px 5px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  transition: all 0.25s ease-out;
  position: relative;
}

.service-banner-form .form-group button.submit-btn:hover {
  background: #fff;
  color: #0a7c7c;
}

/*Service Banner Section Css End Here*/

/*Our Process Section Css Start Here*/
section.our-process-wrap {
  padding: 50px 0;
}

.our-process-wrap .our-process-head {
  margin: 0 0 50px;
  text-align: center;
}

.our-process-head .heading-two {
  color: #161616;
  margin: 0 0 20px;
}

.our-process-head .heading-two span {
  color: #0a7c7c;
}

.our-process-head p {
  color: #6e6e6e;
}

.our-process-inner .our-process-box {
  padding: 30px 20px;
  transition: all 0.3s ease-in-out;
}

.our-process-box:hover {
  background: #0a7c7c;
}

.our-process-box span.process-count {
  background: #0a7c7c;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  margin: 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.our-process-box:hover span.process-count {
  background: #161616;
}

.our-process-box .process-box-content {}

.process-box-content .heading-four {
  color: #161616;
  margin: 0 0 20px;
  height: 60px;
}

.our-process-box:hover .process-box-content .heading-four {
  color: #fff;
}

.process-box-content p {
  color: #6e6e6e;
}

.our-process-box:hover .process-box-content p {
  color: #fff;
}

.process-box-content p::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  border-radius: 0px;
}

.process-box-content p::-webkit-scrollbar {
  width: 3px;
  background: #b2b2b2;
  border-radius: 0px;
}

.process-box-content p::-webkit-scrollbar-thumb {
  background-color: #161616;
  border-radius: 0px;
}

.our-process-wrap .website-main-buttons {
  justify-content: center;
}

.our-process-wrap .website-main-buttons a.read-more-btn {
  background: #0a7c7c;
  color: #fff;
}

.our-process-wrap .website-main-buttons a.read-more-btn:hover {
  background: #161616;
  top: -2px;
  box-shadow: -6px 14px 12px 2px rgba(90, 90, 90, 0.12);
}

/*Our Process Section Css End Here*/

/**************************************************************************
--------------------- Service Page Folds Css End Here ---------------------
---------------------------------------------------------------------------
**************************************************************************/

/**************************************************************************
--------------------- Ios Developemnt Service Page Folds Css start Here -------
---------------------------------------------------------------------------
**************************************************************************/

/* section banner-main-sec ios-banner css start here  */

section.banner-main-sec.ios-banner,
section.banner-main-sec.illionos_banner {
  background-image: url(../images/bg-img/ios-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 215px 0 70px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}


section.banner-main-sec.illionos_banner .banner-inner {
  position: relative;
}


section.banner-main-sec.illionos_banner .website-main-buttons {
  justify-content: left;
}

section.banner-main-sec.illionos_banner .banner-inner img {
  width: 100%;
  min-height: 500px;
  max-height: 500px;
  margin: 0 0 50px;
  object-fit: contain;
}


section.banner-main-sec.ios-banner .banner-inner-image img {
  position: relative;
}

section.banner-main-sec.illionos_banner::after {
  content: "";
  position: absolute;
  top: 52%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 758px;
  height: 758px;
  background: #b9121c;
  z-index: -1;
  border-radius: 50%;
  filter: blur(22px);
  transform: translateY(-50%);
  opacity: 0.8;
}

section.banner-main-sec.illionos_banner .heading-one {
  font-size: 59px;
  line-height: 72px;
  color: #fff;
}

section.banner-main-sec.illionos_banner button {
  border-radius: 50%;
}

.illionos_banner .website-main-buttons {
  justify-content: center;
}

.illionos_banner .website-main-buttons button.popup-btn {
  border-radius: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  color: #000;
  background: #fff;
}

.banner-main-sec.ios-banner .banner-main-content {
  text-align: left;
}

.banner-main-sec.ios-banner .banner-main-content .heading-one {
  font-size: 54px;
  line-height: 67px;
  color: #eff0eb;
}

.banner-main-sec.ios-banner .banner-main-content .heading-one span {
  color: #8A2BE2;
  font-weight: 800;
}

.banner-main-sec.ios-banner .banner-main-content button.popup-btn {
  background: white;
  color: #8A2BE2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

/* section banner-main-sec ios-banner css end here  */
/* section service-sec-wrap ios-service css star here  */
section.service-sec-wrap.ios-service {}

.service-sec-wrap.ios-service .service-sec-head {
  text-align: center;
  display: block;
}

.service-sec-wrap.ios-service .service-head-content .heading-three {
  margin: 0 0 25px 0;
}

.service-sec-wrap.ios-service .service-sec-head .service-head-content:first-child {
  width: 100%;
}

.service-sec-wrap.ios-service .service-sec-head .service-head-content:last-child {
  width: 75%;
  margin: 0 auto 50px;
}

/* section service-sec-wrap ios-service css end here  */

.award-win-sec.ios-award .award-win-img {
  background-image: url(../images/bg-img/award-ios.jpg);
}

.award-win-sec.ios-award .award-win-img img {
  width: 75%;
}

.award-win-sec.ios-award .award-win-content {
  background: #000;
}

/* step-works-wrap ios-step  css start here*/

section.step-works-wrap.ios-step {
  background: #ffffff;
}

.step-works-wrap.ios-step .step-works-box::before {
  background: #000;
}

.step-works-wrap.ios-step .step-works-box:hover button.popup-btn {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.step-works-wrap.ios-step .step-works-box:hover .works-box-content .heading-five,
.step-works-wrap.ios-step .step-works-box:hover .works-box-content p {
  color: #fff;
}

.step-works-wrap.ios-step .step-works-box:hover span.step-count {
  -webkit-text-stroke: 2px #fff;
}

.step-works-wrap.ios-step .works-box-content p {
  color: #000;
}

.step-works-wrap.ios-step .works-box-content .heading-five {
  color: #000;
}

.step-works-wrap.ios-step .step-works-head .heading-two {
  color: #000;
}

.step-works-wrap.ios-step .step-works-box span.step-count {
  -webkit-text-stroke: 2px #000;
}


.step-works-wrap.ios-step .step-read-btn img {
  transition: all 0.3s ease-in-out;
  filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7500%) hue-rotate(340deg) brightness(94%) contrast(106%);
}

.step-works-wrap.ios-step .step-works-box:hover .step-read-btn img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7432%) hue-rotate(293deg) brightness(119%) contrast(117%);
}

/* step-works-wrap ios-step  css end here*/

/* unlock story wrap ios-unlock css start here  */

section.unlock-story-wrap.ios-unlock {
  padding: 50px 0 0;
  background: #000;
}

.unlock-story-wrap.ios-unlock .story-satisfy-box img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(108deg) brightness(106%) contrast(101%);
}

.unlock-story-wrap.ios-unlock .unlock-story-content .heading-two {
  margin: 0 0 50px;
}

/* unlock story wrap ios-unlock css end here  */

/* cta banner wrap css start here  */

section.cta-banner-wrap.ios-cta {
  background: #f8f8f8;
}

.cta-banner-wrap.ios-cta .cta-banner-content .heading-two {
  color: #000;
}

.cta-banner-wrap.ios-cta .cta-banner-content p {
  color: #000;
}

/* cta banner wrap css end here */
/* unlock story wrap ios unlock inner css start here */

section.unlock-story-wrap.ios-unlock-inner {
  background: #181818;
  padding: 50px 0 0;
}

.unlock-story-wrap.ios-unlock-inner .unlock-story-content button.popup-btn {
  background: white;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 220px;
  color: #000;
  border: 1px solid white;
}

.unlock-story-wrap.ios-unlock-inner .unlock-story-content p {
  color: #eff0eb;
}

/* unlock story wrap ios unlock inner css end here */

/* main contact form ios-contact css start here */

section.main-contact-form.ios-contact {}

.main-contact-form.ios-contact .main-contact-img {
  background: url(../images/bg-img/contact-ios.webp) no-repeat;
  background-size: cover;
}

/* main contact form ios-contact css end here */

/**************************************************************************
--------------------- Ios Developemnt Service Page Folds Css end Here -------
---------------------------------------------------------------------------
**************************************************************************/

/**************************************************************************
--------------------- Android Developemnt Service Page Folds Css start Here -------
---------------------------------------------------------------------------
**************************************************************************/
/* banner main sec ios banner start here */

section.banner-main-sec.ios-banner.android {
  padding: 150px 0 75px;
}

/* banner main sec ios banner end here */

/* award-win-sec android award css start here  */

section.award-win-sec.android-award {}

.award-win-sec.android-award .award-win-img {
  background-image: url(../images/bg-img/android-award.webp);
}

.award-win-sec.android-award .award-win-content {
  background: #fff;
}

.award-win-sec.android-award .award-win-content .heading-two {
  color: #000;
}

.award-win-sec.android-award .award-win-content .heading-six {
  color: #000;
}

.award-win-sec.android-award .award-win-content p {
  color: #000;
}

/* award-win-sec android award css end here  */
/* android step work wrap start here */

section.step-works-wrap.ios-step.android .step-works-box::before {
  background: #000;
}

/* android step work wrap end here */

/* android cta banner wrap start here */

section.cta-banner-wrap.android {}

/* android cta banner wrap end here */

.main-contact-form.android-contact .main-contact-img {
  background: url(../images/bg-img/android-contact.webp) no-repeat;
  background-size: cover;
}

/**************************************************************************
--------------------- Android Developemnt Service Page Folds Css end Here -------
---------------------------------------------------------------------------
**************************************************************************/

/*Footer Css Start Here*/
footer.footer-main-sec {
  background: #000;
  position: relative;
}

.footer-main-sec .footer-top {
  border-bottom: 1px solid #eff0eb;
}

.footer-top .footer-logo-area {
  height: 100%;
  padding: 25px 20px;
}

.footer-logo-area .footer-logo {
  width: 180px;
  margin: 0 0 20px;
}

.footer-logo-area p {
  color: #eff0eb;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  font-family: "Roboto", sans-serif;
}

.footer-top .footer-links-area {
  height: 100%;
  padding: 50px 20px;
}

.footer-links-area .heading-five {
  color: #fff;
  margin: 0 0 20px;
}

.footer-links-area ul.footer-nav-links li {
  margin: 0 0 10px;
}

.footer-links-area ul.footer-nav-links a {
  color: #eff0eb;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin: 0 0 12px;
  display: block;
  text-transform: capitalize;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #8A2BE2 50%, #eff0eb 50%);
  background-size: 200% 100%;
  background-position: 100%;
  transition: all 0.3s ease-in-out;
  font-family: "Roboto", sans-serif;
}

.footer-links-area ul.footer-nav-links a:hover {
  transition: all 0.9s cubic-bezier(0, 0, 0.23, 1);
  background-position: 0%;
}

.footer-top .footer-info-area {
  height: 100%;
  padding: 50px 20px;
}

.footer-info-area .heading-five {

  color: #fff;
  margin: 0 0 20px;
}

.footer-info-area a {
  color: #eff0eb;
  font-size: 16px;
  line-height: 22px;
  text-transform: lowercase;
  margin: 0 0 15px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.footer-info-area a:hover {
  color: #8A2BE2;
}

.footer-info-area a i,
.footer-info-area p i {
  color: #fff;
  font-size: 18px;
  margin: 0 5px 0 0;
}

.footer-info-area p {
  color: #eff0eb;
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 10px;
  display: block;
  display: flex;
  align-items: center;
}

ul.footer-social-list {
  display: flex;
  gap: 10px;
  margin: 20px 0;
}

ul.footer-social-list li a {
  background: #000;
  color: #fff;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 44px;
  text-align: center;
  border-radius: 5px;
  margin: 0;
  display: block;
  position: relative;
  transition: all 0.5s ease-in-out;
}

ul.footer-social-list li {
  margin: 0;
}

ul.footer-social-list li a i {
  color: #fff;
  margin: 0;
  width: inherit;
}

ul.footer-social-list li a img {
  padding: 8px;
  filter: invert(1);
  margin: -5px 0 0 0;
}

.footer-main-sec .footer-bottom {
  padding: 15px 0;
}

.footer-bottom .footer-copyright {}

.footer-copyright p {
  font-size: 16px;
  line-height: 22px;
  color: #eff0eb;
  margin: 0;
}

.footer-bottom .footer-nav-links {
  display: flex;
  justify-content: end;
  align-items: center;
}

.footer-bottom .footer-nav-links li {
  padding: 0 10px;
  margin: 0;
}

.footer-bottom .footer-nav-links li:first-child {
  border-right: 2px Solid #fff;
}

.footer-bottom .footer-nav-links li a {
  color: #eff0eb;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  display: block;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}

.footer-bottom .footer-nav-links li a:hover {
  color: #8A2BE2;
}

/* .bgs */

.game_app_cta {
  background: #000000 !important;
}

.cross_app {
  background: #000000 !important;
  padding: 50px 0 0 !important;
}

/* bgs */

/*Footer Css End Here*/

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  /*Website Custom Style Responsive Css For Single Items Start Here*/

  /*Heading & Para Style Responsive Css*/
  .heading-one {
    font-size: 54px;
    line-height: 60px;
  }

  .heading-two {
    font-size: 44px;
    line-height: 50px;
  }

  .heading-three {
    font-size: 36px;
    line-height: 44px;
  }

  .heading-four {
    font-size: 22px;
    line-height: 28px;
  }

  .heading-five {
    font-size: 20px;
    line-height: 26px;
  }

  p {
    font-size: 16px;
    line-height: 22px;
  }

  li {
    font-size: 16px;
    line-height: 22px;
  }

  /*Heading & Para Style Responsive Css*/

  /*Buttons Style Responsive Css*/
  .website-main-buttons a.read-more-btn,
  .website-main-buttons button.popup-btn,
  .website-main-buttons a.call-btn {
    font-size: 16px;
    width: 175px;
  }

  /*Buttons Style Responsive Css*/

  /*Website Custom Style Responsive Css For Single Items End Here*/

  /*Header Responsive Css Start Here*/
  header nav.navbar .navbar-brand {
    width: 175px;
  }

  header .navbar-main-center ul.navbar-nav li.nav-item {
    margin: 0 10px;
  }

  header ul.navbar-nav .nav-item.dropdown ul.dropdown-menu li a {
    padding: 8px 8px;
  }

  header .navbar-main-nav .navbar-buttons a.call-btn {
    font-size: 16px;
    width: 175px;
  }

  /*Header Responsive Css End Here*/

  /**************************************************************************
 --------------- Home Page Folds Responsive Css Start Here ----------------
 --------------------------------------------------------------------------
**************************************************************************/

  /*Banner Main Section Responsive Css Start Here*/
  .banner-main-content .heading-one {
    margin: 75px 0 20px;
  }

  /*Banner Main Section Responsive Css End Here*/

  /*Contact Form Flex Section Responsive Css Start Here*/
  .contact-form-flex .form-group {
    margin: 0 3px 10px;
    width: 100%;
  }

  .contact-form-flex .form-group input {
    font-size: 14px;
  }

  .contact-form-flex .form-group button.submit-btn {
    font-size: 16px;
    width: 150px;
  }

  /*Contact Form Flex Section Responsive Css End Here*/

  /*Our Portfolio Section Responsive Css Start Here*/
  .our-portfolio-buttons ul.nav-pills li.nav-item button.nav-link {
    font-size: 16px;
  }

  .portfolio-tabitem-books .portfolio-books-box {
    margin: 0 10px 20px;
  }

  /*Our Portfolio Section Responsive Css End Here*/

  /*Step Works Section Responsive Css Start Here*/
  .step-works-inner .step-works-box {
    width: 90%;
  }

  .step-works-box::after {
    top: 45%;
    right: 0%;
  }

  /*Step Works Section Responsive Css End Here*/

  /*Main Contact Form Section Responsive Css Start Here*/
  .contact-form-side .form-group.select-form-group::after {
    font-size: 16px;
    right: 5px;
  }

  .contact-form-side .form-group .form-select {
    font-size: 16px;
    line-height: 22px;
    padding: 10px 20px 10px 5px;
  }

  /*Main Contact Form Section Responsive Css End Here*/

  /**************************************************************************
 --------------- Home Page Folds Responsive Css End Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

  /**************************************************************************
--------------- Service Page Folds Responsive Css Start Here --------------
---------------------------------------------------------------------------
**************************************************************************/

  /*Service Banner Section Responsive Css Start Here*/
  .service-banner-form .form-group.select-form-group {
    width: 90%;
  }

  /*Service Banner Section Responsive Css End Here*/

  /**************************************************************************
--------------- Service Page Folds Responsive Css End Here ----------------
---------------------------------------------------------------------------
**************************************************************************/

  /**************************************************************************
--------------- Contact Us Page Folds Responsive Css Start Here -----------
---------------------------------------------------------------------------
**************************************************************************/

  .contact_us h1 {
    font-size: 80px;
    line-height: 87px;
  }


  /**************************************************************************
--------------- Contact Us Page Folds Responsive Css End Here -------------
---------------------------------------------------------------------------
**************************************************************************/


  /*Footer Responsive Css Start Here*/
  .footer-logo-area .footer-logo {
    width: 200px;
  }

  .footer-info-area a {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-info-area p {
    font-size: 14px;
    line-height: 20px;
  }

  /*Footer Responsive Css End Here*/
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /*Website Custom Style Responsive Css For Single Items Start Here*/

  /*Heading & Para Style Responsive Css*/
  .heading-one {
    font-size: 44px;
    line-height: 50px;
  }

  .heading-two {
    font-size: 36px;
    line-height: 42px;
  }

  .heading-three {
    font-size: 32px;
    line-height: 38px;
  }

  .heading-four {
    font-size: 20px;
    line-height: 26px;
  }

  .heading-five {
    font-size: 18px;
    line-height: 22px;
  }

  .heading-six {
    font-size: 16px;
    line-height: 22px;
  }

  p {
    font-size: 14px;
    line-height: 20px;
  }

  li {
    font-size: 14px;
    line-height: 20px;
  }

  /*Heading & Para Style Responsive Css*/

  /*Buttons Style Responsive Css*/
  .website-main-buttons {
    flex-wrap: wrap;
  }

  .website-main-buttons a.read-more-btn,
  .website-main-buttons button.popup-btn,
  .website-main-buttons a.call-btn {
    font-size: 14px;
    margin: 0 5px 10px;
    width: 175px;
  }

  .website-main-buttons button.chat-btn {
    font-size: 16px;
    margin: 0 10px 10px;
  }

  /*Buttons Style Responsive Css*/

  /*Website Custom Style Responsive Css For Single Items End Here*/

  /*Header Responsive Css Start Here*/
  header nav.navbar .navbar-brand {
    width: 175px;
  }

  .header-nav-flx .header-btn .website-main-buttons button.popup-btn {
    width: 180px;
  }

  .header-nav-flx .header-btn .website-main-buttons a.read-more-btn {
    width: 200px;
  }

  .header-nav-flx .header-btn .website-main-buttons {
    flex-wrap: nowrap;
  }

  header .header-nav-flx {
    gap: 30px;
  }

  header .offcanvas-header .offcanvas-title img {
    width: 180px;
  }

  /* header .navbar-main-center ul.navbar-nav li.nav-item {
    margin: 0 10px;
  }

  header .navbar-main-center ul.navbar-nav li.nav-item a.nav-link {
    font-size: 16px;
    line-height: 22px;
  }

  header ul.navbar-nav .nav-item.dropdown ul.dropdown-menu li a {
    font-size: 14px;
    line-height: 20px;
    padding: 8px 8px;
  }

  header .navbar-main-nav .navbar-buttons a.call-btn {
    font-size: 14px;
    width: 175px;
  } */

  /*Header Responsive Css End Here*/

  /**************************************************************************
 --------------- Home Page Folds Responsive Css Start Here ----------------
 --------------------------------------------------------------------------
**************************************************************************/

  /*Banner Main Section Responsive Css Start Here*/
  section.banner-main-sec {
    padding: 150px 0 175px;
  }

  .banner-main-content .heading-one {
    margin: 75px 0 20px;
  }

  /*Banner Main Section Responsive Css End Here*/

  /*Contact Form Flex Section Responsive Css Start Here*/
  .contact-form-flex .form-group {
    margin: 0 3px 10px;
  }

  .contact-form-flex .form-group input {
    font-size: 14px;
  }

  .contact-form-flex .form-group button.submit-btn {
    font-size: 16px;
    width: 150px;
  }

  /*Contact Form Flex Section Responsive Css End Here*/

  /*Our Portfolio Section Responsive Css Start Here*/
  .our-portfolio-buttons ul.nav-pills li.nav-item button.nav-link {
    font-size: 16px;
    height: 40px;
  }

  .portfolio-tabitem-books .portfolio-books-box {
    margin: 0 10px 20px;
  }

  .portfolio-books-box a {
    width: 140px;
  }

  /*Our Portfolio Section Responsive Css End Here*/

  /*Step Works Section Responsive Css Start Here*/
  .step-works-inner .step-works-box {
    width: 100%;
  }

  .step-works-box::after {
    top: 15%;
    right: 3%;
  }

  .step-works-box .works-box-content {
    margin: 0 20px;
    width: 70%;
  }

  /*Step Works Section Responsive Css End Here*/

  /*Main CTA Section Responsive Css Start Here*/
  section.cta-main-wrap {
    padding: 50px 0;
  }

  /*Main CTA Section Css Responsive End Here*/

  /*FAQS Section Responsive Css Start Here*/
  .faqs-sec-item .accordion-item .accordion-collapse .accordion-body {
    font-size: 14px;
    line-height: 20px;
  }

  /*FAQS Section Responsive Css End Here*/

  /*Main Contact Form Section Responsive Css Start Here*/
  .main-contact-form .contact-form-side {
    width: 85%;
  }

  .contact-form-side .form-group.select-form-group {
    width: 100%;
  }

  .contact-form-side .form-group.select-form-group::after {
    font-size: 16px;
    right: 5px;
  }

  .contact-form-side .form-group .form-select {
    font-size: 16px;
    line-height: 22px;
    padding: 10px 20px 10px 5px;
  }

  .contact-form-side .form-group button.submit-btn {
    font-size: 16px;
  }

  /*Main Contact Form Section Responsive Css End Here*/

  /**************************************************************************
 --------------- Home Page Folds Responsive Css End Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

  /**************************************************************************
--------------- Service Page Folds Responsive Css Start Here --------------
---------------------------------------------------------------------------
**************************************************************************/

  /*Service Banner Section Responsive Css Start Here*/
  section.service-banner-sec {
    padding: 150px 0 175px;
  }

  .service-banner-sec .service-banner-form {
    width: 100%;
  }

  .service-banner-form .form-group.select-form-group {
    width: 100%;
  }

  .service-banner-form .form-group.select-form-group::after {
    font-size: 16px;
    right: 5px;
  }

  .service-banner-form .form-group .form-select {
    font-size: 16px;
    line-height: 22px;
    padding: 10px 20px 10px 5px;
  }

  .service-banner-form .form-group button.submit-btn {
    font-size: 16px;
  }

  /*Service Banner Section Responsive Css End Here*/

  /**************************************************************************
--------------- Service Page Folds Responsive Css End Here ----------------
---------------------------------------------------------------------------
**************************************************************************/

  /**************************************************************************
--------------- Contact Us Page Folds Responsive Css Start Here -----------
---------------------------------------------------------------------------
**************************************************************************/

  .contact_us h1 {
    font-size: 80px;
    line-height: 87px;
  }


  /**************************************************************************
--------------- Contact Us Page Folds Responsive Css End Here -------------
---------------------------------------------------------------------------
**************************************************************************/


  /*Footer Responsive Css Start Here*/
  .footer-logo-area .footer-logo {
    width: 200px;
  }

  .footer-brand-logos {
    margin: 20px 0;
  }

  .footer-top .footer-links-area {
    justify-content: left;
  }

  .footer-info-area a {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-info-area p {
    font-size: 14px;
    line-height: 20px;
  }

  ul.footer-social-list li a {
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 34px;
  }

  /*Footer Responsive Css End Here*/
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /*Website Custom Style Responsive Css For Single Items Start Here*/

  /*Heading & Para Style Responsive Css*/
  .heading-one {
    font-size: 44px;
    line-height: 50px;
  }

  .heading-two {
    font-size: 36px;
    line-height: 42px;
  }

  .heading-three {
    font-size: 32px;
    line-height: 38px;
  }

  .heading-four {
    font-size: 20px;
    line-height: 26px;
  }

  .heading-five {
    font-size: 18px;
    line-height: 22px;
  }

  .heading-six {
    font-size: 16px;
    line-height: 22px;
  }

  p {
    font-size: 14px;
    line-height: 20px;
  }

  li {
    font-size: 14px;
    line-height: 20px;
  }

  /*Heading & Para Style Responsive Css*/

  /*Buttons Style Responsive Css*/
  .website-main-buttons {
    flex-wrap: wrap;
    justify-content: center;
  }

  .website-main-buttons a.read-more-btn,
  .website-main-buttons button.popup-btn,
  .website-main-buttons a.call-btn {
    font-size: 14px;
    margin: 0 5px 10px;
    width: 175px;
  }

  .website-main-buttons button.chat-btn {
    font-size: 16px;
    margin: 0 10px 10px;
  }

  /*Buttons Style Responsive Css*/

  /*Website Custom Style Responsive Css For Single Items End Here*/

  /*Header Responsive Css Start Here*/
  header nav.navbar {
    padding: 20px 0 20px;
  }

  header nav.navbar .navbar-brand {
    width: 175px;
  }

  .header-nav-flx .header-btn .website-main-buttons button.popup-btn {
    width: 180px;
  }

  .header-nav-flx .header-btn .website-main-buttons a.read-more-btn {
    width: 200px;
  }

  .header-nav-flx .header-btn .website-main-buttons {
    flex-wrap: nowrap;
    gap: 0px;
  }

  header .header-nav-flx {
    gap: 30px;
  }

  header .offcanvas-header .offcanvas-title img {
    width: 180px;
  }

  /* header .navbar-expand-lg .navbar-collapse {
    background: #fff;
    margin: 10px 0;
    border-radius: 10px;
  }

  header .navbar-collapse .navbar-main-nav {
    justify-content: center;
    flex-direction: column;
  }

  header .navbar-main-nav .navbar-main-center {
    width: 100%;
    margin: 0;
  }

  header .navbar-main-center ul.navbar-nav li.nav-item {
    margin: 0 10px;
  }

  header .navbar-main-center ul.navbar-nav li.nav-item a.nav-link {
    border-bottom: 1px solid #b2b2b2;
    font-size: 16px;
    line-height: 22px;
  }

  header ul.navbar-nav .nav-item.dropdown .dropdown-toggle::after {
    opacity: 1;
    display: block;
  }

  header ul.navbar-nav .nav-item.dropdown ul.dropdown-menu {
    position: unset;
    width: 100%;
    top: 0;
    box-shadow: none;
    padding: unset;
    opacity: unset;
    visibility: unset;
    transform: inherit;
    display: none;
  }

  header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu {
    transform: inherit;
    opacity: inherit;
    visibility: inherit;
    display: none;
  }

  header
    .navbar-nav
    .nav-item
    a.nav-link.dropdown-toggle.show
    ul.dropdown-menu {
    display: block;
  }

  header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu {
    display: none;
  }

  header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu.show {
    display: block;
  }

  header ul.navbar-nav .nav-item.dropdown ul.dropdown-menu li a {
    font-size: 14px;
    line-height: 20px;
    padding: 8px 8px;
  }

  header .navbar-main-nav .navbar-buttons {
    margin: 10px 0;
  }

  header .navbar-main-nav .navbar-buttons a.call-btn {
    font-size: 14px;
    width: 175px;
  } */

  /*Header Responsive Css End Here*/

  /**************************************************************************
 --------------- Home Page Folds Responsive Css Start Here ----------------
 --------------------------------------------------------------------------
**************************************************************************/

  /*Banner Main Section Responsive Css Start Here*/
  section.banner-main-sec {
    padding: 125px 0 175px;
  }

  .banner-main-sec .banner-main-content {
    text-align: center;
    margin: 0 0 20px;
  }

  .banner-main-content .banner-brands {
    left: 0;
    right: 0;
  }

  .banner-main-content .banner-brands .banner-brands-items {
    justify-content: center;
  }

  .banner-main-content .banner-brands .banner-brands-items img {
    margin: 0 5px 10px;
  }

  /*Banner Main Section Responsive Css End Here*/

  /*Contact Form Flex Section Responsive Css Start Here*/
  .contact-form-flex form {
    flex-direction: column;
  }

  .contact-form-flex .form-group {
    margin: 0 10px 10px;
    width: 75%;
  }

  .contact-form-flex .form-group input {
    font-size: 14px;
  }

  .contact-form-flex .form-group button.submit-btn {
    font-size: 16px;
  }

  /*Contact Form Flex Section Responsive Css End Here*/

  /*Best Seller Section Responsive Css Start Here*/
  section.best-seller-wrap {
    padding: 30px 0;
  }

  /*Best Seller Section Responsive Css End Here*/

  /*Unlock Story Section Responsive Css Start Here*/
  section.unlock-story-wrap {
    padding: 30px 0;
  }

  .unlock-story-wrap .unlock-story-content {
    text-align: center;
    margin: 0 0 20px;
  }

  /*Unlock Story Section Responsive Css End Here*/

  /*Award Brands Section Responsive Css Start Here*/
  section.award-brands-wrap {
    padding: 30px 0px;
  }

  /*Award Brands Section Responsive Css End Here*/

  /*Our Portfolio Section Responsive Css Start Here*/
  section.our-portfolio-wrap {
    padding: 30px 0;
  }

  .our-portfolio-wrap .our-portfolio-head {
    margin: 0 0 30px;
  }

  .our-portfolio-buttons ul.nav-pills li.nav-item button.nav-link {
    font-size: 14px;
    width: 150px;
    height: 40px;
  }

  .portfolio-tabitem-books .portfolio-books-box {
    margin: 0 10px 20px;
  }

  .portfolio-books-box a {
    width: 100px;
  }

  /*Our Portfolio Section Responsive Css End Here*/

  /*Step Works Section Responsive Css Start Here*/
  section.step-works-wrap {
    padding: 30px 0;
  }

  .step-works-inner .step-works-box {
    width: 100%;
    margin: 0 0 30px;
  }

  .step-works-box::after {
    top: 20px;
    right: 60%;
    transform: rotate(100deg);
  }

  .step-works-box.step-works-box-last::after {
    display: block;
  }

  .step-works-box span.step-count {
    margin: 0 auto 40px;
  }

  .step-works-box .works-box-content {
    text-align: center;
    width: 100%;
  }

  .step-works-inner .step-works-box .step-read-btn {
    position: relative !important;
    right: 0;
  }

  /*Step Works Section Responsive Css End Here*/

  /*Main CTA Section Responsive Css Start Here*/
  section.cta-main-wrap {
    padding: 50px 0;
  }

  /*Main CTA Section Css Responsive End Here*/

  /*FAQS Section Responsive Css Start Here*/
  section.faqs-sec-wrap {
    padding: 30px 0;
  }

  .faqs-sec-item .accordion-item .accordion-header button.accordion-button {
    font-size: 16px;
    line-height: 22px;
  }

  .faqs-sec-item .accordion-item .accordion-collapse .accordion-body {
    font-size: 14px;
    line-height: 20px;
  }

  /*FAQS Section Responsive Css End Here*/

  /*Main Contact Form Section Responsive Css Start Here*/
  section.main-contact-form {
    padding: 30px 0px;
  }

  .main-contact-form .contact-form-side {
    width: 100%;
  }

  .contact-form-side .form-group.select-form-group {
    width: 100%;
  }

  .contact-form-side .form-group.select-form-group::after {
    font-size: 16px;
    right: 5px;
  }

  .contact-form-side .form-group .form-select {
    font-size: 16px;
    line-height: 22px;
    padding: 10px 20px 10px 5px;
  }

  .contact-form-side .form-group .form-select option {
    font-size: 14px;
  }

  .contact-form-side .form-group button.submit-btn {
    font-size: 16px;
  }

  /*Main Contact Form Section Responsive Css End Here*/

  /**************************************************************************
 --------------- Home Page Folds Responsive Css End Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

  /**************************************************************************
---------------- About Page Folds Responsive Css Start Here ---------------
---------------------------------------------------------------------------
**************************************************************************/

  /*About Banner Section Responsive Css Start Here*/
  section.about-banner-sec {
    padding: 150px 0 50px;
  }

  .about-banner-content .website-main-buttons {
    justify-content: left;
  }

  /*About Banner Section Responsive Css End Here*/

  /**************************************************************************
---------------- About Page Folds Responsive Css End Here -----------------
--------------------------------------------------------------------------
**************************************************************************/

  /**************************************************************************
--------------- Service Page Folds Responsive Css Start Here --------------
---------------------------------------------------------------------------
**************************************************************************/

  /*Service Banner Section Responsive Css Start Here*/
  section.service-banner-sec {
    padding: 125px 0 175px;
  }

  .service-banner-sec .service-banner-content {
    text-align: center;
    margin: 0 0 20px;
  }

  .service-banner-content .banner-brands {
    left: 0;
    right: 0;
  }

  .service-banner-content .banner-brands .banner-brands-items {
    justify-content: center;
  }

  .service-banner-content .banner-brands .banner-brands-items img {
    margin: 0 5px 10px;
  }

  .service-banner-sec .service-banner-form {
    padding: 30px 20px;
  }

  .service-banner-form .form-group.select-form-group {
    width: 100%;
  }

  .service-banner-form .form-group.select-form-group::after {
    font-size: 16px;
    right: 5px;
  }

  .service-banner-form .form-group .form-select {
    font-size: 16px;
    line-height: 22px;
    padding: 10px 20px 10px 5px;
  }

  .service-banner-form .form-group .form-select option {
    font-size: 16px;
  }

  .service-banner-form .form-group button.submit-btn {
    font-size: 16px;
  }

  /*Service Banner Section Responsive Css End Here*/

  /*Our Process Section Responsive Css Start Here*/
  section.our-process-wrap {
    padding: 30px 0;
  }

  .our-process-wrap .our-process-head {
    margin: 0 0 30px;
  }

  .our-process-inner .our-process-box {
    padding: 20px 20px;
    text-align: center;
  }

  .our-process-box span.process-count {
    margin: 0 auto 40px;
  }

  /*Our Process Section Responsive Css End Here*/

  /**************************************************************************
--------------- Service Page Folds Responsive Css End Here ----------------
---------------------------------------------------------------------------
**************************************************************************/


  /**************************************************************************
--------------- Contact Us Page Folds Responsive Css Start Here -----------
---------------------------------------------------------------------------
**************************************************************************/

  .contact_us h1 {
    font-size: 60px;
    line-height: 67px;
  }


  /**************************************************************************
--------------- Contact Us Page Folds Responsive Css End Here -------------
---------------------------------------------------------------------------
**************************************************************************/


  /*Footer Responsive Css Start Here*/
  .footer-main-sec .footer-top {
    padding: 50px 0;
  }

  .footer-logo-area .footer-logo {
    width: 200px;
  }

  .footer-brand-logos {
    margin: 20px 0;
  }

  .footer-top .footer-links-area {
    margin: 0 10px 20px;
    justify-content: left;
  }

  .footer-info-area a {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-info-area p {
    font-size: 14px;
    line-height: 20px;
  }

  ul.footer-social-list li a {
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 34px;
  }

  /*Footer Responsive Css End Here*/
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /*Website Custom Style Responsive Css For Single Items Start Here*/

  /*Heading & Para Style Responsive Css*/
  .heading-one {
    font-size: 36px;
    line-height: 42px;
  }

  .heading-two {
    font-size: 32px;
    line-height: 38px;
  }

  .heading-three {
    font-size: 28px;
    line-height: 34px;
  }

  .heading-four {
    font-size: 20px;
    line-height: 26px;
  }

  .heading-five {
    font-size: 18px;
    line-height: 22px;
  }

  .heading-six {
    font-size: 16px;
    line-height: 22px;
  }

  p {
    font-size: 14px;
    line-height: 20px;
  }

  li {
    font-size: 14px;
    line-height: 20px;
  }

  /*Heading & Para Style Responsive Css*/

  /*Buttons Style Responsive Css*/
  .website-main-buttons {
    flex-wrap: wrap;
    justify-content: center;
  }

  .website-main-buttons a.read-more-btn,
  .website-main-buttons button.popup-btn,
  .website-main-buttons a.call-btn {
    font-size: 14px;
    margin: 0 5px 10px;
    width: 175px;
  }

  .website-main-buttons button.chat-btn {
    font-size: 16px;
    margin: 0 10px 10px;
  }

  /*Buttons Style Responsive Css*/

  /*Website Custom Style Responsive Css For Single Items End Here*/

  /*Header Responsive Css Start Here*/
  header nav.navbar {
    padding: 20px 0 20px;
  }

  header nav.navbar .navbar-brand {
    width: 175px;
  }

  /* header .navbar-expand-lg .navbar-collapse {
    background: #fff;
    margin: 10px 0;
    border-radius: 10px;
  }

  header .navbar-collapse .navbar-main-nav {
    justify-content: center;
    flex-direction: column;
  }

  header .navbar-main-nav .navbar-main-center {
    width: 100%;
    margin: 0;
  }

  header .navbar-main-center ul.navbar-nav li.nav-item {
    margin: 0 10px;
  }

  header .navbar-main-center ul.navbar-nav li.nav-item a.nav-link {
    border-bottom: 1px solid #b2b2b2;
    font-size: 16px;
    line-height: 22px;
  }

  header ul.navbar-nav .nav-item.dropdown .dropdown-toggle::after {
    opacity: 1;
    display: block;
  }

  header ul.navbar-nav .nav-item.dropdown ul.dropdown-menu {
    position: unset;
    width: 100%;
    top: 0;
    box-shadow: none;
    padding: unset;
    opacity: unset;
    visibility: unset;
    transform: inherit;
    display: none;
  }

  header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu {
    transform: inherit;
    opacity: inherit;
    visibility: inherit;
    display: none;
  }

  header
    .navbar-nav
    .nav-item
    a.nav-link.dropdown-toggle.show
    ul.dropdown-menu {
    display: block;
  }

  header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu {
    display: none;
  }

  header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu.show {
    display: block;
  }

  header ul.navbar-nav .nav-item.dropdown ul.dropdown-menu li a {
    font-size: 14px;
    line-height: 20px;
    padding: 8px 8px;
  }

  header .navbar-main-nav .navbar-buttons {
    margin: 10px 0;
  }

  header .navbar-main-nav .navbar-buttons a.call-btn {
    font-size: 14px;
    width: 175px;
  } */

  header .header-nav-flx {
    display: block;
  }

  header .header-nav-flx .header-btn {
    display: none;
  }

  .offcanvas {
    width: 300px;
  }

  header .offcanvas-header .offcanvas-title img {
    width: 180px;
  }

  /*Header Responsive Css End Here*/

  /**************************************************************************
 --------------- Home Page Folds Responsive Css Start Here ----------------
 --------------------------------------------------------------------------
**************************************************************************/

  /*Banner Main Section Responsive Css Start Here*/
  section.banner-main-sec {
    padding: 125px 0 175px;
  }

  .banner-main-sec .banner-main-content {
    text-align: center;
    margin: 0 0 20px;
  }

  .banner-main-content .banner-brands {
    left: 0;
    right: 0;
  }

  .banner-main-content .banner-brands span {
    font-size: 18px;
    line-height: 24px;
  }

  .banner-main-content .banner-brands .banner-brands-items {
    flex-wrap: wrap;
    justify-content: center;
  }

  .banner-main-content .banner-brands .banner-brands-items img {
    margin: 0 5px 10px;
  }

  /*Banner Main Section Responsive Css End Here*/

  /*Contact Form Flex Section Responsive Css Start Here*/
  .contact-form-wrap .contact-form-head {
    text-align: center;
    margin: 0 0 20px;
  }

  .contact-form-wrap .contact-form-flex {}

  .contact-form-flex form {
    justify-content: center;
    flex-direction: column;
  }

  .contact-form-flex .form-group {
    margin: 0 10px 10px;
    width: 75%;
  }

  .contact-form-flex .form-group input {
    font-size: 14px;
  }

  .contact-form-flex .form-group button.submit-btn {
    font-size: 16px;
    margin: 0 auto;
  }

  /*Contact Form Flex Section Responsive Css End Here*/

  /*Best Seller Section Responsive Css Start Here*/
  section.best-seller-wrap {
    padding: 30px 0;
  }

  /*Best Seller Section Responsive Css End Here*/

  /*Unlock Story Section Responsive Css Start Here*/
  section.unlock-story-wrap {
    padding: 30px 0;
  }

  .unlock-story-wrap .unlock-story-content {
    text-align: center;
    margin: 0 0 20px;
  }

  /*Unlock Story Section Responsive Css End Here*/

  /*Counter Satisfy Section Responsive Css Start Here*/
  .counter-satisfy-inner .counter-satisfy-box {
    margin: 0 5px 10px;
  }

  /*Counter Satisfy Section Responsive Css End Here*/

  /*Award Brands Section Responsive Css Start Here*/
  section.award-brands-wrap {
    padding: 30px 0px;
  }

  /*Award Brands Section Responsive Css End Here*/

  /*Our Portfolio Section Responsive Css Start Here*/
  section.our-portfolio-wrap {
    padding: 30px 0;
  }

  .our-portfolio-wrap .our-portfolio-head {
    margin: 0 0 30px;
  }

  .our-portfolio-buttons ul.nav-pills li.nav-item button.nav-link {
    font-size: 14px;
    width: 150px;
    height: 40px;
  }

  .portfolio-tabitem-books .portfolio-books-box {
    margin: 0 10px 20px;
  }

  .portfolio-books-box a {
    width: 100%;
  }

  /*Our Portfolio Section Responsive Css End Here*/

  /*Step Works Section Responsive Css Start Here*/
  section.step-works-wrap {
    padding: 30px 0;
  }

  .step-works-inner .step-works-box {
    width: 100%;
    margin: 0 0 30px;
  }

  .step-works-box::after {
    top: 20px;
    right: 60%;
    transform: rotate(100deg);
  }

  .step-works-box.step-works-box-last::after {
    display: block;
  }

  .step-works-box span.step-count {
    margin: 0 auto 40px;
  }

  .step-works-box .works-box-content {
    text-align: center;
    width: 100%;
  }

  .step-works-inner .step-works-box .step-read-btn {
    position: relative !important;
    right: 0;
  }

  /*Step Works Section Responsive Css End Here*/

  /*Main CTA Section Responsive Css Start Here*/
  section.cta-main-wrap {
    padding: 50px 0;
  }

  /*Main CTA Section Css Responsive End Here*/

  /*FAQS Section Responsive Css Start Here*/
  section.faqs-sec-wrap {
    padding: 30px 0;
  }

  .faqs-sec-item .accordion-item .accordion-header button.accordion-button {
    font-size: 16px;
    line-height: 22px;
  }

  .faqs-sec-item .accordion-item .accordion-collapse .accordion-body {
    font-size: 14px;
    line-height: 20px;
  }

  /*FAQS Section Responsive Css End Here*/

  /*Main Contact Form Section Responsive Css Start Here*/
  section.main-contact-form {
    padding: 30px 0px;
  }

  .main-contact-form .contact-form-side {
    width: 90%;
    text-align: center;
    margin: 0 auto 20px;
  }

  .contact-form-side .form-group.select-form-group {
    width: 100%;
  }

  .contact-form-side .form-group.select-form-group::after {
    font-size: 16px;
    right: 5px;
  }

  .contact-form-side .form-group .form-select {
    font-size: 16px;
    line-height: 22px;
    padding: 10px 20px 10px 5px;
  }

  .contact-form-side .form-group .form-select option {
    font-size: 14px;
  }

  .contact-form-side .form-group button.submit-btn {
    font-size: 16px;
    margin: 0 auto;
  }

  /*Main Contact Form Section Responsive Css End Here*/

  /**************************************************************************
 --------------- Home Page Folds Responsive Css End Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

  /**************************************************************************
---------------- About Page Folds Responsive Css Start Here ---------------
---------------------------------------------------------------------------
**************************************************************************/

  /*About Banner Section Responsive Css Start Here*/
  section.about-banner-sec {
    padding: 150px 0 50px;
  }

  .about-banner-sec .about-banner-content {
    text-align: center;
  }

  /*About Banner Section Responsive Css End Here*/

  /**************************************************************************
---------------- About Page Folds Responsive Css End Here -----------------
--------------------------------------------------------------------------
**************************************************************************/

  /**************************************************************************
--------------- Service Page Folds Responsive Css Start Here --------------
---------------------------------------------------------------------------
**************************************************************************/

  /*Service Banner Section Responsive Css Start Here*/
  section.service-banner-sec {
    padding: 125px 0 175px;
  }

  .service-banner-sec .service-banner-content {
    text-align: center;
    margin: 0 0 20px;
  }

  .service-banner-content .banner-brands {
    left: 0;
    right: 0;
  }

  .service-banner-content .banner-brands span {
    font-size: 18px;
    line-height: 24px;
  }

  .service-banner-content .banner-brands .banner-brands-items {
    flex-wrap: wrap;
    justify-content: center;
  }

  .service-banner-content .banner-brands .banner-brands-items img {
    margin: 0 5px 10px;
  }

  .service-banner-sec .service-banner-form {
    width: 90%;
    padding: 30px 20px;
  }

  .service-banner-form .form-group.select-form-group {
    width: 100%;
  }

  .service-banner-form .form-group.select-form-group::after {
    font-size: 16px;
    right: 5px;
  }

  .service-banner-form .form-group .form-select {
    font-size: 16px;
    line-height: 22px;
    padding: 10px 20px 10px 5px;
  }

  .service-banner-form .form-group .form-select option {
    font-size: 16px;
  }

  .service-banner-form .form-group button.submit-btn {
    font-size: 16px;
  }

  /*Service Banner Section Responsive Css End Here*/

  /*Our Process Section Responsive Css Start Here*/
  section.our-process-wrap {
    padding: 30px 0;
  }

  .our-process-wrap .our-process-head {
    margin: 0 0 30px;
  }

  .our-process-inner .our-process-box {
    padding: 20px 20px;
    text-align: center;
  }

  .our-process-box span.process-count {
    margin: 0 auto 40px;
  }

  /*Our Process Section Responsive Css End Here*/

  /**************************************************************************
--------------- Service Page Folds Responsive Css End Here ----------------
---------------------------------------------------------------------------
**************************************************************************/

  /**************************************************************************
--------------- Contact Us Page Folds Responsive Css Start Here -----------
---------------------------------------------------------------------------
**************************************************************************/

  .contact_us h1 {
    font-size: 40px;
    line-height: 47px;
  }


  /**************************************************************************
--------------- Contact Us Page Folds Responsive Css End Here -------------
---------------------------------------------------------------------------
**************************************************************************/

  .banner-main-content .heading-one {
    font-size: 35px;
    line-height: 42px;
  }

  .banner-main-content p {
    font-size: 17px;
    line-height: 26px;
  }

  .banner-main{
    text-align: center;
  }




  /*Footer Responsive Css Start Here*/
  .footer-main-sec .footer-top {
    padding: 50px 0;
  }

  .footer-logo-area .footer-logo {
    width: 200px;
  }

  .footer-brand-logos {
    margin: 20px 0;
  }

  .footer-top .footer-links-area {
    margin: 0 10px 20px;
    justify-content: left;
  }

  .footer-info-area a {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-info-area p {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-bottom .footer-copyright {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  ul.footer-social-list {
    justify-content: center;
    margin: 10px 0;
  }

  ul.footer-social-list li a {
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 34px;
  }

  /*Footer Responsive Css End Here*/
}

@media only screen and (min-width: 300px) and (max-width: 575px) {
  /*Website Custom Style Responsive Css For Single Items Start Here*/

  /*Heading & Para Style Responsive Css*/
  .heading-one {
    font-size: 35px;
    line-height: 42px;
  }

  .heading-two {
    font-size: 32px;
    line-height: 38px;
  }

  .heading-three {
    font-size: 28px;
    line-height: 34px;
  }

  .heading-four {
    font-size: 20px;
    line-height: 26px;
  }

  .heading-five {
    font-size: 18px;
    line-height: 22px;
  }

  .heading-six {
    font-size: 16px;
    line-height: 22px;
  }

  p {
    font-size: 14px;
    line-height: 20px;
  }

  li {
    font-size: 14px;
    line-height: 20px;
  }

  /*Heading & Para Style Responsive Css*/

  /*Buttons Style Responsive Css*/
  .website-main-buttons {
    flex-wrap: wrap;
    justify-content: center;
  }

  .website-main-buttons a.read-more-btn,
  .website-main-buttons button.popup-btn,
  .website-main-buttons a.call-btn {
    font-size: 14px;
    margin: 0 5px 10px;
    width: 175px;
  }

  .website-main-buttons button.chat-btn {
    font-size: 16px;
    margin: 0 10px 10px;
  }

  /*Buttons Style Responsive Css*/

  /*Website Custom Style Responsive Css For Single Items End Here*/

  /*Header Responsive Css Start Here*/
  header nav.navbar {
    padding: 20px 0 20px;
  }

  header nav.navbar .navbar-brand {
    width: 175px;
  }

  header .header-nav-flx {
    display: block;
  }

  header .header-nav-flx .header-btn {
    display: none;
  }

  .offcanvas {
    width: 300px;
  }

  header .offcanvas-header .offcanvas-title img {
    width: 180px;
  }

  /* header .navbar-expand-lg .navbar-collapse {
    background: #fff;
    margin: 10px 0;
    border-radius: 10px;
  }

  header .navbar-collapse .navbar-main-nav {
    justify-content: center;
    flex-direction: column;
  }

  header .navbar-main-nav .navbar-main-center {
    width: 100%;
    margin: 0;
  }

  header .navbar-main-center ul.navbar-nav li.nav-item {
    margin: 0 10px;
  }

  header .navbar-main-center ul.navbar-nav li.nav-item a.nav-link {
    border-bottom: 1px solid #b2b2b2;
    font-size: 16px;
    line-height: 22px;
    color: #000;
  }

  header ul.navbar-nav .nav-item.dropdown .dropdown-toggle::after {
    opacity: 1;
    display: block;
  }

  header ul.navbar-nav .nav-item.dropdown ul.dropdown-menu {
    position: unset;
    width: 100%;
    top: 0;
    box-shadow: none;
    padding: unset;
    opacity: unset;
    visibility: unset;
    transform: inherit;
    display: none;
  }

  header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu {
    transform: inherit;
    opacity: inherit;
    visibility: inherit;
    display: none;
  }

  header
    .navbar-nav
    .nav-item
    a.nav-link.dropdown-toggle.show
    ul.dropdown-menu {
    display: block;
  }

  header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu {
    display: none;
  }

  header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu.show {
    display: block;
  }

  header ul.navbar-nav .nav-item.dropdown ul.dropdown-menu li a {
    font-size: 14px;
    line-height: 20px;
    padding: 12px 12px 12px;
  }

  header .navbar-main-nav .navbar-buttons {
    margin: 10px 0;
  }

  header .navbar-main-nav .navbar-buttons a.call-btn {
    font-size: 14px;
    width: 175px;
  }

  header
    ul.navbar-nav
    .nav-item.dropdown
    ul.dropdown-menu.dropdown-double-menu {
    width: 260px;
  } */

  /*Header Responsive Css End Here*/

  /**************************************************************************
 --------------- Home Page Folds Responsive Css Start Here ----------------
 --------------------------------------------------------------------------
**************************************************************************/

  /*Banner Main Section Responsive Css Start Here*/
  section.banner-main-sec {
    padding: 125px 0 175px;
  }

  .banner-main-sec .banner-main-content {
    text-align: center;
    margin: 0 0 20px;
  }

  .banner-main-content .banner-brands {
    left: 0;
    right: 0;
  }

  .banner-main-content .banner-brands span {
    font-size: 18px;
    line-height: 24px;
  }

  .banner-main-content .banner-brands .banner-brands-items {
    flex-wrap: wrap;
    justify-content: center;
  }

  .banner-main-content .banner-brands .banner-brands-items img {
    margin: 0 5px 10px;
  }

  .banner-main-sec span {
    font-size: 35px;
    line-height: 42px;
  }

  .banner-main-sec .banner-main-img {
    margin: 12px 0 -5px;
  }

  .banner-main .slick-arrow {
    top: 100%;
  }

  .banner-main .slick-prev::before,
  .banner-main .slick-next::before {
    width: 20px;
    height: 20px;
  }

  /*Banner Main Section Responsive Css End Here*/

  /*Contact Form Flex Section Responsive Css Start Here*/
  .contact-form-wrap .contact-form-head {
    text-align: center;
    margin: 0 0 20px;
  }

  .contact-form-flex form {
    justify-content: center;
    flex-direction: column;
  }

  .contact-form-flex .form-group {
    margin: 0 10px 10px;
    width: 100%;
  }

  .contact-form-flex .form-group input {
    font-size: 14px;
  }

  .contact-form-flex .form-group button.submit-btn {
    font-size: 16px;
    margin: 0 auto;
  }

  /*Contact Form Flex Section Responsive Css End Here*/

  /*Best Seller Section Responsive Css Start Here*/
  section.best-seller-wrap {
    padding: 30px 0;
  }

  .best-seller-img img {
    width: 75%;
    height: 75%;
  }

  /*Best Seller Section Responsive Css End Here*/

  /*Unlock Story Section Responsive Css Start Here*/
  section.unlock-story-wrap {
    padding: 30px 0;
  }

  .unlock-story-wrap .unlock-story-content {
    margin: 0 0 20px;
  }

  .unlock-story-wrap .unlock-story-content .heading-two {
    font-size: 25px;
    line-height: 32px;
  }

  .unlock-story-content .story-satisfy-items {
    display: block;
  }

  .story-satisfy-items .story-satisfy-box {
    margin: 0 0 12px;
    display: block;
  }

  .story-satisfy-box img {
    height: 45px;
  }

  /*Unlock Story Section Responsive Css End Here*/

  /*Counter Satisfy Section Responsive Css Start Here*/
  .counter-satisfy-wrap .counter-satisfy-inner {
    flex-wrap: wrap;
    justify-content: center;
  }

  .counter-satisfy-inner .counter-satisfy-box {
    margin: 0 5px 10px;
    width: 45%;
  }

  /*Counter Satisfy Section Responsive Css End Here*/

  /*Award Brands Section Responsive Css Start Here*/
  section.award-brands-wrap {
    padding: 30px 0px;
  }

  /*Award Brands Section Responsive Css End Here*/
  /* award win sec start here */

  .award-win-content button.popup-btn {
    width: 60px;
  }

  .award-win-sec .award-win-content {
    padding: 30px 30px;
  }

  /* award win sec end here */

  /*Our Portfolio Section Responsive Css Start Here*/
  section.our-portfolio-wrap {
    padding: 30px 0;
  }

  .our-portfolio-wrap .our-portfolio-head {
    margin: 0 0 30px;
  }

  .our-portfolio-buttons ul.nav-pills {
    flex-wrap: wrap;
  }

  .our-portfolio-buttons ul.nav-pills li.nav-item button.nav-link {
    font-size: 14px;
    height: 50px;
  }

  .portfolio-tabitem-books .portfolio-books-box {
    margin: 0 10px 20px;
  }

  .portfolio-books-box a {}

  /*Our Portfolio Section Responsive Css End Here*/

  /*Step Works Section Responsive Css Start Here*/
  section.step-works-wrap {
    padding: 30px 0;
  }

  .step-works-inner .step-works-box {
    width: 100%;
    margin: 0 0 30px;
    display: block;
  }

  .step-works-box::after {
    top: 20px;
    right: 60%;
    transform: rotate(100deg);
  }

  .step-works-box.step-works-box-last::after {
    display: block;
  }

  .step-works-box span.step-count {
    margin: 0 auto 40px;
    font-size: 35px;
  }

  .step-works-wrap .step-works-head {
    text-align: left;
  }

  .step-works-box .works-box-content {
    text-align: left;
    margin: 0;
    width: 100%;
  }


  .step-works-box .step-read-btn {
    justify-content: end;
    display: flex;
    margin: 20px 0 0 auto;
    position: relative !important;
  }

  .step-read-btn button.popup-btn {
    width: 45px;
    height: 45px;
    padding: 8px;
  }

  /*Step Works Section Responsive Css End Here*/

  /*Main CTA Section Responsive Css Start Here*/
  section.cta-main-wrap {
    padding: 50px 0;
  }

  /*Main CTA Section Css Responsive End Here*/
  /* cta banner wrap start here */

  section.cta-banner-wrap {
    padding: 50px 0 0;
  }

  .cta-banner-content button.popup-btn {
    width: 60px;
  }

  .cta-banner-content .heading-two {
    font-size: 25px;
    line-height: 32px;
  }

  /* cta banner wrap end here */

  /* sec customer feedback start here */

  .feedback-content-head .heading-two {
    font-size: 40px;
    line-height: 48px;
  }

  .customer-feedback-content .feedback-content-head,
  .feedback-slider-box {
    text-align: left;
  }

  .feedback-slider-para::before {
    top: 85%;
    display: none;
  }

  .feedback-slider-box .feedback-box-head {
    justify-content: left;
  }

  .customer-feedbcack-images img {
    min-height: 450px;
    max-height: 450px;
    object-fit: scale-down;
  }

  .brand-info .heading-five,
  .customer-brand-review {
    padding: 15px 0;
  }

  .customer-feedbcack-images .slick-prev {
    left: 0;
  }

  .customer-feedbcack-images .slick-arrow {
    top: 90%;
  }

  .customer-feedbcack-images .slick-next {
    right: 0;
  }

  /* sec customer feedback end here */

  /* case study wrap start here */
  .case-study-wrap .case-study-head {
    text-align: left;
  }

  .case-study-head .heading-two {
    font-size: 25px;
    line-height: 32px;
  }

  .study-box-img img {
    height: 180px;
    object-fit: contain;
  }

  /* case study wrap end here */
  /*FAQS Section Responsive Css Start Here*/
  section.faqs-sec-wrap {
    padding: 30px 0;
  }

  .faqs-sec-item .accordion-item .accordion-header button.accordion-button {
    font-size: 16px;
    line-height: 22px;
  }

  .faqs-sec-item .accordion-item .accordion-collapse .accordion-body {
    font-size: 14px;
    line-height: 20px;
  }

  .faqs-sec-head .heading-two {
    font-size: 25px;
    line-height: 32px;
  }

  /*FAQS Section Responsive Css End Here*/

  /*Main Contact Form Section Responsive Css Start Here*/
  section.main-contact-form {
    padding: 30px 0px;
  }

  .main-contact-form .contact-form-side {
    width: 100%;
    margin: 0 0 20px;
    padding: 25px 0px;
  }

  .contact-form-side .form-group.select-form-group {
    width: 100%;
  }

  .contact-form-side .form-group.select-form-group::after {
    font-size: 16px;
    right: 5px;
  }

  .contact-form-side .form-group .form-select {
    font-size: 16px;
    line-height: 22px;
    padding: 10px 20px 10px 5px;
  }

  .contact-form-side .form-group .form-select option {
    font-size: 14px;
  }

  .contact-form-side .form-group button.submit-btn {
    font-size: 16px;
    margin: 0 auto;
  }

  /*Main Contact Form Section Responsive Css End Here*/

  /**************************************************************************
 --------------- Home Page Folds Responsive Css End Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

  /**************************************************************************
 --------------- Ios App development Page Folds Responsive Css start Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

  /* banner main sec ios css start here */

  section.banner-main-sec.ios-banner {
    padding: 120px 0 30px;
  }

  .banner-main-sec.ios-banner .banner-main-content .heading-one {
    font-size: 35px;
    line-height: 42px;
  }

  /* .banner-main-sec.ios-banner .banner-main-content button.popup-btn {
    width: 60px;
  } */

  /* banner main sec ios css end here */

  /* .unlock-story-wrap.ios-unlock-inner .unlock-story-content button.popup-btn {
    width: 60px;
  } */


  /**************************************************************************
 --------------- Ios App development Page Folds Responsive Css End Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

  /**************************************************************************
 --------------- Android App development Page Folds Responsive Css start Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

  .award-win-sec.android-award .award-win-content .heading-two {
    font-size: 30px;
    line-height: 38px;
  }

  /**************************************************************************
 --------------- Android App development Page Folds Responsive Css End Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

  /**************************************************************************
---------------- About Page Folds Responsive Css Start Here ---------------
---------------------------------------------------------------------------
**************************************************************************/

  /*About Banner Section Responsive Css Start Here*/
  section.about-banner-sec {
    padding: 150px 0 50px;
  }

  .about-banner-sec .about-banner-content {
    text-align: center;
  }

  /*About Banner Section Responsive Css End Here*/

  /**************************************************************************
---------------- About Page Folds Responsive Css End Here -----------------
--------------------------------------------------------------------------
**************************************************************************/

  /**************************************************************************
--------------- Service Page Folds Responsive Css Start Here --------------
---------------------------------------------------------------------------
**************************************************************************/

  /*Service Banner Section Responsive Css Start Here*/
  section.service-banner-sec {
    padding: 125px 0 175px;
  }

  .service-banner-sec .service-banner-content {
    text-align: center;
    margin: 0 0 20px;
  }

  .service-banner-content .banner-brands {
    left: 0;
    right: 0;
  }

  .service-banner-content .banner-brands span {
    font-size: 18px;
    line-height: 24px;
  }

  .service-banner-content .banner-brands .banner-brands-items {
    flex-wrap: wrap;
    justify-content: center;
  }

  .service-banner-content .banner-brands .banner-brands-items img {
    margin: 0 5px 10px;
  }

  .service-banner-sec .service-banner-form {
    width: 100%;
    padding: 30px 20px;
  }

  .service-banner-form .form-group.select-form-group {
    width: 100%;
  }

  .service-banner-form .form-group.select-form-group::after {
    font-size: 16px;
    right: 5px;
  }

  .service-banner-form .form-group .form-select {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 20px 10px 5px;
  }

  .service-banner-form .form-group .form-select option {
    font-size: 14px;
  }

  .service-banner-form .form-group button.submit-btn {
    font-size: 16px;
  }

  .service-sec-wrap.ios-service .service-sec-head {
    text-align: left;
  }

  .service-sec-wrap.ios-service .service-sec-head .service-head-content:last-child {
    width: 100%;
    margin: 0 auto 25px;
  }

  /*Service Banner Section Responsive Css End Here*/
  /* sec services wrap start here */

  .service-sec-wrap .service-sec-head {
    display: block;
  }

  .service-sec-head .service-head-content:first-child {
    width: 100%;
  }

  .service-sec-head .service-head-content:last-child {
    width: 100%;
  }

  .service-head-content .heading-three {
    margin: 0 0 12px;
  }

  .service-sec-inner .service-inner-box {
    padding: 15px 8px;
  }

  /* sec services wrap end here */
  /*Our Process Section Responsive Css Start Here*/
  section.our-process-wrap {
    padding: 30px 0;
  }

  .our-process-wrap .our-process-head {
    margin: 0 0 30px;
  }

  .our-process-inner .our-process-box {
    padding: 20px 20px;
    text-align: center;
  }

  .our-process-box span.process-count {
    margin: 0 auto 40px;
  }

  /*Our Process Section Responsive Css End Here*/

  /**************************************************************************
--------------- Service Page Folds Responsive Css End Here ----------------
---------------------------------------------------------------------------
**************************************************************************/

  /**************************************************************************
--------------- Contact Us Page Folds Responsive Css Start Here -----------
---------------------------------------------------------------------------
**************************************************************************/

  .contact_us h1 {
    font-size: 40px;
    line-height: 47px;
  }


  /**************************************************************************
--------------- Contact Us Page Folds Responsive Css End Here -------------
---------------------------------------------------------------------------
**************************************************************************/


  .banner-main-content .heading-one {
    font-size: 30px;
    line-height: 40px;
  }

  .banner-main-content p {
    font-size: 17px;
    line-height: 26px;
  }

  .banner-main{
    text-align: center;
  }



  /*Footer Responsive Css Start Here*/
  .footer-main-sec .footer-top {
    padding: 20px 0;
  }

  .footer-logo-area .footer-logo {
    width: 200px;
  }

  .footer-brand-logos {
    margin: 20px 0;
  }

  .footer-top .footer-links-area,
  .footer-top .footer-logo-area {
    margin: 0 10px 20px;
    padding: 12px 9px;
    border-right: none;
    border-left: none;
  }

  .footer-top .footer-info-area {
    padding: 12px 9px;
    margin: 0 10px 20px;
  }

  .footer-top .footer-info-area {
    border-right: none;
  }

  .footer-info-area a {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-info-area p {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-bottom .footer-copyright {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  ul.footer-social-list {
    justify-content: center;
    margin: 10px 0;
  }

  ul.footer-social-list li a img {
    padding: 3px;
  }

  ul.footer-social-list li a {
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 34px;
  }

  /*Footer Responsive Css End Here*/
  .about_us {
    padding: 10rem 0;
  }
}