a, a:hover {
	text-decoration: none;
}

.styled-link {
	position: relative;
	padding-bottom: 3px;
	flex-shrink: 0;
}

.styled-link:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: auto;
	right: 0;
	width: 0%;
	height: 1px;
	transition: 0.5s all;
}

.styled-link:hover:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: auto;
	width: 100%;
	height: 1px;
	background-color: #fff;
}

/*floating button*/
.float1 {
	font-weight: 400;
	vertical-align: middle;
	padding: 8px 16px 10px;
	position: fixed;
	bottom: 20px;
	left: 10px;
	background-color: #03a84e;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 16px;
	z-index: 100;
	text-decoration: none;
	animation: key1 .3s ease infinite alternate;
}

.float1:hover {
	color: #fff;
}

.float1 i {
	margin-right: 10px;
	font-size: 22px;
	position: relative;
	top: 2px;
	color: #f8f8f8;
}

@keyframes key1 {
	0% {
		transform: translateY(0);
	}

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

}

/* navbar Above */
#navbarAbove {
	background: #ff9800;
	font-size: 15px;
	color: #fff;
	padding: 16px 0;    /* background-color: #fff; */
}

.head_social li {
	background: #fff;
	padding: 0 6px;
	border-radius: 50%;
}

.head_social li a {
	color: #ff9800 !important;
}

#navbarBelow .navbar-toggler i {
	color: #fff;
}

#navbarAbove a {
	color: #fff;
	font-size: 13px;
}

#navbarAbove .styled-link:hover:after {
	background-color: #000 !important;
}

/* navbar Below */
.m-header {
	position: absolute;
	width: 100%;
	z-index: 999;
	background: #41224785;
	padding: 0 0 20px 0;
	border-bottom: 2px solid #ce9038;
}

#navbarBelow a {
	color: #fff;
	font-weight: normal;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
}

#navbarBelow li {
	position: relative;
}

#navbarBelow li::after {
	background: none repeat scroll 0 0 transparent;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	background: #ff9800;
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width: 0;
}

#navbarBelow li:hover::after {
	width: 100%;
	left: 0;
}

.nav-link.dropdown-toggle::after {
	transition: 0.5s;
}

.nav-link.dropdown-toggle.show::after {
	transform: rotate(180deg);
}

#navbarBelow .navbar-toggler {
	color: #fff;
	border: none;
	box-shadow: none;
}

/*#navbarBelow.fixed-top {

    background-color: #1A5DA5;

    animation: navbarBelow 500ms linear;

    padding: 15px 0;

}*/
.fixed-top {
	position: relative;
}

@keyframes navbarBelow {
	0% {
		opacity: 0%;
		transform: translateY(-50%);
	}

	;

	100% {
		opacity: 100%;
		transform: translateY(0);
	}

}

#navbarNavDropdown {
	font-size: 1.1rem;
	font-weight: 600;
}

.navbar-brand img {

	/* max-height: 60px; */

	width: 79%;
}

.dropdown-menu {
	background-color: #412247;
	width: 320px;
	padding: 0 0 11px 0;
	border-radius: 10px;
}

.dropdown-menu.show li {
	padding: 6px 0 5px 0;
	text-transform: capitalize;
	background: #67496c;
	margin: 11px 20px 0 20px !important;
	border-radius: 7px;
}

.dropdown-item {
	color: #000;
	font-weight: 400;
}

.dropdown-item.active, .dropdown-item.active, .dropdown-item:active, .dropdown-item:hover {
	background-color: #121c3d00;
	color: #fff !important;
}

.navbar-right-button {
	background: #fff;
	font-size: 16px;
	text-align: center;
	border-radius: 50px;
	color: #FF9800 !important;
	padding: 9px 22px;
}

#navbarBelow .navbar-collapse.collapsing, #navbarBelow .navbar-collapse.show {
	margin-top: 10px;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

a, h1, h2, h3, h4, h5, h6, li, p, span, ul {
	font-family: 'Poppins', sans-serif;
	margin: 0 !important;
}

body {
	font-family: 'Poppins', sans-serif;
}

#navbarBelow {
	padding: 22px 30px 0 30px;
}

/* SECTION1 */
.h_sec1.home {
	position: relative;
	padding: 140px 0 60px 0;
	isolation: isolate;
	background: url(../img/s1bg.webp) no-repeat center/cover;
	border-radius: 0 0px 60px 60px;
}

.h_sec1.home.inner.authorpage {
	background: url(../img/authorpage/s1bg.webp) no-repeat center/cover;
}

.h_sec1.home.inner.bookwritingpage {
	background: url(../img/bookwritingpage/s1bg.webp) no-repeat center/cover;
}

.h_sec1.home.inner.book-publishingpage {
	background: url(../img/book-publishingpage/s1bg.webp) no-repeat center/cover;
}

.h_sec1.home.inner.bookeditingpage {
	background: url(../img/bookeditingpage/s1bg.webp) no-repeat center/cover;
}

.h_sec1.home.inner.bookmarketingpage {
	background: url(../img/bookmarketingpage/s1bg.webp) no-repeat center/cover;
}

.h_sec1.home.inner.audiobookpage {
	background: url(../img/audiobookpage/s1bg.webp) no-repeat center/cover;
}

desk_

/* .inner-banner.about-bnr.aboutpage {

   background: url(../img/aboutpage/s1bg.webp) no-repeat center/cover;

} */
.inner-banner.about-bnr.aboutpage {
	background: url(../img/aboutpage/s1bg.webp) no-repeat center/cover;
}

.inner-banner.about-bnr.contact {
	background: url(../img/contact/s1bg.webp) no-repeat center/cover;
}

.inner-banner.about-bnr.portfolio-bnr {
	background: url(../img/ports1bg.webp) no-repeat center/cover;
}

.h_sec1.home.inner {
	height: 800px;
	display: flex;
	align-items: center;
}

/* .h_sec1.home.inner.authorpage{

   background: url(../img/s1bg.webp) no-repeat center/cover;

} */
.inner-banner.about-bnr {
	height: 700px;
	background: url(../img/s1bg.webp) no-repeat center/cover;
	display: flex;
	align-items: center;
}

.h_s1left .top {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 121px;
}

.defaulth1 {
	font-weight: 700;
	line-height: normal;
	font-size: 48px;
	color: #fff;
	text-transform: capitalize;
	margin: 0 0 12px 0 !important;
}

.bnr-txt h1 {
	font-weight: 700;
	line-height: normal;
	font-size: 48px;
	color: #fff;
	text-transform: capitalize;
	margin: 0 0 12px 0 !important;
}

.btn_wrap {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin: 17px 0 0 0;
	align-items: center;
}

a.btn1 {
	background: #CE9038;
	border: none;
	font-size: 16px;
	text-align: center;
	border-radius: 6px;
	color: #000;
	padding: 12px 38px;
	font-weight: 600;
}

.btn1.popup-btn.big {
	font-size: 22px;
}

a.btn2 {
	background: #fff;
	border: none;
	font-size: 16px;
	text-align: center;
	border-radius: 6px;
	color: #000;
	padding: 12px 38px;
	font-weight: 600;
}

.btn_wrap a {
	display: flex;
	align-items: center;
	gap: 12px;
}

.btn_wrap a i {
	font-size: 21px;
}

.btn_wrap .btn1.popup-btn.bg_dark {
	background: #fff;
	color: #000;
}

.defaulth2 {
	font-size: 48px;
	color: #fff;
	margin: 13px 0 !important;
}

.hd-txt h2 {
	font-size: 48px;
	color: #021020;
	margin: 13px 0 !important;
	font-weight: 600;
}

.defaulth2.black {
	color: #021020;
}

.bold {
	font-weight: 600;
}

.clr_1 {
	color: #412247 !important;
}

.clr_2 {
	color: #CE9038 !important;
}

.defaultp {
	color: #2A2A2A;
	margin: 10px 0;
	font-size: 15px;
	line-height: 25px;
}

.s1_innerslide {
	background: #00082B;
	color: #fff;
	padding: 17px 20px;
	border-radius: 10px;
	border: 1px solid #FFFFFF54;
}

.s1_innerslide .top {
	display: flex;
	justify-content: space-between;
	align-items: start;
	margin: 0 0 10px 0;
}

.s1_innerslide .top .t_inner {
	display: flex;
	align-items: center;
	gap: 15px;
}

.s1_innerslide .top .t_inner .img {
	height: 60px;
	width: 60px;
	border-radius: 60px;
	overflow: hidden;
	border: 3px solid #082cbb;
}

.s1_innerslide .top .t_inner img {
	object-position: 0 -10px;
}

.s1_innerslide .top .t_inner img[src="img/brenadette/side-img.jpg"] {
	object-position: 0 0px;
}

.s1_innerslide .top .icon {
	height: 50px;
	width: 50px;
	background: #ce9038;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
}

.s1_innerslide .top .icon i {
	color: #000;
	font-size: 21px;
	transform: rotate(-42deg);
}

.s1bookslider .slick-slide {
	padding: 100px 0 0 0;
}

.s1bookslider.slick-initialized.slick-slider {
	height: 330px;
}

.s1bookslider .slick-current + .slick-slide + .slick-slide .slide img {
	width: 231px;
	margin: -40px 0 0px -8px;
	display: flex;
}

.s1bookslider .slide {
	display: flex;
	justify-content: center;
}

.swiper-pagination {
	translate: 0 40px;
	display: flex;
	justify-content: center;
	gap: 6px;
}

.swiper-pagination .swiper-pagination-bullet {
	background: #ce9038;
}

.swiper-pagination .swiper-pagination-bullet-active {
	width: 27px;
	border-radius: 9px;
}

.sellingbox {
	display: flex;
	align-items: center;
	justify-content: center;
}

.lineclr {
	position: relative;
	isolation: isolate;
}

.lineclr:before {
	position: absolute;
	height: 10px;
	width: 100%;
	bottom: -6px;
	right: 0;
	content: '';
	background: url(../img/h2line.webp) no-repeat center/cover;
	z-index: -1;
}

.h_sec4.home {
	background: url(../img/s4bg.webp) no-repeat center/cover;
}

.h_s4tabnav .nav-tabs {
	flex-direction: column;
	border: 0;
}

.h_s4tabnav .nav-tabs a {
	display: flex;
	gap: 10px;
	background: #fff;
	margin: 20px 10px 0 0 !important;
	padding: 10px 0px 10px 10px;
	align-items: center;
	color: #000;
	font-size: 19px;
	text-transform: capitalize;
	border-radius: 40px;
	border: 0;
}

.h_s4tabnav .nav-tabs a .icon {
	background: #412247;
	height: 45px;
	width: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	border-radius: 50%;
}

.h_s4tabnav {
	background: #CE9038;
	border: 1px solid #fff;
	padding: 10px 0px 30px 10px;
	border-radius: 14px;
	position: relative;
	z-index: 1;
}

.h_s4tabnav .nav-tabs a.active {
	margin: 20px 0 0 0 !important;
	border-radius: 55px 0px 0px 55px;
	background: #1F0924;
	color: #fff;
	position: relative;
}

.h_s4tabnav .nav-tabs a.active::before {
	background: #1F0924;
	width: 101%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	z-index: -1;
	border-radius: 55px 0px 0px 55px;
}

