@import url("https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100..900;1,100..900&display=swap");


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #000;
  font-family: "Inter", sans-serif;
  position: relative;
}
.container {
  max-width: 1640px;
}
ul {
  list-style: none;
}
ul.navbar-nav {
  gap: 40px;
}
a {
  text-decoration: none;
}
p {
  font-family: Inter;
  font-weight: 300;
  font-style: Light;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0px;
  vertical-align: middle;
}
a.btn.btn-primary.navBtn {
  background: #846246;
  border-color: #846246;
  border-radius: 0px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 15px 30px;
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0%;
}
li.nav-item {
  align-content: center;
}
.mainTitle {
  font-family: Poppins;
  font-weight: 700;
  font-style: Bold;
  font-size: 60px;
  line-height: 65px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
}
.mainTitle span {
  font-family: Poppins;
font-weight: 300;
font-style: Light;
font-size: 60px;
line-height: 65px;
letter-spacing: 0%;
text-align: center;
text-transform: capitalize;
display: block;

}
/* header section css */
nav.navbar {
  padding: 20px 0;
}
header {
  position: absolute;
  width: 100%;
  top: 0px;
  z-index: 999;
}
.topbar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 0 15px;
  border-bottom: 1px solid #846246;
}

.contact-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 60px;
  padding: 10px 0 0;
}
.contact-info a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #000;
  text-decoration: none;
}
.topNum {
  background: #4a4c4a;
  color: #fff;
  padding: 17px 31px;
  border-bottom-right-radius: 20px;
  font-family: Poppins;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 14.46px;
  letter-spacing: 0px;
  vertical-align: middle;
  position: relative;
}
.topNum span {
  background: #846246;
  width: 28%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -39px;
  text-align: center;
  align-content: center;
  border-bottom-left-radius: 20px;
}

.dropdown-menu {
  animation: 0.5s slideup;
}

@keyframes slideup {
  from {
    transform: translateY(10%);
  }

  to {
    transform: translateY(0);
  }
}
header nav .nav-link {
  font-family: Poppins;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  line-height: 14.46px;
  letter-spacing: 0.69px;
  vertical-align: middle;
  color: #000;
}
/* header section css */
/* home banner section css */
.banner {
  padding: 270px 0px 40px;
  position: relative;
  background: url(../images/bannerBg.jpg) no-repeat top center;
  background-size: 100% 100%;
}
.bannerHeading {
  font-family: Poppins;
  font-weight: 400;
  font-style: Bold;
  font-size: 75px;
  line-height: 1.2;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: capitalize;
}
.bannerHeading .pill {
  padding: 10px 20px 0px;
  background: #846246;
  border-radius: 50px;
  color: #fff;
  box-shadow: -51px 16px 68.4px 0px #00000029;
}
.bannerHeading .bold {
  font-weight: 800;
}
.bannerContentWrap {
  height: 100%;
  align-content: center;
}
.btnWrap {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
.priBtn {
  background: #846246;
  border-color: #846246;
  border-radius: 0px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 15px 30px;
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0%;
  flex: 1;
  color: #fff;
  transition: all 0.3s ease;
}
.priBtn:hover {
  background: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
}
.secBtn {
  background: #4a4c4a;
  border-color: #4a4c4a;
  border-radius: 0px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 15px 30px;
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0%;
  flex: 1;
  color: #fff;
  transition: all 0.3s ease;
}
.secBtn:hover {
  background: #fff !important;
  color: #000 !important;
  border-color: #000 !important;
}
.trustSlider {
  width: 60%;
  margin: 20px 0 0;
}
ul.trsut_slider {
  padding: 0;
}
.inputWrap {
  padding: 20px;
  display: flex;
  width: fit-content;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid #7e7e7e;
  border-radius: 50px;
  background: #fff;
}

.inputWrap input {
  border: none;
  outline: none;
  color: #7e7e7e;
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 16.87px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}

.inputWrap i {
  color: #7e7e7e;
}
.bannerForm {
  display: flex;
  background: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  border-radius: 40px;
  backdrop-filter: blur(29.776119232177734px);
  box-shadow: 0px 19.85px 25.81px 0px #0000000d;
}
.bannerForm {
  display: flex;
  background: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  border-radius: 40px;
  backdrop-filter: blur(29.776119232177734px);
  box-shadow: 0px 19.85px 25.81px 0px #0000000d;
  gap: 50px;
  margin: 40px 0 0;
}

.bannerFormWrap form {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}

.bannerFormWrap form .inputWrap {
  flex: 1 0 26%;
}

.bannerFormWrap {
  width: 100%;
}

.bannerFormContent {
  width: 36%;
}

.bannerFormWrap form .inputWrap:nth-child(4) {
  background: #846246;
  padding: 0;
}

.bannerFormWrap form .inputWrap:nth-child(4) input {
  background: #846246;
  color: #fff;
  width: 100%;
  padding: 20px 0px;
  border-radius: 50px;
}
/* home banner section css */
/* footer section css */
footer {
  background: url(../images/footerBg.jpg) no-repeat bottom center;
  background-size: 100% 100%;
  padding: 50px 0px 300px;
  overflow-x: hidden;
}
.footerTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footerDesc {
  width: 60%;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}
.socialLinkWrap a {
  padding: 10px;
  background: #353535;
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  align-content: center;
  padding: 0;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.3s ease;
}
.socialLinkWrap a:hover {
  background: #fff;
  color: #f57d09;
}
.socialLinkWrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  padding: 20px 0px;
}
footer .trustSlider {
  width: 50%;
}

footer ul.trsut_slider li img {
  margin: 0 auto;
}
.footerLinks .d-flex ul {
  padding: 0px;
}
.footerLinks a i {
  color: #846246;
  font-size: 25px;
}
.footerLinks a {
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.69px;
  vertical-align: middle;
  color: #fff;
}
.footerLinks .d-flex .linkWrap {
  flex: 1;
  padding: 0 40px 0px 0px;
  position: relative;
}
.footerLinks ul.d-flex .linkWrap:nth-child(1):after,
.footerLinks ul.d-flex .linkWrap:nth-child(2):after,
.footerLinks ul.d-flex .linkWrap:nth-child(3):after {
  content: "";
  position: absolute;
  height: 70%;
  width: 2px;
  background: #383838;
  right: 42px;
  top: 20%;
  border-radius: 20px;
}
.footerLinks h5 {
  color: #fff;
  font-family: Poppins;
  font-weight: 700;
  font-style: Bold;
  font-size: 21.95px;
  line-height: 100%;
  letter-spacing: 1.1px;
  vertical-align: middle;
  text-transform: uppercase;
  width: fit-content;
  padding: 0 0 10px;
  border-bottom: 1px solid #fff;
  position: relative;
  margin-bottom: 20px;
}
.footerLinks h5::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 4px;
  background: #fff;
  left: 0;
  border: 0;
  top: 94%;
  border-radius: 20px;
}
.footerLinks {
  padding: 100px 0 0;
}
/* footer section css */
/* sec1 section css */

