/* font-family: 'Hind', sans-serif; */
/* font-family: 'Poppins', sans-serif; */

body {
  position: relative;
  font-family: "Poppins", sans-serif;
  background: #fff;
  overflow-x: hidden;
}
:root {
  --theme-color: #1e3465;
  --theme-secondary-color: #1e3465;
  --tabs-hover: #40bcc6;
  --tabs-p: #1e3465;
  --pec-name: #1e3465;
  --theme-btn-color: #40bcc6;
}

p {
  font-size: 1.0625rem;
  font-family: 'Hind', sans-serif;
  color: #6c6c6c;
  margin: 0;
}

a{
  text-decoration: none;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
}
.main-header #navbarSupportedContent {
  justify-content: space-between;
}
.main-header .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0 15px;
}
.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
a:hover,
button:hover {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-decoration: none;
}
dl,
ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

figure {
    margin: 0;
}
.themeBtn {
  background-color: #1e3465;
  font-size: 15px;
  border: 2px solid var(--theme-color);
  padding: 13px 30px;
  text-transform: capitalize;
  color: var(--white);
  transition: all 0.4s ease-in-out;
  display: inline-block;
  border-radius: 6px;
  font-weight: 600;
}
.themeBtn:hover {
  background-color: #fff;
  color: var(--theme-color);
}

.themesecondBtn {
  background-color: var(--theme-btn-color);
  font-size: 15px;
  border: 2px solid var(--theme-btn-color);
  padding: 13px 30px;
  text-transform: capitalize;
  color: var(--white);
  transition: all 0.4s ease-in-out;
  display: inline-block;
  border-radius: 6px;
  font-weight: 600;
}
.themesecondBtn:hover {
  background-color: #fff;
  color: var(--theme-btn-color);
}