.h_s4tabnav .nav-tabs a.active .icon {
	background: #ce9038;
}

.h_s4tabs .inner {
	display: flex;
	align-items: center;
	background: #1F0924;
	height: 600px;
	color: #fff;
	border: 1px solid #ffffff29;
	border-radius: 12px;
	padding: 0 0 0 94px;
	translate: -80px 0px;
	z-index: 0;
	position: relative;
	margin: 0 60px 0 0;
}

.h_s4tabs .inner .left {
	width: 50%;
}

.h_s4tabs .inner .left p {
	margin: 20px 0 0 0 !important;
}

.h_s4tabs .inner .left h3 {
	font-weight: 600;
	font-size: 25px;
	text-transform: capitalize;
}

.h_s4tabs .inner .right img {
	translate: 144px 0;
}

.h_s5disc1 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	text-align: right;
}

.h_s5disc1.left .box1 {
	translate: 118px 0px;
}

.h_s5disc1.left .box3 {
	translate: 118px 0px;
}

.h_s5disc1.right .box1 {
	translate: -118px 0px;
}

.h_s5disc1.right .box3 {
	translate: -118px 0px;
}

.h_s5disc1.right {
	text-align: left;
}

.h_sec6.home {
	background: url(../img/s6bg.webp) no-repeat center/cover;
}

.btn1.purple.popup-btn {
	background: #412247;
	color: #fff;
}

.h_sec8.home {
	background: url(../img/s8bg.webp) no-repeat center/cover;
}

.h_sec8.home .slick-slide.slick-current + .slick-slide + .slick-slide img {
	transform: scale(1.5);
}

.slick-slide img {
	transition: all .5s ease-in-out;
}

.h_sec8.home .slick-slide.slick-current + .slick-slide  img {
	transform: scale(1.15);
}

.h_sec8.home .slick-slide.slick-current + .slick-slide + .slick-slide + .slick-slide  img {
	transform: scale(1.15);
}

.port_slider .slick-slide {
	padding: 100px 0 58px 0;
}

.port_slider .slide {
	display: flex !important;
	align-items: center;
	justify-content: center;
}
#editing-book1-trigger , #editing-book2-trigger , #editing-book3-trigger {
  box-shadow: 0 0 30px 10px #0000006e;
}
.s9genrebox {

	/*! background: red; */

	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 60px 0 0 0;
}

.s9genrebox .bottom {
	background: #F4AE4B;
	padding: 140px 15px 16px 15px;
	margin: -129px 0 0 0;
	z-index: 0;
	position: relative;
	border-radius: 10px;
	transition: 0.7s;
}

.s9genrebox:hover .bottom {
	background: #412247;
}

.s9genrebox:hover .bottom h3 {
	color: #f4ae4b !important;
}

.s9genrebox .bottom .innertop {
	display: flex;
	justify-content: space-between;
	position: relative;
	padding: 10px 0 10px 0;
}

