@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap');

.bannerh1 h1,
.bg-ctabottom .myheading-custom h2,
.contactbanner h2,
.contactboxs a,
.contactboxs p,
.content-services h3,
.custom-ul li,
.form-box button.web-blue-btn,
.mycustomctanew p,
.services-inner-banner-style p.main-para,
.tabscustom button,
.uppercase {
	text-transform: uppercase
}

/* section#our-process-section {
    display: none;
} */

.fa
 {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h6.mb-20
 {
    color: black;
}

.customulfooter h6 {
    color: black;
}

   .dropdown-menu {
    display: none;
    padding-left: 15px;
  }

  .dropdown-menu.show {
    display: block;
  }

  .nav-link {
    cursor: pointer;
  }

* {
	 font-family: 'Bricolage Grotesque', system-ui, sans-serif !important;
	 
}

.bricolage-grotesque {
  font-family: "Bricolage Grotesque", sans-serif !important;
}
.customtextabouts p{
	color: black;
}
p.mb-5 {
    color: black;
}

.inner-page h1,
html body h1,
html body h3 {
	line-height: 60px;
	color: #000
}

.fs-40{
	font-size: 40px;
}

.text-dark {
    --bs-text-opacity: 6;
    color: white !important;
}

.iti {
    position: relative;
    display: block !important;
}

.reD-color{
	background-color: #BE0A2F !important;
}

.one{
background-color: #0b3764 !important;
}

.thanks{
	COLOR: #0b3764;
	    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
}

.black1{
	color: black !important;
}

/* First ul with class - white text */
.custom-ul.ctaul:first-of-type ul li {
  color: black ;
}

/* Last ul with class - black text */
.custom-ul.ctaul:last-of-type ul li {
  color: white;
}

.banner-image,
.content-services,
.form-style,
.process-box,
.tabscustom ul.nav,
.timeday {
	text-align: center
}

.banner-heights {
	height: 660px
}

.black{
	color: #BE0A2F;
	font-weight: 600;
}

.welcome{
	font-weight: 300;
	font-size: 60px;
    text-transform: uppercase !important;
	line-height: 1.3;
	color: black;
}

section.banner.custom-padding.hbanner {
	padding-top: 20px
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	/* font-family: Montserrat, serif */
	font-family: "Bricolage Grotesque", sans-serif ;
}

body {
	overflow-x: hidden;
}

.w-12 {
	width: 12%;
}

.white{
	color: white !important;
}

img {
	max-width: 100%
}
.col-lg-4:nth-child(1) .testimonials-content.w-50-custom,
.col-lg-4:nth-child(3) .testimonials-content.w-50-custom {
  background: #BE0A2F;
}

.row > .col-lg-4:nth-child(1) .box-one-service-bottom,
.row > .col-lg-4:nth-child(3) .box-one-service-bottom {
  background: #BE0A2F !important;
}

html body label,
html body li,
html body p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #6d6d6d;
	margin: 0;
	padding: 0
}

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: none !important;
}

html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6 {
	font-weight: 600;
	padding: 0;
	margin: 0;
	font-family: "Josefin Sans", serif
}

html body li,
html body ul {
	padding: 0;
	margin: 0;
	list-style: none
}

html body h1 {
	font-size: 60px;
	text-transform: uppercase !important
}

.inner-page h1 {
	font-size: 50px;
	font-weight: 400
}

.blue {
    color: #0b3764;
    font-weight: 600;
}

/* Assuming both are inside the same parent */
.parent-class > .custom-ul.ctaul:nth-child(1) ul li {
  color: white !important;
}

.parent-class > .custom-ul.ctaul:nth-child(2) ul li {
  color: black !important;
}


.content-services a.web-blue-btn,
a.web-black-btn,
a.web-blue-btn,
button.web-blue-btn,
input.web-blue-btn {
	font-weight: 500;
	display: inline-block;
	font-family: "Josefin Sans", serif;
	text-decoration: none;
	text-transform: uppercase
}

html body h2 {
	font-size: 70px;
	color: #000;
	line-height: 80px
}

html body h3 {
	font-size: 50px
}

html body h4 {
	font-size: 40px;
	color: #000;
	line-height: 50px
}

html body h5 {
	font-size: 30px;
	color: #000;
	line-height: 40px
}

html body h6 {
	font-size: 22px;
	color: #000;
	line-height: 32px
}

/* Show dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    
}



.container-wrapper,
.my-nav .container {
	width: 100%;
	max-width: 1840px;
	padding: 0 50px;
	margin: 0 auto
}

a.web-black-btn {
	border-radius: 50px;
	color: #fff;
	border: 1px solid #000;
	background-color: #000;
	padding: 10px 40px 6px;
	margin-bottom: 30px;
	font-size: 18px
}

a.web-blue-btn,
button.web-blue-btn,
input.web-blue-btn {
	color: #fff;
	background-color: #0E4173;
	padding: 10px 40px 6px;
	margin-bottom: 30px;
	font-size: 18px
}

a.web-black-btn:hover {
	color: #000;
	border: 1px solid #000;
	background-color: transparent;
	transition: .5s
}

a.web-blue-btn,
button.web-blue-btn {
	border: 1px solid #0E4173;
	border-radius: 50px
}

a.web-blue-btn:hover,
input.web-blue-btn:hover {
	color: #0E4173;
	border: 1px solid #0E4173;
	background-color: transparent;
	transition: .5s
}

input.web-blue-btn {
	border: 1px solid #0E4173;
	border-radius: 50px !important
}

.clr-changed,
.customulfooter ul li a:hover,
.customulfooter.footer-content a:hover {
	color: #0E4173
}

.bg-gray {
	background-color: #f5f5f8
}

.my-nav .navbar a,
.my-nav .navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
	color: #312929
}

.bg-ctabottom .form-style span.iti__country-name,
.bg-ctabottom .form-style span.iti__dial-code {
	color: #000 !important
}

.bg-ctabottom .form-style .iti__arrow--up {
	border-top: none;
	border-bottom: 0
}

.my-nav .navbar li.nav-item,
.testimonials-content {
	padding: 0 20px
}

.my-nav li a {
	font-family: "Josefin Sans", serif
}

.bannerh1 h1 {
	width: 80%;
	margin: 0 auto
}

.custom-padding,
.padding-own-section,
section.form-section.custom-padding {
	padding: 50px 0
}

.mybox-services-main {
	display: block;
	overflow: hidden
}

.content-services p {
	color: #000;
	margin-bottom: 30px;
	font-family: "Josefin Sans", serif;
	font-weight: 300;
	line-height: 30px;
	font-size: 22px;
	margin-top: 20px
}

.content-services h3 {
	font-size: 48px;
	color: #000;
	line-height: 55px
}

.content-services a.web-blue-btn {
	padding: 10px 40px 6px;
	margin-bottom: 30px;
	font-size: 18px
}

.content-services {
	padding: 60px 50px 0;
	font-family: "Josefin Sans", serif
}

.c-bg-centernew,
.cta-ghost,
.custom-ul.ctaul,
.custom-ul.ctaul ul li,
.main-our-cta-section,
.position-relative-customs {
	position: relative
}

.mycustoms {
	background: #d2d2d2 !important;
	overflow: hidden
}

.c-bg-centernew .zindex1 {
	z-index: 1;
	position: relative
}

.bg-gray-box {
	background-color: #f9f9f9
}

.bannerslider,
.contactboxs img,
.customulfooter h6,
.mb-20,
.services-box .row.flex-align-items-stretch {
	margin-bottom: 25px
}

.custom-flex {
	display: flex;
	flex-wrap: wrap
}

.process-box {
    border: 1px solid #6d6d6d;
    padding: 30px 100px;
    border-radius: 25px;
    margin: 0 0 28px;
    width: 100%;
}

/* 1st and 3rd box */
.process-box:nth-child(1),
.process-box:nth-child(3) {
    background-color: #BE0A2F;
}

/* 2nd box */
.process-box:nth-child(2) {
    background-color: #0b3764;
}

.processboxsection .process-box {
	display: block;
	text-decoration: none;
	opacity: .5
}

a.process-box:hover {
	opacity: 1;
	transition: .5s
}

.process-box h6 {
	color: #6d6d6d;
	font-size: 18px;
	line-height: 24px
}

.process-box img {
	margin-bottom: 8px
}

.my-process-box-inner {
	background-color: #e8e8e8;
	height: 100%;
	margin: 0;
	font-family: "Josefin Sans", sans-serif
}

.button-bottom-price a,
.content-new-style-update p:last-child,
.processboxsection a.process-box:nth-child(3) {
	margin-bottom: 0
}

.border-radius-20 {
	border-radius: 20px
}

.process-style-content {
	position: relative;
	padding: 28px
}

.process-style-content h4 {
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;
	position: absolute;
	bottom: 28px;
	z-index: 1
}

.d-blocks-mobiles,
.d-none-desktop,
.fixed-btm,
.my-process-box-inner.bg2:after,
.pos-rel-1,
.scroll-up-sticky-bar,
.testi-image-main.w-50-custom {
	display: none
}

.bg1,
.bg1.bg-design,
.bg1.bg-video,
.bg2.bg-4,
.bg2.bg-design2,
.bg2.bg-video2,
.bg3,
.bg3.bg-32,
.bg3.bg-design3,
.bg3.bg-video3,
.cta-one {
	position: relative;
	overflow: hidden
}

.color-white{
	color: white;
}

.bg1:before,
.bg2:before {
	background-repeat: no-repeat;
	background-position: right bottom;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	right: 0;
	background-size: 100%
}

.bg1:before {
	background-image: url(assets/images/process-box-1-image.webp)
}

.bg1.bg-design:before {
	background-image: url(assets/images/bg-book-design1.webp)
}

.bg2.bg-design2:before {
	background-image: url(assets/images/bg-book-design2.webp)
}

.bg3.bg-design3:before {
	background-image: url(assets/images/bg-book-design3.webp)
}

.bg1.bg-video:before {
	background-image: url(assets/images/video-image-1.webp)
}

.bg2.bg-video2:before {
	background-image: url(assets/images/video-image-2.webp)
}

.bg3.bg-video3:before {
	background-image: url(assets/images/video-image-33.webp) !important
}

.bg1.bg-webdeisgn:before {
	background-image: url(assets/images/web-designbox1.webp)
}

.bg2.bg-webdeisgn2:before {
	background-image: url(assets/images/web-designbox2.webp)
}

.bg3.bg-webdeisgn3:before {
	background-image: url(assets/images/web-designbox3.webp)
}

.cta-ghost.bg-webdeisgn:before {
	background-image: url(assets/images/webdesign-seo-cta.webp)
}

.bg1.bg-illustration:before {
	background-image: url(assets/images/illustration-bg-1.webp)
}

.bg2.bg-illustration2:before {
	background-image: url(assets/images/illustration-bg-2.webp)
}

.bg3.bg-illustration3:before {
	background-image: url(assets/images/illustration-bg-3.webp)
}

.cta-ghost.bg-illustrationcta:before {
	background-image: url(assets/images/cta-bg-illustration1.webp)
}

.bg1.bg-articles:before {
	background-image: url(assets/images/articalbox1.webp)
}

.bg2.bg-articles2:before {
	background-image: url(assets/images/articalbox2.webp)
}

.bg3.bg-articles3:before {
	background-image: url(assets/images/articalbox3.webp)
}

.cta-ghost.bg-articlescta:before {
	background-image: url(assets/images/articalbox-cta.webp)
}

.bg1.bg-printing:before {
	background-image: url(assets/images/book-printing-box1.webp)
}

.bg2.bg-printing2:before {
	background-image: url(assets/images/boox-printing-box2.webp)
}

.bg3.bg-printing3:before {
	background-image: url(assets/images/book-printing-box3.webp)
}

.cta-ghost.bg-printingcta:before {
	background-image: url(assets/images/bookprintingcta1.webp)
}

.bg1.bg-blogwriting:before {
	background-image: url(assets/images/blogwriting-box1.webp)
}

.bg2.bg-blogwriting2:before {
	background-image: url(assets/images/blogwriting-box2.webp)
}

.bg3.bg-blogwriting3:before {
	background-image: url(assets/images/blogwriting-box3.webp)
}

.cta-ghost.bg-blogwritingcta:before {
	background-image: url(assets/images/blogwriting-servicescta.webp)
}

.bg1.bg-contentswriting:before {
	background-image: url(assets/images/webcontent-box1.webp)
}

.bg2.bg-contentswriting2:before {
	background-image: url(assets/images/webcontent-box2.webp)
}

.bg3.bg-contentswriting3:before {
	background-image: url(assets/images/webcontent-box3.webp)
}

.cta-ghost.bg-blogcontentswritingcta:before {
	background-image: url(assets/images/web-contentctabox.webp)
}

.bg1.bg8:before {
	background-image: url(assets/images/bg8.webp)
}

.bg2 {
	position: relative;
	overflow: hidden;
	background-color: #000
}

.bg2:before {
	background-image: url(assets/images/process-box-2-image.webp)
}

.bg2.bg5:before {
	background-image: url(assets/images/bg-three.webp) !important
}

.bg2.bg11:before {
	background-image: url(assets/images/bg-11.webp) !important
}

.bg2.bg5 {
	background: #141419
}

.bg2.bg-4:before,
.bg3.bg-32:before,
.bg3:before {
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 100%;
	right: 0;
	background-size: 100%;
	width: 100%;
	content: "";
	position: absolute;
	bottom: 0
}

.bg3:before {
	background-image: url(assets/images/process-box-3-image.webp)
}

.bg2 h3,
.bg2 h4 {
	color: #fff;
	z-index: 1
}

.bg2.bg-4:before {
	background-image: url(assets/images/bg-four.webp)
}

.bg3.bg-twlv:before {
	background-image: url(assets/images/bg-12.webp) !important
}

.bg3.bg-32:before {
	background-image: url(assets/images/eroor-bg.webp)
}

.bg3.bg7:before {
	background-image: url(assets/images/bg-6.webp)
}

.bg2.bg9:before {
	background-image: url(assets/images/bg-9.webp) !important
}

.bg3.bg10:before {
	background-image: url(assets/images/bg-10.webp)
}

.process-style-content h3 {
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;
	position: relative
}

.vertical-align-box {
	align-items: center !important;
	flex-direction: column !important;
	display: flex !important
}

.w-96 {
	width: 96%
}

.my-process-box-inner::after {
	background: #000;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, #e8e8e8 100%);
	height: 70%;
	position: absolute;
	width: 100%;
	bottom: 0;
	content: "";
	left: 0;
	z-index: 0
}

.w-20-c {
	width: 23%
}

.w-20-c:first-child {
	margin-left: 0
}

.w-20-c:nth-child(4) {
	margin-right: 0 !important
}

.justify-content-around-c {
	justify-content: space-around !important
}

.hzoom,
.hzoomone {
	transition: .5s
}

.hzoom:hover .my-process-box-inner::before,
.hzoomone:hover img,
.mybox-services-main:hover .content-services::after {
	transform: scale(1.1) !important;
	transition: .5s
}

.border-radius-33 {
	border-radius: 33px
}

.cta-bg {
	background: #eaeaea;
	background: linear-gradient(180deg, #eaeaea 35%, #fff 100%);
	padding: 80px
}

.custom-ul li {
	font-weight: 500;
	padding-bottom: 8px
}

.h-hun-custom,
.position-relative.custom-rr,
.sectioninnertwodesign {
	height: 100%
}

.flex-align-items-stretch {
	align-items: stretch !important;
	display: flex
}

.owl-carousel-center .item {
	background: #f9f9f9
}

.cta-ghost:before,
.cta-one:before {
	background-repeat: no-repeat;
	background-position: right;
	right: 0;
	content: ""
}

.custom-slider {
	width: 50%;
	margin: 0 auto
}

.owl-carousel-center .owl-dots {
	display: flex !important;
	justify-content: center;
	padding: 0;
	margin-bottom: 20px
}

.owl-carousel-center .owl-dot {
	width: 10px;
	height: 10px;
	background-color: #ccc;
	margin: 0 5px;
	border-radius: 50%;
	transition: background-color .3s, transform .3s
}

.owl-carousel-center .owl-dot:hover {
	transform: scale(1.2);
	background-color: tomato
}

.owl-carousel-center .owl-dots button {
	background: #f9f9f9 !important;
	width: 10px;
	height: 10px
}

.owl-carousel-center .owl-dot.active {
	background: #b1b0b0 !important;
	width: 10px;
	height: 10px
}

.owl-carousel-center.owl-theme .owl-dots .owl-dot span {
	margin: 0 !important
}

.owl-carousel-center .owl-dots {
	margin-top: 50px !important
}

.tabscustom ul.nav {
	margin: 0 auto;
	justify-content: center
}

.tabscustom button.active {
	background: #0E4173 !important;
	border-radius: 50px
}

.tabscustom button {
	color: #6d6d6d;
	font-weight: 700
}

.w-50-custom {
	width: 50%
}

.f-bottom p a,
section.portfolio-slider h5 {
	color: #6d6d6d
}

.testimonials-content p {
	padding: 30px 0;
	margin-bottom: 0;
	font-size: 16px
}

.testimonials-content p.text-dark {
	padding: 0
}

.mycustomctanew p {
	font-size: 30px;
	line-height: 40px;
	font-weight: 500;
	padding-right: 40px
}

.btnflex a.web-black-btn {
	margin-right: 20px
}

.cta-one:before {
	background-image: url(assets/images/cta-image-1.webp);
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	bottom: 0
}

.mycount {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%
}

.cta-bg div,
.cta-one div,
.modal-body,
.mybox-services-main .content-services {
	position: relative;
	z-index: 1
}

.timeday {
	padding: 44px 30px 28px;
	background: #ffffff57;
	margin: 10px;
	backdrop-filter: blur(2px);
	border-radius: 20px;
	border: 2px solid #fff;
	width: 28%
}

.cta-ghost:before,
.position-image-custom-ab {
	position: absolute;
	bottom: 0;
	background-size: contain
}

.timeday span:first-child {
	color: #000;
	font-size: 80px;
	display: block;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 30px
}

.timeday span:nth-child(2) {
	color: #000;
	font-weight: 700;
	font-size: 24px;
	margin-top: 22px !important;
	display: block
}

.btn-blockss a,
.force-overflow ul {
	display: inline-block
}

.boxes-bottom-section h2 {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	padding: 60px 0
}

.bg-gray-dark {
	background-color: #e8e8e8
}

.box-one-service-bottom img.mb-20s {
	margin-bottom: 30px
}

.box-one-service-bottom {
	padding: 30px;
	border-radius: 30px
}

.imgright {
	text-align: right;
	margin-top: 10px
}

.box-one-service-bottom h6,
.customtextabouts h4 {
	font-size: 28px
}

.box-one-service-bottom p {
	width: 100%;
	margin-top: 10px;
	color: #000;
	font-size: 18px
}

.myheading-custom p.my-bigp {
	font-size: 30px;
	line-height: 40px
}

.myheading-custom p {
	font-size: 17px;
	line-height: 25px;
	margin-bottom: 20px;
	margin-top: 12px
}

.form-style input {
	height: 45px;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-radius: 0;
	border-color: #6d6d6d
}

button.web-blue-btn:hover {
	color: #0E4173;
	border: 1px solid #0E4173;
	background-color: transparent
}

.form-style button {
	margin-top: 22px
}

.footer-content p {
	padding: 8px 0;
	font-size: 14px;
	color: #000
}

.footer-content a {
	color: #000;
	margin-bottom: 10px;
	font-size: 14px
}

.customulfooter ul li a {
	font-size: 14px;
	color: #000;
	padding: 0 0 14px;
	display: block;
	text-decoration: none;
	line-height: 18px
}

.customulfooter.footer-content p {
	margin-top: 0;
	padding-top: 0
}

.customulfooter.footer-content a {
	margin-bottom: 10px !important;
	display: block
}

.f-bottom {
	text-align: center;
	padding: 30px 0;
	border-top: 3px solid #e8e8e8;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 3px solid #e8e8e8
}

.customulfooter.footer-content p,
.hbanner h1,
section.banner.banner-inner.custom-padding {
	padding-bottom: 0
}

.padding-left-customs-desktop {
	padding: 0 0 0 50px
}

.bannerh1 h1 {
	padding: 50px 0 0
}

.boxes-bottom-section p.text-center.mb-5 {
	font-size: 20px
}

.custom-ul.ctaul ul li:after {
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	left: 0;
	background: #6d6d6d;
	border-radius: 50px;
	top: 8px
}

.custom-ul.ctaul li {
	padding: 0 26px 8px 25px
}

.cta-ghost:before {
	background-image: url(assets/images/ghost-writing-image-left.webp);
	width: 100%;
	height: 100%;
	display: block
}

.cta-ghost.bg-editing:before {
	background-image: url(assets/images/book-editing-bgcta.webp)
}

.cta-ghost.bg-publishing:before {
	background-image: url(assets/images/book-publishing.webp)
}

.cta-ghost.bg-abouts:before {
	background-image: url(assets/images/aboutbgs-new.webp)
}

.cta-ghost.bg-audio:before {
	background-image: url(assets/images/bg-audio4.webp)
}

.cta-ghost.bg-designbook:before {
	background-image: url(assets/images/bookdesigncta1.webp)
}

.cta-ghost.bg-video:before {
	background-image: url(assets/images/video-services-cta.webp)
}

.lastsecabout h2,
.myaboutprocess h2,
.services-inner-banner-style h1 {
	font-size: 40px;
	line-height: 40px
}

.services-inner-banner-style p.main-para {
	font-size: 16px;
	font-weight: 600;
	margin: 18px 0 20px
}

.services-inner-banner-style .custom-ul.ctaul ul li:after {
	width: 8px;
	height: 8px;
	top: 8px
}

.innertext-changes p,
.services-inner-banner-style li {
	font-size: 15px
}

.custom-flex-banner {
	display: flex;
	margin-bottom: 20px;
	margin-top: 5px;
	align-items: center
}

.imagetrustd-text {
	margin-left: 10px
}

.imagetrustd-text p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 0;
	color: #000
}

.bg-banner-inner-service-img img {
	width: 90%
}

.bg-banner-inner-service-img {
	text-align: right;
	position: absolute;
	right: 0;
	top: 48%;
	transform: translateY(-52%)
}

.position-relative-customs .container-wrapper {
	position: relative;
	z-index: 1;
	top: 48%;
	transform: translateY(-52%)
}

.flex-bottoms {
	justify-content: end;
	align-items: self-end !important;
	height: 100%
}

.cta-ghost p.my-pera {
	width: 100%;
	font-size: 20px;
	margin-bottom: 30px;
	margin-top: 15px
}

.morespace-cta {
	padding-top: 150px;
	padding-bottom: 150px
}

.morespace-cta.cta-ghost:before {
	background-image: url("assets/images/my-cta-22.webp")
}

section.banner.banner-inner {
	height: 100vh
}

.ourpricing {
	-webkit-box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .1);
	border-radius: 30px;
	padding: 0 30px;
	position: relative
}

.package {
	background: #0E4173;
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 200px;
	padding: 8px 30px;
	color: #fff;
	font-size: 18px;
	font-weight: 600
}

.button-bottom-price a:hover,
.form-box,
.ourpricing:hover .pricing-inner li:after {
	background: #fff
}

.ourpricing h3 {
	text-align: center;
	margin: 30px 0;
	font-size: 40px;
	font-weight: 700
}

.force-overflow ul {
	list-style: none;
	font-family: Inter, sans-serif;
	padding: 25px 25px 25px 30px;
	color: #fff
}

.force-overflow ul li {
	color: #000;
	position: relative;
	padding: 0 0 20px 25px;
	font-size: 17px
}

.scrollbar {
	height: 350px;
	overflow-y: scroll;
	margin-bottom: 25px;
	margin-right: -20px
}

.force-overflow {
	min-height: 200px
}

.style-4::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #f5f5f5;
	border-radius: 20px
}

.style-4::-webkit-scrollbar {
	width: 10px;
	background-color: #f5f5f5;
	border-radius: 20px
}

.style-4::-webkit-scrollbar-thumb {
	background-color: #0E4173;
	border: 2px solid #0E4173;
	border-radius: 20px
}

.force-overflow ul li:after {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	left: 0;
	top: 10px;
	background: #0E4173;
	border-radius: 40px
}

.pricing-inner {
	-webkit-box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .1);
	border-radius: 30px
}

.btmspace {
	padding-bottom: 50px
}

.button-bottom-price {
	position: absolute;
	bottom: -24px;
	left: 50%;
	transform: translateX(-50%)
}

.ourpricing:hover .pricing-inner {
	background: #0E4173;
	transition: .5s
}

.bx1 h6,
.bx1.bx3 h6,
.ourpricing:hover .pricing-inner li,
.services-box .row:first-child .col-lg-6:first-child .mybox-services-main h3,
.services-box .row:first-child .col-lg-6:first-child .mybox-services-main p,
.services-box .row:first-child .col-lg-6:nth-child(2) .mybox-services-main h3,
.services-box .row:first-child .col-lg-6:nth-child(2) .mybox-services-main p,
.services-box .row:nth-child(3) .col-lg-6:nth-child(2) .mybox-services-main h3,
.services-box .row:nth-child(3) .col-lg-6:nth-child(2) .mybox-services-main p {
	color: #fff
}

.mb-100,
.pricing-section {
	margin-bottom: 100px
}

#contact-popup .modal-body {
	display: flex;
	width: 100%;
	gap: 30px;
	padding: 50px 20px
}

#contact-popup .modal-header {
	position: absolute;
	width: 100%;
	z-index: 1;
	border: none
}

.boxpopupimage {
	position: absolute;
	bottom: 0;
	width: 100%
}

.modal-left-content img {
	border-radius: 10px;
	width: 100%
}

.modal-left-content {
	width: 55%
}

.modal-right-content {
	width: 45%;
	display: flex;
	align-items: center
}

