font-face {
  font-family: 'Satoshi-Regular';
  src: url('../fonts/Satoshi-Regular.woff2'),
    url('../fonts/Satoshi-Regular.woff');
    font-display: swap;
}
@font-face {
  font-family: 'Satoshi-Medium';
  src: url('../fonts/Satoshi-Medium.woff2') format('woff2'),
    url('../fonts/Satoshi-Medium.woff') format('woff'),
    url('../fonts/Satoshi-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi-Bold';
  src: url('../fonts/Satoshi-Bold.woff2') format('woff2'),
    url('../fonts/Satoshi-Bold.woff') format('woff'),
    url('../fonts/Satoshi-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi-Black';
  src: url('../fonts/Satoshi-Black.woff2') format('woff2'),
    url('../fonts/Satoshi-Black.woff') format('woff'),
    url('../fonts/Satoshi-Black.ttf') format('truetype');
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'JTAlvito-Regular';
  src: url('../fonts/jtalvito-regular.otf') format('opentype');
    font-display: swap;
}

@font-face {
  font-family: 'JTAlvito-Bold';
  src: url('../fonts/jtalvito-bold.otf') format('opentype');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'JTAlvito-Black';
  src: url('../fonts/jtalvito-bold.otf') format('opentype');
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
:root {
  --selection-color: #6f40f295;
  --black-color: #000000;
  --white-color: #ffffff;
  --text-color: #1b1a1a;
  --ease: all 350ms ease-in-out;
  --scrollbar: #F5F5F5;
  --purple-color: #7040f2;
  --orange-color: #ff4d12;
  --border-color: #d4d6db59;
  --pink-color: #f75050;
  --secondary-font: "Space Grotesk";
  --paragraph-font: "Satoshi-Bold";
  --heading-font: "Bebas Neue", sans-serif;
    /* --heading-font: "Aladin", serif; */
}
html,
body {
  height: 100%;
}
html {
  scroll-behavior: smooth;
}
.lazy-section {
  min-height: 150px;
  background: #f4f4f4 url('../../images/loading-gif.gif') center center no-repeat;
  background-size: 30px 30px;
}
.lazy-section.loaded {
  background: none;
}
/* .lazy-load {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.lazy-load.visible {
  opacity: 1;
  transform: translateY(0);
} */
::selection {
  background: var(--selection-color);
  color: var(--white-color);
  text-shadow: none;
}
::-webkit-scrollbar {
  width: 5px;
  background-color: var(--scrollbar);
}
.tabs-portfolio .nav-tabs::-webkit-scrollbar,
.pic-portfolio .nav-tabs::-webkit-scrollbar {
  height: 5px;
  background-color: var(--scrollbar);
}
.tabs-portfolio .nav-tabs::-webkit-scrollbar-button:start:decrement,
.pic-portfolio .nav-tabs::-webkit-scrollbar-button:start:decrement,
.tabs-portfolio .nav-tabs::-webkit-scrollbar-button:end:increment,
.pic-portfolio .nav-tabs::-webkit-scrollbar-button:end:increment {
  display: none;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}
::-webkit-scrollbar-thumb:vertical {
  border-radius: 10px;
  background-color: var(--pink-color);
}
.tabs-portfolio .nav-tabs::-webkit-scrollbar-thumb,
.pic-portfolio .nav-tabs::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--pink-color);
}
body {
  font-family: 'Satoshi-Regular', sans-serif;
  background-color: var(--white-color);
  font-size: 18px;
  color: var(--text-color);
  background-repeat: no-repeat;
  background-position: right top;
  position: relative;
}
h3 {
  font-family: var(--heading-font);
}
ul {
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
  transition: var(--ease);
  color: var(--text-color);
}
i {
  transition: var(--ease);
}
@-webkit-keyframes updown {
  0% {
    -webkit-transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(15px);
  }

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

.yellow-outline-btn {
  border: 1px solid #FFC703;
  color: #fff;
}

.yellow-btn.icon-style {
  background: linear-gradient(90deg, rgb(255, 199, 3) 0%, rgb(255, 199, 3) 50%, rgb(0, 0, 0) 50%, rgb(0, 0, 0) 100%) -1px 0px / 202%;
  background-position: -1px 0px;
}
.yellow-outline-btn.icon-style {
  background: linear-gradient(90deg, rgba(194, 57, 0, 0) 0%, rgba(194, 57, 0, 0) 50%, rgb(255, 199, 3) 50%, rgb(255, 199, 3) 100%) -1px 0px / 202%;
  background-position: -1px 0px;
}

.black-btn.icon-style {
  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(255,199,3,1) 50%, rgba(255,199,3,1) 100%);    
  background-size: 202%;
  background-position: -1px 0;
  color: var(--white-color);
}
.black-outline-btn.icon-style {
  background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%);    
  background-size: 202%;
  background-position: -1px 0;
}