.s9genrebox .bottom .innertop h4.num {
	font-size: 80px;
	position: absolute;
	right: 0;
	top: -14px;
	font-weight: 600;  /*! color: #fff; */
	background: linear-gradient(#0a13302e, #fff0);
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.s9genrebox:hover .bottom .innertop h4.num {
	background: linear-gradient(#ffffff2e, #fff0);
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.s9genrebox:hover .bottom p {
	color: #f4ae4b !important;
}

.s9genrebox .top {
	padding: 25px 29px;
	position: relative;
	z-index: 2;
	border-radius: 10px;
}

.s9genrebox.box1 .top {
	background: #F0D7CD;
}

.s9genrebox.box2 .top {
	background: #B17546;
}

.s9genrebox.box3 .top {
	background: #3A5872;
}

.s9genrebox.box4 .top {
	background: #E1D396;
}

.s9genrebox.box5 .top {
	background: #C9BE9F;
}

.s9genrebox.box6 .top {
	background: #C8AC7C;
}

.s9genrebox.box7 .top {
	background: #F0D7CD;
}

.s9genrebox.box8 .top {
	background: #F4F3F3;
}

.h_s10slider .slide .img {
	margin: 0 0 20px 0;
	position: relative;
}

.h_s10slider .slide .disc {
	display: none;
}

.h_s10slider .slide .img img {
	border-radius: 9px;
}

.h_s10slider .slide .playicon {
	position: absolute;
	left: 50%;
	top: 50%;
	translate: -50% -50%;
	background: #CE9038;
	height: 57px;
	width: 57px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 50%;
	font-size: 24px;
	box-shadow: 0px 0px 0px 9px #ffffff9e;
}

.h_s10slider .slick-slide {
	padding: 30px 10px 20px 10px;
}

.dot_true .slick-dots li {
	margin: 0 7px !important;
}

.dot_true .slick-dots li button {
	height: 17px;
	width: 28px;
	background: #CE9038;
	border-radius: 13px;
	padding: 0 9px;
	transition: 0.5s;
	margin-top: 17px !important;
}

.dot_true .slick-dots li.slick-active button {
	background-color: #1A1A1A;
	width: 28px;  /* margin: 0 -22px; */

	/* padding: 0 14px; */
}

.dot_true .slick-dots li button::before {
	display: none;
}

.testi_slider .slick-current + .slick-slide img {
	transform: scale(1.2);
}

.testi_slider .slick-slide {
	padding: 70px 0 40px 0px;
}

.testi_slider .slide {
	display: flex !important;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.testi_slider .slide img[src="img/testilogo.webp"] {
	translate: 0 -37px;
}

.testi_slider .slick-current + .slick-slide img[src="img/testilogo.webp"] {
	translate: 0 -1px;
	filter: invert(1) brightness(100);
}

.testi_slider .slick-dots li {
	margin: 0 7px !important;
}

.testi_slider .slick-dots li button {
	height: 2px;
	width: 28px;
	background: #CE9038;
	border-radius: 13px;
	padding: 0 9px;
	transition: 0.5s;
	margin-top: 17px !important;
}

.testi_slider .slick-dots li.slick-active button {
	background-color: #1A1A1A;
	width: 28px;  /* margin: 0 -22px; */

	/* padding: 0 14px; */
}

.testi_slider .slick-dots li button::before {
	display: none;
}

.testislider2 .slide {
	background: #1E1E1E;
	padding: 20px 33px 35px;
	overflow: hidden;
	border-radius: 14px;
}

.testislider2 .slide1 {
	background: #1E1E1E;
}

.testislider2 .slide2 {
	background: #1E1E1E;
}

.testislider2 .slide3 {
	background: #1E1E1E;
}

.testislider2 .slide .top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #ffffff3d;
	margin: 0 0 13px 0;
}

.testislider2 .slide .bottom p {
	height: 123px;
}

.testislider2 .slide .top .right {
	border: 1px solid #fff;
	height: 90px;
	flex-shrink: 0;
	width: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	border-radius: 50%;
	translate: 45px -37px;
	font-size: 18px;
}

.testislider2 .slide .top .right .icon {
	background: #fff;
	height: 80px;
	width: 80px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0;
}

.testislider2 .slide .top .left p {
	translate: 0 -12px;
	font-size: 16px;
}

.testislider2 .slick-slide {
	padding: 20px 15px 15px 15px;
}

.s12form form input, .s12form form textarea {
	background: #E8E8E8;
	margin: 32px 0 0 0;
	padding: 10px 0px 10px 10px;
	border-radius: 5px;
	resize: none;
}

.s12form form button {
	background: #412247;
	width: 100%;
	margin: 30px 0 0 0;
	font-weight: 600;
	color: #fff;
	padding: 9px 0;
}

.h_sec12.bot_form > .container {
	border: 6px solid #412247;
	border-radius: 11px;  /* width: 60%; */
	max-width: 1120px;
}

.h_s12left {
	background: url(../img/s12img_bg.webp) no-repeat center/cover;
}

.s12form .form-group {
	position: relative;
}

.s12form .form-group i {
	position: absolute;
	top: 16px;
	right: 16px;
	opacity: 0.4;
}
.vid_testislider.dot_true .slick-dots li button {
	height: 8px;
}
.vid_testislider.dot_true .slick-dots {
  position: absolute;
  bottom: 5px;
}
.vid_testislider.dot_true .slick-dots li.slick-active button {
  background-color: #ffffff;
}

.contactlink_ftr ul li {
	display: flex;
	gap: 10px;
	margin: 10px 0 0 0 !important;
}

.contactlink_ftr ul li .icon {
	flex-shrink: 0;
}

.i_s4box {
	background: #412247;
	color: #fff;
	padding: 10px 20px 30px 20px;
	border-radius: 10px;
	margin: 30px 0 0 0;
}

.i_s4box .top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.i_s4box .top .icon {
	background: #795880;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 60px;
}

.i_s4box .top .num {
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #ffffff9c;
	color: #fff0;
	font-size: 60px;
	font-weight: 900;
}

.i_s4box .bottom h3 {
	margin: 0px 0 11px 0 !important;
	font-size: 27px;
}

.i_sec4.inner.bookwriting {
	background: #FBEFFE;
}

.i_s12ul li.box {
	display: flex !important;
	align-items: center;
	gap: 10px;  /*! border: 1px solid #000; */
	border-radius: 10px;
	padding: 10px 10px;
	position: relative;
	background: #fff;
	margin: 17px 0 0 0 !important;
}

.i_s12ul li.box .icon {
	background: #CE9038;
	height: 100px;
	width: 100px;
	flex-shrink: 0;
	padding: 10px 10px;
	border-radius: 10px;
}

.i_s12ul li.box h3 {
	font-size: 24px;
	margin: 0 0 8px 0 !important;
	font-weight: 600;
	color: #CE9038;
}

.i_s12ul li.box::before {
	background: linear-gradient(90deg, rgba(65, 34, 71, 1) 0%, rgba(65, 34, 71, 0) 100%);
	position: absolute;
	top: -0.1px;
	left: -1px;
	content: '';
	height: 101%;
	width: 102%;
	border-radius: 10px;
	z-index: -999999999999999;
}

.i_sec15.inner.bookwriting {
	background: url(../img/bookwritingpage/s15bg.webp) no-repeat center/cover;
}

.s15acc button {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 14px;
	border: 0;
	background: transparent;
	text-align: start;
	color: #000;
	font-weight: 600;
}

.s15acc button.collapsed i {
	transform: rotate(0);
}

.s15acc button i {
	transition: 0.4s cubic-bezier(1, 0.52, 1, 1);
	transform: rotate(135deg);
}

.s15acc {
	margin: 31px 0 0 0;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 0px 36px -5px #00000078;
	padding: 4px 0;
}

.s15acc button i {
	border-radius: 50%;
	background: transparent;
	color: #ce9038;
	padding: 8px 9px;
	border-radius: 21px;
	font-size: 21px;
}

.s15acc .s9num {
	background: transparent;
	border-radius: 50%;
	padding: 7px 6px;
}

.s15acc .card.card-body {
	border: 0;
	color: #6e706e;
	border-top: 2px solid #000;
	border-radius: 0;
}

.location-flags {
	position: absolute;
	width: 26px !important;
	height: auto !important;
	display: block;    /* overflow: hidden; */
	display: flex;
	align-items: center;
}

.location-flags svg, .location-flags img {
	width: 100%;
	height: 100%;
}

.location-bnr .row {
	position: relative;
}

img.map-location {
	width: 1000px;
	margin: 0 auto;
	margin-top: 65px;
	filter: grayscale(1);
}

.flags-1 {
	top: 140px;
	left: 310px;
}

.flags-2 {
	top: 190px;
	left: 290px;
}

.flags-3 {
	top: 68px;
	bottom: 0;
	margin: auto;
	left: 388px;
}

.flags-4 {
	top: 388px;
	left: 414px;
	bottom: auto;
	display: flex;
	align-items: center;
}

.flags-5 {
	top: 154px;
	left: -55px;
	right: 58px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.flags-6 {
	top: 187px;
	left: -150px;
	right: 0;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.flags-7 {
	top: 220px;
	left: -150px;
	right: 0;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.flags-8 {
	top: 295px;
	left: 60px;
	right: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: auto;
	margin: auto;
}

.location-flags a {

	/* width: 20px; */

	/* height: 20px; */
}

.flags-9 {
	bottom: 100px;
	left: 40px;
	right: 0;
	margin: auto;
}

.flags-10 {
	left: -40px;
	top: 146px;
	right: 0;
	margin: auto;
	bottom: auto;
}

.flags-11 {
	top: 173px;
	right: 50px;
	left: 0px;
	margin: auto;
}

.flags-12 {
	left: 0;
	right: 80px;
	margin: auto;
	top: 196px;
}

.flags-13 {
	top: 153px;
	left: 80px;
	right: 0;
	margin: auto;
}

.flags-14 {
	top: 167px;
	left: 49px;
	right: 0;
	margin: auto;
}

.flags-15 {
	left: 13px;
	right: 0;
	margin: auto;
	top: 189px;
	z-index: 1;
}

.flags-16 {
	top: 198px;
	left: 35px;
	right: 0px;
	margin: auto;
	z-index: 0;
}

.flags-17 {
	right: -20px;
	left: 120px;
	margin: auto;
	top: 190px;
	z-index: 1;
}

.flags-18 {
	right: -110px;
	left: 0px;
	margin: auto;
	top: 204px;
}

.flags-20 {
	top: 230px;
	left: 20px;
	right: 0;
	margin: auto;
}

.flags-21 {
	top: 190px;
	left: 248px;
	right: 0;
	margin: auto;
}

.flags-22 {
	top: 206px;
	left: 200px;
	right: 0;
	margin: auto;
}

.flags-23 {
	top: 260px;
	left: 138px;
	right: 0;
	margin: auto;
}

.flags-24 {
	top: 236px;
	left: 110px;
	right: 0;
	margin: auto;
}

.flags-25 {
	top: 226px;
	left: 280px;
	right: 0;
	margin: auto;
}

.flags-26 {
	top: 262px;
	right: 0;
	left: 210px;
	margin: auto;
}

.flags-27 {
	top: 228px;
	right: 0px;
	left: 385px;
	margin: auto;
}

.flags-28 {
	top: 270px;
	left: 385px;
	right: 0;
	margin: auto;
}

.flags-28 {
	top: 267px;
	right: 0;
	left: 378px;
	margin: auto;
}

.flags-29 {
	top: 313px;
	right: 0;
	margin: auto;
	left: 548px;
}

.flags-30 {
	right: 245px;
	top: auto;
	bottom: 85px;
	margin: auto;
}

.bnr-location-pin {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

ul.authr-names {
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 16px;
	margin: 0;
}

ul.authr-names li {
	width: 24%;
}

.authr-names-bx {
	box-shadow: 0 0 20px rgb(0 0 0 / 0%);
	background: #F2F2F2;  /* display: block; */
	padding: 10px;
	border-radius: 8px;
	transition: all .5s ease-in-out;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.authr-names-bx a {
	color: #1a1a1a;
	font-size: 18px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.author-inr-link {
	display: flex;
	align-items: center;
	gap: 0 30px;
}

.author-bx-inr-pg img {
	width: 100%;
	height: 550px;
	object-fit: cover;
	object-position: top center;
}

.author-bx-inr-pg {
	overflow: hidden;
	width: 30%;
	position: relative;
	background: #412247;
	transition: all .5s ease-in-out;
	margin: 20px 0 0 0;
}

.author-inr-bck-txt {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
	align-items: center;
	padding: 10px 20px 30px;
	background: #eee;
	transform: translateY(650px);
	transition: all .5s ease-in-out;
}

.author-inr-bck-txt p {
	padding-top: 30px;
}

.author-bx-inr-pg h5 {
	font-size: 18px;
	text-align: center;
	color: #fff;
	padding: 15px 0;
}

.author-bx-inr-pg:hover .author-inr-bck-txt {
	transform: translateY(0px);
}

.author-inr-pg-sec-2 .inr-serv-side-img {
	width: 200px;
	overflow: hidden;
	margin: 0 auto;
	border: 1px solid #d9d9d9;
}

.author-inr-pg-sec-2 .inr-serv-side-img img {
	width: 200px;
	margin: 0 auto;
	display: table;
}

.inr-sec-1.illus-inr-sec-1.pt-7.author-inr-pg-sec-2 {
	padding: 40px 0 40px 0;
}

.s2clientsec {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

img[src="img/s3left.webp"] {
	width: 66%;
	margin: auto;
	display: table;
}

.h_sec2.home.client_sec {
	background: #f9f9f8;
}

.teamslider1 .slide {
	display: flex !important;
	flex-direction: column;
	align-items: center;
	gap: 15px;
}

.teamslider1 .slide h4 {
	font-weight: 600;
}

.teamslider1 .slide2, .teamslider1 .slide4 {
	margin: 100px 0 0 0;
}

.teamslider1 {
	padding: 40px 0 0px 0;
}

.pckgbox {
	background: #0000000f;
	color: #fff;
	border-radius: 22px;
	margin: 40px 0 0 0;
	transition: 0.8s;
	border: 1px solid #ffffff2b;
}

.h_sec10.home.s10home.altersec {
	background: url(../img/alter_s10bg.webp) no-repeat center/cover;
}

.h_sec10.home .container-fluid {
	padding: 0 260px 0 110px;
}

.pckgbox ul li {
	border-bottom: 2px solid #00000075;
	height: 92px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0 15px;
	font-weight: 600;
}

.pckgbox ul li.nb {
	border-bottom: 0px solid #ffffff75;
}

.pckgbox.big {
	margin-left: 156px;
	background: #CE9038;
	color: #000 !important;
}

.pckgbox.big .tophead {
	background: #fff;
	border-radius: 22px 22px 0 0;
	font-size: 30px;
	font-weight: 600;
}

.pckgbox.small img[src="img/logo.webp"] {

	/* filter: invert(1) brightness(100); */

	width: 89%;
}

.pckgbox.small h5 {
	font-size: 29px;
	font-weight: 600;
}

/* .pckgbox.small.us {

    background: #000000eb;

} */
.pckgbox.small.us + .btn_wrap a {
	padding: 7px 27px;
}

.pckgbox.small.us + .btn_wrap {
	justify-content: center;
}

.pckgbox.small {
	background: #ffffff26;
	backdrop-filter: blur(30px);
}

.pckgbox.small .tophead {
	background: #ce9038;
	color: #000;
	border-radius: 22px 22px 0 0;
}

.pckgbox.small .tophead h5 {
	font-size: 18px;
}

.testisecimg {
	position: relative;
}

.testisecimg img[src="img/s7left.webp"] {
	position: absolute;
	left: 50%;
	top: 50%;
	translate: -50% -50%;
}

.testisecimg img[src="img/s3left.webp"] {
	position: absolute;
	left: 50%;
	top: 50%;
	translate: -50% -50%;
}

.testisecimg .playicon {
	position: absolute;
	left: 50%;
	top: 50%;
	translate: -50% -50%;
	background: #CE9038;
	height: 57px;
	width: 57px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 50%;
	font-size: 24px;
	box-shadow: 0px 0px 0px 9px #ffffff9e;
}

.alterpckgbox.middle {
	background: #cd8f37;
}

.alterpckgbox {
	background: #f5f5f5;
	padding: 30px 30px 30px 30px;
	border-radius: 15px;
	margin: 30px 0 0 0;
	height: 520px;
	display: flex;
	flex-direction: column;
	justify-content: start;
}

.alterpckgbox li {
	display: flex;
	align-items: center;
	gap: 13px;
	margin: 11px 0 0 0 !important;
}

.alterpckgbox li svg {
	height: 20px;
	opacity: 0.5;
}

.alterpckgbox .top, .alterpckgbox .mid {
	text-align: center;
	border-bottom: 1px solid #000;
	padding: 20px 0 20px 0;
}

.alterpckgbox .bottom {
	padding: 20px 0 0 0;
}

.alterpckgbox .bottom h4 {
	text-align: center;
	padding: 0 0 14px 0;
}

.alterpckgbox.middle li svg path {
	color: #fff;
}

.alterpckgbox.middle li svg {
	opacity: 1;
}

.alterpckgbox.middle .top, .alterpckgbox.middle .mid {
	border-bottom: 1px solid #fff;
}

.h_sec1.home.alterpage1 {
	height: 460px;
	display: flex;
	align-items: center;
}

.alterpckgbox.prpage {
	height: 560px;
}

.alterpckgbox.prpage li {
	align-items: start;
}

.alterpckgbox.prpage li i {
	translate: 0 7px;
}

.alterpckgbox ul {
	padding: 0;
}

.pckgbox.small li {
	border-color: #ffffff70;
}

.interviewbox .inner {
	display: flex;
	align-items: center;
	margin: 40px 0 0 0;
}

.interviewbox .inner ul li svg {
	height: 14px;
}

.interviewbox {
	padding: 40px 0px 0px 80px;
	margin: 40px 0 0 0;
	border: 10px solid #ce9038;
	border-right: 0px;
	border-bottom: 0px;
}

.interviewbox .inner .left {
	width: 50%;
}

.interviewbox .inner .right {
	width: 30%;
	margin: auto;
	display: table;
}

.portsep_box {
	height: 396px;
	overflow: hidden;
}

.portsep_box img {
	width: 100%;
	object-position: bottom;
	object-fit: cover;
}

.portsep_box:hover img {
	object-position: top;
}

.s9genrebox .bottom p {
	height: 66px;
}

.author-main-col {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 30px 17px;
}

.author-bx p {
	font-size: 15px;
	height: 60px;
}

.author-main-col .author-bx {
	width: 24%;
	background: #FFFFFF;
	border: 1px solid #412247;
	box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	padding: 0px 10px 20px;
}

.author-txt-img {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border-bottom: 1px solid rgb(0 0 0 / 20%);
	border-bottom-style: dashed;
	gap: 0 15px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.author-txt-img h4 {
	font-size: 20px;
	color: #14161A;
	font-weight: 600;
}

.author-txt-img h4 span {
	color: #161922;
	font-size: 13px;
	display: block;
	font-weight: 400;
	letter-spacing: 0.2px;
	line-height: 19px;
}

/* SECTION1 */

/* FOOTER  */



footer {
	width: 100%;
	background: url(../img/ftrbg.webp) no-repeat center/cover;
	overflow: hidden;
}

.foot_top {
	width: 100%;
	overflow: hidden;
	padding: 60px 0 40px;
}

.foot_box {
	width: 100%;
}

.foot_box p {
	color: #fff !important;
	font-size: 14px;
}

.foot_box h3 {
	margin: 0 0 20px;
	color: #fff;
	font-weight: 400;
	padding-bottom: 15px;
	position: relative;
	font-size: 25px;
	font-weight: 600;
}

.foot_box ul {
	padding: 0 0 0 0px;
	list-style: none;
}

.foot_box ul li {
	line-height: 30px;
	position: relative;
}

.foot_box ul li i {
	color: #B2C3BF;
}

/* .foot_box ul li::before {

content: "";

width: 10px;

height: 10px;

position: absolute;

left: -20px;

background: #fff;

top: 9px;

border-radius: 0 10px 10px 0;

transition: linear .5s;

} */
.foot_box ul li a {
	color: #fff;
	transition: linear .2s;
	font-size: 13px;
}

.foot_box2 h3 {
	margin: 0 0 20px;
	color: #fff;
	font-weight: 400;
	padding-bottom: 15px;
	position: relative;
	font-size: 22px;
}

/* .foot_box2 h3::before {

content: "";

bottom: -2px;

right: 50%;

left: 0;

position: absolute;

z-index: 1;

height: 2px;

width: 90%;

background: #fff;

} */
.foot_box2 ul li {
	color: #fff;
	padding: 0 0 10px;
}

/* .foot_box h3::before {

content: "";

bottom: -2px;

right: 50%;

left: 0;

position: absolute;

z-index: 1;

height: 2px;

width: 25%;

background: #fff;

} */
.foot_box img {
	margin-top: 10px;
}

.foot_box2 ul li a {
	color: #fff;
	font-size: 12px;
}

.foot_box2 ul li {
	list-style: none;
}

.foot_bot .container {
	background: #CE9038;
	padding: 12px 20px;
	border-radius: 20px 20px 0px 0;
}

.foot_bot p {
	text-align: center;
	color: #fff !important;
	margin: 0;
}

@media (max-width:1700px) {
	.h_sec10.home .container-fluid {
		padding: 0 200px 0 50px;
	}

}

@media (max-width:1550px) {
	.defaulth1 {
		font-size: 41px;
		padding: 0px 0;
	}

	.defaulth2 {
		font-size: 36px;
	}

	img[src="img/s3left.webp"] {
		width: 65%;
		margin: auto;
		display: table;
	}

	.h_s4tabnav, .h_s4tabs {
		margin: 30px 0 0 auto;
	}

	.h_s4tabs .inner {
		height: 560px;
	}

	img[src="img/s7left.webp"] {
		width: 70%;
		margin: auto;
		display: table;
	}

	.h_sec1.home.inner {
		padding: 80px 0 30px 0;
		border-radius: 0 0px 60px 60px;
	}

	img[src="img/bookwritingpage/s3right.webp"] {
		width: 80%;
	}

	img[src="img/bookwritingpage/s7left.webp"] {
		width: 80%;
		margin: auto;
		display: table;
	}

	img[src="img/bookwritingpage/s9right.webp"] {
		width: 83%;
	}

	.i_s12ul li::before {
		top: -0.7px;
	}

	.i_s12ul li {
		padding: 10px 10px;
		position: relative;
		background: #fff;
		margin: 20px 0 0 0 !important;
	}

	img[src="img/bookwritingpage/s1right.webp"] {
		width: 80%;
		margin: auto;
		display: table;
	}

	.h_sec1.home.inner {
		padding: 100px 0 20px 0;
		height: 600px;
	}

	img[src="img/bookwritingpage/s3right.webp"] {
		width: 90%;
	}

	img[src="img/bookwritingpage/s7left.webp"] {
		width: 100%;
	}

	img[src="img/bookwritingpage/s9right.webp"] {
		width: 100%;
	}

	.testi_slider .slick-slide {
		padding: 70px 20px 40px 20px;
	}

	.testislider2 .slide .top .left p {
		translate: 0 -12px;
		font-size: 15px;
	}

	.h_s10slider .slide .playicon {
		height: 47px;
		width: 47px;
		color: #fff;
		font-size: 18px;
	}

	.i_s4box .bottom h3 {
		font-size: 22px;
	}

	.flags-1 {
		left: 250px;
	}

	.flags-2 {
		left: 240px;
	}

	.flags-1 {
		left: 250px;
	}

	.flags-2 {
		left: 240px;
	}

	.flags-3 {
		left: 340px;
		top: 80px;
	}

	.flags-4 {
		left: 340px;
	}

	/* .s1bookslider .slick-current + .slick-slide .slide img {transform: scale(0.9);}

	 

	.s1bookslider .slick-slide img {

	transform: scale(0.9);

	} */
	.h_sec1.home {
		position: relative;
		padding: 125px 0 10px 0;
	}

	.h_sec1.home .h_s1left .btn_wrap {
		display: none;
	}

	.s1bookslider .slick-slide {
		padding: 50px 0 0 0;
	}

	/* .h_sec1.home .h_s1left p {

	  display: none;

	} */
	.h_sec10.home .container-fluid {
		padding: 0 170px 0 20px;
	}

}

@media (max-width:1430px) {
	.h_sec10.home .container-fluid {
		padding: 0 100px 0 0px;
	}

	.pckgbox.small .tophead h5 {
		font-size: 16px;
	}

	.pckgbox.small img[src="img/logo.webp"] {
		width: 90%;
	}

	.pckgbox ul li {
		font-size: 14px;
	}

	.pckgbox.big .tophead {
		font-size: 27px;
	}

	.pckgbox.big {
		margin-left: 106px;
	}

	.h_s5disc1 .box h4 {
		font-size: 17px;
	}

	.defaultp {
		color: #2A2A2A;
		margin: 10px 0;
		font-size: 14px;
		line-height: 25px;
	}

	.s9genrebox .bottom h3 {
		font-size: 20px;
	}

	.s9genrebox .bottom .disc p {
		height: 66px;
	}

	#navbarBelow a.btn1 {
		padding: 11px 16px;
		display: flex;
		align-items: center;
	}

	ul.authr-names li {
		width: 32%;
	}

}

.desk_hide {
	display: none;
}

@media (max-width:991px) {
	.desk_hide {
		display: block;
	}

	section.perfect-reader br {
		display: none;
	}

	section.interview-sec br {
		display: none;
	}

	section.stats-sec br {
		display: none;
	}

	section {
		overflow-x: hidden;
	}

	section.h_sec12.bot_form.home.py-5 {
		text-align: center;
	}

	.defaulth1 {
		font-size: 32px !important;
		padding: 10px 0;
	}

	.res_slider .slick-dots li {
		margin: 0 7px !important;
	}

	.res_slider .slick-dots li button {
		height: 11px;
		width: 11px;
		background: #ce9038;
		border-radius: 13px;
		padding: 0 9px;
		transition: 0.5s;
		margin-top: 17px !important;
	}

	.res_slider .slick-dots li.slick-active button {
		background-color: #fff;
		border: 1px solid #ce9038;
		width: 34px;
		margin: 0 -9px; /* padding: 0 14px; */
	}

	.res_slider .slick-dots li button::before {
		display: none;
	}

	.mob_hide {
		display: none !important;
	}

	.mob_center {
		text-align: center;
	}

	#navbarBelow .navbar-collapse {
		order: 3;
		background-color: #ce9038;
		margin-right: 0rem !important;
		padding: 0 10px;
	}

	#navbarBelow .navbar-toggler {
		order: 1;
	}

	.foot_box {
		margin: 30px 0 0 0;
	}

	#navbarBelow .btn_wrap {
		display: none;
	}

	#navbarBelow {
		padding: 20px 16px 0 16px;
	}

	a.btn1, a.btn2 {
		padding: 9px 36px;
	}

	.s1_innerslide {
		margin: 20px 0 0 0;
	}

	.s1bookslider .slick-current + .slick-slide .slide img {
		width: auto;
		margin: 0px 0 0px 0px;
		display: flex;
	}

	.s1bookslider .slide {
		display: flex !important;
		justify-content: center;
	}

	.mySwiper3 .swiper-slide {
		transition-timing-function: ease-in-out;
	}

	.h_s4tabs .inner {
		height: auto;
		padding: 20px 20px;
		margin: 0;
		width: 100%;
		translate: 0 0;
	}

	.h_s4tabs .inner .right {
		display: none;
	}

	.h_s4tabnav, .h_s4tabnav {
		display: none;
	}

	.h_s4tabs .inner .left {
		width: 100%;
	}

	.tab-content > .tab-pane {
		display: block !important;
	}

	.fade:not(.show) {
		opacity: 1;
	}

	.h_s5disc1, .h_s5disc1.right {
		text-align: center;
	}

	.h_s5disc1.left .box1 {
		translate: 0 0;
	}

	.h_s5disc1.left .box3 {
		translate: 0 0;
	}

	.h_s5disc1.right .box1 {
		translate: 0 0;
	}

	.h_s5disc1.right .box3 {
		translate: 0 0;
	}

	.h_s5disc1 .box {
		border-bottom: 1px solid #00000069;
		padding: 20px 0;
	}

	.h_sec7.home h2 {
		width: 100% !important;
	}

	.h_sec7.home h3 {
		padding: 10px 0 !important;
	}

	.h_sec8.home .slick-slide.slick-current + .slick-slide + .slick-slide img {
		transform: scale(1);
	}

	.h_sec8.home .slick-slide.slick-current .slick-slide img {
		transform: scale(1);
	}

	.h_sec8.home .slick-slide.slick-current img {
		transform: scale(1.5);
	}

	.testi_slider .slick-current + .slick-slide img {
		transform: scale(1);
	}

	.testi_slider .slick-current + .slick-slide img[src="img/testilogo.webp"] {
		translate: 0 0px;
		filter: invert(0) brightness(0);
	}

	.testi_slider .slick-current img[src="img/testilogo.webp"] {
		filter: invert(1) brightness(100);
	}

	.testi_slider .slick-slide {
		padding: 30px 0 10px 0px;
	}

	.s12form {
		padding: 0 0 30px 0;
	}

	.foot_top {
		width: 100%;
		overflow: hidden;
		padding: 0px 0 40px;
	}

	.i_s12ul li {
		flex-direction: column;
		text-align: center;
	}

	.i_s12ul li::before {
		display: none;
	}

	.testislider2 .slide .bottom p {
		height: auto;
	}

	.teamslider1 .slide2, .teamslider1 .slide4 {
		margin: 0px 0 0 0;
	}

	section.h_sec1.home.inner.bookwriting.marketingpage {
		position: relative;
		padding: 100px 0 350px 0;
		isolation: isolate;
		background: url(../img/marketing/banner-bg-mobile.png) no-repeat center / cover !important;
		border-radius: 0 0px 60px 60px;
		height: auto;
	}

	/*.h_s10slider1 .slide .img {

	  margin: 0 0 20px 0;

	  position: relative;

	}

	.h_s10slider1 .slide .disc {

	  display: none;

	}

	.h_s10slider1 .slide .img img {

	  border-radius: 9px;

	}

	.h_s10slider1 .slide .playicon {

	  position: absolute;

	  left: 50%;

	  top: 50%;

	  translate: -50% -50%;

	  background: #CE9038;

	  height: 57px;

	  width: 57px;

	  display: flex;

	  align-items: center;

	  justify-content: center;

	  color: #fff;

	  border-radius: 50%;

	  font-size: 24px;

	  box-shadow: 0px 0px 0px 9px #ffffff9e;

	}

	*/
	.h_s10slider1 .img .playicon {
		position: absolute;
		left: 50%;
		top: 50%;
		translate: -50% -50%;
		background: #CE9038;
		height: 57px;
		width: 57px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		border-radius: 50%;
		font-size: 24px;
		box-shadow: 0px 0px 0px 9px #ffffff9e;
	}

	.h_s10slider1 .img {
		position: relative;
		border-radius: 9px;
	}

	.h_s10slider1 .disc {
		display: none;
	}

	.h_s10slider1 {
		display: flex;
		flex-wrap: wrap;
		gap: 20px 18px;
	}

	.h_s10slider1 {
		margin-top: 30px;
	}

	.pckgbox ul li {
		font-size: 14px;
		flex-direction: column;
		gap: 10px;
		height: 113px;
	}

	.h_sec10.home .container-fluid {
		padding: 0 20px 0 20px;
	}

	.testisecimg {
		position: relative;
		margin: 0 0 20px 0;
	}

	.inner-banner.about-bnr.portfolio-bnr {
		height: auto !important;
		padding-top: 110px !important;
		padding-bottom: 50px !important;
	}

	.inner-banner.about-bnr.portfolio-bnr .bnr-txt {
		width: 100% !important;
	}

}

/* Desktop only */
@media (min-width:992px) {
	.navbar .dropdown:hover > .dropdown-menu {
		display: block;
	}

}

@media (max-width:575px) {
	.navbar-brand img {
		max-height: 19px;
	}

	#navbarAbove {
		padding: 5px 0;
		font-size: 12px;
		text-align: center;
	}

	.h_s1left {
		text-align: center;
	}

	.btn_wrap {
		justify-content: center;
	}

	.defaulth2 {
		font-size: 27px;
	}

}

/*childern*/
.childern-bnr-new {
	background: url(../img/childern-book-illus/childern-bnr.png) bottom/cover no-repeat;
	padding: 150px 0 50px;
	height: 770px;
	max-height: 770px;
	position: relative
}

.child-page .childern-bnr-new .banner-txt h3 {
	font-size: 35px;
	margin: 0;
	font-weight: 700;
	padding: 15px 0 0;
	color: #222
}

.child-page .childern-bnr-new .banner-txt h1 {
	margin: 0;
	color: #222
}

.child-page .illu-tb-child-nb ul li {
	display: flex;
	align-items: center;
	margin-top: 20px;
	font-weight: 400
}

.child-page .illu-tb-child-nb ul li img {
	top: 0
}

.child-page .cta-chil-1:after {
	content: "";
	background: url(../img/childern-book-illus/child-cta-img2.png) right/100% no-repeat;
	width: 558px;
	height: 470px;
	position: absolute;
	right: 90px;
	top: -65px;
	bottom: 0
}

.cta-1 {
	background: url(../img/childern-book-illus/cta-bg-1.jpg) center center/cover no-repeat
}

.cta-2 {
	background: url(../img/childern-book-illus/cta-bg-2.webp) center center/cover no-repeat;
	margin-top: 40px
}

.child-page .cta-sec {
	padding: 30px 0 50px;
	position: relative;
	height: 300px;
	display: flex;
	align-items: center;
}

.cta-1 .cta-txt .cta-call, .cta-1 .cta-txt h2, .cta-call, .ul-st-looking li p:hover {
	color: #fff;
}

.child-page .cta-txt h2 {
	color: #fff;
	font-size: 25px;
	font-weight: 400;
}

.child-page .cta-txt h2 span {
	display: block;
	font-weight: 700;
	padding-top: 15px;
	font-size: 37px;
}

.child-page .cta-chil-2:after {
	content: "";
	background: url(../img/childern-book-illus/child-cta-img.png) right/92% no-repeat;
	width: 363px;
	height: 388px;
	position: absolute;
	right: 330px;
	top: -50px;
	bottom: 0
}

.child-page .new-child-pb img {
	margin: 0 auto;
	display: table
}

.child-page .price-box.new-child-pb {
	background: #fff;
	border: 1px solid #eeeded;
	margin: 10px 0;
	padding: 10px;
	overflow: hidden;
	position: relative;
	z-index: 1
}

.child-page .price-box.new-child-pb:before {
	content: '';
	background: #f6f9ff;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 250px;
	height: 250px;
	border-radius: 60%;
	margin: auto;
	z-index: -1;
	transition-duration: 1s;
	visibility: hidden
}

.child-page .price-box.new-child-pb:hover::before {
	border-radius: 0;
	width: 100%;
	height: 100%;
	border: 0;
	transition-duration: 1s;
	visibility: visible
}

.child-page .price-slider-new .slick-dots {
	position: absolute;
	bottom: -50px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	z-index: 5
}

.bookcover_cta2:after, .cta-ebk-1:after, .ebok-cta-2:after, ul.features-ul li:after {
	position: absolute;
	bottom: 0
}

.child-page .price-slider-new .slick-dots li.slick-active button {
	background-color: #cd8f38;
}

.child-page .price-slider-new .slick-dots li button:before {
	font-size: 0px;
	line-height: 0
}

.child-page .price-slider-new .slick-dots li button {
	background-color: #412247;
	border-radius: 50px;
	width: 10px;
	height: 10px
}

.child-page .price-box.new-child-pb .btn-price-sub {
	border-radius: 8px
}

.child-page .price-box.new-child-pb .btn-price-sub:hover {
	color: #fff;
	background: #14bd83
}

.child-page .pricing-sec {
	padding: 50px 0;
	background: url(../img/childern-book-illus/price-bg.png) center / contain no-repeat;
}

.child-page .price-slider-new .btn.btn-started {
	background: #412247;
	padding: 10px 40px;
	text-transform: capitalize;
	text-align: center;
	color: #fff;
}

.child-page .price-list {
	text-align: left;
	padding: 22px 0;
}

.child-page .price-list p {
	display: block !important;
}

.child-page .price_pck2 h2 {
	font-size: 46px;
	color: #5c63fb;
	font-weight: 700;
	margin: 0;
	display: none;
}

.child-page .price_pck2 h3 {
	color: #412247;
	font-size: 22px;
	margin: 0;
	font-weight: bold;
}

.child-page .price_pck2 {
	padding: 34px 0 30px;
	border-bottom: 1px solid #d2dbfc
}

.child_price .price-list p {
	display: block;
	color: #222;
	text-align: center;
	font-size: 14px;
	padding: 0 15px
}

.child_price li {
	list-style: none;
	text-align: center;
	font-size: 15px !important;
	margin: 0;
	padding: 10px;
	border: 1px solid #fff
}

.child_price ul {
	padding: 0;
	height: 200px;
	overflow-y: auto
}

.child_price .price-btn {
	margin: 0;
	padding: 0 0 10px;
	text-align: center;
}

.child_price img {
	margin: 10px auto 0
}

.child_price p.price-add-st {
	color: #222 !important;
	display: block !important;
	background-color: #f9f9f9;
	margin: 0;
	padding: 0 0 20px;
	display: none !important;
}

.child-page .price-list ul::-webkit-scrollbar {
	width: 8px
}

.child-page .price-list ul::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 10px
}

.child-page .price-list ul::-webkit-scrollbar-thumb {
	background: #97bdd0;
	border-radius: 10px
}

.child-page .price-list ul::-webkit-scrollbar-thumb:hover {
	background: #b30000
}

.child-page .price-box p, .price-call-chat {
	display: none;
}

.child-page .price_pck2 {
	padding: 34px 0 30px;
	border-bottom: 1px solid #d2dbfc;
	text-align: center;
}

.child-page .types-tb-cb ul {
	border: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 10px;
}

.child-page .types-tb-cb ul li {
	transition: .3s ease-in-out;
	margin: 0 5px 10px;
	display: inline-block;
	width: 49%;
}

.child-page .border-0, .types-tb-cb ul li a {
	border: 0 !important
}

.child-page .types-tb-cb ul li a h4 {
	color: #222;
	font-size: 20px;
	font-weight: 700
}

.child-page .types-tb-cb ul li a:focus, .types-tb-cb ul li a:hover, .types-tb-cb ul li.active a, .types-tb-cb ul li.active a:focus, .types-tb-cb ul li.active:focus a, .types-tb-cb ul li.active:hover a {
	background-color: #f7d208;
	box-shadow: 0 18px 21px 0 rgba(0, 0, 0, .32)
}

.child-page .types-chil-bk {
	padding: 50px 0 85px
}

.child-page .ty-tb-img img {
	width: 100%;
	display: table;
	text-align: center;
	margin: 0 auto
}

.child-page .ty-tb-img h4 {
	text-align: center;
	font-weight: 700;
	padding: 12px 0 0
}

.child-page .bnr-form-st-new .mainformtop .banfield {
	border: 0;
	height: auto;
	margin: 0 6px 0 0;
	width: 100%
}

.child-page .bnr-form-st-new .mainformtop .topformsv {
	width: 100%;
	padding: 0px 0 10px;
	background: 0 0;
	text-align: left
}

.child-page .bnr-form-st-new .mainformtop form {
	display: block;
	padding: 0
}

.child-page .bnr-form-st-new .mainformtop {
	width: 85%;
	margin-left: 0;
	padding: 10px 15px;
	background: #30313138;
	border-radius: 8px;
	margin-top: 20px;
}

.child-page .bnr-form-st-new .mainformtop input, .child-page .bnr-form-st-new .mainformtop textarea {
	background: #fff;
	padding: 9px 10px;
	height: auto;
	border-radius: 4px;
	font-weight: 400;
	border: 1px solid transparent;
}

.child-page .bnr-form-st-new .mainformtop .banfield input::placeholder {
	color: #222
}

.child-page .bnr-form-st-new .mainformtop .banfield textarea::placeholder {
	color: #222
}

.child-page .bnr-form-st-new .mainformtop h3 {
	margin: 0;
	padding-bottom: 0;
	line-height: normal;
	font-weight: 700
}

.child-page .bnr-form-st-new .mainformtop .banfield .sub-btn-chbk {
	background: #412247;
	color: #fff;
	border-radius: 6px;
	padding: 10px 15px;
	transition: all .5s ease-in-out;
}

.child-page .bnr-form-st-new .mainformtop .banfield .sub-btn-chbk:hover {
	background: #ce9038;
	color: #ffffff;
}

.child-page .bnr-form-st-new .mainformtop h3 span {
	color: #fa690c;
	font-weight: 700
}

.child-page .first_input input {
	margin: 0 0 12px;
	width: 100%;
}

.child-page .padding_left_0 {
	padding-left: 0
}

.child-page .get_contact_deal {
	width: auto !important
}

.child-page .mainformtop input::placeholder {
	font-weight: 400 !important;
	font-size: 14px;
	color: #000 !important
}

.child-page .mainformtop input:-ms-input-placeholder {
	font-weight: 400 !important;
	font-size: 14px;
	color: #000 !important
}

.child-page .mainformtop input::-ms-input-placeholder {
	font-weight: 400 !important;
	font-size: 14px;
	color: #000 !important
}

.child-page .banner-side-img-bookcover img {
	width: auto
}

.child-page .main-pop input::-webkit-input-placeholder {
	color: #000
}

.child-page .main-pop input:-ms-input-placeholder {
	color: #000
}

.child-page .main-pop input::placeholder {
	color: #000
}

.child-page .cb-serv-inner-sec {
	position: relative;
	z-index: 1;
	padding-top: 0;
	padding: 60px 0px;
}

.child-page .feature-sec, .child-page .stepsget {
	background-color: #f7f7f7
}

.child-page .feature-sec {
	padding: 50px 0
}

.child-page ul.features-ul {
	padding: 0;
	list-style: none;
	margin: 0;
	display: flex;
	justify-content: center;
	width: 100%
}

.child-page ul.features-ul li {
	display: inline-block;
	padding: 10px 30px;
	position: relative;
	text-align: center;
	overflow: hidden
}

.child-page ul.features-ul li:hover {
	overflow: initial;
	vertical-align: top
}

.child-page ul.features-ul li:after {
	content: "";
	width: 2px;
	height: 50px;
	background: #d5d3d8;
	right: 0;
	top: 0;
	margin: auto
}

.child-page ul.features-ul li .feature-icn:before {
	content: "";
	display: inline-block;
	background: url('../img/childern-book-illus/sprite.png') no-repeat;
	width: 52px;
	height: 52px
}

i.feature-icn-1:before {
	background-position: -17px -14px !important
}

i.feature-icn-2:before {
	background-position: -92px -14px !important
}

i.feature-icn-3:before {
	background-position: -166px -15px !important
}

i.feature-icn-4:before {
	background-position: -241px -16px !important
}

i.feature-icn-5:before {
	background-position: -307px -21px !important
}

.child-page ul.features-ul li h5 {
	font-family: Poppins, sans-serif;
	margin: 10px 0 0;
	font-size: 16px;
	color: #5e5c68;
	font-weight: 400;
	line-height: 22px
}

.child-page ul.pack-detail-feature li {
	padding: 10px 14px
}

.child-page ul.pack-detail-feature li h5 {
	color: #999
}

.child-page ul.pack-detail-feature {
	margin: 30px 0 0
}

.child-page .illus-tab-li.illu-tb-child-nb ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 30px 0 !important;
	gap: 20px 0;
	padding-top: 20px;
	border-top: 1px solid #eee;
}

.child-page .illus-tab-li.illu-tb-child-nb ul li {
	width: 50%;
	display: flex;
	align-items: center;
	gap: 20px 20px;
}

.child-page section.serv-inner-sec .row {
	align-items: center;
}

.child-page .types-tb-cb ul li a:focus, .types-tb-cb ul li button:hover, .child-page .types-tb-cb ul li button.active, .child-page .types-tb-cb ul li.active button:focus, .child-page .types-tb-cb ul li.active:focus button, .child-page .types-tb-cb ul li.active:hover button {
	background-color: #412247;
	box-shadow: 0 18px 21px 0 rgba(0, 0, 0, .32);
}

.types-tb-cb h4 {
	font-size: 20px;
	color: #000;
	line-height: 32px;
}

.types-tb-cb p {
	color: #000;    /*font-size: 16px;*/
	min-height: 70px;
}

.child-page .types-tb-cb ul li button {
	display: flex;
	flex-direction: column;
	gap: 10px 0;
	padding: 20px 20px;
	align-items: flex-start;
	text-align: left;
	width: 100%;
}

.child-page .types-chil-bk .hd-txt {
	padding-bottom: 50px;
}

.child-page .stepsget {
	text-align: center;
	padding: 70px 0;
}

.child-page .stepsget h2 {

	/* color: #5c63fb; */

	/* font-size: 35px; */

	/* font-weight: 700; */

	/* text-transform: capitalize; */

	/* padding-bottom: 10px; */
}

.child-page .stepsget p {
	margin: 0 0 50px
}

.child-page .stepsget .bx {
	margin-top: 0;
	padding: 0 20px;
	align-content: center;
	display: grid;
	min-height: 380px;
	border: 1px solid transparent
}

.child-page .stepsget .bx .titledv {
	display: flex;
	align-items: center;
	text-align: left;
	margin: 0 0 40px;
	justify-content: center;
	gap: 0 25px;
}

.child-page .stepsget .bx .titledv span {
	font-size: 122px;
	font-weight: 900;
	color: #d8d8d8;
	-webkit-text-fill-color: white;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #d8d8d8;
	margin-right: 10px;
	transition: .3s ease-out;
	line-height: 20px
}

.child-page .stepsget .bx .titledv h3 {
	font-size: 24px;
	color: #412247;
	transition: .3s ease-out
}

.child-page .stepsget .bx p {
	font-size: 16px;
	color: #000;
	transition: .3s ease-out;
	margin: 0;
}

.child-page .stepsget .bx:hover {
	border: 1px solid #412247;
	box-shadow: 0 0 30px 0 #412247;
}

.child-page .stepsget .active .bx .titledv span, .child-page .stepsget .bx:hover .titledv span {
	-webkit-text-stroke-color: #412247;
}

.child-page .slick-slide {
	height: auto;
}

.child-page .stepsget .row {
	padding-top: 40px;
}

.child-page .testi-new-sec .slick-current .testi-box-txt {
	width: 80%;
	background-color: #fff;
	box-shadow: 0 0 15px 0 rgb(0 0 0 / 9%);
	opacity: 1;
	border-radius: 8px;
	border-color: transparent
}

.child-page .testi-new-sec .testi-box-txt {
	width: 95% !important;
	opacity: .5;
	border: 1px solid transparent;
	padding: 15px 40px;
	margin: 0 10px 20px;
	position: relative
}

.child-page .testi-new-sec .clr-yel {
	color: #fdd401
}

.child-page .testi-new-sec .clr-gry {
	color: #c8c8c8
}

.child-page .testi-str {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fec742;
}

.child-page img.quote-testi-st {
	position: absolute;
	right: 20px;
	top: -20px;
}

.child-page .testi-new-sec .testi-box-txt {
	width: 95% !important;
	opacity: .5;
	border: 1px solid transparent;
	padding: 15px 40px;
	margin: 0 10px 40px;
	position: relative;
}

.child-page .testi-box-txt p {
	font-size: 15px;
	padding-top: 5px;
}

.child-page .testi-col-main-div {
	display: flex;
	align-items: center;
	height: 600px;
	min-height: 600px;
	overflow: hidden;
}

.child-page .testi-side-img img {
	width: 95%;
	display: table;
	margin: 0 auto;
}

.child-page .testi-box-txt h3 {
	font-size: 23px;
	font-weight: 700;
	color: #000;
}

.child-page .icn-tooltip .tooltip-innr {
	position: absolute;
	width: 160px;
	right: 0;
	left: 0;
	margin: auto;
	top: -26px;
	background: #000;
	padding: 3px 3px 4px;
	border-radius: 3px;
	color: #fff;
	font-size: 11px;
	text-transform: capitalize;
	opacity: 0;
	transition: .4s;
	z-index: 2;
	box-shadow: 0 0 11px 3px #00000042;
	line-height: 1.5em;
}

.child-page  ul.features-ul li:hover {
	overflow: initial;
	vertical-align: top;
}

.child-page ul.features-ul li .icn-tooltip {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 134px;
	width: 100%;
	text-align: center;
}

.child-page .icn-tooltip {
	display: inline-block;
	position: relative;
	transition: .4s;
}

ul.features-ul li .icn-tooltip .tooltip-innr:before {
	right: 0;
	left: 0;
	content: "\f0d7";
	top: initial;
	bottom: -14px;
}

.icn-tooltip .tooltip-innr:before {
	content: "\f078";
	font: 24px / 1 FontAwesome;
	right: 17px;
	top: -12px;
	position: absolute;
	color: #000;
}

.child-page ul.features-ul li:nth-child(n+3) .tooltip-innr {
	top: -60px;
}

.child-page ul.features-ul li:hover .tooltip-innr {
	opacity: 1;
}

.types-tb-cb ul li button:hover h4, .child-page .types-tb-cb ul li button.active h4, .types-tb-cb ul li button:hover p, .child-page .types-tb-cb ul li button.active p {
	color: #fff;
}

.cta-txt .btn_wrap.justify-content-center {
	justify-content: flex-start !important;
}

.child-page .portfolio-tab ul {
	border-bottom: 2px solid #eee;
	text-align: center;
	margin: 0 auto !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.child-page .portfolio-tab ul a {
	border: 0;
	background: 0 0;
	border-bottom: 2px solid transparent;
	color: #a9a9a9;
	font-weight: 700
}

/*  .child-page .portfolio-tab ul .active a {

border: 0;

color: #222;

border-bottom: 2px solid #f96309

  }*/
.child-page .portfolio-tab ul .active a:focus, .child-page .portfolio-tab ul .active a:hover {
	background: 0 0;
	border: 0;
	border-bottom: 2px solid #fa6c0e
}

.child-page .portfolio-tab ul a:hover, .child-page .portfolio-tab ul a.active {
	background: 0 0;
	border-color: #ce9038;
	color: #222
}

.child-page .portfolio-tab {
	margin: 20px 0;
	display: flex;
}

.child-page .illus-slider-nav, .child-page .illus-tab-st ul.nav-tabs {
	border-bottom: 1px solid #ddd
}

.child-page .portfolio-tab ul li {
	padding: 0 20px;
	text-align: center
}

.child-page .portfolio-sec .port-img {
	margin-top: 30px
}

.child-page .portfolio-sec .port-img img {
	width: 100%;
}

.child-page .box18 {
	overflow: hidden;
	text-align: center;
	position: relative
}

.child-page .box18:after, .box18:before {
	content: "";
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background: rgba(0, 0, 0, .35);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0)
}

.child-page .box18:hover:after, .box18:hover:before {
	-webkit-transform: scale(400);
	-moz-transform: scale(400);
	-ms-transform: scale(400);
	-o-transform: scale(400);
	transform: scale(400)
}

.child-page .box18:before {
	-o-transition: .5s linear .3s;
	-moz-transition: .5s linear .3s;
	-ms-transition: .5s linear .3s;
	-webkit-transition: .5s linear .3s;
	transition: .5s linear .3s
}

.child-page .box18:hover:before {
	-moz-transition-delay: 0s;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s
}

.child-page .box18:after {
	-o-transition: .5s linear .6s;
	-moz-transition: .5s linear .6s;
	-ms-transition: .5s linear .6s;
	-webkit-transition: .5s linear .6s;
	transition: .5s linear .6s
}

.child-page .box18:hover:after {
	-moz-transition-delay: .2s;
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	-ms-transition-delay: .2s;
	transition-delay: .2s
}

.child-page .box18 img {
	width: 100%;
	height: auto
}

.child-page .box18 .box-content {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: 0 0;
	color: #fff;
	padding-top: 25px;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-ms-transition: .3s linear;
	-o-transition: .3s linear;
	-webkit-transition: .3s linear;
	-moz-transition: .3s linear;
	transition: .3s linear;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center
}

.child-page .box18:hover .box-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-moz-transition-delay: .4s;
	-webkit-transition-delay: .4s;
	-o-transition-delay: .4s;
	-ms-transition-delay: .4s;
	transition-delay: .4s
}

.child-page .box18 .title {
	font-size: 21px;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
	margin-top: 20px
}

.child-page .box18 .description {
	font-size: 14px;
	font-style: italic;
	padding: 0 10px;
	margin: 15px 0
}

.child-page .box18 .read-more {
	display: block;
	width: 120px;
	background: #178993;
	border-radius: 5px;
	font-size: 14px;
	color: #fff;
	text-transform: capitalize;
	padding: 10px 0;
	margin: 0 auto
}

.child-page section.portfolio-sec {
	padding: 50px 0;
}

.child-page .box18:hover .box-content i {
	font-size: 35px;
}

.child-page .btn-div.port-btn-st {
	padding-top: 50px;
}

.h_sec1.home.inner.childillustration {
	background: url(../img/childern-book-illus/illustration-banner.png) no-repeat center / cover;
}

.inner-banner.about-bnr.portfolio-bnr {
	height: 550px;
	padding-top: 50px;
}

@media(max-width:1500px) {
	.child-page .types-chil-bk .row {
		align-items: center;
	}

	.child-page .cta-chil-1:after {
		width: 470px;
		top: 0px;
		margin: auto;
	}

	.child-page .stepsget .bx .titledv span {
		font-size: 90px;
	}

	.child-page .cta-chil-2:after {
		right: 250px;
	}

	.h_sec1.home.inner.childillustration img {
		width: 69%;
		margin: 0 auto !important;
	}

}

@media(max-width:1400px) {
	#navbarBelow a {
		font-size: 14px;
	}

	#navbarBelow {
		padding: 22px 10px 0;
	}

	#navbarBelow a.btn1 {
		padding: 11px 10px;
		display: flex;
		align-items: center;
	}

}