/* sec1 section css */
/* sec2 section css */

/* sec2 section css */
/* sec3 section css */
.sec3Content .secBtn {
    background: #846246;
}
section.sec3 {
    padding: 200px 0px;
    background: url(../images/sec3Bg.jpg) no-repeat top center;
    background-size: 100% 100%;
}
.sec3Content h3 {
    font-family: Poppins;
    font-weight: 700;
    font-style: Bold;
    font-size: 35px;
    line-height: 34px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
    width: 68%;
}


.sec3Content p {
    color: #fff;
    margin: 0;
    display: flex;
    align-items: flex-end;
}
.sec3Content p span.bigLetter {
    color: #846246;
    font-size: 135px;
    line-height: 104px;
    font-weight: bold;
    font-family: Besley;
    margin: 0px 5px 0px 0px;
}
.sec3Content {
    margin: 0 0 60px;
}
.sec3Content .btnWrap{
  margin: 10px 0px;
}
.sec3Heading{
  font-family: Poppins;
font-weight: 700;
font-style: Bold;
font-size: 60px;
line-height: 61px;
letter-spacing: 0%;
text-align: center;
text-transform: capitalize;
color: #846246;

}
.sec3Heading span{
  font-family: Poppins;
font-weight: 300;
font-style: Light;
font-size: 60px;
line-height: 61px;
letter-spacing: 0%;
text-align: center;
text-transform: capitalize;
color: #fff;


}
.sec3CenterContent {
    border-right: 1px solid #846246;
    border-left: 1px solid #846246;
}
.sec3CenterContent .secBtn {
    background: #fff;
    color: #000;
}
.sec3CenterContent .secBtn:hover {
    background: #846246 !important;
    color: #fff !important;
    border-color: #846246 !important;
}
.imgSlider li{
  padding: 20px;
}
.imgSlider li img{
  margin: 0 auto;
}
.imgSlider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.imgSlider .slick-dots li.slick-active button:before {
    color: #846246;
}

/* sec3 section css */
/* sec4 section css */
.sec4 ul.collection_slider {
    padding: 0;
    margin: 0;
}
section.sec4 {
    padding: 100px 0 0;
    background: url(../images/sec4Bg.jpg) no-repeat bottom ;
    background-size: 100% ;
}
.sec4 div#nav-tab {
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    box-shadow: 0px 1px 20.6px 0px #00000029;
    border-radius: 50px;
    padding: 10px;
}
.sec4  .nav-link{
  border: none;
  border-radius: 50px;
  color: #000;
}
.sec4  .nav-link.active,
.sec4   .nav-item.show .nav-link {
    color: #fff;
    background-color: #846246;
    border-color: #846246;
  }
.sec4 nav {
    margin: 0 0 250px;
}
/* sec4 section css */
/* sec5 section css */
.sec5{
  padding: 100px 0;
  background: url(../images/sec5Bg.jpg) no-repeat bottom;
  background-size: 100% 100%;
  isolation: isolate;
  overflow-x: hidden;
}
.sec5Content .mainTitle {
    color: #846246;
    text-align: left;
    width: 90%;
}

.sec5Content .mainTitle span {
    color: #fff;
    display: inline;
}
.sec5Content .priBtn {
    background: #fff;
    color: #000;
}

.sec5Content .secBtn {
    background: #846246;
}
.tab {
    background: #fff;
    padding: 20px;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 50px;
    position: relative;
    gap: 50px;
    transition: all 0.3s ease;
}
.num {
    font-family: Montserrat;
    font-weight: 700;
    font-style: Bold;
    font-size: 163.84px;
    line-height: 113.99999999999999%;
    letter-spacing: 0%;
    text-align: center;
    color: #B2B2B2;
    transition: all 0.5s ease;
}
.desc{
  height: 100%;
  align-content: center;
}
.desc h3,
.desc p{
  color: #B2B2B2;
   transition: all 0.5s ease;
}
.desc h3{
  font-family: Poppins;
font-weight: 800;
font-style: ExtraBold;
font-size: 20.48px;
line-height: 127%;
letter-spacing: 0%;

}
.tab::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: -9;
    border-radius: 30px;
    transition: all 0.3s ease;
}
.tab::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #846246;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 30px;
    transition: all 0.3s ease;
}


.tab:hover::before {
    transform: translateY(15px) translateX(15px);
    
    
}
.tab:hover {
    transform: translateY(-15px) translateX(-15px);
    z-index: 1;
}
.tab:hover .num,
.tab:hover .desc h3,
.tab:hover .desc p {
    color: #fff;
}
.sec5Content {height: 100%;align-content: center;width: 80%;}

.sec5TabWrap {
    position: relative;
}

.sec5TabWrap img {
    position: absolute;
}

img.arrow1 {
    left: -130px;
    top: 11%;
}

.sec5TabWrap ul li {
    position: relative;
}

.sec5TabWrap ul li:nth-child(1),.sec5TabWrap ul li:nth-child(3) {
    left: -50px;
}

img.arrow2 {
    top: 65%;
    left: -140px;
}
img.arrow3 {
    right: -120px;
    top: 37%;
}
.sec5Content .btnWrap {
    width: 70%;
}

/* sec5 section css */
/* cta section css */
.ctaContent h2 {
    font-family: Poppins;
    font-weight: 700;
    font-style: Bold;
    font-size: 75px;
    line-height: 65px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    color: #846246;
}