.modal-right-content .form-box {
	padding: 0;
	width: 100%
}

.modal-content {
	border-radius: 20px;
	border: none;
	background: #eee !important
}

.modal-content .form-box .row {
	margin-bottom: 12px
}

#contact-popup button.close {
	position: absolute;
	right: -15px;
	background: #0E4173;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	color: #fff;
	opacity: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	box-shadow: none;
	top: -15px
}

#contact-popup button.close:focus {
	outline: 0
}

#contact-popup button.close img {
	max-width: 15px;
	filter: brightness(15) invert(1)
}

.form-box h3+p {
	margin-bottom: 24px
}

.form-box label {
	font-size: 15px;
	color: #000;
	font-weight: 700
}

.logo-popups img {
	width: auto;
	padding-left: 130px;
	padding-top: 21px;
	padding-bottom: 40px
}

.form-box h3 {
	font-size: 28px;
	color: #6d6d6d;
	line-height: 35px;
	margin-bottom: 20px;
	font-weight: 700
}

.form-box p.my-pform {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 11px;
	font-family: "Josefin Sans", serif
}

.form-box {
	-webkit-box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .1);
	border-radius: 30px;
	padding: 30px !important;
	margin: 0 30px 0 0
}

.form-box button.web-blue-btn {
	color: #fff;
	border: 1px solid #0E4173;
	background-color: #0E4173;
	display: inline-block;
	padding: 10px 40px 6px;
	text-decoration: none;
	font-weight: 500;
	font-family: "Josefin Sans", serif;
	font-size: 18px;
	border-radius: 50px;
	text-align: center;
	margin: 16px auto 0;
	width: 180px
}

.form-box input.form-control {
	height: 45px;
	border-color: #707070
}

.form-box input::placeholder {
	color: #6d6d6d;
	opacity: .5
}

.form-box textarea::placeholder {
	color: #6d6d6d;
	opacity: .5
}

.form-box textarea.form-control {
	border-color: #707070
}

.boxpopupimage {
	padding-left: 60px
}

.contactbanner h2 {
	font-size: 40px;
	line-height: 40px;
	width: 40%;
	margin: 0 auto;
	font-weight: 400
}

.contactbanner h1 {
	margin-bottom: 0;
	padding: 50px 0
}

.contactboxs {
	border: 1px solid #6d6d6d;
	padding: 40px 25px;
	border-radius: 30px;
	background-color: #fff;
	min-height: 202px
}

.contactboxs a,
.contactboxs p {
	font-size: 18px;
	color: #6d6d6d;
	text-decoration: none
}

