/*** 

====================================================================
	Reset
====================================================================

***/

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
}

/*** 
  
  ====================================================================
  Global Settings
  ====================================================================
  
  ***/

body {
  font-size: 16px;
  color: #363636;
  line-height: 28px;
  font-weight: 400;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  /* font-family: 'Open Sans', sans-serif; */
  /* font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; */
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}
html {
  overflow-x: hidden;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}
p,
span {
  font-family: "Poppins", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  margin: 0px;
  background: none;
  font-weight: 600;
  line-height: 1.2em;
  font-family: custom;
  /* font-family: 'Titillium Web', sans-serif; */
}

h1 {
  font-size: 50px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 17px;
}

section {
  position: relative;
}

textarea {
  overflow: hidden;
  resize: none;
}

button {
  background-color: transparent;
  outline: none !important;
  cursor: pointer;
  min-width: auto;
}

p,
.text {
  font-size: 15px;
  line-height: 26px;
  color: #000;
  font-weight: 400;
  margin: 0;
}

::-webkit-input-placeholder {
  color: inherit;
}
::-moz-input-placeholder {
  color: inherit;
}
::-ms-input-placeholder {
  color: inherit;
}

/*** 
  
  ====================================================================
  Header  Settings
  ====================================================================
  
  ***/

header {
  background: transparent;
  position: relative;
  z-index: 99;
}
.navbar-expand-lg .navbar-nav .nav-link {
  background: linear-gradient(45deg, #FAF349, #0ABFC1);
  -webkit-background-clip: text; /* For Safari and older browsers */
  background-clip: text;
  color: transparent!important;
  /* margin: 1.5em 0 1.6667em; */
  font-family: "Montserrat", sans-serif;
  font-size: 0.75em;
  line-height: 1.4167em;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.0909em;
  cursor: pointer;
}
.active {
  color: #00bfc5;
}
/*** 
  
  ====================================================================
  Banner  Settings
  ====================================================================
  
  ***/

.banner-section-one {
  position: relative;
  margin-top: -7rem;
  /*  */
}

.banner-section-one .banner-carousel {
  position: relative;
}

.banner-section-one .slide-item {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  background-color: transparent;
  background-image: linear-gradient(340deg, #03419599 0%, #3ec3e1c4 90%);
  /* opacity: 0.95; */
  /* transition: background 0.3s, border-radius 0.3s, opacity 0.3s;

  transform: scale(1.1); 
    animation: zoomIn 10s ease infinite alternate;
}
@keyframes zoomIn {
  0% {
      transform: scale(1.1);
  }
  100% {
      transform: scale(1);
  } */
}

.banner-section-one .slide-item {
  position: relative;
  background-color: transparent;
  overflow: hidden; /* Clip the background image within the container */
}

.banner-section-one .slide-item .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-image: url('img/banner 02.jpg'); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; /* Apply background-size to the image element */
  opacity: 0.95;
  animation: kenBurns 8s ease infinite alternate;
  transition-property: transform;
  transition-duration: 10s;
  transition-timing-function: linear;
}

/* Define the Ken Burns Effect animation */
@keyframes kenBurns {
  0% {
    transform: scale(1.1) translateX(0%) translateY(0%);
  }
  100% {
    transform: scale(1) translateX(0%) translateY(0%);
  }
}

.banner-section-one .slide-item:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  content: "";
}
.subjectDetail h4 {
  font-size: 18px;
  line-height: 26px;
  color: #6f6464;
  font-weight: 600;
  margin: 0;
}
.banner-section-one .content-outer {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 850px;
  justify-content: center;
}

.banner-section-one .content-box {
  position: relative;
  max-width: 850px;
  width: 100%;
  margin: auto;
  text-align: center;
  transition: all 300ms ease;
}

.banner-section-one .content-box img.vv {
  position: absolute;
  width: 169%;
  background-size: cover;
  /* left: -26vh; */
  left: -40vh;
  top: -5rem;
}
.banner-section-one .content-box img.vvtwo {
  left: -26vh;
  top: -23rem;
  object-fit: cover;
}
.banner-section-one .content-box img.dd {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 35%;
  background-size: cover;
  margin: auto;
}

