html {
	scroll-behavior: smooth
}

body {
	font-family: Quicksand, sans-serif;
	overflow-x: hidden;
	transition: all .5s ease-in-out
}

button:focus,
input,
input:focus,
select,
textarea,
textarea:focus {
	outline: 0
}

.btn-default,
.table,
a,
h1,
h2,
h3,
h4,
h5,
h6,
label,
li,
p,
span,
textarea,
ul {
	margin: 0;
	padding: 0
}

* {
	margin: 0;
	padding: 0
}

li,
ul {
	list-style: none
}

a:focus,
a:hover {
	text-decoration: none
}

.container {
	max-width: 1230px
}

.theme-color {
	color: #c61c58
}

.color-orange {
	color: #c61c58
}

header {
	background: #000
}

.header-top {
	border-bottom: 1px solid #393e51;
	padding: 20px
}

.header-bottom {
	border-bottom: 1px solid #393e51
}

.head-top-right-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.contact-wrapper {
	display: flex;
	align-items: center
}

.contact-wrapper li a {
	color: #c61c58;
	font-size: 14px;
	text-align: center;
	font-weight: 700;
	margin-right: 10px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: .3px
}

.contact-wrapper li a span {
	color: #fff
}

.contact-wrapper li img {
	max-height: 40px
}

.small-nav-wrapper {
	display: flex;
	align-items: center
}

.small-nav-wrapper li a {
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	padding: 10px 15px;
	text-transform: uppercase
}

.main-navigation {
	display: flex;
	justify-content: space-around;
	align-items: center
}

.main-navigation li {
	position: relative
}

.main-navigation li a {
	padding: 10px 20px;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700
}

.main-navigation li a i {
	color: #c61c58;
	font-size: 20px;
	margin-right: 5px
}

.main-navigation li a:hover {
	background: #eee;
	color: #101834
}

.main-navigation li a:hover i {
	color: #101834
}

.custom-dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	background: #fff;
	z-index: 100;
	box-shadow: 0 1px 20px 0 rgba(46, 61, 73, .2)
}

.custom-dropdown-menu a {
	color: #000!important;
	white-space: nowrap;
	text-transform: capitalize!important;
	padding: 5px 15px!important;
	width: 100%;
	border-bottom: 1px solid #10183429;
	font-weight: 500!important
}

.custom-dropdown-menu a:hover {
	background: #000!important;
	color: #c61c58!important
}

.custom-dropdown-menu-right {
	background: #fff;
	width: max-content;
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 2;
	display: none;
	box-shadow: 0 1px 20px 0 rgba(46, 61, 73, .2)
}

.index-sec-1 {
	background: #000
}

.index-sec-1 h2 {
	text-align: center;
	color: #fff;
	padding: 20px 0;
	font-size: 25px;
	font-weight: 500
}

.index-slider-item {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: flex-end
}

.slider-img-wrap {
	max-width: 220px
}

.slider-img-wrap img {
	max-width: 210px
}

.slider-text-wrap {
	max-width: calc(100% - 300px);
	margin-left: 40px
}

.slider-text-wrap h4 {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px
}

.slider-text-wrap h5 {
	color: #c61c58;
	font-size: 18px;
	margin: 20px 0 10px;
	font-weight: 600
}

.slider-text-wrap p {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.8
}

.left-img-wrap {
	text-align: center;
	border-left: 1px solid #393e51
}

.index-sec-1 .featured-text {
	color: #c61c58;
	font-size: 18px;
	font-weight: 500;
	padding: 10px 30px;
	text-transform: uppercase;
	border-bottom: 1px solid #393e51;
	text-align: center
}

.featured-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0
}

.featured-wrapper img {
	filter: brightness(0) invert(1)
}

.index-sec-2 {
	padding: 50px 0
}

.index-sec-2 h1 {
	color: #101834;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.2;
	margin: 30px 0 0;
	text-align: center
}

.index-sec-2 p {
	color: #101834;
	font-size: 22px;
	text-align: center;
	font-weight: 400;
	line-height: 1.2;
	margin-top: 10px
}

.index-sec-2-inner-wrapper {
	background: #000;
	margin-top: 80px;
	position: relative;
	padding: 50px 0
}

.index-sec-2-inner-wrapper::before {
	content: '';
	position: absolute;
	top: -100px;
	right: 0;
	background: #000;
	width: 90%;
	height: 100px;
	clip-path: polygon(100% 30%, 0 100%, 100% 100%)
}

.single-package-wrap {
	display: flex;
	align-items: center;
	margin-bottom: 50px
}

.pkg-text-wrap {
	margin-left: 20px
}

.pkg-text-wrap h2 {
	color: #dadada;
	font-weight: 700;
	font-size: 22px;
	text-transform: uppercase;
	line-height: 1.5
}

.pkg-text-wrap p {
	color: #c61c58;
	font-size: 20px;
	font-weight: 500
}

.pkg-text-wrap a {
	border-top: 1px dashed #e0e0e0;
	display: block;
	text-align: right;
	margin-top: 8px;
	font-weight: 600;
	color: #c61c58;
	text-transform: uppercase;
	font-size: 14px;
	padding-top: 4px;
	transition: all .3s ease-in-out
}

.pkg-text-wrap a i {
	margin-right: 10px;
	color: #ababab;
	transition: all .3s ease-in-out
}

.pkg-text-wrap a:hover i {
	margin-right: 2px
}

.index-sec-3 {
	padding: 0 0 50px
}

.index-sec-3 h2 {
	position: relative;
	color: #101834;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	margin: 10px 0 20px
}

.index-sec-3 h2::before {
	content: '';
	position: absolute;
	top: 50%;
	height: 1px;
	width: 20%;
	background: #cec5c5;
	left: 0
}

.index-sec-3 h2::after {
	content: '';
	position: absolute;
	top: 50%;
	height: 1px;
	width: 20%;
	background: #cec5c5;
	right: 0
}

.offer-wrapper {
	margin-top: 35px;
	box-shadow: 0 0 96px rgba(204, 204, 204, .58)
}

.single-offer-wrap {
	text-align: center;
	min-height: 390px;
	padding: 25px
}

.single-offer-wrap h3 {
	font-weight: 800;
	font-size: 20px;
	color: #101834;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 10px
}

.single-offer-wrap h3 a {
	color: #101834
}

.single-offer-wrap p {
	font-size: 15px;
	font-weight: 500;
	line-height: 23px;
	text-align: left
}

.offer-mid-wrap {
	position: relative
}

.offer-mid-wrap::before {
	content: '';
	top: 23%;
	left: 0;
	height: 250px;
	width: 1px;
	background: #c3c3c3;
	position: absolute
}

.offer-mid-wrap::after {
	content: '';
	top: 23%;
	right: 0;
	height: 250px;
	width: 1px;
	background: #c3c3c3;
	position: absolute
}

.index-sec-4 {
	background-color: #000;
	padding: 40px 0;
	text-align: center
}

.index-sec-4 h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	margin: 10px 0 20px;
	line-height: 1.2
}

.index-sec-4 button {
	border: 3px solid #c61c58;
	border-radius: 0;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	padding: 17px 40px;
	background-color: rgba(0, 0, 0, .5);
	text-transform: uppercase;
	font-weight: 500;
	transition: all .3s ease-in-out
}

.index-sec-4 button:hover {
	background: #c61c58
}

.index-sec-4 button i {
	margin-right: 7px
}

.index-sec-6 {
	padding: 50px 0
}

.seo-results-wrapper {
	position: relative;
	border: 1px solid #ddd
}

.seo-result-header .seo-heading {
	background-color: #000;
	color: #fff;
	font-size: 29px;
	padding: 10px;
	text-align: center;
	line-height: 1.2
}

.seo-results-item p {
	color: #101834;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
	padding: 10px 0
}

.seo-results-item table {
	width: 100%
}

.seo-results-item table thead tr {
	background: #c9c9c9
}

.seo-results-item table td {
	padding: 5px 15px;
	font-size: 15px;
	line-height: 1.5
}

.seo-results-item table th {
	text-transform: uppercase;
	padding: 5px 15px;
	font-size: 16px
}

.seo-results-item table tbody tr:nth-child(even) {
	background: #ededed
}

.seo-results-item table tr>td:last-child,
.seo-results-item table tr>th:last-child {
	text-align: center
}

.seo-results-slider .owl-nav {
	position: absolute;
	right: 0;
	bottom: -55px
}

.seo-results-slider .owl-nav button {
	background: 0 0!important;
	color: #000!important
}

.seo-result-footer {
	text-align: center;
	padding: 30px 0
}