.banner.contact-banner {
	background: #d9d9d9;
	background: linear-gradient(180deg, #d9d9d9 0, #fff 100%);
	height: 100vh;
	display: flex;
	align-items: center;
	padding-top: 0
}

p.captial-small {
	font-size: 18px;
	text-transform: uppercase !important
}

.my-nav .navbar ul li a:hover {
	color: #0E4173 !important
}

.chat-popup.open,
.d-none-mobile,
.d-none-mobiles,
.imgright,
.myaboutprocess a.process-box {
	display: block
}

.popupform form .mb-3:nth-child(4) input {
	height: 140px;
	top: 0
}

.boxes-bottom-section .col-lg-4 {
	height: initial !important;
	display: flex;
	justify-content: center
}

.boxes-bottom-section .row {
	display: flex;
	justify-content: space-between;
	height: 35vh !important
}

.my-nav .container.containersmall {
	width: 80%
}

.my-nav .container.containersmall .row {
	padding: 30px
}

.owl-carousel-banner .owl-item.active.center {
	transition: 1s;
	position: relative
}

.owl-carousel-banner .owl-item,
.owl-carousel-banner .owl-item img,
.owl-carousel-banner .owl-item.active-first,
.owl-carousel-banner .owl-item.active-fourth,
.owl-carousel-banner .owl-item.active-second,
.owl-carousel-banner .owl-item.active-third {
	transition: transform 1s
}

.owl-carousel-banner .owl-stage-outer {
	transition: transform .5s ease-in-out;
	padding: 45px 0
}

.owl-carousel-banner .owl-item.active-fourth,
.owl-carousel-banner .owl-item.active-second {
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
	transition: transform 1s
}

.owl-carousel-banner::before {
	background: url(assets/images/frame-books.webp) center/contain no-repeat;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	z-index: 2;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.owl-carousel-banner {
	padding: 32px 0;
	position: relative
}

.active-first {
	position: relative;
	left: -45px
}

.active-third {
	position: relative;
	right: -45px
}

.active-second {
	position: relative;
	left: 65px
}

.active-fourth {
	left: -65px;
	z-index: -1
}

.bx1 {
	background: url(assets/images/bgabt1.webp) 0 0/cover no-repeat;
	width: 100%;
	height: 100%;
	border-radius: 36px;
	text-decoration: none;
	color: #fff !important;
	margin: 0
}

.cflexs {
	display: flex;
	align-items: center
}

.customtextabouts {
	padding: 20px 40px
}

.customtextabouts p {
	width: 100%
}

.myaboutprocess .row {
	border: 1px solid transparent;
	border-radius: 40px
}

.myaboutprocess .row:hover,
a.process-box.bx1.bx2,
a.process-box.bx1.bx3 {
	border: 1px solid #cbcbcb
}

a.process-box.bx1.bx2 {
	background: url(assets/images/bgabout2.webp) 0 0/cover no-repeat;
	width: 100%;
	height: 100%
}

.bx1.bx2 h6,
.services-box .row:nth-child(2) .col-lg-6:first-child .mybox-services-main h3,
.services-box .row:nth-child(2) .col-lg-6:first-child .mybox-services-main p,
.services-box .row:nth-child(2) .col-lg-6:nth-child(2) .mybox-services-main h3,
.services-box .row:nth-child(2) .col-lg-6:nth-child(2) .mybox-services-main p,
.services-box .row:nth-child(3) .col-lg-6:first-child .mybox-services-main h3,
.services-box .row:nth-child(3) .col-lg-6:first-child .mybox-services-main p {
	color: #000
}

a.process-box.bx1.bx3 {
	background: url(assets/images/bgabout3.webp) 0 0/cover !important;
	width: 100% !important;
	height: 100% !important
}

.row.lastsecabout {
	border: 0;
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
	align-items: center;
	padding: 40px 10px
}

.row.lastsecabout p {
	font-size: 29px;
	line-height: 35px
}

section.services-box+section.custom-padding .custom-flex {
	align-items: center
}

.lastsecabout p {
	font-size: 18px !important;
	line-height: 28px !important
}

.owl-carousel-banner::after {
	background: center center #000;
	width: 20%;
	height: 90%;
	position: absolute;
	content: "";
	bottom: 0;
	border-radius: 40px;
	z-index: -1;
	left: 50%;
	top: 30px;
	transform: translateX(-50%)
}

.tab-pane {
	display: none;
	opacity: 0;
	transition: opacity .5s ease-in-out
}

.tab-pane.active {
	display: block;
	opacity: 1
}

.owl-carousel-center .owl-stage-outer {
	transition: .3s
}

.owl-carousel-center .owl-item {
	transition: transform .3s
}

.owl-carousel-banner .owl-item {
	box-shadow: 5px 5px 21px 0 rgba(0, 0, 0, .24);
	-webkit-box-shadow: 5px 5px 21px 0 rgba(0, 0, 0, .24);
	-moz-box-shadow: 5px 5px 21px 0 rgba(0, 0, 0, .24);
	opacity: 0
}

.owl-carousel-banner .owl-item.active {
	opacity: 1
}

.services-box .row:first-child .col-lg-6:first-child .mybox-services-main {
	background: url('assets/images/bluebg-background1.webp') 0 0/100% 100% no-repeat;
	width: 100%;
	height: 100% !important
}

.services-box .row:first-child .col-lg-6:nth-child(2) .mybox-services-main {
	background: url('assets/images/blackbg-background2.webp') 0 0/100% 100% no-repeat;
	width: 100%;
	height: 100% !important
}

.services-box .row:nth-child(2) .col-lg-6:first-child .mybox-services-main {
	background: url('assets/images/lightbluebg-background3.webp') 0 0/100% 100% no-repeat;
	width: 100%;
	height: 100% !important
}

.services-box .row:nth-child(2) .col-lg-6:nth-child(2) .mybox-services-main {
	background: url('assets/images/graybg-background4.webp') 0 0/100% 100% no-repeat !important;
	width: 100%;
	height: 100% !important
}

.services-box .row:nth-child(3) .col-lg-6:first-child .mybox-services-main {
	background: url('assets/images/whitebg-background5.webp') !important;
	width: 100%;
	height: 100% !important
}

.services-box .row:nth-child(3) .col-lg-6:nth-child(2) .mybox-services-main {
	background: url('assets/images/darkbluebg-background6.webp') !important;
	width: 100%;
	height: 100% !important
}

.bg-ctabottom .row {
	background: url(assets/images/cta-bottom-imagebg.webp) 0 0/cover no-repeat;
	width: 100%;
	height: 100%;
	padding: 20px 0;
	border-radius: 50px;
	margin-bottom: 30px;
	margin-top: 30px
}

.bg-ctabottom .myheading-custom h2 {
	color: #fff;
	font-size: 50px;
	margin-bottom: 0;
	line-height: 50px
}

.bg-ctabottom .myheading-custom p {
	font-size: 22px;
	color: #fff;
	font-weight: 700;
	margin: 0;
	padding: 10px 0
}

.bg-ctabottom .myheading-custom p.my-bigp {
	font-size: 33px !important;
	font-weight: 500;
	line-height: 42px;
	padding-top: 0
}

.bg-ctabottom .form-style {
	margin-top: 20px;
	text-align: left
}

.bg-ctabottom .form-style .btn {
	margin-bottom: 0;
	background: #fff;
	color: #000;
	width: 200px;
	margin-top: 10px
}

.bg-ctabottom .form-style input {
	height: 45px;
	background: 0 0;
	border: 1px solid #fff
}

.bg-ctabottom .form-style input::placeholder {
	color: #fff
}

.bg-ctabottom .form-style input,
.bg-ctabottom .iti--separate-dial-code .iti__selected-dial-code,
.cta-bg.custombluebg h4,
.cta-bg.custombluebg p,
.main-our-process-inner-section .bg1.bgcolorswap1 h3,
.my-box-new-update-style:hover h3,
.my-box-new-update-style:hover p {
	color: #fff
}

.bg-ctabottom .form-style span,
.main-our-process-inner-section .bg3 h3 {
	color: #fff !important
}

.bg-ctabottom .form-style .iti__arrow {
	border-top: 4px solid #fff !important
}

.cta-bg.custombluebg {
	background: #051d6d;
	background: linear-gradient(93deg, #051d6d 0, #0a4fe7 35%, #71c6ff 100%)
}

.cta-bg.custombluebg a.web-blue-btn {
	background: #fff;
	color: #000
}

.cta-bg.custombluebg a.web-blue-btn:hover {
	background: 0 0;
	border-color: #fff;
	color: #fff
}

.backgroundupdate,
.testimonials+.main-our-cta-section .cta-bg {
	background: #b7e0ef !important;
	background: linear-gradient(93deg, #b7e0ef 0, #f0f3f4 100%) !important
}

.main-our-process-inner-section .bg1 {
	background: #eef3f4 !important;
	background: linear-gradient(0deg, #eef3f4 0, #b3deef 100%) !important
}

.main-our-process-inner-section .bg1.bgcolorswap1,
.main-our-process-inner-section .bg3 {
	background: #ebf2fe !important;
	background: linear-gradient(0deg, #ebf2fe 0, #50a4dc 50%, #0117ff 100%) !important
}

.main-our-process-inner-section .bg3.bgcolorswap2 {
	background: #ebf2fe !important;
	background: linear-gradient(0deg, #ebf2fe 0, #50a4dc 100%) !important
}

header.my-nav {
	position: relative !important;
	z-index: 2 !important
}

section.banner.contact-banner.pageterms.custom-padding {
	height: 100%;
	padding: 100px 0
}

.testimonialsbox .testimonials-content.w-50-custom {
	width: 100%;
	border: 1px solid #f3f3f3;
	padding: 50px;
	background: #f3f3f3;
	min-height: 296px
}

.modal {
	z-index: 99999 !important
}

.modal-backdrop {
	z-index: 9999
}

.share a {
	margin: 0 4px;
	display: inline-block
}

.share {
	margin-top: 10px
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
	color: #312929 !important
}

.content-new-style-update p,
.contentboxupdate h3 {
	margin-bottom: 20px;
	margin-top: 20px
}

.my-box-new-update-style {
	background: #e8e8e8;
	padding: 55px;
	text-align: center;
	margin-bottom: 25px;
	height: 100%;
	transition: .4s;
	-webkit-transition: .4s;
	border-radius: 30px
}

.desktop-space-top {
	margin-top: 70px !important
}

.flex-heights {
	display: flex
}

.flex-heights .col-lg-6 {
	display: flex;
	flex-direction: column
}

.my-box-new-update-style:hover {
	background-image: linear-gradient(to right top, #031d6d, #07298b, #0b36aa, #0c43ca, #0851ec);
	color: #fff;
	transition: .4s;
	-webkit-transition: .4s
}

.my-box-new-update-style:hover img {
	filter: brightness(0) invert(1)
}

.contentboxupdate p {
	line-height: 28px
}

.section-tabstyle {
	position: relative;
	background: #f5f5f7
}

.backgroundimage-backs {
	position: absolute;
	right: 0;
	top: 0
}

.new-sectionstylenew-update span.purpleclrs {
	color: #0E4173;
	font-size: 20px;
	margin-bottom: 20px;
	display: block;
	line-height: normal;
	margin-top: 50px
}

.innertext-changes h4 {
	font-size: 30px;
	line-height: normal;
	margin: 30px 0 10px
}

.new-sectionstylenew-update h3 {
	font-size: 50px;
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: normal
}

.mt-100 {
	margin-top: 100px
}

.sectioninnertwodesign img {
	height: 100vh;
	width: 100%
}

.content-tabstwos {
	background: #041c6c;
	background: linear-gradient(90deg, #041c6c 0, #0a52ef 100%);
	height: 100%;
	padding: 60px
}

.content-tabstwos p {
	color: #fff;
	font-size: 18px;
	line-height: 30px
}

.content-tabstwos h3 {
	color: #fff;
	margin-bottom: 10px
}

.faqsbg {
	background: #f5f5f7
}

.custom-accord .accordion-item {
	margin-bottom: 20px;
	border: 0;
	border-bottom: 3px solid #cfcfcf
}

.custom-accord .accordion-button:not(.collapsed) {
	background: #6d6d6d;
	color: #fff
}

.custom-accord .accordion-button {
	font-size: 25px
}

.custom-accord .accordion-body {
	background: #6d6d6d;
	color: #fff;
	padding: 30px 40px;
	font-size: 18px
}

.custom-accord .accordion-button:focus {
	box-shadow: none !important
}

.custom-accord .accordion-item .accordion-header .accordion-button {
	padding: 10px 40px;
	margin-bottom: 2px
}

.right-0padding .container-wrapper {
	padding-right: 0
}

.bg-bgbacks {
	background: url(assets/images/bg-backgrounds-new.html) right/100% 100% no-repeat;
	width: 100%;
	height: 100%;
	position: relative
}

.bg-bgbacks img {
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 1
}

.rightzz:before {
	position: absolute;
	content: "";
	display: block;
	bottom: 0;
	right: 0;
	background: url(assets/images/bottom-corner.html) 0 0/cover;
	width: 355px;
	height: 286px;
	z-index: 2
}

.bg-bgbacks:after {
	background: #6710f1;
	content: "";
	display: block;
	position: absolute;
	width: 30%;
	height: 30%;
	right: 0;
	bottom: 0;
	z-index: 0
}

.custom-accord .accordion-button:not(.collapsed)::after {
	background-image: var(--bs-accordion-btn-active-icon);
	transform: var(--bs-accordion-btn-icon-transform);
	filter: brightness(0) invert(1)
}

@media (max-height:900px) and (max-width:1700px) {

	html body h1,
	html body h2 {
		font-size: 40px;
		line-height: 50px
	}

	.content-services h3 {
		font-size: 30px;
		line-height: 35px
	}

	.content-services p {
		font-size: 22px;
		line-height: 28px
	}

	.bannerh1 h1 {
		width: 70%
	}

	html body h1 {
		margin-bottom: 0 !important;
		padding-bottom: 0 !important
	}

	html body h2 {
		color: #000;
		font-weight: 600
	}

	.mycustomctanew p,
	html body h5 {
		font-size: 20px;
		line-height: 30px
	}

	.portfolio-slider .center-heading {
		padding-bottom: 30px !important
	}

	.tabscustom ul.nav li {
		font-size: 14px
	}

	.mycustomctanew h2 {
		font-size: 40px;
		line-height: 45px
	}
}

@media (max-width:1779px) {
	.process-box {
		padding: 20px 80px
	}

	.mycustomctanew h2 {
		font-size: 60px;
		line-height: 60px
	}
}

@media (max-height:900px) and (max-width:1652px) {
	.content-services p {
		line-height: 30px;
		font-size: 22px
	}

	.content-services h3 {
		font-size: 40px;
		line-height: 40px
	}

	.content-services a.web-blue-btn {
		font-size: 15px
	}

	.content-services {
		padding: 60px 30px 0
	}

	.trustbottombanner img {
		width: 60%
	}

	.bg-banner-inner-service-img img {
		width: 70%
	}
}

@media (max-height:900px) and (max-width:1500px) {
	.bg-ctabottom .myheading-custom h2 {
		font-size: 35px;
		line-height: 45px
	}

	.bg-ctabottom .myheading-custom p.my-bigp {
		font-size: 25px !important;
		font-weight: 500;
		line-height: 30px;
		padding-top: 0
	}

	.owl-carousel-banner::after {
		height: 70%
	}

	.owl-carousel-banner .owl-stage-outer {
		padding: 25px 0
	}

	section.banner+.mb-5.mt-5 .main-our-process-section h2 {
		font-size: 50px;
		color: #000;
		line-height: 50px
	}

	a.web-black-btn,
	a.web-blue-btn {
		font-size: 15px
	}

	.cta-bg {
		padding: 50px
	}

	.mycustomctanew h2 {
		font-size: 40px !important;
		color: #000;
		line-height: 50px;
		font-weight: 600;
		margin-bottom: 30px !important
	}

	.mycustomctanew p {
		font-size: 19px;
		text-transform: uppercase;
		line-height: 30px;
		font-weight: 500;
		padding-right: 40px
	}

	.boxes-bottom-section h2 {
		font-size: 40px;
		line-height: 40px
	}

	.timeday span:first-child {
		color: #000;
		font-size: 50px
	}

	.timeday span:nth-child(2) {
		color: #000;
		font-weight: 700;
		font-size: 18px;
		margin-top: 22px !important
	}

	.box-one-service-bottom h6 {
		font-size: 22px
	}

	.myheading-custom h2 {
		font-size: 40px;
		color: #000;
		line-height: 40px;
		font-weight: 600
	}

	.cta-ghost:before {
		background-size: 50%;
		background-position: bottom right
	}

	.ctastyles-new h4 {
		font-size: 30px !important;
		line-height: 40px;
		margin-bottom: 25px !important
	}

	.custom-ul.ctaul ul li {
		font-size: 15px;
		padding-right: 0
	}

	.mb-custom-ul {
		margin-bottom: 25px
	}
}

@media (max-height:900px) and (max-width:1460px) {
	.my-nav .navbar li.nav-item {
		padding: 0 8px
	}
}

@media (max-height:900px) and (max-width:1400px) {
	.bg-ctabottom .row {
		padding: 50px 0
	}

	.bg-banner-inner-service-img img {
		width: 65%
	}

	.container-wrapper {
		padding: 0 50px
	}

	.contactboxs a {
		font-size: 15px
	}
}

@media (max-height:900px) {
	.boxes-bottom-section .row {
		display: flex;
		justify-content: space-between;
		height: 40vh !important
	}
}


    /* Mobile view: display dropdown always */
    @media (max-width: 767.98px) {
        .responsive-dropdown {
            display: block !important;
            position: static !important;
            background-color: transparent !important;
            border: none;
            box-shadow: none;
        }

        .responsive-dropdown .dropdown-item {
            padding-left: 1rem;
            padding-right: 1rem;
            color: #000;
        }
    }



@media (max-height:750px) {
	.boxes-bottom-section .row {
		display: flex;
		justify-content: space-between;
		height: 45vh !important
	}
}

@media (max-height:900px) and (max-width:1374px) {
	.owl-carousel-banner .owl-stage-outer {
		padding: 20px 0
	}

	.contactboxs a,
	.contactboxs p {
		font-size: 15px
	}

	.contactboxs {
		padding: 40px 15px
	}

	.content-services h3 br {
		display: none
	}

	.content-services h3 {
		font-size: 26px;
		line-height: 30px
	}
}

@media (max-height:900px) and (max-width:1270px) {
	.services-inner-banner-style h1 {
		font-size: 35px;
		line-height: 40px
	}

	.services-inner-banner-style p.main-para {
		font-size: 14px
	}

	.custom-ul.ctaul ul li {
		font-size: 14px;
		padding-right: 0
	}

	.bg-banner-inner-service-img img {
		width: 60%
	}

	.my-nav .navbar li.nav-item {
		padding: 0 4px;
		font-size: 13px
	}
}

@media (max-height:900px) and (max-width:1170px) {
	.bg-banner-inner-service-img img {
		width: 50%
	}
}

@media (max-width:1070px) {
	.my-nav .navbar li.nav-item {
		padding: 0 2px
	}

	.footer-content a,
	.footer-content p {
		font-size: 15px
	}

	.customulfooter ul li a {
		font-size: 15px;
		color: #000;
		padding: 0 0 10px
	}
}

@media (max-height:900px) and (max-width:1036px) {
	.content-services p {
		line-height: 27px;
		font-size: 20px
	}

	.my-nav .navbar li.nav-item {
		padding: 0;
		font-size: 13px
	}
}

@media (max-width:1500px) {
	.testimonials-content p {
		padding: 10px 0
	}

	.process-style-content h3,
	.process-style-content h4 {
		font-size: 20px;
		line-height: 25px
	}

	.process-box {
		padding: 20px
	}

	.process-box h6 {
		font-size: 15px
	}
}

@media (max-width:1507px) {
	.bannerh1 h1 {
		width: 60%
	}

	.hbanner h1 {
		width: 100%
	}
}

@media (max-width:1260px) {
	.bannerh1 h1 {
		width: 80%;
		font-size: 40px;
		line-height: 40px
	}

	.owl-carousel-banner .owl-stage-outer {
		padding: 15px 0
	}

	.hbanner h1 {
		margin-bottom: 0;
		padding-bottom: 0
	}

	.owl-carousel-banner::before {
		width: 470px
	}
}

@media (max-width:1200px) {
	.process-box h6 {
		font-size: 12px;
		line-height: 12px
	}

	.modal-lg,
	.modal-xl {
		--bs-modal-width: 90% !important
	}

	.form-box h3 {
		font-size: 22px;
		line-height: 28px
	}

	.form-box p.my-pform {
		margin-bottom: 8px
	}
}

@media (max-width:1180px) {

	.mycustomctanew a.web-black-btn,
	.mycustomctanew a.web-blue-btn {
		font-size: 11px !important;
		line-height: 20px
	}

	section.services-box+section.custom-padding .custom-flex .btnflex a {
		font-size: 12px
	}

	.owl-carousel-banner .owl-stage-outer {
		padding: 8px 0
	}
}

@media (max-width:1024px) {

	.footer-content a,
	.form-box h3 {
		margin-bottom: 10px
	}

	.form-box h3 {
		font-size: 18px;
		line-height: 25px
	}

	.process-style-content h3,
	.process-style-content h4 {
		font-size: 18px;
		line-height: 23px
	}

	.customulfooter ul li a,
	.footer-content a,
	.footer-content p {
		font-size: 15px;
		color: #000
	}

	.main-our-cta-section .col-lg-5.mycustomctanew {
		width: 100%
	}

	.cta-one:before {
		opacity: .3
	}
}

@media (max-width:1400px) {

	.contactboxs a,
	.cta-one a.web-black-btn,
	a.web-blue-btn {
		font-size: 14px
	}

	.container-wrapper {
		padding: 0 50px
	}

	.contactboxs a {
		text-transform: initial !important
	}

	.banner-contact-details .col-lg-4 .contactboxs p {
		font-size: 14px !important;
		text-transform: initial !important
	}
}

@media (max-width:1346px) {
	.cta-one:before {
		opacity: .3
	}
}

@media (max-width:991px) {
	.contentboxupdate h3 {
		margin-bottom: 0;
		margin-top: 0
	}

	#contact-popup .modal-body,
	.navbar-toggler,
	.padding-left-customs-desktop,
	section.padding-own-section.faqsbg {
		padding: 0
	}

	.new-sectionstylenew-update h3 {
		font-size: 30px
	}

	.custom-accord .accordion-item .accordion-header .accordion-button {
		padding: 20px 40px;
		margin-bottom: 2px;
		font-size: 20px
	}

	.custom-accord .accordion-body,
	.f-bottom p {
		font-size: 15px
	}

	.box-one-service-bottom h6,
	.contentboxupdate h3,
	.innertext-changes h4 {
		font-size: 20px
	}

	.iconboxupdate img {
		width: 70px
	}

	.sectioninnertwodesign,
	.sectioninnertwodesign img {
		height: 100% !important
	}

	.content-tabstwos {
		height: 100%
	}

	.bg-bgbacks:after,
	.box-one-service-bottom br,
	.contactbanner img,
	.d-none-mobile,
	.d-none-mobiles,
	.modal-left-content,
	.services-inner-banner-style .custom-ul.ctaul li:after {
		display: none
	}

	.bg-bgbacks img {
		position: initial
	}

	.right-0padding .container-wrapper {
		padding-right: 20px
	}

	.col-lg-5.mycustomctanew.ccspace h2.uppercase.mb-5+p,
	.logofooter+p,
	.services-inner-banner-style .custom-ul.ctaul,
	.share {
		margin-bottom: 20px
	}

	.bannerh1 h1 {
		padding: 20px 0 0
	}

	.bg-ctabottom .form-style .btn,
	.center .item img,
	.myaboutprocess a.process-box {
		text-align: center;
		margin: 0 auto
	}

	.footer .col-lg-4.col-md-12.col-sm-12 h6.mb-20 {
		margin-top: 10px;
		margin-bottom: 10px
	}

	.banner-heights {
		height: 580px
	}

	.container-wrapper,
	.cpaddingabout,
	.my-nav .container {
		padding: 0 20px
	}

	.testimonialsbox .testimonials-content.w-50-custom {
		min-height: 100%
	}

	.bannerslider {
		margin-bottom: 50px
	}

	.bg-ctabottom .form-style .btn {
		background: #fff;
		color: #000;
		width: 200px;
		display: block;
		margin-top: 30px !important
	}

	.container-wrapper h2,
	.ctastyles-new,
	.my-inner-header2 .d-flex.btnflex.mt-4,
	.mycta-footerimg,
	.myheading-custom {
		text-align: center
	}

	.bg-ctabottom .row {
		width: initial !important
	}

	.bg-ctabottom .myheading-custom p.my-bigp {
		font-size: 18px !important;
		font-weight: 500;
		line-height: 25px;
		padding-top: 0
	}

	.bg-ctabottom .myheading-custom h2 {
		line-height: 34px;
		font-size: 30px !important
	}

	.owl-carousel-banner .owl-item img {
		width: 100%;
		height: auto;
		object-fit: cover
	}

	.cpaddingabout h1 {
		font-size: 23px !important;
		margin-bottom: 10px
	}

	.cpaddingabout p,
	.force-overflow ul li {
		font-size: 15px !important
	}

	.bg-abouts {
		margin-top: 50px
	}

	.customtextabouts {
		text-align: Center
	}

	.bannerh1 h1,
	.boxes-bottom-section .box-one-service-bottom p,
	.contactbanner h2,
	.customtextabouts p,
	.modal-right-content,
	.w-20-c,
	.w-50-custom {
		width: 100%
	}

	.row.lastsecabout p {
		font-size: 15px;
		line-height: 20px;
		text-align: center
	}

	.owl-item.active img {
		width: 50%;
		margin: 0 auto
	}

	.my-nav .navbar-nav .dropdown-menu,
	.one.d-blocks-mobiles {
		position: relative
	}

	.owl-carousel-mobile .owl-item img {
		width: 86%;
		position: relative;
		top: 50px
	}

	.one.d-blocks-mobiles::before {
		background: url(assets/images/frame-books.webp) center/cover no-repeat;
		width: 100%;
		height: 100%;
		display: block;
		content: "";
		z-index: 2;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%)
	}

	.center .item img,
	.cta-ghost p.my-pera,
	.my-nav .container.containersmall,
	.my-nav .vw-100,
	.w-96 {
		width: 100% !important
	}

	.process-style-content h4 {
		padding-right: 18px
	}

	a.dropdown-item {
		font-size: 12px;
		padding: 0 12px
	}

	.c-css-drop a {
		margin-bottom: 6px;
		font-size: 12px
	}

	.owl-carousel-banner::before {
		width: 100% !important;
		background: url(assets/images/frame-books2.webp);
		background-size: cover !important;
		background-repeat: no-repeat !important;
		max-width: 400px
	}

	.owl-carousel-banner .owl-item.active.center::after,
	.owl-carousel-banner::after {
		background: #000;
		position: absolute;
		content: "";
		z-index: -1;
		left: 50%;
		transform: translateX(-50%)
	}

	.owl-carousel-banner .owl-item {
		box-shadow: none !important;
		opacity: 0
	}

	.owl-carousel-banner .owl-item.active.center::after {
		width: 400px;
		height: 102%;
		display: block;
		padding: 40px;
		border-radius: 130px !important
	}

	.owl-carousel-banner .item img {
		padding: 35px 38px 0 !important;
		max-width: 400px
	}

	.owl-carousel-banner::after {
		width: 100%;
		height: 100%;
		bottom: 0;
		border-radius: 40px;
		max-width: 400px;
		display: none !important
	}

	.custom-flex-banner,
	.custom-flex.customflexoff,
	.d-blocks-mobiles,
	.d-none-desktop,
	.inner-logo a {
		display: block
	}

	.owl-carousel-banner,
	.owl-carousel-banner .owl-item .item {
		padding: 0 !important
	}

	.owl-carousel-banner .owl-item.active.center {
		opacity: 1 !important;
		-webkit-transform: initial !important;
		-ms-transform: initial !important;
		transform: initial !important
	}

	.custom-padding.hbanner {
		padding-bottom: 0 !important
	}

	.bg1.bg-articles:before,
	.bg1.bg-blogwriting:before,
	.bg1.bg-contentswriting:before,
	.bg1.bg-design:before,
	.bg1.bg-illustration:before,
	.bg1.bg-printing:before,
	.bg1.bg-video:before,
	.bg1.bg-webdeisgn:before,
	.bg1.bg8:before,
	.bg1:before,
	.bg2.bg-articles2:before,
	.bg2.bg-blogwriting2:before,
	.bg2.bg-contentswriting2:before,
	.bg2.bg-design2:before,
	.bg2.bg-illustration2:before,
	.bg2.bg-printing2:before,
	.bg2.bg-video2:before,
	.bg2.bg-webdeisgn2:before,
	.bg2.bg5:before,
	.bg2.bg9:before,
	.bg2:before,
	.bg3.bg-articles3:before,
	.bg3.bg-blogwriting3:before,
	.bg3.bg-contentswriting3:before,
	.bg3.bg-design3:before,
	.bg3.bg-illustration3:before,
	.bg3.bg-printing3:before,
	.bg3.bg-twlv:before,
	.bg3.bg-video3:before,
	.bg3.bg-webdeisgn3:before,
	.bg3.bg10:before,
	.bg3.bg7:before {
		background-size: contain
	}

	.col-lg-5.mycustomctanew.ccspace h2.uppercase.mb-5 {
		margin-bottom: 20px !important
	}

	.cta-bg {
		padding: 30px 20px
	}

	.contactboxs {
		padding: 15px;
		margin-bottom: 30px
	}

	.contactboxs img {
		width: 25px;
		margin-bottom: 15px
	}

	.contactbanner h1 {
		margin-bottom: 0;
		padding: 50px 20px 15px
	}

	.center-heading h5 {
		font-size: 15px;
		color: #000;
		line-height: 20px
	}

	.services-inner-banner-style h1 {
		font-size: 20px;
		line-height: 28px
	}

	.banner-image img,
	.bg-banner-inner-service-img img,
	.custom-slider img,
	.mybox-services-main .position-image img {
		width: 100%;
		height: 100%;
		object-fit: cover
	}

	.navbar-toggler-icon {
		background: url(assets/images/menu-ico.webp) 0 0/cover no-repeat !important;
		height: 25px;
		width: 25px
	}

	.my-nav ul.navbar-nav .nav-item .nav-link {
		padding: 1px 0
	}

	.my-nav ul.navbar-nav,
	.my-process-box-inner {
		margin-top: 20px
	}

	.cta-bg:before,
	.cta-one:before {
		opacity: .3
	}

	#contact-popup button.close {
		right: -10px;
		top: -10px;
		padding: 18px;
		width: 20px;
		height: 20px
	}

	.form-box h3 {
		font-size: 18px;
		line-height: 25px
	}

	.modal-right-content {
		text-align: center;
		display: initial !important
	}

	.form-box {
		margin-right: 0 !important
	}

	.footer .d-flex,
	.testimonialsbox .d-flex {
		display: block !important;
		text-align: center
	}

	.owl-carousel-center .owl-dot.active {
		width: 10px;
		height: 10px
	}

	.owl-carousel-center .owl-dots button {
		background: #f9f9f9 !important;
		width: 10px;
		height: 10px
	}

	.customulfooter.footer-content h6,
	.ourpricing.mb-0-mobile {
		margin-bottom: 0
	}

	.main-our-process-inner-section.mt-5 {
		margin-top: 20px !important
	}

	.button-bottom-price a.web-blue-btn,
	a.web-black-btn,
	a.web-blue-btn {
		font-size: 12px
	}

	.ourpricing h3 {
		margin: 20px 0 10px;
		font-size: 30px
	}

	.force-overflow ul li {
		line-height: 18px
	}

	.button-bottom-price {
		bottom: -20px
	}

	.custom-ul.ctaul ul li {
		text-align: left !important;
		padding-left: 20px
	}

	.custom-ul.ctaul ul li:after {
		position: absolute !important;
		content: "";
		display: block !important;
		width: 6px !important;
		height: 6px !important;
		left: 0 !important;
		background: #6d6d6d !important;
		border-radius: 50px !important;
		top: 10px !important
	}

	.ourpricing {
		margin-bottom: 70px
	}

	.force-overflow ul {
		padding: 25px
	}

	.mybox-services-main.moblileheights {
		height: 450px !important
	}

	.d-flex.btnflex.flex-bottoms {
		text-align: center;
		display: block !important;
		justify-content: center;
		margin: 0 auto;
		width: 100% !important;
		max-width: 100%
	}

	section.banner.banner-inner {
		height: initial !important
	}

	.position-relative-customs .container-wrapper {
		position: relative;
		z-index: 1;
		top: initial !important;
		transform: initial !important
	}

	.bg-banner-inner-service-img {
		margin-top: 20px;
		position: inherit;
		right: 0;
		top: inherit !important;
		transform: inherit;
		text-align: center
	}

	section.banner.custom-padding.position-relative-customs {
		padding-top: 0
	}

	.services-inner-banner-style {
		text-align: center;
		margin-top: 30px
	}

	.imagetrustd-text {
		margin-top: 14px;
		margin-left: 0
	}

	.trustbottombanner img {
		width: 280px
	}

	.f-bottom {
		padding: 15px 8px
	}

	.f-bottom p:nth-child(2) {
		font-size: 12px !important
	}

	.boxes-bottom-section .box-one-service-bottom {
		text-align: center;
		margin-bottom: 20px
	}

	.main-our-cta-section.mb-5 {
		margin-bottom: 0 !important;
		margin-top: 20px !important
	}

	.contactbanner h1,
	.mycustomctanew h2 {
		font-size: 25px !important
	}

	.mycustomctanew p {
		padding-right: 0 !important;
		margin-bottom: 30px
	}

	.d-flex.btnflex {
		display: initial !important
	}

	.d-flex.btnflex a {
		margin-right: 0
	}

	.cta-one div {
		position: relative;
		z-index: 1;
		text-align: center;
		justify-content: center
	}

	.footer-content p {
		font-size: 14px;
		color: #000
	}

	.customulfooter ul li a,
	.footer-content a {
		font-size: 14px
	}

	.bannerh1 h1,
	.container-wrapper h2,
	.ctastyles-new h4 {
		font-size: 20px !important;
		line-height: 25px
	}

	.testimonials .col-lg-4 {
		flex: 0 0 auto;
		width: 100%;
		margin-bottom: 20px
	}

	.vertical-align-box {
		align-items: initial !important;
		flex-direction: initial !important;
		display: block !important
	}

	.process-style-content {
		height: 250px
	}

	.bg2.bg-4:before,
	.bg3.bg-32:before {
		background-size: contain !important
	}

	.bg2:before {
		background-image: url(assets/images/mobile-use.webp)
	}

	.bg3:before {
		background-size: CONTAIN
	}

	.my-process-box-inner::before {
		opacity: .5
	}

	.content-services a.web-blue-btn {
		font-size: 12px;
		padding: 10px 25px 6px
	}

	a.web-black-btn,
	a.web-blue-btn,
	input.web-blue-btn {
		padding: 10px 25px 6px;
		margin-bottom: 10px
	}

	.banner .d-flex.btnflex {
		margin-bottom: 20px !important;
		display: block !important
	}

	.content-services h3,
	html body h5 {
		font-size: 20px;
		line-height: 25px
	}

	.cta-ghost p.my-pera,
	.my-inner-header2+section.banner p.main-para {
		font-size: 17px
	}

	html body h5 {
		color: #000
	}

	.content-services p {
		line-height: 20px;
		font-size: 15px;
		margin: 10px 0 13px
	}

	.banner-image {
		min-width: 300px;
		height: 300px
	}

	.mybox-services-main .position-image {
		width: 100%;
		height: 250px;
		left: 0
	}

	.c-bg-centernew::after {
		background-size: cover
	}

	.custom-slider {
		height: 300px;
		width: 300px
	}

	.mycustomctanew p,
	.testimonials-content p {
		font-size: 15px;
		line-height: 24px;
		color: #000
	}

	.cta-one:before {
		opacity: .1
	}

	.box-one-service-bottom p,
	.boxes-bottom-section p.text-center.mb-5 {
		font-size: 15px;
		line-height: 24px
	}

	.myheading-custom p.my-bigp {
		font-size: 15px;
		line-height: 25px
	}

	input.web-blue-btn {
		padding: 6px 25px 3px;
		font-size: 14px
	}

	.logofooter+p {
		font-size: 11px;
		line-height: 15px
	}

	section.form-section.custom-padding .web-blue-btn {
		margin-top: 15px
	}

	.testimonials-content img {
		margin-bottom: 15px
	}

	.inner-logo,
	.inner-logo a {
		margin: 0 auto;
		text-align: center
	}

	.my-inner-header2 .d-flex.btnflex.mt-4 a {
		margin-bottom: 10px !important;
		display: inline-block
	}

	.inner-logo a {
		width: 100%
	}

	.inner-logo a img {
		text-align: center;
		margin: 0 auto 20px
	}
}

@media (max-width:767px) {

	.services-box .row:first-child .col-lg-6:first-child .mybox-services-main,
	.services-box .row:first-child .col-lg-6:nth-child(2) .mybox-services-main,
	.services-box .row:nth-child(2) .col-lg-6:first-child .mybox-services-main,
	.services-box .row:nth-child(2) .col-lg-6:nth-child(2) .mybox-services-main,
	.services-box .row:nth-child(3) .col-lg-6:first-child .mybox-services-main,
	.services-box .row:nth-child(3) .col-lg-6:nth-child(2) .mybox-services-main {
		height: 450px !important
	}

	.boxes-bottom-section .col-lg-4,
	.boxes-bottom-section .row {
		display: block !important;
		height: auto !important
	}

	.boxes-bottom-section .col-lg-4 {
		justify-content: center
	}

	.services-box .row.flex-align-items-stretch {
		margin-bottom: 0 !important
	}

	.mybox-services-main {
		display: block;
		margin-bottom: 20px;
		height: auto !important
	}
}

@media (max-width:576px) {
	.custom-flex {
		flex-wrap: wrap;
		width: 100% !important;
		display: block !important
	}

	.content-styles {
		padding: 0 20px
	}
}

@media (max-width:480px) {
	.pos-rel-1 {
		display: block
	}

	.rightzz:before {
		width: 185px;
		height: 136px
	}

	a.scroll-up-sticky-bar svg {
		width: 10px !important;
		color: #fff !important;
		fill: #fff
	}

	a.scroll-up-sticky-bar {
		color: #fff !important;
		font-size: 14px;
		z-index: 9
	}

	.fixed-btm a,
	.fixed-list li a svg {
		font-size: 22px
	}

	.scroll-up-sticky-bar {
		padding: 10px 20px;
		background: #000;
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: fixed;
		bottom: 0;
		width: 100%
	}

	a.scroll-up-sticky-bar span {
		color: #fff !important
	}

	.fixed-btm {
		width: 100%;
		display: flex;
		align-self: center;
		justify-content: center;
		border: 0;
		writing-mode: initial;
		z-index: 9999;
		position: fixed;
		right: 0;
		bottom: 60px
	}

	.fixed-list {
		padding: 0;
		margin: 0;
		display: flex;
		gap: 15px
	}

	.fixed-list li {
		border-radius: 50px;
		width: 55px;
		height: 55px;
		display: flex;
		justify-content: center;
		align-items: center;
		list-style: none;
		margin: 2px 0;
		background-color: #000;
		padding: 0 12px;
		border: 0
	}

	.fixed-btm a {
		border-radius: 0;
		border: 0;
		color: #fff;
		text-decoration: none;
		padding: 12px 0;
		line-height: 1;
		font-weight: 500;
		text-align: center
	}

	.pos-rel-1 {
		position: relative;
		z-index: 99
	}

	.contactboxs a,
	.contactboxs p {
		font-size: 12px
	}
}

.pos-rel-1 {
	position: relative;
	z-index: 99
}

@media (max-width:399px) {
	.banner-image {
		min-width: 280px;
		height: 300px
	}

	.bannerh1 h1,
	.ctastyles-new h4 {
		font-size: 17px !important
	}

	.services-inner-banner-style h1 {
		font-size: 22px;
		line-height: 25px
	}
}

.my-inner-header2 .d-flex.btnflex.mt-4 {
	margin-top: 0 !important;
	justify-content: end
}

.my-inner-header2 .d-flex.btnflex a {
	margin-bottom: 0 !important
}

.my-inner-header2 {
	position: relative;
	z-index: 9999;
	padding: 18px
}

.my-inner-header2+section.banner p.main-para {
	font-size: 18px
}

.customulfooter.footer-content {
	margin-top: 15px
}

ul.navbar-nav .nav-link.show {
	color: #312c29 !important
}






.bannerh1 h1,
.bg-ctabottom .myheading-custom h2,
.contactbanner h2,
.contactboxs a,
.contactboxs p,
.content-services h3,
.custom-ul li,
.form-box button.web-blue-btn,
.mycustomctanew p,
.services-inner-banner-style p.main-para,
.tabscustom button,
.uppercase {
	text-transform: uppercase
}

.inner-page h1,
html body h1,
html body h3 {
	line-height: 60px;
	color: #000
}

.banner-image,
.content-services,
.form-style,
.process-box,
.tabscustom ul.nav,
.timeday {
	text-align: center
}

.banner-heights {
	height: 660px
}

section.banner.custom-padding.hbanner {
	padding-top: 20px
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: Montserrat, serif
}

body {
	overflow-x: hidden
}

img {
	max-width: 100%
}

html body label,
html body li,
html body p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #6d6d6d;
	margin: 0;
	padding: 0
}

html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6 {
	font-weight: 600;
	padding: 0;
	margin: 0;
	font-family: "Josefin Sans", serif
}

html body li,
html body ul {
	padding: 0;
	margin: 0;
	list-style: none
}

html body h1 {
	font-size: 60px;
	text-transform: uppercase !important
}

.inner-page h1 {
	font-size: 50px;
	font-weight: 400
}

.content-services a.web-blue-btn,
a.web-black-btn,
a.web-blue-btn,
button.web-blue-btn,
input.web-blue-btn {
	font-weight: 500;
	display: inline-block;
	font-family: "Josefin Sans", serif;
	text-decoration: none;
	text-transform: uppercase
}

html body h2 {
	font-size: 70px;
	color: #000;
	line-height: 80px
}

html body h3 {
	font-size: 50px
}

html body h4 {
	font-size: 40px;
	color: #000;
	line-height: 50px
}

html body h5 {
	font-size: 30px;
	color: #000;
	line-height: 40px
}

html body h6 {
	font-size: 22px;
	color: #000;
	line-height: 32px
}

.container-wrapper,
.my-nav .container {
	width: 100%;
	max-width: 1840px;
	padding: 0 50px;
	margin: 0 auto
}

a.web-black-btn {
	border-radius: 50px;
	color: #fff;
	border: 1px solid #000;
	background-color: #000;
	padding: 10px 40px 6px;
	margin-bottom: 30px;
	font-size: 18px
}

a.web-blue-btn,
button.web-blue-btn,
input.web-blue-btn {
	color: #fff;
	background-color: #0E4173;
	padding: 10px 40px 6px;
	margin-bottom: 30px;
	font-size: 18px
}

a.web-black-btn:hover {
	color: #000;
	border: 1px solid #000;
	background-color: transparent;
	transition: .5s
}

a.web-blue-btn,
button.web-blue-btn {
	border: 1px solid #0E4173;
	border-radius: 50px
}

a.web-blue-btn:hover,
input.web-blue-btn:hover {
	color: #0E4173;
	border: 1px solid #0E4173;
	background-color: transparent;
	transition: .5s
}

input.web-blue-btn {
	border: 1px solid #0E4173;
	border-radius: 50px !important
}

.clr-changed,
.customulfooter ul li a:hover,
.customulfooter.footer-content a:hover {
	color: #0E4173
}

.bg-gray {
	background-color: #f5f5f8
}

.my-nav .navbar a,
.my-nav .navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
	color: #312929
}

.bg-ctabottom .form-style span.iti__country-name,
.bg-ctabottom .form-style span.iti__dial-code {
	color: #000 !important
}

.bg-ctabottom .form-style .iti__arrow--up {
	border-top: none;
	border-bottom: 0
}

.my-nav .navbar li.nav-item,
.testimonials-content {
	padding: 0 20px
}

.my-nav li a {
	font-family: "Josefin Sans", serif
}

.bannerh1 h1 {
	width: 80%;
	margin: 0 auto
}

.custom-padding,
.padding-own-section,
section.form-section.custom-padding {
	padding: 50px 0
}

.mybox-services-main {
	display: block;
	overflow: hidden
}

.content-services p {
	color: #000;
	margin-bottom: 30px;
	font-family: "Josefin Sans", serif;
	font-weight: 300;
	line-height: 30px;
	font-size: 22px;
	margin-top: 20px
}

.content-services h3 {
	font-size: 48px;
	color: #000;
	line-height: 55px
}

.content-services a.web-blue-btn {
	padding: 10px 40px 6px;
	margin-bottom: 30px;
	font-size: 18px
}

.content-services {
	padding: 60px 50px 0;
	font-family: "Josefin Sans", serif
}

.c-bg-centernew,
.cta-ghost,
.custom-ul.ctaul,
.custom-ul.ctaul ul li,
.main-our-cta-section,
.position-relative-customs {
	position: relative
}

.mycustoms {
	background: #d2d2d2 !important;
	overflow: hidden
}

.c-bg-centernew .zindex1 {
	z-index: 1;
	position: relative
}

.bg-gray-box {
	background-color: #f9f9f9
}

.bannerslider,
.contactboxs img,
.customulfooter h6,
.mb-20,
.services-box .row.flex-align-items-stretch {
	margin-bottom: 25px
}

.custom-flex {
	display: flex;
	flex-wrap: wrap
}

.process-box {
	border: 1px solid #6d6d6d;
	padding: 30px 100px;
	border-radius: 25px;
	margin: 0 0 28px;
	width: 100%
}

.processboxsection .process-box {
	display: block;
	text-decoration: none;
	opacity: .5
}

a.process-box:hover {
	opacity: 1;
	transition: .5s
}

.process-box h6 {
	color: #6d6d6d;
	font-size: 18px;
	line-height: 24px
}

.process-box img {
	margin-bottom: 8px
}

.my-process-box-inner {
	background-color: #e8e8e8;
	height: 100%;
	margin: 0;
	font-family: "Josefin Sans", sans-serif
}

.button-bottom-price a,
.content-new-style-update p:last-child,
.processboxsection a.process-box:nth-child(3) {
	margin-bottom: 0
}

.border-radius-20 {
	border-radius: 20px
}

.process-style-content {
	position: relative;
	padding: 28px
}

.process-style-content h4 {
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;
	position: absolute;
	bottom: 28px;
	z-index: 1
}

.d-blocks-mobiles,
.d-none-desktop,
.fixed-btm,
.my-process-box-inner.bg2:after,
.pos-rel-1,
.scroll-up-sticky-bar,
.testi-image-main.w-50-custom {
	display: none
}

.bg1,
.bg1.bg-design,
.bg1.bg-video,
.bg2.bg-4,
.bg2.bg-design2,
.bg2.bg-video2,
.bg3,
.bg3.bg-32,
.bg3.bg-design3,
.bg3.bg-video3,
.cta-one {
	position: relative;
	overflow: hidden
}

.bg1:before,
.bg2:before {
	background-repeat: no-repeat;
	background-position: right bottom;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	right: 0;
	background-size: 100%
}

.bg1:before {
	background-image: url(assets/images/process-box-1-image.webp)
}

.bg1.bg-design:before {
	background-image: url(assets/images/bg-book-design1.webp)
}

.bg2.bg-design2:before {
	background-image: url(assets/images/bg-book-design2.webp)
}

.bg3.bg-design3:before {
	background-image: url(assets/images/bg-book-design3.webp)
}

.bg1.bg-video:before {
	background-image: url(assets/images/video-image-1.webp)
}

.bg2.bg-video2:before {
	background-image: url(assets/images/video-image-2.webp)
}

.bg3.bg-video3:before {
	background-image: url(assets/images/video-image-33.webp) !important
}

.bg1.bg-webdeisgn:before {
	background-image: url(assets/images/web-designbox1.webp)
}

.bg2.bg-webdeisgn2:before {
	background-image: url(assets/images/web-designbox2.webp)
}

.bg3.bg-webdeisgn3:before {
	background-image: url(assets/images/web-designbox3.webp)
}

.cta-ghost.bg-webdeisgn:before {
	background-image: url(assets/images/webdesign-seo-cta.webp)
}

.bg1.bg-illustration:before {
	background-image: url(assets/images/illustration-bg-1.webp)
}

.bg2.bg-illustration2:before {
	background-image: url(assets/images/illustration-bg-2.webp)
}

.bg3.bg-illustration3:before {
	background-image: url(assets/images/illustration-bg-3.webp)
}

.cta-ghost.bg-illustrationcta:before {
	background-image: url(assets/images/cta-bg-illustration1.webp)
}

.bg1.bg-articles:before {
	background-image: url(assets/images/articalbox1.webp)
}

.bg2.bg-articles2:before {
	background-image: url(assets/images/articalbox2.webp)
}

.bg3.bg-articles3:before {
	background-image: url(assets/images/articalbox3.webp)
}

.cta-ghost.bg-articlescta:before {
	background-image: url(assets/images/articalbox-cta.webp)
}

.bg1.bg-printing:before {
	background-image: url(assets/images/book-printing-box1.webp)
}

.bg2.bg-printing2:before {
	background-image: url(assets/images/boox-printing-box2.webp)
}

.bg3.bg-printing3:before {
	background-image: url(assets/images/book-printing-box3.webp)
}

.cta-ghost.bg-printingcta:before {
	background-image: url(assets/images/bookprintingcta1.webp)
}

.bg1.bg-blogwriting:before {
	background-image: url(assets/images/blogwriting-box1.webp)
}

.bg2.bg-blogwriting2:before {
	background-image: url(assets/images/blogwriting-box2.webp)
}

.bg3.bg-blogwriting3:before {
	background-image: url(assets/images/blogwriting-box3.webp)
}

.cta-ghost.bg-blogwritingcta:before {
	background-image: url(assets/images/blogwriting-servicescta.webp)
}

.bg1.bg-contentswriting:before {
	background-image: url(assets/images/webcontent-box1.webp)
}

.bg2.bg-contentswriting2:before {
	background-image: url(assets/images/webcontent-box2.webp)
}

.bg3.bg-contentswriting3:before {
	background-image: url(assets/images/webcontent-box3.webp)
}

.cta-ghost.bg-blogcontentswritingcta:before {
	background-image: url(assets/images/web-contentctabox.webp)
}

.bg1.bg8:before {
	background-image: url(assets/images/bg8.webp)
}

.bg2 {
	position: relative;
	overflow: hidden;
	background-color: #000
}

.bg2:before {
	background-image: url(assets/images/process-box-2-image.webp)
}

.bg2.bg5:before {
	background-image: url(assets/images/bg-three.webp) !important
}

.bg2.bg11:before {
	background-image: url(assets/images/bg-11.webp) !important
}

.bg2.bg5 {
	background: #141419
}

.bg2.bg-4:before,
.bg3.bg-32:before,
.bg3:before {
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 100%;
	right: 0;
	background-size: 100%;
	width: 100%;
	content: "";
	position: absolute;
	bottom: 0
}

.bg3:before {
	background-image: url(assets/images/process-box-3-image.webp)
}

.bg2 h3,
.bg2 h4 {
	color: #fff;
	z-index: 1
}

.bg2.bg-4:before {
	background-image: url(assets/images/bg-four.webp)
}

.bg3.bg-twlv:before {
	background-image: url(assets/images/bg-12.webp) !important
}

.bg3.bg-32:before {
	background-image: url(assets/images/eroor-bg.webp)
}

.bg3.bg7:before {
	background-image: url(assets/images/bg-6.webp)
}

.bg2.bg9:before {
	background-image: url(assets/images/bg-9.webp) !important
}

.bg3.bg10:before {
	background-image: url(assets/images/bg-10.webp)
}

.process-style-content h3 {
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;
	position: relative
}

.vertical-align-box {
	align-items: center !important;
	flex-direction: column !important;
	display: flex !important
}

.w-96 {
	width: 96%
}

.my-process-box-inner::after {
	background: #000;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, #e8e8e8 100%);
	height: 70%;
	position: absolute;
	width: 100%;
	bottom: 0;
	content: "";
	left: 0;
	z-index: 0
}

.w-20-c {
	width: 23%
}

.w-20-c:first-child {
	margin-left: 0
}

.w-20-c:nth-child(4) {
	margin-right: 0 !important
}

.justify-content-around-c {
	justify-content: space-around !important
}

.hzoom,
.hzoomone {
	transition: .5s
}

.hzoom:hover .my-process-box-inner::before,
.hzoomone:hover img,
.mybox-services-main:hover .content-services::after {
	transform: scale(1.1) !important;
	transition: .5s
}

.border-radius-33 {
	border-radius: 33px
}

.cta-bg {
	background: #eaeaea;
	background: linear-gradient(180deg, #eaeaea 35%, #fff 100%);
	padding: 80px
}

.custom-ul li {
	font-weight: 500;
	padding-bottom: 8px
}

.h-hun-custom,
.position-relative.custom-rr,
.sectioninnertwodesign {
	height: 100%
}

.flex-align-items-stretch {
	align-items: stretch !important;
	display: flex
}

.owl-carousel-center .item {
	background: #f9f9f9;
	/* background: #0E4173 !important; */
	/* background: url(../images/lightbluebg-background3.webp) !important; */
}

.cta-ghost:before,
.cta-one:before {
	background-repeat: no-repeat;
	background-position: right;
	right: 0;
	content: ""
}

.custom-slider {
	width: 50%;
	margin: 0 auto
}

.owl-carousel-center .owl-dots {
	display: flex !important;
	justify-content: center;
	padding: 0;
	margin-bottom: 20px
}

.owl-carousel-center .owl-dot {
	width: 10px;
	height: 10px;
	background-color: #ccc;
	margin: 0 5px;
	border-radius: 50%;
	transition: background-color .3s, transform .3s
}

.owl-carousel-center .owl-dot:hover {
	transform: scale(1.2);
	background-color: tomato
}

.owl-carousel-center .owl-dots button {
	background: #f9f9f9 !important;
	width: 10px;
	height: 10px
}

.owl-carousel-center .owl-dot.active {
	background: #b1b0b0 !important;
	width: 10px;
	height: 10px
}

.owl-carousel-center.owl-theme .owl-dots .owl-dot span {
	margin: 0 !important
}

.owl-carousel-center .owl-dots {
	margin-top: 50px !important
}

.tabscustom ul.nav {
	margin: 0 auto;
	justify-content: center
}

.tabscustom button.active {
	background: #0E4173 !important;
	border-radius: 50px
}

.tabscustom button {
	color: #6d6d6d;
	font-weight: 700
}

.w-50-custom {
	width: 50%
}

.f-bottom p a,
section.portfolio-slider h5 {
	color: #6d6d6d
}

.testimonials-content p {
	padding: 30px 0;
	margin-bottom: 0;
	font-size: 16px
}

.testimonials-content p.text-dark {
	padding: 0
}

.mycustomctanew p {
	font-size: 30px;
	line-height: 40px;
	font-weight: 500;
	padding-right: 40px
}

.btnflex a.web-black-btn {
	margin-right: 20px
}

.cta-one:before {
	background-image: url(assets/images/cta-image-1.webp);
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	bottom: 0
}

.mycount {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%
}

.cta-bg div,
.cta-one div,
.modal-body,
.mybox-services-main .content-services {
	position: relative;
	z-index: 1
}

.timeday {
	padding: 44px 30px 28px;
	background: #ffffff57;
	margin: 10px;
	backdrop-filter: blur(2px);
	border-radius: 20px;
	border: 2px solid #fff;
	width: 28%
}

.cta-ghost:before,
.position-image-custom-ab {
	position: absolute;
	bottom: 0;
	background-size: contain
}

.timeday span:first-child {
	color: #000;
	font-size: 80px;
	display: block;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 30px
}

.timeday span:nth-child(2) {
	color: #000;
	font-weight: 700;
	font-size: 24px;
	margin-top: 22px !important;
	display: block
}

.btn-blockss a,
.force-overflow ul {
	display: inline-block
}

.boxes-bottom-section h2 {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	padding: 60px 0
}

.bg-gray-dark {
	background-color: #e8e8e8
}

.box-one-service-bottom img.mb-20s {
	margin-bottom: 30px
}

.box-one-service-bottom {
	padding: 30px;
	border-radius: 30px
}

.imgright {
	text-align: right;
	margin-top: 10px;
	display: none !important;
}

.box-one-service-bottom h6,
.customtextabouts h4 {
	font-size: 28px
}

.box-one-service-bottom p {
	width: 100%;
	margin-top: 10px;
	color: #000;
	font-size: 18px
}

.myheading-custom p.my-bigp {
	font-size: 30px;
	line-height: 40px
}

.myheading-custom p {
	font-size: 17px;
	line-height: 25px;
	margin-bottom: 20px;
	margin-top: 12px
}

.form-style input {
	height: 45px;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-radius: 0;
	border-color: #6d6d6d
}

button.web-blue-btn:hover {
	color: #0E4173;
	border: 1px solid #0E4173;
	background-color: transparent
}

.form-style button {
	margin-top: 22px
}

.footer-content p {
	padding: 8px 0;
	font-size: 14px;
	color: #000
}

.footer-content a {
	color: #000;
	margin-bottom: 10px;
	font-size: 14px
}

.customulfooter ul li a {
	font-size: 14px;
	color: #000;
	padding: 0 0 14px;
	display: block;
	text-decoration: none;
	line-height: 18px
}

.customulfooter.footer-content p {
	margin-top: 0;
	padding-top: 0
}

.customulfooter.footer-content a {
	margin-bottom: 10px !important;
	display: block
}

.f-bottom {
	text-align: center;
	padding: 30px 0;
	border-top: 3px solid #e8e8e8;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 3px solid #e8e8e8
}

.customulfooter.footer-content p,
.hbanner h1,
section.banner.banner-inner.custom-padding {
	padding-bottom: 0
}

.padding-left-customs-desktop {
	padding: 0 0 0 50px
}

.bannerh1 h1 {
	padding: 50px 0 0
}

.boxes-bottom-section p.text-center.mb-5 {
	font-size: 20px
}

.custom-ul.ctaul ul li:after {
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	left: 0;
	background: #6d6d6d;
	border-radius: 50px;
	top: 8px
}

.custom-ul.ctaul li {
	padding: 0 26px 8px 25px
}

.cta-ghost:before {
	background-image: url(assets/images/ghost-writing-image-left.webp);
	width: 100%;
	height: 100%;
	display: block
}

.cta-ghost.bg-editing:before {
	background-image: url(assets/images/book-editing-bgcta.webp)
}

.cta-ghost.bg-publishing:before {
	background-image: url(assets/images/book-publishing.webp)
}

.cta-ghost.bg-abouts:before {
	background-image: url(assets/images/aboutbgs-new.webp)
}

.cta-ghost.bg-audio:before {
	background-image: url(assets/images/bg-audio4.webp)
}

.cta-ghost.bg-designbook:before {
	background-image: url(assets/images/bookdesigncta1.webp)
}

.cta-ghost.bg-video:before {
	background-image: url(assets/images/video-services-cta.webp)
}

.lastsecabout h2,
.myaboutprocess h2,
.services-inner-banner-style h1 {
	font-size: 40px;
	line-height: 40px
}

.services-inner-banner-style p.main-para {
	font-size: 16px;
	font-weight: 600;
	margin: 18px 0 20px
}

.services-inner-banner-style .custom-ul.ctaul ul li:after {
	width: 8px;
	height: 8px;
	top: 8px
}

.innertext-changes p,
.services-inner-banner-style li {
	font-size: 15px
}

.custom-flex-banner {
	display: flex;
	margin-bottom: 20px;
	margin-top: 5px;
	align-items: center
}

.imagetrustd-text {
	margin-left: 10px
}

.imagetrustd-text p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 0;
	color: #000
}

.bg-banner-inner-service-img img {
	width: 90%
}

.bg-banner-inner-service-img {
	text-align: right;
	position: absolute;
	right: 0;
	top: 48%;
	transform: translateY(-52%)
}

.position-relative-customs .container-wrapper {
	position: relative;
	z-index: 1;
	top: 48%;
	transform: translateY(-52%)
}

.flex-bottoms {
	justify-content: end;
	align-items: self-end !important;
	height: 100%
}

.cta-ghost p.my-pera {
	width: 100%;
	font-size: 20px;
	margin-bottom: 30px;
	margin-top: 15px
}

.morespace-cta {
	padding-top: 150px;
	padding-bottom: 150px
}

.morespace-cta.cta-ghost:before {
	background-image: url("assets/images/my-cta-22.webp")
}

section.banner.banner-inner {
	height: 100vh
}

.ourpricing {
	-webkit-box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .1);
	border-radius: 30px;
	padding: 0 30px;
	position: relative
}

.package {
	background: #0E4173;
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 200px;
	padding: 8px 30px;
	color: #fff;
	font-size: 18px;
	font-weight: 600
}

.button-bottom-price a:hover,
.form-box,
.ourpricing:hover .pricing-inner li:after {
	background: #fff
}

.ourpricing h3 {
	text-align: center;
	margin: 30px 0;
	font-size: 40px;
	font-weight: 700
}

.force-overflow ul {
	list-style: none;
	font-family: Inter, sans-serif;
	padding: 25px 25px 25px 30px;
	color: #fff
}

.force-overflow ul li {
	color: #000;
	position: relative;
	padding: 0 0 20px 25px;
	font-size: 17px
}

.scrollbar {
	height: 350px;
	overflow-y: scroll;
	margin-bottom: 25px;
	margin-right: -20px
}

.force-overflow {
	min-height: 200px
}

.style-4::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #f5f5f5;
	border-radius: 20px
}

.style-4::-webkit-scrollbar {
	width: 10px;
	background-color: #f5f5f5;
	border-radius: 20px
}

.style-4::-webkit-scrollbar-thumb {
	background-color: #0E4173;
	border: 2px solid #0E4173;
	border-radius: 20px
}

.force-overflow ul li:after {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	left: 0;
	top: 10px;
	background: #0E4173;
	border-radius: 40px
}

.pricing-inner {
	-webkit-box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .1);
	border-radius: 30px
}

.btmspace {
	padding-bottom: 50px
}

.button-bottom-price {
	position: absolute;
	bottom: -24px;
	left: 50%;
	transform: translateX(-50%)
}

.ourpricing:hover .pricing-inner {
	background: #0E4173;
	transition: .5s
}

.bx1 h6,
.bx1.bx3 h6,
.ourpricing:hover .pricing-inner li,
.services-box .row:first-child .col-lg-6:first-child .mybox-services-main h3,
.services-box .row:first-child .col-lg-6:first-child .mybox-services-main p,
.services-box .row:first-child .col-lg-6:nth-child(2) .mybox-services-main h3,
.services-box .row:first-child .col-lg-6:nth-child(2) .mybox-services-main p,
.services-box .row:nth-child(3) .col-lg-6:nth-child(2) .mybox-services-main h3,
.services-box .row:nth-child(3) .col-lg-6:nth-child(2) .mybox-services-main p {
	color: #fff
}

.mb-100,
.pricing-section {
	margin-bottom: 100px
}

#contact-popup .modal-body {
	display: flex;
	width: 100%;
	gap: 30px;
	padding: 50px 20px
}

#contact-popup .modal-header {
	position: absolute;
	width: 100%;
	z-index: 1;
	border: none
}

