@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,800&family=Ubuntu:wght@300;400;500;700&display=swap&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 1px;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-family: 'Hind', sans-serif;
	overflow-x: hidden;
}

.font {
	font-family: 'Hind', sans-serif;
	font-family: 'Open Sans', sans-serif;
	font-family: 'Ubuntu', sans-serif;
	font-family: 'Montserrat', sans-serif;
}
a:hover {
	text-decoration: none;
}

/**** HOME PAGE START ****/

header {
	position: absolute;
	padding: 0;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
}

.navbar-box {
	background-color: #fff;
	position: relative;
	padding: 0 10px;
	z-index: 5;
	display: flex;
	justify-content: space-between;
	border-radius: 12px;
}

.nav-list-box a {
	font-family: 'Ubuntu', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	color: #000000;
	padding: 0 9px;
	font-weight: 500;
	margin: 0;
}

.nav-list-box a:hover {
	text-decoration: none;
	color: #d81630;
}

.btn-qoute {
	border: 1px solid #c91039;
	padding: 5px 25px;
	margin: 0;
	text-transform: capitalize;
	color: #c91039;
	font-size: 16px;
	border-radius: 30px;
	font-weight: 600;
}

.btn-qoute:hover {
	color: #fff;
	background-image: linear-gradient(to right bottom, #ec1c24, #dc0038, #c90046, #b20050, #990056);
}

.banner-sec:before {
	content: '';
	background: url(../images/header-img-before.jpg);
	background-size: cover;
	background-position: 0 100%;
	background-repeat: no-repeat;
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
}

.banner-sec:after {
	content: '';
	background: url(../images/header-img-after.jpg);
	background-size: cover;
	background-position: 0 100%;
	background-repeat: no-repeat;
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.banner-content-box {
	position: relative;
	text-align: center;
	padding-top: 3%;
	padding-bottom: 35px;
}

.banner-content-box h1 {
	margin: 0;
	padding: 0;
	font-size: 48px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Ubuntu', sans-serif;
}

.ml10 {
	position: relative;
}

.ml10 .text-wrapper {
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.ml10 .letter {
	display: inline-block;
}

.banner-content-box p {
	font-size: 24px;
	color: #fff;
	margin: 0;
	line-height: 35px;
	padding: 7px 0 30px 0;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 100;
}

.banner-content-box a {
	font-size: 16px;
	color: #000;
	text-transform: capitalize;
	font-weight: 600;
	background-color: #fff;
	padding: 8px 40px;
	margin: 0;
	border-radius: 40px;
	font-family: 'Ubuntu', sans-serif;
}

.banner-content-box a:hover {
	background-color: #c91039;
	color: #fff;
	text-decoration: none;
}

.carousel-inner img {
	width: 452px;
	height: 277px;
	margin: 0 auto;
	display: table;
}

.lapimg {
	position: absolute;
	top: 34%;
	left: -4px;
	right: 0;
	max-width: 520px;
	margin: 0 auto;
	text-align: center;
}

.header-slider {
	position: relative;
	margin-bottom: 0;
	margin-top: 4px;
	height: 100%;
}

.header-slider .container {
	position: relative;
	z-index: 99;
}

.header-slider .carousel-control-prev-icon {
	background-image: url('../images/prev-img.png');
	height: 19px;
	width: 57px;
	transition: all 0.5s ease-in-out;
}

.header-slider .carousel-control-prev-icon:hover {
	transform: translateX(-10px);
}

.header-slider .carousel-control-next-icon {
	background-image: url('../images/next-img.png');
	height: 19px;
	width: 57px;
	transition: all 0.5s ease-in-out;
}

.header-slider .carousel-control-next-icon:hover {
	transform: translateX(10px);
}

.header-slider .carousel-control-next,
.header-slider .carousel-control-prev {
	position: absolute;
	top: 77%;
	bottom: auto;
	opacity: 1;
	height: 19px;
	width: 57px;
	transform: translateY(-50%);
	z-index: 3;
}

.header-slider .carousel-control-next {
	right: 15%;
}

.header-slider .carousel-control-prev {
	left: 15%;
}

.banner-sec>span::before {
	content: '';
	background-image: url('../images/cup-img-1.png');
	height: 167px;
	width: 183px;
	position: absolute;
	left: 60px;
	top: 210px;
	animation: zoominoutsinglefeatured 2s infinite;
}

.banner-sec>span::after {
	content: '';
	background-image: url('../images/cup-img-2.png');
	height: 302px;
	width: 305px;
	position: absolute;
	right: 0;
	top: 290px;
	animation: zoominoutsinglefeatured 2s infinite;
}

.header-slider .carousel-indicators {
	width: 50%;
	left: unset;
	right: 0;
	margin-right: 0;
	top: 0;
	margin-left: 0;
	display: block;
	height: 100%;
	list-style: none;
}

.carousel-indicators li,
.carousel-indicators li.active {
	width: 100%;
	height: 100%;
	background-color: transparent;
	margin: 0;
	right: 0;
	position: absolute;
	top: 0;
	left: auto;
	text-indent: 0;
	bottom: auto;
	border: 0;
	cursor: default;
}

.banner-sec {
	position: relative;
	height: auto;
	overflow: hidden;
	padding: 0;
	background-repeat: no-repeat;
    background-size: cover;
}

.carousel-indicators li:nth-child(1) {
	background-image: url('../images/indicator-img-1.png');
	height: 885px;
	width: 719px;
}
.carousel-indicators li:nth-child(2) {
	/* background-image: url('../images/indicator-img-2.png'); */

}
.carousel-indicators li:nth-child(3) {
	/* background-image: url('../images/indicator-img-3.png'); */
}
.carousel-indicators li:nth-child(4) {
	/* background-image: url('../images/indicator-img-4.png'); */
}
.header-slider .carousel {
	height: 100%;
	position: static;
}

.header-slider .carousel-item {
	padding: 43% 0px 0;
}

.header-slider .carousel-inner {
	padding-top: 0;
	position: relative;
	width: 73%;
	overflow: hidden;
	margin: 0 auto;
}

.contact-box {
	display: flex;
	align-items: center;
	padding-right: 30px;
}

.contact-box img {
	transition: all 0.5s ease-in-out;
}

.contact-box:hover img {
	transform: rotate(360deg);
}

.contact-box:last-child {
	padding-right: 0px;
}

.top-info-box {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 15px 0;
	position: relative;
	z-index: 5;
}

.contact-box:hover a {
	color: #ffcd00;
	text-decoration: none;
}

.contact-box a {
	color: #fff;
	font-size: 16px;
	margin: 0;
	padding: 0 0 0 8px;
	font-family: 'Open Sans', sans-serif;
}

section.services-sec {
	padding: 130px 0;
	position: relative;
}

.services-head-box {
	text-align: center;
	padding-bottom: 60px;
	z-index: 1;
	position: relative;
}

.services-head-box h4 {
	font-size: 42px;
	color: #151515;
	margin: 0;
	padding: 0 0 25px 0;
	font-weight: 600;
	font-family: 'Ubuntu', sans-serif;
	line-height: 50px;
}

.services-head-box p {
	font-size: 20px;
	color: #777777;
	line-height: 30px;
}

.serv-main-box {
	text-align: center;
	padding: 60px 10px 90px 10px;
	background-color: #fff;
}

.serv-main-box h5 {
	color: #151515;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	padding: 20px 0 15px 0;
	margin: 0;
}

.serv-main-box p {
	font-size: 15px;
	color: #777777;
	margin: 0;
	padding: 0;
	line-height: 23px;
}

.serv-main-box:hover img {
	transform: translateY(-10px);
}

.serv-main-box img {
	transition: all 0.5s ease-in-out;
}

.serv-content-box {
	border: 1px solid #ebebeb;
}

.service-slider .owl-carousel .owl-item img {
	width: unset;
	display: block;
	margin: 0 auto;
}

.service-slider {
	border: 1px solid #000;
}

.service-slider {
	border: 1px solid #ebebeb;
}

.service-slider .item {
	border-right: 1px solid #ebebeb;
}

.serv-main-box:hover {
	background-image: linear-gradient(to right bottom, #eb1b24, #dc0037, #c90045, #b4004e, #9c0254);
	-webkit-box-shadow: 0px 0px 46px -15px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 46px -15px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 46px -15px rgba(0, 0, 0, 0.75);
}

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

.serv-main-box:hover p {
	color: #fff;
}

.service-slider .owl-theme .owl-nav {
	margin-top: 0;
}

.service-slider button.owl-prev {
	position: absolute;
	left: -90px;
	top: 50%;
}

.service-slider button.owl-prev:hover {
	background-color: transparent !important;
}

.service-slider button.owl-prev:focus {
	outline: none;
}

.service-slider button.owl-next {
	position: absolute;
	right: -90px;
	;
	top: 50%;
}

.service-slider button.owl-next:hover {
	background-color: transparent !important;
}

.service-slider button.owl-next:focus {
	outline: none;
}

.column_lines {
	position: absolute;
	width: 98%;
	display: flex;
	height: 100%;
	top: 0;
	z-index: 1;
	left: 50%;
	margin: 0;
	transform: translateX(-50%);
}

.column {
	flex: 0 0 25%;
	max-width: 25%;
	border-left: 1px solid #ebebeb;
}

section.counter-sec {
	background-color: #000;
	padding: 70px 0;
	position: relative;
}

.counter-head-box h4 {
	margin: 0;
	padding: 0;
	font-size: 36px;
	color: #9e9e9e;
	text-transform: capitalize;
	font-family: 'Ubuntu', sans-serif;
	line-height: 42px;
}

.column:last-child {
	border-right: 1px solid #ebebeb;
}

.counter-box h6 {
	margin: 0;
	padding: 0;
	font-size: 48px;
	color: #fff;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
}

.counter-box p {
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 14px;
	color: #fff;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
}

.counter-box {
	text-align: center;
	padding: 0 17px;
}

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

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

.btn-portfolio {
	margin: 0;
	cursor: pointer;
	padding: 10px 30px;
	color: #fff !important;
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
	font-size: 17px;
	border-radius: 40px;
	border: 1px solid #ffff;
	position: relative;
	z-index: 1;
}

.btn-portfolio:hover {
	background-image: linear-gradient(to right bottom, #ec1c24, #dc0038, #c90046, #b20050, #990056);
	border: none;
}

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

.count i {
	font-size: 27px;
	color: #fff;
}

section.gallery-sec {
	border-top: 1px solid #ebebeb;
	padding-top: 120px;
}

.gallery-img-box img {
	height: 100%;
	object-fit: cover;
	width: 100%;
	transform: scale(1);
	transition: all .4s ease-in-out;
}

.gallery-img-box img:hover {
	transform: scale(1.3);
	transition: all .4s ease-in-out;
	filter: grayscale(100%);
}

.gallery-img-box {
	height: 100%;
	overflow: hidden;
}

section.process-sec {
	padding: 110px 0;
}

.process-head-box {
	text-align: center;
	padding-bottom: 70px;
}

.process-head-box p {
	font-family: 'Hind', sans-serif;
	font-size: 20px;
	color: #777777;
	font-weight: 400;
	line-height: 30px;
}

.process-head-box h4 {
	margin: 0;
	padding: 0 0 30px 0;
	font-size: 42px;
	font-weight: 700;
	text-transform: capitalize;
	font-family: 'Ubuntu', sans-serif;
}

.content .content-overlay {
	background-image: url('../images/process-bg.jpg');
	position: absolute;
	border: 10px solid #000;
	background-image: linear-gradient(to right bottom, #e4114f, #d40555, #c2015a, #b0055d, #9d0c5e);
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
	opacity: 0.9;
}

.content-image {
	width: 100%;
}

.content-details {
	position: absolute;
	text-align: center;
	padding: 0 40px;
	width: 100%;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
	top: 50%;
	left: 50%;
	opacity: 1;
}

.content-details h3 {
	color: #fff;
	text-transform: capitalize;
	font-size: 30px;
	padding: 10px 0 0 0;
}

.content-details p {
	color: #fff;
	font-size: 16px;
	line-height: 22px;
}

.fadeIn-bottom {
	top: 80%;
}

.fadeIn-top {
	top: 20%;
}

.fadeIn-left {
	left: 20%;
}

.fadeIn-right {
	left: 80%;
}

.hover-num-box h6 {
	font-size: 72px;
	color: #ffffff7d;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 600;
	position: absolute;
	left: 0;
}

.hover-num-box {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding-bottom: 30px;
}

.awards-head-box {
	text-align: center;
	padding-bottom: 40px;
}

.awards-head-box h4 {
	margin: 0;
	padding: 0;
	font-size: 42px;
	text-transform: capitalize;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	text-align: center;
}

.awards-img-box {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

section.awards-sec {
	padding-bottom: 120px;
}

section.pricing-main-sec {
	background-color: #f5f7fd;
	padding: 120px 0;
	position: relative;
}

.price-head-box h4 {
	margin: 0;
	padding: 0 0 30px 0;
	font-size: 42px;
	text-transform: capitalize;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
}

.price-head-box {
	text-align: center;
	padding-bottom: 60px;
}

.price-head-box p {
	font-family: 'Hind', sans-serif;
	font-size: 20px;
	color: #777777;
	font-weight: 400;
	line-height: 30px;
}

span.cht_clr {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	line-height: 20px;
}

.cht_clr small {
	font-size: 12px;
	display: flex;
	color: #fff;
	align-items: center;
	font-weight: 100;
}

.package-main-box {
	/* background-image: linear-gradient(to right bottom, #413e59, #3e3b53, #3b384d, #383648, #353342); */
	padding: 40px 20px;
	border-radius: 8px;
	background-image: linear-gradient(to right bottom, #da1530, #ce003d, #bf0047, #af004f, #9d0155);
	border: 1px solid transparent;
}

.packtitles {
	display: flex;
	align-items: center;
	position: relative;
	padding: 16px 0;
	border-top: 2px solid #e2e5ec;
	border-bottom: 2px solid #e2e5ec;
	margin: 20px 0;
}

.packtitles .fright {
	position: absolute;
	right: -20px;
	background-color: #000;
	text-align: center;
	padding: 4px 4px;
}

.packtitles .fright:before {
	position: absolute;
	z-index: 9;
	background-color: transparent;
	left: -18px;
	content: "";
	width: 0;
	height: 0;
	border-top: 25px solid transparent;
	border-bottom: 22px solid transparent;
	border-left: 18px solid #000;
	transform: rotate(180deg);
	top: 0px;
}

.packtitles .fright h4 {
	font-size: 16px;
	color: #fff;
	margin: 0;
	font-weight: 500;
}

.packtitles .fright h4 span.cutprice {
	text-decoration: line-through;
	display: block;
	font-size: 23px;
	color: #fff;
}

.package-pr h2 {
	font-size: 70px;
	color: #fff;
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
	padding-bottom: 0;
}


.fleft p {
	font-size: 15px;
	color: #fff;
}

.fleft h3 {
	font-size: 22px;
	color: #fff;
	font-weight: 500;
	font-family: 'Ubuntu', sans-serif;
	margin: 0;
	padding: 0 0 10px 0;
}

.package-content ul li {
	margin: 0;
	padding: 0 0 20px 30px;
	font-size: 15px;
	color: #fff;
	font-weight: 100;
	position: relative;
}

.package-content ul li:before {
	content: '';
	background-image: url('../images/tick-img.png');
	height: 11px;
	width: 16px;
	position: absolute;
	left: 0;
}

.package-content {
	padding-bottom: 20px;
	height: 310px;
	overflow: hidden;
}

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

.btn-order {
	font-size: 16.5px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	border: 1px solid #fff;
	padding: 12px 45px;
	border-radius: 40px;
}

span.cht_clr img {
	left: 7px;
	position: relative;
}

.package-slider-box .owl-carousel .owl-item img {
	width: unset !important;
}

.package-slider-box button.owl-prev {
	position: absolute;
	left: -110px;
	top: 50%;
}

.package-slider-box button.owl-next {
	position: absolute;
	top: 50%;
	right: -110px;
}

.package-main-box:hover {
	background-image: linear-gradient(to right bottom, #da1530, #ce003d, #bf0047, #af004f, #9d0155);
	background-color: #fff;
	background-image: none;
	border: 1px solid #c91039;
}

.package-main-box:hover .package-pr h2{
	color: #000;
}

.package-main-box:hover .fleft h3{
	color: #000;
}
.package-main-box:hover .fleft p{
	color: #000;
}
.package-main-box:hover .package-content ul li{
	color: #000;
}

.package-main-box:hover .package-content ul li:before{
	background-image: url('../images/tick-img-2.png');
}

.package-main-box:hover .view-det{
	color: #000;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: linear-gradient(to right bottom, #da1530, #ce003d, #bf0047, #af004f, #9d0155);
	font-weight: 600;
}
.package-main-box:hover .btn-order{
	color: #fff;
	border: 1px solid #c10046;
	background-image: linear-gradient(to right bottom, #da1530, #ce003d, #bf0047, #af004f, #9d0155);
}

.package-main-box:hover .cht_clr small{
	color: #000;
}

.package-main-box:hover span.cht_clr{
	color: #000;
}

.btn-view-pack {
	border: solid 3px transparent;
	background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #e40b4e, #990056);
	background-origin: border-box;
	background-clip: content-box, border-box;
	box-shadow: 2px 1000px 1px #fff inset;
	margin: 80px auto 0 auto;
	font-size: 18px;
	text-transform: capitalize;
	display: table;
	font-weight: 500;
	font-family: 'Ubuntu', sans-serif;
	padding: 10px 50px;
	border-radius: 40px;
}

.btn-view-pack:hover {
	background-image: linear-gradient(to right bottom, #da1530, #ce003d, #bf0047, #af004f, #9d0155);
	color: #fff;
	background-clip: unset;
	box-shadow: unset;
}

.pricing-main-sec::before {
	content: '';
	background-image: url('../images/package-before-img.png');
	height: 411px;
	width: 348px;
	position: absolute;
	top: -180px;
	right: 0;
}

.pricing-main-sec::after {
	content: '';
	background-image: url('../images/package-after-img.png');
	height: 412px;
	width: 356px;
	position: absolute;
	bottom: 0;
	left: 0;
}

section.creation-sec {
	padding: 110px 0;
	position: relative;
}

.creation-head h4 {
	margin: 0;
	padding: 0;
	font-size: 30px;
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	line-height: 35px;
}

.creation-head h4 span:nth-child(1) {
	color: #cb1138;
	font-weight: 600;
}

.creation-head h4 span:nth-child(3) {
	font-weight: 600;
}

.creation-head h4 span:nth-child(6) {
	font-weight: 600;
}

.creation-main-box {
	display: flex;
	align-items: center;
}

.creation-slider-box {
	width: 285px;
}

.creation-slider-box h4 {
	margin: 0;
	padding: 0 0 20px 0px;
	color: #151515;
	font-size: 22px;
	font-weight: 400;
	text-transform: capitalize;
	font-family: 'Ubuntu', sans-serif;
}

.creation-slider-box p {
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: #777777;
	line-height: 23px;
}

.creation-slider .owl-nav {
	text-align: left;
}

.testimonial-sec {
	background-image: url('../images/testimonial-banner.jpg');
	padding: 120px 0;
}

.test-head {
	text-align: center;
	padding-bottom: 80px;
}

.test-head h4 {
	font-size: 42px;
	color: #fff;
	margin: 0;
	padding: 0 0 10px 0;
}

.test-head p {
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #fff;
}

.test-profile-box {
	background-color: #fff;
	text-align: center;
	padding: 60px 0 90px 0;
	margin: 0 130px;
}

.test-profile-box h5 {
	margin: 0;
	padding: 20px 0 5px 0;
	font-size: 30px;
	font-weight: 600;
}

.test-profile-box h6 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #777777;
}

.test-profile-box p {
	margin: 0;
	padding: 30px 0 0 0;
	font-size: 16px;
	color: #777777;
	line-height: 23px;
}

.testimonial-slider .owl-carousel .owl-item img {
	width: unset !important;
	display: table;
	margin: 0 auto;
}

.testimonial-slider button.owl-prev {
	position: absolute;
	left: 0;
	top: 45%;
}

.testimonial-slider button.owl-next {
	position: absolute;
	right: 0;
	top: 45%;
}

.testimonial-slider .owl-theme .owl-dots .owl-dot {
	opacity: 0.2;
}

.testimonial-slider .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #cb1138;
	height: 13px;
	width: 13px;
}

.testimonial-slider .owl-theme .owl-dots .owl-dot.active {
	opacity: 1;
}

section.contact-us-sec {
	background-image: linear-gradient(to right bottom, #ec1c24, #dc0038, #c90046, #b20050, #990056);
	padding: 80px 0;
}

.contact-left-box h6 {
	margin: 0;
	padding: 0;
	color: #fff;
	text-transform: capitalize;
	font-size: 18px;
}

.contact-left-box h5 {
	font-size: 42px;
	color: #fff;
	margin: 0;
	padding: 20px 0 0 0;
	line-height: 45px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
}

.contact-left-box h6 {
	margin: 0;
	padding: 0;
	color: #fff;
	text-transform: capitalize;
	font-size: 18px;
}

.contact-right-box p {
	margin: 0;
	color: #fff;
	padding: 0;
	font-size: 18px;
	line-height: 28px;
}

.btn-ctn {
	margin: 30px 0 0 0;
	padding: 10px 40px;
	color: #000;
	font-family: 'Ubuntu', sans-serif;
	text-transform: capitalize;
	font-weight: 700;
	background-color: #fff;
	border: 2px solid #fff;
	border-radius: 40px;
}

footer {
	background-image: url('../images/footer-banner.jpg');
	padding: 75px 0;
	animation: animatedBackground 50s linear infinite;
	-moz-animation: animatedBackground 50s linear infinite;
	-webkit-animation: animatedBackground 50s linear infinite;
	-ms-animation: animatedBackground 50s linear infinite;
	-o-animation: animatedBackground 50s linear infinite;
}

.f-first-box p {
	margin: 0;
	padding: 30px 0 0 0;
	color: #fff;
	font-size: 15px;
	line-height: 25px;
	font-weight: 500;
}

.f-links-box h5 {
	margin: 0;
	padding: 0 0 20px 0;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	text-transform: capitalize;
}

.f-last-box h5 {
	margin: 0;
	padding: 0 0 20px 0;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	text-transform: capitalize;
}

.f-links-box ul li a {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #b6b6b6;
}

.f-links-box ul li {
	padding: 0 0 12px 15px;
	position: relative;
}

.f-last-box ul li {
	padding-bottom: 18px;
}

.f-last-box ul li a {
	color: #b6b6b6;
	font-size: 14px;
	line-height: 18px;
}

.social-links-box i {
	height: 40px;
	width: 40px;
	transition: all 0.5s ease-in-out;
	font-size: 18px;
	line-height: 38px;
	text-align: center;
	border-radius: 50%;
	border: 2px solid #8f8f8f;
	color: #8f8f8f;
	margin-right: 5px;
}

.social-links-box i:hover {
	background-image: linear-gradient(to right bottom, #ec1c24, #dc0038, #c90046, #b20050, #990056);
	color: #fff;
	border: 2px solid #fff;
	transform: rotate(360deg);
}

.f-first-box {
	margin-right: 40px;
}

.f-links-box ul li:before {
	content: '';
	background-image: url('../images/caret-right-img.png');
	height: 8px;
	width: 5px;
	position: absolute;
	left: 0;
	top: 4px;
}

.social-links-box {
	padding-top: 20px;
}

.copyright-sec {
	background-color: #000;
	padding: 30px 0;
}

.copyright-box p {
	font-size: 18px;
	color: #fff;
}

@keyframes animatedBackground {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -300px 0;
	}
}

@-moz-keyframes animatedBackground {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -300px 0;
	}
}

@-webkit-keyframes animatedBackground {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -300px 0;
	}
}

@-ms-keyframes animatedBackground {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -300px 0;
	}
}

@-o-keyframes animatedBackground {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -300px 0;
	}
}

.banner-sec:before:hover .banner-sec>span::before {
	left: 0;
}

@keyframes zoominoutsinglefeatured {
	0% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(1.05, 1.05);
	}
	100% {
		transform: scale(1, 1);
	}
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background-color: transparent;
}

button:focus {
	outline: none;
}

.btn-ctn:hover {
	color: #e7132b;
	border: 2px solid #e7132b;
}

.f-links-box ul li {
	padding: 0 0 12px 15px;
	position: relative;
}

.vertical {
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-ms-transform-origin: right top 0;
	-moz-transform-origin: right top 0;
	-webkit-transform-origin: right top 0;
	transform-origin: right top 0;
	font-family: 'Montserrat', sans-serif;
	right: 89%;
	color: #000;
	font-weight: bold;
	font-size: 120px;
	white-space: nowrap;
	cursor: vertical-text;
	position: absolute;
	display: block;
	height: auto;
}

.wrapv {
	z-index: 1;
	position: absolute;
	display: block;
	bottom: 40%;
	left: 0px;
	height: 100%;
	width: 10vw;
}

.vertical-two {
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-ms-transform-origin: right top 0;
	-moz-transform-origin: right top 0;
	-webkit-transform-origin: right top 0;
	transform-origin: right top 0;
	font-family: 'Montserrat', sans-serif;
	right: 89%;
	color: #df182c;
	font-weight: bold;
	font-size: 120px;
	white-space: nowrap;
	cursor: vertical-text;
	position: absolute;
	display: block;
	height: auto;
}

.wrapv-two {
	/* z-index: 99; */
	position: absolute;
	display: block;
	right: 0;
	height: 100%;
	width: 10vw;
	bottom: 78%;
}


/** SIDE NAV **/

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	background-image: url(../images/footer-banner.jpg);
	z-index: 5;
	top: 0;
	background-position: bottom;
	left: 0;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}

.sidenav a {
	padding: 15px 20px;
	text-decoration: none;
	font-size: 17px;
	color: #ffffff;
	text-transform: uppercase;
	display: block;
	transition: 0.3s;
	font-family: 'Ubuntu', sans-serif;
	border-bottom: 2px solid #b30050;
}

.sidenav a:hover {
	color: #f1f1f1;
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 33px;
	margin-left: 0;
	padding: 0 10px;
	border-bottom: none;
	background-color: #fff;
	color: #000;
}

.toggle-box i {
	height: 30px;
	width: 50px;
	background-image: linear-gradient(to right bottom, #ec1c24, #dc0038, #c90046, #b20050, #990056);
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	border-radius: 4px;
}


/**** HOME PAGE END ****/


/**** ABOUT PAGE START ****/

.about-banner-sec {
	background-image: url('../images/about-banner.jpg');
	height: 100vh;
	position: relative;
}

.banner-txt-box {
	padding-top: 14%;
}

.about-serv-sec .wrapv-two {
	bottom: 38%;
}

.about-serv-sec .wrapv {
	bottom: 15%;
}

.about-banner-sec:before {
	content: '';
	background-image: url('../images/about-banner-before-img.png');
	height: 455px;
	width: 737px;
	position: absolute;
	left: 0;
	top: 28%;
	/* animation: zoominoutsinglefeatured 2s infinite; */
}

.about-banner-sec:after {
	content: '';
	background-image: url('../images/about-banner-after-img.png');
	height: 497px;
	width: 496px;
	position: absolute;
	right: 0;
	top: 150px;
	z-index: 1;
	/* animation: zoominoutsinglefeatured 2s infinite; */
}

.banner-txt-box p {
	padding: 15px 0 30px 0;
}

.exper-sec {
	display: flex;
	z-index: 9999;
	position: relative;
}

.exper-content-box {
	width: 36%;
}

.exper-img-box img {
	max-width: 531px;
}

.exper-img-box {
	margin-left: 144px;
}

.exper-content-box h5 {
	font-size: 37px;
	margin: 0;
	padding: 0;
	color: #151515;
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
}

.exper-content-box h6 {
	margin: 0;
	padding: 40px 0;
	color: #df182c;
	font-size: 24px;
	font-family: 'Ubuntu', sans-serif;
}

.exper-content-box p {
	margin: 0;
	padding: 0;
	color: #777777;
	font-size: 16px;
	line-height: 23px;
}

.btn-lets {
	color: #151515;
	font-size: 18px;
	border: 2px solid #df182c;
	padding: 10px 60px;
	font-weight: 500;
	cursor: pointer;
	margin: 20px 0px 0px 2px;
	font-family: 'Ubuntu', sans-serif;
	border-radius: 40px;
}

.core-values-sec {
	background-color: #fff3f4;
	margin: 100px 12px 0 15px;
	padding: 100px 0;
}

.core-head-box {
	text-align: center;
	padding-bottom: 50px;
}

.core-head-box h4 {
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 42px;
	color: #151515;
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
}

.core-head-box p {
	margin: 0;
	padding: 0;
	font-size: 24px;
	color: #333333;
	font-family: 'Ubuntu', sans-serif;
}

.core-content-box p {
	color: #333333;
	font-size: 16px;
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 23px;
}

.core-content-box a {
	text-align: center;
	margin: 0 auto;
	font-weight: 500;
	display: table;
	font-size: 14px;
	cursor: pointer;
	color: #0c0c0c;
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
}

.core-content-box a:hover {
	color: #df182c !important;
}

.core-content-box {
	z-index: 2;
	position: relative;
}

.btn-lets:hover {
	background-image: linear-gradient(to right bottom, #ec1c24, #dc0038, #c90046, #b20050, #990056);
	color: #fff;
}

.core-values-sec .owl-carousel .owl-item img {
	width: unset;
	margin: 0 auto;
	display: table;
}

.about-creation-sec {
	border-top: 1px solid #ebebeb;
}


/**** ABOUT PAGE END ****/


/**** ANIMATION PAGE START ****/

.anim-banner-sec {
	background-image: url('../images/animation-banner.jpg');
}

.anim-banner-sec::before {
	display: none;
}

.anim-banner-sec::after {
	display: none;
}

.anim-banner-txt h6 {
	font-size: 25px;
	margin: 0;
	padding: 0;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 100;
}

.anim-banner-txt h5 {
	margin: 0;
	padding: 10px 0;
	font-size: 54px;
	color: #fff;
	font-weight: bold;
	font-family: 'Ubuntu', sans-serif;
	line-height: 65px;
	text-transform: capitalize;
}

.anim-banner-txt p {
	margin: 0;
	padding: 0 0 30px 0;
	font-size: 20px;
	color: #fff;
	font-weight: 100;
	line-height: 29px;
}

.banner-txt-box .container {
	z-index: 9999;
	position: relative;
}

.anim-banner-sec .banner-txt-box {
	padding-top: 18%;
}

.btn-request {
	margin: 0;
	padding: 8px 30px;
	color: #c91039;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Ubuntu', sans-serif;
	border-radius: 40px;
	background-color: #fff;
}

.btn-live {
    font-size: 16px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    background-image: linear-gradient(to right bottom, #ec1c24, #dc0038, #c90046, #b20050, #990056);
    border-radius: 40px;
    margin-left: 10px;
	padding: 8px 20px;
    border: 2px solid #fff;
}
.btn-live i {
    font-size: 21px;
    padding-right: 6px;
}
.btn-live:hover{
	color: #c91039 !important;
	background-color: #fff;
	background-image: none;
}


.btn-live:hover i{
	color: #c91039;
}

.btn-live img {
	padding: 0 7px 0 0px;
}

.btn-request:hover {
	background-image: linear-gradient(to right bottom, #ec1c24, #dc0038, #c90046, #b20050, #990056);
	color: #fff;
}

.btn-live:hover {
	color: #000;
}

.anim-serv-box img {
	transition: all 0.5s ease-in-out;
	height: 100px;
	object-fit: cover;
}

.anim-serv-box {
	height: 450px;
}

.features-sec {
	background-color: #f8f8f8;
	padding: 70px 0;
	position: relative;
	z-index: 1;
	margin-top: 90px;
}

.feat-head-box {
	text-align: center;
	padding-bottom: 50px;
}

.feat-head-box h4 {
	margin: 0;
	padding: 0;
	font-size: 42px;
	font-weight: bold;
	text-transform: capitalize;
	color: #151515;
	font-family: 'Ubuntu', sans-serif;
}

.anim-services-sec .wrapv {
	bottom: 23%;
}

.anim-services-sec .wrapv-two {
	bottom: 43%;
}

.features-box h6 {
	margin: 0;
	text-transform: uppercase;
	padding: 25px 0 15px 0;
	font-size: 17px;
	color: #151515;
	font-weight: bold;
}

.features-box p {
	margin: 0;
	padding: 0;
	color: #777777;
	font-size: 15px;
	line-height: 24px;
}

.features-box {
	text-align: center;
	padding: 0 30px;
}

.features-sec .owl-carousel .owl-item img {
	width: unset;
}

.features-img-box img {
	margin: 0 auto;
	padding-top: 30px;
	transition: all 0.5s ease-in-out;
}

.features-img-box {
	background-color: #fff;
	height: 120px;
	width: 120px;
	margin: 0 auto;
	border-radius: 50%;
	border: 1px solid #d3d3d3;
}

.features-img-box:hover {
	background-image: linear-gradient(to right bottom, #ec1c24, #dc0038, #c90046, #b20050, #990056);
}

.features-img-box:hover img {
	transform: scale(0.9);
}

.features-box::after {
	content: '';
	background-image: url('../images/border-right-img.png');
	height: 284px;
	width: 1px;
	position: absolute;
	right: 0;
	top: 0;
}

.feature-slider-box .owl-carousel .owl-stage-outer .owl-stage {
	position: relative;
}

.feature-slider-box .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #cb1138;
	height: 13px;
	width: 13px;
}

.feature-slider-box .owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 40px;
}

.anim-services-sec {
	padding-bottom: 0 !important;
}

.second-contact-sec {
	background-image: url('../images/contact-2-banner.jpg');
	padding: 60px 0;
	position: relative;
	z-index: 1;
}

.second-contact-head h4 {
	margin: 0;
	padding: 0;
	font-size: 42px;
	font-weight: bold;
	color: #fff;
	line-height: 52px;
}

.btn-tel {
	display: flex;
	align-items: center;
	font-size: 24px;
	color: #fff;
	font-family: 'Ubuntu', sans-serif;
	padding: 0;
	margin: 0;
}

.btn-tel img {
	padding-right: 15px;
}

.btn-tel:hover {
	color: #151515;
	text-decoration: none;
}

.btn-start {
	background-color: #fff;
	padding: 10px 0;
	margin: 0;
	width: 100%;
	font-size: 18px;
	border-radius: 40px;
	text-transform: uppercase;
	font-weight: 600;
	color: #151515;
}

.btn-start:hover {
	background-image: linear-gradient(to right bottom, #ec1c24, #dc0038, #c90046, #b20050, #990056);
	color: #fff;
}

section.video-anim-process-sec {
	position: relative;
	padding: 120px 0;
}

.v-anim-head {
	text-align: center;
	padding-bottom: 60px;
}

.v-anim-head h4 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 42px;
	color: #151515;
	text-transform: capitalize;
	font-family: 'Ubuntu', sans-serif;
}

.v-anim-head p {
	margin: 0;
	padding: 20px 0 0 0;
	font-size: 18px;
	color: #777777;
	font-weight: 400;
}

.v-anim-process-box {
	border: 1px solid #ebebeb;
	padding: 80px 50px;
	text-align: center;
	z-index: 1;
	height: 310px;
	position: relative;
	background-color: #fff;
	cursor: pointer;
	/* overflow: hidden; */
	transition: all 0.2s ease-in-out;
	margin-bottom: 40px;
}

.v-anim-process-box h6 {
	margin: 0;
	padding: 0 0 30px 0;
	color: #db1e5a;
	font-size: 30px;
	text-transform: capitalize;
	font-weight: 700;
	position: relative;
}

.v-anim-process-box p {
	color: #666666;
	font-size: 16px;
	line-height: 25px;
	margin: 0;
	padding: 0;
}

.v-anim-process-box h6::before {
	content: '01';
	font-size: 72px;
	color: #dddddd;
	font-family: 'Ubuntu', sans-serif;
	position: absolute;
	bottom: 14px;
	left: 0;
	z-index: -1;
}

.v-anim-process-box:hover {
	background-image: linear-gradient(to right bottom, #ec1c24, #dc0038, #c90046, #b20050, #990056);
	-webkit-box-shadow: 0px 0px 71px -27px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 71px -27px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 71px -27px rgba(0, 0, 0, 0.75);
	transform: scale(1.04);
}

.v-anim-process-box:hover h6 {
	color: #fff;
}

.v-anim-process-box:hover p {
	color: #fff;
}

.anim-2 h6:before {
	content: '02' !important;
}

.anim-3 h6:before {
	content: '03' !important;
}

.anim-4 h6:before {
	content: '04' !important;
}

.anim-5 h6:before {
	content: '05' !important;
}

.anim-6 h6:before {
	content: '06' !important;
}

section.get-in-touch-sec {
	padding: 120px 0;
}

.get-in-touch-head {
	text-align: center;
	padding-bottom: 70px;
}

.get-in-touch-head h4 {
	margin: 0;
	padding: 0 0 30px 0;
	font-size: 42px;
	color: #151515;
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
}

.get-in-touch-head p {
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #777777;
	font-weight: 400;
	/* line-height: 28px; */
}

.lets-talk-box {
	padding-bottom: 40px;
}

.lets-talk-box h5 {
	margin: 0;
	padding: 0;
	font-size: 48px;
	color: #db1e5a;
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
}

.lets-talk-box p {
	margin: 0;
	padding: 0;
	color: #999999;
	font-size: 18px;
	line-height: 27px;
}

.call-us-at-box {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.call-us-content p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #656464;
	text-transform: uppercase;
	letter-spacing: 1.2px;
}

.call-us-content p {
	margin: 0;
	padding: 0 0 7px 0;
	font-size: 12px;
	color: #656464;
	text-transform: uppercase;
	letter-spacing: 1.2px;
}

.call-us-content a {
	margin: 0;
	padding: 0 0 0 0;
	color: #db1e5a;
	font-size: 24px;
	font-weight: bold;
	font-family: 'Ubuntu', sans-serif;
}

.call-us-at-box img {
	padding-right: 20px;
}

.call-us-para p {
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 18px;
	color: #999999;
	line-height: 28px;
}

.get-in-touch-form-box input {
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	padding: 30px 20px;
	margin-bottom: 30px;
}

.get-in-touch-form-box textarea {
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	padding: 25px 20px;
	margin-bottom: 30px;
	resize: none;
	width: 100%;
}

.get-in-touch-form-box input::placeholder {
	color: #b3b3b3;
	font-size: 18px;
	font-family: 'Ubuntu', sans-serif;
	text-transform: capitalize;
}

.get-in-touch-form-box textarea::placeholder {
	color: #b3b3b3;
	font-size: 18px;
	font-family: 'Ubuntu', sans-serif;
	text-transform: capitalize;
}

.btn-submit {
	margin: 0;
	padding: 10px 80px;
	margin-top: 30px;
	margin-left: 20px;
	background-color: #fff;
	color: #191a1a;
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	border: 2px solid #ec1c24;
	border-radius: 40px;
	-webkit-box-shadow: 0px 0px 20px -8px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 20px -8px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 20px -8px rgba(0, 0, 0, 0.75);
}

.btn-submit:hover {
	background-image: linear-gradient(to right bottom, #ec1c24, #dc0038, #c90046, #b20050, #990056);
	color: #fff;
}

.border-none {
	border: none;
}


/**** ANIMATION PAGE END ****/


/**** CONTENT WRITING PAGE START ****/

.content-banner-sec {
	background-image: linear-gradient(to right bottom, #ec1c24, #dc0038, #c90046, #b20050, #990056);
}

.content-banner-sec::after {
	content: '';
	background-image: url('../images/watch-img.png');
	height: 220px;
	width: 121px;
	position: absolute;
	top: 0;
	right: 0;
}

.content-banner-sec::before {
	display: none;
}

.content-banner-sec .banner-txt-box {
	padding-top: 12%;
}

.anim-services-sec .wrapv-two {
	bottom: 43%;
}

.content-services-sec .wrapv {
	bottom: 18%;
}

.content-services-sec .wrapv-two {
	bottom: 40%;
}

.content-serv-sec {
	background-color: #f5f5f5;
	padding: 100px 0;
}

.content-services-sec {
	padding-bottom: 0 !important;
}

section.content-slider-sec {
	position: relative;
	padding: 90px 0;
}

section.content-slider-sec .anim-serv-box {
	height: 400px;
}

.content-anim-sec .v-anim-process-box h6 {
	font-size: 27px;
}

.content-serv-box h6 {
	margin: 0;
	padding: 25px 0;
	font-size: 22px;
	color: #151515;
	font-weight: 600;
	font-family: 'Ubuntu', sans-serif;
}

.content-serv-box p {
	color: #666666;
	margin: 0;
	padding: 0 0 40px 0;
	font-size: 16px;
	line-height: 28px;
	height: auto;
}

.content-serv-box a {
	text-transform: uppercase;
	font-size: 18px;
	color: #151515;
	font-weight: 500;
	font-family: 'Ubuntu', sans-serif;
	display: flex;
	align-items: center;
}

.content-serv-box a img {
	padding-left: 40px;
}

.content-serv-box {
	position: relative;
	z-index: 1;
}

.content-serv-sec .owl-carousel .owl-item img {
	width: unset;
}


/**** CONTENT WRITING PAGE END ****/


/**** PRICING PAGE START ****/

.pricing-page-sec {
	background-image: url('../images/pricing-page-banner.jpg');
}

.pricing-page-sec::before {
	display: none;
}

.pricing-page-sec::after {
	display: none;
}

.pricing-page-sec .banner-txt-box {
	padding-top: 11%;
}

.pricing-page-sec .anim-banner-txt {
	text-align: center;
	position: relative;
}

.pricing-page-sec .anim-banner-txt .pricig-page-img-box {
	position: absolute;
	right: 0;
	left: 0;
	top: 110px;
}

section.pricing-page {
	background-color: #fff;
}

.pricing-page-awards {
	background-color: #f5f7fd;
	padding: 80px 0 !important;
}

.pricing-page .wrapv {
	bottom: 25%;
}

.pricing-page .wrapv-two {
	bottom: 60%;
}


/**** PRICING PAGE END ****/


/**** PORTFOLIO PAGE START ****/

.portfolio-gallery-sec {
	padding: 120px 0;
	position: relative;
}

.portfolio-gallery-sec .wrapv {
	bottom: 24%;
}

.portfolio-gallery-sec .wrapv-two {
	bottom: 60%;
}

.portfolio-pge-head-box {
	text-align: center;
	padding-bottom: 40px;
}

.btn-ort-get {
	margin: 60px auto 0 auto;
	display: table;
}

.portfolio-pge-head-box h4 {
	font-size: 42px;
	color: #151515;
	margin: 0;
	padding: 0 0 30px 0;
	font-weight: bold;
	font-family: 'Ubuntu', sans-serif;
}

.portfolio-pge-head-box p {
	font-size: 16px;
	color: #777777;
	margin: 0;
	padding: 0;
	line-height: 28px;
}

.portfolio-tabs ul {
	justify-content: center;
}

.portfolio-tabs li a {
	color: #151515;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Ubuntu', sans-serif;
}

.portfolio-tabs {
	padding-bottom: 50px;
}

.portfolio-tabs .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	background-color: transparent;
	color: #df182c;
}


/**** PORTFOLIO PAGE END ****/



/**** LOGO PAGE END ****/

.logo-banner-sec{
	background-image: url('../images/logo-banner.jpg');
}
.logo-banner-sec::before{
	display: none;
}
.logo-banner-sec::after{
	display: none;
}

.logo-banner-sec .banner-txt-box {
    padding-top: 15%;
}

.logo-services-sec .wrapv {
    bottom: 27%;
}

.logo-services-sec .wrapv-two {
    bottom: 54%;
}

.logo-content-box p{
	height: auto;
}

.how-we-work-sec{
	position: relative;
	padding: 120px 0;
}
.how-we-img-box {
    position: relative;
    z-index: 1;
}

.logo-process-box {
    height: 360px;
}

.logo-process-box h6{
    font-size: 29px;
}


/**** LOGO PAGE END ****/

.marketing-banner-sec::before{
	display: none;
}

.marketing-banner-sec::after{
	display: none;
}

.marketing-img-box {
    position: absolute;
    right: -18%;
    bottom: -40px;
}

.marketing-img-box img {
    max-width: 930px;
}

.marketing-banner-sec .banner-txt-box {
    padding-top: 14%;
}

.marketing-process-head-box h6 {
    margin: 0;
    padding: 30px 0 0 0;
    color: #9b0155;
    font-size: 20px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
}

.media-strategy-sec{
	position: relative;
	padding-top: 120px;
}

.media-strategy-sec .content-serv-sec{
	padding-bottom: 0;
}

.media-strategy-sec .content-serv-sec p{
	height: auto;
}

.s-media-process-sec .v-anim-process-box{
	height: 390px;
}

.s-media-process-sec .v-anim-process-box h6::before{
	font-size: 110px;
	left: 60px;
}

.s-media-process-sec .v-anim-process-box h6{
	font-size: 26px;
}

.marketing-service-sec .wrapv{
	bottom: 30%;
}

.marketing-service-sec .wrapv-two{
	bottom: 69%;
}

.web-design-banner-sec::before{
	display: none;
}
.web-design-banner-sec::after{
	display: none;
}

.web-design-img-box {
    position: absolute;
    bottom: -40px;
    right: -130px;
}
.web-design-img-box img {
    max-width: 830px;
}

.web-design-banner-sec .banner-txt-box {
    padding-top: 16%;
}

.web-design-banner-sec{
	background-image: url('../images/web-design-banner.jpg');
}

.web-design-gallery-sec{
	position: relative;
	padding-bottom: 120px;
}

.web-design-gallery-sec .gallery-img-box {
    position: relative;
    z-index: 1;
}

.web-design-gallery-sec .btn-submit{
	position: relative;
	z-index: 1;
	margin: 50px auto 0 auto;
	display: table;
}

.web-design-banner-sec .banner-txt-box {
    padding-top: 13%;
}

.seo-banner-sec::before{
	display: none;
}
/* .seo-banner-sec::after{
	display: none;
} */

.seo-serv-sec .content-serv-box p{
	height: 250px;
}

.seo-services-process {
    padding: 80px 0 !important;
}

.seo-services-process .v-anim-process-box h6::before{
	left: 60px;
}

.seo-timeline-head {
    text-align: center;
    padding-bottom: 80px;
}

.seo-timeline-head h4 {
    margin: 0;
    padding: 0;
    font-size: 42px;
    color: #fff;
    font-weight: bold;
    font-family: 'Ubuntu', sans-serif;
}


section.benefits-sec {
    background-image: linear-gradient(to right top, #eb1c25, #dc0038, #c80046, #b20050, #990056);
    padding: 120px 0;
}

.benefits-main-box-left {
    display: flex;
    align-items: center;
    margin: 0 44px 60px 0;
    cursor: pointer;
}
.benefits-main-box-right {
    display: flex;
    align-items: center;
    margin: 0 0 60px 44px;
}
.txt-right {
    text-align: right;
    padding-right: 30px;
}
.txt-left {
    text-align: left;
    padding-left: 30px;
    cursor: pointer;
}
.benefits-content-box h5 {
    color: #fff;
    /* font-family: "Luckiest Guy", cursive; */
    font-size: 20px;
    margin: 0;
    font-weight: bold;
    padding: 0 0 8px 0;
    transition: all 0.5s ease-in-out;
    font-family: 'Ubuntu', sans-serif;
}
.benefits-content-box p {
    margin: 0;
    padding: 0;
    color: #f5f5f5;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}
.benefits-main-box::after {
    content: "";
    background-color: #496089;
    height: 2px;
    width: 15px;
    position: absolute;
    right: 0;
}
.benefits-main-box-left:hover img {
    transform: rotate(360deg);
}
.benefits-main-box-right:hover img {
    transform: rotate(360deg);
}
.benefits-main-box-left img {
    transition: all 0.5s ease-in-out;
    height: 120px;
    width: 120px;
}
.benefits-main-box-right img {
    transition: all 0.5s ease-in-out;
    height: 120px;
    width: 120px;
}
.benefits-main-box-left::after {
    content: "";
    background-color: #c53b6a;
    height: 1px;
    width: 45px;
    position: absolute;
    right: 0;
    top: 85px;
    transition: all 0.5s ease-in-out;
}
.benefits-main-box-left:hover .benefits-content-box h5 {
    color: #373545;
}
.benefits-main-box-right:hover .benefits-content-box h5 {
    color: #373545;
}
.benefits-main-box-left:hover::after {
    background-color: #373545;
}
.benefits-main-box-right:hover::before {
    background-color: #373545;
}
.benefits-main-box-right::before {
    content: "";
    background-color: #c53b6a;
    height: 1px;
    width: 47px;
    position: absolute;
    left: 0;
    top: 42px;
    transition: all 0.5s ease-in-out;
}
.row.bene-row-line::after {
    content: "";
    background-color: #c53b6a;
    height: 0.5px;
    width: 600px;
    position: absolute;
    left: 0;
    right: 0;
    top: 275px;
    margin: 0 auto;
    transform: rotate(90deg);
}
.bene-row-line {
    position: relative;
}

.seo-num-box h6 {
    font-size: 90px;
    color: #373545;
    font-weight: bold;
    margin: 0;
    padding: 0;
    font-family: 'Ubuntu', sans-serif;
}
.seo-num-box {
    background-color: #ebebeb;
    padding: 20px 40px;
    border-radius: 50%;
    text-align: center;
}

.benefits-main-box-left:hover .seo-num-box h6{
	color: #db1e5a;
}

.benefits-main-box-left:hover .seo-num-box{
	background-color: #fff;
}

.benefits-main-box-right:hover .seo-num-box h6{
	color: #db1e5a;
}

.benefits-main-box-right:hover .seo-num-box{
	background-color: #fff;
}

.seo-banner-sec::after{
	content: '';
	background-image: url('../images/seo-banner-after-img.png');
	height: 703px;
	width: 622px;
	position: absolute;
	top: 0;
	right: 0;
}

.seo-banner-sec{
	background-image: linear-gradient(to right bottom, #ec1c24, #dc0038, #c90046, #b20050, #990056);
}

.seo-banner-sec .banner-txt-box {
    padding-top: 16%;
}

.seo-services-sec .content-serv-box p{
	height: auto;
}

.seo-process-sec .v-anim-process-box h6::before{
	left: 60px;
}

.seo-services-sec {
    padding-bottom: 0 !important;
}
.seo-process-sec {
    padding: 80px 0 !important;
}

.seo-services-sec .wrapv {
    bottom: 22%;
}
.seo-services-sec .wrapv-two{
    bottom: 55%;
}

section.benefits-sec {
    padding: 100px 0;
	background-image: linear-gradient(to right top, #ec1c24, #dc0038, #c90046, #b20050, #990056);
}
.benefits-head-box {
    text-align: center;
    padding: 0 0 80px 0;
}

.benefits-head-box h4 {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 42px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
}

.benefits-main-box-left {
    display: flex;
    align-items: center;
    margin: 0 44px 60px 0;
}
.benefits-main-box-right {
    display: flex;
    align-items: center;
    margin: 0 0 60px 44px;
}
.txt-right {
    text-align: right;
    padding-right: 30px;
}
.txt-left {
    text-align: left;
    padding-left: 30px;
}
.benefits-content-box h5 {
    color: #fff;
    font-size: 20px;
    margin: 0;
    font-weight: bold;
    padding: 0 0 20px 0;
    transition: all 0.5s ease-in-out;
    font-family: 'Ubuntu', sans-serif;
}
.benefits-content-box p {
    margin: 0;
    padding: 0;
    color: #f5f5f5;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}
.benefits-main-box::after {
    content: "";
    background-color: #496089;
    height: 2px;
    width: 15px;
    position: absolute;
    right: 0;
}
.benefits-main-box-left:hover img {
    transform: rotate(360deg);
}
.benefits-main-box-right:hover img {
    transform: rotate(360deg);
}
.benefits-main-box-left img {
    transition: all 0.5s ease-in-out;
    height: 120px;
    width: 120px;
}
.benefits-main-box-right img {
    transition: all 0.5s ease-in-out;
    height: 120px;
    width: 120px;
}
.benefits-main-box-left::after {
    content: "";
    background-color: #ca3d66;
    height: 1px;
    width: 45px;
    position: absolute;
    right: 0;
    top: 85px;
    transition: all 0.5s ease-in-out;
}
.benefits-main-box-left:hover .benefits-content-box h5 {
    color: #ffffff;
}
.benefits-main-box-left:hover::after {
    background-color: #373545;
}
.benefits-main-box-right:hover::before {
    background-color: #373545;
}
.benefits-main-box-right::before {
    content: "";
    background-color: #496089;
    height: 1px;
    width: 47px;
    position: absolute;
    left: 0;
    top: 42px;
    transition: all 0.5s ease-in-out;
}
.row.bene-row-line::after {
    content: "";
    background-color: #ca3d66;
    height: .5px;
    width: 600px;
    position: absolute;
    left: 0;
    right: 0;
    top: 275px;
    margin: 0 auto;
    transform: rotate(90deg);
}

.bene-row-line {
    position: relative;
}

.benefits-num-box {
    background-color: #ebebeb;
    border-radius: 50%;
    padding: 10px 40px;
    text-align: center;
    line-height: 115px;
}

.benefits-num-box h6 {
    font-size: 90px;
    color: #373545;
    font-weight: bold;
	font-family: 'Ubuntu', sans-serif;
	transition: all 0.5s ease-in-out;
}

.benefits-main-box-left:hover .benefits-num-box h6{
	color: #db1e5a;
	transform: rotate(360deg);
}

.benefits-main-box-left:hover .benefits-num-box{
	background-color: #fff;
}

.benefits-main-box-right:hover .benefits-num-box h6{
	color: #db1e5a;
	transform: rotate(360deg);
}

.benefits-main-box-right:hover .benefits-num-box{
	background-color: #fff;
}

.e-commerce-banner-sec::after{
	display: none;
}

.e-commerce-services-sec .wrapv-two {
    bottom: 50%;
}

.branding-banner-sec{
	background-image: url('../images/branding-banner.jpg');
}
.branding-banner-sec::before{
	display: none;
}
.branding-banner-sec::after{
	display: none;
}

.branding-img-box img {
    max-width: 670px;
}

.branding-img-box {
    position: absolute;
    right: 0;
    bottom: -70px;
}

.branding-process-sec{
	padding: 120px 0 0 0 !important;
}





.custom-popup {
    width: 100%;
    /* height: 100%; */
    background-image:none;
    background-size: cover;
    border-radius: 10px;
    z-index: 99999999;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    transition: all .4s ease;
    padding: 90px 50px;
    flex-direction: column;
    /* background-color: #fa0445; */
    opacity: 1;
    background-image: linear-gradient(to right bottom, #eb1b24, #dc0037, #c90045, #b4004e, #9c0254);
}
.custom-popup a.closed {
    position: relative;
    display: block;
    width: 100%;
}
.custom-popup a.closed::before {
    content: "\f00d";
    position: absolute;
    top: -40px;
    right: 14px;
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 0 7px;
    font-weight: 600;
}
.custom-popup h3 {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}
.custom-popup p {
    color: #fff;
    font-size: 20px;
}
.fixedform-1 form {
    width: 100%;
    margin: 30px 0 0;
}
.fixedform-1 .mm-field {
    position: relative;
    border-radius: 2px;
}
.fixedform-1 .mm-field {
    margin-bottom: 20px;
    width: 100%;
    position: relative;
}
.fixedform-1 .jform .mm-field {
    position: relative;
}
/* .fixedform-1 .jform .mm-field::before {
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #000;
    z-index: 999;
}
.namefield::before {
    content: "\f2c0";
}
.emailfield::before {
    content: "\f003";
}
.pnfields::before {
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px !important;
    color: #000;
    z-index: 999;
    content: "\f10b";
} */
.fixedform-1 label:first-child {
    position: absolute;
    top: 14px;
    left: 50px;
    z-index: 2;
    color: inherit;
    font-size: 15px;
    transform: translate3d(0,
    0,
    0);
    transition: all .2s ease-in-out;
    margin: 0;
    z-index: 99;
    font-weight: 400;
}
.fixedform-1 label.labelfocus {
    top: 2px;
    font-size: 13px;
    left: 46px;
}
.textarea label:first-child {
    left: 20px;
}
.fixedform-1 .mm-field input,
.fixedform-1 .mm-field textarea {
    width: 100%;
    color: #000 !important;
}
.fixedform-1 .mm-field input + label {
    position: absolute;
    top: -22px;
    right: 0;
    color: #fff;
    width: 100%;
    text-align: left;
    left: 0;
    font-size: 13px;
}
input.error {
    border-color: #dd3b18!important;
}
.fixedform-1 .mm-field input,
.fixedform-1 .mm-field input[type=text],
.fixedform-1 .mm-field select,
.fixedform-1 .mm-field textarea,
[type=email] {
    z-index: 10;
    position: relative;
    border: 1px solid #fff;
    padding: 15px 30px;
    height: 100%;
    width: 100%;
    border-radius: 8px;
    color: #fff;
}
.fixedform-1 .input-btn>input {
    font-size: 18px;
    color: #242424;
    background: #fff;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 25px;
    outline: 0;
    border: none;
    width: auto;
}
.fixedform-1 .input-btn>button {
    font-size: 18px;
    color: #242424;
    background: #fff;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 25px;
    outline: 0;
    border: none;
    width: auto;
}
.gradient_form .modal-dialog {
    max-width: 1100px;
    margin: 0 auto;
}
.gradient_form .modal-content {
    border: 0;
    /* border-radius: 20px; */
    /* border: 2px solid #000; */
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none !important;
    height: 100%;
    background-color: transparent;
}
.gradient_form .modal-body {
    padding: 0;
    height: 100%;
}
.gradient_form.modal {
    top: 57%;
    transform: translateY(-50%);
    z-index: 999999;
    overflow-y: hidden;
    height: 100%;
    align-items: center;
}
.modal.gradient_form.in {
    display: flex !important;
}
body.modal-open .main-wrapper {
    filter: blur(5px);
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .6;
}
.modal-backdrop {
    background-color: #000;
    width: 100%;
    height: 100%;
}
.payment_form .col-lg-6.col-md-6,
.payment_form .col-lg-12.col-md-6 {
    margin-bottom: 15px;
}

.second-con-box h6 {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
    padding-bottom: 10px;
    letter-spacing: 2.2px;
    font-family: 'Ubuntu', sans-serif;
}

.branding-content-serv .content-serv-box p{
	height: auto;
}

.contact-banner-sec{
	background-image: url('../images/contact-banner.jpg');
}

.contact-banner-sec::after{
	display: none;
}
.contact-banner-sec::before{
	display: none;
}

.contact-bottom-info-box {
    display: flex;
    align-items: center;
}

.contact-bottom-info-box .btn-ctn{
	margin: 0;
}
.contact-bottom-info-box a.btn-tel {
    margin-left: 40px;
}

.contact-bottom-info-box .second-con-box h6 {
    padding: 0;
    font-size: 13px;
}
.contact-bottom-info-box {
    padding-top: 20px;
}

.home-services-sec .serv-main-box{
	height: 390px;
}

.nav-list-box {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.nav-list-box ul {
    display: flex;
	align-items: center;
	height: 100%;
}


.megamenu-li {
   position: static;
}

.megamenu {
   position: absolute;
   width: 100%;
   left: 0;
   right: 0;
   padding: 0;
   top: 90%;
   border: none;
   border-radius: 0px;
   background-color: #fff;
   border-bottom-left-radius: 10px;
   border-bottom-right-radius: 10px;
   /* opacity: 0.8; */
}
.megamenu h6{
   margin-left: 21px;
}
.megamenu i{
   width: 20px;
}

.megamenu a.dropdown-item {
    /* background-image: linear-gradient(to right bottom, #eb1b24, #dc0037, #c90045, #b4004e, #9c0254); */
    margin: 10px 0;
    padding: 0;
    width: 90%;
    margin: 0 auto 10px auto;
    transition: all 0.25s ease-in-out;
    border-radius: 8px;
    border: 1px solid #d54464;
}

.megamenu h6 {
    margin-left: 0;
    text-align: center;
    color: #000;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}

.megamenu p {
    color: #000;
    text-align: center;
    font-size: 13px;
    padding-bottom: 0;
    line-height: 19px;
    text-transform: capitalize;
}
.megamenu a.dropdown-item:hover {
    transform: scale(1.05);
}

.mega-links-box img {
    margin: 0 auto;
    display: table;
    padding-top: 0;
    padding-bottom: 0;
}

.mega-links-box {
    padding: 15px 0;
}

.navbar-box > a> img {
    padding: 10px 10px;
}
.nav-list-box ul li {
    height: 100%;
    padding-top: 30px;
}

.megamenu a.dropdown-item:hover {
    box-shadow: 4px 4px 8px black;
    background-image: linear-gradient(to right bottom, #eb1b24, #dc0037, #c90045, #b4004e, #9c0254);
}

.dropdown-btn {
    color: #fff !important;
}

.dropdown-container a {
    padding-left: 40px;
    font-size: 13px;
}

.m-logo-img{
	border-bottom: none !important;
    padding-top: 0 !important;
    padding-bottom: 20px !important;
}

.content {
    cursor: pointer;
}

.inner-header {
    background-color: #ffeded;
    position: static;
    padding-bottom: 30px;
    background-image: linear-gradient(to right bottom, #eb1b24, #dc0037, #c90045, #b4004e, #9c0254);
    position: relative;
}
section.banner_area.packages_detail_sec {
    padding: 50px 0 0;
    background-color: #f9f9f9;
}

.content_div {
    padding: 35px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.07);
}

.content_div p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    text-transform: lowercase;
    color: #999;
}

@media only screen and (max-width: 1479px){
	.packages_detail_sec .pricing-item {
		padding: 50px 25px;
	}
}


.packages_detail_sec .pricing-item {
    padding: 60px;
    /* left: -30px; */
    /* top: 50px; */
    padding: 40px 30px;
    position: relative;
    /* background-color: #fa0445; */
    border-radius: 0px;
    background-image: linear-gradient(to right bottom, #eb1b24, #dc0037, #c90045, #b4004e, #9c0254);
}

.packages_detail_sec .pricing-item * {
    color: #fff !important;
}
.pricing-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.pricing-info .title {
    text-transform: lowercase;
    text-align: center;
    display: block;
    margin: 0;
    font-size: 28px;
    font-weight: bold;
    color: #000000;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}

.packages_detail_sec .pricing-item .price {
    color: #ffd952 !important;
}

@media only screen and (max-width: 1479px){
	.pricing-info .price {
		font-size: 44px;
	}
}


.pricing-info .price {
    display: block;
    margin: 0;
    margin-bottom: 20px;
    font-size: 60px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: #fa0445;
    text-align: center;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    line-height: 70px;
    margin-top: 15px;
}


.pricing-info .pricing-list {
    padding-left: 0px;
}

.packages_detail_sec .pricing-item * {
    color: #fff !important;
}

.pricing-info .pricing-list {
    width: 100%;
}

@media only screen and (max-width: 1479px){
	.pricing-info .pricing-list ul {
		padding: 0;
	}
}


.pricing-info .pricing-list ul {
    /* padding-right: 30px !important; */
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1479px){
	.pricing-info .pricing-list ul li {
		left: 0;
	}
}

.pricing-info .pricing-list ul li {
    text-transform: lowercase;
    padding-bottom: 15px;
    font-size: 17px;
    line-height: 25px;
}

.packages_detail_sec .pricing-item .pricing-list ul li::before, .packages_detail_sec .pricing-item .pricing-list p::before {
    color: #fff;
}

.pricing-info .pricing-list ul li::before {
    left: -22px !important;
}
.pricing-info .pricing-list ul li::before {
    margin-right: 18px;
    color: #fa0445;
    font-family: "FontAwesome", sans-serif;
    font-size: 13px;
    content: "\f00c";
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    position: absolute;
    top: 2px;
    left: -25px;
}

.view-det {
    text-align: center;
    margin: 20px auto 10px auto;
    padding: 10px 40px;
    display: table;
    color: #fff;
    text-transform: uppercase;
    text-decoration: underline;
    border-radius: 50px;
}

.megamenu a.dropdown-item:hover h6{
	color: #fff;
}


.megamenu a.dropdown-item:hover p{
	color: #fff;
}

.megamenu a.dropdown-item:hover img{
	
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(1deg) brightness(107%) contrast(102%);
}


.pricing-tabs-box .nav-link {
    /* background-image: linear-gradient(to right bottom, #ec1c24, #dc0038, #c90046, #b20050, #990056); */
    color: #000;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 30px;
    margin: 0 5px 20px 5px;
    border-radius: 40px;
    border: 2px solid #c91039;
}

.pricing-tabs-box > nav {
    justify-content: center;
}


.pricing-tabs-box .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	/* background-color: #fff; */
	color: #fff;
	background-image: none;
	border: 2px solid #c91039;
	background-image: linear-gradient(to right bottom, #ec1c24, #dc0038, #c90046, #b20050, #990056);
}

.pricing-tabs-box > nav a:last-child {
    display: none;
}

.pricing-tabs-box ul {
    justify-content: center;
    padding-bottom: 40px;
}

.combo-pack-head {
    background-color: #262626;
    padding: 10px 0;
}

.combo-pack-head h5 {
    font-size: 43px;
    font-weight: 700;
    margin: 0;
    padding: 12px 0 0px 0;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.combo-pack-info p {
    margin: 0;
    padding: 0;
    font-size: 17px;
    text-align: center;
    font-weight: 500;
    color: #424343;
}

.combo-pack-info {
    padding: 10px 0;
    background-color: #fff;
    border-bottom: 1px solid #000;
}

.comb-pack-desc-main-box {
    padding: 20px 30px;
    background-color: #fff;
    position: relative;
    z-index: 9;
}

.combo-pack-box h6 {
    margin: 0;
    padding: 0 0 15px 0;
    font-size: 28px;
    text-transform: capitalize;
    font-weight: 700;
    color: #000000;
}

.combo-pack-box ul li {
    margin: 0;
    padding: 0 0 20px 30px;
    font-size: 14px;
    color: #000000;
    /* font-weight: 600; */
    position: relative;
}

.combo-pack-box {
    margin-bottom: 15px;
}

.combo-pack-box ul li::before{
    content: '';
    background-image: url('../images/combo-before-img.png');
    height: 23px;
    width: 26px;
    position: absolute;
    left: 0;
    top: -5px;
}

.combo-pack-price h6 {
    font-size: 50px;
    margin: 0;
    padding: 0;
    color: #c91039;
    font-weight: 900;
}

.combo-package-desc-price {
    text-align: center;
    padding: 30px 0px 0px 0px;
}

.btn-combo {
    background-color: #c91039;
    color: #000 !important;
    /* padding: 6px 20px; */
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    color: #fff !important;
    cursor: pointer;
    text-transform: capitalize;
    padding: 8px 30px;
}

.combo-package-chat-box .chat-btn {
    padding: 40px 0 5px 0;
}

.combo-package-chat-box .chat-btn a h4 {
    font-weight: 600;
    font-size: 20px;
    color: #505050;
    margin-bottom: 0px;
    text-transform: capitalize;
}

.combo-package-chat-box .chat-btn a h4 span {
    font-weight: 700;
    font-size: 36px;
    color: #505050;
    display: block;
    text-transform: capitalize;
}

.btn-combo-view{
    background-color: #000;
    color: #fff !important;
    padding: 8px 30px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    text-transform: capitalize;
}
.btn-combo:hover {
    color: #fff !important;
}

.combo-pack-sec{
	background-color: #efefef;
}
.combo-pack-sec {
    background-color: #efefef !important;
}

section.banner_area.combo_detail_sec {
    padding-top: 50px;
}
.none {
    display: none;
}

.e-commerce-services-sec .content-serv-box h6{
	height: 90px;
}

.anim-img-box img {
    animation: zoominoutsingle 2s infinite;
}

@keyframes zoominoutsingle {
	0% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(1.02, 1.02);
	}
	100% {
		transform: scale(1, 1);
	}
}
.marketing-img-box img {
	animation: zoominoutsingle 2s infinite;
}
.branding-img-box img{
	animation: zoominoutsingle 2s infinite;
}
.web-design-img-box img{
	animation: zoominoutsingle 2s infinite;
}
.form-error {
    display: none;
}