@media(max-width:991px) {
	.illus-tab-txt {
		text-align: center;
	}

	.marketing-new-service br {
		display: none;
	}

	.inner.bookwriting-mrk .col-lg-8.col-md-12.col-sm-12.offset-lg-2.text-center.pb-5 {
		padding-bottom: 0px !important;
	}

	section.mrkt-pricing-sec h2 br {
		display: none;
	}

	section.perfect-reader .i_s12ul h3 {
		font-size: 18px;
	}

	.illus-tab-txt h2 {
		width: 100% !important;
	}

	.port-col-main {
		flex-direction: column-reverse;
		gap: 20px 0;
	}

	.child-page .illus-tab-li.illu-tb-child-nb ul li {
		width: 100%;
		text-align: center;
		justify-content: center;
	}

	.child-page section.serv-inner-sec .row {
		justify-content: center;
	}

	section.feature-sec {
		display: none;
	}

	.defaulth2 {
		font-size: 27px !important;
	}

	.port-col-main:nth-child(n+3) .col-sm-4 {
		display: none;
	}

	.child-page .types-chil-bk .tab-content.tb-inner-ty-cb {
		display: none;
	}

	.child-page .types-tb-cb ul li {
		width: 100%;
		text-align: center;
	}

	.child-page .types-tb-cb ul li button {
		text-align: center;
		justify-content: center;
		align-items: center;
	}

	.child-page .types-chil-bk .row {
		justify-content: center;
	}

	.child-page .cta-chil-2:after {
		display: none;
	}

	div#mtab1 .col-sm-4:first-child, div#mtab2 .col-sm-4:first-child, div#mtab3 .col-sm-4:first-child, div#mtab4 .col-sm-4:first-child, div#mtab5 .col-sm-4:first-child {
		display: block;
	}

	div#mtab1 .col-sm-4, div#mtab2 .col-sm-4, div#mtab3 .col-sm-4, div#mtab4 .col-sm-4, div#mtab5 .col-sm-4, div#mtab6 .col-sm-4, div#mtab7 .col-sm-4 {
		display: none;
	}

	.col-sm-4 {
	}

	.child-page .portfolio-tab {
		display: none;
	}

	.types-tb-cb p {
		min-height: 1px;
	}

	.h_sec1.home.inner.childillustration {
		height: 500px;
	}

	.child-page .cta-chil-1:after {
		display: none;
	}

	section.cta-sec.cta-1.cta-chil-1 {
		text-align: center;
	}

	.cta-txt .purple.popup-btn {
		font-size: 14px;
		padding: 10px 10px;
	}

	.cta-txt .chats {
		padding: 10px 10px;
	}

	.cta-txt .btn_wrap.justify-content-center {
		justify-content: center !important;
	}

	.child-page .cta-txt h2 {
		font-size: 20px;
	}

	section.cta-sec.cta-1.cta-chil-1 .row {
		justify-content: center;
	}

	.cta-txt {
		text-align: center;
	}

	.child-page .cta-sec .row {
		justify-content: center;
	}

	a.btn1, a.btn2 {
		padding: 9px 16px;
	}

	.child-page .testi-new-sec .testi-box-txt {
		width: 100% !important;
		padding: 10px 20px !important;
		margin: 0 10px;
	}

	.child-page img.quote-testi-st {
		display: none;
	}

	.child-page .testi-new-sec .testi-box-txt {
		text-align: center;
		padding: 10px 10px !important;
	}

	.testi-str {
		justify-content: center !important;
		margin-top: 10px;
	}

	.testi-side-img.wow.bounceInLeft {
		display: none;
	}

	.child-page .testi-col-main-div {
		min-height: auto;
		height: auto !important;
	}

	.child-page .testi-col-main-div .col-sm-6:first-child {
		display: none;
	}

	section.testi-sec.testi-new-sec {
		padding: 50px 0;
	}

	.foot_bot .row .d-flex.align-items-center.justify-content-end.gap-3 {
		justify-content: center !important;
	}

	.foot_bot p {
		text-align: center !important;
	}

	.slick-dots li {
		margin: 0 7px !important;
	}

	.slick-dots li button {
		height: 17px;
		width: 28px;
		background: #CE9038 !important;
		border-radius: 13px;
		padding: 0 9px;
		transition: 0.5s;
		margin-top: 17px !important;
	}

	.slick-dots li.slick-active button {
		background-color: #1A1A1A !important;
		width: 28px;  /* margin: 0 -22px; */

		/* padding: 0 14px; */
	}

	.slick-dots li button::before {
		display: none;
	}

	.author-main-col .slick-dots {
		bottom: -50px;
		z-index: 999;
	}

	.author-main-col .slick-dots #slick-slide-control50 {
	}

	.author-main-col .slick-dots button {
		width: 5px;
		height: 5px;
		background: #412247;
	}

	.author-main-col .slick-dots li {
		margin: 0 3px !important;
	}

	.author-main-col .slick-dots li.active {
		width: 5px !important;
	}

	.author-main-col .slick-dots li.slick-active button {
		width: 5px;
		background: #feb959;
	}

}