.seo-result-footer button {
	background-color: #000;
	border-radius: 5px;
	color: #fff;
	padding: 5px 10px 6px;
	border: none;
	font-size: 14px
}

.our-clients-wrapper {
	border: 1px solid #ddd;
	text-align: center
}

.our-clients-wrapper .major-heading {
	background-color: #ddd;
	color: #101834;
	font-size: 29px;
	padding: 10px;
	text-align: center;
	line-height: 1.2
}

.index-sec-7 {
	padding: 20px 0 40px
}

.index-sec-7 .sec7-heading {
	color: #101834;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	margin: 10px 0 20px
}

.accordion-inner-wrapper {
	margin-top: 15px;
	border: 1px solid #eee
}

.accordion-inner-wrapper h5 {
	background-color: #000;
	border-radius: 4px 4px 0 0;
	color: #fff;
	padding: 10px 20px;
	font-weight: 500;
	font-size: 15px;
	cursor: pointer;
	position: relative
}

.accordion-inner-wrapper h5::after {
	content: '+';
	color: #c61c58;
	font-size: 19px;
	font-weight: 900;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%)
}

.accordion-inner-wrapper h5[aria-expanded=true]::after {
	content: '-'
}

.accordion-inner-wrapper p {
	padding: 0 15px;
	font-size: 15px;
	line-height: 1.5;
	color: #000;
	transition: all .3s ease-in-out
}

.index-sec-8 {
	padding: 40px 0
}

.index-sec-8 .sec8-heading {
	color: #101834;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	margin: 10px 0 20px
}

.index-sec-8 p {
	color: #101834;
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: 600
}

.blog-list {
	max-height: 260px;
	overflow-y: auto
}

.blog-list::-webkit-scrollbar {
	width: 3px
}

.blog-list::-webkit-scrollbar-track {
	background: #101834
}

.blog-list::-webkit-scrollbar-thumb {
	background: #c61c58
}

.blog-list::-webkit-scrollbar-thumb:hover {
	background: #c61c58
}

.blog-list li {
	margin-bottom: 15px
}

.blog-list li a {
	display: flex;
	width: 100%;
	align-items: center
}

.post-thumb {
	background: #000;
	color: #fff;
	min-width: 35px;
	height: 35px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #000;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	font-weight: 600;
	margin-right: 10px;
	transition: all .3s ease-in-out
}

.blog-list li a:hover .post-thumb {
	background: #fff;
	color: #101834;
	border: 1px solid #000
}

.post-text {
	font-size: 16px;
	color: #101834;
	font-weight: 600;
	line-height: 1.2
}

footer {
	background: #000;
	padding: 50px 0 0
}

.single-foot-col-wrap p {
	font-size: 18px;
	margin-bottom: 20px;
	color: #c61c58;
	padding-bottom: 13px;
	position: relative;
	text-transform: uppercase;
	font-weight: 700
}

.single-foot-col-wrap p::after {
	background-color: #c61c58;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 44px
}

.single-foot-col-wrap ul li a {
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	transition: all .3s ease-in-out
}

.single-foot-col-wrap ul li a:hover {
	padding-left: 10px;
	color: #c61c58
}

.single-foot-col-wrap ul li a i {
	border: 2px solid #fff;
	padding: 10px;
	border-radius: 50%;
	margin-bottom: 15px;
	margin-right: 5px
}

.contact-li {
	font-size: 14px;
	color: #fff;
	font-weight: 500
}

.footer-social-wrapper {
	background: #121213;
	border-bottom: 1px solid #2f333d;
	border-top: 1px solid #31353f;
	padding: 20px 0;
	margin-top: 30px
}

.single-social-wrap a {
	display: flex;
	align-items: center
}

.single-social-wrap a:hover i {
	border-radius: 50%
}

.single-social-wrap i {
	min-width: 45px;
	background: 0 0;
	color: #fff;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	margin-right: 20px;
	border: 2px solid #fff;
	border-radius: 0 10px 0 10px;
	transition: all .3s ease-in-out
}

.single-social-text .heading {
	font-weight: 300;
	font-size: 21px;
	line-height: 1.2;
	color: #fff
}

.single-social-text p {
	color: #aeaeb0;
	font-size: 12px;
	line-height: 2;
	text-transform: uppercase
}

.footer-bottom {
	padding: 30px 0
}

.footer-bottom p {
	text-align: center;
	color: #c1c1c1;
	font-size: 14px
}

.first-category-sec-1 {
	background: #000;
	padding: 30px 100px 50px
}

.fc-breadcrumbs {
	display: flex;
	align-items: center
}

.fc-breadcrumbs li {
	position: relative;
	margin-right: 10px
}

.fc-breadcrumbs li::after {
	color: #fff;
	content: ">";
	font-size: 12px
}

.fc-breadcrumbs li:last-child::after {
	content: ''
}

.fc-breadcrumbs li a {
	font-size: 12px;
	color: #fff;
	padding-right: 10px
}

.fc-left-text h1 {
	color: #fff;
	font-size: 30px;
	margin-bottom: 10px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 25px;
	line-height: 0.9;
}

.fc-left-text p {
	color: #fff;
	font-size: 15px;
	line-height: 1.7;
	font-weight: 400;
	margin-top: 0;
	width: 100%;
	max-width: 642px;
}

.fc-checklist {
	margin-top: 15px;
	margin-bottom: 25px
}

.fc-checklist li {
	color: #fff;
	font-size: 14px;
	margin-bottom: 5px
}

.fc-checklist li i {
	color: #c61c58;
	font-size: 14px;
	margin-right: 7px
}

.fc-left-text label {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	margin: 5px 0 10px
}

.fc-left-text label a {
	color: #a9a9a9;
	font-weight: 600
}

.fc-left-btn-wrap {
	margin-top: 15px
}

.fc-left-btn-wrap a:first-child {
	background-color: #c61c58;
	color: #fff;
	border-radius: 4px;
	font-size: 18px;
	display: inline-block;
	font-weight: 500;
	margin-right: 10px;
	padding: 7px 25px
}

.fc-left-btn-wrap a:last-child {
	background-color: #fff;
	border-radius: 4px;
	color: #101834;
	font-size: 18px;
	display: inline-block;
	font-weight: 500;
	margin-right: 10px;
	padding: 7px 25px
}

.fc-main-form-wrap {
	background-color: rgba(0, 0, 0, .55);
	padding: 20px 30px 30px;
	text-align: center;
	border: 1px solid #515151;
	border-radius: 30px;
	max-width: 400px;
	margin: 0 auto
}

.fc-main-form-wrap h2 {
	font-size: 22px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 25px;
	margin-top: 0;
	position: relative
}

.fc-main-form-wrap h2::after {
	content: '';
	background-color: #c61c58;
	bottom: -10px;
	height: 2px;
	left: 50%;
	margin-left: -25px;
	position: absolute;
	width: 50px
}

.fc-main-form-wrap input,
.fc-main-form-wrap textarea {
	width: 100%;
	margin-bottom: 10px;
	background: 0 0;
	border: none;
	border-bottom: 1px solid #414141;
	font-size: 14px;
	padding: 6px 0;
	resize: none;
	color: #fff
}

.fc-main-form-wrap button {
	background-color: #c61c58;
	border: 1px solid #c61c58;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 6px 20px;
	text-transform: uppercase;
	transition: all .3s ease 0s;
	width: 100%
}

.first-category-sec-2,
.first-category-sec-3 {
	text-align: center;
	padding: 40px 0;
	background: #fff
}

.first-category-sec-2-content {
	padding: 50px 0 0 0
}

.first-category-sec-2 h2,
.first-category-sec-3 h2,
.first-category-sec-5 h2 {
	font-size: 30px;
	position: relative;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	margin: 0 auto 20px;
	max-width: 75%
}

.first-category-sec-2 h2 span,
.first-category-sec-3 h2 span,
.first-category-sec-5 h2 span {
	font-weight: 600
}

.first-category-sec-2 p {
	font-size: 15px;
	line-height: 1.5;
	font-weight: 400;
	color: #101834;
	max-width: 75%;
	margin: 0 auto 30px
}

.first-category-sec-3 h2::after,
.first-category-sec-5 h2::after {
	content: '';
	background-color: #eb1652;
	bottom: -10px;
	height: 1px;
	width: 150px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%)
}

.first-category-sec-3 h6,
.first-category-sec-5 h6 {
	font-size: 15px;
	line-height: 1.5;
	font-weight: 400;
	color: #101834;
	margin-bottom: 30px
}