.boxpopupimage {
	position: absolute;
	bottom: 0;
	width: 100%
}

.modal-left-content img {
	border-radius: 10px;
	width: 100%
}

.modal-left-content {
	width: 55%
}

.modal-right-content {
	width: 45%;
	display: flex;
	align-items: center
}

.modal-right-content .form-box {
	padding: 0;
	width: 100%
}

.modal-content {
	border-radius: 20px;
	border: none;
	background: #eee !important
}

.modal-content .form-box .row {
	margin-bottom: 12px
}

#contact-popup button.close {
	position: absolute;
	right: -15px;
	background: #0E4173;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	color: #fff;
	opacity: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	box-shadow: none;
	top: -15px
}

#contact-popup button.close:focus {
	outline: 0
}

#contact-popup button.close img {
	max-width: 15px;
	filter: brightness(15) invert(1)
}

.form-box h3+p {
	margin-bottom: 24px
}

.form-box label {
	font-size: 15px;
	color: #000;
	font-weight: 700
}

.logo-popups img {
	width: auto;
	padding-left: 130px;
	padding-top: 21px;
	padding-bottom: 40px
}

.form-box h3 {
	font-size: 28px;
	color: #6d6d6d;
	line-height: 35px;
	margin-bottom: 20px;
	font-weight: 700
}

.form-box p.my-pform {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 11px;
	font-family: "Josefin Sans", serif
}

.form-box {
	-webkit-box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .1);
	border-radius: 30px;
	padding: 30px !important;
	margin: 0 30px 0 0
}

.form-box button.web-blue-btn {
	color: #fff;
	border: 1px solid #0E4173;
	background-color: #0E4173;
	display: inline-block;
	padding: 10px 40px 6px;
	text-decoration: none;
	font-weight: 500;
	font-family: "Josefin Sans", serif;
	font-size: 18px;
	border-radius: 50px;
	text-align: center;
	margin: 16px auto 0;
	width: 180px
}

.form-box input.form-control {
	height: 45px;
	border-color: #707070
}

.form-box input::placeholder {
	color: #6d6d6d;
	opacity: .5
}

.form-box textarea::placeholder {
	color: #6d6d6d;
	opacity: .5
}

.form-box textarea.form-control {
	border-color: #707070
}

.boxpopupimage {
	padding-left: 60px
}

.contactbanner h2 {
	font-size: 40px;
	line-height: 40px;
	width: 40%;
	margin: 0 auto;
	font-weight: 400
}

.contactbanner h1 {
	margin-bottom: 0;
	padding: 50px 0
}

.contactboxs {
	border: 1px solid #6d6d6d;
	padding: 40px 25px;
	border-radius: 30px;
	background-color: #fff;
	min-height: 202px
}

.contactboxs a,
.contactboxs p {
	font-size: 18px;
	color: #6d6d6d;
	text-decoration: none
}