.ctaContent h2 span {
    font-family: Poppins;
    font-weight: 700;
    font-style: Bold;
    font-size: 75px;
    line-height: 65px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    color: #fff;
}
.ctaSec {
    padding: 200px 0px;
    background: url('../images/ctaBg.png') no-repeat center right;
    background-size: 100% 100%;
    margin: 70px 0 0;
}
.ctaContent .bannerFormWrap form .inputWrap {
    background: transparent;
    padding: 11px 30px;
    justify-content: flex-start;
    flex: 1;
    width: 30%;
    border-color: #fff;
}

.ctaContent .inputWrap input {
    background: transparent;
    color: #fff;
}
.ctaContent .inputWrap i,
.ctaContent .inputWrap input::placeholder{
  color: #fff;
}
.ctaContent .bannerFormWrap form .inputWrap:nth-child(4) {
    padding: 20px;
    text-align: center;
    justify-content: center;
    background: #846246;
    border-color: #846246;
    border-radius: 0%;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.ctaContent .bannerFormWrap {
    margin: 50px 0 0;
}
/* cta section css */
/* testimonial section css */
.testiCard {
    width: 630px;
    padding: 30px 20px;
    border-radius: 30px;
    box-shadow: 0px 5.43px 16.3px 0px #00000014;

}
.testiCard h3{
  font-family: Plus Jakarta Sans;
font-weight: 400;
font-size: 21.73px;
line-height: 27.17px;
letter-spacing: 0px;
background: #6B6B78;


}

.testiCard .testiContent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 60px 0 0;
}

.testiCard .testiContent .testiImg {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}
.testsliderrtl li.slick-slide ,
.testislider li.slick-slide {
    padding: 20px;
    margin: 0 290px 0 0;
    min-width: 400px;
}
.testislider .slick-track,
.testsliderrtl .slick-track{
  display: flex;
}
.testiCard p {
    margin: 40px 0 0;
}
section.testiSec {
    padding: 100px 0px;
}
/* testimonial section css */
/* content image section css */
.contentImgSec {
padding: 100px 0;
background: url('../images/contentimgbg.jpg') no-repeat center center;
background-size: 100% 100%;
}
.contentImg .mainTitle {
    color: #8e6f50;
    text-align: left;
}

