@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');

/*font-family: 'Libre Baskerville', serif;*/
.p0 {
	padding: 0px !important;
}

h1, h2, h3, h4, h5, h6, p, a, li, span, button {
	font-family: 'Poppins', sans-serif;
}

body {
	overflow-x: hidden;
}

a:hover, a:focus, button:hover, button:focus, .form-btn-st:focus {
	text-decoration: none !important;
	outline: none;
}

section {
	float: left;
	width: 100%;
}

.head-section ul.nav.navbar-nav li:hover {
	color: #ff9e22 !important;
}

.head-section ul.nav.navbar-nav li i.fa.fa-caret-right {
	margin: 0 0 0 -30px;
}

ul.dropdown-menu {

	/*padding: 10px 0px !important;*/
	border: 0;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background-color: transparent;
	border-color: #transparent;
}

.header-social-box ul li i {
	font-family: 'FontAwesome';
}

.header-social-box ul li {
	height: 30px;
	width: 30px;
	border-radius: 50px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	color: #0a1857;
}

a.hed-mail-box {
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	margin: 0;
}

.headr-contact-box {
	display: flex;
	align-items: center;
	justify-content: end;
	column-gap: 30px;
}

.headr-contact-box i {
	height: 30px;
	width: 30px;
	border-radius: 50px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #0a1857;
	font-size: 15px;
}

.header-social-box ul {
	display: flex;
	align-items: center;
	column-gap: 15px;
	padding: 0;
	margin: 0 0 0 0;
}

/*section.head-section*/
section.head-section {
}

.navbar-brand {
	padding: 0px 15px;
}

a.navbar-brand img {
	width: 265px;
	margin: -12px 0 0 0;
}

.navbar.navbar-defult {
	padding: 8px 20PX;
	background-color: rgb(255, 255, 255);
	border-radius: 60px;
	margin: 0px 0 0 0;
	z-index: 1;
}

section.head-section ul {
	padding-top: 3px;
	list-style: none;
}

ul.nav.navbar-nav.navbar-right {
	display: flex;
	align-items: center;
}

section.head-section ul li a {
	padding: 10px 10px;
	color: #151515;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
}

section.head-section ul li a:hover {
	background: #36424b;
}

section.head-section .nav li a:focus, section.head-section .nav li a:hover {
	text-decoration: none;
	background-color: transparent;
}

section.head-section a.get-btn {
	margin: 0;
	padding: 12px 30px;
	background-color: #0a1857;
	border-radius: 40px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}

section.header-top {
	position: absolute;
	padding: 15px 0 0 0;
	display: flex;
	align-items: center;
	z-index: 1;
	margin: 0 0 0 0;
}

/*section.head-section*/