.banner.contact-banner {
	background: #d9d9d9;
	background: linear-gradient(180deg, #d9d9d9 0, #fff 100%);
	height: 100vh;
	display: flex;
	align-items: center;
	padding-top: 0
}

p.captial-small {
	font-size: 18px;
	text-transform: uppercase !important
}

.my-nav .navbar ul li a:hover {
	color: #0E4173 !important
}

.chat-popup.open,
.d-none-mobile,
.d-none-mobiles,
.imgright,
.myaboutprocess a.process-box {
	display: block
}

.popupform form .mb-3:nth-child(4) input {
	height: 140px;
	top: 0
}

.boxes-bottom-section .col-lg-4 {
	height: initial !important;
	display: flex;
	justify-content: center
}

.boxes-bottom-section .row {
	display: flex;
	justify-content: space-between;
	height: 35vh !important
}

.my-nav .container.containersmall {
	width: 80%
}

.my-nav .container.containersmall .row {
	padding: 30px
}

.owl-carousel-banner .owl-item.active.center {
	transition: 1s;
	position: relative
}

.owl-carousel-banner .owl-item,
.owl-carousel-banner .owl-item img,
.owl-carousel-banner .owl-item.active-first,
.owl-carousel-banner .owl-item.active-fourth,
.owl-carousel-banner .owl-item.active-second,
.owl-carousel-banner .owl-item.active-third {
	transition: transform 1s
}

.owl-carousel-banner .owl-stage-outer {
	transition: transform .5s ease-in-out;
	padding: 45px 0
}

.owl-carousel-banner .owl-item.active-fourth,
.owl-carousel-banner .owl-item.active-second {
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
	transition: transform 1s
}

.owl-carousel-banner::before {
	background: url(assets/images/frame-books.webp) center/contain no-repeat;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	z-index: 2;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.owl-carousel-banner {
	padding: 32px 0;
	position: relative
}

.active-first {
	position: relative;
	left: -45px
}

.active-third {
	position: relative;
	right: -45px
}

.active-second {
	position: relative;
	left: 65px
}

.active-fourth {
	left: -65px;
	z-index: -1
}

.bx1 {
	background: url(assets/images/bgabt1.webp) 0 0/cover no-repeat;
	width: 100%;
	height: 100%;
	border-radius: 36px;
	text-decoration: none;
	color: #fff !important;
	margin: 0
}

.cflexs {
	display: flex;
	align-items: center
}

.customtextabouts {
	padding: 20px 40px
}

.customtextabouts p {
	width: 100%
}

.myaboutprocess .row {
	border: 1px solid transparent;
	border-radius: 40px
}

.myaboutprocess .row:hover,
a.process-box.bx1.bx2,
a.process-box.bx1.bx3 {
	border: 1px solid #cbcbcb
}

a.process-box.bx1.bx2 {
	background: url(assets/images/bgabout2.webp) 0 0/cover no-repeat;
	width: 100%;
	height: 100%
}

.bx1.bx2 h6,
.services-box .row:nth-child(2) .col-lg-6:first-child .mybox-services-main h3,
.services-box .row:nth-child(2) .col-lg-6:first-child .mybox-services-main p,
.services-box .row:nth-child(2) .col-lg-6:nth-child(2) .mybox-services-main h3,
.services-box .row:nth-child(2) .col-lg-6:nth-child(2) .mybox-services-main p,
.services-box .row:nth-child(3) .col-lg-6:first-child .mybox-services-main h3,
.services-box .row:nth-child(3) .col-lg-6:first-child .mybox-services-main p {
	color: #000
}

a.process-box.bx1.bx3 {
	background: url(assets/images/bgabout3.webp) 0 0/cover !important;
	width: 100% !important;
	height: 100% !important
}

.row.lastsecabout {
	border: 0;
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
	align-items: center;
	padding: 40px 10px
}

.row.lastsecabout p {
	font-size: 29px;
	line-height: 35px
}

section.services-box+section.custom-padding .custom-flex {
	align-items: center
}

.lastsecabout p {
	font-size: 18px !important;
	line-height: 28px !important
}

.owl-carousel-banner::after {
	background: center center #000;
	width: 20%;
	height: 90%;
	position: absolute;
	content: "";
	bottom: 0;
	border-radius: 40px;
	z-index: -1;
	left: 50%;
	top: 30px;
	transform: translateX(-50%)
}

.tab-pane {
	display: none;
	opacity: 0;
	transition: opacity .5s ease-in-out
}

.tab-pane.active {
	display: block;
	opacity: 1
}

.owl-carousel-center .owl-stage-outer {
	transition: .3s
}

.owl-carousel-center .owl-item {
	transition: transform .3s
}

.owl-carousel-banner .owl-item {
	box-shadow: 5px 5px 21px 0 rgba(0, 0, 0, .24);
	-webkit-box-shadow: 5px 5px 21px 0 rgba(0, 0, 0, .24);
	-moz-box-shadow: 5px 5px 21px 0 rgba(0, 0, 0, .24);
	opacity: 0
}

.owl-carousel-banner .owl-item.active {
	opacity: 1
}

.services-box .row:first-child .col-lg-6:first-child .mybox-services-main {
	background: url('assets/images/bluebg-background1.webp') 0 0/100% 100% no-repeat;
	width: 100%;
	height: 100% !important
}

.services-box .row:first-child .col-lg-6:nth-child(2) .mybox-services-main {
	background: url('assets/images/blackbg-background2.webp') 0 0/100% 100% no-repeat;
	width: 100%;
	height: 100% !important
}

.services-box .row:nth-child(2) .col-lg-6:first-child .mybox-services-main {
	background: url('assets/images/lightbluebg-background3.webp') 0 0/100% 100% no-repeat;
	width: 100%;
	height: 100% !important
}

.services-box .row:nth-child(2) .col-lg-6:nth-child(2) .mybox-services-main {
	background: url('assets/images/graybg-background4.webp') 0 0/100% 100% no-repeat !important;
	width: 100%;
	height: 100% !important
}

.services-box .row:nth-child(3) .col-lg-6:first-child .mybox-services-main {
	background: url('assets/images/whitebg-background5.webp') !important;
	width: 100%;
	height: 100% !important
}

.services-box .row:nth-child(3) .col-lg-6:nth-child(2) .mybox-services-main {
	background: url('assets/images/darkbluebg-background6.webp') !important;
	width: 100%;
	height: 100% !important
}

.bg-ctabottom .row {
	background: url(assets/images/cta-bottom-imagebg.webp) 0 0/cover no-repeat;
	width: 100%;
	height: 100%;
	padding: 20px 0;
	border-radius: 50px;
	margin-bottom: 30px;
	margin-top: 30px
}

.bg-ctabottom .myheading-custom h2 {
	color: #fff;
	font-size: 50px;
	margin-bottom: 0;
	line-height: 50px
}

.bg-ctabottom .myheading-custom p {
	font-size: 22px;
	color: #fff;
	font-weight: 700;
	margin: 0;
	padding: 10px 0
}

.bg-ctabottom .myheading-custom p.my-bigp {
	font-size: 33px !important;
	font-weight: 500;
	line-height: 42px;
	padding-top: 0
}

.bg-ctabottom .form-style {
	margin-top: 20px;
	text-align: left
}

.bg-ctabottom .form-style .btn {
	margin-bottom: 0;
	background: #fff;
	color: #000;
	width: 200px;
	margin-top: 10px
}

.bg-ctabottom .form-style input {
	height: 45px;
	background: 0 0;
	border: 1px solid #fff
}

.bg-ctabottom .form-style input::placeholder {
	color: #fff
}

.bg-ctabottom .form-style input,
.bg-ctabottom .iti--separate-dial-code .iti__selected-dial-code,
.cta-bg.custombluebg h4,
.cta-bg.custombluebg p,
.main-our-process-inner-section .bg1.bgcolorswap1 h3,
.my-box-new-update-style:hover h3,
.my-box-new-update-style:hover p {
	color: #fff
}

.bg-ctabottom .form-style span,
.main-our-process-inner-section .bg3 h3 {
	color: #fff !important
}

.bg-ctabottom .form-style .iti__arrow {
	border-top: 4px solid #fff !important
}

.cta-bg.custombluebg {
	background: #051d6d;
	background: linear-gradient(93deg, #051d6d 0, #0a4fe7 35%, #71c6ff 100%)
}

.cta-bg.custombluebg a.web-blue-btn {
	background: #fff;
	color: #000
}

.cta-bg.custombluebg a.web-blue-btn:hover {
	background: 0 0;
	border-color: #fff;
	color: #fff
}

.backgroundupdate,
.testimonials+.main-our-cta-section .cta-bg {
	background: #b7e0ef !important;
	background: linear-gradient(93deg, #b7e0ef 0, #f0f3f4 100%) !important
}

.main-our-process-inner-section .bg1 {
	background: #eef3f4 !important;
	background: linear-gradient(0deg, #eef3f4 0, #b3deef 100%) !important
}

.main-our-process-inner-section .bg1.bgcolorswap1,
.main-our-process-inner-section .bg3 {
	background: #ebf2fe !important;
	background: linear-gradient(0deg, #ebf2fe 0, #50a4dc 50%, #0117ff 100%) !important
}

.main-our-process-inner-section .bg3.bgcolorswap2 {
	background: #ebf2fe !important;
	background: linear-gradient(0deg, #ebf2fe 0, #50a4dc 100%) !important
}

header.my-nav {
	position: relative !important;
	z-index: 2 !important
}

section.banner.contact-banner.pageterms.custom-padding {
	height: 100%;
	padding: 100px 0
}

.testimonialsbox .testimonials-content.w-50-custom {
	width: 100%;
	border: 1px solid #f3f3f3;
	padding: 50px;
	background: #f3f3f3;
	min-height: 296px
}

.modal {
	z-index: 99999 !important
}

.modal-backdrop {
	z-index: 9999
}

.share a {
	margin: 0 4px;
	display: inline-block
}

.share {
	margin-top: 10px
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
	color: #312929 !important
}

.content-new-style-update p,
.contentboxupdate h3 {
	margin-bottom: 20px;
	margin-top: 20px
}

.my-box-new-update-style {
	background: #e8e8e8;
	padding: 55px;
	text-align: center;
	margin-bottom: 25px;
	height: 100%;
	transition: .4s;
	-webkit-transition: .4s;
	border-radius: 30px
}

.desktop-space-top {
	margin-top: 70px !important
}

.flex-heights {
	display: flex
}

.flex-heights .col-lg-6 {
	display: flex;
	flex-direction: column
}

.my-box-new-update-style:hover {
	background-image: linear-gradient(to right top, #031d6d, #07298b, #0b36aa, #0c43ca, #0851ec);
	color: #fff;
	transition: .4s;
	-webkit-transition: .4s
}

.my-box-new-update-style:hover img {
	filter: brightness(0) invert(1)
}

.contentboxupdate p {
	line-height: 28px
}

.section-tabstyle {
	position: relative;
	background: #f5f5f7
}

.backgroundimage-backs {
	position: absolute;
	right: 0;
	top: 0
}

.new-sectionstylenew-update span.purpleclrs {
	color: #0E4173;
	font-size: 20px;
	margin-bottom: 20px;
	display: block;
	line-height: normal;
	margin-top: 50px
}

.innertext-changes h4 {
	font-size: 30px;
	line-height: normal;
	margin: 30px 0 10px
}

.new-sectionstylenew-update h3 {
	font-size: 50px;
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: normal
}

.mt-100 {
	margin-top: 100px
}

.sectioninnertwodesign img {
	height: 100vh;
	width: 100%
}

.content-tabstwos {
	background: #041c6c;
	background: linear-gradient(90deg, #041c6c 0, #0a52ef 100%);
	height: 100%;
	padding: 60px
}

.content-tabstwos p {
	color: #fff;
	font-size: 18px;
	line-height: 30px
}

.content-tabstwos h3 {
	color: #fff;
	margin-bottom: 10px
}

.faqsbg {
	background: #f5f5f7
}

.custom-accord .accordion-item {
	margin-bottom: 20px;
	border: 0;
	border-bottom: 3px solid #cfcfcf
}

.custom-accord .accordion-button:not(.collapsed) {
	background: #6d6d6d;
	color: #fff
}

.custom-accord .accordion-button {
	font-size: 25px
}

.custom-accord .accordion-body {
	background: #6d6d6d;
	color: #fff;
	padding: 30px 40px;
	font-size: 18px
}

.custom-accord .accordion-button:focus {
	box-shadow: none !important
}

.custom-accord .accordion-item .accordion-header .accordion-button {
	padding: 10px 40px;
	margin-bottom: 2px
}

.right-0padding .container-wrapper {
	padding-right: 0
}

.bg-bgbacks {
	background: url(assets/images/bg-backgrounds-new.html) right/100% 100% no-repeat;
	width: 100%;
	height: 100%;
	position: relative
}

.bg-bgbacks img {
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 1
}

.rightzz:before {
	position: absolute;
	content: "";
	display: block;
	bottom: 0;
	right: 0;
	background: url(assets/images/bottom-corner.html) 0 0/cover;
	width: 355px;
	height: 286px;
	z-index: 2
}

.bg-bgbacks:after {
	background: #6710f1;
	content: "";
	display: block;
	position: absolute;
	width: 30%;
	height: 30%;
	right: 0;
	bottom: 0;
	z-index: 0
}

.custom-accord .accordion-button:not(.collapsed)::after {
	background-image: var(--bs-accordion-btn-active-icon);
	transform: var(--bs-accordion-btn-icon-transform);
	filter: brightness(0) invert(1)
}

@media (max-height:900px) and (max-width:1700px) {

	html body h1,
	html body h2 {
		font-size: 40px;
		line-height: 50px
	}

	.content-services h3 {
		font-size: 30px;
		line-height: 35px
	}

	.content-services p {
		font-size: 22px;
		line-height: 28px
	}

	.bannerh1 h1 {
		width: 70%
	}

	html body h1 {
		margin-bottom: 0 !important;
		padding-bottom: 0 !important
	}

	html body h2 {
		color: #000;
		font-weight: 600
	}

	.mycustomctanew p,
	html body h5 {
		font-size: 20px;
		line-height: 30px
	}

	.portfolio-slider .center-heading {
		padding-bottom: 30px !important
	}

	.tabscustom ul.nav li {
		font-size: 14px
	}

	.mycustomctanew h2 {
		font-size: 40px;
		line-height: 45px
	}
}

@media (max-width:1779px) {
	.process-box {
		padding: 20px 80px
	}

	.mycustomctanew h2 {
		font-size: 60px;
		line-height: 60px
	}
}

@media (max-height:900px) and (max-width:1652px) {
	.content-services p {
		line-height: 30px;
		font-size: 22px
	}

	.content-services h3 {
		font-size: 40px;
		line-height: 40px
	}

	.content-services a.web-blue-btn {
		font-size: 15px
	}

	.content-services {
		padding: 60px 30px 0
	}

	.trustbottombanner img {
		width: 60%
	}

	.bg-banner-inner-service-img img {
		width: 70%
	}
}

@media (max-height:900px) and (max-width:1500px) {
	.bg-ctabottom .myheading-custom h2 {
		font-size: 35px;
		line-height: 45px
	}

	.bg-ctabottom .myheading-custom p.my-bigp {
		font-size: 25px !important;
		font-weight: 500;
		line-height: 30px;
		padding-top: 0
	}

	.owl-carousel-banner::after {
		height: 70%
	}

	.owl-carousel-banner .owl-stage-outer {
		padding: 25px 0
	}

	section.banner+.mb-5.mt-5 .main-our-process-section h2 {
		font-size: 50px;
		color: #000;
		line-height: 50px
	}

	a.web-black-btn,
	a.web-blue-btn {
		font-size: 15px
	}

	.cta-bg {
		padding: 50px
	}

	.mycustomctanew h2 {
		font-size: 40px !important;
		color: #000;
		line-height: 50px;
		font-weight: 600;
		margin-bottom: 30px !important
	}

	.mycustomctanew p {
		font-size: 19px;
		text-transform: uppercase;
		line-height: 30px;
		font-weight: 500;
		padding-right: 40px
	}

	.boxes-bottom-section h2 {
		font-size: 40px;
		line-height: 40px
	}

	.timeday span:first-child {
		color: #000;
		font-size: 50px
	}

	.timeday span:nth-child(2) {
		color: #000;
		font-weight: 700;
		font-size: 18px;
		margin-top: 22px !important
	}

	.box-one-service-bottom h6 {
		font-size: 22px
	}

	.myheading-custom h2 {
		font-size: 40px;
		color: #000;
		line-height: 40px;
		font-weight: 600
	}

	.cta-ghost:before {
		background-size: 50%;
		background-position: bottom right
	}

	.ctastyles-new h4 {
		font-size: 30px !important;
		line-height: 40px;
		margin-bottom: 25px !important
	}

	.custom-ul.ctaul ul li {
		font-size: 15px;
		padding-right: 0
	}

	.mb-custom-ul {
		margin-bottom: 25px
	}
}

@media (max-height:900px) and (max-width:1460px) {
	.my-nav .navbar li.nav-item {
		padding: 0 8px
	}
}

@media (max-height:900px) and (max-width:1400px) {
	.bg-ctabottom .row {
		padding: 50px 0
	}

	.bg-banner-inner-service-img img {
		width: 65%
	}

	.container-wrapper {
		padding: 0 50px
	}

	.contactboxs a {
		font-size: 15px
	}
}

@media (max-height:900px) {
	.boxes-bottom-section .row {
		display: flex;
		justify-content: space-between;
		height: 40vh !important
	}
}

@media (max-height:750px) {
	.boxes-bottom-section .row {
		display: flex;
		justify-content: space-between;
		height: 45vh !important
	}
}

@media (max-height:900px) and (max-width:1374px) {
	.owl-carousel-banner .owl-stage-outer {
		padding: 20px 0
	}

	.contactboxs a,
	.contactboxs p {
		font-size: 15px
	}

	.contactboxs {
		padding: 40px 15px
	}

	.content-services h3 br {
		display: none
	}

	.content-services h3 {
		font-size: 26px;
		line-height: 30px
	}
}

@media (max-height:900px) and (max-width:1270px) {
	.services-inner-banner-style h1 {
		font-size: 35px;
		line-height: 40px
	}

	.services-inner-banner-style p.main-para {
		font-size: 14px
	}

	.custom-ul.ctaul ul li {
		font-size: 14px;
		padding-right: 0
	}

	.bg-banner-inner-service-img img {
		width: 60%
	}

	.my-nav .navbar li.nav-item {
		padding: 0 4px;
		font-size: 13px
	}
}

@media (max-height:900px) and (max-width:1170px) {
	.bg-banner-inner-service-img img {
		width: 50%
	}
}

@media (max-width:1070px) {
	.my-nav .navbar li.nav-item {
		padding: 0 2px
	}

	.footer-content a,
	.footer-content p {
		font-size: 15px
	}

	.customulfooter ul li a {
		font-size: 15px;
		color: #000;
		padding: 0 0 10px
	}
}

@media (max-height:900px) and (max-width:1036px) {
	.content-services p {
		line-height: 27px;
		font-size: 20px
	}

	.my-nav .navbar li.nav-item {
		padding: 0;
		font-size: 13px
	}
}

@media (max-width:1500px) {
	.testimonials-content p {
		padding: 10px 0
	}

	.process-style-content h3,
	.process-style-content h4 {
		font-size: 20px;
		line-height: 25px
	}

	.process-box {
		padding: 20px
	}

	.process-box h6 {
		font-size: 15px
	}
}

@media (max-width:1507px) {
	.bannerh1 h1 {
		width: 60%
	}

	.hbanner h1 {
		width: 100%
	}
}

@media (max-width:1260px) {
	.bannerh1 h1 {
		width: 80%;
		font-size: 40px;
		line-height: 40px
	}

	.owl-carousel-banner .owl-stage-outer {
		padding: 15px 0
	}

	.hbanner h1 {
		margin-bottom: 0;
		padding-bottom: 0
	}

	.owl-carousel-banner::before {
		width: 470px
	}
}

@media (max-width:1200px) {
	.process-box h6 {
		font-size: 12px;
		line-height: 12px
	}

	.modal-lg,
	.modal-xl {
		--bs-modal-width: 90% !important
	}

	.form-box h3 {
		font-size: 22px;
		line-height: 28px
	}

	.form-box p.my-pform {
		margin-bottom: 8px
	}
}

@media (max-width:1180px) {

	.mycustomctanew a.web-black-btn,
	.mycustomctanew a.web-blue-btn {
		font-size: 11px !important;
		line-height: 20px
	}

	section.services-box+section.custom-padding .custom-flex .btnflex a {
		font-size: 12px
	}

	.owl-carousel-banner .owl-stage-outer {
		padding: 8px 0
	}
}

@media (max-width:1024px) {

	.footer-content a,
	.form-box h3 {
		margin-bottom: 10px
	}

	.form-box h3 {
		font-size: 18px;
		line-height: 25px
	}

	.process-style-content h3,
	.process-style-content h4 {
		font-size: 18px;
		line-height: 23px
	}

	.customulfooter ul li a,
	.footer-content a,
	.footer-content p {
		font-size: 15px;
		color: #000
	}

	.main-our-cta-section .col-lg-5.mycustomctanew {
		width: 100%
	}

	.cta-one:before {
		opacity: .3
	}
}

@media (max-width:1400px) {

	.contactboxs a,
	.cta-one a.web-black-btn,
	a.web-blue-btn {
		font-size: 14px
	}

	.container-wrapper {
		padding: 0 50px
	}

	.contactboxs a {
		text-transform: initial !important
	}

	.banner-contact-details .col-lg-4 .contactboxs p {
		font-size: 14px !important;
		text-transform: initial !important
	}
}

@media (max-width:1346px) {
	.cta-one:before {
		opacity: .3
	}
}

@media (max-width:991px) {
	.contentboxupdate h3 {
		margin-bottom: 0;
		margin-top: 0
	}

	#contact-popup .modal-body,
	.navbar-toggler,
	.padding-left-customs-desktop,
	section.padding-own-section.faqsbg {
		padding: 0
	}

	.new-sectionstylenew-update h3 {
		font-size: 30px
	}

	.custom-accord .accordion-item .accordion-header .accordion-button {
		padding: 20px 40px;
		margin-bottom: 2px;
		font-size: 20px
	}

	.custom-accord .accordion-body,
	.f-bottom p {
		font-size: 15px
	}

	.box-one-service-bottom h6,
	.contentboxupdate h3,
	.innertext-changes h4 {
		font-size: 20px
	}

	.iconboxupdate img {
		width: 70px
	}

	.sectioninnertwodesign,
	.sectioninnertwodesign img {
		height: 100% !important
	}

	.content-tabstwos {
		height: 100%
	}

	.bg-bgbacks:after,
	.box-one-service-bottom br,
	.contactbanner img,
	.d-none-mobile,
	.d-none-mobiles,
	.modal-left-content,
	.services-inner-banner-style .custom-ul.ctaul li:after {
		display: none
	}

	.bg-bgbacks img {
		position: initial
	}

	.right-0padding .container-wrapper {
		padding-right: 20px
	}

	.col-lg-5.mycustomctanew.ccspace h2.uppercase.mb-5+p,
	.logofooter+p,
	.services-inner-banner-style .custom-ul.ctaul,
	.share {
		margin-bottom: 20px
	}

	.bannerh1 h1 {
		padding: 20px 0 0
	}

	.bg-ctabottom .form-style .btn,
	.center .item img,
	.myaboutprocess a.process-box {
		text-align: center;
		margin: 0 auto
	}

	.footer .col-lg-4.col-md-12.col-sm-12 h6.mb-20 {
		margin-top: 10px;
		margin-bottom: 10px
	}

	.banner-heights {
		height: 580px
	}

	.container-wrapper,
	.cpaddingabout,
	.my-nav .container {
		padding: 0 20px
	}

	.testimonialsbox .testimonials-content.w-50-custom {
		min-height: 100%
	}

	.bannerslider {
		margin-bottom: 50px
	}

	.bg-ctabottom .form-style .btn {
		background: #fff;
		color: #000;
		width: 200px;
		display: block;
		margin-top: 30px !important
	}

	.container-wrapper h2,
	.ctastyles-new,
	.my-inner-header2 .d-flex.btnflex.mt-4,
	.mycta-footerimg,
	.myheading-custom {
		text-align: center
	}

	.bg-ctabottom .row {
		width: initial !important
	}

	.bg-ctabottom .myheading-custom p.my-bigp {
		font-size: 18px !important;
		font-weight: 500;
		line-height: 25px;
		padding-top: 0
	}

	.bg-ctabottom .myheading-custom h2 {
		line-height: 34px;
		font-size: 30px !important
	}

	.owl-carousel-banner .owl-item img {
		width: 100%;
		height: auto;
		object-fit: cover
	}

	.cpaddingabout h1 {
		font-size: 23px !important;
		margin-bottom: 10px
	}

	.cpaddingabout p,
	.force-overflow ul li {
		font-size: 15px !important
	}

	.bg-abouts {
		margin-top: 50px
	}

	.customtextabouts {
		text-align: Center
	}

	.bannerh1 h1,
	.boxes-bottom-section .box-one-service-bottom p,
	.contactbanner h2,
	.customtextabouts p,
	.modal-right-content,
	.w-20-c,
	.w-50-custom {
		width: 100%
	}

	.row.lastsecabout p {
		font-size: 15px;
		line-height: 20px;
		text-align: center
	}

	.owl-item.active img {
		width: 50%;
		margin: 0 auto
	}

	.my-nav .navbar-nav .dropdown-menu,
	.one.d-blocks-mobiles {
		position: relative
	}

	.owl-carousel-mobile .owl-item img {
		width: 86%;
		position: relative;
		top: 50px
	}

	.one.d-blocks-mobiles::before {
		background: url(assets/images/frame-books.webp) center/cover no-repeat;
		width: 100%;
		height: 100%;
		display: block;
		content: "";
		z-index: 2;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%)
	}

	.center .item img,
	.cta-ghost p.my-pera,
	.my-nav .container.containersmall,
	.my-nav .vw-100,
	.w-96 {
		width: 100% !important
	}

	.process-style-content h4 {
		padding-right: 18px
	}

	a.dropdown-item {
		font-size: 12px;
		padding: 0 12px
	}

	.c-css-drop a {
		margin-bottom: 6px;
		font-size: 12px
	}

	.owl-carousel-banner::before {
		width: 100% !important;
		background: url(assets/images/frame-books2.webp);
		background-size: cover !important;
		background-repeat: no-repeat !important;
		max-width: 400px
	}

	.owl-carousel-banner .owl-item.active.center::after,
	.owl-carousel-banner::after {
		background: #000;
		position: absolute;
		content: "";
		z-index: -1;
		left: 50%;
		transform: translateX(-50%)
	}

	.owl-carousel-banner .owl-item {
		box-shadow: none !important;
		opacity: 0
	}

	.owl-carousel-banner .owl-item.active.center::after {
		width: 400px;
		height: 102%;
		display: block;
		padding: 40px;
		border-radius: 130px !important
	}

	.owl-carousel-banner .item img {
		padding: 35px 38px 0 !important;
		max-width: 400px
	}

	.owl-carousel-banner::after {
		width: 100%;
		height: 100%;
		bottom: 0;
		border-radius: 40px;
		max-width: 400px;
		display: none !important
	}

	.custom-flex-banner,
	.custom-flex.customflexoff,
	.d-blocks-mobiles,
	.d-none-desktop,
	.inner-logo a {
		display: block
	}

	.owl-carousel-banner,
	.owl-carousel-banner .owl-item .item {
		padding: 0 !important
	}

	.owl-carousel-banner .owl-item.active.center {
		opacity: 1 !important;
		-webkit-transform: initial !important;
		-ms-transform: initial !important;
		transform: initial !important
	}

	.custom-padding.hbanner {
		padding-bottom: 0 !important
	}

	.bg1.bg-articles:before,
	.bg1.bg-blogwriting:before,
	.bg1.bg-contentswriting:before,
	.bg1.bg-design:before,
	.bg1.bg-illustration:before,
	.bg1.bg-printing:before,
	.bg1.bg-video:before,
	.bg1.bg-webdeisgn:before,
	.bg1.bg8:before,
	.bg1:before,
	.bg2.bg-articles2:before,
	.bg2.bg-blogwriting2:before,
	.bg2.bg-contentswriting2:before,
	.bg2.bg-design2:before,
	.bg2.bg-illustration2:before,
	.bg2.bg-printing2:before,
	.bg2.bg-video2:before,
	.bg2.bg-webdeisgn2:before,
	.bg2.bg5:before,
	.bg2.bg9:before,
	.bg2:before,
	.bg3.bg-articles3:before,
	.bg3.bg-blogwriting3:before,
	.bg3.bg-contentswriting3:before,
	.bg3.bg-design3:before,
	.bg3.bg-illustration3:before,
	.bg3.bg-printing3:before,
	.bg3.bg-twlv:before,
	.bg3.bg-video3:before,
	.bg3.bg-webdeisgn3:before,
	.bg3.bg10:before,
	.bg3.bg7:before {
		background-size: contain
	}

	.col-lg-5.mycustomctanew.ccspace h2.uppercase.mb-5 {
		margin-bottom: 20px !important
	}

	.cta-bg {
		padding: 30px 20px
	}

	.contactboxs {
		padding: 15px;
		margin-bottom: 30px
	}

	.contactboxs img {
		width: 25px;
		margin-bottom: 15px
	}

	.contactbanner h1 {
		margin-bottom: 0;
		padding: 50px 20px 15px
	}

	.center-heading h5 {
		font-size: 15px;
		color: #000;
		line-height: 20px
	}

	.services-inner-banner-style h1 {
		font-size: 20px;
		line-height: 28px
	}

	.banner-image img,
	.bg-banner-inner-service-img img,
	.custom-slider img,
	.mybox-services-main .position-image img {
		width: 100%;
		height: 100%;
		object-fit: cover
	}

	.navbar-toggler-icon {
		background: url(assets/images/menu-ico.webp) 0 0/cover no-repeat !important;
		height: 25px;
		width: 25px
	}

	.my-nav ul.navbar-nav .nav-item .nav-link {
		padding: 1px 0
	}

	.my-nav ul.navbar-nav,
	.my-process-box-inner {
		margin-top: 20px
	}

	.cta-bg:before,
	.cta-one:before {
		opacity: .3
	}

	#contact-popup button.close {
		right: -10px;
		top: -10px;
		padding: 18px;
		width: 20px;
		height: 20px
	}

	.form-box h3 {
		font-size: 18px;
		line-height: 25px
	}

	.modal-right-content {
		text-align: center;
		display: initial !important
	}

	.form-box {
		margin-right: 0 !important
	}

	.footer .d-flex,
	.testimonialsbox .d-flex {
		display: block !important;
		text-align: center
	}

	.owl-carousel-center .owl-dot.active {
		width: 10px;
		height: 10px
	}

	.owl-carousel-center .owl-dots button {
		background: #f9f9f9 !important;
		width: 10px;
		height: 10px
	}

	.customulfooter.footer-content h6,
	.ourpricing.mb-0-mobile {
		margin-bottom: 0
	}

	.main-our-process-inner-section.mt-5 {
		margin-top: 20px !important
	}

	.button-bottom-price a.web-blue-btn,
	a.web-black-btn,
	a.web-blue-btn {
		font-size: 12px
	}

	.ourpricing h3 {
		margin: 20px 0 10px;
		font-size: 30px
	}

	.force-overflow ul li {
		line-height: 18px
	}

	.button-bottom-price {
		bottom: -20px
	}

	.custom-ul.ctaul ul li {
		text-align: left !important;
		padding-left: 20px
	}

	.custom-ul.ctaul ul li:after {
		position: absolute !important;
		content: "";
		display: block !important;
		width: 6px !important;
		height: 6px !important;
		left: 0 !important;
		background: #6d6d6d !important;
		border-radius: 50px !important;
		top: 10px !important
	}

	.ourpricing {
		margin-bottom: 70px
	}

	.force-overflow ul {
		padding: 25px
	}

	.mybox-services-main.moblileheights {
		height: 450px !important
	}

	.d-flex.btnflex.flex-bottoms {
		text-align: center;
		display: block !important;
		justify-content: center;
		margin: 0 auto;
		width: 100% !important;
		max-width: 100%
	}

	section.banner.banner-inner {
		height: initial !important
	}

	.position-relative-customs .container-wrapper {
		position: relative;
		z-index: 1;
		top: initial !important;
		transform: initial !important
	}

	.bg-banner-inner-service-img {
		margin-top: 20px;
		position: inherit;
		right: 0;
		top: inherit !important;
		transform: inherit;
		text-align: center
	}

	section.banner.custom-padding.position-relative-customs {
		padding-top: 0
	}

	.services-inner-banner-style {
		text-align: center;
		margin-top: 30px
	}

	.imagetrustd-text {
		margin-top: 14px;
		margin-left: 0
	}

	.trustbottombanner img {
		width: 280px
	}

	.f-bottom {
		padding: 15px 8px
	}

	.f-bottom p:nth-child(2) {
		font-size: 12px !important
	}

	.boxes-bottom-section .box-one-service-bottom {
		text-align: center;
		margin-bottom: 20px
	}

	.main-our-cta-section.mb-5 {
		margin-bottom: 0 !important;
		margin-top: 20px !important
	}

	.contactbanner h1,
	.mycustomctanew h2 {
		font-size: 25px !important
	}

	.mycustomctanew p {
		padding-right: 0 !important;
		margin-bottom: 30px
	}

	.d-flex.btnflex {
		display: initial !important
	}

	.d-flex.btnflex a {
		margin-right: 0
	}

	.cta-one div {
		position: relative;
		z-index: 1;
		text-align: center;
		justify-content: center
	}

	.footer-content p {
		font-size: 14px;
		color: #000
	}

	.customulfooter ul li a,
	.footer-content a {
		font-size: 14px
	}

	.bannerh1 h1,
	.container-wrapper h2,
	.ctastyles-new h4 {
		font-size: 20px !important;
		line-height: 25px
	}

	.testimonials .col-lg-4 {
		flex: 0 0 auto;
		width: 100%;
		margin-bottom: 20px
	}

	.vertical-align-box {
		align-items: initial !important;
		flex-direction: initial !important;
		display: block !important
	}

	.process-style-content {
		height: 250px
	}

	.bg2.bg-4:before,
	.bg3.bg-32:before {
		background-size: contain !important
	}

	.bg2:before {
		background-image: url(assets/images/mobile-use.webp)
	}

	.bg3:before {
		background-size: CONTAIN
	}

	.my-process-box-inner::before {
		opacity: .5
	}

	.content-services a.web-blue-btn {
		font-size: 12px;
		padding: 10px 25px 6px
	}

	a.web-black-btn,
	a.web-blue-btn,
	input.web-blue-btn {
		padding: 10px 25px 6px;
		margin-bottom: 10px
	}

	.banner .d-flex.btnflex {
		margin-bottom: 20px !important;
		display: block !important
	}

	.content-services h3,
	html body h5 {
		font-size: 20px;
		line-height: 25px
	}

	.cta-ghost p.my-pera,
	.my-inner-header2+section.banner p.main-para {
		font-size: 17px
	}

	html body h5 {
		color: #000
	}

	.content-services p {
		line-height: 20px;
		font-size: 15px;
		margin: 10px 0 13px
	}

	.banner-image {
		min-width: 300px;
		height: 300px
	}

	.mybox-services-main .position-image {
		width: 100%;
		height: 250px;
		left: 0
	}

	.c-bg-centernew::after {
		background-size: cover
	}

	.custom-slider {
		height: 300px;
		width: 300px
	}

	.mycustomctanew p,
	.testimonials-content p {
		font-size: 15px;
		line-height: 24px;
		color: #000
	}

	.cta-one:before {
		opacity: .1
	}

	.box-one-service-bottom p,
	.boxes-bottom-section p.text-center.mb-5 {
		font-size: 15px;
		line-height: 24px
	}

	.myheading-custom p.my-bigp {
		font-size: 15px;
		line-height: 25px
	}

	input.web-blue-btn {
		padding: 6px 25px 3px;
		font-size: 14px
	}

	.logofooter+p {
		font-size: 11px;
		line-height: 15px
	}

	section.form-section.custom-padding .web-blue-btn {
		margin-top: 15px
	}

	.testimonials-content img {
		margin-bottom: 15px
	}

	.inner-logo,
	.inner-logo a {
		margin: 0 auto;
		text-align: center
	}

	.my-inner-header2 .d-flex.btnflex.mt-4 a {
		margin-bottom: 10px !important;
		display: inline-block
	}

	.inner-logo a {
		width: 100%
	}

	.inner-logo a img {
		text-align: center;
		margin: 0 auto 20px
	}
}

@media (max-width:767px) {

	.services-box .row:first-child .col-lg-6:first-child .mybox-services-main,
	.services-box .row:first-child .col-lg-6:nth-child(2) .mybox-services-main,
	.services-box .row:nth-child(2) .col-lg-6:first-child .mybox-services-main,
	.services-box .row:nth-child(2) .col-lg-6:nth-child(2) .mybox-services-main,
	.services-box .row:nth-child(3) .col-lg-6:first-child .mybox-services-main,
	.services-box .row:nth-child(3) .col-lg-6:nth-child(2) .mybox-services-main {
		height: 450px !important
	}

	.boxes-bottom-section .col-lg-4,
	.boxes-bottom-section .row {
		display: block !important;
		height: auto !important
	}

	.boxes-bottom-section .col-lg-4 {
		justify-content: center
	}

	.services-box .row.flex-align-items-stretch {
		margin-bottom: 0 !important
	}

	.mybox-services-main {
		display: block;
		margin-bottom: 20px;
		height: auto !important
	}
}

@media (max-width:576px) {
	.custom-flex {
		flex-wrap: wrap;
		width: 100% !important;
		display: block !important
	}

	.content-styles {
		padding: 0 20px
	}
}

@media (max-width:480px) {
	.pos-rel-1 {
		display: block
	}

	.rightzz:before {
		width: 185px;
		height: 136px
	}

	a.scroll-up-sticky-bar svg {
		width: 10px !important;
		color: #fff !important;
		fill: #fff
	}

	a.scroll-up-sticky-bar {
		color: #fff !important;
		font-size: 14px;
		z-index: 9
	}

	.fixed-btm a,
	.fixed-list li a svg {
		font-size: 22px
	}

	.scroll-up-sticky-bar {
		padding: 10px 20px;
		background: #000;
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: fixed;
		bottom: 0;
		width: 100%
	}

	a.scroll-up-sticky-bar span {
		color: #fff !important
	}

	.fixed-btm {
		width: 100%;
		display: flex;
		align-self: center;
		justify-content: center;
		border: 0;
		writing-mode: initial;
		z-index: 9999;
		position: fixed;
		right: 0;
		bottom: 60px
	}

	.fixed-list {
		padding: 0;
		margin: 0;
		display: flex;
		gap: 15px
	}

	.fixed-list li {
		border-radius: 50px;
		width: 55px;
		height: 55px;
		display: flex;
		justify-content: center;
		align-items: center;
		list-style: none;
		margin: 2px 0;
		background-color: #000;
		padding: 0 12px;
		border: 0
	}

	.fixed-btm a {
		border-radius: 0;
		border: 0;
		color: #fff;
		text-decoration: none;
		padding: 12px 0;
		line-height: 1;
		font-weight: 500;
		text-align: center
	}

	.pos-rel-1 {
		position: relative;
		z-index: 99
	}

	.contactboxs a,
	.contactboxs p {
		font-size: 12px
	}
}

.pos-rel-1 {
	position: relative;
	z-index: 99
}

@media (max-width:399px) {
	.banner-image {
		min-width: 280px;
		height: 300px
	}

	.bannerh1 h1,
	.ctastyles-new h4 {
		font-size: 17px !important
	}

	.services-inner-banner-style h1 {
		font-size: 22px;
		line-height: 25px
	}
}

.my-inner-header2 .d-flex.btnflex.mt-4 {
	margin-top: 0 !important;
	justify-content: end
}

.my-inner-header2 .d-flex.btnflex a {
	margin-bottom: 0 !important
}

.my-inner-header2 {
	position: relative;
	z-index: 9999;
	padding: 18px
}

.my-inner-header2+section.banner p.main-para {
	font-size: 18px
}

.customulfooter.footer-content {
	margin-top: 15px
}

ul.navbar-nav .nav-link.show {
	color: #312c29 !important
}


.inner-page h1,
html body h1,
html body h3 {
	line-height: 60px;
	color: #000
}

.banner-image,
.content-services,
.form-style,
.process-box,
.tabscustom ul.nav,
.timeday {
	text-align: center
}

.banner-heights {
	height: 660px
}

section.banner.custom-padding.hbanner {
	padding-top: 20px
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: Montserrat, serif
}

body {
	overflow-x: hidden
}

img {
	max-width: 100%
}

html body label, html body li, html body p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: white;
    margin: 0;
    padding: 0;
}

html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6 {
	font-weight: 600;
	padding: 0;
	margin: 0;
	font-family: "Josefin Sans", serif
}

html body li,
html body ul {
	padding: 0;
	margin: 0;
	list-style: none
}

html body h1 {
	font-size: 60px;
	text-transform: uppercase !important
}

.inner-page h1 {
	font-size: 50px;
	font-weight: 400
}

.content-services a.web-blue-btn,
a.web-black-btn,
a.web-blue-btn,
button.web-blue-btn,
input.web-blue-btn {
	font-weight: 500;
	display: inline-block;
	font-family: "Josefin Sans", serif;
	text-decoration: none;
	text-transform: uppercase
}

html body h2

 {
    font-size: 40px;
    color: #000;
    line-height: 1.4;
}


html body h3 {
	font-size: 50px
}

html body h4 {
	font-size: 40px;
	color: #000;
	line-height: 50px
}

html body h5 {
	font-size: 30px;
	color: #000;
	line-height: 40px
}

html body h6 {
	font-size: 22px;
	color: white;
	line-height: 32px
}

.container-wrapper,
.my-nav .container {
	width: 100%;
	max-width: 1840px;
	padding: 0 50px;
	margin: 0 auto
}

a.web-black-btn {
	border-radius: 50px;
	color: #fff;
	border: 1px solid transparent;
	background-color: #BE0A2F ;
	padding: 10px 40px 6px;
	margin-bottom: 30px;
	font-size: 18px
}

a.web-blue-btn,
button.web-blue-btn,
input.web-blue-btn {
	color: #000;
	background-color: white;
	padding: 10px 40px 6px;
	margin-bottom: 30px;
	font-size: 18px
}

a.web-black-btn:hover {
    color: white;
    border: 1px solid #000;
    background-color: transparent;
    transition: .5s;
    background: black;
}

a.web-blue-btn,
button.web-blue-btn {
	border: 1px solid #0E4173;
	border-radius: 50px
}

a.web-blue-btn:hover, input.web-blue-btn:hover {
    color: #0E4173;
    border: 1px solid #0E4173;
    background-color: white;
    transition: .5s;
}

input.web-blue-btn {
	border: 1px solid #0E4173;
	border-radius: 50px !important
}

.clr-changed,
.customulfooter ul li a:hover,
.customulfooter.footer-content a:hover {
	color: #0E4173
}

.bg-gray {
	background-color: #f5f5f8
}

.my-nav .navbar a,
.my-nav .navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
	color: #312929
}

.bg-ctabottom .form-style span.iti__country-name,
.bg-ctabottom .form-style span.iti__dial-code {
	color: #000 !important
}

.bg-ctabottom .form-style .iti__arrow--up {
	border-top: none;
	border-bottom: 0
}

.my-nav .navbar li.nav-item,
.testimonials-content {
	padding: 0 20px
}

.my-nav li a {
	font-family: "Josefin Sans", serif
}

.bannerh1 h1 {
	width: 85%;
	text-transform: uppercase;
	margin: 0 auto
}

.custom-padding,
section.form-section.custom-padding {
	padding: 25px 0
}

.mybox-services-main {
	display: block;
	overflow: hidden
}

.content-services p {
	color: #fff;
	margin-bottom: 30px;
	font-family: "Josefin Sans", serif;
	font-weight: 300;
	line-height: 30px;
	font-size: 22px;
	margin-top: 20px
}

.rf {
    color: black;
}

.content-services h3 {
	text-transform: uppercase;
	font-size: 51px;
	color: #fff;
	line-height: 55px
}

.content-services a.web-blue-btn {
    padding: 10px 40px 6px;
    margin-bottom: 30px;
    font-size: 18px;
    border: 1px solid transparent;
}

.content-services {
	padding: 60px 50px 0;
	font-family: "Josefin Sans", serif
}

.c-bg-centernew,
.cta-ghost,
.custom-ul.ctaul,
.custom-ul.ctaul ul li,
.main-our-cta-section,
.position-relative-customs {
	position: relative
}

.mycustoms {
	background: #d2d2d2 !important;
	overflow: hidden
}

.c-bg-centernew .zindex1 {
	z-index: 1;
	position: relative
}

/* .bg-gray-box div:nth-child(1),
.bg-gray-box div:nth-child(4),
.bg-gray-box div:nth-child(5),
.bg-gray-box div:nth-child(8) {
  background-color: blue;

}

.bg-gray-box div:nth-child(2),
.bg-gray-box div:nth-child(3),
.bg-gray-box div:nth-child(6),
.bg-gray-box div:nth-child(7) {
  background-color: red;
 
} */


.bg-gray-box {
	background-color: #f9f9f9
}

.bannerslider,
.contactboxs img,
.customulfooter h6,
.mb-20,
.services-box .row.flex-align-items-stretch {
	margin-bottom: 25px
}

.custom-flex {
	display: flex;
	flex-wrap: wrap
}

.process-box {
	border: 1px solid #6d6d6d;
	padding: 30px 100px;
	border-radius: 25px;
	margin: 0 0 28px;
	width: 100%;
	/* background-color: #0b3764 !important; */
}

.processboxsection .process-box {
	display: block;
	text-decoration: none;
	opacity: 1;
}

a.process-box:hover {
	opacity: 1;
	transition: .5s
}

.process-box h6 {
	color: white;
	font-size: 18px;
	line-height: 24px
}

.process-box img {
	margin-bottom: 8px
}

.my-process-box-inner {
	background-color: #e8e8e8;
	height: 100%;
	margin: 0;
	font-family: "Josefin Sans", sans-serif
}

.button-bottom-price a,
.processboxsection a.process-box:nth-child(3) {
	margin-bottom: 0
}

.border-radius-20 {
	border-radius: 20px
}

.process-style-content {
	position: relative;
	padding: 28px;
}

.process-style-content h4 {
	font-size: 23px;
	line-height: 35px;
	font-weight: 700;
	position: absolute;
	bottom: 28px;
	z-index: 1;
	color: white;
}

.d-blocks-mobiles,
.d-none-desktop,
.fixed-btm,
.my-process-box-inner.bg2:after,
.pos-rel-1,
.scroll-up-sticky-bar,
.testi-image-main.w-50-custom {
	display: none
}

.bg1,
.bg1.bg-design,
.bg1.bg-video,
.bg2.bg-4,
.bg2.bg-design2,
.bg2.bg-video2,
.bg3,
.bg3.bg-32,
.bg3.bg-design3,
.bg3.bg-video3,
.cta-one {
	position: relative;
	overflow: hidden
}

.bg1:before,
.bg2:before {
	background-repeat: no-repeat;
	background-position: right bottom;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 35px;
	right: 0;
	background-size: 100%
}

.bg1:before {
	background-image: url(../images/Book-writing/Step-01.png)
}

.bg1.bg-design:before {
	background-image: url(../images/book-design/step\ 1.png)
}

.bg2.bg-design2:before {
	background-image: url(../images/book-design/step\ 2.png)
}

.bg3.bg-design3:before {
	background-image: url(../images/book-design/step\ 3.png)
}

.bg1.bg-video:before {
	background-image: url(../images/video-trailer/step-1.png)
}

.bg2.bg-video2:before {
	background-image: url(../images/video-image-2.webp)
}

.bg3.bg-video3:before {
	background-image: url(../images/video-trailer/step-3.png) !important
}

.bg1.bg-webdeisgn:before {
	background-image: url(../images/web-design/step-1.png)
}

.bg2.bg-webdeisgn2:before {
	background-image: url(../images/web-designbox2.webp)
}

.bg3.bg-webdeisgn3:before {
	background-image: url(../images/web-design/step-3.png)
}

.cta-ghost.bg-webdeisgn:before {
	background-image: url(../images/webdesign-seo-cta.webp)
}

.bg1.bg-illustration:before {
	background-image: url(../images/illustration-bg-1.webp)
}

.bg2.bg-illustration2:before {
	background-image: url(../images/Illustration-services/step\ 2.png);
	    margin-bottom: -25px;
}

.bg3.bg-illustration3:before {
	background-image: url(../images/Illustration-services/step\ 3.png)
}

.cta-ghost.bg-illustrationcta:before {
	background-image: url(../images/Illustration-services/professional-illustration.png)
}

.bg1.bg-articles:before {
	background-image: url(../images/articles-services/step\ 1.png)
}

.bg2.bg-articles2:before {
	background-image: url(../images/articles-services/step\ 2.png)
}

.bg3.bg-articles3:before {
	background-image: url(../images/articles-services/step\ 3.png)
}

.cta-ghost.bg-articlescta:before {
	background-image: url(../images/articalbox-cta.webp)
}

.bg1.bg-printing:before {
	background-image: url(../images/book-printing/step-1.png)
}

.bg2.bg-printing2:before {
	background-image: url(../images/book-printing/step-2.png)
}

.bg3.bg-printing3:before {
	background-image: url(../images/book-printing/step-3.png)
}

.cta-ghost.bg-printingcta:before {
	background-image: url(../images/bookprintingcta1.webp)
}

.bg1.bg-blogwriting:before {
	background-image: url(../images/blog-writing/step\ 1.png)
}

.bg2.bg-blogwriting2:before {
	background-image: url(../images/blog-writing/step\ 2.png)
}

.bg3.bg-blogwriting3:before {
	background-image: url(../images/blog-writing/step\ 3.png)
}

.cta-ghost.bg-blogwritingcta:before {
	background-image: url(../images/blogwriting-servicescta.webp)
}

.bg1.bg-contentswriting:before {
	background-image: url(../images/web-content/step\ 1.png)
}

.bg2.bg-contentswriting2:before {
	background-image: url(../images/web-content/step\ 2.png)
}

.bg3.bg-contentswriting3:before {
	background-image: url(../images/web-content/step\ 3.png)
}

.cta-ghost.bg-blogcontentswritingcta:before {
	background-image: url(../images/web-contentctabox.webp)
}

.bg1.bg8:before {
	background-image: url(../images/book-marketing/step-1.png)
}

.bg2 {
	/* position: relative; */
	/* overflow: hidden; */
	background-color: #BE0A2F !important;
}

.bg11:before {
	background-image: url(../images/book-publishing/step-1.png)
}

.bg11:hover::before {
    transform: scale(1.1);
}


.bg11:before {
    background-repeat: no-repeat;
    background-position: right bottom;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    right: 0;
    background-size: 100%;
    background-color: #0b3764;
    border-radius: 20px;
}

.bg12:before {
	background-image: url(../images/audiobook/step-1.png)
}

.bg12:before {
    background-repeat: no-repeat;
    background-position: right bottom;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    right: 0;
    background-size: 100%;
    background-color: #0b3764;
    border-radius: 20px;
}

.bg23:before {
	background-image: url(../images/audiobook/step-2.png) !important;
}

.bg23:before {
    background-repeat: no-repeat;
    background-position: right bottom;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    right: 0;
    background-size: 100%;
    background-color: #BE0A2F;
    border-radius: 20px;
}

.bg24:before {
	background-image: url(../images/book-editing/step-1.png);
}

.bg24:before {
    background-repeat: no-repeat;
    background-position: right bottom;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    right: 0;
    background-size: 100%;
    background-color: #0b3764;
    border-radius: 20px;
}

.bg25:before {
	background-image: url(../images/web-design/step-2.png) !important;
}

.bg25:before {
    background-repeat: no-repeat;
    background-position: right bottom;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    right: 0;
    background-size: 100%;
    background-color: #BE0A2F;
    border-radius: 20px;
}

.bg26:before {
	background-image: url(../images/Illustration-services/step\ 1.png) !important;
}

.bg26:before {
    background-repeat: no-repeat;
    background-position: right bottom;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    right: 0;
    background-size: 100%;
    background-color: #0b3764;
    border-radius: 20px;
}

.bg27:before {
	background-image: url(../images/video-trailer/step-2.png) !important;
}

.bg27:before {
    background-repeat: no-repeat;
    background-position: right bottom;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 30px;
    right: 0px;
    background-size: 100%;
    background-color: #BE0A2F;
    border-radius: 20px;
}

.bg2:before {
	background-image: url(../images/Book-writing/Step-02.png)
}

.bg2.bg5:before {
	background-image: url(../images/book-publishing/step-2.png) !important
}

.bg2.bg11:before {
	background-image: url(../images/bg-11.webp) !important
}

.bg2.bg5 {
	background: #141419
}

.bg2.bg-4:before,
.bg3.bg-32:before,
.bg3:before {
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 100%;
	right: 0;
	background-size: 100%;
	width: 100%;
	content: "";
	position: absolute;
	bottom: 0
}

.bg3:before {
	background-image: url(../images/Book-writing/Step-03.png)
}

.bg2 h3,
.bg2 h4 {
	color: #fff;
	z-index: 1
}

.bg2.bg-4:before {
	background-image: url(../images/book-editing/step-2.png)
}

.bg3.bg-twlv:before {
	background-image: url(../images/audiobook/step-3.png) !important
}

.bg3.bg-32:before {
	background-image: url(../images/book-editing/step-3.png)
}

.bg3.bg7:before {
	background-image: url(../images/book-publishing/step-3.png)
}

.bg2.bg9:before {
	background-image: url(../images/book-marketing/step-2.png) !important
}

.bg3.bg10:before {
	background-image: url(../images/book-marketing/step-3.png)
}

.process-style-content h3 {
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;
	color: white;
	position: relative
}

.vertical-align-box {
	align-items: center !important;
	flex-direction: column !important;
	display: flex !important
}

.w-96 {
	width: 96%
}

.my-process-box-inner::after {
	background: #000;
	background: transparent;
	height: 70%;
	position: absolute;
	width: 100%;
	bottom: 0;
	content: "";
	left: 0;
	z-index: 0
}

.w-20-c
{
    width: 23%;
    /* display: none; */
}

/* section#our-process-section {
    display: none;
} */

.w-20-c:first-child {
	margin-left: 0
}

.w-20-c:nth-child(4) {
	margin-right: 0 !important
}

.justify-content-around-c {
	justify-content: space-around !important
}

.hzoom,
.hzoomone {
	transition: .5s
}

.hzoom:hover .my-process-box-inner::before,
.hzoomone:hover img,
.mybox-services-main:hover .content-services::after {
	transform: scale(1.1) !important;
	transition: .5s
}

.border-radius-33 {
	border-radius: 33px
}

.cta-bg {
    background: #eaeaea;
    background: #0b3764;
    padding: 80px;
}

.uppercase {
	text-transform: uppercase;
	color: white;
}

.custom-ul li {
	font-weight: 500;
	padding-bottom: 8px;
	text-transform: capitalize;
}

.h-hun-custom,
.position-relative.custom-rr {
	height: 100%
}

.flex-align-items-stretch {
	align-items: stretch !important;
	display: flex
}.owl-carousel-c .item {
}

.cta-ghost:before,
.cta-one:before {
	background-repeat: no-repeat;
	background-position: right;
	right: 0;
	content: ""
}

.custom-slider {
	width: 50%;
	margin: 0 auto
}

.owl-carousel-center .owl-dots {
	display: flex !important;
	justify-content: center;
	margin-top: 20px;
	padding: 0;
	margin-bottom: 20px
}

.owl-carousel-center .owl-dot {
	width: 10px;
	height: 10px;
	background-color: #ccc;
	margin: 0 5px;
	border-radius: 50%;
	transition: background-color .3s, transform .3s
}

.owl-carousel-center .owl-dot:hover {
	transform: scale(1.2);
	background-color: tomato
}

.owl-carousel-center .owl-dots button {
	background: #f9f9f9 !important;
	width: 10px;
	height: 10px
}

.owl-carousel-center .owl-dot.active {
	background: #b1b0b0 !important;
	width: 10px;
	height: 10px
}

.owl-carousel-center.owl-theme .owl-dots .owl-dot span {
	margin: 0 !important
}

.owl-carousel-center .owl-dots {
	margin-top: 50px !important;
}



.tabscustom ul.nav {
	margin: 0 auto;
	justify-content: center
}

.tabscustom button.active {
	background: #0E4173 !important;
	border-radius: 50px
}

.tabscustom button {
    color: #BE0A2F;
    font-weight: 700;
    text-transform: uppercase;
}


.w-50-custom {
	width: 50%
}

.f-bottom p a, section.portfolio-slider h5 {
    color: #000;
    font-weight: 400;
}
.testimonials-content p {
	padding: 30px 0;
	margin-bottom: 0;
	font-size: 16px
}

.testimonials-content p.text-dark {
	padding: 0
}

.mycustomctanew p {
    line-height: 1.5;
    font-size: 19px;
    text-transform: uppercase;
    /* line-height: 40px; */
    font-weight: 500;
    padding-right: 40px;
    color: white;
}
.btnflex a.web-black-btn {
	margin-right: 20px
}

.cta-one:before {
    background-image: url(../images/services/vision.png);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    bottom: -36px;
}

.mycount {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%
}

.cta-bg div,
.cta-one div,
.modal-body,
.mybox-services-main .content-services {
	position: relative;
	z-index: 1
}

.timeday {
	padding: 44px 30px 28px;
	background: #ffffff57;
	margin: 10px;
	backdrop-filter: blur(2px);
	border-radius: 20px;
	border: 2px solid #fff;
	width: 28%
}

.cta-ghost:before,
.position-image-custom-ab {
	position: absolute;
	bottom: 0;
	background-size: contain
}

.timeday span:first-child {
	color: #000;
	font-size: 80px;
	display: block;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 30px
}

.timeday span:nth-child(2) {
	color: #000;
	font-weight: 700;
	font-size: 24px;
	margin-top: 22px !important;
	display: block
}

.btn-blockss a,
.force-overflow ul {
	display: inline-block
}

.boxes-bottom-section h2 {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	padding: 30px 0;
}

.bg-gray-dark {
	background: #0b3764 !important;
}

.box-one-service-bottom img.mb-20s {
	margin-bottom: 30px
}

.box-one-service-bottom {
	padding: 30px;
	border-radius: 30px
}

.imgright {
	text-align: right;
	margin-top: 10px
}

.box-one-service-bottom h6,
.customtextabouts h4 {
	font-size: 28px
}

.box-one-service-bottom p {
	width: 100%;
	margin-top: 10px;
	color: white;
	font-size: 18px
}

.myheading-custom p.my-bigp {
	font-size: 30px;
	line-height: 40px;
	color: black;
}

.myheading-custom p {
	font-size: 17px;
	line-height: 25px;
	margin-bottom: 20px;
	margin-top: 12px
}

.form-style input {
	height: 45px;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-radius: 0;
	border-color: #6d6d6d
}

button.web-blue-btn:hover {
	color: #0E4173;
	border: 1px solid #0E4173;
	background-color: transparent
}

.form-style button {
	margin-top: 22px
}

.footer-content p {
	padding: 8px 0;
	font-size: 14px;
	color: #000
}

.footer-content a {
	color: #000;
	margin-bottom: 10px;
	font-size: 14px
}

.customulfooter ul li a {
	font-size: 14px;
	color: #000;
	padding: 0 0 14px;
	display: block;
	text-decoration: none;
	line-height: 18px
}

.customulfooter.footer-content p {
	margin-top: 0;
	padding-top: 0
}

.customulfooter.footer-content a {
	margin-bottom: 10px !important;
	display: block
}

.f-bottom {
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #e8e8e8;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
}

.customulfooter.footer-content p,
.hbanner h1,
section.banner.banner-inner.custom-padding {
	padding-bottom: 0
}

.padding-left-customs-desktop {
	padding: 0 0 0 50px
}

.bannerh1 h1 {
	padding: 20px 0 0px 0;
}

.boxes-bottom-section p.text-center.mb-5 {
	font-size: 20px
}

.custom-ul.ctaul ul li:after {
	content: "";
	display: block;
	position: absolute;
	width: 5px;
	height: 5px;
	left: 0;
	background: #fff;
	border-radius: 50px;
	top: 8px
}

.custom-ul.ctaul li {
	padding: 0 26px 8px 25px
}

.cta-ghost:before {
	background-image: url(../images/ghost-writing-image-left.webp);
	width: 100%;
	height: 100%;
	display: block
}

.cta-ghost.bg-editing:before {
	background-image: url(../images/book-editing-bgcta.webp)
}

.cta-ghost.bg-publishing:before {
	background-image: url(../images/book-publishing.webp);
	background-color: #0b3764 !important;
}

.cta-ghost.bg-abouts:before {
	background-image: url(../images/onal-image.png)
}

.cta-ghost.bg-audio:before {
	background-image: url(../images/bg-audio4.webp)
}

.cta-ghost.bg-designbook:before {
	background-image: url(../images/bookdesigncta1.webp)
}

.cta-ghost.bg-video:before {
	background-image: url(../images/video-services-cta.webp)
}

.lastsecabout h2,
.myaboutprocess h2,
.services-inner-banner-style h1 {
	font-size: 40px;
	line-height: 40px
}

.services-inner-banner-style p.main-para {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 18px 0 20px;
    color: black;
}

.services-inner-banner-style .custom-ul.ctaul ul li:after {
    width: 8px;
    height: 8px;
    top: 8px;
    background: black;
}

.services-inner-banner-style li {
	font-size: 15px
}

.custom-flex-banner {
	display: flex;
	margin-bottom: 20px;
	margin-top: 5px;
	align-items: center
}

.imagetrustd-text {
	margin-left: 10px
}

.imagetrustd-text p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 0;
	color: #000
}

.bg-banner-inner-service-img img {
	width: 70%
}

.bg-banner-inner-service-img {
	text-align: right;
	position: absolute;
	right: 0;
	top: 48%;
	transform: translateY(-52%)
}

.position-relative-customs .container-wrapper {
	position: relative;
	z-index: 1;
	top: 48%;
	transform: translateY(-52%)
}

.flex-bottoms {
	justify-content: end;
	align-items: self-end !important;
	height: 100%
}

.cta-ghost p.my-pera {
	width: 83%;
	font-size: 20px;
	margin-bottom: 30px;
	margin-top: 15px
}

.morespace-cta {
	padding-top: 150px;
	padding-bottom: 150px
}

.morespace-cta.cta-ghost:before {
    background-image: url(../images/Book-writing/genres.png);
    background-color: #0b3764;
    border-radius: 25px;
}
section.banner.banner-inner {
	height: 100vh
}

.ourpricing {
	-webkit-box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .1);
	border-radius: 30px;
	padding: 0 30px;
	position: relative
}

.package {
	background: #0E4173;
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 200px;
	padding: 8px 30px;
	color: #fff;
	font-size: 18px;
	font-weight: 600
}

.button-bottom-price a:hover,
.form-box,
.ourpricing:hover .pricing-inner li:after {
	background: #fff
}

.ourpricing h3 {
	text-align: center;
	margin: 30px 0;
	font-size: 40px;
	font-weight: 700
}

.force-overflow ul {
	list-style: none;
	font-family: Inter, sans-serif;
	padding: 25px 25px 25px 30px;
	color: #fff
}

.force-overflow ul li {
	color: #000;
	position: relative;
	padding: 0 0 20px 25px;
	font-size: 17px
}

.scrollbar {
	height: 350px;
	overflow-y: scroll;
	margin-bottom: 25px;
	margin-right: -20px
}

.force-overflow {
	min-height: 200px
}

.style-4::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #f5f5f5;
	border-radius: 20px
}

.style-4::-webkit-scrollbar {
	width: 10px;
	background-color: #f5f5f5;
	border-radius: 20px
}

.style-4::-webkit-scrollbar-thumb {
	background-color: #0E4173;
	border: 2px solid #0E4173;
	border-radius: 20px
}

.force-overflow ul li:after {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	left: 0;
	top: 10px;
	background: #0E4173;
	border-radius: 40px
}

.pricing-inner {
	-webkit-box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .1);
	border-radius: 30px
}

.btmspace {
	padding-bottom: 50px
}

.button-bottom-price {
	position: absolute;
	bottom: -24px;
	left: 50%;
	transform: translateX(-50%)
}

.ourpricing:hover .pricing-inner {
	background: #0E4173;
	transition: .5s
}

.bx1 h6,
.bx1.bx3 h6,
.ourpricing:hover .pricing-inner li,
.services-box .row:first-child .col-lg-6:first-child .mybox-services-main h3,
.services-box .row:first-child .col-lg-6:first-child .mybox-services-main p,
.services-box .row:first-child .col-lg-6:nth-child(2) .mybox-services-main h3,
.services-box .row:first-child .col-lg-6:nth-child(2) .mybox-services-main p,
.services-box .row:nth-child(3) .col-lg-6:nth-child(2) .mybox-services-main h3,
.services-box .row:nth-child(3) .col-lg-6:nth-child(2) .mybox-services-main p {
	color: #fff;
}

.pricing-section {
	margin-bottom: 100px
}

#contact-popup .modal-body {
	display: flex;
	width: 100%;
	gap: 30px;
	padding: 50px 20px
}