.fc-single-service-wrapper {
	min-height: 150px;
	border: 0;
	box-shadow: 0 1px 6px 0 rgba(178, 179, 245, .37);
	transition: all 350ms;
	padding: 20px;
	margin-top: 30px;
	transition: all .3s ease-in-out
}

.fc-single-service-wrapper:hover {
	transform: translateY(-3px);
	box-shadow: 0 5px 25px 0 rgba(178, 179, 245, .22)
}

.fc-single-service-wrapper a {
	color: #718be6;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase
}

.fc-single-service-wrapper h5 {
	color: #101834;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase
}

.fc-single-service-wrapper p {
	font-size: 15px;
	text-align: justify;
	padding-top: 10px
}

.first-category-sec-4 {
	background-color: #000;
	padding: 40px 0;
	text-align: center
}

.first-category-sec-4 h3 {
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	margin: 10px 0 20px;
	line-height: 1.2
}

.first-category-sec-4 p {
	font-size: 25px;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 30px;
	font-weight: 400;
	line-height: 1.5
}

.first-category-sec-4 button {
	border: 3px solid #c61c58;
	border-radius: 0;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	padding: 17px 40px;
	background-color: rgba(0, 0, 0, .5);
	text-transform: uppercase;
	font-weight: 500;
	transition: all .3s ease-in-out
}

.first-category-sec-4 button:hover {
	background: #c61c58
}

.first-category-sec-4 button i {
	margin-right: 7px
}

.first-category-sec-5 {
	text-align: center;
	padding: 50px;
	background: #fff
}

.why-choose-single-wrap {
	display: flex;
	position: relative;
	align-items: center;
	padding: 20px;
	margin-top: 30px;
	box-shadow: 0 1px 5px 0 rgba(174, 174, 174, .5);
	min-height: 235px;
	transition: .5s linear;
	cursor: pointer
}

.why-choose-single-wrap:hover {
	background: #c61d58
}

.why-choose-single-wrap:hover .why-single-text h5 {
	color: #fff
}

.why-choose-single-wrap:hover .why-single-text p {
	color: #fff
}

.why-single-icon {
	border-radius: 50%;
	min-width: 40px;
	height: 40px;
	color: #fff;
	font-size: 20px;
	background: #c61c58;
	box-shadow: -3px 0 3px 0 rgba(174, 174, 174, .5);
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: -20px;
	top: 10px
}

.why-single-text {
	margin-left: 15px;
	text-align: left
}

.why-single-text h5 {
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 0;
	color: #000;
	font-weight: 600;
	transition: .5s linear
}

.why-single-text p {
	transition: .5s linear;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
	margin: 10px 0 0
}

.pop-up-section .modal {
	background: rgba(0, 0, 0, .6)
}

.pop-up-section .modal-content {
	background: #121212;
	position: relative;
	border-radius: 20px
}

.pop-up-section .form-right-wrapper {
	padding: 30px 25px;
	border-radius: 20px;
	border: 4px solid #c61c58;
	box-shadow: 0 0 10px #737373
}

.pop-up-section .form-logo-wrapper {
	position: relative;
	text-align: center
}

.pop-up-section .form-logo-wrapper img {
	max-width: 190px;
	margin: 0 auto
}

.pop-up-section .form-logo-wrapper button.close {
	color: #fff;
	background: #c61c58;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	outline: 0;
	box-shadow: none;
	opacity: 1;
	line-height: 18px;
	font-size: 28px;
	position: absolute;
	top: -34px;
	right: -29px
}

.pop-up-section .form-logo-wrapper button.close:hover {
	opacity: 1
}

.pop-up-section .quote-form-header p {
	color: #fff;
	font-size: 28px;
	line-height: 1.2;
	font-weight: 600;
	padding: 15px 0;
	text-align: center
}

.pop-up-section .quote-form-header p span {
	color: #c61c58
}

.pop-up-section .input-columns {
	margin-bottom: 20px;
	position: relative
}

.pop-up-section .input-columns label {
	color: #ffd400;
	font-size: 15px;
	line-height: 1;
	margin: 0;
	position: absolute;
	bottom: 10px;
	transition: all .35s
}

.pop-up-section .input-columns input,
.pop-up-section .input-columns textarea {
	background: 0 0;
	border: none;
	border-bottom: 1px solid #c61c58;
	box-shadow: none;
	outline: 0;
	color: #fff;
	padding: 0;
	border-radius: 0;
	resize: none;
	height: 40px
}

.pop-up-section .input-columns input.filled,
.pop-up-section .input-columns input:focus,
.pop-up-section .input-columns select.filled,
.pop-up-section .input-columns select:focus,
.pop-up-section .input-columns textarea.filled,
.pop-up-section .input-columns textarea:focus {
	-webkit-animation-play-state: paused;
	animation-play-state: paused
}

.pop-up-section .input-columns select {
	background: 0 0;
	border: none;
	border-bottom: 1px solid #c61c58;
	box-shadow: none;
	outline: 0;
	color: #fff;
	padding: 0;
	border-radius: 0;
	width: 100%;
	height: 40px
}

.pop-up-section .input-columns select option {
	color: #fff;
	background: #c61c58
}

.pop-up-section .input-columns input::placeholder,
.pop-up-section .input-columns textarea::placeholder {
	color: #fff
}

.pop-up-section .input-columns textarea {
	width: 100%;
	height: 100px!important
}

.pop-up-section .form-submit-button {
	position: relative;
	background: #c61c58;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	padding: 10px 60px;
	border-radius: 0;
	margin-top: 15px;
	display: inline-block;
	border: none;
	margin-left: 15px;
	outline: 0;
	box-shadow: none;
	position: relative;
	z-index: 2
}

.pop-up-section .form-submit-button svg {
	height: calc(100% + 0px);
	left: 4px;
	position: absolute;
	top: 4px;
	width: calc(100% + 0px);
	z-index: -1;
	transition: all .35s linear
}

.pop-up-section .form-submit-button:hover svg {
	height: calc(100% + 8px);
	left: -4px;
	position: absolute;
	top: -4px;
	width: calc(100% + 8px)
}

.pop-up-section .form-submit-button rect {
	fill: none;
	stroke: #c61c58;
	stroke-width: 5;
	stroke-dasharray: 422, 0;
	transition: all .35s linear
}

.pop-up-section .form-submit-button:hover rect {
	stroke-width: 6;
	stroke: #c61c58;
	stroke-dasharray: 60, 198;
	stroke-dashoffset: 50;
	transition: all 1.35s cubic-bezier(.19, 1, .22, 1)
}

.pop-up-section .form-submit-button img {
	position: absolute;
	max-width: 60px;
	left: -15px;
	top: -5px;
	transition: all .35s
}

.pop-up-section .form-submit-button:hover img {
	transform: scale(.65) translate(15px, 1px)
}

.pop-up-section .modal-dialog {
	max-width: 500px
}

.new-category-sec-1 h6 {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 8px;
	color: #000
}

.new-category-sec-1 p {
	font-size: 15px;
	line-height: 1.5;
	font-weight: 400;
	color: #101834;
	margin-bottom: 10px
}

.new-category-sec-1 h2 {
	font-size: 30px;
	position: relative;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	margin: 30px auto 20px;
	text-align: center
}

.new-category-sec-1 h2::after {
	content: '';
	background-color: #eb1652;
	bottom: -10px;
	height: 1px;
	width: 150px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%)
}

.new-category-sec-1 label {
	font-size: 18px;
	margin-bottom: 10px
}

.new-category-sec-1 label i {
	color: #04c504;
	margin-right: 5px
}

.client_single_result {
	box-shadow: 0 0 5px #e4e4e4;
	border-radius: 6px 6px 0 0;
	border: 1px solid #e6e6e6;
	margin: 30px 0
}

.csr_head_wrapper {
	display: flex;
	align-items: center;
	background: #000;
	border-bottom: 1px solid #e0e0e0;
	border-radius: 6px 6px 0 0;
	padding: 0;
	flex-wrap: wrap
}

.csr_head_left {
	background: #fff;
	padding: 20px;
	position: relative
}

.csr_head_left img {
	max-width: 140px
}

.csr_head_right {
	padding: 0 15px
}

.csr_head_right a {
	color: #fff;
	font-weight: 600
}

.list_head {
	background-color: #ddd;
	font-weight: 700
}

.csr_body_wrapper li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 8px 5px;
	font-size: 14px
}

.csr_body_wrapper li:nth-child(even) {
	background-color: rgba(244, 244, 244, .65)
}

.csr_body_wrapper li>div:first-child {
	width: 50%;
	text-align: left;
	padding-left: 30px
}

.csr_body_wrapper li>div {
	width: 50%;
	text-align: center
}