.purple-outline-btn.icon-style{
  background: linear-gradient(90deg, rgba(194, 57, 0, 0) 0%, rgba(194, 57, 0, 0) 50%, #701A81 50%, #701A81 100%);
  background-size: 202%;
  background-position: -1px 0;
  border-color: #701A81;
  color: var(--white-color);
}
.pink-outline-btn.icon-style{
  background: linear-gradient(90deg, rgba(194, 57, 0, 0) 0%, rgba(194, 57, 0, 0) 50%, #E7376B 50%, #E7376B 100%);
  background-size: 202%;
  background-position: -1px 0;
  border-color: #E7376B;
  color: var(--white-color);
}
.dred-outline-btn.icon-style{
  background: linear-gradient(90deg, rgba(194, 57, 0, 0) 0%, rgba(194, 57, 0, 0) 50%, #3C0400 50%, #3C0400 100%);
  background-size: 202%;
  background-position: -1px 0;
  border-color: #3C0400;
}
.dred-btn.icon-style{
  background: linear-gradient(90deg, #3C0400 0%, #3C0400 50%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%);
  background-size: 202%;
  background-position: -1px 0; 
  color: var(--white-color);
}
.purple-btn.icon-style{
  background: linear-gradient(90deg, #701A81 0%, #701A81 50%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%);
  background-size: 202%;
  background-position: -1px 0;
  color: var(--white-color);
}
.pink-btn.icon-style{
  background: linear-gradient(90deg, #E7376B 0%, #E7376B 50%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%);
  background-size: 202%;
  background-position: -1px 0;
  color: var(--white-color);
}  
.white-btn.icon-style {
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%);    
  background-size: 202%;
  background-position: -1px 0;
}
.white-outline-btn.icon-style {
  background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%);    
  background-size: 202%;
  background-position: -1px 0;
}

.yellow-btn.icon-style:hover,.black-outline-btn.icon-style:hover,.dred-outline-btn.icon-style:hover{
  color: var(--white-color);
}

.icon-style:hover{
  background-position: right -1px center;
}

.pink-btn.icon-style i {
  background: linear-gradient(144deg, #ffffff 0%, #ffffff 100%);  
  color: var(--black-color);
}

.black-outline-btn.icon-style:hover{
  color: var(--white-color);
}

.fw-n{
  font-weight: normal;
}

/* header css */
.nav-link {
  font-weight: normal;
}

header .navbar-collapse {
  justify-content: end;
  gap: 30px;
}
header ul.navbar-nav {
  gap: 15px;
}
header {
  margin: 2% auto 0;
  z-index: 999;
  position: fixed;
  width: 95%;
  left: 50%;
  transform: translateX(-50%);
}
.btn-get-started {
  border: 1px solid;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  padding: 15px 15px 15px 15px;
}
.btn-call {
  border: 2px solid;
  padding: 13px;
  font-weight: bold;
}
.navbar-nav {
  font-weight: 700;
}
.button-header {
  display: flex;
  gap: 8px;
}
/* header css end */
/* banner css Start */
.heading-banner h3 {
  font-family: var(--heading-font);
  font-size: 51px;
}
.review-logos img {
  height: 26px;
}


.main-banner>div {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.main-banner .row {
  /* margin-top: 12%; */
}
.banner-img img {
  max-width: 320px;
  float: right;
}
.right-sd {
  position: relative;
}
section.main-banner {
  /* background: linear-gradient(90deg, rgba(199, 82, 197, 1) 0%,
      rgba(199, 82, 197, 1) 59%,
      rgba(199, 82, 197, 1) 60%,
      rgba(241, 126, 83, 1) 60%,
      rgba(241, 126, 83, 1) 100%); */
  position: relative;
  overflow: hidden;
}
.spiral-bg {
  position: absolute;
  right: 34.5%;
}
.main-banner .container {
  position: relative;
  z-index: 2;
}
/* banner css End */
/* company logo start */
.company-logo {
  background-image: linear-gradient(144deg, #c23900 0%, #ffc703 100%);
  padding: 10px 0 18px;
}
.company-logo>div {
  /* display: flex; */
}
.company-logo-img {
  margin: 0 !important;
}
.company-logo p {
  padding: 20px 0 0;
  color: #fff;
}
.company-logo-img img {
  max-width: 162px;
}
.company-logo-img img {
  margin: 0 auto;
}
/* company logo end */
/* banner - form start */
.banner-form h3 {
  text-align: center;
}
.banner-form {
  padding: 50px 0 50px 0;
  background-image: linear-gradient(156deg, rgba(77,34,76,1) 0%, rgba(15,0,18,1) 100%);
}
.input-field {
  display: flex;
}
.input-field .row {
  width: 100%;
}
/* banner - form end */
/* icon-service Start */
.icon-services h3 {
  text-align: center;
}
.icon-services p {
  text-align: center;
}
.icon-services {
  padding: 50px 0 50px 0;
  position: relative;
}
.icon-text-1 {
  background-image: linear-gradient(144deg, rgba(1, 14, 15, 1) 0%, rgba(109, 46, 106, 1) 100%);
  /* padding: 16px; */
  /* padding: 20px; */
  border-radius: 70%;
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}
.icon-text-2 {
  background-image: linear-gradient(144deg, rgba(194,57,0,1) 0%, rgba(255,199,3,1) 100%);
  /* padding: 16px; */
  /* padding: 20px; */
  border-radius: 70%;
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}
.icon-text-3 {
  background-image: linear-gradient(144deg, rgba(1, 14, 15, 1) 0%, rgba(109, 46, 106, 1) 100%);
  /* padding: 16px; */
  /* padding: 20px; */
  border-radius: 70%;
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}
.icon-text-4 {
  background-image: linear-gradient(144deg, rgba(194,57,0,1) 0%, rgba(255,199,3,1) 100%);
  /* padding: 16px; */
  /* padding: 20px; */
  border-radius: 70%;
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}
.icon-text-5 {
  background-image: linear-gradient(144deg, rgba(1, 14, 15, 1) 0%, rgba(109, 46, 106, 1) 100%);
  /* padding: 16px; */
  /* padding: 20px; */
  border-radius: 70%;
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}
.icon-text-6 {
  background-image: linear-gradient(144deg, rgba(194,57,0,1) 0%, rgba(255,199,3,1) 100%);
  /* padding: 16px; */
  /* padding: 20px; */
  border-radius: 70%;
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}
.service-circle .circle img {
  /* filter: invert(1) brightness(100); */
  max-width: 57px;
}
.icon-text img {
  max-width: 40%;
}
/* icon-service End */
/* book-portfolio start */
.book-portfolio h3 {
  text-align: center;
}
.book-portfolio p {
  text-align: center;
}
.book-portfolio {
  padding: 50px 0 50px 0;
  position: relative;
  background-color: #F6F6F6;
  overflow: hidden;
}
.book-hd img {
  width: 100%;
}
/* book-portfolio end */
/* about book start */
.about-books {
  padding: 70px 0 70px 0;
}
.book-cta-one img {
  width: 100%;
}
.book-cta-one {
  display: flex;
  position: relative;
  padding: 0 57px;
}
.book-cta-one span {
  display: block;
  height: 160px;
  width: 160px;
  border-radius: 50%;
}
.img-book-1 .about-span {
  position: absolute;
  top: -51px;
  left: 37%;
}
.img-book-1 span {
  /* background-color: #FAE0C9; */
  background-image: linear-gradient(144deg, rgba(194,57,0,1) 0%, rgba(255,199,3,1) 100%);
}
.img-book-2 span {
  /* background-color: #B8D6BC; */
  background-image: linear-gradient(144deg, rgba(1, 14, 15, 1) 0%, rgba(109, 46, 106, 1) 100%);
}
.about-span {
  display: flex;
  align-items: center;
}
.about-span p {
  font-size: 15px;
  font-weight: bold;
  background-color: #fff;
  text-transform: capitalize;
  white-space: normal;
  text-wrap: nowrap;
  padding: 9px 15px;
  margin-left: -80px;
  margin-bottom: 0;
  box-shadow: 2px 2px #0000000d;
}
.book-cta-one>div {
  margin: 0px -46px;
}
.img-book-2 {
  margin-top: 43px !important;
}
.img-book-2 .about-span {
  flex-direction: row-reverse;
}
.img-book-2 .about-span p {
  font-size: 15px;
  margin-left: 0;
  margin-right: -85px;
  z-index: 9;
  position: relative;
}
.img-book-2 .about-span {
  position: absolute;
  top: 69%;
  left: 108px;
}
/* about book end */
/* book-cta start */
.books-cta {
  background-image: url(../../images/bg-cta_oqjenf.webp);
  background-repeat: no-repeat;
  background-position: center;
  padding: 170px 0 170px 0;
  background-size: cover;
}
.books-cta h3 {
  color: #fff;
  font-size: 44px;
}
.books-cta p {
  color: #fff;
}
/* book-cta end */
/* book carousel start */
.book-carousel {
  padding: 70px 0;
  text-align: center;
  position: relative;
}
.book-carousel .lft-owl-1 {
  position: absolute;
  left: 0;
  width: 170px;
  top: 40px;
  -webkit-animation: updown 3s infinite linear;
}
.book-carousel .ryt-book-1 {
  position: absolute;
  right: 0;
  top: 50px;
  width: 150px;
  -webkit-animation: updown 3s infinite linear;
}
.book-carousel .moon-bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
  max-width: 1800px;
  width: 100%;
}
.book-carousel .wrap {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100%;
  padding: 0 60px;
  overflow: hidden;
}
.book-carousel .wrap:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.book-slider {
  position: relative;
  z-index: 200;
  padding: 0 0px;
  margin: 5rem auto 0;
  max-width: 800px;
  width: 100%;
}
.book-carousel .slick-arrow {
  /* position: absolute;
  top: 50%;
  width: 40px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  border: none;
  background: transparent;
  color: #fff;
  font-family: monospace;
  font-size: 5rem;
  outline: none; */
  z-index: 300;
}
.book-carousel .slick-prev {
  left: -50px;
  /* text-align: left; */
}
.book-carousel .slick-next {
  right: -50px;
  /* text-align: right; */
}
.book-carousel .item.slick-slide {
  width: 400px;
  height: 566px !important;
  transition: transform .4s;
  position: relative;
}
.book-carousel .slick-slide:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .5);
  transition: transform .4s;
}
.book-carousel .item.slick-slide {
  transform: scale(0.7) translate(640px);
}
.book-carousel .item.slick-slide.slick-center+.slick-slide {
  transform: scale(0.8) translate(-250px);
  z-index: 10;
}
.book-carousel .item.slick-slide.slick-center+.slick-slide+.item.slick-slide {
  transform: scale(0.7) translate(-640px);
  z-index: 5;
}
.book-carousel .item.slick-slide.slick-active {
  transform: scale(0.8) translate(250px);
}
.book-carousel .item.slick-slide.slick-center {
  /* margin: 0 -10%; */
  transform: scale(1);
  z-index: 30;
}
.book-carousel .slick-center:after {
  opacity: 0;
}
.book-slider button:before {
  content: none;
}
.book-slider button {
  color: #000 !important;
  background-color: #fff;
  box-shadow: 0 4px 9px #00000061;
  height: 69px;
  width: 69px;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  transition: all 350ms ease-in-out !important;
}
.book-slider button:hover {
  color: #fff !important;
  background-color: #000;
}
.book-slider button i {
  transition: none;
}
/* book carousel end */
/* counter css start */
.counter {
  margin-top: -1px;
  padding: 18px 0;
  background-color: #000;
}
.counter-number {
  font-family: var(--heading-font);
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin: 1.5%;
  font-size: 64px;
  color: var(--white-color);
  vertical-align: middle;
}
.counter-p p {
  color: #fff;
  text-align: center;
  font-size: 16px;
}
/* counter css end */
/* book-cta-two start */
.book-cta-two {
  background-image: url(../../images/OwlPublishers-Banner_frqljs.webp);
  background-repeat: no-repeat;
  background-position: center;
  padding: 140px 0 101px 0;
  background-size: cover;
  color: var(--white-color);
}
.book-cta-two h3 {
  color: #fff;
  font-size: 44px;
}
.book-cta-two p {
  color: #fff;
}
/* book-cta-two end */
/* banner-form-two start */
.banner-form-two h3 {
  text-align: center;
}
.banner-form-two {
  padding: 50px 0 50px 0;
  background-image: url(../../images/orange-pat_e4cctv.webp);
  background-color: #F27B5F;
  background-position: center;
}
/* banner-form-two end */
/* Why choose start */
.why-choose {
  padding: 70px 0;
}
.choose-heading h3 {
  font-size: 33px;
}
.head-why-choose p {
  padding-left: 40px;
}
.choose-inner-head p {
  padding: 0;
  margin-top: 20px;
}
.choose-inner-head a {
  font-weight: bold;
}
.choose-icon-text-1 {
  background-color: #fff;
  /* padding: 16px; */
  /* padding: 20px; */
  border-radius: 70%;
  height: 75px;
  width: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.choose-inner-head {
  background-image: linear-gradient(144deg, rgba(1, 14, 15, 1) 0%, rgba(109, 46, 106, 1) 100%);
  height: 415px;
  margin: 0 0 30px;
  padding: 63px 24px;
  border-radius: 10px;
  box-shadow: 10px 10px 0 #431679;
  color: var(--white-color);
}
.choose-inner-head a {
  color: var(--white-color);
  font-size: 16px;
  letter-spacing: 1px;
}
.two {
  background-image: linear-gradient(144deg, rgba(194,57,0,1) 0%, rgba(255,199,3,1) 100%);
  box-shadow: 10px 10px 0 #962F5B;
}
.three {
  background-image: linear-gradient(144deg, rgba(1, 14, 15, 1) 0%, rgba(109, 46, 106, 1) 100%);
  box-shadow: 10px 10px 0 #431679;
}
.four {
  background-image: linear-gradient(144deg, rgba(194,57,0,1) 0%, rgba(255,199,3,1) 100%);
  box-shadow: 10px 10px 0 #962F5B;
}
.choose-icon-text-1 img {
  /* height: 29px;
  width: 41px; */
  max-width: 50px;
}
.why-choose-h {
  margin-bottom: 55px;
}
/* Why choose end */
/* awards -logo start */
.company-logo-second h3 {
  color: #fff;
  font-size: 40px;
  margin-left: 54px;
}
.company-logo-second {
  background-color: #101010;
  padding: 17px 0;
}
.company-logo-second img {
  max-width: 162px;
  height: 100px;
  margin-left: 13px;
}
/* awards -logo end */
/* Tabs Portfolio start */
.tabs-content {
  text-align: center;
}
section.tabs-portfolio {
  color: #fff;
  padding: 70px 0;
  background: linear-gradient(144deg, rgba(1, 14, 15, 1) 0%, rgba(109, 46, 106, 1) 100%);
}
/* Tabs Portfolio end */
.sec-head h3,.sec-head > strong,.sec-head h2 {
  font-size: 60px;
  line-height: 60px;
  font-family: var(--heading-font);
}
.banner-form .sec-head {
  margin: 0 0 15px;
}
.cen-head p {
  max-width: 560px;
  margin: 0 auto 20px;
}
.icon-services .sec-head {
  margin: 0 0 40px;
}
header .navbar {
  background-color: #ffffffe3;
  border-radius: 55px;
  transition: var(--ease);
  box-shadow: 0 0 20px #00000042;
  padding: 0;
}
.scrolled {
  backdrop-filter: blur(5px);
} 
header .remove-border {
  border-radius: 0;
  background-color: var(--white-color);
}
.main-banner .left-sd {
  color: var(--white-color);
}
.main-banner .container>.row {
  height: 100%;
  margin-top: 0;
}
.main-banner .container>.row>div {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 120px;
}
.main-banner .container>.row>div:first-child {
  /* background-color: #8A3DC6; */
  padding-right: 115px;
}
.main-banner .container>.row>div:last-child {
  /* background-color: #f27d56; */
  position: relative;
  padding-left: 85px;
}
.main-banner {
  background: linear-gradient(90deg, rgba(138, 61, 198, 1) 0%, rgba(138, 61, 198, 1) 60%, rgba(242, 125, 86, 1) 60%, rgba(242, 125, 86, 1) 100%);
}
.main-banner .container>.row>div:last-child:after {
  content: '';
  width: 80px;
  height: 100%;
  left: -40px;
  top: 0;
  background-image: url(../../images/miniboxes_usfgqr.webp);
  position: absolute;
}
.main-banner .button-header {
  margin: 0 0 19px;
}
.white-btn {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}
.white-outline-btn {
  color: #fff;
  border-color: #fff;
}
.review-logos {
    display: flex;
    gap: 20px;
    align-items: center;
}
.review-logos img {
  height: 100%;
  width: 80px;
}
.banner-form .sec-head {
  color: #fff;
}
.banner-form-two .sec-head {
  margin: 0 0 15px;
}
.tabs-portfolio .nav-tabs .nav-item.show .nav-link,
.tabs-portfolio .nav-tabs .nav-link.active {
  /* background: #C4C7EE; */
  border: none;
  border-radius: 0;
  color: #000;
  background-image: linear-gradient(144deg, rgba(194,57,0,1) 0%, rgba(255,199,3,1) 100%);
  border-radius: 5px;
}
.tabs-portfolio .nav-tabs .nav-link {
  font-size: 15px;
  color: #fff;
  padding: 11px 25px;
}
.tabs-portfolio .nav-tabs {
  justify-content: space-between;
  padding: 0 0 18px;
}
.range-tab>div {
  align-items: center;
}
.range-tab {
  padding: 40px 0;
}
.indigo-btn {
  /* background-color: #C4C7EE; */
  background-image: linear-gradient(144deg, rgba(1, 14, 15, 1) 0%, rgba(109, 46, 106, 1) 100%);
  border-color: #632fc6;
  color: var(--white-color);
}
.indigo-outline-btn {
  border-color: #C4C7EE;
  color: #C4C7EE;
}
.range-tab .button-header {
  margin-top: 50px;
}
.range-tab .sec-head {
  margin: 0 0 30px;
}
.tabs-portfolio .sec-head {
  margin-bottom: 50px;
}
.bi-column .img-holder img {
  width: 120%;
  margin-left: -10%;
}
.bi-column {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.bi-column .sec-head {
  margin: 0 0 30px;
}
.bi-column .button-header {
  margin-top: 50px;
}
.bi-column .img-holder {
  position: relative;
}
.bi-column .img-holder:after {
  position: absolute;
  right: 0;
  top: 0;
  height: 350px;
  width: 350px;
  content: '';
  background-image: linear-gradient(144deg, rgba(194,57,0,1) 0%, rgba(255,199,3,1) 100%);
  border-radius: 50%;
  z-index: -1;
}
.bi-column:after {
  content: '';
  background-image: linear-gradient(144deg, rgba(1, 14, 15, 1) 0%, rgba(109, 46, 106, 1) 100%);
  width: 100px;
  height: 100px;
  right: -50px;
  top: 10%;
  position: absolute;
  border-radius: 50%;
}
.bi-column:before {
  content: '';
  background-image: linear-gradient(144deg, rgba(194,57,0,1) 0%, rgba(255,199,3,1) 100%);
  width: 180px;
  height: 180px;
  left: -90px;
  bottom: 10%;
  position: absolute;
  border-radius: 50%;
}
.red-bg {
  background-image: linear-gradient(156deg, rgba(77,34,76,1) 0%, rgba(15,0,18,1) 100%);  
  text-align: center;
  color: var(--white-color);
}
.red-bg .button-header {
  justify-content: center;
  margin: 10px 0 0;
}
.red-bg .btn-get-started {
  border-color: #000;
}
.image-tab img {
  width: 100%;
}
.cen-head {
  text-align: center;
}
.pic-portfolio {
  padding: 80px 0;
}
.pic-portfolio .sec-head {
  margin-bottom: 50px;
}
.pic-portfolio .nav-tabs {
  justify-content: space-between;
  padding: 0 0 18px;
}
.pic-portfolio .nav-tabs .nav-item.show .nav-link,
.pic-portfolio .nav-tabs .nav-link.active {
  background-image: linear-gradient(144deg, rgba(1, 14, 15, 1) 0%, rgba(109, 46, 106, 1) 100%);
  border: none;
  border-radius: 5px;
  color: var(--white-color);
}
.pic-portfolio .nav-tabs .nav-link {
  font-size: 15px;
  color: #8C8888;
  padding: 11px 25px;
}
.image-tab {
  margin: 30px 0;
}
.image-tab .img-holder {
  margin: 0 0 20px;
}
.num-boxes {
  background-color: #1C0C22;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.choose-cirle-txt {
  font-family: var(--secondary-font);
  font-size: 64px;
  color: var(--white-color);
  line-height: 64px;
}
.num-boxes .choose-inner-head p {
  color: var(--black-color);
}
.num-boxes .choose-inner-head {
  padding: 20px 30px;
}
.num-boxes h5,.num-boxes .choose-inner-head strong {
  color: var(--white-color);
  font-size: 20px;
  margin: 20px 0 0;
}
.num-boxes .choose-inner-head {
  background-color: #fff;
  box-shadow: none;
}
.faq-sec .row {
  justify-content: end;
}
.faq-sec .accordion-header {
  font-family: var(--secondary-font);
}
.faq-sec .accordion-button:not(.collapsed) {
  color: #000;
  font-weight: 600;
  background: none;
  border-bottom: 3px solid #C4C7EE;
}
.faq-sec .accordion-button {
  box-shadow: none !important;
  padding-left: 0;
  font-size: 18px;
}
.faq-sec .sec-head {
  margin-bottom: 30px;
}
.faq-sec .accordion-body {
  padding-left: 0;
}
.faq-sec {
  padding: 60px 0;
  position: relative;
}
.fimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  height: 100%;
  background-image: url(../../images/image_here_nri1xt.webp);
  background-size: cover;
  background-position: center right;
}
/* FOOTER */
.footer-services-nav-links ul.footer-nav-links {
  /* display: grid;
  grid-template-columns: 1fr 1fr; */
}
.footer-services-nav-links {
  display: flex;
}
.footer-services-nav-links ul {
  width: 50%;
}
.footer-top .fcol-1 {
  width: 28%;
}
.footer-top .fcol-2 {
  width: 18%;
}
.footer-top .footer-links-area {
  padding: 0 15px;
  margin: 0 0 20px;
  border-right: 1px solid #fff;
  height: 100%;
}
.ftr-navs {
  background-color: #1C0C22;
  color: #fff;
  padding: 50px 0 50px;
}
.ftr-navs a {
  color: #fff;
  font-size: 16px;
}
.ftr-navs h4,.ftr-navs strong{
  color: #f17e52;
  font-size: 20px;
  font-weight: 600;
  font-family: var(--secondary-font);
  margin: 0 0 15px;
  display: block;
}
.footer-top .footer-links-area.footer-links-area-last {
  border-right: none;
}
.dis-claimer {
  background-color: #181223;
  color: #fff;
  padding: 30px 0;
}
.dis-claimer p {
  margin: 0;
  font-size: 14px;
}
.dis-claimer strong {
  color: #f17e52;
}
.color-bar {
  /* background-color: #c10c28; */
  background-image: linear-gradient(144deg, rgba(194,57,0,1) 0%, rgba(255,199,3,1) 100%);
  padding: 20px 0;
}
.color-bar .row {
  align-items: center;
}
.color-bar a {
  color: #fff;
}
.ftr-contact {
  text-align: center;
  font-size: 16px;
}
.ftr-soc {
  display: flex;
  justify-content: end;
  gap: 25px;
}
.ftr-copy {
  background-color: #1C0C22;
  text-align: center;
  padding: 15px 0;
}
.ftr-copy p {
  color: #fff;
  font-size: 15px;
  margin: 0;
}
/* END FOOTER */
.num-boxes:after {
  content: '';
  background-color: #542862;
  width: 100px;
  height: 100px;
  right: -50px;
  top: 10%;
  position: absolute;
  border-radius: 50%;
}
.num-boxes:before {
  content: '';
  background-color: #542862;
  width: 180px;
  height: 180px;
  left: -90px;
  bottom: 10%;
  position: absolute;
  border-radius: 50%;
}
.main-banner .ryt-form {
  background-color: #b84dc59e;
  border-radius: 15px;
  padding: 50px 60px;
  backdrop-filter: blur(4px);
  box-shadow: 0px 0px 0px 3px #fff;
  background-size: 100%;
  background-position: right top;
}
.main-banner .ryt-form h4 {
  font-family: var(--heading-font);
  font-size: 28px;
  margin: 0 0 30px;
  color: #fff;
}
.main-banner .ryt-form input,
.main-banner .ryt-form select,.main-banner .ryt-form textarea {
  border-radius: 0;
  border-color: #000;
  padding: 12px 15px;
  font-size: 14px;
}
.main-banner .ryt-form button {
  font-size: 16px;
  font-weight: normal;
  min-width: 150px;
  margin: 0 auto;
  display: block;
}
/* ABOUT PAGE*/
.inner-head {
  text-align: center;
  padding: 200px 0 100px;
  background-color: #31163A;
  overflow: hidden;
  position: relative;
  color: var(--white-color);
}
.inner-head h1 {
  font-size: 64px;
  font-family: var(--heading-font);
  text-transform: capitalize;
}
.inner-head:after {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  background-image: linear-gradient(144deg, rgba(194,57,0,1) 0%, rgba(255,199,3,1) 100%);
  border-radius: 50%;
  left: 50px;
  top: -130px;
}
.inner-head:before {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background-image: linear-gradient(144deg, rgba(1, 14, 15, 1) 0%, rgba(109, 46, 106, 1) 100%);
  border-radius: 50%;
  right: 90px;
  bottom: -120px;
}
.know-sec {
  padding: 60px 0 0;
  position: relative;
  overflow: hidden;
}
.know-sec .img-holder img {
  max-width: 80%;
  margin: 0 auto;
  display: block;
}
.know-sec:after {
  content: '';
  position: absolute;
  top: 50px;
  right: -50px;
  background-image: linear-gradient(144deg, rgba(1, 14, 15, 1) 0%, rgba(109, 46, 106, 1) 100%);
  border-radius: 50%;
  height: 100px;
  width: 100px;
}
.know-sec:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -100px;
  background-image: linear-gradient(144deg, rgba(194,57,0,1) 0%, rgba(255,199,3,1) 100%);
  border-radius: 50%;
  height: 200px;
  width: 200px;
}
.know-sec .sec-head {
  margin: 0 0 20px;
}
.know-sec .button-header {
  margin-top: 40px;
}
.once-sec {
  /* background-color: #FEFBF6; */
  margin: 30px 0 0;
  padding: 80px 0;
}
.once-sec .img-holder img {
  max-width: 80%;
}
.once-sec .sec-head {
  margin: 0 0 20px;
}
.once-sec .button-header {
  margin-top: 40px;
}
.cta-50 {
  position: relative;
  background-color: #542862;
  color: #fff;
  margin: 60px 0 0;
  z-index: 1;
}
.cta-50 .img-holder img {
  width: 100%;
  margin: -70px 0;
}
.dream-sec {
  padding: 130px 0 80px;
}
.dream-sec .sec-head {
  margin-bottom: 50px;
}
.dream-sec h4 {
  font-size: 28px;
  font-family: 'Satoshi-Bold';
  margin: 0 0 30px;
}
.dream-sec ul span {
  background-color: #542862;
  color: #fff;
  width: 43px;
  position: absolute;
  left: 0;
  top: 0;
  height: 43px;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
}
.dream-sec li {
  position: relative;
  padding: 0 0 0 70px;
}
.dream-sec .ryt-form {
  background-color: #542862;
  border-radius: 15px;
  padding: 50px 60px;
  backdrop-filter: blur(6px);
  box-shadow: 0px 0px 0px 3px #fff;
  background-image: url(../../images/Frame2147223396_e5tf54.webp);
  background-size: 100%;
  background-position: right top;
  max-width: 90%;
}
.dream-sec .ryt-form h4 {
  color: #fff;
}
.dream-sec .ryt-form input,
.dream-sec .ryt-form select {
  border-radius: 0;
  border-color: #000;
  padding: 12px 15px;
  font-size: 14px;
  background-color: #fffffff2;
}
.dream-sec .ryt-form button {
  font-size: 16px;
  font-weight: normal;
  min-width: 150px;
  margin: 0 auto;
  display: block;
}
/* END ABOUT PAGE*/
/* SERVICES */
.services-banner h1 {
  font-family: var(--heading-font);
  font-size: 51px;
}
.services-banner .container {
  min-height: auto;
}
.services-banner .container>.row>div {
  height: auto;
  padding-top: 170px;
  padding-bottom: 40px;
}
.ss-01 .img-holder img {
  width: 80%;
  margin: 0 auto;
  display: block;
}
.ss-01 {
  padding: 60px 0 0;
  position: relative;
  overflow: hidden;
  background-color: #FEFBF6;
}
.ss-01 .sec-head {
  margin: 0 0 20px;
}
.ss-01 .button-header {
  margin-top: 40px;
}
.ss-01 .row {
  align-items: center;
}
.ser-list {
  background-color: #F6F6F6;
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}
.ser-list .sec-head {
  margin: 0 0 70px;
}
.ser-box {
  display: flex;
  gap: 15px;
  margin: 0 0 30px;
}
.ser-box span {
  display: block;
  font-family: 'Satoshi-Bold';
  font-size: 20px;
  margin: 0 0 5px;
  color: #4D4D4D;
}
.sb-icon img {
  width: 55px;
}
.sb-icon {
  width: 74px;
  height: 74px;
  min-width: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 10px;
  overflow: hidden;
  background-color: #f3f3f0;
}
.ser-list:after {
  content: '';
  position: absolute;
  right: -220px;
  top: 40px;
  width: 350px;
  height: 350px;
  background-image: linear-gradient(144deg, rgba(1, 14, 15, 1) 0%, rgba(109, 46, 106, 1) 100%);
  border-radius: 50%;
}
.ser-list:before {
  content: '';
  position: absolute;
  left: -120px;
  bottom: -120px;
  width: 250px;
  height: 250px;
  background-image: linear-gradient(144deg, rgba(194,57,0,1) 0%, rgba(255,199,3,1) 100%);
  border-radius: 50%;
}
.blue-sec {
  background: linear-gradient(144deg, rgba(1, 14, 15, 1) 0%, rgba(109, 46, 106, 1) 100%);
  color: #fff;
  padding: 80px 0 0;
}
.blue-sec .img-holder img {
  width: 100%;
}
.blue-sec .button-header {
  margin-top: 40px;
  margin-bottom: 60px;
}
.blue-sec .sec-head {
  margin-bottom: 20px;
}
.step-sec {
  padding: 80px 0;
}
.step-info .nav-pills {
  min-width: 300px;
  gap: 15px;
}
.step-info .nav-link {
  border-radius: 0;
  background-color: #8b3cdf;
  color: #fff;
  text-align: left;
}
.step-box img {
  width: 100%;
}
.step-box {
  padding: 0 0 0 60px;
}
.step-info .nav-pills .nav-link.active {
  background: #4727af;
}
.step-info .s-btn-2 {
  background-color: #d557c5;
}
.step-info .s-btn-3 {
  background-color: #f28c3d;
}
.step-info .s-btn-4 {
  background-color: #f467a1;
}
.coffee .img-holder img {
  width: 100%;
}
.coffee .sec-head {
  margin: 0 0 20px;
}
.coffee .button-header {
  margin-top: 40px;
}
.coffee {
  padding: 80px 0;
}
.type-writer .img-holder img {
  max-width: 80%;
  display: block;
  margin: 0 auto;
}
.type-writer .sec-head {
  margin: 0 0 20px;
}
.type-writer .button-header {
  margin-top: 40px;
}
.type-writer {
  padding: 70px 0;
}
.type-writer {
  background: linear-gradient(90deg, rgba(255, 237, 237, 1) 0%, rgba(255, 237, 237, 1) 50%, #F1853C 50%, rgb(242 138 70 / 76%) 100%);
  padding: 50px 0;
  /* background: linear-gradient(90deg, rgba(241,129,73,1) 0%, rgba(245,102,171,1) 50%, rgba(213,87,197,1) 50%, rgba(97,46,198,1) 100%); */
}
.ts-box ul {
  display: flex;
  font-size: 14px;
  gap: 2px;
  color: #FFC703;
  margin: 0 0 14px;
}
.ts-box {
  background-color: #F4F4F4;
  border-radius: 10px;
  padding: 30px;
  margin: 0 10px;
}
.tsb-box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.testi-slider {
  margin: 30px 0 0;
}
.tsb-name p {
  font-size: 14px;
  margin: 0;
}
.tsb-name span {
  font-weight: 600;
}
.testi-sec {
  padding: 60px 0 60px;
}
.r-platform img {
  width: 100%;
  max-width: 130px;
  margin: 0 0 0 -10px;
}

.r-platform {
  overflow: hidden;
}
.rew-section .ts-box {
  background-color: #faf8f0;
}
/* END SERVICES */
/* MODAL */
.quotepop .modal-body {
  padding: 0;
  position: relative;
}
.quotepop .modal-dialog {
    max-width: 480px;
}
.quotepop .owl-right {
    position: absolute;
    left: -110px;
    top: -80px;
    width: 150px;
    z-index: 9;
}
.quotepop .con-side:after {
    position: absolute;
  right: 37px;
  top: 50px;
  content: '';
  background-image: url(../../images/gold_ihbrjb.webp);
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  background-size: 100%;
  -webkit-animation:
opacity 1s infinite linear;
}
.con-side .fw-n span {
  font-size: 30px !important;
}
form.form_submission.input-field.val-form.cta-form .col-md-3 {
    width: 27%;
}form.form_submission.input-field.val-form.cta-form {}

form.form_submission.input-field.val-form.cta-form button.btn-style.btn.yellow-btn.click-info.icon-style {
    width: 100%;
}

form.form_submission.input-field.val-form.cta-form .col-md-3:last-child {
    width: 19%;
}

.con-side .fw-n {
  margin: 0 0 4px !important;
}
.quotepop .modal-body .btn-close {
  filter: invert(1);
  background-color: #fff;
  opacity: 1;
  border-radius: 50%;
  position: absolute;
  right: -17px;
  top: -20px;
  width: 30px;
  height: 30px;
}
/*.quotepop .modal-dialog {*/
/*  max-width: 750px;*/
/*}*/
.git-image .img-side {
  background-color: #B1C7FF;
  background-image: url(../../images/women-writing_lszhgf.webp);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}
@-webkit-keyframes opacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .2;
  }
  100% {
    opacity: 1;
  }
}
.git-image .con-side {
    background-image: linear-gradient(144deg, rgba(1, 14, 15, 1) 0%, rgba(109, 46, 106, 1) 100%);
    padding: 40px 40px 40px;
    overflow: hidden;
}
.quotepop .con-side .back-eggs {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
 
}
.git-image > .row {
  margin: 0 !important;
}
.git-image .con-side > * {
  position: relative;
  z-index: 3;
}
.git-image .icon-style span {
  margin: 0px 10px 0 0;
  font-size: 20px;
}
.color_text {
    color: #8d0003;
    background-image: linear-gradient(144deg, rgba(194, 57, 0, 1) 0%, rgba(255, 199, 3, 1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--heading-font);
}
.git-image h2,.git-image strong{
  color: #fff;
  font-size: 34px;
  font-family: var(--heading-font);
  line-height: 34px;
  margin: 0 0 10px;
  display: block;
}
.git-image h4,.git-image span{
    color:#fff;
    font-family: var(--heading-font);
    margin: 0 0 15px;
    font-size: 1.5rem;
}
.git-image .con-side > span {
  display: block;
}
.git-image .con-side input,
.git-image .con-side textarea {
  width: 100%;
  border-radius: 0;
}
.iti {
  width: 100%;
}
.git-image .white-btn {
      border-radius: 25px;
  padding: 10px 30px;
}
.git-image .white-btn:hover {
  border-color: #fff;
  color: #fff;
}
/* END MODAL */
/* CONTACT */
.contact-area {
  padding: 70px 0;
}
.contact-area .sec-head {
  margin: 0 0 70px;
}
.contact-area .ryt-form {
  padding: 60px 70px;
  background-color: #4a27bd;
  border-radius: 5px;
}
.contact-area .ryt-form h4 {
  color: #fff;
  text-align: center;
  font-size: 34px;
  margin: 0 0 30px;
  font-family: var(--secondary-font);
}
.contact-area .ryt-form input,
.contact-area .ryt-form textarea {
  border-radius: 0;
  background-color: #ffffffd9;
  border: 1px solid #fff;
  padding: 14px 10px;
}
.contact-area .ryt-form button {
  min-width: 150px;
  margin: 0 auto;
  display: block;
  font-weight: 400;
}
.cp-box {
  width: 270px;
  height: 160px;
  background-color: #e3e3e3;
  text-align: center;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
}
.cp-info {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
}
.cp-box i {
  font-size: 25px;
  margin: 0 0 15px;
  color: #4a27bd;
}
.cp-box p {
  margin: 0;
  font-family: var(--secondary-font);
  font-size: 20px;
  font-weight: bold;
}
/* END CONTACT */
.navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  /* Ensures the dropdown is attached to the link */
}
.mega-drop {
  position: unset !important;
}
.mega-drop .dropdown-menu {
  width: 100%;
  left: 0;
  top: 60px;
  padding: 45px 0 0;
  background: none;
  border: none;
}
.single-drop .dropdown-menu {
  /* width: 100%;
  left: 0;
  top: 60px; */
  padding: 35px 0 0;
  background: none;
  border: none;
}
.mega-link {
  background-color: #fffffff7;
  padding: 15px 5px;
  column-count: 4;
  border: 1px solid #00000024;
  border-radius: 9px;
}
.mega-link a {
  padding: 8px 25px 8px 35px;
  display: block;
  border-bottom: 1px solid #0000001c;
  position: relative;
  transition: var(--ease);
}
.mega-link a:hover {
  background-color: #eaeaea;
}
.mega-link a:before {
  content: '\f14a';
  position: absolute;
  left: 10px;
  font-family: fontawesome;
  color: #4a27bd;
}
.single-drop .mega-link {
  column-count: unset;
  min-width: 250px;
}
.books .book {
  position: relative;
}
.books .book .best-badge img {
  width: 100%;
}
.books .book .best-badge {
  max-width: 120px;
  position: absolute;
  top: -45px;
  right: 10px;
}
.books .book .book-hd {
  max-width: 80%;
  margin-top: 50px;
}
.service-circle .circle strong {
  text-align: center;
  display: block;
  margin: 0 0 15px;
}
.book-cta-two .check-list {
  color: #fff;
}
.check-list li {
  position: relative;
  padding: 0 0 0 25px;
}
.check-list li:before {
  content: '\f058';
  font-family: fontawesome;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 4px;
}
.check-list {
  margin: 0 0 20px;
}
.balls-icons {
  position: relative;
  overflow: hidden;
}
.balls-icons:before {
  content: '';
  background-image: linear-gradient(144deg, rgba(194,57,0,1) 0%, rgba(255,199,3,1) 100%);
  width: 180px;
  height: 180px;
  left: -90px;
  bottom: 10%;
  position: absolute;
  border-radius: 50%;
}
.balls-icons:after {
  content: '';
  background-image: linear-gradient(144deg, rgba(1, 14, 15, 1) 0%, rgba(109, 46, 106, 1) 100%);
  width: 100px;
  height: 100px;
  right: -50px;
  top: 10%;
  position: absolute;
  border-radius: 50%;
}
.choose-inner-head h5,.choose-inner-head strong {
  font-family: var(--heading-font);
  margin: 20px 0 -10px;
  display: block;
  font-size: 1.25rem;
}
.cta-50 .sec-head {
  margin: 0 0 30px;
}
.step-sec .sec-head {
  margin: 0 0 40px;
}
.black-outline-btn {
  border: 2px solid var(--text-color);
  display: inline-block;
}
.ser-box .black-outline-btn {
  padding: 5px 20px 8px;
  font-size: 16px;
}
.blue-sec .row {
  align-items: end;
}
.ser-list .container {
  position: relative;
  z-index: 1;
}
.cta-form .form-control {
  padding: 9px 10px;
  background: none;
  border-width: 0 0 2px 0;
  border-radius: 0;
  color: var(--white-color);
}
.cta-form .form-control::placeholder {
  color: var(--white-color);
}
.cta-form .row {
  align-items: baseline;
}
.balls-icons .container {
  position: relative;
  z-index: 1;
}
.num-boxes .choose-inner-head {
  background: var(--white-color);
}
.num-boxes .choose-cirle-txt {
  color: var(--black-color);
}
.num-boxes .choose-inner-head h5,.num-boxes .choose-inner-head strong {
  color: var(--black-color);
}
.main-banner:before {
  background: linear-gradient(140deg, rgba(213, 87, 197, 1) 0%, rgba(92, 44, 198, 1) 100%);
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
.main-banner:after {
  background: linear-gradient(140deg, rgba(241, 130, 69, 1) 0%, rgba(245, 103, 172, 1) 100%);
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
.main-banner .ftopimg {
  position: absolute;
  right: 0;
  width: 45%;
  z-index: 1;
  bottom: 0;
}
.main-banner .right-sd {
  width: 320px;
}
.main-banner .right-sd .badg {
  position: absolute;
  max-width: 146px;
  left: -50px;
  top: -20px;
}
.bt-slide-box {
  position: absolute;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  bottom: 70px;
  right: -80px;
  padding: 20px 20px;
  max-height: 211px;
  overflow: hidden;
}
.bt-slide-box img {
  width: 35px;
  border-radius: 50%;
}
.bt-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 10px;
}
.bt-top ul {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #FEA500;
  margin: 0;
}
.bt-botton p {
  font-size: 14px;
  margin: 0;
  text-align: justify;
}
.col-no-3 {
  padding: 10px;
}
.custom-arrows .slick-arrow {
  width: 50px;
  height: 50px;
  display: block;
  color: #fff;
  background-image: linear-gradient(144deg, rgba(1, 14, 15, 1) 0%, rgba(109, 46, 106, 1) 100%);
  text-align: center;
  font-size: 30px;
  cursor: pointer;
  line-height: 47px;
}
.custom-arrows .slick-arrow:hover {
  background-image: linear-gradient(144deg, rgba(194,57,0,1) 0%, rgba(255,199,3,1) 100%);
}
.custom-arrows {
  display: flex;
  justify-content: end;
  gap: 11px;
}
.bi-column .container {
  position: relative;
  z-index: 1;
}
.faq-sec .img-holder img {
  width: 100%;
}
.range-slider {
  width: 130%;
}
.range-slider:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 180px;
  height: 100%;
  content: '';
  background: linear-gradient(90deg, rgba(49, 22, 58, 0) 0%, rgba(49, 22, 58, 1) 100%);
  z-index: 9;
}
.range-slider.owl-theme .owl-dots .owl-dot.active span {
  background: #FEA500;
  width: 34px;
}
.range-slider.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
}
.count-plus:after {
  content: '+';
}
.count-m:after {
  content: 'M+';
}
.navbar-brand img {
  max-width: 150px;
}
.footer-nav-links a {
  display: block;
  line-height: 21px;
}
.footer-nav-links li {
  margin: 0 0 6px;
}
.know-sec .container {
  position: relative;
}
.faq-sec .row {
  justify-content: end;
  align-items: center;
}
/* NEW CONTACT */
.new-inbanner {
  background: linear-gradient(156deg, rgba(77,34,76,1) 0%, rgba(15,0,18,1) 100%);
  text-align: center;
  padding: 140px 0 0;
  min-height: 720px;
  color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 56%, 0 100%);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.cmid-form {
  position: relative;
  z-index: 2;
}
.new-inbanner h1 {
  font-size: 64px;
  font-family: var(--heading-font);
  text-transform: capitalize;
  margin: 40px 0 0;
}
.cmid-box {
  background-color: #fff;
  padding: 50px;
  margin: -410px 0 0;
  border-radius: 10px;
}
.cmid-form {
  position: relative;
}
.cmid-info h4 {
  font-family: var(--heading-font);
  font-size: 46px;
}
.cmid-info p {
  font-size: 18px;
  color: #4D4D4D;
  margin: 0 0 60px;
}
.cmid-ibox span {
  display: block;
  color: #8A3CDF;
  margin: 0 0 10px;
}
.cmid-ibox ul {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 0 30px;
}
.cmid-ibox li {
  font-size: 30px;
  font-family: 'Satoshi-Medium';
  line-height: 40px;
}
.cmid-ibox i {
  color: #8A3CDF;
}
.cmid-box .val-form h4 {
  font-size: 32px;
  font-family: var(--heading-font);
  text-align: center;
  margin: 0 0 21px;
  color: #fff;
}
.cmid-box .val-form {
  background-color: #31163A;
  padding: 40px 60px 40px;
}
.cmid-box .form-control {
  border-radius: 0;
  border: 1px solid #fff !important;
  background-color: #ffffff6e;
}
.cmid-box .btn-get-started {
  margin: 0 auto;
  display: block;
  background-color: #fff;
  color: #000;
  min-width: 150px;
  padding: 12px 0;
}
.cmid-box label {
  width: 100%;
  color: #fff;
}
.cmid-box label span {
  font-size: 17px;
  display: block;
  margin: 0 0 5px;
}
.map-area {
  margin: -600px 0 0 0;
  filter: grayscale(1);
}
.new-inbanner > img {
  position: absolute;
  right: 0;
  top: 140px;
  max-width: 590px;
  opacity: .8;
}
.new-inbanner:after {
  position: absolute;
  left: 11%;
  top: -170px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: #fff;
  content: '';
  opacity: 0.7;
}
.new-inbanner:before {
  position: absolute;
  left: -70px;
  bottom: 12%;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #fff;
  content: '';
  opacity: .7;
}
/* END NEW CONTACT */
/* THANKS */
/* .thanks-page {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  text-align: center;
  overflow: hidden;
  color: #fff;
} */
.thanks-page .bi-column {
  position: unset;
  padding: 0;
}
.thanks-page .tlogo {
  max-width: 260px;
  margin: 0 0 40px;
}
.thanks-page h3 {
  font-family: var(--heading-font);
  font-size: 60px;
}
.thanks-page .bi-column .sec-head {
  margin: 0;
}
.thanks-page .bi-column .button-header {
  margin: 20px auto 0;
  display: block;
}
.thanks-page .bi-column .button-header a {
  width: 200px;
  display: block;
  margin: 0 auto;
}
/* .thanks-page:before {
  background: linear-gradient(140deg, rgba(213, 87, 197, 1) 0%, rgba(92, 44, 198, 1) 100%);
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
} */
/* .thanks-page:after {
  background: linear-gradient(140deg, rgba(241, 130, 69, 1) 0%, rgba(245, 103, 172, 1) 100%);
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
.thanks-page .bi-column .img-holder:after{
  background: linear-gradient(140deg, rgba(213, 87, 197, 1) 0%, rgba(92, 44, 198, 1) 100%);
}
.thanks-page .bi-column:after{
  background: linear-gradient(140deg, rgba(213, 87, 197, 1) 0%, rgba(92, 44, 198, 1) 100%);
  display: none;
}
.thanks-page .row > div {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.thanks-page .row > div:last-child:after {
  content: '';
  width: 80px;
  height: 100%;
  left: -40px;
  top: 0;
  background-image: url(../../images/miniboxes_usfgqr.webp);
  position: absolute;
} */
/* END THANKS */
.pri-sec {
  padding: 70px 0;
}
.pri-sec h4 {
  font-family: var(--heading-font);
}
.pri-sec ul {
  list-style: disc;
  padding: 0 0 0 20px;
  margin: 0 0 20px;
}
.pri-sec ul li {
  margin: 0 0 5px;
}
.pri-sec ol ul {
  margin: 0;
}
/* QUESTION FORMS */
.qf-logo img {
  max-width: 170px;
  margin: 0 auto;
  display: block;
}
.qf-logo {
  margin: 20px 0 30px;
}
.qf-logo h1 {
  text-align: center;
  font-family: var(--heading-font);
  margin: 20px 0 50px;
  font-weight: 600;
}
.qf-fields label,.qf-fields .form-control {
  font-size: 14px;
}
.qf-fields p {
  font-size: 14px;
}
.qf-fields form {
  background-color: #16203A;
  border-radius: 10px;
  padding: 20px 30px;
}
.qf-fields label {
  color: #fff;
}
.qf-fields hr {
  border-color: #fff;
}
.qf-fields h3,.qf-fields p,.qf-fields strong {
  color: #fff;
}
.qf-fields .btn-get-started {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 180px;
  font-size: 15px;
}
.art-style .form-check-label img {
  height: 100px;
  object-fit: cover;
}
/* END QUESTION FORMS */
.main-banner.mb-nf {
  background: url(../../images/OPMainBannerNew_ugjud3.webp);
  background-size: cover;
  background-position: center bottom;
}
.main-banner.mb-nf:after,.main-banner.mb-nf:before,.main-banner.mb-nf .container>.row>div:last-child:after{
  content: none;
}
/* FORM AGAIN */
.main-banner .right-sd h4 {
  font-family: var(--heading-font);
  font-size: 28px;
}
.main-banner .right-sd {
  background-color: #fff;
  border-radius: 15px;
  padding: 25px 30px;
}
.main-banner .form-again {
  width: 90%;
}
.main-banner .form-again p {
  color: #939599;
  font-size: 15px;
  line-height: 18px;
}
.main-banner .form-again .form-control {
  border-width: 0 0 1px 0;
  border-radius: 0;
  border-color: #000;
  font-size: 14px;
}
.main-banner .form-again .btn-get-started {
  border-radius: 25px;
  font-size: 15px;
  padding: 12px 30px;
  margin: 10px 0 0;
}
/* END FORM AGAIN */
/* LOGO QUESTIONS */
.img-radio .form-check {
  padding: 0 10px;
  text-align: center;
  overflow: hidden;
}
.img-radio .form-check label {
  background-color: #fff;
  border-radius: 5px;
  display: block;
  position: relative;
  overflow: hidden;
  border: 2px solid #fff;
  cursor: pointer;
  min-height: 100px;
}
.img-radio .form-check label span {
  position: absolute;
  background-color: #000;
  bottom: 0;
  width: 100%;
  left: 0;
  font-weight: 600;
  font-size: 13px;
}
.img-radio .form-check input {
  position: absolute;
  left: -100%;
}
.img-radio .form-check input:checked + label {
  border-color: #f75050;
}
.img-radio .form-check input:checked + label span {
  background-color: #f75050;
}
.color-checks .form-check {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0 0 8px;
}
.color-checks .form-check input {
  position: absolute;
  left: -100%;
}
.color-checks .form-check span {
  width: 40px;
  height: 40px;
  display: block;
}
.color-checks .form-check-label {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 5px;
  overflow: hidden;
}
.color-checks .form-check input:checked + label {
  border-color: #f75050;
  background-color: #f75050;
}
.color-red{
  background-color: #ff0000;
}
.color-orange{
  background-color: #ffc000;
}
.color-yellow{
  background-color: #ffff00;
}
.color-green{
  background-color: #00b050;
}
.color-blue{
  background-color: #0070c0;
}
.color-purple{
  background-color: #7030a0;
}
.color-white{
  background-color: #fefefe;
}
.color-grey{
  background-color: #818181;
}
.color-black{
  background-color: #050505;
}
.color-brown{
  background-color: #833c0b;
}
.color-pink{
  background-color: #ff33cc;
}
.color-turquoise{
  background-color: #00caca;
}
.color-other{
  background-image: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet);;
}
.img-radio img {
  width: 100%;
  padding: 0 15px;
  margin: -15px 0 0;
}
.font-styles .form-check label {
  display: flex;
  align-items: center;
}
.other-font-name .form-control {
  position: unset !important;
}
.other-font-name {
  display: flex;
  align-items: end;
}
.other-font-name > div {
  width: 100%;
  margin: 0 !important;
}
/* END LOGO QUESTIONS */
/* ISBN PAGE */
.banner-para h4 {
  margin: 0 0 20px;
}
.isbn-para h4 {
  font-family: var(--heading-font);
}
.isbn-para {
  margin: 30px 0 0;
}
 .count-plus:after {
  content: '+';
}
 .count-years:after {
  content: 'Years';
  margin-left: 8px;
}
.isbn-ss-01 {
  padding: 60px 0;
}
.isbn-blue-sec {
  margin: 0 0 60px;
  padding: 60px 0 60px;
}
.pack-area .table th {
  background-color: transparent;
  padding: 0 0 0;
  border: none;
}
.pack-area th .t-heading {
  background: linear-gradient(140deg, rgba(241, 130, 69, 1) 0%, rgba(245, 103, 172, 1) 100%);
  text-align: center;
  border-radius: 10px 10px 0 0;
  margin: 0 0 0;
}
.t-heading h4 {
  margin: 0;
  font-family: var(--heading-font);
  color: var(--white-color);
  padding: 10px 0;
  font-size: 24px;
}
.pack-area .table {
  border-spacing: 1px;
  border-collapse: separate;
}
.t-price {
  background: linear-gradient(144deg, rgba(1, 14, 15, 1) 0%, rgba(109, 46, 106, 1) 100%);
  margin: 0 auto -2px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
}
.pack-area td {
  text-align: center;
  padding: 12px 15px;
  background-color: #60146c61;
  color: #fff;
}
.pack-area td:first-child {
  text-align: left;
  font-weight: 600;
}
.pack-area tbody tr:nth-child(2n) td {
  background-color: #60146c;
  color: #fff;
}
.pack-area tbody tr:last-child td:first-child {
  border: none;
  background: none;
}
.pack-area tbody tr:last-child td{
  border: none;
  background: none;
  padding: 0;
}
.pack-area tbody tr:last-child td div{
  padding: 10px 10px;
    background: linear-gradient(140deg, rgba(241, 130, 69, 1) 0%, rgba(245, 103, 172, 1) 100%);
    border-radius: 0 0 10px 10px;
}
.pack-area tbody a {
  display: inline-block;
  width: 49%;
}
.isbn-blue-sec .sec-head {
  margin: 0 0 50px;
}
.pa-purple{
  background: linear-gradient(144deg, rgba(1,14,15,1) 0%, rgba(109,46,106,1) 100%);
}
.pa-orange{
  background: linear-gradient(144deg, rgba(194,57,0,1) 0%, rgba(255,199,3,1) 100%);
}
.pa-box {
  padding: 40px 40px;
  border-radius: 40px;
  color: #fff;
}
.pa-name {
  font-family: var(--heading-font);
}
.pa-price {
  font-family: var(--heading-font);
  font-size: 55px;
}
.pa-head {
  margin: 0 0 15px;
}
.pa-body {
  margin: 0 0 50px;
}
.pa-body ul {
  max-height: 220px;
  overflow-x: hidden;
  overflow-y: auto;
}
.pa-body li:before {
  content: '\f058';
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  top: 8px;
  font-size: 14px;
}
.pa-body li {
  position: relative;
  padding: 3px 10px 2px 27px;
}
.pa-btns {
  display: flex;
  gap: 5px;
}
.pa-btns a {
  width: 50%;
  text-align: center;
}
.pa-body li.nmark:before {
  content: '\f057';
  color: #e10000;
}
.pa-purple .white-btn {
  background-color: #FFC703;
  color: #000;
  border-color: #FFC703;
}
.pa-purple .white-outline-btn {
  color: #fff;
  border-color: #FFC703;
}
/* END ISBN PAGE */
.quotepop {
    background: #000000c2;
    backdrop-filter: blur(4px);
}
/* PACKAGES */
.pack-area {
    margin: 90px 0px 0px;
}
.pack-box {
    color: rgb(255, 255, 255);
    position: relative;
    background: linear-gradient(144deg, rgb(1, 14, 15) 0%, rgb(109, 46, 106) 100%);
    border-radius: 40px;
    padding: 40px;
    border-width: 0px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
}
.pack-head {
    margin: 0px 0px 40px;
}
.pack-head strong {
    font-size: 21px;
    font-weight: 600;
}
.pack-head h4 {
    display: flex;
    align-items: baseline;
}
.pack-head h4 span:first-child {
    font-size: 60px;
    font-family: Aladin, serif;
}
.pack-head h4 span:last-child {
    font-size: 16px;
    font-family: Poppins, serif;
    position: relative;
    top: -18px;
    margin: 0px 0px 0px 10px;
}
.pack-head strike {
    display: block;
    font-size: 24px;
}
.pack-body ul {
    max-height: 170px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 0px 0px 40px;
}
.pack-body li {
    position: relative;
    padding-left: 24px;
}
.list-heading {
    font-size: 22px;
    font-family: Aladin, serif;
    padding-left: 0px !important;
    margin: 10px 0px 4px;
}
.list-heading:first-child {
    margin-top: 0px;
}
.list-heading:before {
  content: none !important;
}
.pack-body li::before {
    content: "ï˜";
    font-family: FontAwesome;
    position: absolute;
    left: 0px;
    top: 3px;
    font-size: 13px;
}
.pack-btns {
    display: flex;
    gap: 5px;
}
.pack-box::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    top: -43px;
    right: -14px;
    background: url(../../images/badge_gtefyq.webp) 0% 0% / 100% no-repeat;
    animation: 1s linear 0s infinite normal none running opacity;
}
.gold-badge.pack-box::after {
    background: url(../../images/gold_ihbrjb.webp) 0% 0% / 100% no-repeat;
}
.feature-box {
    background: linear-gradient(144deg, rgb(194, 57, 0) 0%, rgb(255, 199, 3) 100%);
    border-width: 5px;
    border-style: solid;
    border-color: rgb(255, 199, 3);
    border-image: initial;
}
.feature-box > .feature-badge {
    top: -45px;
    width: calc(100% + 10px);
    background-color: rgb(255, 199, 3);
    left: -5px;
    text-align: center;
    color: rgb(0, 0, 0);
    font-weight: 600;
    height: 90px;
    position: absolute !important;
    z-index: -1 !important;
    border-radius: 40px 40px 0px 0px;
    padding: 12px 0px 0px;
}
.feature-box > * {
    z-index: 2;
    position: relative;
}