#contact-popup .modal-header {
	position: absolute;
	width: 100%;
	z-index: 1;
	border: none
}

.boxpopupimage {
	position: absolute;
	bottom: 0;
	width: 100%
}

.modal-left-content img {
	border-radius: 10px;
	width: 100%
}

.modal-left-content {
	width: 55%
}

.modal-right-content {
	width: 45%;
	display: flex;
	align-items: center
}

.modal-right-content .form-box {
	padding: 0;
	width: 100%
}

.modal-content {
	border-radius: 20px;
	border: none;
	background: #eee !important
}

.modal-content .form-box .row {
	margin-bottom: 12px
}

#contact-popup button.close {
	position: absolute;
	right: -15px;
	background: #0E4173;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	color: #fff;
	opacity: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	box-shadow: none;
	top: -15px
}

#contact-popup button.close:focus {
	outline: 0
}

#contact-popup button.close img {
	max-width: 15px;
	filter: brightness(15) invert(1)
}

.form-box h3+p {
	margin-bottom: 24px
}

.form-box label {
	font-size: 15px;
	color: #000;
	font-weight: 700
}

.logo-popups img {
	width: auto;
	padding-left: 130px;
	padding-top: 21px;
	padding-bottom: 40px
}

.form-box h3 {
	font-size: 28px;
	color: #6d6d6d;
	line-height: 35px;
	margin-bottom: 20px;
	font-weight: 700
}