.banner-section-one .content-box .title {
  position: relative;
  display: inline-block;
  color: #1370b5;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.banner-section-one .active .content-box .title {
  color: #fff;
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 400ms;
}

.banner-section-one .content-box h2 {
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 1.2em;
  color: #25304c;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.banner-section-one .active .content-box h2 {
  color: #fff;
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 500ms;
}

.banner-section-one .content-box .text {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #25304c;
  font-weight: 600;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 30px;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
}

.banner-section-one .active .content-box .text {
  color: rgb(255, 222, 60);
  font-weight: 700;
  font-size: 12px;
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 600ms;
  backdrop-filter: none;
  filter: none;
  line-height: 12px;
  letter-spacing: 3px;
}

.banner-section-one .content-box .btn-box {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.banner-section-one .active .content-box .btn-box {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 700ms;
}

.banner-section-one .content-box .btn-box a {
  display: inline-block;
  margin-right: 20px;
  min-width: 180px;
}

.banner-section-one .content-box .btn-box a:last-child {
  margin-right: 0px !important;
}

/*** 




/* Delay each letter */

.animated-text span {
  display: inline-block;
  opacity: 0;
  transform: translateY(1em);
  animation: appear 1.2s forwards;
  font-size: 150px;
  color: #fff;
  line-height: 150px;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 150px;
  backdrop-filter: none;
  filter: none;
  transform-origin: 50% 50%;
}

@keyframes appear {
  from {
    opacity: 0;
    transform: translateY(1em);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animated-text span:nth-child(1) {
  animation-delay: 0.5s;
}

.animated-text span:nth-child(2) {
  animation-delay: 0.8s;
}

.animated-text span:nth-child(3) {
  animation-delay: 1.1s;
}

.animated-text span:nth-child(4) {
  animation-delay: 1.4s;
}
.animated-text span:nth-child(5) {
  animation-delay: 1.7s;
}

/* section 3 */
.section3 {
  padding: 85px 0;
  background-size: cover;
  background: #fff;
}

ul.ulCircle {
  list-style: none;
  padding: 0;
  text-align: left;
  margin-bottom: 0;
}

ul.ulCircle li {
  font-size: 15px;
  color: #6e6e6e;
}

ul.ulCircle li a {
  color: #000;
}

ul.ulCircle li i {
  background: linear-gradient(45deg, #FAF349, #0ABFC1);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 11px;
  font-size: 11px;
}

.contentOverImage {
  background: linear-gradient(45deg, #FAF349, #0ABFC1);
  padding: 25px;
  max-width: 200px;
  color: #fff;
  top: 35%;
  right: 0;
  text-align: center;
  border-radius: 10px;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.imageMan {
  top: 50%;
  left: 15%;
}

.overLayContent {
  max-width: 400px;
  padding: 15px;
  background: linear-gradient(45deg, #FAF349, #0ABFC1);
  opacity: 0.8;
  top: 68%;
  left: 17%;
  animation: fadeInLeft 0.5s ease-in-out;
}

.overLayContent p {
  opacity: 1 !important;
  color: #fff;
}
.h2Heading {
  font-family: custom;
  font-size: 45px;
  font-weight: 600;
  text-transform: capitalize;
}
p{
  color:#4d5765
}
.para {
  color: #4d5765;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 1rem;
}
.pinkbtn {
  background: linear-gradient(45deg, #FAF349, #0ABFC1);
  font-size: 14px;
  font-weight: 500;
  padding: 12px 44px;
  border-radius: 11px;
  color: #fff;
}
/* section 3 end */

/* service */
.our-service {
  padding: 60px 0;
  clear: both;
  position: relative;
  margin: 0 auto;
  padding-bottom: 40px;
}
.our-service:before {
  content: '';
  background: url(../img/service-before01.png) no-repeat;
  height: 489px;
  width: 450px;
  position: absolute;
  left: 0;
  top: 0;
}
.heading {
  margin: 0 0 40px;
}
.heading h2 {
  position: relative;
  font-size: 55px;
  font-weight: 600;
  display: inline-block;
  text-transform: capitalize;
}
.heading.text-center img {
  margin: auto;
}
.heading img {
  display: block;
}
.heading.text-center p {
  width: 78%;
  margin: 15px auto 0;
}

.our-service .ser {
  position: relative;
  width: 100%;
  background-size: 100% !important;
  height: 281px;
}
.our-service .ser .box {
  position: absolute;
  bottom: 30px;
  left: 20px;
}
.our-service .ser .box h4 {
  font-size: 21px;
  font-weight: 600;
  font-style: italic;
  margin: 0 0 7px;
}
.our-service .ser .box p {
  margin: 0;
  font-size: 14px;
}
.our-service .ser-1 {
  background: url(../img/service-10.jpg)no-repeat;
  margin: 0 0 20px;
}
.our-service .ser-2 {
  background: url(../img/service-2a.jpg)no-repeat;
}
.our-service .ser-2 .box {
  width: 39%;
}
.our-service .ser-2 .box h4 {
  color: white;
}
.our-service .ser .box h4 {
  font-size: 21px;
  font-weight: 600;
  font-style: italic;
  margin: 0 0 7px;
}
.our-service .ser-2 .box p {
  color: white;
}
.our-service .ser .box p {
  margin: 0;
  font-size: 14px;
}
.our-service .ser-3 {
  background: url(../img/service-3a.jpg)no-repeat;
}
.our-service .ser-4 {
  background: url(../img/service-4a.jpg)no-repeat;
}
.our-service .ser-5 {
  background: url(../img/service-5a.jpg)no-repeat;
}
.our-service .ser-5 .box h4 {
  color: white;
}
.our-service .ser .box h4 {
  font-size: 21px;
  font-weight: 600;
  font-style: italic;
  margin: 0 0 7px;
}
.our-service .ser-5 .box p {
  color: white;
}
.our-service .ser .box p {
  margin: 0;
  font-size: 14px;
}
.our-service .ser-6 {
  background: url(../img/service-6a.jpg)no-repeat;
}
.our-service .ser-6 .box {
    width: 39%;
    left: inherit;
    right: 71px;
    bottom: 30px;
}

/* service end */


/*  */
section.services {
  padding: 50px 0;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  background: rgba(255,255,255,1);
  /* background: linear-gradient(to bottom, rgb(255 232 232) 0%, rgb(233 214 214) 100%); */
  background: #091e29;
}
section.services h2, section.services p {
  color: #fff !important;
}


section.services .featureBox h2 {
  font-size: 18px;
  margin: 10px 0 10px;
  color:#FFF;
}
section.services .featureBox p {
  padding: 0;
  min-height: 80px;
  color:#FFF;
}
/*  */

.serviceTwo {
  padding: 60px 0;
  clear: both;
  position: relative;
  margin: 0 auto;
  padding-bottom: 40px;
}
/* .serviceTwo:before {
  content: '';
  background: url(../img/service-before01.png) no-repeat;
  height: 489px;
  width: 450px;
  position: absolute;
  left: 0;
  top: 0;
} */
.serviceTwoBox{
  position: relative;
  width: 100%;
}
.serviceTwoBox .box{
  position: absolute;
  bottom: 30px;
  left: 20px;
}
.serviceTwoBox .box h2{
  font-size: 21px;
  font-weight: 600;
  margin: 0 0 7px;
}
.serviceTwoBox .box h4{
  font-size: 17px;
}
.serviceTwoBox .box p {
  margin: 0;
  font-size: 12px;
  line-height: 13px;
  margin-top: 0.3rem;
}
.serviceTwoBox.box-1 .box, .serviceTwoBox.box-3 .box, .serviceTwoBox.box-4 .box{
  top: 65%;
}
.serviceTwoBox.box-1{
  background: url(../1.png)no-repeat;
  background-size: cover;
  margin: 0 0 20px;
  background-repeat: no-repeat;
  height: 250px;
  border: 3.5px solid #6E7C44;
}
.serviceTwoBox.box-1 img{
  width: 60%;
  object-fit: cover;
}
.serviceTwoBox.box-2{
  background: linear-gradient(45deg, black, transparent),url(../img/service-2a.jpg)no-repeat;
  background-size: cover;
  margin: 0 0 20px;
  background-repeat: no-repeat;
  height: 250px;
}
.serviceTwoBox.box-2 h4, .serviceTwoBox.box-2 p , .serviceTwoBox.box-5 h4, .serviceTwoBox.box-5 p{
color:#FFF;
}
.serviceTwoBox.box-2 img{
  position: absolute;
  top: -6.7rem;
  left: 2.6rem;
}
.serviceTwoBox.box-3{
  background: url(../2.png)no-repeat;
  background-size: cover;
  margin: 0 0 20px;
  background-repeat: no-repeat;
  height: 250px;
  border: 3.5px solid #6E7C44;
}
.serviceTwoBox.box-4{
  background: url(../3.png)no-repeat;
  background-size: cover;
  margin: 0 0 20px;
  background-repeat: no-repeat;
  height: 250px;
  border: 3.5px solid #6E7C44;
}
.serviceTwoBox.box-5 {
  background: linear-gradient(45deg, black, transparent),url(../img/service-5a.jpg)no-repeat;
  background-size: cover;
  margin: 0 0 20px;
  background-repeat: no-repeat;
  height: 250px;
}
.serviceTwoBox.box-6 {
  background: url(../img/service-6a.jpg)no-repeat;
  background-size: cover;
  margin: 0 0 20px;
  background-repeat: no-repeat;
  height: 250px;
}



/* portoflio */
section.glimpse-section {
  background: #091e29;
}
.pb-80 {
  padding-bottom: 80px;
}
.pt-80 {
  padding-top: 80px;
}
.glimpse-section .nav-tabs {
  justify-content: center;
  border-bottom: none;
  margin-top: 40px;
  margin-bottom: 40px;
}
.glimpse-section .nav-tabs .nav-item {
  margin-bottom: -1px;
}
.glimpse-section .nav-tabs li.nav-item a.active {
  border-color: #FFF;
  font-weight: 600;
}
.glimpse-section .nav-tabs li.nav-item a {
  background: no-repeat;
  border: 2px solid transparent;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  color: #FFF;
}
/* .tab-content>.active {
  display: block;
}
.tab-content>.tab-pane {
  display: none;
} */
.new-book-slider {
  cursor: e-resize;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
section.glimpse-section h4 {
  font-size: 36px;
  color: #FFF;
}
.section-title p {
  color: #4e4e4e;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
}
.new-book-slider img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 4px 1px 1px #FFF;
}
/* portoflio */


/* choose */
.sectionFour {
  background-color: #f8f9fa;
  padding: 80px 0;
}

.flip-card {
  background-color: transparent;
  width: 300px;
  height: 300px;
  perspective: 1000px;
  display: inline-block;
  margin: 25px;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform .6s;
  transform-style: preserve-3d;
  box-shadow: .3rem .3rem 2.5rem rgba(0,0,0,.15)!important;
}

.flip-card-front {
  color: #000;
}

.flip-card-back, .flip-card-front {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-back {
  background: linear-gradient(45deg, #FAF349, #0ABFC1);
  color: #fff;
  transform: rotateY(180deg);
  padding: 0 15px;
  font-family: poppins;
  font-size: 14px;
  padding: 20px;
  line-height: 25px;
}

.h4Heading {
  font-size: 20px;
  font-weight: 700;
  font-family: custom;
}
.colorTheme {
  background: linear-gradient(45deg, #FAF349, #0ABFC1);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.h5Heading {
  font-size: 16px;
  font-weight: 700;
}
.bg-theme-blue {
  background: linear-gradient(45deg, #FAF349, #0ABFC1);
}

.hrBlue {
  width: 200px;
  margin: auto;
}

/* chosse */

/* cta 1 */
section.cta-book-writting {
  position: relative;
}

section.cta-book-writting {
  background: linear-gradient(45deg, #FAF349, #0ABFC1);
  text-align: center;
  padding: 70px 0;
  color: #fff !important;
  overflow: hidden;
}

section.cta-book-writting:before {
  content: '';
  background: url(../img/cta1.1.png) no-repeat;
  background-size: contain;
  position: absolute;
  width: 28%;
  height: 100%;
  left: -5vh;
  top: -1vh;
}

section.cta-book-writting:after {
  content: '';
  background: url(../img/cta1.png) no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 110vh;
}

.cta-heading h2 {
  font-size: 40px;
}

.live-chat a {
  color: #fff;
  border: 2px solid #FFF;
  padding: 11px 40px;
  border-radius: 10px;
}
/* cta */


/*  */
.our-idea{
  padding: 30px 0;
  clear: both;
  margin: 0 auto;
}
.our-idea h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
  margin: 0 0 18px;
}
.our-idea h2 span {
  font-size: 20px;
  color: #008dff;
  display: block;
}
.info-text h2+p, .our-idea p {
  line-height: 23px;
  margin-bottom: 1rem;
}
.our-idea h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1rem;
}
.info-cover img, .our-idea ul {
  margin-bottom: 20px;
}
.our-idea ul li {
  font-size: 15px;
  margin: 0 0 5px;
  font-weight: 500;
  list-style: none;
}
.our-idea ul li i {
    color: #091e29;
    margin-right: 5px;
}
ol, ul {
  padding-left:0;
}
/*  */


/* process */
/* choose us */
section.why-choose {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
}

section.why-choose:before {
  content: '';
  background: url(../img/pf-leaf-left.webp) no-repeat;
  position: absolute;
  height: 600px;
  width: 260px;
  left: 0;
  top: 100px;
}

section.why-choose:after {
  content: '';
  background: url(../img/pf-leaf.webp) no-repeat;
  position: absolute;
  height: 600px;
  width: 260px;
  right: -29px;
  top: 520px;
}

.left-whychoose .why-choose-single {
  padding-left: 0;
  padding-right: 40px;
  margin-top:2rem;
}

.why-choose-single {
  margin-bottom: 40px;
  padding-left: 40px;
}


section.why-choose .row:after {
  content: '';
  background: linear-gradient(45deg, #FAF349, #0ABFC1);
  width: 2px;
  height: 1162px;
  position: absolute;
  left: 50%;
  right: 0;
  z-index: -1;
  transform: translateX(-50%);
}

.why-choose-single.four-whychoose h4 {
  position: relative;
}
.left-whychoose{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.why-choose-single h4 {
  font-size: 17px;
  color: #000000;
  margin: 10px 0px;
}
.why-choose-single h2{
  font-size: 26px;
  margin: 10px 0px;
}
.right-whychoose img {
  margin-top: 50px;
}

.head-mm {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 1.5rem;
  color: #3f3d52;

}
/* proces end */

/* MiddleForm */
.h_sec5 {
  width: 100%;
  /* background: url(../img/sec5_bg.jpg) top center/cover no-repeat; */
  background: url(../img/question-bg.webp) no-repeat;
  background-size: cover;
  color: #4d5765;
  padding: 50px 0
}
.s5_left h2 {
  margin: 0 0 50px
}

.s5_left ul li {
  font-size: 15px;
  margin: 0 0 15px;
  list-style:none;
}

.s5_left ul li:before {
  content: "\2713";
  color: #0ABFC1;
  display: inline-block;
  transition: .2s;
  transform: scale(1.5);
  margin: 0 7px 0 0
}

.s5_right h3 {
  color: #000;
  font-size: 23px;
  margin: 0 0 30px;
  text-align: center;
  font-weight: 400;
  line-height: 27px
}

.s5_right h3 span {
  font-weight: 400;
  font-size: 16px;
}

.s5_right {
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  background: #FFF;
}

.s5_right .form-control {
  width: 100%;
  border: 1px solid #000;
  resize: none;
  height: 45px;
  border-radius: 8px
}

.s5_right .ban_btn {
  background: #FFF;
  cursor: pointer;
  color: #000;
  border-radius: 6px;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 16px 32px 0 rgba(0,40,120,.35);
  transition: .5s;
  border-color: #FFF;
  width: 100%
}
.form-group{
  margin-bottom: 1rem;
}
.s5_right .ban_btn:hover {
  box-shadow: 0 0 0 0 rgba(0,40,120,0);
  background-position: 0 0
}

span.for_or {
  text-align: center;
  color: #000;
  font-size: 17px;
  font-weight: 700;
  display: block;
  margin: 7px 0
}

.s5_right a {
  background: linear-gradient(45deg, #FAF349, #0ABFC1);
  color: #FFF;
  padding: 10px 0;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  border-radius: 5px;
  display: inline-block;
  width: 100%;
  text-align: center
}

.s5_right a span {
  margin: 0 6px 0 0
}

/* middle */

/*CLIENT SEC CSS START*/
.clients_sec {
  background-image: url(../img/client_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding:60px 0px;
}
.testimonal{
  text-align: center;
}
.testimonal .item{
  padding:30px;
  background:#091e29;
  height: 23rem;

}
.testimonal p{
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  margin:1rem auto;
}
/* .testimonal h3{
  font-size: 30px;
    font-weight: 700;
    color: #27C5B2;
    margin:1rem auto;
} */
.testimonal img{
  width: 60px!important;
  object-fit:cover;
  margin:auto;
}
/* .testimonal .owl-nav{
  position: relative;
}
.testimonal .owl-prev{
  position: absolute;
  background: #FFF;
  height: 50px;
  width: 50px;
  top: 100%;
}
.testimonal .owl-next{
  position: absolute;
  background: #FFF;
  height: 50px;
  width: 50px;
  top: 100%;
} */
/*CLIENT SEC CSS END*/

/* aboveFooter */
.aboveFooter{
  background-color: rgb(227, 232, 235);
  position: relative;
  overflow: hidden;
  padding: 40px 0px;
}
.formHeading h2{
  font-weight: 700;
    color: #262626;
    font-size: 37px;
    letter-spacing: -1px;
    margin-bottom: 20px;
}
.formHeading p{
  margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    color: #6e6e6e;
}
.aboveFooter form input, .aboveFooter form textarea{
  font-size: 16px;
  height: 60px;
  width: 100%;
  padding-left: 20px;
  border-radius: 30px
}
.aboveFooter form textarea{
height: auto;
  }
  .formBtn{
    background-image: linear-gradient(45deg, #FAF349, #0ABFC1);
    background-image: -webkit-linear-gradient(45deg, #FAF349, #0ABFC1);
    background-image: -ms-linear-gradient(45deg, #FAF349, #0ABFC1);
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    padding: 11px 66px;
    border-radius: 100px;
    transition: all 0.25s ease-in-out;
    border: none;
    text-transform: uppercase;
    height: 48px;
  }
/* aboveFooter */

/* faq */
/* faq */
.more-question {
  background: url(../img/question-bg.webp) no-repeat;
  background-size: cover;
  padding:60px 0px;
}

.more-question h3 {
  margin: 0 auto;
}

.accordion>.card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion>.card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card.mb-0 {
  border: 0 !important;
}

.accordion .card, .accordiontwo .card {
  background: transparent;
}

.accordion>.card {
  overflow: hidden;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 0.25rem;
}

.mb-0, .my-0 {
  margin-bottom: 0!important;
}

.accordion>.card .card-header {
  margin-bottom: -1px;
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header {
  margin-top: 20px;
  background: #fff;
  border-radius: 0 !important;
  position: relative;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0,0,0,.03);
  border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-header a {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  display: block;
  margin-bottom: 0;
}

.more-question .accordion .card-header.collapsed:after {
  content: "\f107";
}

.more-question .accordion .card-header:after {
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  float: right;
  font-weight: 900;
  font-size: 14px;
  position: absolute;
  top: 15px;
  right: 20px;
}

.more-question .accordiontwo .card-header.collapsed:after {
  content: "\f107";
}

.more-question .accordiontwo .card-header:after {
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  float: right;
  font-weight: 900;
  font-size: 14px;
  position: absolute;
  top: 15px;
  right: 20px;
}
/* faq */

/* long para */
.own-book-sec {
  padding: 50px 0px;
  margin: 0 30px 35px;
  background-color: #f4f3ec;
  position: relative;
}
.wrapper-own-book-1 {
  padding: 0 0 30px;
}
.wrapper-own-book-1>h4, .wrapper-own-book-2>h4 {
  font-size: 36px;
  margin-bottom: 25px;
}
.own-book-sec p {
  margin-bottom: 30px;
}
/* long para end */

/* service_banner */
.service_banner {
  text-align: center;
  padding:120px 0px;
  background-size: cover;
  margin-top: -7rem;
}
.bannerBox{
  padding-top:5rem;
}
.bannerBox h1, .bannerBox p{
  color:#FFF;
}
/* service_banner end */

/* client */
section.client{
  padding:30px 0px;
  background:#E5e5e5;
}

/* client end */

/* footer */

footer {
  background: #091e29;
  padding: 70px 0 0;
  position: relative;
  overflow: hidden;
}
footer:before{
  content: '';
  background: url("../img/footer-before.png")no-repeat;
  height: 207px;
  width: 397px;
  position: absolute;
  left: -50px;
  bottom: -30px;
  background-size: 60%;
  opacity: .3;
}
footer:after{
  content: '';
  background: url("../img/footer-after.png")no-repeat;
  height: 501px;
  width: 553px;
  position: absolute;
  right: -132px;
  bottom: -140px;
  background-size: 75%;
  opacity: .4;
}

footer h4 {
  background: linear-gradient(45deg, #FAF349, #0ABFC1);
  -webkit-background-clip: text; /* For Safari and older browsers */
  background-clip: text;
  color: transparent;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 30px;
}

footer p {
  margin: 0;
  color: #fff;
  font-size: 14px;
}

footer ul li {
  margin: 0 0 7px;
  list-style:none;
}

footer ul li a,footer ul li {
  color: white;
  font-size: 14px;
}

footer ul.info {}

footer ul.info li {}

footer ul.info li img {
  max-width: 40px;
  margin-right: 10px;
}

footer ul.info li a {
  font-size: 16px;
  display: inline-block;
}

.dropdown-item:active{
  background: linear-gradient(45deg, #FAF349, #0ABFC1);
}

footer ul.info li a:hover, footer ul li a:hover, .card-header a:hover{
  background: linear-gradient(45deg, #FAF349, #0ABFC1);
  -webkit-background-clip: text; /* For Safari and older browsers */
  background-clip: text;
  color: transparent;
}
footer ul.info li a span {
  display: block;
}
a:hover{
  color:#FFF;
}
footer ul.info li:nth-child(2) a {}
.copy {
  padding: 15px 0;
  border-top: 1px solid #3d4046;
  margin-top: 30px;
}

.copy p {}

.copy ul {
  text-align: right;
  display: flex;
  flex-wrap: wrap;
  gap: 19px;
  justify-content: end;
}
ul.social li a:hover
.copy ul li {
  display: inline-block;
  margin: 0;
  margin-left: 20px;
}

.copy ul li a {}
footer .container {
  position: relative;
  z-index: 1;
}
ul.social {margin-top: 15px;}

ul.social li {
    display: inline-block;
    margin-right: 7px;
}

ul.social li a {
  height: 36px;
  width: 36px;
  display: block;
  background: linear-gradient(45deg, #FAF349, #0ABFC1);
  -webkit-background-clip: text; /* For Safari and older browsers */
  background-clip: text;
  color: transparent;
  /* color: #ffde3c; */
  border: 2px solid #ffde3c;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  font-size: 17px;
}
ul.social li i {}

ul.social li a:hover {
    background: linear-gradient(45deg, #FAF349, #0ABFC1);
    color: #000 !important;
} 

.payment-form {
  padding: 60px 0;
  text-align: center;
}
.payment-form form button:hover {
  background: #000;
  color: #fff;
}
.payment-form form button {
  color: #000;
  width: 100%;
  border: 0;
  background: linear-gradient(45deg, #FAF349, #0ABFC1);
  height: 55px;
  margin-bottom: 10px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
}

/* footer */

/* section.why-choose {
  position: relative;
  overflow: hidden;
}

section.why-choose:after {
  content: "";
  background: url(../img/pf-leaf.webp) no-repeat;
  position: absolute;
  height: 600px;
  width: 260px;
  right: -29px;
  top: 520px;
}

section.why-choose:before {
  content: "";
  background: url(../img/pf-leaf-left.webp) no-repeat;
  position: absolute;
  height: 600px;
  width: 260px;
  left: 0;
  top: 100px;
} */


/* img {
  max-width: 100%;
} */
.banner-section-one .content-box img.vv {
  opacity: 0; /* Initially set opacity to 0 */
  animation: fadeInOut 3s ease-in-out infinite; /* Adjust the duration (3s in this example) */

  /* You can add other styles as needed */
}

@keyframes fadeInOut {
  0%,
  100% {
    opacity: 0; /* Fade out at the beginning and end of the animation */
  }
  50% {
    opacity: 1; /* Fade in at the middle of the animation */
  }
}

/* responsive design */
.why-choose-single.one-whychoose h4:after, .why-choose-single.two-whychoose h4:after , .why-choose-single.three-whychoose h4:after, .why-choose-single.four-whychoose h4:after, .why-choose-single.five-whychoose h4:after, .why-choose-single.six-whychoose h4:after{
  display: none;
}

/* mobile */
@media only screen and (max-width: 600px) {
  .serviceTwoBox{
    background: #82904F!important;
  }
  section.cta-book-writting:before, section.cta-book-writting:after, .serviceTwo:before{
    display: none;
  }
  .wrapper-own-book-1, .wrapper-own-book-2{
    padding: 10px 10px;
  }
  .bannerBox h1{
    font-size: 30px;
  }
  .banner-section-one .content-box h2 , .s5_left h2, .cta-heading h2, .formHeading h2, .wrapper-own-book-1>h4, .wrapper-own-book-2>h4, section.glimpse-section h4, h2,h3{
    font-size: 24px!important;
  }
  .our-idea h2{
    line-height: 22px;
    margin-top: 1rem;
  }
  .own-book-sec{
    margin: auto;
  }
  .h2Heading {
    font-size: 28px;
  }
  .para{
    font-size: 14px;
  }
  .btn_themes{
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin: auto;
    justify-content: center;
  }
  .flip-card{
    margin: 10px 0px;
  }
  .banner-section-one .content-box img.dd{
    width: 82%;
  }
  .s5_left ul li{
    list-style: none;
  }
  .why-choose-single {
    padding-left: 70px!important;
    margin-bottom: 0px;
}

.why-choose-single:before {
  left: 0!important;
}

section.why-choose .row:after, .left-whychoose img, .right-whychoose img, .why-choose-single.one-whychoose h4:after, .why-choose-single.two-whychoose h4:after , .why-choose-single.three-whychoose h4:after, .why-choose-single.four-whychoose h4:after, .why-choose-single.five-whychoose h4:after, .why-choose-single.six-whychoose h4:after{
  display:none!important;
}

.xfactor{
  flex-wrap: wrap-reverse;
}
footer h4{
  margin: 30px 0 30px;
}

}

/* tablet */
@media only screen and (max-width: 1025px) {
  /*Tablets [601px -> 1200px]*/
  .banner-section-one .content-box img.vv {
    width: 150%;
    left: -36vh;
    top: 0rem;
  }
  section.cta-book-writting:before{
    width: 100%;
    height: 100%;
    left: -154px;
    top: -56px;
  }
  section.cta-book-writting:after{
    width: 83%;
    height: 83%;
    top: 0;
    left: 71%;
  }
  .animated-text span{
    font-size: 44px;
    letter-spacing: 2px;
  }

  .testimonal .item{
    height: auto;
  }
}

/* 4k */
@media only screen and (max-width: 2560px) {
  .banner-section-one .content-box img.vv {
    left: -18vh;
  }
}

/* 8k */
@media only screen and (max-width: 3840px) {
  .banner-section-one .content-box img.vv {
    left: -14vh;
  }
}

@media only screen and (max-width: 1920px) {
  .banner-section-one .content-box img.vv {
    /* top: -2vh; */
    left: -33vh;
  }
}

@media only screen and (max-width: 860px) {
  .testimonal .item{
    height: auto;
  }
  header{
    background: #091e29;
  }
  .serviceTwoBox{
    background:#091e29!important
  }
  .serviceTwoBox .box h4  , .serviceTwoBox .box p{
    color:#FFF;
  }
  .serviceTwoBox.box-1 img{
    display: none;
  }
  .cta-heading h2 {
    font-size: 27px;
}
.why-choose-single.one-whychoose:before , .why-choose-single.two-whychoose:before, .why-choose-single.four-whychoose:before, .why-choose-single.three-whychoose:before,.why-choose-single.five-whychoose:before,.why-choose-single.six-whychoose:before {
  display: none;
}


}

@media only screen and (max-width: 600px) {


}