.contentImg .mainTitle span {
    color: #fff;
    text-align: left;
}
section.contentImgSec .imgWrap img {
    position: relative;
    left: -150px;
}
.contentImg .secBtn {background: #8f6e4f;}

.contentImg .priBtn {
    background: #fff;
    color: #000;
}
/* content image section css */
/* faq section css */
.faqHeading .mainTitle span {
    display: inline;
}

.faqsec {
    padding: 100px 0px;
    background: url('../images/faqBg.jpg') no-repeat top center;
    background-size: 100%;
}

.faqsec .faqHeading p {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
.faqsec .accordion-item {
    border: none;
    border-radius: 50px !important;
    margin: 0 0 71px;
    box-shadow: 0px 2px 4px 0px #00000040;
    transition: all 0.3s ease;
}
.faqsec button.accordion-button {
    border-radius: 50px !important;
    margin: 0 0 30px;
    padding: 30px 40px 30px 60px;
    position: relative;
    box-shadow: 0px 2px 4px 0px #00000040;
    font-weight: 700;
     transition: all 0.3s ease;
}


.faqsec button.accordion-button::before {
    content: '';
    position: absolute;
    left: 30px;
    width: 20px;
    height: 20px;
    background: #8e6f50;
    border-radius: 50px;
    border: 2px solid #fff;
    outline: 2px solid #8e6f50;
     transition: all 0.3s ease;
}
.faqsec .accordion-button::after {
    content: '+';
    width: 35px;
    height: 35px;
    text-align: center;
    color: #fff;
    background: #000;
    border-radius: 50px;
    font-size: 25px;
    align-content: center;
    transform: none;
    transition: all 0.3s ease;
    line-height: 1.1;
}
.faqsec .accordion-button:not(.collapsed) {
   color: #fff;
   background:#8e6f50 ;
}
.faqsec .accordion-button:not(.collapsed)::after{
    content: '-';
    font-size: 50px;
      line-height: 0;
  font-weight: 300;
  background: #fff;
  color: #000;
}
.faqsec .accordion-button:not(.collapsed)::before{
    background: #000;
    outline-color: #000;
}
.faqHeading {
    margin: 0 0 80px;
}
.faqsec .accordion-body {
    padding: 20px 60px;
}


.faqsec .btnWrap {
    margin: 0 auto;
    width: 38%;
}

.faqsec .priBtn {
    background: #000;
}
.faqsec .priBtn:hover{
  background: #8e6f50 !important;
    border-color: #8e6f50 !important;
}

.faqsec .secBtn {
    background: #8e6f50;
    border-color: #8e6f50;
}
/* faq section css */
/* partner section css  */
.partnerSec {
    background: url('../images/partnerBg.jpg') no-repeat top center;
    background-size: 100% 100%;
    padding: 100px 0px;
}
.partnerCard .imgWrap {
    background: #8e6f50;
    width: fit-content;
    /* padding: 20px; */
    border-radius: 100%;
    width: 90px;
    height: 90px;
    text-align: center;
    align-content: center;
    position: relative;
    top: -33px;
}

.partnerCard {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 299px;
    height: 300px;
    text-align: center;
    padding: 0px 30px 20px;
    background: url('../images/pcardBg.png') no-repeat center bottom;
    background-size: 100% 100%;
}
section.partnerSec ul {
    display: flex;
    padding: 0;
    margin: 110px 0 0;
    justify-content: center;
    align-items: center;
}
.partnerCard h3 {
    font-size: 17px;
    font-weight: 800;
}
.partnerHeading p {
    width: 60%;
    text-align: center;
    margin: 0 auto;
}
/* partner section css  */  
/* big images cta section css */
section.bigImgCta {
    padding: 4% 0px 41%;
    background: url('../images/bigimgctabg.jpg') no-repeat center bottom;
    background-size: 100% 100%;
}


.bigImgCta p {
    margin: 0 auto;
    text-align: center;
}

.bigImgCta .btnWrap {
    width: 42%;
}

.bigImgCta .btnWrap .secBtn {
    background: #fff;
    color: #000;
    border-color: #fff;
}

.bigImgCta .btnWrap .secBtn:hover {
    background: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
}
/* big images cta section css */
/* genre section css  */



.genreCard {
    width: 368px;
    text-align: center;
    background-size: 100% 100% !important;
    height: 590px;
    align-content: flex-end;
    position: relative;
    border-radius: 35px;
    margin: 0 0 10px;
    box-shadow: 0px 0px 22.76px 0px #0000002B;
    transition: all 1s ease;
    isolation: isolate;
}
.genreCard::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  /* background: url('../images/genrecardbg1.png') no-repeat top center !important; */
  background-size: 100% 100% !important;
  border-radius: 40px;
}
ul.genreSlider li.slick-slide[data-slick-index="0"] > .genreCard::before {
  background: url('../images/genrecardbg1.png') no-repeat top center !important;
}
ul.genreSlider li.slick-slide[data-slick-index="1"] > .genreCard::before{
  background: url('../images/genrecardbg2.png') no-repeat top center !important;

}
ul.genreSlider li.slick-slide[data-slick-index="2"] .genreCard::before{
  background: url('../images/genrecardbg3.png') no-repeat top center !important;

}
ul.genreSlider li.slick-slide[data-slick-index="3"] .genreCard::before{
  background: url('../images/genrecardbg4.png') no-repeat top center !important;

}
ul.genreSlider li.slick-slide[data-slick-index="4"] > .genreCard::before {
  background: url('../images/genrecardbg1.png') no-repeat top center !important;
}
ul.genreSlider li.slick-slide[data-slick-index="5"] > .genreCard::before{
  background: url('../images/genrecardbg2.png') no-repeat top center !important;

}
ul.genreSlider li.slick-slide[data-slick-index="6"] .genreCard::before{
  background: url('../images/genrecardbg3.png') no-repeat top center !important;

}
ul.genreSlider li.slick-slide[data-slick-index="7"] .genreCard::before{
  background: url('../images/genrecardbg4.png') no-repeat top center !important;

}
.genreConnt {
  background: url('../images/genrecardbg.png') no-repeat bottom center;
  background-size: 100% 100%;
  padding: 0px 15px 0px;
  position: relative;
  transition: all 0.3s ease;
}
.genreCard .imgwrap {
    width: 100px;
    height: 100px;
    align-content: center;
    border-radius: 50px;
    margin: 0 auto;
    background: #fff;
    top: -70px;
    position: relative;
    transition: all 0.3s ease;
}
.genreCard:hover .genreConnt{
  background: transparent;
}
.genreCard:hover .genreConnt .imgwrap{
  background: #8e6f50;
}
.genreCard:hover .genreConnt h5,
.genreCard:hover .genreConnt h3,
.genreCard:hover .genreConnt p{
  color: #fff;
}
.genreCard::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  transition: all 1s ease;
  z-index: -1;
  border-radius: 30px;
}
.genreCard:hover::after{
  background: linear-gradient(180deg, rgba(132, 98, 70, 0) 35.39%, #846246 75.24%, #846246 113.6%);
   transition: all 1s ease;
}
.imgwrap img:nth-child(2) {
    display: none;
}
.genreCard:hover .imgwrap img:nth-child(1) {
    display: none;
}
.genreCard:hover .imgwrap img:nth-child(2) {
    display: block;
    margin: 0 auto;
}
.imgwrap img {
    margin: 0 auto;
}
.genreConnt a {
    margin: 0 auto;
    width: fit-content;
    display: block;
    position: relative;
    bottom: -14px;
}
.genreSlider .slick-track {
    padding: 30px 6px;
}
.genreSlider .slick-dots li button::before{
  display: none;
}
.genreSlider .slick-dots li {
    font-size: 0;
    line-height: 20px;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    text-align: center;
    opacity: 1;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #000;
    border-radius: 50px;
}
.genreSlider .slick-dots li.slick-active  {
  width: 100px;
  background: #846246;
  z-index: 999;
}
ul.trsut_slider {
    display: flex;
}
.footerDesc .trsut_slider {
    justify-content: space-between;
}
/* genre section css  */
/* about pages css  */
.aboutPage .bannerContentWrap {
    text-align: center;
    width: 70%;
    margin: auto;
}

.aboutPage .banner .btnWrap {
    margin: 0 auto;
    width: 60%;
}
.innerPage .banner {
padding: 220px 0px 100px;
}
.contentWrap {
    padding: 100px 0px;
    width: 80%;
}
.contentWrap .mainTitle span ,
.contentWrap .mainTitle {
    text-align: left;
}
.contentWrap .mainTitle span{
  display: inline;
}
.contentWrap .btnWrap {
    width: 100%;
}section.aboutsec2 {position: relative;}

section.aboutsec2::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 49%;
    height: 100%;
    z-index: -1;
    background: url(../images/aboutsec2imgbg.png) no-repeat center;
    background-size: 100% 100%;
}
.aboutsec2 .imgWrap img {
    position: relative;
    bottom: -28px;
}
.aboutproccard {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-align: right;
    gap: 20px;
    margin: 0 0 80px;
}
.aboutProcessSec .imgWrap img {
    margin: 0 auto;
    display: block;
}
.aboutProcessSec {
    padding: 100px 0px;
}
.aboutproccard a {
    color: #000;
}
.aboutproccard h3 {
    font-family: Poppins;
    font-weight: 700;
    font-style: Bold;
    font-size: 21.59px;
    line-height: 1;
    letter-spacing: 0px;
    text-align: right;
    vertical-align: middle;
}
.aboutProcessSec .aboutproccard.pro1 {
    position: relative;
    right: -160px;
}
.aboutproccard.pro2 {
    right: -170px;
    position: relative;
}
.aboutproccard.pro4 ,
.aboutproccard.pro3 {
    flex-direction: row-reverse;
    text-align: left;
    position: relative;
    left: -170px;
}
.aboutproccard.pro5 {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    top: -80px;
    margin: 0;
}
.aboutproccard.pro5 h3 {
    text-align: center;
}
.aboutcta {
    position: relative;
}
.aboutcta::after{
  content: '';
  position: absolute;
  background: url(../images/aboutctabg.png) no-repeat right center; 
  background-size: 100%;
  width: 90%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;

}
.aboutcta .content {
    color: #fff;
    height: 100%;
    align-content: center;
    text-align: left;
    padding: 0 0 0 50px;
}