.form-box p.my-pform {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 11px;
	font-family: "Josefin Sans", serif
}

.form-box {
	-webkit-box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .1);
	border-radius: 30px;
	padding: 30px !important;
	margin: 0 30px 0 0
}

.form-box button.web-blue-btn {
	color: #fff;
	border: 1px solid #0E4173;
	background-color: #0E4173;
	display: inline-block;
	padding: 10px 40px 6px;
	text-decoration: none;
	font-weight: 500;
	font-family: "Josefin Sans", serif;
	font-size: 18px;
	text-transform: uppercase;
	border-radius: 50px;
	text-align: center;
	margin: 16px auto 0;
	width: 180px
}

.form-box input.form-control {
	height: 45px;
	border-color: #707070
}

.form-box input::placeholder {
	color: #6d6d6d;
	opacity: .5
}

.form-box textarea::placeholder {
	color: #6d6d6d;
	opacity: .5
}

.form-box textarea.form-control {
	border-color: #707070
}

.boxpopupimage {
	padding-left: 60px
}

.contactbanner h2 {
	font-size: 40px;
	line-height: 40px;
	width: 40%;
	margin: 0 auto;
	text-transform: uppercase;
	font-weight: 400
}

.contactbanner h1 {
	margin-bottom: 0;
	padding: 50px 0
}

.contactboxs {
	border: 1px solid transparent;
	padding: 40px 25px;
	border-radius: 30px;
	background-color: #0b3764;
	min-height: 202px;
	/* color: white !important; */
}



.contactboxs a,
.contactboxs p {
	font-size: 18px;
	color: white;
	text-transform: lowercase;
	text-decoration: none
}

.banner.contact-banner {
	background: #d9d9d9;
	background: white;
	height: 85vh;
	display: flex;
	align-items: center;
	padding-top: 0
}

p.captial-small {
	font-size: 18px;
	text-transform: uppercase !important
}

.my-nav .navbar ul li a:hover {
	/* color: #0E4173 !important */
	background-color: var(--bs-dropdown-link-hover-bg);
}

.chat-popup.open,
.d-none-mobile,
.d-none-mobiles,
.imgright,
.myaboutprocess a.process-box {
	display: block
}

.popupform form .mb-3:nth-child(4) input {
	height: 140px;
	top: 0
}

.boxes-bottom-section .col-lg-4 {
	height: initial !important;
	display: flex;
	justify-content: center
}

.boxes-bottom-section .row {
	display: flex;
	justify-content: space-between;
	height: 35vh !important
}

.my-nav .container.containersmall {
	width: 80%
}

.my-nav .container.containersmall .row {
	padding: 30px
}

.owl-carousel-banner .owl-item.active.center {
	transition: 1s;
	position: relative
}

.owl-carousel-banner .owl-item,
.owl-carousel-banner .owl-item img,
.owl-carousel-banner .owl-item.active-first,
.owl-carousel-banner .owl-item.active-fourth,
.owl-carousel-banner .owl-item.active-second,
.owl-carousel-banner .owl-item.active-third {
	transition: transform 1s
}

.owl-carousel-banner .owl-stage-outer {
	transition: transform .5s ease-in-out;
	padding: 45px 0
}

.owl-carousel-banner .owl-item.active-fourth,
.owl-carousel-banner .owl-item.active-second {
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
	transition: transform 1s
}