.facebook_advertisment_wrapper_text01 h6 {
	margin: 10px 0 10px;
	font-size: 17px;
	line-height: 30px
}

.google_wrapper_text h5 {
	color: #101834;
	font-family: Quicksand;
	font-size: 22px;
	margin-bottom: 10px;
	margin-top: 15px
}

.google_wrapper_text h6 {
	font-size: 20px;
	font-family: Quicksand;
	color: #212529;
	margin-bottom: 10px
}

.google_wrapper_text p {
	font-size: 16px;
	margin-bottom: 10px
}

.google_wrapper_text ul {
	padding: 0 0 10px 20px
}

.google_wrapper_text ul li {
	line-height: 26px;
	font-size: 16px
}

.woocommerce_section {
	background-color: #f9f9f9;
	padding: 50px 0
}

.woocommerce_section h2 {
	font-weight: 700;
	color: #c61c58;
	font-size: 35px;
	margin-bottom: 30px
}

.woocommerce_section p {
	font-size: 15px;
	color: #000;
	line-height: 23px;
	margin-bottom: 10px
}

.wocom_bg {
	background-image: url(../images/ecom-bnr.jpg);
	padding: 60px 0 90px;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	position: relative
}

.wocom_bg:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: rgba(0, 0, 0, .89)
}

.get-touch-warper {
	padding: 0 20px;
	position: relative;
	text-align: left
}

.get-touch-warper h3 {
	font-size: 18px;
	line-height: 28px;
	text-align: right;
	font-weight: 400;
	color: #fff;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin: 20px 0 10px
}

.get-touch-warper h4 {
	font-size: 28px;
	line-height: 30px;
	color: #fff;
	text-align: right;
	letter-spacing: 3px;
	text-transform: uppercase
}

.get-touch-warper h4 span {
	display: block
}

.get_button {
	padding: 50px 60px 0
}

.get_button button {
	background: #c61c58;
	border: 1px solid#c61c58;
	padding: 10px 18px;
	width: 190px;
	color: #fff;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase
}

.second-categorey-sec-2 {
	background-color: #101010;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 100px 0
}

.second-categorey-sec-2 h4 {
	font-size: 40px;
	text-transform: uppercase;
	margin-bottom: 10px
}

.sc-breadcrumbs {
	display: flex;
	justify-content: center;
	align-items: center
}

.sc-breadcrumbs li {
	padding: 0 10px;
	position: relative
}

.sc-breadcrumbs li::before {
	position: absolute;
	content: '/';
	color: #fff;
	right: -5px
}

.sc-breadcrumbs li:last-child::before {
	display: none
}

.sc-breadcrumbs li a {
	font-size: 16px;
	color: #c61c58;
	text-transform: capitalize
}

.second-categorey-sec-2-bottom {
	background-color: #fff;
	border-bottom: 1px solid rgba(16, 24, 52, .11);
	bottom: 0;
	padding: 10px 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 70px;
	position: relative
}

.second-categorey-sec-2-bottom h5 {
	font-size: 26px;
	text-transform: uppercase;
	color: #101834;
	position: relative
}

.second-categorey-sec-2-bottom::before {
	content: '';
	position: absolute;
	width: 2px;
	height: 61%;
	background: #c61c58;
	transform: rotate(-35deg);
	left: 170px;
	top: -2px
}

.second-categorey-sec-2-bottom::after {
	content: '';
	position: absolute;
	width: 2px;
	height: 60%;
	background: #c61c58;
	transform: rotate(35deg);
	left: 170px;
	bottom: -5px
}

.second-categorey-sec-2-bottom ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: calc(100% - 145px)
}

.second-categorey-sec-2-bottom ul li {
	min-width: 190px;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center
}

.second-categorey-sec-2-wrapper {
	padding: 100px 0
}

.sec-2-wrapper-text {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center
}

.sec-2-wrapper-text h5 {
	color: #101834;
	font-size: 30px;
	margin-bottom: 10px
}

.sec-2-wrapper-text p {
	font-size: 18px;
	color: #323232;
	width: 50%;
	font-weight: 500;
	text-align: center
}

.sec-2-wrapper-text button {
	background: #000;
	color: #fff;
	margin-top: 20px;
	padding: 7px 30px;
	transition: .5s;
	font-size: 18px;
	border: none
}

.sec-2-wrapper-text button:hover {
	background: #c61c58;
	box-shadow: 0 4px 5px #cfcfcf;
	color: #fff
}

.second-categorey-sec-2-text {
	padding: 100px 0 0 0
}

.second-categorey-sec-2-text h5 {
	color: #101834;
	font-family: Quicksand;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 10px;
	text-align: center
}

.second-categorey-sec-2-text p {
	font-size: 16px;
	line-height: 25px;
	font-weight: 500;
	text-align: center
}

.facebook_advertisment_wrapper {
	padding: 50px 0
}

.facebook_advertisment_wrapper h4 {
	color: #101834;
	font-family: Quicksand;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 100px;
	text-align: center
}

.facebook_advertisment_wrapper_text h5 {
	color: #101834;
	font-family: Quicksand;
	font-size: 24px;
	line-height: 35px;
	margin-bottom: 20px
}

.facebook_advertisment_wrapper_text p {
	font-size: 17px;
	font-weight: 500;
	line-height: 26px;
	margin-bottom: 10px;
	display: inline-block;
	padding-right: 20px
}

.facebook_advertisment_wrapper_text01 p {
	font-size: 19px;
	line-height: 36px;
	text-align: justify;
	padding-left: 25px;
	position: relative;
	margin-bottom: 10px
}

.facebook_advertisment_wrapper_text01 span::before {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	content: "\f058";
	left: -25px;
	font-size: 18px;
	color: #101834
}

.facebook_advertisment_wrapper_text01 p span {
	font-weight: 600;
	position: relative
}

.facebook_advertisment_wrapper_forum {
	background-color: #000;
	text-align: center;
	padding: 20px 25px 20px 45px;
	position: relative;
	clip-path: polygon(7% 0, 100% 0, 100% 100%, 0 100%)
}

.facebook_advertisment_wrapper_forum h5 {
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 15px
}

.facebook_advertisment_wrapper_forum input {
	width: 100%;
	border: 1px solid #ccc;
	font-size: 16px;
	padding: 10px 8px;
	color: #333;
	transition: all .3s ease 0s;
	font-weight: 500;
	margin-bottom: 15px;
	border-radius: 2px
}

.facebook_advertisment_wrapper_forum select {
	width: 100%;
	border: 1px solid #ccc;
	font-size: 16px;
	padding: 10px 8px;
	color: #333;
	transition: all .3s ease 0s;
	font-weight: 500;
	margin-bottom: 15px;
	border-radius: 2px
}

.facebook_advertisment_wrapper_forum textarea {
	width: 100%;
	border: 1px solid #ccc;
	font-size: 16px;
	padding: 10px 8px;
	color: #333;
	transition: all .3s ease 0s;
	font-weight: 500;
	margin-bottom: 15px;
	border-radius: 2px;
	resize: none;
	height: 100px
}

.facebook_advertisment_wrapper_forum button {
	border: 1px solid #fff;
	border-radius: 0 10px;
	box-shadow: none;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	padding: 5px 30px 7px;
	text-transform: uppercase;
	width: auto;
	background: 0 0
}

.facebook_wrapper_video {
	width: 75%
}

.video_wrapper {
	display: none
}

.main_wrapper_video {
	display: flex;
	align-items: center;
	margin-bottom: 15px
}

.facebook_advertisment_wrapper_text01 h5 {
	color: #101834;
	font-family: Quicksand;
	font-size: 28px;
	line-height: 35px;
	margin-bottom: 10px
}

.facebook_advertisment_wrapper_text01 p {
	display: block;
	font-weight: 400
}

p.facebook_wrapper_padding {
	padding: 0;
	font-size: 17px;
	line-height: 25px
}

.seo_technology_wrapper {
	background-color: #000;
	border-radius: 0 20px;
	box-shadow: 0 4px 10px #929292;
	padding: 20px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center
}

.seo_technology_wrapper h5 {
	color: #c61c58;
	font-size: 25px;
	padding: 0 15px 0 0;
	text-align: center;
	margin: 0
}

.seo_technology_wrapper button {
	border: 1px solid #c61c58;
	border-radius: 3px;
	color: #c61c58;
	font-family: Quicksand;
	font-size: 14px;
	padding: 5px 10px;
	background-color: transparent;
	text-transform: uppercase;
	transition: all .3s ease 0s
}

.seo_technology_wrapper button:hover {
	color: #000;
	background-color: #c61c58
}