.aboutcta .content .mainTitle, .aboutcta .content .mainTitle span {
    text-align: left;
}
ul.aboutctaul {
    height: 210px;
    overflow: hidden;
    overflow-y: scroll;
}
ul.aboutctaul li {
    display: flex;
    gap: 30px;
    justify-content: flex-start;
    align-items: center;
}
.aboutprocheading {
    width: 70%;
        margin: 0 auto 100px;
    text-align: center;
}

.aboutprocheading .btnWrap {
    margin: 40px auto;
}

/* about pages css  */
/* ghostwriting page css */
.ed_pro_heading {
    width: 54%;
}
.ed_pro_num {
    font-family: Roboto;
font-weight: 900;
font-style: Black;
font-size: 38.61px;
line-height: 59.02px;
letter-spacing: 0%;
vertical-align: middle;
text-transform: uppercase;

}
.ed_pro_title {
    font-family: Poppins;
font-weight: 700;
font-style: Bold;
font-size: 23.07px;
line-height: 24.22px;
letter-spacing: 0%;
vertical-align: middle;
text-transform: uppercase;

}
.ed_pro_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding: 180px 0 0;
    gap: 20px;
}
.ed_pro_wrap .ed_pro_card:nth-child(1) {
    left: 30px;
    position: relative;
    top: 60px;
}
.ed_pro_wrap .ed_pro_card:nth-child(2){
  position: relative;
  top: 146px;
  left: 17px;
}
.ed_pro_wrap .ed_pro_card:nth-child(3) {
    position: relative;
    top: -49px;
    left: 20px;
}
.ed_pro_wrap .ed_pro_card:nth-child(4) {
    position: relative;
    top: -77px;
    left: 10px;
}
.ed_pro_wrap .ed_pro_card:nth-child(5) {
    position: relative;
    top: -134px;
    left: 23px;
}
.ed_pro_wrap .ed_pro_card:nth-child(6) {
    position: relative;
    top: -405px;
    left: 33px;
}
.editing_process_sec .container {
    position: relative;
    background: url('../images/ed_proc_line.png') no-repeat center right;
    background-size: contain ;
}
section.editing_process_sec.sec2 {
    padding: 100px 0px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    position: relative;
    top: -40px;
    z-index: 999999;
    background: #fff;
}
.qoute{
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 1%;
  vertical-align: middle;
  text-transform: capitalize;
  color:  #846246;
}
.ed_pro_heading .mainTitle, .ed_pro_heading .mainTitle span {
    text-align: left;
    /* color: #000; */
}
section.ghostcta {
    background: url(../images/ghostctabg.png) no-repeat center;
    background-size: 100% 100%;
    padding: 100px 0px;
}
.gostwritingpage .aboutsec2::after{
  background: url(../images/ghostsec2imgbg.png) no-repeat;
}
.gostwritingpage .aboutsec2 .imgWrap img {
    position: relative;
    bottom: 0px;
    left: -160px;
}
/* ghostwriting page css */
/* publishing page css */
.publishingpage section.aboutsec2::after {
    left: auto;
    top: 0;
    width: 36%;
    background: url(../images/publishingsec2imgbg.png) no-repeat center;
    right: 0px;
}
.publishingsec3{
  padding: 100px 0px;
  background: url('../images/publishingsec3imgbg.png') no-repeat center ;
  background-size: 100% 100%;
}
.publishingsec3 .imgwrap {
    height: 100%;
    align-content: center;
}
/* publishing page css */
/* editing page css */
.editing .aboutsec2::after {
    display: none;
}
.editing .editing_process_sec.sec2 {
    padding: 100px 0px 190px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    position: relative;
    top: -40px;
    z-index: 999999;
    background: url('../images/prosecbg.png') no-repeat center;
    background-size: 100% 100%;
}
.editing section.ghostcta {
    background: url(../images/ghostctabg.png) no-repeat center;
    background-size: 100% 100%;
    padding: 100px 0px;
    position: relative;
    top: -50px;
}
.editing .ed_pro_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding: 180px 0 0;
    gap: 20px;
    color: #fff;
}
.content-wrap .mainTitle {text-align: left;}

.content-wrap {
    height: 100%;
    align-content: center;
}
.editingcontentsec .container:nth-child(2) .imgwrap img {
    position: relative;
    right: -58px;
}
/* editing page css */
/* book cover design css */
.coversec2 {background: url('../images/partnerBg.jpg') no-repeat center;padding: 100px 0px;background-size: 100% 100%;}
.bookcoverpage section.ghostcta {
    background: url(../images/ghostctabg.png) no-repeat center;
    background-size: 100% 100%;
    padding: 100px 0px;
    position: inherit;
}
section.editingcontentsec {
    padding: 100px 0px;
}
.bookcoverpage .img-wrap img {
    margin: 0 auto;
    display: block;
}
.coversec2heading {
    text-align: center;
    color: #fff;
}
/* book cover design css */
.imgWrap {
    height: 100%;
    align-content: center;
}
.nav-link {
    position: relative;
    transition: 0.3s all ease;
}


a.nav-link.active::after {
    content: '';
    position: absolute;
    height: 41px;
    width: 29px;
    background: url('../images/linkAfter.png') no-repeat left top;
    background-size: 100% 100%;
    left: 0;
    top: -10px;
    transition: 0.3s all ease;
}
.popup_form_wrp {
  padding: 0 15px;
  text-align: center;
}
.popup_form_wrp h2 {
  font-weight: 800;
  font-size: 35px;
  color: #494949;
  margin: 0 0 10px 20px;
  position: relative;
}
.modal-content {
  padding: 30px 0;
}
.popup_form_wrp p {
  color: #343434;
  font-weight: 500;
}
.popup_form_wrp form input,
.popup_form_wrp form select,
.popup_form_wrp form textarea {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  height: 45px;
  margin: 0 0 15px 0;
  padding: 0 0 0 20px;
  font-family: "Raleway";
  font-weight: 500;
  outline: none;
  color: #000;
  border: 1px solid #846246;
}
.popup_form_wrp form {
  margin: 30px 0 0 0;
}
.popup_form_wrp form input::placeholder,
.popup_form_wrp form textarea::placeholder {
  color: rgba(0, 0, 0, 0.44);
  font-size: 14px;
}
.popup_form_wrp form textarea {
  border-radius: 15px;
  height: 130px;
  padding: 15px 18px;
}
.popup_form_wrp form select {
  font-size: 14px;
  font-weight: 500;
}
.modal-content {
  border-radius: 20px;
}
.modal-content {
  border: 2px solid #846246 !important;
}
.popup_form_wrp h2:before {
  content: "";
  display: block;
  position: absolute;
  background: #846246;
  width: 10px;
  height: 40px;
  left: -20px;
  border-radius: 5px;
}