.owl-carousel-banner::before {
	background: url(../images/frame-books.webp) center/contain no-repeat;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	z-index: 2;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.owl-carousel-banner {
	padding: 32px 0;
	position: relative
}

.active-first {
	position: relative;
	left: -45px
}

.active-third {
	position: relative;
	right: -45px
}

.active-second {
	position: relative;
	left: 65px
}

.active-fourth {
	left: -65px;
	z-index: -1
}

.bx1 {
	background: #0b3764 !important;
	width: 100%;
	height: 100%;
	border-radius: 36px;
	text-decoration: none;
	color: #fff !important;
	margin: 0
}

.cflexs {
	display: flex;
	align-items: center
}

.customtextabouts {
	padding: 20px 40px
}

.customtextabouts p {
	width: 100%
}

.myaboutprocess .row {
	border: 1px solid transparent;
	border-radius: 40px
}

.myaboutprocess .row:hover,
a.process-box.bx1.bx2,
a.process-box.bx1.bx3 {
	border: 1px solid #cbcbcb
}

a.process-box.bx1.bx2 {
	background: #BE0A2F !important;
	width: 100%;
	height: 100%
}

.bx1.bx2 h6,
.services-box .row:nth-child(2) .col-lg-6:first-child .mybox-services-main h3,
.services-box .row:nth-child(2) .col-lg-6:first-child .mybox-services-main p,
.services-box .row:nth-child(2) .col-lg-6:nth-child(2) .mybox-services-main h3,
.services-box .row:nth-child(2) .col-lg-6:nth-child(2) .mybox-services-main p,
.services-box .row:nth-child(3) .col-lg-6:first-child .mybox-services-main h3,
.services-box .row:nth-child(3) .col-lg-6:first-child .mybox-services-main p {
	color: #fff;
}

a.process-box.bx1.bx3 {
	background: #0b3764 !important;
	width: 100% !important;
	height: 100% !important
}

.row.lastsecabout {
	border: 0;
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
	align-items: center;
	padding: 40px 10px
}

.row.lastsecabout p {
	font-size: 29px;
	line-height: 35px
}

section.services-box+section.custom-padding .custom-flex {
	align-items: center
}

.lastsecabout p {
	font-size: 18px !important;
	line-height: 28px !important
}

.owl-carousel-banner::after {
	background: center center #000;
	width: 20%;
	height: 90%;
	position: absolute;
	content: "";
	bottom: 0;
	border-radius: 40px;
	z-index: -1;
	left: 50%;
	top: 30px;
	transform: translateX(-50%)
}

.tab-pane {
	display: none;
	opacity: 0;
	transition: opacity .5s ease-in-out
}

.tab-pane.active {
	display: block;
	opacity: 1
}

.owl-carousel-center .owl-stage-outer {
	transition: .3s
}

.owl-carousel-center .owl-item {
	transition: transform .3s
}

.owl-carousel-banner .owl-item {
	box-shadow: 5px 5px 21px 0 rgba(0, 0, 0, .24);
	-webkit-box-shadow: 5px 5px 21px 0 rgba(0, 0, 0, .24);
	-moz-box-shadow: 5px 5px 21px 0 rgba(0, 0, 0, .24);
	opacity: 0
}

.owl-carousel-banner .owl-item.active {
	opacity: 1
}

.services-box .row:first-child .col-lg-6:first-child .mybox-services-main {
	background: #BE0A2F;
	width: 100%;
	height: 100% !important;
}

.services-box .row:first-child .col-lg-6:nth-child(2) .mybox-services-main {
	background: #0b3764;
	width: 100%;
	height: 100% !important;
}

.services-box .row:nth-child(2) .col-lg-6:first-child .mybox-services-main {
	background: #0b3764;
	/* background: url('../images/lightbluebg-background3.webp') 0 0/100% 100% no-repeat; */
	width: 100%;
	height: 100% !important;
}

.services-box .row:nth-child(2) .col-lg-6:nth-child(2) .mybox-services-main {
		background: #BE0A2F !important;
		/* background: url('../images/lightbluebg-background3.webp') 0 0/100% 100% no-repeat !important; */
		width: 100%;
		height: 100% !important;
}

.services-box .row:nth-child(3) .col-lg-6:first-child .mybox-services-main {
	background: #BE0A2F !important;
	/* background: url('../images/lightbluebg-background3.webp') !important; */
	width: 100%;
	height: 100% !important;
}

.services-box .row:nth-child(3) .col-lg-6:nth-child(2) .mybox-services-main {
		background: #0b3764 !important;
		/* background: url('../images/lightbluebg-background3.webp') !important; */
		width: 100%;
		height: 100% !important;
}

.bg-ctabottom .row {
    background: url(../images/services/ready-to-get.png) 0 0 / cover no-repeat;
    width: 100%;
    height: 35rem;
    padding: 20px 0;
    border-radius: 50px;
    margin-bottom: 30px;
    margin-top: 30px;
    background-size: 100% 100%;
}

.bg-ctabottom .myheading-custom h2 {
	color: #fff;
	font-size: 50px;
	text-transform: uppercase;
	margin-bottom: 0;
	line-height: 50px
}

.bg-ctabottom .myheading-custom p {
	font-size: 22px;
	color: #fff;
	font-weight: 500;
	margin: 0;
	padding: 10px 0
}

.bg-ctabottom .myheading-custom p.my-bigp {
	font-size: 33px !important;
	font-weight: 500;
	line-height: 42px;
	padding-top: 0
}

.bg-ctabottom .form-style {
	margin-top: 20px;
	text-align: left
}

.bg-ctabottom .form-style .btn {
	margin-bottom: 0;
	background: #fff;
	color: #000;
	width: 200px;
	margin-top: 10px
}

.bg-ctabottom .form-style input {
	height: 45px;
	background: 0 0;
	border: 1px solid #fff
}

.bg-ctabottom .form-style input::placeholder {
	color: #fff
}

.bg-ctabottom .form-style input,
.bg-ctabottom .iti--separate-dial-code .iti__selected-dial-code,
.cta-bg.custombluebg h4,
.cta-bg.custombluebg p,
.main-our-process-inner-section .bg1.bgcolorswap1 h3 {
	color: #fff
}

.bg-ctabottom .form-style span,
.main-our-process-inner-section .bg3 h3 {
	color: #fff !important
}

.bg-ctabottom .form-style .iti__arrow {
	border-top: 4px solid #fff !important
}

.cta-bg.custombluebg {
    background: #051d6d;
    background: #002768 !important;
}

.cta-bg.custombluebg a.web-blue-btn {
	background: #fff;
	color: #000
}

.cta-bg.custombluebg a.web-blue-btn:hover {
	background: 0 0;
	border-color: #fff;
	color: #fff
}

.testimonials+.main-our-cta-section .cta-bg {
	/* background: #b7e0ef !important; */
	background: #0b3764 !important;
}

.main-our-process-inner-section .bg1 {
	background: #eef3f4 !important;
	background: #0b3764 !important;
	/* color: white; */
}

.main-our-process-inner-section .bg1.bgcolorswap1,
.main-our-process-inner-section .bg3 {
	background: #ebf2fe !important;
	background: #0b3764 !important;
}

.main-our-process-inner-section .bg3.bgcolorswap2
 {
    background: #0b3764 !important;
    /* background: linear-gradient(0deg, #ebf2fe 0, #50a4dc 100%) !important; */
}



header.my-nav {
	position: relative !important;
	z-index: 2 !important
}

section.banner.contact-banner.pageterms.custom-padding {
    height: 100%;
    padding: 75px 16px 0px;
}
.testimonialsbox .testimonials-content.w-50-custom {
	width: 100%;
	border: 1px solid #f3f3f3;
	padding: 50px;
	background: #0b3764;
	min-height: 296px
}

.modal {
	z-index: 99999 !important
}

.modal-backdrop {
	z-index: 9999
}

.share a {
	margin: 0px 15px;
	display: inline-block;
	font-size: 20px;
}

.share {
	margin-top: 10px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {

	color: #312929 !important;
}

ul.navbar-nav .nav-link.show {
	color: #312c29 !important;
}


.padding-own-section {
	padding: 50px 0;
}

.content-new-style-update p {
	margin-bottom: 20px;
	margin-top: 20px;
}

.content-new-style-update p:last-child {
	margin-bottom: 0;
}

.my-box-new-update-style {
	background: #E8E8E8;
	padding: 55px;
	text-align: center;
	margin-bottom: 25px;
	height: 100%;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	border-radius: 30px;
}

.desktop-space-top {
	margin-top: 70px !important;
}

.contentboxupdate h3 {
	margin-bottom: 20px;
	margin-top: 20px;
}

.flex-heights {
	display: flex;
}

.flex-heights .col-lg-6 {
	display: flex;
	flex-direction: column;
	/* Flexbox ka direction vertical rakhta hai */
}

.my-box-new-update-style:hover {
	/*	background: rgb(2,2,2);
	background: linear-gradient(90deg, rgba(2,2,2,1) 0%, rgba(86,86,86,1) 100%);*/
	background-image: linear-gradient(to right top, #031d6d, #07298b, #0b36aa, #0c43ca, #0851ec);
	color: #fff;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
}

.my-box-new-update-style:hover img {
	filter: brightness(0) invert(1);

}

.my-box-new-update-style:hover h3 {
	color: #fff;

}

.my-box-new-update-style:hover p {
	color: #fff;

}

.contentboxupdate p {
	line-height: 28px;
}

.section-tabstyle {

	position: relative;
	background: #F5F5F7;
}


.backgroundimage-backs {
	position: absolute;
	right: 0;
	top: 0;
}

.new-sectionstylenew-update span.purpleclrs {
	color: #0E4173;
	font-size: 20px;
	margin-bottom: 20px;
	display: block;
	line-height: normal;
	margin-top: 50px;
}

.innertext-changes h4 {
	font-size: 30px;
	line-height: normal;
	margin: 30px 0 10px 0;
}

.new-sectionstylenew-update h3 {
	font-size: 50px;
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: normal;
}

.innertext-changes p {
	font-size: 15px;
}

.mt-100 {
	margin-top: 100px;
}

.mb-100 {
	margin-bottom: 100px;
}


.backgroundupdate {
	background: #b7e0ef !important;
	background: linear-gradient(93deg, #b7e0ef 0, #f0f3f4 100%) !important;
}

.sectioninnertwodesign {
	height: 100%;
}

.sectioninnertwodesign img {
	height: 100vh;
	width: 100%;
}

.content-tabstwos {
	background: rgb(4, 28, 108);
	background: linear-gradient(90deg, rgba(4, 28, 108, 1) 0%, rgba(10, 82, 239, 1) 100%);
	height: 100%;
	padding: 60px;
}

.content-tabstwos p {
	color: #fff;
	font-size: 18px;
	line-height: 30px;
}

.content-tabstwos h3 {
	color: #fff;
	margin-bottom: 10px;
}

.faqsbg {
	background: #F5F5F7;
}

.custom-accord .accordion-item {
	margin-bottom: 20px;
	border: 0;
	border-bottom: 3px solid #CFCFCF;
}

.custom-accord .accordion-button:not(.collapsed) {

	background: #6D6D6D;
	color: #fff;

}

.custom-accord .accordion-button {
	font-size: 25px;

}


.custom-accord .accordion-body {
	background: #6D6D6D;
	color: #fff;
	padding: 30px 40px;
	font-size: 18px
}

.custom-accord .accordion-button:focus {

	box-shadow: none !important;
}

.custom-accord .accordion-item .accordion-header .accordion-button {
	padding: 10px 40px;
	margin-bottom: 2px
}

.right-0padding .container-wrapper {
	padding-right: 0;
}


.bg-bgbacks {
	background: url(../images/bg-backgrounds-new.html);
	width: 100%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: right;

	height: 100%;
	position: relative;
}

.bg-bgbacks img {
	width: 80%;
	position: absolute;
	bottom: 0;
	z-index: 1;
}

.rightzz:before {
	position: absolute;
	content: "";
	display: block;
	bottom: 0;
	right: 0;
	background: url(../images/bottom-corner.html);
	width: 395px;
	height: 316px;
	background-size: cover;
	z-index: 2;
}

.bg-bgbacks:after {
	background: #6710f1;
	content: "";
	display: block;
	position: absolute;
	width: 30%;
	height: 30%;
	right: 0;
	bottom: 0;
	z-index: 0;
}


.custom-accord .accordion-button:not(.collapsed)::after {
	background-image: var(--bs-accordion-btn-active-icon);
	transform: var(--bs-accordion-btn-icon-transform);
	filter: brightness(0) invert(1);
}

@media (max-height:900px) and (max-width:1700px) {

	html body h1,
	html body h2 {
		font-size: 40px;
		line-height: 50px
	}

	.content-services h3 {
		font-size: 30px;
		line-height: 35px
	}

	.content-services p {
		font-size: 22px;
		line-height: 28px
	}

	.bannerh1 h1 {
		width: 70%
	}

	html body h1 {
		margin-bottom: 0 !important;
		padding-bottom: 0 !important
	}

	html body h2 {
		color: #000;
		font-weight: 600
	}

	.mycustomctanew p,
	html body h5 {
		font-size: 20px;
		line-height: 30px
	}

	.portfolio-slider .center-heading {
		padding-bottom: 30px !important
	}

	.tabscustom ul.nav li {
		font-size: 14px
	}

	.mycustomctanew h2 {
		font-size: 40px;
		line-height: 45px
	}
}

@media (max-width:1779px) {
	.process-box {
		padding: 20px 80px
	}

	.mycustomctanew h2 {
		font-size: 60px;
		line-height: 60px
	}
}

@media (max-height:900px) and (max-width:1652px) {
	.content-services p {
		line-height: 30px;
		font-size: 22px
	}

	.content-services h3 {
		font-size: 40px;
		line-height: 40px
	}

	.content-services a.web-blue-btn {
		font-size: 15px
	}

	.content-services {
		padding: 60px 15px 0
	}

	.trustbottombanner img {
		width: 60%
	}

	.bg-banner-inner-service-img img {
		width: 70%
	}
}

@media (max-height:900px) and (max-width:1500px) {
	.bg-ctabottom .myheading-custom h2 {
		font-size: 35px;
		line-height: 45px
	}

	.bg-ctabottom .myheading-custom p.my-bigp {
		font-size: 25px !important;
		font-weight: 500;
		line-height: 30px;
		padding-top: 0
	}

	.owl-carousel-banner::after {
		height: 70%
	}

	.owl-carousel-banner .owl-stage-outer {
		padding: 25px 0
	}

	section.banner+.mb-5.mt-5 .main-our-process-section h2 {
		font-size: 50px;
		color: #000;
		line-height: 50px
	}

	a.web-black-btn,
	a.web-blue-btn {
		font-size: 15px
	}

	.cta-bg {
		padding: 50px
	}

	.mycustomctanew h2 {
		font-size: 40px !important;
		color: #000;
		line-height: 50px;
		font-weight: 600;
		margin-bottom: 30px !important
	}

	.mycustomctanew p {
		font-size: 19px;
		text-transform: uppercase;
		line-height: 30px;
		font-weight: 500;
		padding-right: 40px
	}

	.boxes-bottom-section h2 {
		font-size: 40px;
		line-height: 40px
	}

	.timeday span:first-child {
		color: #000;
		font-size: 50px
	}

	.timeday span:nth-child(2) {
		color: #000;
		font-weight: 700;
		font-size: 18px;
		margin-top: 22px !important
	}

	.box-one-service-bottom h6 {
		font-size: 22px
	}

	.myheading-custom h2 {
		font-size: 40px;
		color: #000;
		line-height: 40px;
		font-weight: 600
	}

	.cta-ghost:before {
		background-size: 50%;
		background-position: bottom right
	}

	.ctastyles-new h4 {
		font-size: 30px !important;
		line-height: 40px;
		margin-bottom: 25px !important
	}

	.custom-ul.ctaul ul li {
		font-size: 15px;
		padding-right: 0
	}

	.mb-custom-ul {
		margin-bottom: 25px
	}
}

@media (max-height:900px) and (max-width:1460px) {
	.my-nav .navbar li.nav-item {
		padding: 0 8px
	}
}

@media (max-height:900px) and (max-width:1400px) {
	.bg-ctabottom .row {
		padding: 50px 0
	}

	.bg-banner-inner-service-img img {
		width: 65%
	}

	.container-wrapper {
		padding: 0 50px
	}

	.contactboxs a {
		font-size: 15px
	}
}

@media (max-height:900px) {
	.boxes-bottom-section .row {
		display: flex;
		justify-content: space-between;
		height: 40vh !important
	}
}

@media (max-height:750px) {
	.boxes-bottom-section .row {
		display: flex;
		justify-content: space-between;
		height: 45vh !important
	}
}

@media (max-height:900px) and (max-width:1374px) {
	.owl-carousel-banner .owl-stage-outer {
		padding: 20px 0
	}

	.contactboxs a,
	.contactboxs p {
		font-size: 15px
	}

	.contactboxs {
		padding: 40px 15px
	}

	.content-services h3 br {
		display: none
	}

	.content-services h3 {
		font-size: 26px;
		line-height: 30px
	}
}

@media (max-height:900px) and (max-width:1270px) {
	.services-inner-banner-style h1 {
		font-size: 35px;
		line-height: 40px
	}

	.services-inner-banner-style p.main-para {
		font-size: 14px
	}

	.custom-ul.ctaul ul li {
		font-size: 14px;
		padding-right: 0
	}

	.bg-banner-inner-service-img img {
		width: 60%
	}

	.my-nav .navbar li.nav-item {
		padding: 0 4px;
		font-size: 13px
	}
}

@media (max-height:900px) and (max-width:1170px) {
	.bg-banner-inner-service-img img {
		width: 50%
	}
}

@media (max-width:1070px) {
	.my-nav .navbar li.nav-item {
		padding: 0 2px
	}

	.footer-content a,
	.footer-content p {
		font-size: 15px
	}

	.customulfooter ul li a {
		font-size: 15px;
		color: #000;
		padding: 0 0 10px
	}
}

@media (max-height:900px) and (max-width:1036px) {
	.content-services p {
		line-height: 27px;
		font-size: 20px
	}

	.my-nav .navbar li.nav-item {
		padding: 0;
		font-size: 13px
	}
}

@media (max-width:1500px) {
	.testimonials-content p {
		padding: 10px 0
	}

	.process-style-content h3,
	.process-style-content h4 {
		font-size: 20px;
		line-height: 25px
	}

	.process-box {
		padding: 20px
	}

	.process-box h6 {
		font-size: 15px
	}
}

@media (max-width:1507px) {
	.bannerh1 h1 {
		width: 60%
	}

	.hbanner h1 {
		width: 100%
	}
}

@media (max-width:1260px) {
	.bannerh1 h1 {
		width: 80%;
		font-size: 40px;
		line-height: 40px
	}

	.owl-carousel-banner .owl-stage-outer {
		padding: 15px 0
	}

	.hbanner h1 {
		margin-bottom: 0;
		padding-bottom: 0
	}

	.owl-carousel-banner::before {
		width: 470px
	}
}

@media (max-width:1200px) {
	.process-box h6 {
		font-size: 12px;
		line-height: 12px
	}

	.modal-lg,
	.modal-xl {
		--bs-modal-width: 90% !important
	}

	.form-box h3 {
		font-size: 22px;
		line-height: 28px
	}

	.form-box p.my-pform {
		margin-bottom: 8px
	}
}

@media (max-width:1180px) {

	.mycustomctanew a.web-black-btn,
	.mycustomctanew a.web-blue-btn {
		font-size: 11px !important;
		line-height: 20px
	}

	section.services-box+section.custom-padding .custom-flex .btnflex a {
		font-size: 12px
	}

	.owl-carousel-banner .owl-stage-outer {
		padding: 8px 0
	}
}

@media (max-width:1024px) {

	.footer-content a,
	.form-box h3 {
		margin-bottom: 10px
	}

	.form-box h3 {
		font-size: 18px;
		line-height: 25px
	}

	.process-style-content h3,
	.process-style-content h4 {
		font-size: 18px;
		line-height: 23px
	}

	.customulfooter ul li a,
	.footer-content a,
	.footer-content p {
		font-size: 15px;
		color: #000
	}

	.main-our-cta-section .col-lg-5.mycustomctanew {
		width: 100%
	}

	.cta-one:before {
		opacity: .3
	}
}

@media (max-width:1400px) {
	.container-wrapper {
		padding: 0 50px
	}

	.contactboxs a {
		font-size: 14px;
		text-transform: initial !important
	}

	.banner-contact-details .col-lg-4 .contactboxs p {
		font-size: 14px !important;
		text-transform: initial !important
	}

	.cta-one a.web-black-btn,
	a.web-blue-btn {
		font-size: 14px;
	}
}

@media (max-width:1346px) {
	.cta-one:before {
		opacity: .3;
	}

}

@media (max-width:991px) {
	.contentboxupdate h3 {
		margin-bottom: 0;
		margin-top: 0;
	}

	section.padding-own-section.faqsbg {
		padding: 0;
	}

	.bannerh1 h1,
	.container-wrapper h2,
	.ctastyles-new h4 {
		font-size: 25px;
	}

	.new-sectionstylenew-update h3 {
		font-size: 30px;
	}

	.custom-accord .accordion-item .accordion-header .accordion-button {
		padding: 20px 40px;
		margin-bottom: 2px;
		font-size: 20px;
	}

	.custom-accord .accordion-body {
		font-size: 15px;
	}

	.innertext-changes h4 {
		font-size: 20px;
	}

	.contentboxupdate h3 {
		font-size: 20px
	}

	.iconboxupdate img {
		width: 70px;
	}

	.sectioninnertwodesign {
		height: 100% !important;
	}

	.content-tabstwos {
		height: 100%;
	}

	.sectioninnertwodesign img {
		height: 100% !important;
	}

	.bg-bgbacks:after {
		display: none
	}

	.bg-bgbacks img {
		position: initial;
	}

	.right-0padding .container-wrapper {
		padding-right: 20px;
	}

	.share {
		margin-bottom: 20px;
	}

	.bannerh1 h1 {
		padding: 20px 0 0px 0;
	}

	.bg-ctabottom .form-style .btn,
	.center .item img,
	.myaboutprocess a.process-box {
		text-align: center;
		margin: 0 auto
	}

	.footer .col-lg-4.col-md-12.col-sm-12 h6.mb-20 {
		margin-top: 10px;
		margin-bottom: 10px
	}

	.banner-heights {
		height: 580px
	}

	.container-wrapper,
	.cpaddingabout,
	.my-nav .container {
		padding: 0 20px
	}

	.testimonialsbox .testimonials-content.w-50-custom {
		min-height: 100%
	}

	.bannerslider {
		margin-bottom: 50px
	}

	.bg-ctabottom .form-style .btn {
		background: #fff;
		color: #000;
		width: 200px;
		display: block;
		margin-top: 30px !important
	}

	.container-wrapper h2,
	.ctastyles-new,
	.my-inner-header2 .d-flex.btnflex.mt-4,
	.mycta-footerimg,
	.myheading-custom {
		text-align: center
	}

	.bg-ctabottom .row {
		width: initial !important
	}

	.bg-ctabottom .myheading-custom p.my-bigp {
		font-size: 18px !important;
		font-weight: 500;
		line-height: 25px;
		padding-top: 0
	}

	.bg-ctabottom .myheading-custom h2 {
		line-height: 34px;
		font-size: 30px !important
	}

	.owl-carousel-banner .owl-item img {
		width: 100%;
		height: auto;
		object-fit: cover
	}

	.cpaddingabout h1 {
		font-size: 23px !important;
		margin-bottom: 10px
	}

	.cpaddingabout p,
	.force-overflow ul li {
		font-size: 15px !important
	}

	.bg-abouts {
		margin-top: 50px
	}

	.customtextabouts {
		text-align: Center
	}

	.boxes-bottom-section .box-one-service-bottom p,
	.contactbanner h2,
	.customtextabouts p,
	.modal-right-content,
	.w-20-c,
	.w-50-custom {
		width: 100%
	}

	.row.lastsecabout p {
		font-size: 15px;
		line-height: 20px;
		text-align: center
	}

	.owl-item.active img {
		width: 50%;
		margin: 0 auto
	}

	.my-nav .navbar-nav .dropdown-menu,
	.one.d-blocks-mobiles {
		position: relative
	}

	.owl-carousel-mobile .owl-item img {
		width: 86%;
		position: relative;
		top: 50px
	}

	.one.d-blocks-mobiles::before {
		background: url(../images/frame-books.webp) center/cover no-repeat;
		width: 100%;
		height: 100%;
		display: block;
		content: "";
		z-index: 2;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%)
	}

	.center .item img,
	.cta-ghost p.my-pera,
	.my-nav .container.containersmall,
	.my-nav .vw-100,
	.w-96 {
		width: 100% !important
	}

	.process-style-content h4 {
		padding-right: 18px
	}

	a.dropdown-item {
		font-size: 12px;
		padding: 0 12px
	}

	.c-css-drop a {
		margin-bottom: 6px;
		font-size: 12px
	}

	.owl-carousel-banner::before {
		width: 100% !important;
		background: url(../images/frame-books2.webp);
		background-size: cover !important;
		background-repeat: no-repeat !important;
		max-width: 400px
	}

	.owl-carousel-banner .owl-item.active.center::after,
	.owl-carousel-banner::after {
		background: #000;
		position: absolute;
		content: "";
		z-index: -1;
		left: 50%;
		transform: translateX(-50%)
	}

	.owl-carousel-banner .owl-item {
		box-shadow: none !important;
		opacity: 0
	}

	.owl-carousel-banner .owl-item.active.center::after {
		width: 400px;
		height: 102%;
		display: block;
		padding: 40px;
		border-radius: 130px !important
	}

	.owl-carousel-banner .item img {
		padding: 35px 38px 0 !important;
		max-width: 400px
	}

	.owl-carousel-banner::after {
		width: 100%;
		height: 100%;
		bottom: 0;
		border-radius: 40px;
		max-width: 400px;
		display: none !important
	}

	.owl-carousel-banner,
	.owl-carousel-banner .owl-item .item {
		padding: 0 !important
	}

	.owl-carousel-banner .owl-item.active.center {
		opacity: 1 !important;
		-webkit-transform: initial !important;
		-ms-transform: initial !important;
		transform: initial !important
	}

	.custom-padding.hbanner {
		padding-bottom: 0 !important
	}

	.custom-flex-banner,
	.custom-flex.customflexoff,
	.d-blocks-mobiles,
	.d-none-desktop {
		display: block
	}

	.box-one-service-bottom br,
	.contactbanner img,
	.d-none-mobile,
	.d-none-mobiles,
	.modal-left-content,
	.services-inner-banner-style .custom-ul.ctaul li:after {
		display: none
	}

	.bg1.bg-articles:before,
	.bg1.bg-blogwriting:before,
	.bg1.bg-contentswriting:before,
	.bg1.bg-design:before,
	.bg1.bg-illustration:before,
	.bg1.bg-printing:before,
	.bg1.bg-video:before,
	.bg1.bg-webdeisgn:before,
	.bg1.bg8:before,
	.bg1:before,
	.bg2.bg-articles2:before,
	.bg2.bg-blogwriting2:before,
	.bg2.bg-contentswriting2:before,
	.bg2.bg-design2:before,
	.bg2.bg-illustration2:before,
	.bg2.bg-printing2:before,
	.bg2.bg-video2:before,
	.bg2.bg-webdeisgn2:before,
	.bg2.bg5:before,
	.bg2.bg9:before,
	.bg2:before,
	.bg3.bg-articles3:before,
	.bg3.bg-blogwriting3:before,
	.bg3.bg-contentswriting3:before,
	.bg3.bg-design3:before,
	.bg3.bg-illustration3:before,
	.bg3.bg-printing3:before,
	.bg3.bg-twlv:before,
	.bg3.bg-video3:before,
	.bg3.bg-webdeisgn3:before,
	.bg3.bg10:before,
	.bg3.bg7:before {
		background-size: contain
	}

	.col-lg-5.mycustomctanew.ccspace h2.uppercase.mb-5 {
		margin-bottom: 20px !important
	}

	.col-lg-5.mycustomctanew.ccspace h2.uppercase.mb-5+p,
	.logofooter+p,
	.services-inner-banner-style .custom-ul.ctaul {
		margin-bottom: 20px
	}

	.cta-bg {
		padding: 30px 20px
	}

	.contactboxs {
		padding: 15px;
		margin-bottom: 30px
	}

	.contactboxs img {
		width: 25px;
		margin-bottom: 15px
	}

	.contactbanner h1 {
		margin-bottom: 0;
		padding: 50px 20px 15px
	}

	.center-heading h5 {
		font-size: 15px;
		color: #000;
		line-height: 20px
	}

	.services-inner-banner-style h1 {
		font-size: 20px;
		line-height: 28px
	}

	.banner-image img,
	.bg-banner-inner-service-img img,
	.custom-slider img,
	.mybox-services-main .position-image img {
		width: 100%;
		height: 100%;
		object-fit: cover
	}

	.navbar-toggler-icon {
		background: url(../images/menu-ico.webp) 0 0/cover no-repeat !important;
		height: 25px;
		width: 25px
	}

	#contact-popup .modal-body,
	.navbar-toggler,
	.padding-left-customs-desktop {
		padding: 0
	}

	.my-nav ul.navbar-nav .nav-item .nav-link {
		padding: 1px 0
	}

	.my-nav ul.navbar-nav,
	.my-process-box-inner {
		margin-top: 20px
	}

	.cta-bg:before,
	.cta-one:before {
		opacity: .3
	}

	#contact-popup button.close {
		right: -10px;
		top: -10px;
		padding: 18px;
		width: 20px;
		height: 20px
	}

	.form-box h3 {
		font-size: 18px;
		line-height: 25px
	}

	.modal-right-content {
		text-align: center;
		display: initial !important
	}

	.form-box {
		margin-right: 0 !important
	}

	.footer .d-flex,
	.testimonialsbox .d-flex {
		display: block !important;
		text-align: center
	}

	.owl-carousel-center .owl-dot.active {
		width: 10px;
		height: 10px
	}

	.owl-carousel-center .owl-dots button {
		background: #f9f9f9 !important;
		width: 10px;
		height: 10px
	}

	.customulfooter.footer-content h6,
	.ourpricing.mb-0-mobile {
		margin-bottom: 0
	}

	.main-our-process-inner-section.mt-5 {
		margin-top: 20px !important
	}

	.button-bottom-price a.web-blue-btn,
	a.web-black-btn,
	a.web-blue-btn {
		font-size: 12px
	}

	.ourpricing h3 {
		margin: 20px 0 10px;
		font-size: 30px
	}

	.force-overflow ul li {
		line-height: 18px
	}

	.button-bottom-price {
		bottom: -20px
	}

	.custom-ul.ctaul ul li {
		text-align: left !important;
		padding-left: 20px
	}

	.custom-ul.ctaul ul li:after {
		position: absolute !important;
		content: "";
		display: block !important;
		width: 6px !important;
		height: 6px !important;
		left: 0 !important;
		background: #6d6d6d !important;
		border-radius: 50px !important;
		top: 10px !important
	}

	.ourpricing {
		margin-bottom: 70px
	}

	.force-overflow ul {
		padding: 25px
	}

	.mybox-services-main.moblileheights {
		height: 450px !important
	}

	.d-flex.btnflex.flex-bottoms {
		text-align: center;
		display: block !important;
		justify-content: center;
		margin: 0 auto;
		width: 100% !important;
		max-width: 100%
	}

	section.banner.banner-inner {
		height: initial !important
	}

	.position-relative-customs .container-wrapper {
		position: relative;
		z-index: 1;
		top: initial !important;
		transform: initial !important
	}

	.bg-banner-inner-service-img {
		margin-top: 20px;
		position: inherit;
		right: 0;
		top: inherit !important;
		transform: inherit;
		text-align: center
	}

	section.banner.custom-padding.position-relative-customs {
		padding-top: 0
	}

	.services-inner-banner-style {
		text-align: center;
		margin-top: 30px
	}

	.imagetrustd-text {
		margin-top: 14px;
		margin-left: 0
	}

	.trustbottombanner img {
		width: 280px
	}

	.f-bottom {
		padding: 15px 8px
	}

	.f-bottom p {
		font-size: 15px
	}

	.f-bottom p:nth-child(2) {
		font-size: 12px !important
	}

	.boxes-bottom-section .box-one-service-bottom {
		text-align: center;
		margin-bottom: 20px
	}

	.main-our-cta-section.mb-5 {
		margin-bottom: 0 !important;
		margin-top: 20px !important
	}

	.contactbanner h1,
	.mycustomctanew h2 {
		font-size: 25px !important
	}

	.mycustomctanew p {
		padding-right: 0 !important;
		margin-bottom: 30px
	}

	.d-flex.btnflex {
		display: initial !important
	}

	.d-flex.btnflex a {
		margin-right: 0
	}

	.cta-one div {
		position: relative;
		z-index: 1;
		text-align: center;
		justify-content: center
	}

	.footer-content p {
		font-size: 14px;
		color: #000
	}

	.customulfooter ul li a,
	.footer-content a {
		font-size: 14px
	}

	.bannerh1 h1,
	.container-wrapper h2,
	.ctastyles-new h4 {
		font-size: 20px !important;
		line-height: 25px
	}

	.testimonials .col-lg-4 {
		flex: 0 0 auto;
		width: 100%;
		margin-bottom: 20px
	}

	.vertical-align-box {
		align-items: initial !important;
		flex-direction: initial !important;
		display: block !important
	}

	.process-style-content {
		height: 250px
	}

	.bg2.bg-4:before,
	.bg3.bg-32:before {
		background-size: contain !important
	}

	.bg2:before {
		background-image: url(../images/mobile-use.webp)
	}

	.bg3:before {
		background-size: CONTAIN
	}

	.my-process-box-inner::before {
		opacity: .5
	}

	.content-services a.web-blue-btn {
		font-size: 12px;
		padding: 10px 25px 6px
	}

	a.web-black-btn,
	a.web-blue-btn,
	input.web-blue-btn {
		padding: 10px 25px 6px;
		margin-bottom: 10px
	}

	.banner .d-flex.btnflex {
		margin-bottom: 20px !important;
		display: block !important
	}

	.bannerh1 h1 {
		width: 100%
	}

	.content-services h3,
	html body h5 {
		font-size: 20px;
		line-height: 25px
	}

	.cta-ghost p.my-pera,
	.my-inner-header2+section.banner p.main-para {
		font-size: 17px
	}

	html body h5 {
		color: #000
	}

	.content-services p {
		line-height: 20px;
		font-size: 15px;
		margin: 10px 0 13px
	}

	.banner-image {
		min-width: 300px;
		height: 300px
	}

	.mybox-services-main .position-image {
		width: 100%;
		height: 250px;
		left: 0
	}

	.c-bg-centernew::after {
		background-size: cover
	}

	.custom-slider {
		height: 300px;
		width: 300px
	}

	.mycustomctanew p,
	.testimonials-content p {
		font-size: 15px;
		line-height: 24px;
		color: #000
	}

	.cta-one:before {
		opacity: .1
	}

	.box-one-service-bottom p,
	.boxes-bottom-section p.text-center.mb-5 {
		font-size: 15px;
		line-height: 24px
	}

	.box-one-service-bottom h6 {
		font-size: 20px
	}

	.myheading-custom p.my-bigp {
		font-size: 15px;
		line-height: 25px
	}

	input.web-blue-btn {
		padding: 6px 25px 3px;
		font-size: 14px
	}

	.logofooter+p {
		font-size: 11px;
		line-height: 15px
	}

	section.form-section.custom-padding .web-blue-btn {
		margin-top: 15px
	}

	.testimonials-content img {
		margin-bottom: 15px
	}

	.inner-logo,
	.inner-logo a {
		margin: 0 auto;
		text-align: center
	}

	.my-inner-header2 .d-flex.btnflex.mt-4 a {
		margin-bottom: 10px !important;
		display: inline-block
	}

	.inner-logo a {
		display: block;
		width: 100%
	}

	.inner-logo a img {
		text-align: center;
		margin: 0 auto 20px
	}
}

@media (max-width:767px) {

	.services-box .row:first-child .col-lg-6:first-child .mybox-services-main {
		height: 450px !important;
	}

	.services-box .row:first-child .col-lg-6:nth-child(2) .mybox-services-main {
		height: 450px !important;
	}

	.services-box .row:nth-child(2) .col-lg-6:first-child .mybox-services-main {
		height: 450px !important;
	}

	.services-box .row:nth-child(2) .col-lg-6:nth-child(2) .mybox-services-main {
		height: 450px !important;
	}

	.services-box .row:nth-child(3) .col-lg-6:first-child .mybox-services-main {
		height: 450px !important;
	}

	.services-box .row:nth-child(3) .col-lg-6:nth-child(2) .mybox-services-main {
		height: 450px !important;
	}

	.boxes-bottom-section .col-lg-4,
	.boxes-bottom-section .row {
		display: block !important;
		height: auto !important
	}

	.boxes-bottom-section .col-lg-4 {
		justify-content: center
	}

	.services-box .row.flex-align-items-stretch {
		margin-bottom: 0 !important
	}

	.mybox-services-main {
		display: block;
		margin-bottom: 20px;
		height: auto !important
	}
}

@media (max-width:576px) {
	.custom-flex {
		flex-wrap: wrap;
		width: 100% !important;
		display: block !important
	}

	.content-styles {
		padding: 0 20px
	}
}

@media (min-width:320px) and (max-width:480px) {
	.pos-rel-1 {
		display: block
	}
	.mobilehide{
		display: none;
	}
	.fs-14{
		font-size: 13px !important;
	}

	.rightzz:before {
		width: 185px;
		height: 136px;
	}

	.welcome {
    font-weight: 300;
    font-size: 29px;
    text-transform: uppercase !important;
    line-height: 1.3;
    color: black;
}

.f-bottom {
    
    margin-bottom: 53px;
    border-bottom: 1px solid #e8e8e8;
}

.bg-ctabottom .row {
    background: url(../images/services/ready-to-get.png) 0 0 / cover no-repeat;
    width: 100%;
    height: 35rem;
    padding: 20px 0;
    border-radius: 50px;
    margin-bottom: 30px;
    margin-top: 30px;
    background-size: cover;
}

.contactboxs {
    border: 1px solid transparent;
    padding: 40px 25px;
    border-radius: 30px;
    background-color: #0b3764;
    min-height: 120px;
    /* color: white !important; */
}

    .mycustomctanew h2 {
        font-size: 20px !important;
        color: #fff !important;
        line-height: 20px;
        font-weight: 600;
        margin-bottom: 30px !important;
    }

    .mycustomctanew p, .testimonials-content p {
        font-size: 15px;
        line-height: 24px;
        color: #fff !important;
    }

	a.scroll-up-sticky-bar svg {
		width: 10px !important;
		color: #fff !important;
		fill: #fff
	}

	a.scroll-up-sticky-bar {
		color: #fff !important;
		font-size: 14px;
		z-index: 9
	}

	.fixed-btm a,
	.fixed-list li a svg {
		font-size: 22px
	}

	.scroll-up-sticky-bar {
		padding: 10px 20px;
		background: #000;
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: fixed;
		bottom: 0;
		width: 100%
	}

	a.scroll-up-sticky-bar span {
		color: #fff !important
	}

	.fixed-btm {
		width: 100%;
		display: flex;
		align-self: center;
		justify-content: center;
		border: 0;
		writing-mode: initial;
		z-index: 9999;
		position: fixed;
		right: 0;
		bottom: 60px
	}

	.fixed-list {
		padding: 0;
		margin: 0;
		display: flex;
		gap: 15px
	}

	.fixed-list li {
		border-radius: 50px;
		width: 55px;
		height: 55px;
		display: flex;
		justify-content: center;
		align-items: center;
		list-style: none;
		margin: 2px 0;
		background-color: #000;
		padding: 0 12px;
		border: 0
	}

	.fixed-btm a {
		border-radius: 0;
		border: 0;
		color: #fff;
		text-decoration: none;
		padding: 12px 0;
		line-height: 1;
		font-weight: 500;
		text-align: center
	}

	.pos-rel-1 {
		position: relative;
		z-index: 99
	}

	.contactboxs a,
	.contactboxs p {
		font-size: 15px;
	}
}

.pos-rel-1 {
	position: relative;
	z-index: 99
}

@media (max-width:399px) {
	.banner-image {
		min-width: 280px;
		height: 300px
	}

	.bannerh1 h1,
	.ctastyles-new h4 {
		font-size: 17px !important
	}

	.services-inner-banner-style h1 {
		font-size: 22px;
		line-height: 25px
	}
}

.my-inner-header2 .d-flex.btnflex.mt-4 {
	margin-top: 0 !important;
	justify-content: end
}

.my-inner-header2 .d-flex.btnflex a {
	margin-bottom: 0 !important
}

.my-inner-header2 {
	position: relative;
	z-index: 9999;
	padding: 18px
}

.my-inner-header2+section.banner p.main-para {
	font-size: 18px
}

.customulfooter.footer-content {
	margin-top: 15px
}

ul.navbar-nav .nav-link.show {
	color: #312c29 !important;
}