.third-categorey-sec-1 {
	padding: 50px 0
}

.third-categorey-sec-1 h5 {
	font-size: 35px;
	text-align: center;
	color: #111935;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 20px
}

.third-categorey-sec-1 p {
	font-size: 16px;
	width: 85%;
	display: block;
	margin: 0 auto 10px;
	text-align: center
}

.third-categorey-packages {
	padding: 50px 0
}

.third-categorey-packages h5 {
	font-size: 35px;
	text-align: center;
	color: #111935;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 20px
}

.third-categorey-packages p {
	margin-bottom: 20px
}

.third-categorey-packages-box {
	width: 170px;
	height: 170px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #c61c58;
	color: #fff;
	border-radius: 50%;
	margin: 0 auto;
	transition: .5s linear;
	cursor: pointer
}

.third-categorey-packages-box:hover {
	background: #000
}

.third-categorey-packages-box-bg {
	background-color: #101834;
	color: #fff
}

.third-categorey-packages-box h6 {
	font-size: 34px;
	margin-bottom: 5px;
	font-weight: 500;
	color: #fff
}

.third-categorey-packages-box-bg h6 {
	color: #fff
}

.third-categorey-packages-box span {
	font-size: 20px;
	font-weight: 500;
	text-transform: capitalize
}

.third-categorey-packages-box-01 h6 {
	font-family: Quicksand;
	font-size: 22px;
	font-weight: 500;
	margin: 20px 0 20px 0;
	text-transform: uppercase;
	text-align: center
}

.third-categorey-packages-box-01 button {
	background-color: #c61c58;
	border: none;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding: 8px 15px;
	border-radius: 5px;
	text-transform: uppercase;
	transition: all .5s ease 0s;
	display: block;
	margin: 0 auto
}

.third-categorey-packages-box-01 button:hover {
	background-color: #000;
	color: #fff;
	border: none
}

.custom_table tr td h6 {
	text-align: center;
	width: 100%;
	border: none;
	font-size: 24px;
	background-color: #c61c58;
	color: #fff;
	padding: 12px
}

.custom_table thead th {
	vertical-align: bottom;
	border-bottom: 0;
	width: 20%;
	text-align: center
}

.custom_table tbody td {
	text-align: center
}

.custom_table tbody tr th {
	width: 20%;
	text-align: center
}

.custom_table tbody tr th i {
	color: #9ed10f
}

.custom_table tbody th:nth-child(3) {
	background-color: #101834;
	color: #c61c58
}

.third-categorey-packages-box-01 h6 {
	color: #000
}

.custom_table td.border-none {
	border: 0
}

.custom_table tbody td i {
	color: #9ed10f
}

.custom_table tbody td:nth-child(3) {
	background-color: #000;
	color: #fff
}

.custom_table thead th:nth-child(3) {
	color: #c61c58
}

.custom_table tbody tr:nth-of-type(odd) {
	background-color: #ededed;
	border: 1px solid #fff
}

.custom_table tbody tr td {
	border: none
}

.custom_table td,
.custom_table th {
	border: none
}

.custom_table tr.main_row {
	background: #101834;
	color: #fff
}

.third-categorey-text p {
	font-size: 17px;
	line-height: 26px;
	margin-bottom: 10px;
	font-weight: 500
}

.third-categorey-text h5 {
	color: #101834;
	font-family: Quicksand;
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: 600
}

.third-categorey-text h6 {
	color: #333;
	font-family: Quicksand;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 700
}

.third-categorey-text01 {
	padding: 50px 0
}

.third-categorey-text01 h5 {
	color: #101834;
	font-family: Quicksand;
	font-size: 30px;
	margin-bottom: 15px;
	font-weight: 600;
	text-align: center;
	position: relative
}

.third-categorey-text01 h5::before {
	width: 5%;
	position: absolute;
	content: '';
	height: 1px;
	background-color: #c61c58;
	bottom: -18px;
	right: 43%
}

.third-categorey-text01 h5::after {
	width: 5%;
	position: absolute;
	content: '';
	height: 1px;
	background-color: #c61c58;
	bottom: -18px;
	left: 43%
}

.third-categorey-text01 span {
	position: relative;
	display: block
}

.third-categorey-text01 span::before {
	content: '';
	position: absolute;
	background-image: url(../images/triangle.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 21px auto;
	height: 26px;
	width: 35px;
	right: 0;
	left: 0;
	margin: 0 auto;
	bottom: -20px
}

.third-categorey-text01 p {
	font-size: 16px;
	text-align: center;
	width: 80%;
	display: block;
	margin: 30px auto 80px
}

.third-categorey-text-box i {
	text-align: center;
	height: 60px;
	width: 60px;
	margin: 0 auto;
	box-shadow: 0 6px 18px #ddd;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	font-size: 26px;
	color: #c61c58;
	margin-bottom: 20px;
	transition: .5s
}

.third-categorey-text-box i:hover {
	background-color: #c61c58;
	color: #fff
}

.third-categorey-text-box h6 {
	text-align: center
}

.third-categorey-text-box p {
	margin: 10px auto 0
}

.third-categorey-text-box {
	box-shadow: 0 3px 18px #a2a2a2;
	padding: 10px 10px;
	border: 1px solid #f2f2f2;
	min-height: 305px!important;
	transition: all .3s ease 0s;
	cursor: pointer;
	margin-bottom: 50px
}

.third-categorey-text-box:hover i {
	background-color: #c61c58;
	color: #fff
}

.custom_table i.fas.fa-times {
	color: #cd1619
}

.section-1 {
	background: #fff;
	padding: 60px 0
}

.form-section h1 {
	text-align: center;
	color: #101834;
	font-size: 20px;
	margin-bottom: 20px
}

.form-section input {
	width: 100%;
	margin-bottom: 20px;
	padding: 5px 10px;
	border-radius: 2px;
	border: 1px solid #ccc
}

.form-section input::placeholder {
	font-size: 15px;
	font-weight: 600
}

.form-section textarea {
	padding: 5px 10px;
	width: 100%;
	resize: none;
	border-radius: 2px;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	height: 70px
}

.form-section textarea::placeholder {
	font-size: 15px;
	font-weight: 600
}

.form-section button {
	float: right;
	padding: 8px 35px;
	background: #000;
	color: #fff;
	border: none;
	border-radius: 0 10px 0 10px;
	font-size: 16px;
	font-weight: 700
}

.main-section {
	background: #000;
	clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%)
}

.main-section h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px
}

.main-section p {
	font-size: 16px;
	font-weight: 500;
	color: #ccc
}

.info-section {
	padding: 60px 0 20px 125px
}

.img-section img {
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px
}

.phone-number i {
	border: 1px solid #c61c58;
	width: 30px;
	border-radius: 20px;
	height: 30px;
	color: #c61c58;
	font-size: 14px;
	padding: 8px 6px;
	margin-right: 5px
}

.phone-number h4 {
	color: #c61c58;
	font-size: 18px;
	margin: 5px 0;
	display: inline-flex
}

.phone-number a {
	display: block;
	color: #fff;
	margin-left: 35px;
	margin-bottom: 5px
}

.Toll-Free h4 {
	color: #c61c58;
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 18px
}

.Toll-Free a {
	color: #fff;
	padding: 0 35px
}

.Email {
	margin-top: 25px
}

.Email i {
	border: 1px solid #c61c58;
	width: 30px;
	border-radius: 20px;
	height: 30px;
	color: #c61c58;
	font-size: 14px;
	padding: 8px 7px;
	margin-right: 5px
}

.Email h4 {
	color: #c61c58;
	font-size: 18px;
	margin: 5px 0;
	display: inline
}

.Email a {
	display: block;
	color: #fff;
	margin-left: 35px;
	margin-bottom: 5px
}

.section-2 {
	background: #fff;
	padding: 60px 0
}

.affordable h2 {
	text-align: center;
	color: #101834;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 10px
}

.affordable p {
	font-size: 16px;
	font-weight: 400;
	line-height: 25px
}

.affordable p a {
	color: #000;
	border-bottom: 1px solid#000
}

.section-3 {
	background: #101834;
	padding: 60px 0 150px
}

.section-34-main {
	position: relative
}

.web-solution h2 {
	color: #fff;
	text-align: center;
	font-size: 50px;
	margin-bottom: 20px
}

.web-solution p {
	color: #fff;
	text-align: center;
	font-size: 25px
}

.section-4 .boder-up {
	border-right: 1px solid #dfdfdf;
	height: 400px
}