span.color_form {
  color: #846246;
}
.ed_pro_card {
    width: 300px;
}
a.navbar-brand {
    width: 8%;
}
.sec4 .btnWrap {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}
.ctaSec .btnWrap {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}
.partnerCard p {
    height: 60px;
    overflow-y: scroll;
    font-size: 15px;
}
.ed_pro_card img {
    margin: 0 0 20px;
}
.bookcoverpage .aboutsec2 .priBtn {
    font-size: 18px;
}
.bookcoverpage .aboutsec2 .contentWrap .btnWrap {
    width: 100%;
}
.editing .ed_pro_wrap .ed_pro_card:nth-child(5) {
    position: relative;
    top: -364px;
    left: 23px;
}
.editing .ed_pro_wrap .ed_pro_card:nth-child(4) {
    position: relative;
    top: -107px;
    left: 100px;
}
.editing .ed_pro_wrap .ed_pro_card:nth-child(3) {
    position: relative;
    top: -87px;
    left: 50px;
}
.editing .ed_pro_wrap .ed_pro_card:nth-child(2) {
    position: relative;
    top: 86px;
    left: 57px;
}
.editing .ed_pro_wrap .ed_pro_card:nth-child(1) {
    left: 40px;
    position: relative;
    top: 46px;
}
@media screen and (max-width: 1440px) {
    .editingcontentsec .container:nth-child(2) .imgwrap img {
    position: relative;
    right: -72px;
}
.footerLinks ul.d-flex .linkWrap:nth-child(1):after, .footerLinks ul.d-flex .linkWrap:nth-child(2):after, .footerLinks ul.d-flex .linkWrap:nth-child(3):after {
    content: "";
    position: absolute;
    height: 70%;
    width: 2px;
    background: #383838;
    right: 22px;
    top: 20%;
    border-radius: 20px;
}
.aboutProcessSec .aboutproccard.pro1 {
    position: relative;
    right: -130px;
    top: 60px;
}
.aboutproccard.pro2 {
    right: -157px;
    position: relative;
    top: 70px;
}
.aboutproccard.pro5 {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    top: -190px;
    margin: 0;
}
.aboutproccard.pro4, .aboutproccard.pro3 {
    flex-direction: row-reverse;
    text-align: left;
    position: relative;
    left: -142px;
    top: 70px;
}
.aboutproccard.pro4 h3, .aboutproccard.pro3 h3{
    text-align: left;
}
.aboutcta .content .mainTitle, .aboutcta .content .mainTitle span {
    text-align: left;
    font-size: 50px;
}
.aboutPage .banner .btnWrap {
    margin: 0 auto;
    width: 50%;
}
 .container {
    max-width: 1320px;
}
section.partnerSec ul {
    flex-wrap: wrap;
}
.imgSlider li img {
    width: 100%;
}
.sec3 .btnWrap {
    width: 70%;
}
.ctaContent h2 span,
.ctaContent h2 {
    font-size: 55px;
    line-height: 1;
}
.ctaContent h2 span{
  display: block;
}
.ctaSec {
    background-size: 100% 70%;
}
section.contentImgSec .imgWrap img {
    width: 890px;
}
section.contentImgSec .btnWrap {
    width: 70%;
}
.bigImgCta .btnWrap {
    width: 42%;
}
a.navbar-brand img {
    width: 53%;
}
ul.navbar-nav {
    gap: 10px;
}
.sec5Content .mainTitle {
    color: #846246;
    text-align: left;
    width: 100%;
}
.sec5Content .btnWrap {
    width: 90%;
}
.contentWrap {
    padding: 100px 0px;
    width: 100%;
}
.gostwritingpage .aboutsec2 .imgWrap img {
    position: relative;
    bottom: -120px;
    left: -160px;
}
section.aboutsec2::after {
    width: 46%;
}
.ed_pro_wrap .ed_pro_card:nth-child(1) {
    left: 40px;
    position: relative;
    top: -13px;
}
.ed_pro_wrap .ed_pro_card:nth-child(2) {
    position: relative;
    top: 19px;
    left: 67px;
}
.ed_pro_wrap .ed_pro_card:nth-child(4) {
    position: relative;
    top: -156px;
    left: 60px;
}
.ed_pro_wrap .ed_pro_card:nth-child(3) {
    position: relative;
    top: -141px;
    left: 50px;
}
.ed_pro_wrap .ed_pro_card:nth-child(5) {
    position: relative;
    top: -380px;
    left: 13px;
}
.ed_pro_heading .btnWrap {
    width: 70%;
}
.bannerHeading {
    font-size: 60px;
}
}
@media screen and (max-width: 1340px){
    .editingcontentsec .container:nth-child(2) .imgwrap img {
    position: relative;
    right: -35px;
}
  .container {
    max-width: 1280px;
}
img.arrow3 {
    right: -120px;
    top: 37%;
}
a.navbar-brand img {
    width: 80%;
}
header nav .nav-link {
    font-size: 16px;
}
.ctaContent .inputWrap input {
    background: transparent;
    color: #fff;
    width: 100%;
}
.ctaContent .bannerFormWrap form .inputWrap {
    flex: 1 0 30%;
}

.aboutPage .banner .btnWrap {
    margin: 0 auto;
    width: 60%;
}
.contentWrap .btnWrap {
    width: 80%;
}
.ed_pro_wrap .ed_pro_card:nth-child(1) {
    left: 20px;
    position: relative;
    top: 7px;
}
.ed_pro_wrap .ed_pro_card:nth-child(2) {
    position: relative;
    top: 49px;
    left: 17px;
}
.ed_pro_wrap .ed_pro_card:nth-child(3) {
    position: relative;
    top: -101px;
    left: -10px;
}
.ed_pro_wrap .ed_pro_card:nth-child(4) {
    position: relative;
    top: -96px;
    left: -10px;
}
.ed_pro_wrap .ed_pro_card:nth-child(5) {
    position: relative;
    top: -294px;
    left: -27px;
}
.aboutcta .content .mainTitle, .aboutcta .content .mainTitle span {
    text-align: left;
    font-size: 40px;
    line-height: 1;
}
.footerDesc p {
    width: 80%;
}
}
@media screen and (max-width: 1200px){
    .editingcontentsec .container:nth-child(2) .imgwrap img {
    position: relative;
    right: -32px;
}
.container {
    max-width: 1160px;
}
.bannerHeading {
    font-size: 55px;
}
.btnWrap {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}
a.navbar-brand img {
    width: 70%;
}
a.btn.btn-primary.navBtn {
    font-size: 14px;
}
header nav .nav-link {
    font-size: 13px;
}
.genreCard {
    margin: 0 auto;
}
.sec3Heading {
    font-size: 50px;
    line-height: 1;
}
.sec3Heading span {
    font-size: 50px;
    line-height: 1;
}
.num {
    font-size: 123.84px;
    line-height: 1;
}
.mainTitle {
    font-size: 50px;
    line-height: 1;
}
.mainTitle span {
    font-size: 50px;
    line-height: 1;
}
section.contentImgSec .btnWrap {
    width: 80%;
}
.footerLinks ul.d-flex .linkWrap:nth-child(1):after, .footerLinks ul.d-flex .linkWrap:nth-child(2):after, .footerLinks ul.d-flex .linkWrap:nth-child(3):after {
    
    right: 22px;
}
.sec3 .btnWrap {
    width: 80%;
}
.sec3CenterContent {
    border-right: 1px solid #846246;
    border-left: 1px solid #846246;
    height: 100%;
    align-content: center;
}
ul.imgSlider {
    margin: 200px 0;
}
.sec5Content .btnWrap {
    width: 100%;
}
.sec4 nav {
    margin: 0 0 80px;
}
.collec_img {
    height: 390px;
}
.tab {
    margin: 0 0 50px;
    gap: 20px;
}
.testiCard {
    width: 560px;
}
}
@media screen and (max-width: 1024px){
    .editingcontentsec .container:nth-child(2) .imgwrap img {
    position: relative;
    right: -34px;
}
    .ed_pro_wrap {
    gap: 30px;
}
.container {
    max-width: 980px;
}
.bannerHeading {
    font-size: 46px;
}
.btnWrap {
    width: 100%;
}
.inputWrap {
    padding: 10px;
}

.sec3Content h3 {
    font-size: 30px;
}
.priBtn {
    padding: 15px 10px;
}
.secBtn {
    padding: 15px 10px;
}
.collec_img {
    height: 320px;
    align-content: baseline;
}
.num {
    font-size: 73.84px;
    line-height: 1;
}
.mainTitle {
    font-size: 40px;
    line-height: 1;
}
.mainTitle span {
    font-size: 40px;
    line-height: 1;
}
.ctaContent h2 span, .ctaContent h2 {
    font-size: 40px;
    line-height: 1;
}
.ctaContent .bannerFormWrap form .inputWrap {
    flex: 1 0 40%;
}
.ctaSec {
    background-size: 100% 60%;
}
footer .trustSlider {
    width: 90%;
}
.footerLinks ul {
    flex-wrap: wrap;
}
.footerLinks .d-flex .linkWrap {
    flex: 1 0 40%;
    padding: 0 40px 0px 0px;
    position: relative;
}
.footerLinks .d-flex .linkWrap {
    flex: 1 0 40%;
    padding: 0 40px 0px 0px;
    position: relative;
    margin: 0 0 70px;
}
.footerLinks ul.d-flex .linkWrap:nth-child(2):after{
  display: none;
}
footer {
    background-size: cover;
    padding: 50px 0px 220px;
}
ul.navbar-nav {
    gap: 0px;
}
header nav .nav-link {
    font-size: 12px;
}
a.btn.btn-primary.navBtn {
    font-size: 12px;
    padding: 10px 10px;
}
section.sec4 {
    background-size: 100% 100%;
}
}
@media screen and (max-width: 575px){
    a.navbar-brand {
    width: 60%;
}
  .container {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}
section.contentImgSec .imgWrap img {
    width: 520px;
}
.topbar {
    flex-wrap: wrap;
    justify-content: center;
}
.footerTop {
    flex-wrap: wrap;
    justify-content: center;
}
.footerLogo a img {
    width: 80%;
    margin: 0 auto;
    display: block;
}
.footerDesc {
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.bannerForm {
    flex-wrap: wrap;
    justify-content: center;
}
.contact-info {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: 0 0 20px;
}
.contact-info a:nth-child(2) {
    display: none;
}
.bannerHeading {
    font-size: 39px;
    text-align: center;
}
.bannerFormContent {
    width: 100%;
    text-align: center;
}
.testiCard {
    width: 380px;
    margin: 0 auto;
}
.testsliderrtl li.slick-slide, .testislider li.slick-slide {
    padding: 20px;
    margin: 0 0px 0 0;
    /* margin: 0 20px; */
}
.tab {
    flex-wrap: wrap;
}
.ctaSec {
    background-size: cover;
}
.ctaSec {
    margin: 0px 0 0;
}
section.contentImgSec .imgWrap img {
    width: 130%;
        left: -50px;

}
.bannerContentWrap {
    text-align: center;
}
.mainTitle span,
.mainTitle {
    font-size: 30px;
}
section.sec3 {
    padding: 100px 0px;
    background: url(../images/sec3Bg.jpg) no-repeat top center;
    background-size: 100% 100%;
}
ul.imgSlider {
    margin: 0px 0;
}
.sec3 .btnWrap {
    width: 90%;
}
.sec5Content {
    width: 100%;
    text-align: center;
}
.sec5Content .mainTitle {
    color: #846246;
    text-align: center;
    width: 100%;
}
.faqsec .btnWrap {
    margin: 0 auto;
    width: 100%;
}
.partnerHeading p {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.contentImgSec {
    padding: 100px 0;
    background: url('../images/contentimgbg.jpg') no-repeat center center;
    background-size: cover;
}
.contentImg .mainTitle span,
.contentImg .mainTitle {
   
    text-align: center;
}
.contentImg {
    margin: 40px 0 0;
    text-align: center;
} 
section.sec3 .row {
    gap: 70px;
}
section.sec3 {
    background-size: cover;
}
section.contentImgSec .btnWrap {
    width: 100%;
}
.sec5TabWrap ul li:nth-child(1), .sec5TabWrap ul li:nth-child(3) {
    left: 0px;
}
.sec5TabWrap ul {
    padding: 49px 10px;
}
section.sec5 {
    background-size: cover;
    padding: 50px 0px;
}
.ctaSec {
    margin: 0px 0 0;

    padding: 80px 0px;
}
.bigImgCta .btnWrap {
    width: 100%;
}
li.linkWrap {
    text-align: center;
}
.footerLinks h5{
  margin: 0 auto 20px;
}
.faqsec .faqHeading p {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.footerLinks ul.d-flex .linkWrap:nth-child(1):after, .footerLinks ul.d-flex .linkWrap:nth-child(2):after, .footerLinks ul.d-flex .linkWrap:nth-child(3):after {
   display: none;
}
section.partnerSec {
    background-size: cover;
}
.genreSlider {
  display: flex !important;
  padding: 0;
}
section.contentImgSec .imgWrap img {
    width: 100%;
    left: 0px;
}
.slick-dots {
    left: 0;
}

.bannerFormWrap form .inputWrap {
    flex: 1 0 36%;
}
.banner {
    padding: 300px 0px 40px;
}
div#navbarSupportedContent {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}
section.bigImgCta {
    padding: 4% 0px 100%;
    background: url('../images/bigimgctabg.jpg') no-repeat center bottom;
    background-size: cover;
}
.footerLinks .d-flex .linkWrap {
    padding: 0 0px 0px 0px;
}
.collec_img {
    height: 140px;
    align-content: baseline;
}
header nav .nav-link {
    font-size: 14px;
}
a.btn.btn-primary.navBtn {
    font-size: 14px;
}
.aboutPage .bannerContentWrap {
    text-align: center;
    width: 100%;
    margin: auto;
}
.aboutPage .banner .btnWrap {
    margin: 0 auto;
    width: 100%;
}
.innerPage .banner {
    padding: 270px 0px 100px;
}
.contentWrap .btnWrap {
    width: 100%;
}
.contentWrap {
    padding: 100px 0px;
    width: 100%;
    text-align: center;
}
.contentWrap .mainTitle span, .contentWrap .mainTitle {
    text-align: center;
}
.editing .editing_process_sec.sec2 {
    background-size: cover;
}
.ed_pro_wrap {
    flex-wrap: wrap;
}
.ed_pro_wrap .ed_pro_card:nth-child(5) ,
.ed_pro_wrap .ed_pro_card:nth-child(4) ,
.ed_pro_wrap .ed_pro_card:nth-child(3) ,
.ed_pro_wrap .ed_pro_card:nth-child(2) ,
.ed_pro_wrap .ed_pro_card:nth-child(1) {
    left: 0;
    top: 0;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 12px #0000004d;
}
.ed_pro_card img {
    margin: 10px 0;
}

.ed_pro_card h4 {
    margin: 10px 0;
}
.ed_pro_heading {
    width: 100%;
    text-align: center;
}
.ed_pro_heading .mainTitle, .ed_pro_heading .mainTitle span {
    text-align: center;
    color: #000;
}
.editingcontentsec .container:nth-child(2) .imgwrap img {
    position: relative;
    right: -12px;
}
.content-wrap {
    height: 100%;
    align-content: center;
    margin: 50px 0;
}
.ed_pro_heading .btnWrap {
    width: 100%;
}
.editing_process_sec .container {
    background: none;
}

.ed_pro_card {
    width: 100%;
    text-align: center;
    border-radius: 20px;
    backdrop-filter: blur(1px);
    background: #35343461;
    box-shadow: 0px 0px 50px #fff;
}
.gostwritingpage .ed_pro_card{
    background: #fff;
    box-shadow: 0px 0px 50px #000;
}
.gostwritingpage .aboutsec2::after {
    width: 100%;
    height: 40%;
    background-size: contain !important;
}
.gostwritingpage .aboutsec2 .imgWrap img {
    position: relative;
    bottom: -40px;
    left: 0px;
}
.publishingpage .aboutsec2 .imgWrap img {
    position: relative;
    bottom: 0px;
}
.publishingpage section.aboutsec2::after {
    width: 68%;
    height: 40%;
    top: inherit;
    bottom: 0;
}
a.nav-link.active::after {
    left: -11px;
}
.content-wrap ul {
    list-style: disc;
    margin: 0 0 10px 20px;
}
.imgwrap {
    margin: 50px 0;
}
section.editingcontentsec .container:nth-child(2) row {
    flex-direction: column-reverse !important;
}
.aboutsec2 .imgWrap img {
    position: relative;
    bottom: -64px;
}
section.aboutsec2::after {
    width: 100%;
    height: 40%;
}
.aboutprocheading {
    width: 100%;
    margin: 0 auto 100px;
    text-align: center;
}
.aboutproccard.pro5,
.aboutproccard.pro4,
.aboutproccard.pro3,
.aboutproccard.pro2, 
.aboutproccard.pro1 {
    left: 0;
    top: 40px;
}
.aboutproccard.pro4 ,
.aboutproccard.pro3 ,
.aboutproccard.pro2 ,
.aboutproccard.pro1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    text-align: center;
}
.aboutproccard h3 {
    text-align: center  !important;
}
.aboutcta::after {
    background-size: cover;
    width: 100%;
}
.aboutcta .content {
    color: #fff;
    height: 100%;
    align-content: center;
    text-align: left;
    padding: 0 0 0 0px;
}
.sec3Heading {
    font-size: 40px;
    line-height: 1;
}
.sec3Heading span {
    font-size: 39px;
    line-height: 1;
}
.sec4 .btnWrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}
.priBtn ,
.secBtn {
    font-size: 13px;
}
.ctaSec .btnWrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}
.contentImg .mainTitle {
    color: #fff;
}
.faqsec .accordion-item {
    margin: 0 0 20px;
}
.faqsec .accordion-body {
    padding: 20px 20px;
}
.faqsec button.accordion-button {
    padding: 20px 40px 20px 60px;
}
}
.content-wrap ul {
    list-style: disc;
}
.bannerContentWrap h6 {
    margin: 0 0 20px 30px;
}
.footerLogo img {
    filter: invert(1) grayscale(1) brightness(1);
}