/* banner-styling */
.home-banner {
  padding: 200px 0px 100px;
  background-image: url("../images/home-banner.png");
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.banner-mock-wrapp{
  position: absolute;
  top: 50px;
  right: -13%;
}

.banner-txt-wrapp .sub-hd {
  background: #1e3465;
  display: inline-block;
  padding: 5px 15px;
  color: #fff;
  font-size: 30px;
  margin-bottom: 20px;
}

.banner-txt-wrapp h2 {
  font-size: 70px;
  font-weight: 800;
  text-transform: uppercase;
  color: #1e3465;
}

.banner-txt-wrapp h2 .bnnr-light-blue {
  color: #40bcc6;
}

.banner-txt-wrapp p {
  color: #6c6c6c;
  font-size: 18px;
}

.bnnr-btn {
  margin-top: 25px;
}

/* publishers-sec-css */

.publishers-logos h2 {
  font-size: 42px;
  color: #1e3465;
  font-weight: 700;
  text-transform: uppercase;
}
.publishers-logos-txt {
  text-align: center;
}

.publishers-logos {
  padding: 100px 0px;
}

.publishers-logos-txt p {
  margin-top: 30px;
}
.pulishers-logos-wrapp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

/* txt-img-sec */
.txt-img-sec .txt-left-wrapp h2 {
  font-size: 42px;
  color: #1e3465;
  font-weight: 700;
  text-transform: uppercase;
}

.txt-img-sec .txt-left-wrapp p {
  font-size: 16px;
  margin-top: 15px;
}

.txt-img-btn-wrapp {
  margin-top: 20px;
}

.txt-img-sec {
  padding: 100px 0px 60px;
}
.banner-mock-wrapp img {
  width: 85%;
}

/* book-importance-sec */
.book-importance-sec{
  padding: 0px 0px 0px;
  background-image: url("../images/book-importance-banner.png");
  width: 100%;
  height: 612px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* background: #1e3465; */
}

.book-importance-txt h3 {
  font-size: 36px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.book-importance-txt h3 .book-bld-txt {
  font-weight: 700;
}

.book-importance-txt p {
  color: #b7b7b7;
  font-size: 15px;
  line-height: 30px;
}

.book-importance-img {
  position: relative;
  top: -25px;
  overflow: hidden;
  z-index: 1;
}

/* blog-sec */
.blog-sec-hd h2 {
  font-size: 42px;
  color: #1e3465;
  font-weight: 700;
  text-transform: uppercase;
}

.blogs-sec {
  padding: 90px 0px;
}

.blog-sec-hd {
  text-align: center;
  margin-bottom: 80px;
}

.blog-detail-wrapp p {
  font-size: 16px;
  color: #a9a9a9;
  margin-top: 30px;
  font-weight: 500;
}

.blog-detail-wrapp h3 {
  color: #1e3465;
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0px 15px;
}

.blog-bottom-btn {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #52bfc5;
  padding: 10px 0px 0px;
}

/* v {
  color: #52bfc5;
  font-size: 18px;
  font-weight: 500;
} */

.blog-bottom-btn p {
  color: #52bfc5;
  font-size: 15px;
  margin-top: 0px;
  font-weight: 600;
}

.blog-bottom-btn a {
  color: #52bfc5;
  font-size: 15px;
  font-weight: 600;
}

/* footer-form */
.footer-form {
  background: #1e3465;
  padding: 100px 0px;
}
.footerform-sec-hd h2 {
  text-align: center;
  font-size: 42px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 100px;
}

.testi-img-box p {
  font-size: 16px;
  color: #b3b9c8;
  margin-top: 20px;
}

.testi-img-box p span {
  font-weight: 600;
  color: #fff;
}

.testi-img-box{
  background-image: url("../images/testimonial-quote.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  background-position: 0px -50px;
}


/* inner-page-css */
.inner-banner{width: 100%;height: 100%;position: relative;}
		.ghostwriting-banner{background: url(../images/ghostwriting-banner.webp) center/cover no-repeat;}
		.inner-banner-heading h2{display: inline-block;background-color: #1e3465;padding: 0.5rem 5rem 0.5rem 2rem;margin-bottom: 1rem;color: #fff;font-size: 30px;line-height: 1.1;}
		.inner-banner-heading h1{font-size: 4.125rem;font-weight: 800;line-height: 1.1;color: #1e3465;text-transform: uppercase;margin-bottom: 1.5rem;}
		.inner-banner-heading h1 span{color: #40bcc6;}
		.inner-banner-heading p{color: #5d7072;line-height: 1.7;margin-bottom: 2rem;font-weight: 500;font-size: 1rem;padding-right: 100px;}
		.inrbanner-img {
				position: absolute;
				right: 5rem;
		
				top: 0;
				bottom: 0;
				margin: auto;
			}
      .ghostwriting-img{		width: 27%;}
      .book-marketin-img{width: 30%;}
			.types-sec{padding-top: 0;}
			.box-wraper{background-color: #1e3465;padding: 2.5rem 1.5rem;text-align: center;margin-top: 0rem;}
			.box-wraper h4{font-size: 1.5rem; font-weight: 600;margin-bottom: 1rem; color: #fff;}
			.box-wraper p{color: #96a8b1;margin-bottom: 2rem;font-size: 1rem;}
			.box-wraper a{color: #40bcc6; font-size: 1rem;font-weight: 600;}
			section{padding: 5rem 0;}
			.section-heading h2{color: #1e3465; font-size: 2.625rem; margin-bottom: 1rem; text-align: center;font-weight: 700;text-transform: uppercase;}
			.box-color-bg{background-color: #e8eaef;}
			:is(.box-color-bg :is(h4,a)){ color: #1e3465;}
			.box-color-bg p{ color: #7d97a2;}
			:is(.types-sec .box-wraper :is(h4,p)){position: relative; z-index: 2;}
			.types-sec .box-wraper h4{font-size: 1.875rem;}
			.types-sec .box-wraper{text-align: left;padding: 8rem 2rem;position: relative; overflow: hidden;}
			.white-arrow{position: absolute; right: 2rem;top: 2rem; z-index: 2;}
			.box-numer {
    position: absolute;
    font-size: 28.791rem;
    bottom: -7.2rem;
    z-index: 1;
    left: -9rem;
	font-weight: 900;
    color: #344570;
}

.box-color-bg .box-numer { color: #dbe0e2;}
.money-back-content h2 {
    color: #1e3465;
    font-size: 2.5rem;
    font-weight: 800;
}
.money-back-content p{ color: #878787; font-size: 1.125rem;}

.money-back-content h2 span{color: #40bcc6;font-size: 3rem;font-weight: 600;}
.cta-sec {background: url(../images/cta-bg.png) center/cover no-repeat; padding: 6rem 0; position: relative; }
.money-back-sec{padding: 50px 0;background: #f9f9f9;}
		@media (min-width: 1200px){
			.container {
				max-width: 1170px;
			}}
			.types-sec .box-color-bg img{ filter: brightness(0%);}
			.cta-content h2{color: #fff; font-weight: 700; font-size: 2.625rem; margin-bottom: 1.5rem;}
			.cta-content h2 span{font-weight: 500; font-size: 2.25rem;}
			.cta-content p{color: #9eabc8;font-size: 1.125rem; margin-bottom: 1.5rem;}
			.cta-book {
    position: absolute;
    left: 11rem;
    top: -38px;
    bottom: 0;
    margin: auto;
}
.cta-content {
    margin-left: auto;
    padding-left: 8rem;
}

.cta-buttons a{margin: 0 .5rem; border-radius: 5px;color: #003049;font-size: 1rem; padding: 1rem 2rem; font-weight: 600;}
.ctabutton-1{background-color: #40bcc6; }
.ctabutton-2{background-color: #fff;}
.ctabutton-3,.ctabutton-4{border: 2px solid #fff; color: #fff !important;}
.ctabutton-4{
  padding: 12px 30px;
  margin-left: 1rem;
  font-size: 15px;
  }
.why-work {position: relative;}
.why-work p{ color: #707070 ;}
.why-work a{color: #fff !important;}
img{max-width: 100%;
height: auto;}
/* .why-work-img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4rem;
    margin: auto;
} */
.why-work-img{
  max-width: initial;
  height: auto;
}
.questions-big {
    font-size: 8rem;
}
.accordion > .card {
    border: 0;
}
.card-header {
    border: 0;
    background-color: transparent;
}
#main #faq .card .card-header {
    border: 0;
    padding: 0;
}
#main #faq .card .card-header .btn-header-link {
    display: block;
    text-align: left;
    color: #003049;
    margin: 0.7rem 0px;
    padding-bottom: 1.5rem;
    border-bottom:1px solid #d2d6e0;
    padding-left:0;
    font-size: 1.625rem;
    font-weight: 600;
}
#main #faq .card .card-header .btn-header-link:focus{box-shadow: none;  outline: 0;}
#main #faq .card {
    border: 0;
    background: #e4ebec;
}
#main .accordion {
    margin: 2rem 0;
}
#main #faq .card .card-header .btn-header-link:after {
    content: '';
    float: right;
     background: url(../images/according-open.png) left/cover no-repeat;
     width: 26px;
	 height: 26px;
	 display: flex;
 	 align-items: center;
    justify-content: center;
}

:has(.collapse.show) [aria-expanded="true"] {border-color: transparent !important;}
#main #faq .card-body {
    padding: 0 0 20px 0;
    border-bottom:1px solid #40bcc6;
}
#main #faq .card .card-header .btn-header-link.collapsed:after {
	background: url(../images/accorfing-closs.png) left/cover no-repeat;
}
#main #faq .card .collapsing {
    line-height: 30px;
}
#main #faq .card .collapse {
    border: 0;
}
#main #faq .card .collapse.show {
    line-height: 30px;
    color: #222;
}


	.box-numer{
    position: absolute;
    font-size: 19.791rem;
    bottom: -3rem;
    left: -5rem;
  }
	.cta-book{
    left: 0;
  }

/* .why-work-img {
    width: 70%;
    display: block;
    right: 0;
    position: relative;
} */
.cta-content{    
  padding-left: 15rem;
}
.cta-content h2{
  font-size: 2rem;
}
.types-sec .box-wraper{    
  padding: 10rem 1rem 2rem;
}

.divers-sec h2 {
  margin-bottom: 40px;
}
.footerform p{font-size: 22px; color: #fff; text-align: center; margin-bottom: 1rem; font-weight: 600;}
.footerform input , .footerform textarea {
  height: 60px;
  background: #182d5a;
  border: 1px solid #4e6189;
  border-radius: 6px;
  font-size: 16px;
  padding-left: 50px;
}

.footerform .themeBtn {
  background: #40bcc6;
  width: 100%;
  height: 60px;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0px;
  border-radius: 6px;
}

.footerform .themeBtn:hover {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.footerform label {
  color: #fff;
  text-align: center;
  display: block;
  font-size: 14px;
  margin-top: 5px;
}

.last-sec {
  padding: 100px 0px 10px;
}

.footer-detail-area ul li a span {
  text-transform: uppercase;
  display: block;
  color: #6c6c6c;
  font-weight: 500;
  letter-spacing: 0px;
}

.footer-detail-area ul {
  margin-top: 30px;
}

.footer-detail-area ul li a {
  font-size: 18px;
  color: #163235;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
}

.footer-detail-area ul li {
  margin: 20px 0px;
}

.footer-menu-services ul li a {
  color: #6c6c6c;
  margin-bottom: 10px;
  display: block;
  font-size: 15px;
  transition: all 0.5s ease-in-out;
}


.featured-sec{background-color: #1e3465;}
.featured-sec .section-heading h2{ color: #fff ;}

.testimonial-wraper {
    background-color: #fff;
    padding: 3rem 0 3rem 0;
    border-radius: 8px;
    display: flex;
    align-items: center;
}
.testimonial-content h3 {
	color: #1e3465;
	font-size: 1.375rem;
	font-weight: 600;
}
.testimonial-content p{font-size: 18px; color: #aaaaaa;}
.testimonial-content {
    margin-left: 2rem;
}
.featured-sec .owl-carousel{margin: 0; margin-top: 2rem;}
.featured-sec  .owl-carousel .owl-item img{width: auto;}
.featured-sec  .item {
    margin-left: -15rem;
    margin-right: 15pc;
}
.owl-theme .owl-dots .owl-dot{font-size: 0;}

.testimonial-wraper .themesecondBtn {
  margin-top: 20px;
}
.last-sec .row {
  border-bottom: 1px solid #cad0dd;
  padding-bottom: 2rem;
}

.copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}


.terms-privacy p {
  font-weight: 500;
  margin-bottom: 5px;
}

.copyright ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #6c6c6c;
  padding: 0px;
}

.thankyou_sec {
  padding: 200px 0 0px;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.main-thankyou {
  text-align: center;
}
.main-content__checkmark {
  font-size: 9.75rem !important;
  line-height: 1 !important;
  color: #233463;
}
.site-header__title {
  font-size: 6.5rem;
  font-weight: 700;
  line-height: 1.1;
}
.main-content__body {
  margin: 20px 0 0;
  font-size: 1.25rem;
  line-height: 1.4;
}
.start_live_chat {
  font-size: 19px;
  background-color: #16171a;
  padding: 10px 24px;
  display: inline-block;
  border-radius: 4px;
  margin: 20px 0 0;
  color: white !important;
  text-decoration: none;
  border-radius: 50px;
}

.cta-buttons {
  margin-top: 20px;
}

.navbar-light .navbar-toggler-icon {
  filter: brightness(0);
}
:has(.collapse.show) [aria-expanded="true"] {
  border-color: transparent;
}


/* popup-css-start */
#entry-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999990;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.62);
  display: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 0;
}
.entry-box {
  padding-top: 0;
  padding-bottom: 20px;
  max-width: 476px;
  margin: 0 auto;
  border-radius: 0;
  background-color: var(--theme-secondary-color);
  position: relative;
  box-shadow: -140px -117px 19px -141px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 7px -1px rgba(0, 0, 0, 0.7);
}
.layer-1 {
  width: 9%;
  display: block;
  height: 99%;
  background-color: var(--theme-secondary-color);
  position: absolute;
  top: 1px;
  transform: rotate(-3deg);
  z-index: -1;
}
.layer-2 {
  display: block;
  width: 95%;
  height: 107%;
  position: absolute;
  top: 0;
  background: var(--theme-secondary-color);
  z-index: -2;
  transform: translate(26px, -13px) rotate(1deg);
}
.layer-3 {
  width: 90%;
  height: 108%;
  display: block;
  position: absolute;
  top: -21px;
  background: var(--theme-secondary-color);
  z-index: -3;
  transform: rotate(-3deg);
  right: 0;
}
.layer-4 {
  width: 102%;
  height: 108%;
  position: absolute;
  top: -26px;
  border: 5px solid #fff;
  transform: rotate(1deg);
  z-index: -1;
  left: -4px;
}
a#entry-box_close {
  width: 40px;
  height: 40px;
  display: block;
  line-height: 59px;
  color: #1e3465 !important;
  border-radius: 50%;
  font-size: 32px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  background: #fff;
}
a#entry-box_close svg {
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: #1e3465;
}
.entry-box .form-text-1 h1 {
  font-family: Oswald, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  line-height: 34px;
  margin-bottom: 12px;
}

.entry-box .form-text-1 h1 span.red {
  color: #f78d0e;
  text-transform: uppercase;
}
.col-sm-12.entry-right {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
  padding: 30px 15px 70px;
}
.entry-box .form-text-1 p {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  margin: 12px 0;
}
.entry-box .form-text-1 p strong {
  text-transform: uppercase;
}
.form-text-1 {
  position: relative;
  padding-left: 0;
  margin-bottom: 9px;
  text-align: center;
}
.form-text-1:before {
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
  left: 0;
  background-color: #f7941d;
  border-radius: 100px;
  display: none;
}
.form-text-1  h3 {
  color: #fff;
  font-size: 30px;
  font-family: Poppins, sans-serif !important;
  font-weight: 600 !important;
  margin: 0;
  line-height: 25px;
  margin-top: 20px;
}
.form-text-1 h3 span {
  font-size: 46px;
  color: #ffffff;
  font-weight: 700;
}
.entry-box .form-control {
  min-height: 46px;
  border-radius: 30px;
  border-color: transparent;
  margin-bottom: 1rem;
  background: #fff;
  font-size: 18px;
  width: 100%;
  display: block;
  padding: 15px 24px;
  border: 1px solid #fff;
}
.entry-box .form-control::placeholder {
  color: #949494;
}
.entry-box button {
  color: var(--pec-name);
  width: 100%;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 600;
  height: auto;
  background-color: #fff!important;
  border-color: #fff;
  background-image: none;
  border-radius: 900px;
}
.entry-box button:hover {
  color: #fff;
  background: #000 !important;
}
.form-root-counter li {
  width: auto !important;
}
.entry-box ul li i {
  color: #eb0000;
}
.form-group {
  margin-bottom: 10px;
}

/* popup-css-end */


.desktop-logo a {
  text-align: center;
}

.form-right-art label {
  color: #fff;
  text-align: center;
  display: block;
  font-size: 13px;
  margin-top: 3px;
}

.footer-detail-area ul li a:hover {
  color: #37c1c9;
}

.copyright ul li a:hover {
  color: #0ba8b1;
}

.footer-menu-services ul li a:hover {
  color: #233463;
}

.acourding-sec {
  background: #e4ebec;
}

.serviceSec {
  padding: 100px 0px 100px;
}

.process figure::before {
  background: url(../images/webp/greenbg.webp) no-repeat;
  left: -2rem;
}

.process figure {
  text-align: end;
}

.process1 {
  position: absolute;
  top: 0rem;
  margin: 0 !important;
  right: 0;
}

.skill.process img.skill3 {
  right: 4rem;
}

.process figure::after {
  left: inherit;
  right: -12rem;
  background: url(../images/webp/process.webp) no-repeat;
}

.process {
  padding: 5rem 0 8rem 0;
  min-height: 630px;
}

.serviceWrap {
  list-style: none;
  display: flex;
  text-align: center;
  padding: 0;
  margin: 0;
}
.serviceWrap li img{transition: transform .2s;}
.serviceWrap li:hover,.serviceWrap li:hover:nth-child(even),.secondRow li:hover:nth-child(odd){background-color: #182d5a;}
.serviceWrap li:hover img{
  transform: scale(1.2);
  filter: brightness(0) invert(1);
}
.serviceWrap li:hover a span{color: var(--white);}
.serviceWrap li a span {
  display: block;
  font-size: 16px;
  color: black;
  margin-top: 1rem;
  font-weight: 600;
}

.serviceWrap li {
  background-color: #9bdadd52;
  width: 100%;
  height: 20rem;
  display: grid;
  place-items: center;
}

.serviceWrap li:nth-child(even) {
  background-color: #40bcc6b8;
}

.secondRow li:nth-child(even) {
  background-color: #9bdadd52;
}

.secondRow li:nth-child(odd) {
  background-color: #40bcc6a8;
}

.serviceSec h2 {
  margin-bottom: 40px;
}

.serviceWrap li a img {
    filter: brightness(0);
}

/* portfolio */
.portfolio-sec {
  padding: 80px 0;
  background: #f3f3f3;
}
.portoflio-head-box {
  text-align: center;
}
.portoflio-head-box h5 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 24px;
}
.portoflio-tab-box ul {
  justify-content: center;
  padding: 30px 0 50px 0;
}
.portfolio-slider img {
  height: 330px;
  width: 100% !important;
  object-fit: cover;
}
.portoflio-tab-box ul li a {
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 40px;
}
.nav-pills .show > .nav-link,
.portoflio-tab-box .nav-pills .nav-link {
  border: 2px solid transparent;
  border-radius: 40px;
}
.nav-pills .show > .nav-link,
.portoflio-tab-box .nav-pills .nav-link.active {
  color: #ffffff;
  background-color: #1e3465;
  border: 2px solid #1e3465;
  padding: 8px 20px;
  border-radius: 40px;
  font-weight: 600;
}
.portfolio-btn {
  text-align: center;
  margin-top: 20px;
}
/* portfolio */


/* reasons-sec */
.reasons-sec {
  padding: 65px 0 125px;
}
.reasons-txt-cont > h4 {
  font-weight: 700;
  color: #19f7ff;
  font-size: 48px;
  /*! font-weight: 700; */
}

.reasons-sec h2.main-heading {
  margin-bottom: 2rem;
}
.reason-center-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 10%;
}
.what-make-process{
  transition: all 0.5s ease-in-out;
  position: relative;
}
.center_img_set{
  transition: all 0.5s ease-in-out;
  border-radius: 277px;
}
.what-make-process:hover .center_img_set {
  box-shadow: 0 0 30px -2px #064185;
  transition: all 0.5s ease-in-out;
}

.reason-center-img > img {
  display: block;
  margin: 0 auto;
}

.what-make-inner-txt-cont > p {
  color: #000;
  line-height: 22px;
  font-weight: 600;
  font-size: 16px;
}

.reasons-btns {
  text-align: center;
  margin-top: 6rem;
}
.reasons-btns > a:first-child {
  margin-right: 30px;
  background: #40bcc6;
  border-color: #40bcc6;
}

.reasons-btns > a:first-child:hover{
  background-color: transparent;
  border: 2px solid var(--theme-color); 
}

.what-make-inner-txt-cont > img {
  margin-bottom: 15px;
  filter: invert(14%) sepia(94%) saturate(955%) hue-rotate(197deg) brightness(94%) contrast(91%);
}

.what-make-inner-txt-cont {
  text-align: left;
  margin-bottom: 3rem;
}

/* privacy-css */
.term-text h3 {
  text-transform: uppercase
}

.main-privacy {
  padding: 50px 0
}

.term-text {
  font-weight: 400;
  font-size: 18px;
  color: #666
}
.main-privacy h3 {
  color: #000;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600 !important;
}
.main-privacy p, .main-privacy li {
  margin: 0 0 15px;
  font-size: 14px;
  line-height: 22px;
  font-family: 'Poppins', sans-serif !important;
}
.main-privacy .text-center h4 {
  font-size: 36px !important;
}
.main-privacy h4 {
  font-size: 26px !important;
  color: #000;
  margin-bottom: 15px;
  font-weight: 600 !important;
}
.main-privacy {
  padding: 100px 0 80px;
  background-color: #fff;
}
.dropdown-menu a {
  padding: 0.7rem 1rem;
  border-bottom: 1px dashed #1e3465;
  font-size: 14px;
}
.dropdown-menu{padding: 0;}
.dropdown-menu a:hover{background-color: #1e3465; color: #fff;}
.dropdown-menu li:last-child a{border: 0;}
.footer-menu-services h2{font-weight: 600;}
.money-back-sec .ctabutton-2 {background-color: var(--theme-color);color: #fff;}
.money-back-sec .ctabutton-3 ,.txt-img-btn-wrapp .ctabutton-3 ,.header-popbtn .ctabutton-3{border-color: var(--pec-name); color: var(--pec-name) !important;}
.txt-img-btn-wrapp .ctabutton-3{padding: 12px 30px;margin-left: 1rem;font-size: 15px;}
.header-popbtn {display: flex; align-items: center;}
.header-popbtn .ctabutton-3{padding: 12px 15px;border-radius: 6px;margin-right: 1rem;}
.footerform textarea {
  height: 150px;
  padding: 1rem 3rem;
}

.form-btn {
  position: absolute;
  left: 0;
  right: 0;
  width: 565px;
  left: 50%;
  transform: translateX(-50%);
}
.what-make-inner-txt-cont  strong{display: block; margin-bottom: .5rem;}
.about-banner {background: url(../images/about-us-banner.webp) left center/cover no-repeat;}
.aboutInner p{font-size: 18px; margin-bottom: 1rem;}
.our-journey img.jr-img {
  margin-top: 40px;
}
.about-expert{
  background: url("../images/about-expert.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  /* height: 687px; */
  background-position: 100% 100%;
  padding: 80px 0 50px;
}
.about-expert h2.heading + p {
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 25px;
}

.about-expert h2.heading {
  margin: 0 0 15px;
}

.about-expert .info-expert h4 strong {
  display: block;
  font-weight: 700;
  font-size: 40px;
}

.about-expert .info-expert h4 {
  font-size: 19px;
}
.our-journey.text-center {
  padding-bottom: 0;
}

.info-expert {
  padding: 40px 34px;
  background: #fff;
  border: 1px solid #c5c5c5;
  transition: .5s all;
  margin-bottom: 20px;
  box-shadow: 0 5px 15px #00000017;
  min-height: 253px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.info-expert > span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #1e3465;
  border-radius: 50%;
  display: block;
  text-align: center;
  margin-bottom: 12px;
  transition: .5s all;
  margin-right: auto;
}

.info-expert > span i {
  color: #fff;
  font-size: 16px;
  transition: .5s all;
}


.info-expert h4 {
  font-size: 20px;
  font-weight: 600;
  color: #122826;
}

.info-expert:hover {
  background: var(--theme-btn-color);
}

.info-expert:hover span {
  background: #000;
}

.navbar {
    padding: 10px 0;
}