/*section.banner-section*/
section.banner-section {
	padding: 0px 0px 50px;
	background-image: url(../images/banner-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 765px;
}

.navbar.navbar-defult {
}

section.banner-section .row {
	display: flex;
	align-items: center;
}

.text-box h1 {
	font-size: 45px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 35px 0;
	width: 110%;
}

.text-box h5 {
	font-size: 30px;
	font-weight: 300;
	color: #ffff;
	margin: 0 0 25px 0;
}

section.banner-section .text-box h4 {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	margin: 0 0 25px 0;
	text-align: start;
}

.banner-ul-box ul {
	padding: 0;
	list-style: none;
	margin: 0 0 25px 0;
}

.banner-ul-box ul li {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	margin: 0 0 3px 0;
}

.banner-ul-box ul li i {
	margin: 0 5px 0 0;
}

.btn-box a.get-btn {
	padding: 10px 30px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	margin: 0;
	background-color: #F89C24;
	border-radius: 30px;
	border: solid 1px #F89C24;
}

.btn-box a.chat-btn.chats {
	padding: 10px 30px;
	border: solid 1px #fff;
	border-radius: 30px;
	font-size: 16px;
	color: #fff;
}

.btn-box a.nu-btn {
	display: flex;
	align-items: center;
	font-weight: 500;
	color: #fff;
	margin: 0;
	column-gap: 5px;
	font-size: 16px;
}

.btn-box {
	display: flex;
	align-items: center;
	column-gap: 6px;
}

.banner-img-box img {
	margin: 35px 0 0 0px;
}

.banner-before-box {
	position: relative;
}

.banner-before-box:before {
	content: "";
	position: absolute;
	top: 250px;
	left: 108px;
	background-image: url(../images/baner-before-1.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 69px;
	width: 69px;
	animation: updown2 3s ease-in-out infinite;
}

.banner-before-box:after {
	content: "";
	position: absolute;
	bottom: 255px;
	left: 70px;
	background-image: url(../images/baner-before-2.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 77px;
	width: 77px;
	animation: updown2 3s ease-in-out infinite;
}

/*section.banner-section*/

/*section.beneficial-section*/
section.beneficial-section {
	padding: 0px 0px 100px 0;
	position: relative;
}

section.beneficial-section:before {
	content: "";
	position: absolute;
	top: 150px;/* left: 0; */
	right: 0;
	bottom: 0;
	height: 50%;
	width: 40%;
	background-color: #0a1857;
	margin: auto;
	border-radius: 15px 0 0 0;
}

.text-box h4 {
	font-size: 24px;
	text-align: center;
	font-weight: 400;
	color: #666666;
}

.text-box h2 {
	text-align: center;
	font-size: 50px;
	font-weight: bold;
	color: #333333;
	margin: 20px 0 0 0;
}

.text-box h2 span {
	color: #0a1857;
}

.text-box p {
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	margin: 20px 0 0 0;
	text-align: center;
}

.beneficial-slider {
	display: flex;
	align-items: center;
	margin-top: 50px;
}

.be-slider-img-box {
	border-radius: 15px;
	background-color: rgb(10, 24, 87);
	height: 90px;
	width: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.be-slider-img-box img {
	width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	animation: updown2 3s ease-in-out infinite;
}

.bene-slider-text h4 {
	font-size: 30px;
	font-weight: 600;
	color: #000;
	margin: 10px 0 15px 0;
}

.bene-slider-text p {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	margin: 0 0 0 0;
}

section.beneficial-section {
	padding: 0 0 50px 0;
}

.be-slider-nu-box h6 {
	font-size: 131px;
	font-weight: 600;
	margin: 0 0 0 0;
	position: absolute;
	top: 200px;
	bottom: 0;
	z-index: 1;
	left: -20px;
}

.beneficial-main-img-box img {
	width: 100%;
}

.beneficial-slider .slick-next.slick-arrow {
	background-color: #0a1857;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	margin: auto;
	right: 965px;
	left: 0;
	bottom: -60px;
	top: auto;
}

.beneficial-slider .slick-prev.slick-arrow {
	background-color: #0a1857;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	bottom: -60px;
	top: auto;
	left: -1090px;
	right: 0;
	margin: auto;
	z-index: 1;
}

/*section.beneficial-section*/

/*section.choose-sectoion*/

section.choose-sectoion {
	padding: 50px 0px;
	background-color: #f5f6f8;
	position: relative;
	overflow: hidden;
	z-index: 9999;
}

section.choose-sectoion:before {
	content: "";
	position: absolute;
	background-image: url(../images/choose-sec-before.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 220px;
	height: 132px;
	bottom: 0;
	left: 0;
	animation: updown2 3s ease-in-out infinite;
	z-index: -1;
}

section.choose-sectoion:after {
	content: "";
	position: absolute;
	background-image: url(../images/choose-sec-after.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 203px;
	height: 298px;
	bottom: 0;
	right: 0;
	top: 0;
	margin: auto;
	z-index: -1;
}

.choose-icon-box img {
	width: 40px;
	display: flex;
	align-items: center;
}

.choose-icon-box {
	border-radius: 15px;
	background-color: rgb(10, 24, 87);
	height: 70px;
	width: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.choose-tetx h4 {
	font-size: 18px;
	font-weight: 600;
	color: #333333;
	margin: 15px 0 15px 0;
}

.choose-tetx p {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	margin: 0;
}

.choose-tetx.choose-color h4 {
	color: #0a1857;
}

.choose-tetx {
	padding: 30px 20px;
	border-radius: 25px;
	background-color: rgb(255, 255, 255);	/* box-shadow: 0px 1px 24px 0px rgb(0 0 0 / 2%); */
	margin-top: 40px;
}

.choose-tetx.choose-bottom-box {
	margin-top: 85px;
}

.choose-slider .slick-list.draggable {
	padding: 20px 0;
}

.choose-slider .slick-current .choose-tetx {
	border: dashed;
	border-width: 2px;
	border-color: rgb(56, 70, 80);
	border-style: dashed;
	border-radius: 25px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0.5px 0.866px 54px 0px rgb(0 0 0 / 15%);
}

.choose-slider .slick-prev:before {
	content: "";
	background-image: url(../images/arrow-left.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 37px;
	height: 27px;
	top: 0;
	left: -25px;
	color: #000;
	font-size: 35px;
}

.choose-slider .slick-next:before {
	content: "";
	background-image: url(../images/arrow-right.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 37px;
	height: 27px;
	top: 0;
	left: 0;
	color: #000;
	font-size: 35px;
}

.choose-slider-2 .slick-current .choose-tetx {
	border: dashed;
	border-width: 2px;
	border-color: rgb(56, 70, 80);
	border-style: dashed;
	border-radius: 25px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0.5px 0.866px 54px 0px rgb(0 0 0 / 15%);
}

.choose-slider-2 .slick-prev:before {
	content: "";
	background-image: url(../images/arrow-left.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 37px;
	height: 27px;
	top: 0;
	left: -25px;
	color: #000;
	font-size: 35px;
}

.choose-slider-2 .slick-next:before {
	content: "";
	background-image: url(../images/arrow-right.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 37px;
	height: 27px;
	top: 0;
	left: 0;
	color: #000;
	font-size: 35px;
}

/*section.choose-sectoion*/

/*section.work-section*/

section.work-section {
	padding: 50px 0px;
	background-image: url(../images/work-sec-.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.work-main {
	border-radius: 25px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0.5px 0.866px 79px 0px rgba(0, 0, 0, 0.48);
	padding: 0 0 30px 0;
	transition: 1s all;
}

.work-main:hover {
	transform: translateY(-15px);
}

.work-img-box img {
	width: 100%;
}

.work-main h4 {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #000;
	margin: 15px 0 15px 0;
}

.work-main p {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	text-align: center;
	width: 90%;
	margin: 0 auto 20px;
}

section.work-section .btn-box a.get-btn {
	text-align: center;
	margin: auto;
}

section.work-section .text-box h2 {
	width: 80%;
	margin: 0 auto 35px;
	color: #ffff;
}

section.work-section .text-box h4 {
	color: #fff;
}

.work-main.work-bottom-box {
	margin-top: 40px;
}

/*section.work-section*/

/*section.faq-section*/

section.faq-section {
	padding: 50px 0px;
}

section.faq-section .row {
	display: flex;
	align-items: center;
}

section.faq-section .text-box h4 {
	text-align: start;
}

section.faq-section .text-box h2 {
	text-align: start;
}

section.faq-section .text-box p {
	text-align: start;
	margin-bottom: 20px;
}

.panel-heading a {
	color: #313131;
	font-weight: 500;
	font-size: 18px;
	margin: 0;
}

.panel-heading  a:before {
	font-family: 'Glyphicons Halflings';
	content: "\e114";
	float: right;
	transition: all 0.5s;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
	background: transparent;
	padding: 7px;
	font-size: 12px;
	margin-top: -5px;
}

.panel-heading .collapsed:before {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(180deg);
	transform: rotate(0deg);
}

.panel-group .panel {
	border-radius: 10px;
	background-color: rgb(241, 241, 241);
	border: 0;
	margin-bottom: 15px;
}

.panel-default .panel-heading {
	background: transparent;
	border: 0;
	padding: 20px 30px 10px;
}

.panel-heading a.collapsed {
	background: transparent;
	color: #1b1b1b;
}

.panel-body p {
	font-size: 14px;
	color: #666666;
	margin: 0 0 0 0;
	padding: 15px 15px;
	background-color: #fff;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border: 0;
}

/*form*/
.inner-banner-form button {
	padding: 12px 20px;
	border: 0;
	color: #fff;
	font-size: 18px;
	border-radius: 5px;
	margin: 20px auto 0;
	display: table;
	width: 100%;
	background-color: #e7b300;
}

.inner-banner-form button {
	padding: 15px 20px;
	border: 0;
	color: #fff;
	font-size: 16px;
	border-radius: 25px;
	margin: 20px auto 0;
	display: table;
	width: 100%;
	background-color: #0a1857;
}

.banner-ul-box ul {
	padding: 0;
	list-style: none;
	margin: 0 0 35px 0;
}

.banner-ul-box ul li {
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	margin: 0 0 5px 0;
	display: flex;
	align-items: center;
	column-gap: 7px;
}

/*.banner-ul-box ul li i {
color: #e7b300;
}*/
.inner-banner-form button i {
	margin-left: 8px;
	position: relative;
	top: 2px;
}

.inner-banner-form {
	padding: 50px 30px;/* margin: 0 0 0 40px; */
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
	position: relative;
	background-image: url(../images/form-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left bottom;
	border-radius: 20px;
	width: 100%;
	background-color: #384650;
}

.inner-banner-form h6 {
	font-size: 30px;
	font-weight: 400;
	color: #fff;
	margin: 0;
}

/*.inner-banner-form-main:before {
  position: absolute;
  content: '';
  background-image: url(../images/form-before.png);
  background-repeat: no-repeat;
  right: -20px;
  top: -15px;
  width: 65px;
  height: 65px;
z-index: 1;}*/
.inner-banner-form textarea {
	background: none;
	border: 1px solid #cccccc;
}

.inner-banner-form h2 {
	font-size: 40px;
	font-weight: bold;
	margin: 10px 0 10px 0;
	color: #fff;
}

.inner-banner-form h2 span {
	color: #000;
}

.inner-banner-form p {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 20px 0;
}

.inner-banner-form-main {
	position: relative;
	z-index: 1;
}

.inner-banner-form input {
	margin: 0 0 10px 0;
	background: none;        /* border: 1px solid #cccccc; */
}

.inner-banner-form textarea {
	background: none;
	border: 1px solid #cccccc;
}

.fld-inp input {
	width: 100%;
	padding: 15px 15px;
	margin-bottom: 10px;
	border: 0;
	border-radius: 25px;
	background-color: rgba(72, 85, 94, 0.141);
	background-color: rgb(255, 255, 255);
}

.inner-banner-form .fld-inp textarea {
	width: 100%;
	height: 131px;
	FONT-WEIGHT: 100;
	margin: 0 0 0 0;
	padding: 10px 0px 0 15px;
	outline: 0;
	border-radius: 25px;
	background-color: rgb(255, 255, 255);
}

.fld-inp i {
	position: absolute;
	top: 16px;
	left: 10px;
	color: #c6c6c6;
	font-size: 13px;
}

.fld-inp {
	position: relative;
}

.fld-inp.col-sm-6.p0 {
	padding: 0;
}

/*.banner-after-img:before {

content: '';
position: absolute;
width: 99px;
height: 99px;
left: -210px;   border-radius: 8px; 
top: 345px;
background-image: url(../images/banner-img-3.png);
background-repeat: no-repeat;
background-size: cover;
*/
}

/*.banner-after-img:after {
content: '';
position: absolute;
background-image: url(../images/banner-img-2.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
width: 160px;
height: 443px;
bottom: 15px;
left: -120px;

}*/
.inner-banner-form h6 {
font-size: 30px;
font-weight: 400;
color: #fff;
margin: 0;
}

/*form*/

/*section.faq-section*/

/*section.testimonial-sec*/
section.testimonial-sec {
padding: 50px 0px;
background-color: #fff;
background-image: url(../images/testi-bg.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}

.testi-main-box {
padding: 20px 20px;
border-radius: 25px;
background-color: rgb(237, 236, 236);
}

.testi-mini-box {
display: flex;
align-items: center;
}

.testi-img img {
margin-right: 20px;
}

.testi-text h4 {
font-size: 27px;
font-weight: bold;
color: #333333;
margin: 0 0 0 0;
}

.testi-text h6 {
font-size: 16px;    /* margin: 5px 0 0 -20px; */
}

.testi-main-box p {
font-size: 16px;
font-weight: 400;
color: #666666;
margin: 15px 0 20px 0;
min-height: 150px;
}

section.testimonial-sec .text-box p {
margin: 20px 0 40px 0;
}

.trust-main-box {
display: flex;
align-items: center;
justify-content: space-between;
}

.trust-1-box {
display: flex;
align-items: center;
}

.trust-1-box h5 {
font-size: 16px;
font-weight: 400;
margin: 0 0 0 10px;
}

section.testimonial-sec .text-ht h2 {
font-size: 40px;
font-weight: bold;
color: #000;
text-align: center;
margin: 0 0 50px 0;
}

section.testimonial-sec .text-ht p {
font-size: 16px;
text-align: center;
margin: 0 0 30px 0;
color: #666666;
}

section.testimonial-sec .text-ht h4 {
font-size: 24px;
text-align: center;
margin: 0 0 15px 0;
color: #666666;
}

.testi-slider .slick-current .testi-main-box {
background: #384650;
}

.testi-slider .slick-current .testi-main-box h4 {
color: #fff;
}

.testi-slider .slick-current .testi-main-box p {
color: #fff;
}

.testi-slider .slick-current .testi-main-box  .trust-1-box img {
filter: brightness(100);
}

/*section.testimonial-sec*/
section.footersection {
padding: 50px 0px;
background-image: url(../images/footer-bg.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
display: flex;
align-items: center;
height: 460px;
background-color: #f6f7f9;
}

.footerbox-details img {
width: 200px;
filter: invert(1) brightness(100);
}

.footer-text p {
font-size: 14px;
font-weight: 400;
color: #fff;
margin: 15px 0 20px 0;
}

.footerbox-details .btn-box a.get-btn {
background-color: #384650;
}

.footerbox-details h3 {
font-size: 24px;
font-weight: 500;
color: #fff;
margin: 0 0 20px 0;
}

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

.footerlinks ul li a {
font-size: 13px;
font-weight: 400;
color: #fff;
}

.contact-footer a {
font-size: 16px;
font-weight: 400;
color: #fff;
display: flex;
align-items: center;
column-gap: 10px;
margin: 10px 0;
}

.contact-footer a span {
font-size: 16px;
font-weight: 400;
color: #fff;
}

.contact-footer p {

/* margin: 10px 0 0 0; */font-size: 16px;
font-weight: 400;
color: #fff;
display: flex;
align-items: center;
column-gap: 10px;
}

hr.customhr-footer {
margin: 50px 0 30px 0;
}

.powerdby p {
color: #fff;
font-size: 14px;
font-weight: 400;
}

.powerdby a {
font-size: 14px;
color: #ffff;
margin: 0 0 0 10px;
}

/*.service-ecommerce-marketing-page*/

/*.service-ecommerce-marketing-section*/


.service-ecommerce-marketing-section {
background-image: url(../images/ecommerce-marketing.jpg) !important;
height: 735px !important;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
display: flex;
align-items: center;
}

section.service-ecommerce-marketing-section .row {
display: flex;
align-items: center;
margin: -70px 0 0 0;
}

.banner-service-eco-img-box img {
width: 100%;
margin: 20px 0 0 -25px;
}

section.service-ecommerce-marketing-section .text-box h2 {
font-size: 32px;
text-align: start;
color: #fff;
}

section.service-ecommerce-marketing-section .text-box p {
text-align: start;
color: #fff;
margin: 30px 0 30px 0;
}

section.service-ecommerce-marketing-section .banner-ul-box ul {
display: flex;
flex-wrap: wrap;
}

section.service-ecommerce-marketing-section .banner-ul-box ul li {
width: 50%;
}

section.service-ecommerce-marketing-section .banner-ul-box ul li p {
font-size: 16px;
}

.service-banner-before-box {
position: relative;
z-index: 0;
}

.service-banner-before-box:before {
position: absolute;
content: "";
width: 499px;
height: 501px;
left: 0;
right: 0;
background-image: url(../images/circle-ecommerce-before.png);
background-repeat: no-repeat;
background-size: contain;
background-position: center;
z-index: -1; /*   -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: asteroid 60s linear infinite;
    -moz-animation: asteroid 60s linear infinite;
    animation: asteroid 60s linear infinite;*/
}

/*@keyframes updown2 {
0%, 100% {
transform: translate(0, 0);
-webkit-transition: .4s;
-moz-transition: .4s;
-o-transition: .4s;
transition: .4s
}

50% {
transform: translate(0, 10px);
-webkit-transition: .4s;
-moz-transition: .4s;
-o-transition: .4s;
transition: .4s
}

}*/

/*.service-ecommerce-marketing-section*/

/*section.platform-section*/

section.platform-section {
padding: 50px 0px;
}

.platform-img-box img {
width: 100%;
margin: 50px 0 0 0;
}

.platform-text-box h2 {
font-size: 40px;
}

/*section.platform-section*/

/*section.business-section*/

section.business-section {
padding: 50px 0px;
background-image: url(../images/ser-bus-bg.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}

.ser-color-box h2 {
margin: 0;
color: #fff;
}

.ser-color-box p {
color: #fff;
}

ul.nav.nav-tabs.business {
display: flex;
align-items: center;
justify-content: center;
border: 0;
padding: 0;
margin: 40px 0 31px 0;
}

ul.nav.nav-tabs.business li {
width: 20%;
margin: 0;
padding: 0;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
background: transparent;
border: 0;
color: #0066ff;
}

.nav-tabs>li>a:hover {
border: 0;
background: transparent;
margin: 0;
color: transparent;
}

ul.nav.nav-tabs.business li a {
font-size: 16px;
color: #fff;
margin: 0 0 0 0;
padding: 0;
text-align: center;
}

.bus-typ-icon {
border-radius: 15px;
background-color: rgb(255, 255, 255);
height: 70px;
width: 70px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
margin: 0 auto 15px;
}

.business-main-box {
display: flex;
align-items: center;
justify-content: center;
}

.ser-bus-text h4 {
font-size: 30px;
font-weight: bold;
color: #fff;
margin: 0 0 20px 0;
}

.ser-bus-text p {
font-size: 16px;
font-weight: 400;
color: #fff;
margin: 0 0 30px 0;
width: 80%;
}

section.business-section .btn-box a.get-btn {
border: solid 1px;
background-color: transparent;
}

section.business-section .btn-box a.nu-btn {
border: solid 1px;
padding: 7px 30px;
border-radius: 30px;
margin: 0 0 0 7px;
}

/*section.business-section*/

/*section.development-section*/

section.development-section {
padding: 50px 0px;
}

ul.nav.nav-tabs.development {
padding: 0;
border: 0;
}

ul.nav.nav-tabs.development li {
display: flex;
align-items: center;
width: 100%;
padding: 15px 20px;
margin: 0 0 20px 0;
border: 0;
border-radius: 10px;
background-color: rgb(240, 240, 240);
}

ul.nav.nav-tabs.development li a {
font-size: 20px;
font-weight: 400;
color: #000;
margin: 0;
border: 0;
}

.dep-typ-img img {

/* width: 100%; */
}

.development-main-box {
}

section.development-section .text-box p {
margin: 20px 0 40px 0;
}

.ser-devp-text h4 {
font-size: 40px;
font-weight: 600;
color: #333333;
margin: 15px 0 0 0;
}

.ser-devp-text p {
font-size: 14px;
font-weight: 400;
color: #333333;
margin: 10px 0 0 0;
}

/*section.development-section*/

/*section.offre-section*/


.offer-box {
padding: 20px 20px;
border-radius: 10px;
background-color: rgb(240, 240, 240);
transition: 1s all;
}

.offer-box h5 {
font-size: 12px;
text-align: center;
margin: 10px 0 0 0;
font-weight: 400;
}

img.offer-mini-img-box-2 {
text-align: center;
margin: 10px auto 0;
display: table;
}

section.offre-section {
padding: 50px 0px;
}

section.offre-section .text-box h2 {
margin: 0 0 40px 0;
}

.offer-box:hover {
transform: rotate(45deg);
background-color: #0a1857;
}

.offer-box:hover img.offer-mini-img-box {
filter: invert(1);
}

.offer-box:hover h5 {
color: #fff;
}

/*section.offre-section*/

/*.service-ecommerce-marketing-page*/

/*.service-ecommerce-store-marketing-page*/


.banner-service-eco-store-img-box {
margin: 60px 0 0 30px;
}

.choose-stor .choose-tetx p {
height: 100px;
overflow-x: hidden;
overflow-y: auto;
}

/* width */
.choose-stor .choose-tetx p::-webkit-scrollbar {
width: 8px;
}

/* Track */
.choose-stor .choose-tetx p::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px grey;
border-radius: 0px;
}

/* Handle */
.choose-stor .choose-tetx p::-webkit-scrollbar-thumb {
background: rgb(10, 24, 87);
border-radius: 10px;
}

/* Handle on hover */
.choose-stor .choose-tetx p::-webkit-scrollbar-thumb:hover {
background: #b30000;
}

.branr-stores-img-box img {
width: 100%;
margin: 40px 0 0 0;
}

section.barand-stores-section {
padding: 50px 0px;
}

.brand-stores-main-box {
padding: 50px 50px;
background-color: rgb(255, 255, 255);
box-shadow: 0px 4px 9px 0px rgb(0 0 0 / 18%);
text-align: center;
margin: -120px 0 15px 0;
border-radius: 15px;
}

p.brand-store-pera {
font-size: 14px;
font-weight: 400;
color: #273343;
margin: 15px 0 20px 0;
}

.brand-stores-main-box .btn-box {
justify-content: center;
}

.brand-stores-main-box .btn-box a.nu-btn {
background-color: #384650;
padding: 8px 20px;
border-radius: 30px;
}

a.nu-btn span {
font-size: 15px;
font-weight: 400;
}

/*.service-ecommerce-store-marketing-page*/

/*section.contact-pagr*/

section.contact-section {
padding: 50px 0px;
background-image: url(../images/contact-bg.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
height: 740px;
}

.contact-banner-before-box {
position: relative;
z-index: 999;
}

.contact-banner-before-box:before {
position: absolute;
content: "";
width: 499px;
height: 501px;
left: 195px;
right: 0;
background-image: url(../images/circle-ecommerce-before2.png);
background-repeat: no-repeat;
background-size: contain;
background-position: center;
z-index: -1;
}

section.contact-section .row {
display: flex;
align-items: center;
margin: 46px 0 0 0;
}

.banner-cont-img-box img {
margin: 90px 0 0 0;
}

section.contact-section .text-box h2 {
text-align: start;
color: #fff;
font-size: 40px;
}

section.contact-section .text-box p {
color: #fff;
text-align: start;
margin: 20px 0 30px 0;
}

.banner-about-img-box img {
margin: 95px 0 0 90px;
}

/*section.contact-information-sec*/
section.contact-information-sec {
padding: 30px 0 50px;
}

section.contact-information-sec .row {
display: flex;
align-items: center;
}

/*form*/
.contact-banner-form button {
padding: 12px 20px;
border: 0;
color: #fff;
font-size: 18px;
border-radius: 5px;
margin: 20px auto 0;
display: table;
width: 100%;
background-color: #e7b300;
}

.contact-banner-form button {
padding: 15px 20px;
border: 0;
color: #fff;
font-size: 16px;
border-radius: 25px;
margin: 20px auto 0;
display: table;
width: 100%;
background-color: #0a1857;
}

.contact-banner-form button i {
margin-left: 8px;
position: relative;
top: 2px;
}

.contact-banner-form {
padding: 30px 20px;	/* margin: 0 0 0 40px; */
box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
position: relative;
background-repeat: no-repeat;
background-size: cover;
background-position: left bottom;
border-radius: 20px;
width: 100%;
background-color: #fff;
}

.contact-banner-form h6 {
font-size: 30px;
font-weight: 400;
color: #fff;
margin: 0;
}

.contact-banner-form textarea {
background: none;
border: 1px solid #cccccc;
}

.contact-banner-form h2 {
font-size: 30px;
font-weight: bold;
margin: 10px 0 10px 0;
color: #000;
text-align: center;
}

.contact-banner-form h2 span {
color: #000;
}

.contact-banner-form p {
color: #000;
font-size: 14px;
font-weight: 400;
margin: 0 0 20px 0;
text-align: center;
}

.contact-banner-form-main {
position: relative;
z-index: 1;
}

.contact-banner-form-main:before {
position: absolute;
content: "";
width: 165px;
height: 451px;
left: -138px;
right: 0;
background-image: url(../images/contact-fomr-before.png);
background-repeat: no-repeat;
background-size: contain;
background-position: center;
z-index: -1;
top: 45px;
}

.contact-banner-form-main:after {
position: absolute;
content: "";
width: 136px;
height: 170px;
left: 339px;
right: 0;
background-image: url(../images/contact-fomr-after.png);
background-repeat: no-repeat;
background-size: contain;
background-position: center;
z-index: 1;    /* top: 0; */
bottom: -26px;
animation: updown2 3s ease-in-out infinite;
}

.contact-banner-form input {
margin: 0 0 10px 0;
background: none;
border: 1px solid #cccccc !important;
}

.contact-banner-form textarea {
background: none;
border: 1px solid #cccccc;
}

.contact-banner-form .fld-inp input {
width: 100%;
padding: 10px 0 10px 50px;
margin-bottom: 10px;
border: 0;
border-radius: 25px;	/* background-color: rgba(72, 85, 94, 0.141); */

/* background-color: rgb(255, 255, 255); */
}

.contact-banner-form .fld-inp textarea {
width: 100%;
height: 80px;
FONT-WEIGHT: 100;
margin: 0 0 0 0;
padding: 10px 10px 0 51px;
outline: 0;
border-width: 1px;
border-style: solid;
border-radius: 25px;
background-color: rgba(58, 62, 71, 0);
height: 131px;
resize: none;
}

.contact-banner-form .fld-inp i {
position: absolute;
top: 16px;
left: 10px;
color: #c6c6c6;
font-size: 13px;
}

.contact-banner-form .fld-inp {
position: relative;
}

.contact-banner-form .fld-inp.col-sm-6.p0 {
padding: 0;
}

.contact-banner-form h6 {
font-size: 30px;
font-weight: 400;
color: #fff;
margin: 0;
}

.contact-icon-box {
height: 35px;
width: 35px;
border-radius: 100px;
background-color: #6e7888;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: 4px;
left: 5px;
}

.contact-icon-box i {
display: flex !important;
align-items: center !important;
justify-content: center !important;
top: 0 !important;
bottom: 0 !important;
color: #000 !important;
}

/*form*/
section.contact-information-sec .text-box h2 {
text-align: start;
font-size: 40px;
}

section.contact-information-sec .text-box p {
text-align: start;
margin: 20px 0 20px 0;
}

.contact-box {
display: flex;
align-items: center;
column-gap: 20px;
margin: 0 0 20px 0;
}

.contact-box a {
font-size: 17px;
font-weight: 500;
color: #333333;
margin: 0 0 0 0;
}

.contact-box a span {
font-size: 24px;
font-weight: 600;
color: #000;
margin: 0 0 0 0;
}

.contact-box i {
height: 50px;
width: 50px;
background-color: #011845;
border-radius: 50px;
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
color: #fff;
}

/*section.contact-information-sec*/

/*section.counter-section*/
section.counter-section {
padding: 50px 0px;
background-image: url(../images/counter-bg.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}

.countr-markitingisec {
background-image: url(../images/counter-markiting-bg.png) !important;
}

section.counter-section .text-box h2 {
color: #fff;
font-size: 40px;
}

section.counter-section .text-box p {
color: #ffff;
}

.counter-main-box ul {
padding: 0;
list-style: none;
display: flex;
align-items: center;
justify-content: space-between;
margin: 50px 0 0 0;
}

.counter-boxx h2 span {
font-size: 68px;
font-weight: bold;
color: #fff;
margin: 0 0 0 0;
text-align: center;
}

.counter-boxx h2 {
font-size: 67px;
color: #fff;
font-weight: 300;
margin: 0;
text-align: center;
}

.counter-boxx p {
font-size: 15px;
font-weight: 400;
color: #fff;
margin: 0 0 0 0;
text-align: center;
}

.counter-main-box ul li {
text-align: center;
}

.counter-boxx {
text-align: center;
margin: auto;
display: table;
}

section.counter-section .btn-box {
justify-content: center;
margin: 50px 0 0 0;
}

section.counter-section .btn-box a.get-btn {
border: solid 1px;
background: transparent;
}

section.counter-section a.nu-btn {
padding: 10px 20px;
border: solid 1px #fff;
border-radius: 30px;
}

/*section.counter-section*/

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}

/* Firefox */
input[type=number] {
-moz-appearance: textfield;
}

/*section.contact-pagr*/
.about-banner-section {
background-image: url(../images/about-sec-bg.png) !important;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}

section.about-offer-section {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
background-image: url(../images/about-sec-2-bg.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
z-index: -1;
margin-top: -40px;
}

section.about-offer-section {
padding: 100px 0px;
position: relative;
}

.offer-baout-img-box .text-box h2 {
}

section.about-offer-section .text-box h2 {
color: #fff;
text-align: start;
font-size: 40px;
}

section.about-offer-section .text-box p {
color: #fff;
text-align: start;
margin: 20px 0 20px 0;
}

section.about-offer-section .row {
display: flex;
align-items: center;
}

section.about-offer-section.btn-box a.get-btn {
}

section.about-offer-section .btn-box a.get-btn {
border: solid #fff 1px;
background: transparent;
}

section.about-offer-section .btn-box a.nu-btn {
padding: 10px 20px;
border: solid #fff 1px;
border-radius: 30px;
margin: 0 0 0 5px;
}

section.accomplishments-section {
padding: 50px 0px;
background-image: url(../images/accomple-bg.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
position: relative;
}

.accomplishments-section:before {
position: absolute;
top: 70px;
bottom: 0;
left: 0;
right: 0;
background-color: #1a275f;
height: 20%;
width: 100%;
content: "";
margin: auto;
display: table;
}

.accomplishments-section:after {
position: absolute;
bottom: -30px;
right: 125px;
background-image: url(../images/accoppl-before-1.png);
background-size: cover;
background-repeat: no-repeat;
height: 114px;
width: 114px;
content: "";
animation: updown2 3s ease-in-out infinite;
}

section.accomplishments-section .text-box h2 {
font-size: 40px;
color: #fff;
}

section.accomplishments-section .text-box p {
color: #fff;
margin: 20px 0 50px 0;
}

.accompl-ul-box ul {
padding: 0;
pointer-events: none;
display: flex;
align-items: center;
justify-content: space-between;
list-style: none;
}

section.accomplishments-section .btn-box a.get-btn {
border: solid #fff 1px;
background: transparent;
}

section.accomplishments-section .btn-box a.nu-btn {
padding: 11px 20px;
border: solid #fff 1px;
border-radius: 30px;
}

section.accomplishments-section .btn-box {
justify-content: center;
margin: 70px 0 0 0;
}

section.our-timline-section {
padding: 0px 0px 50px 0;
}

.nu-box-timeline a {
font-size: 83px;
font-weight: 600;
color: #0a1857;
margin: auto;
display: table;
}

section.our-timline-section .text-box h2 {
font-size: 40px;
}

.nu-box-timeline {
position: relative;
}

.nu-box-timeline:before {
position: absolute;
content: "";
background-image: url(../images/time-line-before.png);
background-repeat: no-repeat;
height: 341px;
width: 385px;
top: 0;
left: 0;
margin: auto;
right: 0;
bottom: 0;
animation: updown2 3s ease-in-out infinite;
}

section.nuber-section {
padding: 50px 0px;
display: flex;
align-items: center;
height: auto;
justify-content: center;
height: 400px;
}

section.our-timline-section .text-box {
margin: 0 0 35px 0;
}

.time-nu-box {
background-color: rgb(56, 70, 80);
padding: 20px 10px;
}

.time-nu-box h3 {
font-size: 19px;
font-weight: 500;
color: #fff;
text-align: center;
margin: 0;
}

.timeline-pera-box {
padding: 35px 10px;
background-color: rgb(255, 255, 255);
box-shadow: 0px 7px 29px 0px rgba(0, 0, 0, 0.09);
text-align: center;
min-height: 190px;
}

section.our-timline-section .col-sm-3 {
padding: 0;
}

.time-nu-box.color-box-timeline {
background-color: #0a1857;
}

.timline-slider .slick-prev:before {
font-size: 30px !important;
content: "\f053";
position: absolute;
font: normal normal normal 14px/1 FontAwesome;
color: #0a1857;
}

.timline-slider .slick-next:before {
font-size: 30px !important;
content: "\f054";
position: absolute;
font: normal normal normal 14px/1 FontAwesome;
color: #384650;
}

.timline-box {
margin: 0 0 20px 0;
}

/*section.service-campaign-page*/

/*section.service-banner-campaign-sec*/

section.service-banner-campaign-sec {
padding: 50px 0px;
background-image: url(../images/ser-campaign.jpg);
background-repeat: no-repeat;
background-size: cover !important;
background-position: center;
height: 740px;
display: flex;
align-items: center;
}

section.service-banner-campaign-sec .row {
display: flex;
align-items: center;
}

.text-box-service h1 {
width: 110%;
text-align: start;
color: #fff;
font-size: 40px;
margin: 0 0 0 0;
font-weight: bold;
}

.text-box-service p {
color: #fff;
text-align: start;
margin: 20px 0 30px 0;
font-size: 16px;
}

.with-box-ser {
width: 111%;
}

.banner-ser-img-box img {
margin: 80px 0 0 0;
animation: updown2 3s ease-in-out infinite;
}

.contact-banner-before-box:after {
content: "";
position: absolute;
top: 250px;
left: 108px;
background-image: url(../images/baner-before-1.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
height: 69px;
width: 69px;
animation: updown2 3s ease-in-out infinite;
}

section.service-banner-campaign-sec .contact-banner-before-box:before {
top: -40px;
left: 90px;
}

section.servive-form-section {
padding: 50px 0;
}

section.servive-form-section .row {
display: flex;
align-items: center;
}

/*section.service-banner-campaign-sec*/
section.servive-form-section .contact-banner-form-main:before {
display: none;
}

.ser-tex h4 {
font-size: 24px;
font-weight: 500;
color: #666666;
margin: 0 0 20px 0;
}

.ser-tex h2 {
font-size: 40px;
font-weight: 700;
color: #333333;
margin: 0 0 20px 0;
}

.ser-tex p {
font-size: 14px;
font-weight: 400;
margin: 0 0 20px 0;
}

.service-form-before {
position: relative;
}

.service-form-before:before {
position: absolute;
content: "";
background-image: url(../images/servive-form-before.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
top: 0;
left: 0;
width: 602px;
height: 620px;
bottom: 0;
margin: auto;
background-size: 75%;
z-index: -1;
}

/*section.accomplishments-service-section*/
section.accomplishments-service-section {
padding: 50px 0px;
background-image: url(../images/accomple-bg.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
position: relative;
}

.accomplishments-service-section:before {
position: absolute;
top: 100px;
bottom: 0;
left: 0;
right: 0;
background-color: #1a275f;
height: 20%;
width: 100%;
content: "";
margin: auto;
display: table;
}

section.accomplishments-service-section .text-box h4 {
font-size: 30px;
color: #fff;
font-weight: 500;
text-align: center;
}

section.accomplishments-service-section .text-box h3 {
font-size: 30px;
color: #fff;
font-weight: 400;
text-align: center;
margin: 20px 0 15px 0;
}

section.accomplishments-service-section .text-box h6 {
font-size: 24px;
color: #fff;
font-weight: 300;
text-align: center;
margin: 0px 0 30px 0;
}

section.accomplishments-service-section .accompl-ul-box ul {
padding: 0;
pointer-events: none;
display: flex;
align-items: center;
justify-content: space-between;
list-style: none;
margin: 50px 0 0 0;
}

section.accomplishments-service-section .btn-box a.get-btn {
border: solid #fff 1px;
background: transparent;
}

section.accomplishments-service-section .btn-box a.nu-btn {
padding: 11px 20px;
border: solid #fff 1px;
border-radius: 30px;
}

section.accomplishments-service-section .btn-box {
justify-content: center;
margin: 60px 0 0 0;
}

/*section.accomplishments-service-section*/

/*section.optimizaton-sec*/
section.optimizaton-sec .platform-text-box h2 {
text-align: center;
font-weight: 700;
margin: 0 0 40px 0;
}

section.optimizaton-sec {
padding: 50px 0;
background-image: url(../images/optimiz-bg.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
position: relative;
}

section.optimizaton-sec:after {
position: absolute;
bottom: -30px;
left: 125px;
background-image: url(../images/accoppl-before-1.png);
background-size: cover;
background-repeat: no-repeat;
height: 114px;
width: 114px;
content: "";
animation: updown2 3s ease-in-out infinite;
}

.optimiz-img-box {
position: relative;
z-index: 1;
}

.optimiz-img-box:before {
content: "";
position: absolute;
height: 110px;
width: 110px;
background-image: url(../images/optimiz-before-1.png);
background-repeat: no-repeat;
left: -45px;
top: -35px;
animation: updown2 3s ease-in-out infinite;
}

a.nu-btn.optimiz {
padding: 11px 30px;
background-color: #333f48;
border-radius: 30px;
font-size: 16px;
}

/*section.optimizaton-sec*/

/*section.brands-sec*/

section.brands-sec {
padding: 100px 0px;
position: relative;
overflow: hidden;
}

section.brands-sec .row {
display: flex;
align-items: center;
}

.brands-sec-before:before {
position: relative;
}

.brands-sec-before:before {
content: "";
position: absolute;
background-image: url(../images/brands-before.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
height: 500px;
width: 865px;
top: 0;
bottom: 0;
left: 85px;
margin: auto;
border-radius: 50px 0 0 0px;
z-index: -1;
}

section.service-banner-campaign-sec .contact-banner-before-box:after {
display: none;
}

section.contact-section.about-banner-section .contact-banner-before-box:after {
display: none;
}

.btn-box a.get-btn:hover {
background-color: #F89C24;
}

a.nu-btn.optimiz:hover {
background-color: #0a1857;
}

.contact-banner-form button:hover {
background-color: #333f48;
}

/*section.brands-sec*/

/*section.service-campaign-page*/

/*service-banner-publishing-sec*/

.banner-ser-img-marketing-box img {
margin: 70px 0 0 -60px;
}

.bedore-service-box .contact-banner-before-box:before {
top: 30px !important;
left: 90px !important;
}

.banner-ser-img-publishing-box img {
margin: 40px 0 0 0;
}

.service-sec .contact-banner-form {
padding: 50px 35px;
}

.service-sec .contact-banner-form-main:after {
margin: 0 0 0 80px;
}

/*service-banner-publishing-sec*/
.banner-ser-img-other-box img {
margin: 0 0 0 -63px;
}

.banner-ser-brnd-ct-img-box img {
margin: 0 0 0 -40px;
}

.brnd-ser-img-box img {
width: 85%;
}

.contant-gril-img-box img {
width: 100%;
}

@keyframes updown2 {
0%, 100% {
	transform: translate(0, 0);
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

50% {
	transform: translate(0, 10px);
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

}

/*new-nav*/
.nav-but-wrap {
position: relative;
display: inline-block;
float: left;
padding-left: 15px;
padding-top: 0;
margin-top: 0;
transition: all .3s ease-out
}

.menu-icon {
height: 35px;
width: 30px;
position: fixed;
z-index: 2;
cursor: pointer;
display: block;
z-index: 9999;
top: 30px;
right: 20px;
display: none;
background-color: #fff;
padding: 8px 25px;
border-radius: 5px;
}

.menu-icon__line {
height: 2px;
width: 20px;
display: block;
background-color: #000;
margin-bottom: 7px;
cursor: pointer;
-webkit-transition: background-color .5s ease, -webkit-transform .2s ease;
transition: background-color .5s ease, -webkit-transform .2s ease;
transition: transform .2s ease, background-color .5s ease;
transition: transform .2s ease, background-color .5s ease, -webkit-transform .2s ease;
margin: 0 0 7px -12px;
}

.menu-icon__line-left {
width: 30px;
-webkit-transition: all .2s linear;
transition: all .2s linear
}

.menu-icon__line-right {
width: 0;
float: right;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
-ms-transition: all .2s linear;
transition: all .2s linear;
color: #fff;
right: 30px;
position: relative;
font-size: 20px;
font-weight: 700
}

.menu-icon:hover .menu-icon__line-left, .menu-icon:hover .menu-icon__line-right {
width: 30px
}

span.menu_mm {
color: #11ef93;
right: 30px;
position: relative;
font-size: 20px;
font-weight: 700
}

.nav-fix-st {
position: fixed;
z-index: 999;
right: 0
}

.nav:after, .nav:before {
content: "";
position: fixed;
top: 100px;
right: 0;
width: 0;
height: 0;
background-color: rgba(20, 21, 26, .6);
border-bottom-right-radius: 200%;
z-index: -1;
transition: border-radius linear .8s, width cubic-bezier(.77, 0, .175, 1) .6s, height cubic-bezier(.77, 0, .175, 1) .6s
}

.nav:after {
background-color: #09090c;
background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1462889/pat.svg);
background-position: bottom center;
background-repeat: no-repeat;
background-size: 300%;
-webkit-transition-delay: 0s;
transition-delay: 0s;
box-shadow: 6px 7px 28px 0 rgba(16, 16, 16, .3)
}

.nav:before {
-webkit-transition-delay: .2s;
transition-delay: .2s
}

.nav__content {
position: relative;
visibility: hidden;
top: 100px;
right: 0;
width: 0;
text-align: left;
z-index: 9
}

.nav__list {
padding: 0;
margin: 0;
z-index: 99
}

.nav__list-item {
position: relative;
display: block;
-webkit-transition-delay: .8s;
transition-delay: .8s;
opacity: 0;
text-align: left;
color: #fff;
overflow: hidden;
font-family: Poppins, sans-serif;
font-size: 22px;
line-height: 1.2;
letter-spacing: 2px;
-webkit-transform: translate(30px, 0);
transform: translate(30px, 0);
-webkit-transition: opacity .2s ease, -webkit-transform .3s ease;
transition: opacity .2s ease, -webkit-transform .2s ease;
transition: opacity .2s ease, transform .2s ease;
transition: opacity .2s ease, transform .2s ease, -webkit-transform .2s ease;
margin-top: 0;
margin-bottom: 0
}

.nav__list-item a {
position: relative;
text-decoration: none;
color: rgba(255, 255, 255, .6);
overflow: hidden;
cursor: pointer;
font-family: Poppins, sans-serif;
font-weight: 600;
z-index: 2;
padding-left: 40px;
padding-top: 5px;
padding-bottom: 5px;
display: inline-block;
-webkit-transition: all .2s linear;
transition: all .2s linear
}

.nav__list-item a:after {
position: absolute;
content: '';
top: 50%;
left: 0;
width: 5px;
height: 0;
opacity: 0;
background-color: #12ff9d;
z-index: 1;
-webkit-transition: all .2s linear;
transition: all .2s linear
}

.nav__list-item a:hover:after {
height: 100%;
opacity: 1;
top: 0
}

.nav__list-item a:hover {
color: #fff
}

.nav__list-item.active-nav a {
color: #fff
}

.nav__list-item.active-nav a:after {
height: 100%;
opacity: 1;
top: 0
}

body.nav-active .nav__content {
visibility: visible;
width: 260px
}

body.nav-active .menu-icon__line {
background-color: #00;
-webkit-transform: translate(0, 0) rotate(-45deg);
transform: translate(-4px, 1px) rotate(-45deg);
width: 30px
}

body.nav-active .menu-icon__line-left {
width: 30px;
-webkit-transform: translate(2px, 4px) rotate(45deg);
transform: translate(2px, 4px) rotate(45deg);
transform: translate(-4px, 10px) rotate(45deg)
}

body.nav-active .menu-icon__line-right {
width: 15px;
float: right;
-webkit-transform: translate(-3px, -3.5px) rotate(45deg);
transform: translate(-3px, -3.5px) rotate(45deg)
}

body.nav-active .menu-icon:hover .menu-icon__line-left, body.nav-active .menu-icon:hover .menu-icon__line-right {
width: 30px
}

body.nav-active .nav:after, body.nav-active .nav:before {
width: 280px;
height: 100%;
border-radius: 0;
right: 0;
top: 0
}

body.nav-active .nav:after {
-webkit-transition-delay: .1s;
transition-delay: .1s
}

body.nav-active .nav:before {
-webkit-transition-delay: 0s;
transition-delay: 0s
}

body.nav-active .nav__list-item {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
-webkit-transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
transition: opacity .3s ease, transform .3s ease, color .3s ease;
transition: opacity .3s ease, transform .3s ease, color .3s ease, -webkit-transform .3s ease
}

body.nav-active .nav__list-item:nth-child(0) {
-webkit-transition-delay: .7s;
transition-delay: .7s
}

body.nav-active .nav__list-item:nth-child(1) {
-webkit-transition-delay: .8s;
transition-delay: .8s
}

body.nav-active .nav__list-item:nth-child(2) {
-webkit-transition-delay: .9s;
transition-delay: .9s
}

body.nav-active .nav__list-item:nth-child(3) {
-webkit-transition-delay: 1s;
transition-delay: 1s
}

body.nav-active .nav__list-item:nth-child(4) {
-webkit-transition-delay: 1.1s;
transition-delay: 1.1s
}

body.nav-active .nav__list-item:nth-child(5) {
-webkit-transition-delay: 1.2s;
transition-delay: 1.2s
}

body.nav-active .nav__list-item:nth-child(6) {
-webkit-transition-delay: 1.3s;
transition-delay: 1.3s
}

body.nav-active .nav__list-item:nth-child(7) {
-webkit-transition-delay: 1.4s;
transition-delay: 1.4s
}

body.nav-active .nav__list-item:nth-child(8) {
-webkit-transition-delay: 1.5s;
transition-delay: 1.5s
}

body.nav-active .nav__list-item:nth-child(9) {
-webkit-transition-delay: 1.6s;
transition-delay: 1.6s
}

body.nav-active .nav__list-item:nth-child(10) {
-webkit-transition-delay: 1.7s;
transition-delay: 1.7s
}

body.nav-active .nav__list-item:nth-child(11) {
-webkit-transition-delay: 1.8s;
transition-delay: 1.8s
}

/*new-nav*/
ul.nav.navbar-nav.navbar-right li.dropdown.open {
position: relative;
}

.inner-menu-st {
position: absolute;
top: 3px;
right: 15px;
}

li.dropdown.dropdown-submenu {
position: relative;
}

.inner-menu-st.active ~ ul.dropdown-menu.innr-menu-st {
display: block;
}

.inner-menu-st ~ ul.dropdown-menu.innr-menu-st {
left: 233px;
width: 117%;
padding-top: 10px;
}

.optimiz-deep-img-box img {
width: 75%;
margin: 0 0 0 100px;
}

.contact-banner-before-box {
z-index: 0;
}

section.terms-bnr {
padding: 150px 0px;
background-color: #0a1857;
display: flex;
align-items: center;
justify-content: center;
}

.terms-bnr h1 {
text-align: center;
font-size: 50px;
font-weight: 600;
color: #fff;
}

section.terms-bnr .btn-box {
text-align: center;
justify-content: center;
margin: 40px 0 0 0;
}

section.terms-bnr .btn-box a.get-btn {
background-color: #384650;
}

section.terms-txt-st {
margin: 30px 0;
}

.hreo_banner .banner-img-box img {
box-shadow: 0 0 0 #000;
mix-blend-mode: lighten;
}

/*.hreo_banner {
    position: relative;
    background-image: url(../images/hero-bg.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    height: 786px !important;
}

.hreo_banner:before {
    background-image: url(../images/hero-before-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    content: "";
    position: absolute;
    width: 100%;
    height: 207px;
    bottom: -90px;
    z-index: 999;
}*/

/* new pages */

.platform_list {
width: 100%;
padding: 21px 0 40px 0;
}

.platform_list img {
width: 100%;
}

.book-writing-after-banner-img {
width: 100%;
}

.book-writing-section-2 {
background: url("../img/book-writing-affordable-bg.png");
background-repeat: no-repeat;
background-size: cover;
}

.book-writing-section-2 * {
color: #fff !important;
}

.book_writing_book_editing_services {
width: 100%;
background-size: #fff;
padding: 50px 0px;
}

.book_writing_book_editing_services_wrapper {
width: 100%;
}

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

.book_writing_book_editing_services_boxes ul {
margin: 0 0 0 20px;
padding: 0px;
display: flex;
flex-direction: column;
gap: 14px;
}

.our_book_editing_portfolio {
width: 100%;
background: url("../img/book-writing-portfolio-bg.png");
background-repeat: no-repeat;
background-size: cover;
padding: 50px 0px;
}

.our_book_editing_portfolio .text-box h2 {
color: #fff;
font-size: 40px;
}

.our_book_editing_portfolio .text-box p {
color: #fff;
}

.our_book_editing_portfolio .row {
gap: 30px;
}

.book_writing_portfolio_box {
margin: 0 0 32px 0;
}

.book_writing_cta {
width: 100%;
background: #E7AB45;
padding: 30px 0 60px 0;
}

.book_writing_cta .cta_text {
text-align: left;
}

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

.book_writing_cta .cta_text h3 {
color: #040000;
font-family: Poppins;
font-size: 48px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
}

.book_writing_cta .cta_text p {
color: #1E1E1E;
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 400;
}

section.book_writing_cta .image_box img {
margin: 0 0 -40px 0;
}

.book_writing_abundant {
width: 100%;
}

.book_writing_portfolio_wrapper {
margin-top: 30px;
}

.abundant_sec {
background: #fff;
background-image: none !important;
}

.numbers_states {
margin: 10px 0 20px 0;
padding: 0px;
display: flex;
justify-content: space-between;
}

.numbers_states li {
list-style: none;
width: 30.3333%;
}

.numbers_states h5 {
color: #1A2B7A;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin: 0px;
}

.numbers_states h3 {
color: #282828;
font-family: Poppins;
font-size: 70px;
font-style: normal;
font-weight: 700;
margin: 0px;
}

.book_writing_process_sec {
width: 100%;
background: #F5F5F5;
padding: 80px 0px;
}

.bw_procrss_box {
border-radius: 5px;
border: 1px solid #C0C0C0;
background: #FFF;
padding: 19px;
margin-bottom: 30px;
min-height: 273px;
display: block;
}

.bw_procrss_box h5 {
color: #071B4F;
font-family: Poppins;
font-size: 55px;
font-style: normal;
font-weight: 600;
margin: 0px;
}

.bw_procrss_box h6 {
color: #151515;
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 600;
}

.bw_procrss_box p {
color: #606060;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
}

.book_cover_cta {
width: 100%;
background: #fff;
text-align: center;
padding: 50px 0;
}

.book_cover_cta h6 {
color: #0A1857;
text-align: center;
font-family: Poppins;
font-size: 25px;
font-style: normal;
font-weight: 700;
}

.book_cover_cta h4 {
color: #151515;
text-align: center;
font-family: Poppins;
font-size: 40px;
font-style: normal;
font-weight: 700;
}

.buttons_ctas {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
margin: 20px 0 0 0;
}

.buttons_ctas_center {
justify-content: left;
}

.buttons_ctas .cta_cl_one {
color: #FFF;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 600;
border-radius: 190px;
background: #0A1857;
}

.buttons_ctas .cta_cl_two {
color: #000;
text-align: center;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 600;
}

.buttons_ctas .cta_cl_three {
color: #FFF;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 600;
border-radius: 210px;
background: #000;
}

.buttons_ctas_yellow {
gap: 13px;
}

.buttons_ctas_yellow a {
border: 1px solid #878787;
border-radius: 50px;
}

.buttons_ctas_yellow .cta_cl_one {
background: #F89C24;
}

.buttons_ctas_yellow .cta_cl_three {
background: #fff;
color: #000;
}

.buttons_ctas a {
padding: 10px 30px;
}

.book_writing_portfolio_box img {
width: 100%;
}

.book-cover-design-service {
background: url('../img/book-cover-design-service-nbg.png') no-repeat;
background-position: center;
background-size: cover;
}

.book-cover-design-service .row {
display: flex;
align-items: center;
}

.book-cover-design-service-img-wrap {
width: 100%;
}

.book-cover-design-service-text-wrapper {
width: 100%;
}

.book-cover-design-service-text-wrapper h2 {
color: #151515;
font-family: Poppins;
font-size: 40px;
font-style: normal;
font-weight: 700;
}

.book-cover-design-service-text-wrapper p {
color: #606060;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 500;
}

.book-writing-after-banner-img-bpc img {
margin: 0 0 -50px;
}

.book-publicity-campaigns-logos {
width: 100%;
padding: 50px 0;
}

.book-publicity-campaigns-logos .row {
display: flex;
align-items: center;
}

.book-publicity-campaigns-logos .row .col-sm-4 {
height: 100%;
}

.bpclogo_list {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
gap: 38px;
}

.bpclogo_list_center {
border-left: 1px solid #C6C6C6;
border-right: 1px solid #C6C6C6;
}

.bpclogo_list_wrapper {
padding: 40px 0;
border: 1px solid #C6C6C6;
margin: 70px 0 0 0;
}

.obpc_the_tactics {
width: 100%;
padding: 50px 0px;
}

.obpc_the_tactics_wrapper {
width: 100%;
margin: 60px 0 0 0;
}

.obpc_the_tactics_boxes {
border-radius: 5px;
border: 1px solid #C0C0C0;
background: #FFF;
text-align: center;
padding: 30px 16px;
}

.obpc_the_tactics_boxes:hover {
border-style: dashed;
}

.obpc_the_tactics_wrapper .row {
display: flex;
flex-wrap: wrap;
gap: 25px 0px;
}

.obpc_the_tactics_wrapper .row .col-sm-4 {
height: 100%;
}

.obpc_the_tactics_boxes img {
}

.obpc_the_tactics_boxes h3 {
color: #282828;
text-align: center;
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 500;
}

.obpc_the_tactics_boxes p {
color: #606060;
text-align: center;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
}

.book_writing_cta_bpc_cta {
width: 100%;
background: #E7AB45;
padding: 60px 0;
}

.book_formatting_for_hire {
width: 100%;
background: #F5F5F5;
padding: 50px 0px;
}

.book_formatting_for_hire h3 {
color: #151515;
font-family: Poppins;
font-size: 40px;
font-style: normal;
font-weight: 700;
}

.book_formatting_for_hire p {
font-size: 14px;
font-weight: 400;
margin: 0 0 20px 0;
}

.book_formatting_for_hire ul {
margin: 0 0 0 18px;
padding: 0px;
display: flex;
flex-wrap: wrap;
gap: 8px;
}

.book_formatting_for_hire ul li {
font-size: 14px;
font-weight: 400;
width: 40%;
}

.book_formatting_for_hire_img {
width: 100%;
}

section.portfolio__wrap.light-grey {
padding: 50px 0px;
}

section.portfolio__wrap.light-grey  h4 {
text-align: center;
font-size: 50px;
font-weight: bold;
color: #333333;
margin: 20px 0 0 0;
}

.nav_tabs_genre {
display: flex;
justify-content: center;
border: none;
background: transparent;
gap: 22px;
margin: 50px 0 40px 0;
}

.content__portfolio .nav-tabs a {
padding: 0px 7px;
font-size: 16px;
font-weight: 600;
color: #787878;
border-radius: 5px !important;
border: transparent;
background: #FFF !important;
text-align: center;
}

.content__portfolio .nav-tabs a:hover {
color: #000;
}

.content__portfolio li.active a {
color: #000;
}

.content__portfolio a p {
padding: 20px;
border-radius: 5px;
display: block;
background-color: #fff;
margin-bottom: 15px;
border: 1px solid #cfcfcf;
}

.content__portfolio a p img {
width: 50px;
}

.content__portfolio .nav-link img {
filter: brightness(0) saturate(100%) invert(0%) sepia(4%) saturate(5%) hue-rotate(52deg) brightness(90%) contrast(100%);
width: 50px;
}

.portfolio_box_img img {
width: 100%;
}

.portfolio_box_img {
margin-bottom: 30px;
}

.before_none *:before {
display: none !important;
}

.after_none *:after {
display: none !important;
}

.before_none:before {
display: none;
}

.after_none:after {
display: none;
}

.after_none.optimizaton-sec:after {
display: none !important;
}

.after_none.accomplishments-section:after {
display: none !important;
}

.awards_header {
margin: 31px 0 0 0;
}

.book_w_cta .image_box img {
width: 100%;
}

.book_w_cta .cta_text h3 {
font-size: 82.531px;
}

.book_w_cta .cta_text h3 span {
font-size: 38.514px;
display: block;
}

.book_w_cta .cta_text p {
font-size: 17px;
}

.book_w_sec_bg {
background: url(../img/book-w-bg-section.png) !important;
background-repeat: no-repeat !important;
background-size: cover !important;
}

.book-w-variety img {
width: 100%;
}

.ignite_section {
width: 100%;
padding: 60px 0;
}

.ignite_boxes {
text-align: center;
padding: 26px 0 0 0;
}

.ignite_boxes  h3 {
color: #000;
text-align: center;
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 500;
}

.video_cta_text_cta  h3 {
font-size: 70.531px !important;
}

.book_printing_services_boxes {
text-align: left;
}

.book_printing_services_boxes h2 {
color: #151515;
font-family: Poppins;
font-size: 40px;
font-style: normal;
font-weight: 700;
margin: 0px 0px 19px;
}

.book_printing_services_boxes h4 {
color: #0A1857;
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 600;
}

.book_printing_services_boxes .btn-box {
margin: 30px 0 0 0;
}

.utilize_the_magic {
width: 100%;
background: #F5F5F5;
padding: 50px 0 60px 0;
}

.col_utliize_work {
width: 100%;
text-align: center;
border-radius: 5px;
border: 1px solid #C0C0C0;
background: #FFF;
padding: 40px 12px;
margin: 60px 0 0 0;
}

.col_utliize_work h4 {
color: #F89C24;
text-align: center;
font-family: Poppins;
font-size: 60px;
font-style: normal;
font-weight: 600;
}

.col_utliize_work h5 {
color: #151515;
text-align: center;
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 600;
margin: 10px 0 19px 0;
}

.col_utliize_work p {
color: #404040;
text-align: center;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
}

.bi_key_features {
background: url("../img/bool-illustration-key-features-bg.png");
background-repeat: no-repeat;
background-size: cover;
padding: 60px 0px;
}

.bi_key_features .text-box * {
color: #fff;
}

.bi_key_features_row {
display: flex;
gap: 20px;
}

.bi_key_features_icon {
}

.bi_key_features_content {
}

.bi_key_features_content h4 {
color: #EFB138;
font-family: Poppins;
font-size: 25px;
font-style: normal;
font-weight: 500;
}

.bi_key_features_content p {
color: #FFF;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
}

.bi_key_features_wrapper {
margin: 60px 0 0 0;
}

.audio_book_boxes {
padding: 0px;
border: none;
text-align: left;
}

.audio_book_boxes:hover {
border: none;
}

.audio_book_boxes img {
width: 100%;
}

.audio_book_boxes h3 {
text-align: left;
color: #151515;
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 600;
}

.audio_book_boxes p {
text-align: left;
}

.fb_w_cta .cta_text h3 span {
font-size: 29.514px;
display: block;
}

.fb_w_cta .cta_text h3 {
font-size: 66px;
}

/*menu*/
.dropdown-menu-style {
background: #0A1857;
left: 0 !important;
right: 0 !important;
margin: auto;
width: 290px;
padding: 12px 20px 32px 20px !important;
top: 52px;
}

.dropdown-menu-style-inner {
height: 393px;
overflow-y: scroll;
}

.dropdown-menu-style-inner::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
border-radius: 10px;
}

.dropdown-menu-style-inner::-webkit-scrollbar {
width: 6px;
background-color: #F5F5F5;
}

.dropdown-menu-style-inner::-webkit-scrollbar-thumb {
border-radius: 10px;
background-color: #F89C24;
}

.dropdown-menu-style a {
color: #fff !important;
font-size: 14px !important;
font-style: normal !important;
font-weight: 400 !important;
padding: 17px 10px !important;
margin: 0 0 -17px 0;
display: inline-block;
width: 100%;
}

.parent_nav:before {
content: "";
height: 3px;
position: absolute;
background: #0a1857;
bottom: 2px;
width: 100%;
left: -2px;
opacity: 0;
}

.parent_nav:after {
content: "";
background: url("../img/arrow_carrat.png");
background-repeat: no-repeat;
background-position: center;
height: 7px;
position: absolute;
width: 13px;
background-size: cover;
bottom: -4px;
left: 0;
right: 0;
margin: auto;
opacity: 0;
}

.dropdown_open {
padding-bottom: 11px;
}

.dropdown_open:hover .dropdown-menu-style {
display: block;
}

.dropdown_open:hover .parent_nav:before {
opacity: 1;
}

.dropdown_open:hover .parent_nav:after {
opacity: 1;
}

.dropdown-menu-style-two .dropdown-menu-style-inner {
height: auto;
overflow: hidden;
}

.cta_font_34 {
}

.media_logos {
margin-bottom: 30px;
}

.ebook_writing_sec_bg {
background: #F5F5F5;
}

.why_should_hire_ebook_writers {
width: 100%;
text-align: center;
padding: 50px 0px;
}

.why_should_hire_ebook_writers .ser-tex h4 {
width: 100%;
text-align: center;
}

.why_should_hire_ebook_writers .ser-tex h2 {
width: 100%;
text-align: center;
}

.why_should_hire_ebook_writers-box {border-radius: 5px;border: 1px solid #B4B4B4;background: #FFF;display: flex;flex-direction: column;align-items: center;justify-content: center;min-height: 140px;margin: 0 0 20px 0;}

.why_should_hire_ebook_writers-box h3 {
color: #101010;
text-align: center;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 500;
}

.why_should_img {
height: 60px;
}




.speech_writing_custom_ul{
	margin: 0px 0 30px 0;
	padding: 0 0 0 19px;
}


.speech_writing_tabs li.active a{
	color: #E7AB45 !important;
}

.cta_with_span .cta_text h3 span{
	color: #000;
	font-family: Poppins;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
}



.businesssection_biography{

	background: #F5F5F5 !important;
}

.businesssection_biography *{

	color: #000 !important;
}

.businesssection_biography h4{
color: #0A1857 !important;  

font-family: Poppins;
font-size: 40px;
font-style: normal;
font-weight: 700;
}