/*childern*/

/*marketing-page*/

.h_sec1.home.inner.marketingpage {
	background: url(../img/marketing/banner-bg.webp) no-repeat center / cover;
}

.mrkservices-box {
	padding: 20px 30px;
	margin: 0 25px;
	background: #fff;
	background: #FFFFFF;
	box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.15);
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	gap: 0px 0;
	position: relative;
	height: 337px;
	z-index: 1;
	border: 3px solid #ffffff;
	transition: all .5s ease-in-out;
}

.mrkservices-box:before {

	/*content: '';*/

	background: url(../img/marketing/box-line.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 277px;
	height: 311px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
	transition: all .5s ease-in-out;
}

.marketing-new-service:before {
	content: '';
	background: url(../img/marketing/serv-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 381px;
	width: 100%;
	z-index: -1;
}

.mrksrv-arr {
	position: absolute;
	bottom: 9px;
	right: 10px;
	width: 29px;
	height: 29px;
	background: #412247;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.mrksrv-arr i {
	transform: rotate(45deg);
	font-weight: 900;
}

.mrkservices-box h4 {
	font-size: 20px;
	min-height: 51px;
	display: flex;
	align-items: center;
}

.mrkservices-box p {
	font-size: 15px;
	line-height: 26px;
}

.marketing-new-service {
	padding: 50px 0 20px;
	overflow: hidden;
	position: relative;
}

.marketingServcsSlider {
	margin-top: 30px;
}

.marketingServcsSlider .slick-list {
	padding: 20px 0;
}

.mrkservices-box:hover {
	background: #3d2042;
}

.mrkservices-box:hover h4, .mrkservices-box:hover p {
	color: #fff;
}

.mrkservices-box:hover::before {
	filter: brightness(100);
}

.mrkservices-box:hover img {
	filter: brightness(100);
}

.mrkservices-box:hover a {
	background: #fff;
	color: #3c1f42;
}

section.perfect-reader {
	padding: 50px 0;
}

section.perfect-reader .i_s12ul {
	display: flex;
	flex-direction: column;
	gap: 30px 0;
}

section.perfect-reader .i_s12ul h4 {
	font-size: 20px;
}

section.perfect-reader .i_s12ul h3 {
	font-size: 20px;
}

section.perfect-reader .i_s12ul li.box {
	flex-direction: column;
	z-index: 1;    /* padding: 23px 10px; */
}

section.perfect-reader .i_s12ul li.box .disc {
	display: flex;
	align-items: center;
	gap: 0 12px;
}

section.perfect-reader .i_s12ul li.box .disc .icon {
	width: 71px;
	height: 68px;
}

section.perfect-reader .i_s12ul li.box::before {
	content: '';
	background: url(../img/marketing/box-line2.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 224px;
	margin: auto;
	z-index: -1;
}

section.perfect-reader .reader-mrkt-img img {
	width: 90%;
	margin: 0 auto;
	display: table;
}

img.bx-line-mrkt-serv-bx {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.interviewSlider .img {
	margin: 0 20px;
	transform: scale(0.9);
	transition: all .5s ease-in-out;
	position: relative;
	z-index: 1;
	overflow: hidden;
	border-radius: 10px;
	border: 2px solid transparent;
}

.interviewSlider .slick-current .img {
	transform: scale(1);
	border-color: #fff;
}

.interviewSlider .img .playicon {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background: #000;
	border-radius: 60%;
	font-size: 24px;
	box-shadow: 0px 0px 0px 9px #ffffff9e;
	background: #CE9038;
	color: #fff;
}

.interviewSlider .img:before {
	content: '';
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 0;
	width: 100%;
	height: 100%;
	opacity: .5;
	transition: all .5s ease-in-out;
}

.interviewSlider .slick-current .img:before {
	opacity: 0;
}

section.interview-sec {
	padding: 50px 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

section.interview-sec:before {
	content: '';
	background: url(../img/marketing/port-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 513px;
	width: 100%;
	z-index: -1;
}

.custom-prev, .custom-next {
	position: relative;  /* top: 0; */

	/* bottom: 0; */

	/* transform: translateY(-50%); */

	background: #fff;
	color: #3f1f44;
	border: none;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	z-index: 10;
	cursor: pointer;
	margin: 0;
}

.custom-prev {
	right: 0;
}

.custom-next {
	right: 0;
}

.custom-prev:hover, .custom-next:hover {
	background: #ce9038;
	color: #fff;
}

.inter-view-number {
	position: relative;
	width: 70%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	margin: 0 auto;
}

.slider-counter {
	color: #fff;
	position: relative;
	top: 0;
	left: 0;
	width: 10%;
	right: auto;
	font-size: 25px;
	text-align: center;
}

.interview-slider {
	padding-top: 40px;
}

span.slide-line-intr {
	position: relative;
	left: 0;
	right: 0;
	margin: 0 auto !important;
	background: #fff;
	height: 1px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.arrow-wrapper {
	position: relative;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 5px;
	height: auto;
}

.line-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	background: #fff;
	height: 1px;
	width: 80%;
}

.inr-div-mrkt-port .col-sm-8, .inr-div-mrkt-port .col-sm-4 {
	align-items: center;
	justify-content: space-between;
	display: flex;
	flex-direction: column;
	gap: 20px 0;
	align-items: center;
	position: relative;
	overflow: hidden;
}

.inr-div-mrkt-port {
	align-items: center;
}

.inr-bx-mrkt-port {
	height: 320px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.inr-bx-mrkt-port-cta {
	background: url(../img/marketing/port-cta-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: auto;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 20px 0;
	justify-content: flex-start;
	padding: 60px 20px;
	border-radius: 17px;
	position: relative;
	z-index: 1;
}

.h_s10slider1 .slide {
	height: 100%;
	width: 32%;
}

.inr-bx-mrkt-port-cta:before {
	content: '';
	border: 1px solid #fff;
	width: 96%;
	height: 94%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border-radius: 20px;
	z-index: -1;
}

.inr-bx-mrkt-port-cta h3 {
	font-size: 25px;
	font-weight: bold;
	color: #fff;
}

.inr-bx-mrkt-port-cta p {
	width: 73%;
}

a.popup-btn.new-btn-circle {
	width: 104px;
	height: 104px;
	position: absolute;
	right: 30px;
	bottom: 20px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 60%;
	flex-direction: column;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #3f2145;
}

a.popup-btn.new-btn-circle i {
	transform: rotate(45deg);
}

.inr-div-mrkt-port .col-sm-8:before, .inr-div-mrkt-port .col-sm-4:before {
	content: '';
	background: #DDDDDD;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
}

.inr-div-mrkt-port .col-sm-8:before {
	left: 0;
	width: 99%;
}

.inr-div-mrkt-port .col-sm-4:before {
	left: auto;
	right: 0;
	width: 98%;
}

section.marketing-portfolio-sec .hd-txt {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 50px;
}

section.marketing-portfolio-sec .hd-txt p {
	width: 65%;
}

section.marketing-portfolio-sec {
	padding: 50px 0;
}

.marketing-portfolio-sec .slick-arrow {
	top: -60px;
	background: rebeccapurple;
	left: 0;
	width: 40px;
	height: 40px;
	border-radius: 60%;
	opacity: 1;
	z-index: 1;
	transition: all .5s ease-in-out;
}

.marketing-portfolio-sec .slick-prev {
	left: 0;
}

.marketing-portfolio-sec .slick-next {
	left: 55px;
}

.marketing-portfolio-sec .slick-arrow:hover {
	background: #ce9038;
}

.mrkt-port-main {
	margin-top: 30px;
}

.marketing-portfolio-sec .slick-prev:before {
	content: "\f060";
	font: normal normal normal 14px / 1 FontAwesome;
}

.marketing-portfolio-sec .slick-next:before {
	content: "\f061";
	font: normal normal normal 14px / 1 FontAwesome;
}

.mrkt-case-tb div#nav-tab {
	flex-direction: column;
	gap: 20px 0;
}

section.marketing-casestudy-sec {
	padding: 50px 0;
}

section.marketing-casestudy-sec .row {
	gap: 40px 0;
}

.mrkt-case-tb div#nav-tab a {
	border: 1px solid #412247;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
}

.pricing-bx-mrkt-tb {
	padding: 20px 20px;
	background: #FFFFFF;
	box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	position: relative;
}

.price-bx-mrkt-tb h2 {
	font-size: 35px;
	font-weight: bold;
	color: #412247;
	padding: 20px 0 10px;
	margin-bottom: 20px !important;
	border-bottom: 1px solid #412247;
	border-bottom-style: dashed;
}

.price-bx-mrkt-tb h4 {
	display: table;
	font-size: 20px;
	padding: 4px 10px;
	background: #ce9038;
	color: #fff;
	border-radius: 20px;
}

.pricing-bx-mrkt-tb ul {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 32px;
	margin: 10px 0 !important;
}

.pricing-btn-mrkt {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px 0;
}

a.get-btn-st-price {
	padding: 10px 10px;
	background: #cc8e37;
	width: 100%;
	text-align: center;
	color: #fff;
	border-radius: 8px;
}

a.tel-btn {
	color: #412247;
	font-weight: bold;
}

.pricing-bx-mrkt-tb:before {
	content: '';
	border: 1px solid #412247;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 95%;
	margin: auto;
	height: 97%;
	border-radius: 10px;
}

.pricing-bx-mrkt-tb:hover {
	background: #cc8e37;
}

.pricing-bx-mrkt-tb:hover h4 {
	background: #412258;
}

.pricing-bx-mrkt-tb:hover h2 {
	color: #fff;
}

.pricing-bx-mrkt-tb:hover h5, .pricing-bx-mrkt-tb:hover li {
	color: #fff;
}

.pricing-bx-mrkt-tb:hover .get-btn-st-price {
	background: #412258;
}

.pricing-bx-mrkt-tb:hover .tel-btn {
	color: #fff;
}

section.mrkt-pricing-sec {
	background: url(../img/marketing/price-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 50px 0;
}

section.mrkt-pricing-sec h2 {

	/* color: #fff; */
}

.book-fairs-section {
	background: repeating-linear-gradient(90deg, #f3f3f3, #f3f3f3 40px, #eaeaea 40px, #eaeaea 80px);
}

.fair-card {
	background: #4b2a55;
	color: #fff;
	border-radius: 16px;
	padding: 10px;
	position: relative;
	display: flex;
	gap: 20px;
	transition: 0.3s ease;
}

.fair-card:hover {
	transform: translateY(-6px);
}

.date-box {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
	width: 115px;
	height: 132px;
}

.date-box .month {
	background: #CE9038;
	font-size: 15px;
	font-weight: bold;
	padding: 6px;
	color: #1A1A1A;
	text-transform: uppercase;
}

.date-box .day {
	font-size: 55px;
	font-weight: bold;
	padding: 10px 0;
	color: #1A1A1A;
	position: relative;
	line-height: normal;
	z-index: 1;
}

.fair-content h5 {
	font-size: 20px;
	font-weight: bold;
	line-height: 26px;
	margin-bottom: 14px !important;
}

.fair-content p {
	font-size: 14px;
	color: #ddd;
}

.location {
	font-size: 14px;
	color: #ccc;
	margin-top: 16px !important;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.arrow-btn {
	position: absolute;
	bottom: 10px;
	right: 11px;
	background: #fff;
	color: #4b2a55;
	width: 35px;
	height: 35px;
	border-radius: 8px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}

.date-box .day:before {
	content: '';
	background: transparent;
	border: 1px solid #CE9038;
	width: 90%;
	height: 95%;
	position: absolute;
	right: 0;
	left: 0;
	top: -29px;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0px 0px 8px 8px;
	z-index: -1;
}

.inr-line-fair-crd {
	display: flex;
	align-items: center;
	gap: 0 20px;
	border: 1px solid #fff;
	border-radius: 10px;
	overflow: hidden;
	padding: 5px;
}

.arrow-btn i {
	transform: rotate(45deg);
}

section.mrkt-pricing-sec .hd-txt h2 {
	color: #fff;
}

@media(max-width:1600px) {
	.h_sec1.home.inner.marketingpage img.img-fluid.mob_hide {
		width: 70%;
		margin: 0 auto;
		display: table;
	}

	.mrkservices-box {
		margin: 0 10px;
	}

}

/*marketing-page*/
.scl_links li {
	background: #ce9038;
	width: 30px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	margin: 20px 0 0 0 !important;
}

.scl_links li i {
	color: #212121 !important;
}

.scl_links {
	display: flex;
	align-items: center;
	gap: 20px;
}

section.h_sec12 .testisecimg.h_s12left img {
	width: 70%;
	margin: 0 auto;
	display: table;
}

section.h_sec12 .testisecimg.h_s12left {
	height: auto;
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 30px 20px;
}

section.h_sec12 .testisecimg.h_s12left h2 {
	font-size: 25px;
}

.container.newcont {
	border: 0 !important;
	text-align: center;
	padding-bottom: 15px;
}

@media(max-width:1550px) {
	section.h_sec12 .testisecimg.h_s12left img {
		width: 60%;
		margin: 0 auto;
		display: table;
	}

	.s12form form input, .s12form form textarea {
		margin: 12px 0 0 0;
	}

}

.marketing-new-service .slick-dots li {
	margin: 0 auto !important;
	text-align: center;  /* margin: 0 auto !important; */

	/* padding: 0 25px; */

	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.marketing-new-service .slick-dots li button {
	height: 10px;
	width: 10px;
	background: #CE9038;
	border-radius: 13px;
	padding: 0px 1px;
	transition: 0.5s;
	margin-top: 0 !important;
}

.marketing-new-service .slick-dots li.slick-active button {
	background-color: #412247;
	width: 38px;  /* margin: 0 -22px; */

	/* padding: 0 14px; */
}

.marketing-new-service .slick-dots {
	position: absolute;
	bottom: -35px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.marketing-new-service .slick-dots li button::before {
	display: none;
}

.test-sucess-sec .testi_slider .slide img {
	transition: all .5s ease-in-out;
}

.test-sucess-sec .testi_slider .slick-slide {
	padding: 20px 0;
}

.test-sucess-sec .testi_slider .slide {
	display: flex !important;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
}

.test-sucess-sec .testi_slider .slide img[src="img/testilogo.png"] {
	translate: 0 -37px;
}

.test-sucess-sec .testi_slider .slick-current + .slick-slide img[src="img/testilogo.png"] {
	translate: 0 -1px;
	filter: invert(1) brightness(100);
}

.test-sucess-sec .testi_slider .slick-dots li {
	margin: 0 7px !important;
}

.test-sucess-sec .testi_slider .slick-dots li button {
	height: 6px;
	width: 28px;
	background: #002982;
	border-radius: 13px;
	padding: 0 9px;
	transition: 0.5s;
	margin-top: 17px !important;
}

.test-sucess-sec .testi_slider .slick-dots li.slick-active button {
	background-color: #000000;
	width: 28px;  /* margin: 0 -22px; */

	/* padding: 0 14px; */
}

.test-sucess-sec .testi_slider .slick-dots li button::before {
	display: none;
}

.test-sucess-sec .img {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 10px;
}

.testi_sec1.test-sucess-sec .playicon {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	translate: 0;
	background: #c58a36;
	height: 57px;
	width: 57px;    /* display: flex; */

	/* align-items: center; */

	/* justify-content: center; */

	color: #fff;
	border-radius: 50%;
	font-size: 24px;
	box-shadow: 0px 0px 0px 9px #ffffff9e;
	right: 0;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.vid_testislider.dot_true {
  margin-bottom: 0 !important;
}