.section-4 .main-contant {
	box-shadow: 0 0 25px rgba(57, 57, 57, .14);
	width: 100%;
	display: flex;
	padding: 0 0 35px 0;
	position: relative;
	top: -100px;
	background: #fff
}

.section-4 .img-item {
	text-align: center;
	margin-top: 50px
}

.section-4 .main-contant h2 {
	text-align: center;
	font-size: 25px;
	margin-bottom: 10px
}

.section-4 .main-contant p {
	text-align: center;
	font-size: 17px;
	width: 86%;
	margin: 0 auto;
	margin-bottom: 15px
}

.section-4 .main-contant p a {
	color: #000
}

.section-4 .main-contant button {
	display: block;
	margin: 0 auto;
	padding: 5px 25px;
	background: #101834;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	border: 1px solid#101834;
	margin-bottom: 20px;
	border-radius: 0 5px;
	transition-duration: .5s
}

.section-4 .main-contant button:hover {
	background: #fff;
	color: #101834
}

.section-5 {
	background: #fff;
	padding: 50px 0
}

.main-text-area h2 {
	text-align: center;
	color: #101834;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 50px
}

.main-text-area p {
	font-size: 16px;
	font-weight: 400;
	width: 72%;
	margin: 0 auto;
	text-align: center
}

.section-6 {
	background: #fff
}

.section-6 .img-sec {
	text-align: center
}

.section-7 {
	background: #fff;
	padding: 50px 0
}

.unmatchable h2 {
	text-align: center;
	color: #101834;
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 25px
}

.unmatchable p {
	font-size: 16px;
	font-weight: 400;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	line-height: 28px;
	margin-bottom: 35px
}

.section-7 .box {
	display: flex;
	cursor: pointer;
	transition: .5s linear;
	margin-bottom: 50px
}

.section-7 .box i {
	font-size: 22px;
	border: 1px solid #ccc;
	color: #c61c58;
	border-radius: 50px;
	height: 55px;
	width: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .5s
}

.box:hover .icon-sec i {
	color: #fff;
	background: #c61c58;
	border: none
}

.section-7-main {
	margin-left: 25px
}

.section-7-main h3 {
	color: #444;
	font-size: 21px;
	font-weight: 600;
	margin-bottom: 10px
}

.section-7-main p {
	font-size: 16px;
	margin: 0;
	text-align: justify
}

.section-8 {
	background-color: #eee;
	padding: 5em 0
}

.how-the-innovation h2 {
	font-size: 40px;
	font-weight: 400;
	margin-bottom: 25px
}

.how-the-innovation i {
	margin-top: 8px;
	margin-right: 8px
}

.how-the-innovation li {
	font-size: 18px;
	margin-bottom: 25px;
	display: flex
}

.how-the-innovation button {
	background: #c61c58;
	border: 1px solid#c61c58;
	padding: 10px 18px;
	transition-duration: .5s;
	min-width: 150px;
	font-weight: 500;
	font-size: 18px
}

.how-the-innovation button a {
	color: #000
}

.how-the-innovation button:hover {
	background-color: transparent
}

.section-9 {
	background: #fff;
	padding: 60px 0
}

.custom-web h2 {
	text-align: center;
	color: #101834;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 50px
}

.custom-web p {
	font-size: 16px;
	font-weight: 400;
	width: 97%
}

.section-10 {
	background: #000;
	padding: 60px 0
}

.our-offering h2 {
	color: #fff;
	text-align: center;
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 35px
}

.our-offering p {
	color: #fff;
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	width: 90%;
	margin: 0 auto;
	line-height: 35px;
	text-transform: uppercase
}

.section-11 {
	background: #fff;
	padding: 60px 0;
	border-bottom: 1px solid #ddd
}

.open-service {
	padding: 0 0 0 70px
}

.open-service h2 {
	font-size: 24px;
	font-weight: 600;
	color: #000;
	margin-bottom: 25px
}

.open-service span {
	color: #c61c58;
	font-size: 24px;
	font-weight: 600
}

.open-service p {
	font-size: 19px;
	font-weight: 400;
	letter-spacing: .3px;
	line-height: 30px;
	margin-bottom: 20px;
	text-align: justify;
	width: 90%
}

.open-service p a {
	color: #333
}

.section-11 button {
	color: #c61c58;
	padding: 8px 15px;
	font-size: 18px;
	font-weight: 700;
	border-radius: 25px;
	border: none;
	transition-duration: .5s;
	background: #fff
}

.section-11 button:hover {
	padding: 10px 20px;
	background-color: #c61c58;
	color: #fff
}

.section-12 {
	background: #fff;
	padding: 60px 0;
	border-bottom: 1px solid #ddd
}

.HTML5 h2 {
	font-size: 24px;
	font-weight: 600;
	color: #000;
	margin-bottom: 25px
}

.HTML5 span {
	color: #c61c58;
	font-size: 24px;
	font-weight: 600
}

.HTML5 p {
	font-size: 19px;
	font-weight: 400;
	letter-spacing: .3px;
	line-height: 30px;
	margin-bottom: 20px;
	text-align: justify;
	width: 90%
}

.HTML5 p a {
	color: #333
}

.HTML5 {
	padding: 0
}

.open-source-img {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center
}

.HTML5-img {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.section-12 button {
	color: #c61c58;
	padding: 8px 15px;
	font-size: 18px;
	font-weight: 700;
	border-radius: 25px;
	border: none;
	transition-duration: .5s;
	background: #fff
}

.section-12 button:hover {
	padding: 10px 20px;
	background-color: #c61c58;
	color: #fff
}

.section-13 {
	background: #fff;
	padding: 60px 0;
	border-bottom: 1px solid #ddd
}

.section-13 button {
	color: #c61c58;
	padding: 8px 15px;
	font-size: 18px;
	font-weight: 700;
	border-radius: 25px;
	border: none;
	transition-duration: .5s;
	background: #fff
}

.section-13 button:hover {
	padding: 10px 20px;
	background-color: #c61c58;
	color: #fff
}

.section-14 {
	background: #fff;
	padding: 60px 0;
	border-bottom: 1px solid #ddd
}

.section-14 button {
	color: #c61c58;
	padding: 8px 15px;
	font-size: 18px;
	font-weight: 700;
	border-radius: 25px;
	border: none;
	transition-duration: .5s;
	background: #fff
}

.section-14 button:hover {
	padding: 10px 20px;
	background-color: #c61c58;
	color: #fff
}

.section-15 {
	background: #fff;
	padding: 60px 0;
	border-bottom: 1px solid #ddd
}

.section-15 button {
	color: #c61c58;
	padding: 8px 15px;
	font-size: 18px;
	font-weight: 700;
	border-radius: 25px;
	border: none;
	transition-duration: .5s;
	background: #fff
}

.section-15 button:hover {
	padding: 10px 20px;
	background-color: #c61c58;
	color: #fff
}

.open-service i {
	margin-left: 15px
}

.HTML5 i {
	margin-left: 15px
}

.section-16 {
	background: #fff;
	padding: 60px 0
}

.custom-ecommerce h2 {
	color: #000;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 35px
}

.custom-ecommerce p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
	width: 98%
}

.section-17 {
	background: #000;
	padding: 60px 0
}

.section-17 .our-offering h2 {
	color: #fff;
	text-align: center;
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 15px
}

.section-17 .our-offering p {
	color: #fff;
	text-align: justify;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	text-transform: none;
	width: 96%
}

.section-18 {
	background: #fff;
	padding: 60px 50px;
	border-bottom: 1px solid #ddd
}

.heading-service {
	padding: 0
}

.heading-service h2 {
	font-size: 25px;
	font-weight: 600;
	color: #000;
	margin-bottom: 25px;
	text-transform: uppercase;
	letter-spacing: 3px
}

.heading-service span {
	color: #c61c58;
	font-size: 25px;
	font-weight: 600
}

.heading-service p {
	font-size: 19px;
	font-weight: 400;
	letter-spacing: .3px;
	line-height: 30px;
	margin-bottom: 20px;
	text-align: justify;
	width: 95%
}

.heading-service p a {
	color: #333
}

.section-18 button {
	color: #c61c58;
	padding: 8px 15px;
	font-size: 18px;
	font-weight: 700;
	border-radius: 25px;
	border: none;
	transition-duration: .5s;
	background: #fff
}

.section-18 button:hover {
	padding: 10px 20px;
	background-color: #c61c58;
	color: #fff
}

.heading-service i {
	margin-left: 15px
}

.section-19 {
	background: #fff;
	padding: 60px 60px;
	border-bottom: 1px solid #ddd
}

.magento-img {
	padding: 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%
}