.pack-btns a {
    width: 50%;
}
.icon-style {
    font-family: "Bebas Neue", sans-serif;
    font-size: 20px;
    min-width: 190px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 35px;
    padding: 6px 6px 6px 20px;
    transition: var(--ease);
}
.icon-style span {
    width: 100%;
    text-align: center;
}
.icon-style i {
    width: 45px;
    min-width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    background: linear-gradient(144deg, rgb(194, 57, 0) 0%, rgb(255, 199, 3) 100%);
    border-radius: 50%;
    margin: 0px 0px 0px 5px;
    animation: 1s linear 0s infinite normal none running opacity;
}
.pack-btns .icon-style {
    min-width: auto;
    padding: 5px 5px 5px 5px;
}
.packgaes-info .nav-tabs .nav-link{
    font-size: 20px;
    font-family: var(--heading-font);
    width: 100%;
}
.packgaes-info .nav-tabs .nav-item {
    width: 50%;
    text-align: center;
}
.packgaes-info .nav-link {
    background: linear-gradient(144deg, rgb(1, 14, 15) 0%, rgb(109, 46, 106) 100%) !important;
    border-radius: 30px !important;
}
.packgaes-info .orange-btn {
    background: linear-gradient(144deg, rgb(194, 57, 0) 0%, rgb(255, 199, 3) 100%) !important;
    color: #fff !important;
}
.packgaes-info .nav-tabs{
     gap: 5px;
    flex-wrap: nowrap;
    display: flex;
}
.packgaes-info .pack-box {
    margin: 0 0 40px;
}
/* END PACKAGES */
.quotepop .form-select {
    border-radius: 0;
}
.main-banner .form-again .form-select {
    border-width: 0 0 1px 0;
    border-radius: 0;
    border-color: #000;
    box-shadow: none !important;
    font-size: 14px;
}
/* PORTFOLIO */
.n-main-banner {
  background-image: url(../../images/banner1.png);
  background-repeat: no-repeat;
  color: #fff;
  padding: 190px 0 70px;
}
.n-main-banner .container {
  position: relative;
}
.n-main-banner .b-fimg {
  position: absolute;
  width: 440px;
  bottom: -70px;
  right: 27%;
}
.n-main-banner .row {
  position: relative;
  z-index: 2;
  align-items: center;
}
.n-main-banner .content-side {
  padding: 0 4% 0 0;
}
.n-main-banner .content-side h1 {
  font-size: 65px;
  line-height: 70px;
  font-family: var(--heading-font);
}
.n-main-banner .phone-heading {
  display: none;
}
.n-main-banner .form-box {
  max-width: 500px;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 50px 40px;
  float: right;
  color: #000;
  position: relative;
  overflow: hidden;
}
.n-main-banner .form-box h4,.n-main-banner .form-box strong,.n-main-banner .form-box h3 {
  font-size: 40px;
  font-family: var(--heading-font);
  font-weight: normal;
  display: block;
  line-height: 40px;
}
.n-main-banner .form-box form strong {
  margin-bottom: 10px;
}
.n-main-banner .back-eggs {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.n-main-banner .form-box .form-control,.n-main-banner .form-box .form-select {
  border-color: #000;
  border-radius: 0;
  border-width: 0 0 1px 0;
}
.nm-image img {
  width: 90%;
  margin: 10px 0 40px -40px;
}
.quote-box {
  text-align: center;
  padding: 60px 0;
}
.quote-box img {
  max-width: 100px;
  margin: 0 0 20px;
}
.quote-box h2 {
  font-family: var(--heading-font);
  font-size: 70px;
  line-height: 70px;
}
.section-3-main {
  display: flex;
  gap: 25px;
}
.width-20 {
  width: 20%;
}
figure {
  margin: 0 0 1rem;
}
.img-shadow {
  box-shadow: -18px 1px 6px -2px rgba(0, 0, 0, 0.2), -30px 1px 16px -4px rgba(0, 0, 0, 0.2);
}
.width-80 {
  width: 80%;
}
/* .para-1 {
  font-size: 16px;
  line-height: 25px; 
} */
.section-3-text-inner-border {
  border-bottom: 1px solid var(--orange-color);
  border-top: 1px solid var(--orange-color);
  padding: 5px 0;
}
.section-3-text-inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-bottom: 1px solid var(--orange-color);
  border-top: 1px solid var(--orange-color);
}
.width-50 {
  width: 50%;
}
.section-3-text-inner .border-line {
  border-right: 1px solid var(--orange-color);
}
.section-3-text img {
  height: 105px;
}
.section-3-text p {
  margin: 0;
}
.section-3-text {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 41px 10px;
}
.section-2-text {
  position: relative;
  z-index: 1;
}
.section-2-text::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-color: #ffffffc9;
  width: 100%;
  height: 100%;
  z-index: -1;
  box-shadow: 0 0 10px 10px #ffffffc9;
}
.section-4-text img {
  height: 26px;
}
.heading-3 {
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
}
hr:not([size]) {
  height: 1px;
}
.main-section-r {
  position: relative;
  /* z-index: 0; */
}
.section-3-main {
  display: flex;
  gap: 25px;
}
.section-3-main-text .heading-3 {
  font-size: 21px;
}
.section-4-inner-img-text {
  display: flex;
  align-items: center;
}
.section-4-inner-img-text img {
  height: 65px;
}
.section-4-inner-img-text .para-1 {
  font-size: 14px;
  margin: 0;
}
.section-5-img {
  background-image: url(../../images/mibf-main-image-1691693874_vrmkyc.webp);
  width: 100%;
  height: 450px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-4-main .img-shadow:hover {
  box-shadow: -30px 1px 18px 0 rgba(0, 0, 0, 0.3), -48px 1px 32px 0 rgba(0, 0, 0, 0.3);  
  transform: translate(4px, -9px) rotate(0.001deg);
}
.width-30 {
  width: 30%;
}
.width-70 {
  width: 70%;
}
.py {
  padding: 3rem 0;
}
.my-our-value {
  padding-top: 50px;
  padding-bottom: 50px;
}
.text-center {
  text-align: center !important;
}
.steps-background {
  padding-top: 40px;
  padding-bottom: 50px;
  background: url(../../images/our-process-01_h2e1z4.webp) center / cover no-repeat;
  height: 780px;
  background-size: 1180px;
  background-position: left center;
}
.my-our-value .col-md-7 {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  height: 780px;
  gap: 44px;
}
.my-our-value .our-steps {
  min-height: 103px;
  /* overflow-y: scroll; */
  align-items: center;
  display: flex;
}
.our-steps {
  width: 70%;
}
.step-1 {
  padding-left: 80px;
}
.step-2 {
  padding-top: 00px;
  padding-left: 202px;
  width: 80%;
}
.step-3 {
  /* padding-top: 20px; */
  padding-left: 217px;
  width: 80%;
}
.step-4 {
  /* padding-top: 30px; */
  padding-left: 189px;
  width: 80%;
}
.step-5 {
  /* padding-top: 42px; */
  padding-left: 78px;
  width: 64%;
}
.steps-wrap p {
  font-size: 14px;
}
.steps-wrap h6 {
  font-weight: 600;
}
.section-6 {
  padding: 75px 0 70px;
}
.section-6::before {
  background-image: url('../images/book-circle_isllry.webp');
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  position: absolute;
  content: "";
  z-index: 99;
  left: 100px;
  top: -40px;
  width: 100px;
  height: 100px;
  opacity: 1;
}
.beast-4.main-after.main-book-inner-4 {
  position: absolute;
  display: inline-block;
  visibility: visible;
  background-color: var(--white-color);
  box-shadow: -24px 16px 60px -8px rgba(0, 0, 0, 0.3);
  top: -8px;
  width: 110%;
  z-index: 2;
  left: -10%;
  padding: 25px 20px;
}
.main-after {
  display: none;
}
.section-6 .main-text {
  display: flex;
  gap: 10px;
  align-items: center;
  padding-bottom: 20px;
}
.section-6 .main-text img {
  border-radius: 50%;
  width: 45px;
  height: 45px;
}
.main-after-text .para-1 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 6px 0;
  color: #474b4e;
}
.section-6-text .heading-2 {
  font-size: 45px;
  font-weight: 600;
  padding: 10px 0 30px 0;
}
.section-6-text .border-lines {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  height: 6px;
  width: 60px;
}
.width-25 {
  width: 25%;
}
.width-75 {
  width: 75%;
}
.section-3-main-text .main-border .header {
  border: 1px solid #d1d2d4;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgb(209, 210, 212);
  border-left: none;
  color: #474b4e;
  font-size: 10px;
  letter-spacing: 1px;
  padding-left: 0;
  width: 90px;
}
.book-table {
  border: 1px solid #d1d2d4;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(209, 210, 212);
    border-bottom-width: 1px;
  border-right: none;
  padding: 6px 8px;
  font-size: 14px;
  padding: 8px 12px;
}
.table > :not(caption) > * > * {
  padding: .5rem;  
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.main-after {
  display: none;
}
.case_area {
  padding-top: 5%;
}
.case_data h2 {
  text-align: center;
  font-size: 50px;
  font-weight: 800;
  color: #303333;
}
.case_data p {
  color: #303333;
  text-align: center;
  font-size: 25px;
  margin-top: 11px;
}
.case_ornge {
  color: var(--orange-color);
  font-weight: 700;
}
.case_row {
  margin-top: 4%;
}
.cas_box_img img {
  width: 100%;
  height: 370px;
  object-fit: contain;
}
.cas_box_data {
  -webkit-box-shadow: 0 0 18px 0 rgb(0 0 0 / 15%);
  -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 18px 0 rgb(0 0 0 / 15%);
  background: #fff;
  padding: 50px;
  border-radius: 15px;
  min-height: 370px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cas_box_data h3 {
  font-size: 30px;
  font-weight: 550;
  margin: 0 0 14px;
}
.cas_box_data p {
  font-size: 14px;
}
.cas_info_area {
  display: flex;
}
.cas_info_img img {
  border-radius: 250px;
  width: 50px;
}
.cas_info_text {
  margin: -1px 10px;
}
.cas_info_text h4 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 5px;
}
.cas_box_data p {
  font-size: 14px;
  margin-top: -8px;
}
.case_row .d-flex {
  justify-content: space-between;
}
.main-after {
  position: absolute;
  left: 0px;
  top: 0;
  width: 100%;
  background-color: #fff;
  padding: 20px 20px;
  box-shadow: 0 0 30px #00000026;
  border-radius: -5px;
  z-index: 9;
}
.section-3-main:hover .main-after {
  display: block !important;
}
/* END PORTFOLIO */
.people-images img {
  width: 100%;
  min-width: 1400px;
}
.people-images {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.we-cater {
  display: block;
  font-size: 1.5rem;
  margin-bottom: .5rem;
}
.float-easter {
  position: fixed;
  left: 0;
  z-index: 999;
  bottom: 0;
}
.float-easter img {
  max-width: 120px;
  -webkit-animation: easterani 1.5s infinite linear;
}
@-webkit-keyframes easterani {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(90deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}

.float i {
  width: 45px;
  height: 45px;
  background: linear-gradient(144deg, #c23900 0%, #ffc703 100%);
  opacity: .9;
  -webkit-animation: bounce 1.5s infinite linear;
  animation: bounce 1.5s infinite linear;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lf-icons {
	position: fixed;
	left: 15px;
	bottom: 15px;
	z-index: 999;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.videos-sec {
    padding: 0 0 50px;
}

.videos-sec .sec-head {
    margin: 0 0 50px;
}
.va-box {
    text-align: center;
}
.testi-slider .slick-dots .slick-active button {
    background-color: #c23a00;
}
.testi-slider .slick-dots button {
    border-radius: 50%;
    overflow: hidden;
    width: 15px;
    height: 15px;
    background-color: #1c0c22;
    margin: 0 auto;
}
.testi-slider .slick-dots button:before {
    content: '';
}
.ts-box strong {
    text-transform: capitalize;
}
.disclaimer p {
    font-size: 14px;
    text-align: center;
}
.disclaimer {
    background-color: #dd5c00;
    color: var(--white-color);
    padding: 6px 0;
}
.counter-heading {
  margin: 20px 0 20px;
}
.old-school .pack-head h4 span:last-child {
    top: 0;
}

.trust-img{
  width: 350px;
  margin-bottom: 20px;
}
.trust-img1{
  width: 350px;
}

/* RESPONSIVE */
@media only screen and (max-width : 1399px) {
  header ul.navbar-nav {
    gap: 10px;
  }
  header .navbar-collapse {
    gap: 10px;
  }
  .navbar-brand img {
    max-width: 150px;
  }
  .navbar-nav .nav-link {
    font-size: 16px;
  }
  .button-header .btn-get-started {
    font-size: 16px;
    padding: 15px 10px 15px 10px;
  }
  .heading-banner h3 {
    font-size: 46px;
  }
  .main-banner .ryt-form h4 {
    font-size: 26px;
  }
  .main-banner .container>.row>div {
    min-height: 100vh;
    height: auto;
    padding-bottom: 50px;
  }
  .tabs-portfolio .nav-tabs,
  .pic-portfolio .nav-tabs {
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    border: none;
  }
  .tabs-portfolio .nav-tabs li,
  .pic-portfolio .nav-tabs li {
    min-width: 130px;
  }
  .tabs-portfolio .nav-tabs .nav-link,
  .pic-portfolio .nav-tabs .nav-link {
    width: 100%;
    padding: 11px 0;
  }
  .inner-head h1 {
    font-size: 46px;
  }
}
@media only screen and (max-width : 1199px) {
  .main-banner .right-sd .banner-img img {
    width: 100%;
  }
  .bt-slide-box {
    right: -40px;
  }
  .single-drop .dropdown-menu {
    padding: 0 0 0;
  }
  .footer-top .fcol-1 {
    width: 27%;
  }
  .footer-top .fcol-2 {
    width: 18%;
  }
  .bi-column .img-holder:after {
    right: 30px;
    top: 0;
    height: 220px;
    width: 220px;
  }
  .choose-cirle-txt {
    font-size: 50px;
    line-height: 50px;
  }
  .num-boxes .choose-inner-head {
    padding: 20px 20px;
    height: 440px;
  }
  .cta-50 .sec-head {
    margin: 5px 0 30px;
  }
  .cta-50 .button-header {
    margin: 0 0 10px;
  }
  .main-banner .ryt-form {
    padding: 30px 30px;
  }
  .ss-01 .button-header {
    margin-bottom: 40px;
  }
  .steps-background {
    background-size: 1000px;
}
.n-main-banner .form-box {
  max-width: 400px;
}
.n-main-banner .content-side h1 {
  font-size: 60px;
  line-height: 62px;
}
}
@media only screen and (max-width : 991px) {
  .counter-number {
    font-size: 45px;
  }
  .book-carousel .item.slick-slide {
    width: 310px;
    height: 430px !important;
  }
  .why-choose-h {
    margin-bottom: 25px;
  }
  .choose-inner-head {
    padding: 50px 15px;
  }
  .custom-arrows {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 90px 0 0;
    z-index: 1;
    width: 110%;
    left: 50%;
    justify-content: space-between;
  }
  .head-why-choose {
    position: relative;
  }
  .footer-top .fcol-1 {
    width: 50%;
    margin: 0 0 10px;
  }
  .footer-top .fcol-2 {
    width: 50%;
    margin: 0 0 10px;
  }
  .num-boxes .choose-inner-head {
    padding: 20px 20px;
    height: 320px;
  }
  .services-banner .container>.row>div:last-child {
    padding-left: 55px;
  }
  .services-banner .container>.row>div:first-child {
    padding-right: 45px;
  }
  .services-banner .mb-3 {
    margin-bottom: 7px !important;
  }
  .cmid-info h4 {
    font-family: var(--secondary-font);
    font-size: 34px;
}
.cmid-info p {
  margin: 0 0 30px;
}
.cmid-ibox li {
  font-size: 23px;
  line-height: 30px;
}
.cmid-box .val-form {
  padding: 40px 40px 40px;
}
.book-carousel .lft-owl-1 {
  width: 110px;
}
.book-carousel .ryt-book-1 {
  width: 110px; 
}
}
@media only screen and (max-width : 767px) {
  .company-logo p {
    text-align: center;
    padding: 0px 0 0;
    margin: 0 0 5px;
  }
  .company-logo {
    background-color: #101010;
    padding: 15px 0 15px;
  }
  .main-banner .container>.row>div:last-child:after {
    content: none;
  }
  .main-banner .container>.row>div:first-child {
    padding-right: 10px;
  }
  .main-banner:before,
  .main-banner:after {
    content: none;
  }
  section.main-banner {
    background: linear-gradient(140deg, rgba(213, 87, 197, 1) 0%, rgba(92, 44, 198, 1) 100%);
  }
  .heading-banner h3 {
    font-size: 40px;
  }
  .main-banner .container>.row>div:last-child {
    padding-left: 10px;
    min-height: auto;
    padding-top: 30px;
  }
  .main-banner .ftopimg {
    width: 75%;
  }
  .main-banner .container>.row>div {
    min-height: auto;
  }
  .cta-form .row {
    gap: 5px;
    text-align: center;
  }
  .book-carousel .item.slick-slide {
    width: 270px;
    height: 380px !important;
  }
  .book-slider {
    margin: 2rem auto;
  }
  .range-tab .c-side {
    margin: 0 0 40px;
  }
  .range-slider {
    width: 100%;
  }
  .range-slider:before {
    content: none;
  }
  .bi-column .button-header {
    margin: 0 0 40px;
  }
  .num-boxes .choose-inner-head {
    padding: 20px 20px;
    height: 370px;
  }
  .head-why-choose p {
    padding-left: 0;
  }
  .color-bar {
    text-align: center;
  }
  .color-bar img {
    margin: 0 0 16px;
    max-width: 140px;
  }
  .ftr-soc {
    justify-content: center;
  }
  .faq-sec .img-holder {
    display: none;
  }
  .inner-head h1 {
    font-size: 40px;
  }
  .once-sec .row {
    flex-direction: column-reverse;
  }
  .once-sec .img-holder {
    margin-top: 40px;
    text-align: center;
  }
  .cta-50 .sec-head h3 {
    font-size: 30px;
  }
  .cta-50 .img-holder img {
    width: 100%;
    margin: -70px auto 30px;
    max-width: 320px;
    display: block;
  }
  .cta-50 .sec-head {
    text-align: center;
  }
  .cta-50 .button-header {
    justify-content: center;
  }
  .ss-01 .button-header {
    margin-bottom: 20px;
  }
  .step-box {
    padding: 0 0 0 10px;
  }
  .step-info .nav-pills {
    min-width: 260px;
  }
  .coffee .row {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .coffee {
    padding-bottom: 0;
  }
  .type-writer {
    background: #ffeded;
    padding: 50px 0 0;
  }
  .type-writer .row {
    gap: 50px;
  }
  .new-inbanner h1 {
    font-size: 40px;   
  }
  .mb-nf .banner-img img {
    height: 250px;
  }
  .section-3-text {
    flex-direction: column;
    text-align: center;
}
.quote-box h2{
  font-size: 40px;   
  line-height: 40px;
}
.quote-box {
  padding: 30px 0;
}
.section-3-text p {
  margin: 0;
  font-size: 14px;
}
.section-3-text img {
  height: 65px;
}
.section-3-text {
  padding: 12px 10px 26px;
}
.py {
  padding: 2rem 0;
}
.section-3-main {
  flex-direction: column;
  align-items: center;
}
.trust-img{
  width: 250px;
}
.trust-img1{
  width: 250px;
}
.trust-div{
  display: flex;
  justify-content: center;
}
}
@media only screen and (max-width : 578px) {
  .navbar-brand img {
    max-width: 105px;
  }
  .heading-banner h3,
  .sec-head h3,.sec-head > strong,.sec-head h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .services-banner h1 {
    font-size: 30px;
  }
  .main-banner .right-sd .badg {
    max-width: 115px;
  }
  .banner-img img {
    max-width: 230px;
    float: none;
  }
  .bt-slide-box {
    width: 90%;
    bottom: 30px;
    right: 5px;
    padding: 10px 9px;
  }
  .bt-botton p {
    font-size: 12px;
  }
  .cta-form {
    justify-content: center;
  }
  .books .book .best-badge {
    max-width: 100px;
    top: -30px;
    right: 10px;
  }
  .counter-number {
    font-size: 34px;
  }
  .counter-p p {
    font-size: 15px;
    line-height: 18px;
  }
  .book-carousel .item.slick-slide {
    width: 220px;
    height: 310px !important;
  }
  .choose-inner-head {
    padding: 50px 45px;
  }
  .custom-arrows {
    width: 102%;
  }
  .num-boxes .choose-inner-head {
    padding: 20px 20px;
    height: auto;
  }
  .footer-top .fcol-1 {
    width: 100%;
  }
  .footer-services-nav-links {
    flex-direction: column;
  }
  .fcol-1 {
    text-align: center;
  }
  .fcol-1 ul {
    display: flex;
    width: 100%;
    gap: 17px;
    justify-content: center;
    margin: 0;
  }
  .inner-head h1 {
    font-size: 30px;
  }
  .inner-head:after {
    width: 160px;
    height: 160px;
    left: 50px;
    top: -80px;
  }
  .inner-head:before {
    width: 80px;
    height: 80px;
    right: 30px;
    bottom: -50px;
  }
  .inner-head {
    text-align: center;
    padding: 100px 0 40px;
  }
  .know-sec:before {
    left: -50px;
    height: 120px;
    width: 120px;
  }
  .know-sec:after {
    right: -23px;
    height: 60px;
    width: 60px;
  }
  .step-info {
    flex-direction: column;
  }
  .step-info .nav-pills {
    gap: 2px;
  }
  .step-box .sec-head {
    margin: 20px 0 0px;
  }
  .step-box p {
    margin: 0 0 40px;
  }
  .services-banner .container>.row>div:first-child {
    padding-top: 120px;
    padding-bottom: 0;
  }
  .cmid-box {
    padding: 25px;
}
.cmid-info h4 {
  font-size: 30px;
}
.cmid-ibox li {
  font-size: 20px;
  line-height: 24px;
}
.cmid-box .val-form {
  padding: 25px 25px;
}
.new-inbanner:after {
  top: -60px;
  width: 100px;
  height: 100px;
}
.new-inbanner h1 {
  margin: 20px 0 0;
  font-size: 30px;
}
.new-inbanner {
  padding: 80px 0 0;
  min-height: 590px;
}
.new-inbanner > img { 
  right: 0;
  top: 80px;
  max-width: 240px; 
}
.cmid-ibox ul {
  display: flex;
  gap: 15px;
  margin: 0 0 20px;
}
.navbar-collapse .button-header {
  margin-top: 18px;
}
.review-logos img {
  height: auto;
}
.review-logos {
  gap: 15px;
  justify-content: center;
}
.main-banner.mb-nf .container>.row>div:last-child {
  padding-left: 0px; 
}
.mb-nf .banner-img img {
  height: 170px;
}
.mb-nf .bt-slide-box {
  left: 50%;
  transform: translateX(-50%);
}
    .quotepop .con-side:after {
        right: 15px;
        top: 45px;
        width: 80px;
        height: 80px;
        background-size: 100%;
    }
        .quotepop .owl-right {
        left: -30px;
        top: -76px;
        width: 120px;
    }
    .git-image .con-side {
        padding: 40px 20px 30px;
    }
        .quotepop .modal-content {
        margin-top: 50px;
    }
        .quotepop .modal-dialog {
        max-width: 86%;
        margin: 0 auto;
    }
    .section-6-text .heading-2{
      font-size: 30px;
      text-align: center;
    }
    .width-75 {
      width: 100%;
      padding: 0 15px;
  }
  .width-25 {
    width: 35%;
}
.n-main-banner .content-side h1 {
  font-size: 37px;
  line-height: 40px;
  text-align: center;
}
.n-main-banner .content-side {
  padding: 0 0 0 0;
} 
.n-main-banner {
    padding: 120px 0 70px;
    background: linear-gradient(144deg, rgba(1, 14, 15, 1) 0%, rgba(109, 46, 106, 1) 100%);
}
.steps-background {
  background: none;
}
.nm-image img {
  width: 90%;
  margin: 10px auto 0 0;
}
.n-main-banner .dual-btn {
  flex-direction: row;
  gap: 5px;
}
.n-main-banner .dual-btn {
  margin: 10px 0 20px;
  display: flex;
}
.n-main-banner .dual-btn a {
  min-width: 100px;
  padding: 6px 6px 6px 8px;
  font-size: 18px;
}
.n-main-banner .dual-btn a {
  width: 100%;
  margin: 0 0;
  max-width: 222px;
}
.n-main-banner .icon-style i {
  margin-left: 5px;
  width: 40px;
  min-width: 40px;
  height: 40px;
}
.n-main-banner .b-fimg {
  display: none;
}
.our-steps {
  width: 100%;
}
.step-1 {
  padding-left: 0;
}
.step-2 {
  padding-top: 00px;
  padding-left: 0;
  width: 100%;
}
.step-3 {
  padding-left: 0;
  width: 100%;
}
.step-4 {
  padding-left: 0;
  width: 100%;
}
.step-5 {
  /* padding-top: 42px; */
  padding-left: 0;
  width: 100%;
}
.cas_box_data {
  padding: 30px;
}
.case_row .d-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cas_info_area {
  margin: 0 0 20px;
}
.d-flex .dual-btn {
  display: block !important;
  text-align: center;
}
.d-flex .dual-btn a {   
  margin: 0 auto 5px;
}
.my-our-value .col-md-7 {
  height: auto;
  gap: 0;
}
.steps-background {
  height: auto;
}
.my-our-value {
  padding-bottom: 0;
}
.case_data h2 {
  font-size: 30px;
}
.random_list > .row:last-child {
  flex-direction: column-reverse;
}
.case_area {
  overflow: hidden;
}
.heading-3 {
  font-size: 22px;
}
.main-after-img {
  max-width: 120px;
  margin: 0 auto 10px;
}
.main-after {
  text-align: center;
}
.main-after-text .main-text {
  justify-content: center;
}
.book-carousel .lft-owl-1,.book-carousel .ryt-book-1{
  display: none;
}
.book-carousel {
  padding: 50px 0 0;
}
.book-cta-two {
  padding: 58px 0 60px 0;
}
.icon-style {
  font-size: 18px;
  min-width: 140px;
  padding: 6px 6px 6px 15px; 
}
.bi-column:before {
  width: 90px;
  height: 90px;
  left: -50px;
}
.bi-column:after {
  width: 80px;
  height: 80px;
  right: -50px;
}
.bi-column,.why-choose,.pic-portfolio,.faq-sec {
  padding: 50px 0;
}
.tabs-portfolio .sec-head {
  margin-bottom: 20px;
}
.n-main-banner .form-box {
  padding: 20px 30px 80px;
  margin-top: 30px;
}
.n-main-banner .form-box h4,.n-main-banner .form-box strong,.n-main-banner .form-box h3 {
  font-size: 30px;
  margin: 0 0 0;
  line-height: 32px;
}
.quotepop .con-side:after {
  right: 23px;
  top: 7px;
  width: 80px;
  height: 130px;
  background-size: 100%;
}
.git-image .con-side > span {
  padding-right: 65px;
  line-height: 27px;
}
.float-easter img {
  max-width: 80px;
}
.lf-icons {
  left: 22px;
  bottom: 50px;
}
.float i {
  width: 35px;
  height: 35px;
  font-size: 12px;
}
.n-main-banner .content-side p {
  text-align: center;
}
}

/* Custom Css Start  */
footer {
  padding: 50px 0 0;
  color: #fff
}
footer p {
  font-size: 14px;
  padding: 0 0 20px;
  font-weight: 300
}
footer ul.menu li a:active,
footer ul.menu li a:hover {
  color: #fb9941 !important;
}
footer ul.menu li a {
  font-size: 15px;
  font-weight: 300;
  line-height: 35px;
  color: #fff;
  cursor: pointer;
  letter-spacing: 0;
  transition: .5s
}
footer ul.menu li a i {
  color: #fff;
  margin-right: 10px
}
footer ul.menu li a .d-block {
  line-height: 10px;
  padding-left: 25px
}
.social-icons li {
  display: inline-block;
  padding: 10px 20px 0 0;
}
.social-icons li a {
  font-size: 16px;
}
.social-icons li a i:hover {
  color: #2b3990 !important;
}
.copyright {
  padding: 10px 0
}
.copyright ul.menu li a {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none
}
.copyright a,
.copyright p {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  padding: 10px 0
}
.copyright ul.menu.d-inline-block {
    width: 100%;
}
.trust-img1 {
    width: 170px;
    margin: 0px 0 0 0;
    position: relative;
    top: -10px;
}
.d-inline-block {
    display: inline-block !important;
    text-align: right;
}
footer {
    background-color: #1C0C22;
    color: #fff;
    padding: 50px 0 50px;
}
@media only screen and (max-width : 480px) {
    
button.navbar-toggler.collapsed {
    position: relative;
    left: -10px;
}    
.d-inline-block {
    display: inline-block !important;
    text-align: left;
} 
    
}