.section-19 button {
	color: #c61c58;
	padding: 8px 15px;
	font-size: 18px;
	font-weight: 700;
	border-radius: 25px;
	border: none;
	transition-duration: .5s;
	background: #fff
}

.section-20 button:hover {
	padding: 10px 20px;
	background-color: #c61c58;
	color: #fff
}

.section-20 {
	background: #fff;
	padding: 60px 60px;
	border-bottom: 1px solid #ddd
}

.opencart-img {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center
}

.section-20 button {
	color: #c61c58;
	padding: 8px 15px;
	font-size: 18px;
	font-weight: 700;
	border-radius: 25px;
	border: none;
	transition-duration: .5s;
	background: #fff
}

.section-20 button:hover {
	padding: 10px 20px;
	background-color: #c61c58;
	color: #fff
}

.section-21 {
	background: #fff;
	padding: 60px 0;
	border-bottom: 1px solid #ddd
}

.core-php {
	padding: 0 70px
}

.core-php h2 {
	font-size: 25px;
	font-weight: 600;
	color: #000;
	margin-bottom: 25px;
	text-transform: uppercase
}

.core-php span {
	color: #c61c58;
	font-size: 25px;
	font-weight: 600
}

.core-php p {
	font-size: 19px;
	font-weight: 400;
	letter-spacing: .3px;
	line-height: 30px;
	margin-bottom: 20px;
	text-align: justify
}

.section-21 button {
	color: #c61c58;
	padding: 8px 15px;
	font-size: 18px;
	font-weight: 700;
	border-radius: 25px;
	border: none;
	transition-duration: .5s;
	background: #fff
}

.section-21 button:hover {
	padding: 10px 20px;
	background-color: #c61c58;
	color: #fff
}

.core-php i {
	margin-left: 15px
}

.section-22 {
	background: #fff;
	padding: 60px 0;
	border-bottom: 1px solid #ddd
}

.joomla-img {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center
}

.section-22 button {
	color: #c61c58;
	padding: 8px 15px;
	font-size: 18px;
	font-weight: 700;
	border-radius: 25px;
	border: none;
	transition-duration: .5s;
	background: #fff
}

.section-22 button:hover {
	padding: 10px 20px;
	background-color: #c61c58;
	color: #fff
}

.section-23 {
	background: #fff;
	padding: 60px 0;
	border-bottom: 1px solid #ddd
}

.codeignitor-img {
	padding: 0 0;
	display: flex;
	align-items: center;
	justify-content: center
}

.section-23 button {
	color: #c61c58;
	padding: 8px 15px;
	font-size: 18px;
	font-weight: 700;
	border-radius: 25px;
	border: none;
	transition-duration: .5s;
	background: #fff
}

.section-23 button:hover {
	padding: 10px 20px;
	background-color: #c61c58;
	color: #fff
}

.section-24 {
	background: #fff;
	padding: 60px 0
}

.best-mobile-app h2 {
	color: #000;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 35px
}

.best-mobile-app p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
	width: 98%
}

.section-25 {
	background: #000;
	padding: 60px 0
}

.section-25 .our-offering h2 {
	color: #fff;
	text-align: center;
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 35px
}

.section-25 .our-offering p {
	color: #fff;
	text-align: justify;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	text-transform: none;
	width: 95%
}

.section-26 {
	background: #fff;
	padding: 60px 0;
	border-bottom: 1px solid #ddd
}

.section-26 button {
	color: #c61c58;
	padding: 8px 15px;
	font-size: 18px;
	font-weight: 700;
	border-radius: 25px;
	border: none;
	transition-duration: .5s;
	background: #fff
}

.section-26 button:hover {
	padding: 10px 20px;
	background-color: #c61c58;
	color: #fff
}

.section-27 {
	background: #fff;
	padding: 60px 0;
	border-bottom: 1px solid #ddd
}

.section-27 button {
	color: #c61c58;
	padding: 8px 15px;
	font-size: 18px;
	font-weight: 700;
	border-radius: 25px;
	border: none;
	transition-duration: .5s;
	background: #fff
}

.section-27 button:hover {
	padding: 10px 20px;
	background-color: #c61c58;
	color: #fff
}

.section-28 {
	background: #fff;
	padding: 60px 0;
	border-bottom: 1px solid #ddd
}

.native-ios-img {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%
}

.native-android-img {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center
}

.hybrid-app-img {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%
}

.section-28 button {
	color: #c61c58;
	padding: 8px 15px;
	font-size: 18px;
	font-weight: 700;
	border-radius: 25px;
	border: none;
	transition-duration: .5s;
	background: #fff
}

.section-28 button:hover {
	padding: 10px 20px;
	background-color: #c61c58;
	color: #fff
}

.section-29 {
	background: #fff;
	padding: 60px 0
}

.creative-digital h2 {
	color: #000;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 35px
}

.creative-digital p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
	width: 97%
}

.section-30 {
	background: #000;
	padding: 60px 0
}

.section-30 .our-offering h2 {
	color: #fff;
	text-align: center;
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 35px
}

.section-30 .our-offering p {
	color: #fff;
	text-align: justify;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	text-transform: none;
	width: 95%
}

.section-31 {
	background: #fff;
	padding: 60px 0;
	border-bottom: 1px solid #ddd
}

.section-31 button {
	color: #c61c58;
	padding: 8px 15px;
	font-size: 18px;
	font-weight: 700;
	border-radius: 25px;
	border: none;
	transition-duration: .5s;
	background: #fff
}

.section-31 button:hover {
	padding: 10px 20px;
	background-color: #c61c58;
	color: #fff
}

.section-32 {
	background: #fff;
	padding: 60px 0;
	border-bottom: 1px solid #ddd
}

.web-developers-img {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center
}

.section-32 button {
	color: #c61c58;
	padding: 8px 15px;
	font-size: 18px;
	font-weight: 700;
	border-radius: 25px;
	border: none;
	transition-duration: .5s;
	background: #fff
}

.section-32 button:hover {
	padding: 10px 20px;
	background-color: #c61c58;
	color: #fff
}

.section-33 {
	background: #fff;
	padding: 60px 0;
	border-bottom: 1px solid #ddd
}

.mobile-app-img {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center
}

.section-33 button {
	color: #c61c58;
	padding: 8px 15px;
	font-size: 18px;
	font-weight: 700;
	border-radius: 25px;
	border: none;
	transition-duration: .5s;
	background: #fff
}

.section-33 button:hover {
	padding: 10px 20px;
	background-color: #c61c58;
	color: #fff
}

.protfolio_wrapper {
	padding: 50px 0
}

.portfolio_image {
	transition: .5s linear;
	position: relative;
	cursor: pointer;
	margin-bottom: 50px
}

.portfolio_image:hover .portfolio_image_text {
	transform: scaleY(1)
}

.portfolio_image_text {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: .5s;
	transform: scaleY(0)
}

.portfolio_image_text h5 {
	font-size: 30px;
	color: #fff;
	text-align: center;
	text-transform: uppercase
}

.portfolio_image_text::before {
	content: '';
	position: absolute;
	width: 345px;
	height: 1px;
	background: #fff;
	top: 25px
}

.portfolio_image_text::after {
	content: '';
	position: absolute;
	width: 345px;
	height: 1px;
	background: #fff;
	bottom: 25px
}

.protfolio_wrapper h6 {
	text-align: center;
	text-transform: uppercase;
	font-size: 30px;
	color: #000;
	font-weight: 600;
	margin-bottom: 50px
}

.tabs_custom_wrapper {
	padding: 50px 0
}

.tabs_custom_wrapper .nav-tabs {
	border-bottom: 0 solid #dee2e6;
	display: flex;
	justify-content: center;
	margin-bottom: 50px
}

.tabs_custom_wrapper .nav-tabs {
	border-bottom: 0 solid #dee2e6;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 0
}

.tabs_custom_wrapper .nav-tabs .nav-link {
	border: 0 solid transparent
}

.nav-tabs .nav-link:hover,
.tabs_custom_wrapper .nav-tabs .nav-link.active {
	border: none;
	color: #fff
}

.tabs_custom_wrapper .nav-tabs .nav-item {
	margin-bottom: 0;
	text-align: center;
	font-size: 18px;
	color: #fff;
	margin: 0 10px
}

.tabs_custom_wrapper .nav-tabs a {
	padding: 0;
	color: #fff;
	background: #000;
	padding: 5px 20px;
	border-radius: 0 8px;
	font-size: 14px;
	text-transform: uppercase
}

.tabs_custom_wrapper .nav-tabs .nav-link.active {
	background: #c61c58
}

.about_wrapper {
	background-color: #000;
	padding: 50px 0
}

.about_wrapper h6 {
	font-size: 25px;
	color: #fff;
	margin-bottom: 15px
}

.about_wrapper p {
	color: #fff;
	font-size: 16px;
	line-height: 26px
}

.circle {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	border-radius: 50%;
	background: #005879;
	margin: 0 auto;
	font-size: 16px;
	position: fixed;
	right: 40px;
	top: 40px;
	z-index: 92;
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 9999
}

.nveMenu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 280px;
	height: 100%;
	background: #000;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	transform: translateX(-320px) scaleX(0);
	transform-origin: left;
	transition: all .5s cubic-bezier(.7, 0, .3, 1);
	padding: 40px 20px
}

.nveMenu.is-opened {
	opacity: 1;
	visibility: visible;
	transform: translateX(0) scaleX(1)
}

.overlay {
	position: fixed;
	top: 0;
	right: 0;
	width: calc(100% - 280px);
	height: 100%;
	background: rgba(0, 0, 0, .71);
	opacity: 0;
	visibility: hidden;
	transition: all .5s cubic-bezier(.7, 0, .3, 1)
}

.overlay.is-on {
	opacity: 1;
	visibility: visible;
	z-index: 999
}

.nveMenu .main-navigation {
	flex-wrap: wrap
}

.nveMenu .main-navigation li {
	position: relative;
	width: 100%
}

.nveMenu .main-navigation li a {
	padding: 20px;
	display: inline-block;
	color: #000
}

.third-categorey-text ul {
	padding: 10px 0 10px 40px
}

.third-categorey-text ul li {
	font-size: 16px;
	line-height: initial;
	margin-bottom: 10px;
	font-weight: 600;
	list-style: disc
}

.question-center {
	height: 100%
}

.csr_head_right p {
	font-size: 15px;
	color: #fff
}

h2.custom-h2 {
	font-size: 22px;
	font-weight: 600;
	margin: 0 auto 15px;
	max-width: 100%
}

p.custom-p {
	max-width: 100%;
	text-align: left
}

.new-btn {
	background-color: #c61c58;
	border-radius: 4px;
	color: #fff;
	font-size: 16px;
	display: inline-block;
	font-weight: 500;
	margin-right: 10px;
	padding: 7px 25px
}

.new-btn:hover {
	color: #fff
}

.blog-details {
	margin: 15px 0 5px
}

.blog-details h4 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px
}

.blog-short-description {
	font-size: 16px;
	color: #000;
	margin-bottom: 5px
}

.blog-details a {
	display: block;
	color: #c61c58;
	font-size: 14px;
	font-weight: 600;
	margin: 9px 0
}

.prc {
	background: #f4f4f4;
	border: 2px solid #ddd;
	border-radius: 4px
}

.pricing-box {
	position: relative;
	text-align: center;
	margin-bottom: 50px
}

.pricing-title {
	padding: 30px 0
}

.pricing-price {
	color: #333;
	font-size: 64px;
	font-weight: 300;
	line-height: 1;
	padding: 0;
	position: relative;
	letter-spacing: -3px
}

.pricing-price span {
	display: inline-block;
	font-size: 28px;
	font-weight: 400;
	margin: 7px 3px 0 0;
	vertical-align: top
}

.lin_thr {
	font-size: 19px!important;
	letter-spacing: -1.5px;
	text-decoration: line-through
}

.pricing-price span.price-tenure {
	color: #999;
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 0 8px;
	vertical-align: baseline;
	letter-spacing: 0
}

.pricing-features ul {
	list-style: none;
	margin: 0;
	padding: 35px 0
}

.pricing-features li {
	border-bottom: 1px solid #ddd;
	padding: 6px 0;
	color: #000
}

.pricing-action {
	padding: 20px 28px 35px
}

.prc:hover {
	border: 2px solid #fff;
	box-shadow: 0 2px 8px #000;
	position: relative;
	top: -5px
}

.prc:hover,
a.highlight-button-dark {
	background: #000
}

.prc:hover .pricing-title h5 {
	color: #fff
}

.prc:hover .pricing-features li,
.prc:hover .pricing-price,
.prc:hover h3,
.prc:hover span {
	color: #fff
}

.ord_btn {
	background-color: transparent;
	border: 2px solid #c61c58;
	color: #c61c58;
	font-size: 18px!important;
	padding: 5px 25px!important;
	letter-spacing: 1px;
	font-weight: 600
}

.ord_btn {
	color: #c61c58
}

.bg-gray {
	background-color: #f6f6f6
}

.section-title {
	font-size: 30px;
	position: relative;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	margin: 40px auto 30px
}

.section-title span {
	font-weight: 600
}









.packegs-sec h1 {
    font-size: 45px;
    font-weight: 600;
    text-align: center;
    margin-top: 50px;
    color: #c61c58;
    text-transform: uppercase;
}
p.packges-hading-p {
    font-size: 20px;
    text-align: center;
    margin: 25px 0;
    font-weight: 500;
}
.packegs-box-sec {
    transition: .15s;
    border: 2px solid #f0f0f0;
    height: auto;
    text-align: center;
    margin: 35px 0;
    border-radius: 12px;
    padding: 20px 16px;
    background: #f7f7f7;
}
.packegs-box-sec h3 {
    font-size: 40px;
    font-weight: 600;
    margin: 15px 0;
    color: #c61c58;
}
ul.packegs-box-sec-2 {
    list-style: none;
    overflow: hidden;
    overflow-y: scroll;
    height: 280px;
    margin-bottom: 32px;
}
.view-page-sec {
    color: white;
    background: #c61c58;
    padding: 6px 15px;
    font-weight: 800;
    font-size: 20px;
    border-radius: 10px;
}
.view-page-sec:hover {
    color:#000;
}
ul.packegs-box-sec-2 li {
    padding: 4px 0;
    font-size: 18px;
}
.packegs-box-view-page {
    border: 1px solid #c61c58;
}
a.btn.btn-primary {
    border: none;
    background: #c61c58;
    padding: 8px 20px;
    font-weight: 600;
    margin: 10px 0 0 0px;
}
a.btn.btn-primary:hover {
    border: none;
    background: #c61c58;
    padding: 8px 20px;
    font-weight: 600;
    margin: 10px 0 0 0px;
}
a.btn.btn-primary:focus {
    box-shadow: none;
}
.packegs-box-sec-3 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-top: 1px solid #e4e4e4;
    margin: 15px 0;
}
.packegs-contant h3 {
    margin: 0;
    font-size: 35px;
    color: #c61c58;
}
.packegs-box-sec p {
    max-width: 280px;
    font-size: 14px;
    margin: 0 auto;
}
.packegs-box-sec p {
    max-width: 280px;
    font-size: 14px;
    margin: 0 auto;
}
.packegs-box-sec button {
    border: 3px solid #c61c58;
    padding: 10px 60px;
    border-radius: 10px;
    margin-top: 22px;
    cursor: pointer;
    outline: none;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background: #c61c58!important;
}
ul.packegs-box-sec-2::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}
ul.packegs-box-sec-2::-webkit-scrollbar-thumb {
    background-color: #c61c58;
}
.exclusive-sec-2 {
    background: #ca1c59 url(../images/pbg-img.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px 0;
}
.big-pack h2 {
    font-size: 33px;
    color: #fff;
    text-align: center;
}
.big-pack p {
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.package-7 {
    margin: 60px 0 0;
}
.package-contant ul {
    list-style: none;
}
.package-contant ul li {
    color: #fff;
    padding: 8px 0;
    font-size: 13px;
}
.package-contant ul li i {
    color: #fff;
    font-size: 12px;
    margin-right: 8px;
}
.package-price-7 {
    text-align: center;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px 5px #cecece;
    width: 100%;
    padding: 31px 0;
}
.package-price-7 h2 {
    color: #ca1c59;
    font-size: 39px;
    font-weight: bold;
}
.package-price-7 h6 {
    font-size: 14px;
    color: #5f5f5f;
    font-weight: 600;
}
.package-price-7 h1 {
    font-size: 51px;
    color: #ca1c59;
}
.package-price-7 p {
    color: #5f5f5f;
    font-size: 15px;
}
.package-contant-7 {
    display: flex;
    justify-content: center;
    margin: 28px 0 30px;
}
.package-sec-7 {
    padding: 0 27px;
}
.package-sec-7 a {
    color: #ca1c59;
    font-size: 15px;
}
.package-price-7 a.pkg_btn {
    padding: 10px 70px;
    margin: 30px auto 0;
    background: #ca1c59;
    border: none;
    border-radius: 25px;
    width: 260px;
    color: white;
    cursor: pointer;
}