@charset "utf-8";/********** Template CSS **********//*@import url('https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');*//*font-family: 'Spectral', serif;*/@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');/*font-family: 'Raleway', sans-serif;*/@import url('https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

font-family: 'Poppins', sans-serif;body {
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Raleway', sans-serif;
    /*background: #f5f5f7;*/    /*background: url(../img/BG-2.png) #f5f5f7;    background-position: center center !important;    background-size: cover !important;  */;
}

/* .fullsection-wrap {
	background: url(../img/BG-4.png) #f5f5f7;
	background-position: top center !important;
	background-size: cover !important;
} */

:root {
	--primary: #fbac39;
	--secondary: #0DD3F1;
	--light: #F6F7FC;
	--dark: #15233C;
}

.back-to-top {
	position: fixed;
	display: none;
	right: 30px;
	bottom: 30px;
	z-index: 99;
	width: 40px !important;
	height: 40px !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Spectral', serif;
	text-transform: capitalize;
}

h1 {
	text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	font-family: 'Spectral', serif;
  /*font-family: 'Raleway', sans-serif;*/
	font-size: 68px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
}

h2 {
	font-size: 60px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
	color: #a90456;
}

h3 {
	font-size: 26px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.54;
	letter-spacing: normal;
	text-align: center;
	color: #9c0057;
}

h5 {
	font-family: Spectral;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.42;
	letter-spacing: normal;
	text-align: left;
	color: #2d021a;
}

p {
	font-size: 18px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.78;
	letter-spacing: normal;
  /*text-align: center;*/
	color: #2d021a;
}/*Common Css Start*/.bg-light {
	background: #f5f5f7;
}

.bg-brown {
	background: #fbac39;
}

.pt-100 {
	padding-top: 100px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pt-120 {
	padding-top: 120px;
}

.pb-120 {
	padding-bottom: 120px;
}

.pt-180 {
	padding-top: 180px;
}

.pb-180 {
	padding-bottom: 180px;
}
.pt-40 {
	padding-top: 40px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pt-80 {
	padding-top: 80px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pt-70 {
	padding-top: 70px;
}

.pb-70 {
	padding-bottom: 70px;
}

.pt-0 {
	padding-top: 0px;
}

.pb-0 {
	padding-bottom: 0px;
}

.mt-75 {
	margin-top: 75px;
}

.mb-75 {
	margin-bottom: 75px;
}

.mt-50 {
	margin-top: 50px;
}

.mb-50 {
	margin-bottom: 50px;
}/*** Spinner ***/#spinner {
	opacity: 0;
	visibility: hidden;
	transition: opacity .5s ease-out, visibility 0s linear .5s;
	z-index: 99999;
}

#spinner.show {
	transition: opacity .5s ease-out, visibility 0s linear 0s;
	visibility: visible;
	opacity: 1;
}/*** Button ***/.btn {
	transition: .5s;
}

.btn.btn-primary,.btn.btn-outline-primary:hover,.btn.btn-secondary,.btn.btn-outline-secondary:hover {
	color: #FFFFFF;
}

.btn-square {
	width: 38px;
	height: 38px;
}

.btn-sm-square {
	width: 32px;
	height: 32px;
}

.btn-lg-square {
	width: 48px;
	height: 48px;
}

.btn-square,.btn-sm-square,.btn-lg-square {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: normal;
}/*** Navbar ***/.header-sec {
	padding: 25px 0;
}

.header-sec .container {
	max-width: 1657px;
}

.navbar.sticky-top {
	top: -100px;
	transition: .5s;
}

.menu-wrap {
    /*width: 100%;*/
	text-align: right;
	justify-content: flex-end;
}

.navbar .navbar-brand img {
	max-height: 60px;
}

.header-sec.shadow-sm {
	padding: 10px 0;
}

.navbar .navbar-nav .nav-link {
	outline: none;
	-webkit-text-stroke: 1px rgba(0, 0, 0, 0);
	font-family: Raleway;
	font-size: 18px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.17;
	letter-spacing: normal;
	color: #3d3d3d;
	padding: 0;
	margin: 0 30px;
	padding: 15px 0;
	border-bottom: 3px solid transparent;
}

.navbar .navbar-nav .nav-link:hover,.navbar .navbar-nav .nav-link.active {
	color: #a90456;
	border-bottom: 3px solid #a90456;
}

.navbar .dropdown-toggle::after {
	border: none;
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	vertical-align: middle;
	margin-left: 8px;
}

@media (max-width: 991.98px) {
	.navbar .navbar-brand img {
		max-height: 45px;
	}

	.navbar .navbar-nav {
		margin-top: 20px;
		margin-bottom: 15px;
	}

	.navbar .nav-item .dropdown-menu {
		padding-left: 30px;
	}
	.articles-details .categories #menu-industries{		
    display: none;		
}
.articles-details .categories #menu-industries.open{
    display: block;
}
.articles-details .categories h3{		
    margin-bottom: 0;		
    position: relative;		
    color: #b1aeae;		
}		
.articles-details .categories h3:after {		
    content: "";		
    border-left: 10px solid transparent;		
    border-right: 10px solid transparent;		
    border-top: 20px solid #d4d4d4;		
    position: absolute;		
    right: 0;		
    top: 8px;		
}		
.categories {		
    padding: 20px 20px 20px 20px !important;		
}

}

@media (min-width: 992px) {
	.navbar .nav-item .dropdown-menu {
		display: block;
		border: none;
		margin-top: 0;
		top: 150%;
		left: 0;
		opacity: 0;
		visibility: hidden;
		transition: all .3s ease;
		-webkit-transition: all .3s ease;
	}

	.navbar .nav-item:hover .dropdown-menu {
		top: 100%;
		visibility: visible;
		transition: .5s;
		opacity: 1;
	}
	
	ul.stores li{
		padding-bottom: 25px;
	}
}

.header-button {
	display: flex !important;
	align-items: center;
	outline: none;
	box-shadow: none;
	background: #fbac39;
	border-color: #fbac39;
	font-size: 16px;
	font-weight: 800;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: 0.16px;
	text-align: center;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	border-radius: 50px;
	width: 290px;
	height: 70px;
	padding: 4px;
	text-transform: uppercase;
}

.header-button:hover {
	background-image: linear-gradient(to bottom, #fcb854, #df9121) !important;
}

.phone {
	background: #fff;
	border-radius: 50px;
	margin-right: 15px;
	width: 64px;
	height: 64px;
	align-items: center;
	justify-content: center;
	display: flex;
}

.content-wprp span {
	display: block;
	font-size: 16px;
	font-weight: 800;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: 0.16px;
	text-align: center;
	color: #fff;
	margin-bottom: 7px;
}

.content-wprp p {
	font-size: 22px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.18;
	letter-spacing: 0.22px;
	text-align: left;
	color: #fff;
	padding-bottom: 0;
	margin-bottom: 0;
}/*** Header ***/.carousel-caption {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	text-align: start;
	z-index: 1;
}

.carousel-control-prev,.carousel-control-next {
	width: 15%;
}

.carousel-control-prev-icon,.carousel-control-next-icon {
	width: 3rem;
	height: 3rem;
	background-color: var(--primary);
	border: 15px solid var(--primary);
	border-radius: 50px;
}

@media (max-width: 768px) {
	#header-carousel .carousel-item {
		position: relative;
		min-height: 450px;
	}

	#header-carousel .carousel-item img {
		position: absolute;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

.page-header {
	background: url(../img/carousel-1.jpg) center center no-repeat;
	background-size: cover;
}

.page-header .breadcrumb-item,.page-header .breadcrumb-item a {
	font-weight: 500;
}

.page-header .breadcrumb-item a,.page-header .breadcrumb-item+.breadcrumb-item::before {
	color: #696E77;
}

.page-header .breadcrumb-item a:hover,.page-header .breadcrumb-item.active {
	color: var(--primary);
}/*Banner Section Start*/.banner-section {
	background-position: center center !important;
	background-size: cover !important;
}

.banner-section .container {
	height: 960px;
	display: flex;
	flex-flow: row wrap;
}

ul.stores {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
	display: flex;
	align-items: center;
}

.btn {
	display: flex !important;
	align-items: center;
	outline: none;
	box-shadow: none;
	background: #a90456;
	border-color: #a90456;
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.14;
	letter-spacing: 0.28px;
	text-align: center;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	border-radius: 50px;
	height: 40px;
	display: flex;
	align-items: center;
	text-transform: uppercase;
}

.btn-check:focus+.btn, .btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgb(251 172 57 / 24%);
}

ul.stores .btn {
	text-transform: inherit;
}

.banner-section .btn-learnmore {
	width: 440px !important;
}

.btn-check:focus+.btn-primary, .btn-primary:focus, .btn-check:checked+.btn-primary, .btn-check:active+.btn-primary, .btn-primary:active, .btn-primary.active, .show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #a90456 !important;
	border-color: #a90456 !important;
	box-shadow: 0 0 0 0.25rem rgb(169 4 86 / 24%);
}

.btn-check:checked+.btn-primary:focus, .btn-check:active+.btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgb(169 4 86 / 24%);
}

.btn-primary:focus+.btn-primary, .btn-primary:focus {
	color: #fff;
	background-color: #a90456 !important;
	border-color: #a90456 !important;
	box-shadow: 0 0 0 0.25rem rgb(169 4 86 / 24%);
}

.btn:hover, .btn-learnmore:hover {
	background-image: linear-gradient(to bottom, #d10a79, #9c0057);
	border-color: #a90456;
	color: #fff;
}

.btn-learnmore {
	width: 410px !important;
	height: 70px !important;
	display: flex !important;
	align-items: center;
	outline: none;
	box-shadow: none;
	background: #a90456;
	border-color: #a90456;
	text-align: center !important;
	justify-content: center;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.17;
	letter-spacing: 3.6px;
	text-align: center;
	color: #fff;
}

ul.stores li {
	list-style: none;
	margin-right: 20px;
}

.banner-section h1 {
	width: 100%;
	margin: 45px 0;
}/*Banner Section End*//*** Facts ***/@media (min-width: 992px) {
	.container.facts {
		max-width: 100% !important;
	}

	.container.facts .facts-text {
		padding-left: calc(((100% - 960px) / 2) + .75rem);
	}

	.container.facts .facts-counter {
		padding-right: calc(((100% - 960px) / 2) + .75rem);
	}
}

/*Mahesh Fixes starts*/
@media screen and (max-width: 992px) and (min-width: 767px){
	ul.stores li{
		padding-bottom: 25px;
	}
}

@media (max-width: 991px){
	.map-wrap .map-section .map-content {
	    display: block;
	}
}

@media (max-width: 576px){
	.sec-two .tab-contentBox .list-wrap ul li{
	 	padding-left: 20px;
	 	margin-top: 20px;
    	padding-top: 0px;
	}
	/*.sec-two .tab-contentBox .list-wrap ul li:after{*/
	/*	left: 0;*/
 /*       right: auto;*/
 /*       top: 50%;*/
	/*}*/
.sec-two .tab-contentBox .list-wrap ul li:after {	
    left: 0;	
    top: -19px;	
    right: 0;	
}
}

@media screen and (max-width: 1040px) and (min-width: 992px){
    .service-item {
        min-height: 240px;
    }
}

@media screen and (max-width: 1280px) and (min-width: 992px){
    .col-lg-6.facts-text.mobile-none.wow.fadeInUp {
        background-position: 0 92% !important;
    }

    .brand-box.wow.fadeInUp {
        margin-top: 0px;
    }
}

@media screen and (max-width: 1450px) and (min-width: 830px){
    .tab-contentBox p {
     min-height: 84px; 
    }
}

@media screen and (max-width: 830px) and (min-width: 768px){
    .tab-contentBox p {
     min-height: 112px; 
    }
}
/*Mahesh Fixes ends*/
@media (min-width: 1200px) {
	.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
		max-width: 1140px;
	}

	.container.facts .facts-text {
		padding-left: calc(((100% - 1140px) / 2) + .75rem);
	}

	.container.facts .facts-counter {
		padding-right: calc(((100% - 1140px) / 2) + .75rem);
	}
.footer-section ul.footer-menu li a {
    padding: 8px 10px;
}
.footer-section ul.footer-menu{
    margin-left: 0;
}
.footer-section ul.footer-menu li a {
    padding: 8px 10px !important;
}
.footer-section h6 {
    margin-bottom: 30px;
    margin-left: 10px;
}
}

@media (min-width: 1400px) {
	.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
		max-width: 1270px;
	}

	.container.facts .facts-text {
		padding-left: calc(((100% - 1270px) / 2) + .75rem);
	}

	.container.facts .facts-counter {
		padding-right: calc(((100% - 1270px) / 2) + .75rem);
	}

	.container.facts {
		max-width: 100% !important;
	}
}

.facts-text p {
	margin-bottom: 40px;
}

.container.facts .facts-counter {
    /*background-size: contain !important;*/
	background-size: 100% auto !important;
	background-repeat: no-repeat !important;
	background-position: center right -15px !important;
}

.container.facts .facts-text .h-100,.container.facts .facts-counter .h-100 {
	padding: 6rem 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.brand-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 40px;
}

.your-brand .facts-text {
	background-position: bottom left -15px !important;
	background-repeat: no-repeat !important;
	background-size: 85.5% auto !important;
}

.brand-number {
	margin-right: 15px;
	margin-left: -10px;
}

.brand-box h5 {
	margin-bottom: 0;
	padding-bottom: 0;
}/*Your Business*//*.your-business .g-4, .your-business .gy-4 {    --bs-gutter-y: 3.5rem;}*/.your-business-row {
	margin-top: 20px;
}/*** Service ***/.service-item {
	position: relative;
	overflow: hidden;
	border-radius: 35px;
	box-shadow: 0 4px 18px 0 rgb(100 98 98 / 9%);
	background-color: #fff;
}

.service-item .service-icon {
	width: 150px;
	height: 150px;
	margin: 28px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	box-shadow: 0 3px 6px 0 #ffe6f4;
	background-color: #fff;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}

.service-item:hover .service-icon {
	background: #9c0057;
}

.service-item .service-icon img {
	max-width: 120px;
	max-height: 120px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}

.service-item img.hover-show {
	display: none;
}

.service-item:hover img.img-fluid {
	display: none;
}

.service-item:hover img.hover-show.img-fluid {
	display: block;
}

.service-item ul {
	margin: 0;
	padding: 0;
}

.service-item ul li {
	list-style: none;
	border-bottom: 1px solid #f5f5f7;
}

.service-item ul li:last-child {
	border-bottom: 0;
}

.service-item ul li a {
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: 0.64px;
	text-align: center;
	color: #000;
	padding: 16px;
	display: block;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}

.service-item ul li a:hover {
	background: #9c0057;
	color: #fff;
}

.service-item a.btn {
	color: var(--primary);
}

.service-item a.btn:hover {
	color: #FFFFFF;
	background: var(--primary);
	border-color: var(--primary);
}

.testimoniul-box {
	padding: 49px 32px 49px 31px;
	object-fit: contain;
	border-radius: 35px;
	box-shadow: 0 4px 18px 0 rgb(100 98 98 / 9%);
	background-color: #fff;
}

.testimoniul-box p {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.63;
	letter-spacing: 0.32px;
	text-align: left;
	color: #2d021a;
}

.testimonial-title, .ratting {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}

.testimonial-title h6, .ratting p {
	padding-bottom: 0;
	margin-bottom: 0;
}

.ratting p {
	font-size: 14px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.14;
	letter-spacing: 0.28px;
	text-align: left;
	color: #2d021a;
}

.testimonial-title h6 {
	font-size: 24px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #9c0057;
}

.testimonial-title p {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.63;
	letter-spacing: 0.32px;
	text-align: left;
	color: #2d021a;
}

.quation {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	z-index: 2;
	margin-bottom: 30px;
}

.quation:after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border: 1px solid #f7f7f7;
	content: "";
	width: 90%;
	z-index: -1;
	right: 0;
}

.quation img {
	width: auto !important;
}/*~~~~Why Companies LOVE Us start~~~~*/.case-study {
	position: relative;
	overflow: hidden;
	border-radius: 35px;
	box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.case-study img {
	transition: .5s;
}

.case-study:hover img {
	transform: scale(1.1);
}

.case-study:hover h5 {
	display: none;
}

.team-text {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -50px;
	opacity: 0;
	transition: .5s;
	height: 100%;
	background: rgba(142, 65, 108, 0.89);
	display: flex;
	align-items: center;
	flex-flow: column;
	justify-content: flex-end;
}

.case-study .team-text h5, .team-text p {
	color: #fff;
	text-align: left;
	padding: 0;
}

.team-text p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 25px;
}

.case-study:hover .team-text {
	bottom: 0;
	opacity: 1;
}

.case-study a.btn {
	color: var(--primary);
}

.case-study a.btn:hover {
	color: #FFFFFF;
	background: #9c0057;
	border-color: #9c0057;
}

.btn-read {
	background: transparent;
	border: 1px solid #fff;
	color: #fff !important;
}

.case-study h5 {
	position: absolute;
	bottom: 0;
	color: #fff;
	text-align: center;
	width: 100%;
	padding: 15px 0;
}

.case-study .team-text h5 {
	position: relative;
}

.case-study:hover .team-text h5 {
	display: block;
}

.caseStudies .accordion-body .col-12.mb-5 img {
	width: 150px;
}/*~~~~Why Companies LOVE Us End~~~~*/.case-stydy-new .owl-nav {
	display: flex;
	justify-content: space-between;
	width: 120px;
	margin: 45px auto 0;
}

.case-stydy-new.owl-carousel .owl-dots.disabled, .case-stydy-new.owl-carousel .owl-nav.disabled {
	display: flex !important;
	flex-flow: row;
	align-items: center;
	width: 120px;
	position: absolute;
	top: -120px;
	left: 1270px;
	justify-content: space-between;
}

.testimonial-carousel-new.owl-carousel .owl-dots.disabled, .testimonial-carousel-new.owl-carousel .owl-nav {
	display: flex !important;
	flex-flow: row;
	align-items: center;
	width: 120px;
	position: relative;
	top: 0;
	left: 0;
	justify-content: space-between;
	margin: 50px auto 0 auto;
}

.owl-prev, .owl-next {
	width: 50px;
	height: 50px;
	background: #d2d2d2;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #fff;
	font-size: 22px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}

.owl-prev:hover, .owl-next:hover {
	background: #9c0057;
	color: #fff;
}

.case-stydy-new {
	margin-top: 60px;
}

.client-logo-wrap {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: 140px;
}
.inner-banner .container {
	align-content: center;
}
.client-logo-wrap img {
	width: auto !important;
}

.your-socil-row img {
	width: 100%;
}

.big-box {
	width: 62.5%;
}

.small-box {
	width: 37%;
}

.bottom-box {
	padding-top: 10px;
}

.image-wrap {
	position: relative;
}

.icon-social img {
	width: auto !important;
}

.icon-social {
	position: absolute;
	left: 30px;
	bottom: 30px;
}/*** Appointment ***/.appointment {
	background: linear-gradient(rgba(1, 95, 201, .9), rgba(1, 95, 201, .9)), url(../img/carousel-1.jpg) center center no-repeat;
	background-size: cover;
}/*** Team ***/.team-item {
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.team-item img {
	transition: .5s;
}

.team-item:hover img {
	transform: scale(1.1);
}

.team-text {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -50px;
	opacity: 0;
	transition: .5s;
}

.team-item:hover .team-text {
	bottom: 0;
	opacity: 1;
}

.team-item a.btn {
	color: var(--primary);
}

.team-item a.btn:hover {
	color: #FFFFFF;
	background: var(--primary);
	border-color: var(--primary);
}/*** Testimonial ***/.animated.pulse {
	animation-duration: 1.5s;
}

.testimonial-left,.testimonial-right {
	position: relative;
}

.testimonial-left img,.testimonial-right img {
	position: absolute;
	padding: 5px;
	border: 1px dashed var(--primary);
	border-radius: 10px;
}

.testimonial-left img:nth-child(1),.testimonial-right img:nth-child(3) {
	width: 70px;
	height: 70px;
	top: 10%;
	left: 50%;
	transform: translateX(-50%);
}

.testimonial-left img:nth-child(2),.testimonial-right img:nth-child(2) {
	width: 60px;
	height: 60px;
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
}

.testimonial-left img:nth-child(3),.testimonial-right img:nth-child(1) {
	width: 50px;
	height: 50px;
	bottom: 10%;
	right: 10%;
}

.testimonial-carousel .owl-item img {
	width: 100px;
	height: 100px;
}

.testimonial-carousel .owl-nav {
	margin-top: 30px;
	display: flex;
	justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,.testimonial-carousel .owl-nav .owl-next {
	margin: 0 5px;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	background: var(--primary);
	border-radius: 10px;
	font-size: 22px;
	transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,.testimonial-carousel .owl-nav .owl-next:hover {
	background: var(--secondary);
}

.map-section {
	position: relative;
}

.map-section:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../img/map-overley.png);
	background-position: left top -2px !important;
	background-repeat: no-repeat !important;
	background-size: 44.2% !important;
}

.map-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 400px;
	height: auto;
	padding: 50px;
	background: #fff;
	z-index: 9;
	border-radius: 35px;
	box-shadow: 0 4px 18px 0 rgba(100, 98, 98, 0.09);
}

ul.map-list {
	padding: 0;
	margin: 30px 0 30px 0;
	list-style: none;
}

ul.map-list li {
	list-style: none;
	display: flex;
	margin-bottom: 25px;
}

ul.map-list li:last-child {
	margin-bottom: 0;
}

ul.map-list h6 {
	font-size: 24px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #9c0057;
	margin-bottom: 0;
	padding-bottom: 0;
}

.map-content .btn {
	width: 244px !important;
	height: 70px !important;
	display: flex !important;
	align-items: center;
	outline: none;
	box-shadow: none;
	background: #a90456;
	border-color: #a90456;
	text-align: center !important;
	justify-content: center;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.17;
	letter-spacing: 3.6px;
	text-align: center;
	color: #fff;
}

.map-content .btn:hover {
	background: #fbac39;
	border-color: #fbac39;
	color: #fff;
}

ul.map-list p {
	font-size: 14px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.71;
	letter-spacing: 0.14px;
	text-align: left;
	color: #2d021a;
	margin-bottom: 0;
	padding-bottom: 0;
}

ul.map-list a {
	font-size: 14px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.71;
	letter-spacing: 0.14px;
	text-align: left;
	color: #2d021a;
}

ul.map-list .icon {
	margin-right: 15px;
}

.icon img {
	max-width: 18px;
	margin-top: 5px;
}/*** Footer ***/.footer {
	color: #A7A8B4;
}

.footer .btn.btn-link {
	display: block;
	margin-bottom: 5px;
	padding: 0;
	text-align: left;
	color: #A7A8B4;
	font-weight: normal;
	text-transform: capitalize;
	transition: .3s;
}

.footer .btn.btn-link::before {
	position: relative;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #A7A8B4;
	margin-right: 10px;
}

.footer .btn.btn-link:hover {
	color: var(--light);
	letter-spacing: 1px;
	box-shadow: none;
}

.footer .btn.btn-square {
	color: #A7A8B4;
	border: 1px solid#A7A8B4;
}

.footer .btn.btn-square:hover {
	color: var(--secondary);
	border-color: var(--light);
}

.footer .copyright {
	padding: 25px 0;
	font-size: 15px;
	border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
	color: var(--secondary);
}

.footer .copyright a:hover {
	color: #FFFFFF;
}

.footer-section {
	background: #9c0057;
	padding-top: 120px;
}

.footer-section ul.footer-menu li a {
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
	padding: 0 20px;
	transform: .3s all ease;
	-webkit-transform: .3s all ease;
}

.footer-section ul.footer-menu li a:hover {
    /*color: #fbac39;*/
	opacity: .5;
}

.footer-bottom p {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.14;
	letter-spacing: 0.28px;
	text-align: center;
	color: #fff;
}

.footer-content {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
}

ul.footer-menu, ul.footer-social {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

ul.footer-social {
	margin-top: 25px;
	margin-bottom: 100px;
}

ul.footer-menu li, ul.footer-social li {
	list-style: none;
}

ul.footer-menu {
	margin-bottom: 130px;
}

.footer-section ul.footer-social a {
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	font-size: 12px;
	margin: 10px;
	transform: .3s all ease;
	-webkit-transform: .3s all ease;
}

.footer-section ul.footer-social a:hover {
    /*background: #fbac39;    border-color: #fbac39;*/
	opacity: .5;
}

.footer-bottom {
	border-top: 1px solid rgb(212 212 212 / 44%);
}

.footer-bottom p {
	padding: 18px 0;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.14;
	letter-spacing: 0.28px;
	text-align: center;
	color: #fff;
}

button.navbar-toggler .navbar-toggler-icon {
	background: url(../img/menu-bg.png) !important;
	background-size: cover !important;
	outline: none;
	border: 0 !important;
	box-shadow: none !important;
}

button.navbar-toggler, button.navbar-toggler:focus {
	outline: none;
	border: 0 !important;
	box-shadow: none !important;
}

.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
	max-width: 1270px;
}

.container.facts .facts-text {
	padding-left: calc(((100% - 1270px) / 2) + .75rem);
}

.container.facts .facts-counter {
	padding-right: calc(((100% - 1270px) / 2) + .75rem);
}

.container.facts {
	max-width: 100% !important;
}

img.mobile-show {
	display: none;
}

.inner-banner {
	position: relative;
}

.inner-banner img {
	width: 100%;
}

.inner-banner .container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 100% !important;
}/*Tabber Css Start*/.nav-tabs {
	display: none;
}

@media (min-width: 300px) {
	.nav-tabs {
		display: flex;
		flex-flow: column nowrap;
	}

	.nav-tabs {
		border-bottom: none;
    /*border-right: 1px solid #ddd;*/
		display: flex;
	}

	.nav-tabs {
		margin: 0 15px;
		position: -webkit-sticky;
		position: sticky;
		top: 95px;
	}

	.nav-tabs .nav-item + .nav-item {
		margin-top: 1.5rem;
	}

	.nav-tabs .nav-link {
		transition: border-color 0.125s ease-in;
    /*white-space: nowrap;*/;
	}   /*.nav-tabs .nav-link:hover {    background-color: #f7f7f7;    border-color: transparent;  } .nav-tabs .nav-link.active {    border-bottom-color: #ddd;    border-right-color: #fff;    border-bottom-left-radius: 0.25rem;    border-top-right-radius: 0;    margin-right: -1px;  }  .nav-tabs .nav-link.active:hover {    background-color: #fff;    border-color: #0275d8 #fff #0275d8 #0275d8;  }*/	.card {
		border: none;
	}

	.card .card-header {
		display: none;
	}

	.card > .collapse {
		display: block;
	}

	.tab-content {
		width: 68%;
	}
}

.tab-title {
	border-radius: 45px;
	box-shadow: 0 4px 18px 0 rgb(100 98 98 / 9%);
	background-color: #fff;
	display: flex;
	align-items: center;
	padding: 7px 10px 7px 7px;
}

.tab-wrapper .nav-link {
	padding: 0;
	margin: 0;
	background: transparent;
}
.facts-text .btn.btn-learnmore {
	background: transparent;
	color: #a90456;
}
.facts-text .btn.btn-learnmore:hover {
	background: #A90457;
	border-color: #A90457;
	color: #fff;
}
.outl .btn.btn-learnmore {
	background: transparent;
	color: #a90456;
}
.outl .btn.btn-learnmore:hover {
	background: #A90457;
	border-color: #A90457;
	color: #fff;
}
.icon.rounded-circle {
	width: 76px;
	height: 76px;
	object-fit: contain;
	border-radius: 38px;
	box-shadow: 0 3px 6px 0 #ffe6f4;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.icon.rounded-circle img {
	width: 100%;
	transform: .3s all ease;
	-webkit-transform: .3s all ease;
}

.tab-wrapper .hover-show, .tab-wrapper .nav-link:hover img, .tab-wrapper .nav-link.active img {
	display: none;
}

.tab-wrapper .nav-link:hover img.hover-show, .tab-wrapper .nav-link.active img.hover-show {
	display: block;
}

.tab-wrapper h5 {
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	margin-bottom: 0;
	padding-bottom: 0;
	letter-spacing: normal;
	text-align: left;
	color: #000;
}

.tab-icon {
    /*width: 76px;    height: 76px;*/
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	object-fit: contain;
	border-radius: 38px;
	box-shadow: 0 3px 6px 0 #ffe6f4;
	background-color: #fff;
	margin: 0px 10px 0px 0px;
	transform: .3s all ease;
	-webkit-transform: .3s all ease;
}

.tab-icon img {
	max-width: 90%;
	max-height: 90%;
}

.tab-wrapper .nav-link:hover .tab-icon, .tab-wrapper .nav-link.active .tab-icon {
	background: #a90456;
	transform: .5s all ease;
	-webkit-transform: .5s all ease;
}

.tab-wrapper .nav-link:hover h5, .tab-wrapper .nav-link.active h5 {
	color: #a90456;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
	border: 0;
	background: transparent;
}

.nav-tabs .nav-link {
	border: 0;
	border-radius: 0;
}

.tab-wrapper {
	justify-content: space-between;
	align-items: flex-start;
    /*padding-top: 70px;*/    /*display: none !important;*/;
}

.tab-wrapper h3 {
	font-size: 40px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	text-align: left;
	color: #9c0057;
	margin-bottom: 40px;
}

.tab-wrapper p {
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.75;
	letter-spacing: 0.32px;
	text-align: left;
	color: #2d021a;
	margin-bottom: 2rem;
}

.tab-wrapper p:last-child {
	margin-bottom: 0;
}

.list-wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40x;
}

.tab-wrapper .card-body ul {
	padding: 0;
	margin: 0;
	width: 48%;
}

.tab-wrapper .card-body ul li {
	list-style: none;
	font-size: 18px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.17;
	letter-spacing: 0.72px;
	text-align: left;
	color: #000;
	display: flex;
  /*padding-bottom: 20px;*/
	margin-bottom: 20px;
  /*align-items: center;*/;
}

.tab-wrapper .card-body ul li p, .card-body ul li {
	font-size: 18px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.17;
	letter-spacing: 0.72px;
	text-align: left;
	color: #000;
	margin-bottom: 0;
}

.tab-wrapper .card-body {
	flex: 1 1 auto;
	padding: 0rem 1rem;
}

.iamge-full-wrap {
	margin-bottom: 40px;
}

.list-wrap li p {
	margin-bottom: 0;
	padding-bottom: 0;
}

.list-wrap li span {
	margin-right: 15px;
}

.tab-wrapper .card {
	background: transparent;
}

.iamge-full-wrap img {
	width: 100%;
}

@media (max-width: 991px) {
  /*.tab-pane {    display: block !important;    opacity: 1 !important;    padding: 0;    background: transparent !important;    border: 0 !important;    margin: 30px 0;  }*/	.tab-content {
		width: 100%;
	}

	.tab-content .card-header {
		padding: 0 !important;
		margin-bottom: 0 !important;
		background-color: transparent !important;
		border-bottom: 0;
		border: 0 !important;
	}

	.tab-wrapper .card-body {
		flex: 1 1 auto;
		padding: 40px 0 20px 0;
	}

	.card-header a.collapsed {
		color: #000;
	}

	.card-header a.collapsed .tab-icon {
		background-color: #fff;
	}/*.card-header a.collapsed img {    display: block;}.card-header a.collapsed img.hover-show{    display: none;}*//*.card-header a[aria-expanded="false"] img{    display: none;}.card-header a[aria-expanded="false"] img.hover-show{    display: block;}*/	.card-header a[aria-expanded="true"] .tab-icon {
		background: #a90456;
	}

	.card-header a[aria-expanded="true"] .tab-icon img {
		display: none;
	}

	.card-header a[aria-expanded="true"] .tab-icon img.hover-show {
		display: block;
	}

	.card-header a[aria-expanded="false"] .tab-icon {
		background: #fff;
	}

	.card-header a[aria-expanded="true"] h5 {
		color: #a90456;
	}/*.card-header a[aria-expanded="true"] img{    display: none;}.card-header a[aria-expanded="true"] img.hover-show{    display: block;}*//*.card-header a[aria-expanded="false"] img.hover-show{    display: block;}*//*.card-header a:hover img.hover-show, .card-header a:hover img.hover-show{    display: block;}*/;
}/*Tabber Css End*/.bg-grey {
	background: #f5f5f7;
}/*Online Page Css Start*/.online-common-secion .facts-text {
    /* background-size: contain !important; */
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center right -15px !important;
}

.service-wrap .online-common-secion:nth-of-type(odd) .row {
	flex-flow: row-reverse;
}

.service-wrap .online-common-secion .facts-text {
	padding-left: calc(((100% - 1270px) / 2) + 0.75rem);
	padding-right: 2.5rem;
}

.service-wrap .online-common-secion .facts-counter {
	padding-right: calc(((100% - 1270px) / 2) + 0.75rem);
}

.service-wrap .online-common-secion:nth-of-type(odd) .facts-text {
	padding-right: calc(((100% - 1270px) / 2) + 0.75rem);
	padding-left: 2.5rem !important;
}

.service-wrap .online-common-secion:nth-of-type(odd) .facts-counter {
	padding-left: calc(((100% - 1270px) / 2) + 0.75rem);
	padding-right: 2.5rem !important;
}

.online-common-secion:last-child {
	padding-bottom: 0 !important;
}

.service-wrap .online-common-secion:nth-of-type(odd) .facts-counter {
    /* background-size: contain !important; */
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center right !important;
}

.service-wrap .online-common-secion .h-100 {
	padding: 0 !important;
	min-height: 560px;
}

.service-wrap .online-common-secion .facts-text p {
	margin-bottom: 15px;
}

.pl-0 {
	padding-left: 0 !important;
}

.pr-0 {
	padding-right: 0 !important;
}

.here-to-help .service-item .service-icon {
	width: 70px;
	height: 40px;
	margin: 0px auto 28px;
	background: #fff;
	box-shadow: none;
}

.here-to-help .service-item {
	height: 100%;
}

.here-to-help .service-item .service-icon img {
	max-height: unset;
	max-width: unset;
}

.here-to-help .service-item:hover img.img-fluid {
	display: block;
}

.here-to-help .service-item .content a {
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: 0.32px;
	text-align: center;
	color: #000;
	font-family: 'Spectral', serif;
  /*text-transform: uppercase;*/;
}

.here-to-help .service-item .content a:hover {
	color: #9c0057;
}

.here-to-help .service-item .content p {
	min-height: 65px;
}

.contact-map-section .map-section:after {
	display: none;
}

.connect-box {
	padding: 40px 70px 42px;
	object-fit: contain;
	border-radius: 35px;
	box-shadow: 0 4px 18px 0 rgba(100, 98, 98, 0.09);
	background-color: #fff;
}

.form-wrapper input {
	font-size: 16px !important;
	font-weight: 500 !important;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: 0.32px;
	text-align: left;
	color: #000 !important;
	font-family: 'Raleway', sans-serif;
	height: 55px;
	margin: 10px 0 0;
	object-fit: contain;
	border-radius: 28px;
	border: solid 1px #d4d4d4;
	padding: 13px 15px !important;
}

.form-wrapper label, .gform_wrapper.gravity-theme .gfield_label {
	font-size: 16px !important;
	font-weight: normal !important;
	font-stretch: normal;
	font-style: normal !important;
	line-height: 1.56 !important;
	letter-spacing: 0.32px !important;
	text-align: left !important;
	color: #000 !important;
	font-family: 'Poppins', sans-serif;
	width: 100%;
	display: block !important;
	margin-bottom: 5px;
}

.form-wrapper textarea {
	font-size: 16px !important;
	font-weight: normal !important;
	border: solid 1px #d4d4d4;
	padding: 13px 15px !important;
	color: #000 !important;
	font-family: 'Raleway', sans-serif;
	height: 111px!important;
	margin: 10px 0 0;
	padding: 20px 671px 75px 30px;
	object-fit: contain;
	border-radius: 28px;
	border: solid 1px #d4d4d4;
}

.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
	padding: 6px 15px !important;
	text-align: left;
	border-radius: 20px;
}

.form-wrapper span.gfield_required.gfield_required_text {
	display: none;
}

.form-wrapper textarea:focus, .form-wrapper input:focus, .form-wrapper textarea:focus-visible, .form-wrapper input:focus-visible {
	border-color: #9c0057 !important;
	outline: none !important;
	box-shadow: none !important;
}

.form-wrapper button:not(:disabled), .form-wrapper [type="button"]:not(:disabled), .form-wrapper [type="reset"]:not(:disabled), .form-wrapper [type="submit"]:not(:disabled) {
	cursor: pointer;
	font-size: 16px !important;
	font-weight: bold !important;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: 3.2px;
	color: #fff !important;
	width: 356px;
	height: 60px;
	margin: 23px auto 0 auto;
	object-fit: contain;
	border-radius: 35px;
	background-color: #9c0057;
	text-align: center;
	text-transform: uppercase;
}

.form-wrapper button:not(:disabled):hover, .form-wrapper [type="button"]:not(:disabled):hover, .form-wrapper [type="reset"]:not(:disabled):hover, .form-wrapper [type="submit"]:not(:disabled):hover {
	background-image: linear-gradient(to bottom, #d10a79, #9c0057) !important;
	color: #fff !important;
}

.connect-box p {
    /*padding-left: 5%;*/    /*padding-right: 5%;*/;
}

.form-wrapper {
	padding-top: 20px;
}

.where-from {
	padding: 6px 10px;
	display: block;
	border-radius: 15px;
	color: #fff;
	font-family: 'Spectral', serif;
	font-size: 12px;
}/*23.08.22*/.team-wrap {
	flex-flow: row wrap;
	position: relative;
	z-index: 2;
	padding: 30px 0px 30px 30px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.team-wrap:after {
	position: absolute;
	z-index: -1;
	content: "";
	background: #f0f0f0;
	width: 73%;
	height: calc(100% - 60px);
	top: 60px;
	left: 0;
	border-radius: 35px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.team-wrap p {
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.75;
	letter-spacing: normal;
	text-align: left;
	color: #2d021a;
}

.team-wrap h6 {
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: 0.8px;
	text-align: left;
	color: #000;
}

.team-image-wrap {
	width: 43%;
}

.team-image-wrap img {
	width: 100%;
	border-radius: 10px;
}

.teamcontent-wrap {
	width: 50%;
	padding-left: 30px;
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
}

.teamcontent-wrap p {
	margin-bottom: 0;
}

.follow-section {
	width: 100%;
	padding-top: 20px;
	margin-bottom: 20px;
	visibility: hidden !important;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.team-wrap:hover .follow-section {
    /*display:block;*/
	visibility: visible !important;
	margin-bottom: 0;
	padding-top: 40px;
}

ul.follow-social {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
}

ul.follow-social li {
	list-style: none;
	margin-right: 30px;
}

ul.follow-social li:last-child {
	margin-right: 0;
}

ul.follow-social li a {
	font-size: 20px;
	display: block;
	color: #99a4a7;
}

.list-wrap ul {
	display: flex;
	width: 100% !important;
	flex-flow: row wrap;
	justify-content: space-between;
}

.list-wrap ul li {
	width: 48%;
	position: relative;
	padding-left: 30px;
}

.list-wrap ul li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 16px;
	height: 16px;
	border: 3px solid #fff;
	border-radius: 14px;
	background: #9c0057;
	transform: translateY(-50%);
	box-shadow: 0 3px 3px 0 rgb(0 0 0 / 16%);
}

.articles-image-wrap img {
	width: 100%;
}

.article-wrapper {
	object-fit: contain;
	border-radius: 25px;
	box-shadow: 0 4px 6px 0 rgb(100 98 98 / 7%);
	background-color: #fff;
}

.articles-content-wrap {
	padding: 26px 20px;
}

.article-wrapper h6 a {
	font-family: 'Spectral', serif;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.44;
	letter-spacing: normal;
	text-align: left;
  /*color: #9c0057;*/
	color: #000;
}

.article-wrapper h6 a:hover, a.read-more:hover {
	color: #9c0057;
}

a.read-more {
	padding-left: 15px;
	border-left: solid 1px #707070;
}

.date-wrapper {
	display: flex;
	align-items: center;
}

.article-wrapper p {
	font-size: 14px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.71;
	letter-spacing: 0.28px;
	text-align: left;
	color: #000;
	margin-bottom: 0;
	margin-right: 15px;
}

.date-wrapper a {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.71;
	letter-spacing: 0.28px;
	text-align: left;
	color: #000;
	text-transform: uppercase;
}

a.article-button {
	font-size: 12px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.17;
	letter-spacing: 1.2px;
	text-align: center;
	color: #614956;
	width: 152px;
	height: 40px;
	padding: 13px 6px;
	object-fit: contain;
	border-radius: 35px;
	border: solid 1px #d4d4d4;
	display: block;
	margin: 20px 0;
	text-transform: uppercase;
}

a.article-button:hover {
	border-color: #9c0057;
	color: #9c0057;
}

.articles-box {
	display: none;
}

.articles-box.display {
	display: inline-block;
}

.categories {
	padding: 40px 20.5px 40px 21px;
	object-fit: contain;
	border-radius: 10px;
	box-shadow: 0 4px 6px 0 rgb(100 98 98 / 9%);
	background-color: #fff;
	position: -webkit-sticky;
	position: sticky;
	top: 95px;
}

.categories a {
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #000;
	padding: 8px 0;
	display: block;
	border-bottom: solid 1px #e7e7e9;
}

.categories a:hover {
	color: #9c0057;
	border-color: #9c0057;
}

.categories ul {
	padding: 0;
	margin: 0;
}

.categories ul li {
	list-style: none;
}

.categories h3 {
	text-align: left;
}

.load-more {
	width: 230px;
	height: 60px;
	margin: 40px auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.articles-details h1 {
	color: #9c0057;
	font-size: 42px;
	text-shadow: none;
	margin-bottom: 30px;
}

.articles-details p {
	margin-bottom: 20px;
}

.articles-details .article-wrapper {
	border-radius: 80px;
}

.map-right-content-wrap {
	width: 60%;
}

.map-direction {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 90%;
	margin: -140px auto 0;
	object-fit: contain;
	border-radius: 35px;
	box-shadow: 0 4px 18px 0 rgb(100 98 98 / 9%);
	background-color: #fff;
	z-index: 9;
	position: relative;
}

.map-direction .btn {
	width: 222px;
	height: 50px;
	object-fit: contain;
	border-radius: 35px;
	border: solid 1.5px #9c0057;
	background: transparent;
	color: #9c0057;
	display: flex;
	align-items: center;
	justify-content: center;
}

.map-direction .map-list {
	margin: 20px 0 20px 0;
}

.map-direction .map-list li {
	margin-bottom: 15px;
}

.location-wrap {
	border-radius: 50px 50px 0 0;
	overflow: hidden;
}

.title {
	object-fit: contain;
	box-shadow: 0 4px 6px 0 rgb(100 98 98 / 9%);
	padding: 0px 30px;
	background-color: #fff;
	z-index: 9;
	position: relative;
	height: 60px;
	align-items: center;
	display: flex;
}

.send-message {
	border-radius: 35px;
	box-shadow: 0 4px 18px 0 rgb(100 98 98 / 9%);
	background-color: #fff;
	height: 100%;
}

.your-business .icon-social img {
	position: absolute;
	left: 30px;
	bottom: 30px;
}

.your-business a.icon-social {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
}

::marker {
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	opacity: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	font-size: 0!important;
	line-height: 0 !important;
}

nav.navigation.post-navigation {
	display: none;
}

div#comments {
	display: none;
}

.categories li.active a {
	color: #9c0057;
	border-color: #9c0057;
}

.location-wrap h5 {
	font-size: 24px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	color: #a90456;
}

.map-right-content-wrap {
	width: 58%;
}

.map-direction {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 90%;
	margin: -140px auto 0;
	object-fit: contain;
	border-radius: 35px;
	box-shadow: 0 4px 18px 0 rgb(100 98 98 / 9%);
	background-color: #fff;
	z-index: 9;
	position: relative;
}

.map-direction .btn {
	width: 222px;
	height: 50px;
	object-fit: contain;
	border-radius: 35px;
	border: solid 1.5px #9c0057;
	background: transparent;
	color: #9c0057;
	display: flex;
	align-items: center;
	justify-content: center;
}

.map-direction .map-list {
	margin: 20px 0 20px 0;
}

.map-direction .map-list li {
	margin-bottom: 15px;
}

.location-wrap {
	border-radius: 50px 50px 0 0;
	overflow: hidden;
}

.title {
	object-fit: contain;
	box-shadow: 0 4px 6px 0 rgb(100 98 98 / 9%);
	padding: 0px 30px;
	background-color: #fff;
	z-index: 9;
	position: relative;
	height: 60px;
	align-items: center;
	display: flex;
}

.send-message {
	border-radius: 35px;
	box-shadow: 0 4px 18px 0 rgb(100 98 98 / 9%);
	background-color: #fff;
	height: 100%;
	overflow: hidden;
}

.send-message h2 {
	font-size: 40px;
	color: #fff;
}

.send-message p {
	color: #fff;
}

.title-message {
	padding: 23px 15px 50px;
	object-fit: contain;
	background-color: #9c0057;
	text-align: center;
	position: relative;
}

.title-message:after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 0;
	border-left: 200px solid white;
	border-right: 200px solid white;
	border-top: 50px solid #ffffff00;
	margin: 0 auto;
	left: 50%;
	transform: translateX(-50%);
}

.send-message .gform_wrapper.gravity-theme .ginput_complex {
	display: flex;
	flex-flow: column;
}

span.name_first, span.name_last {
	width: 100%;
	padding: 0 !important;
}

.send-message .form-wrapper {
	padding: 20px;
}

.send-message span#input_2_1_3_container {
	margin-bottom: 12px;
}
.after-hero {
	background: #f5f5f5;
	padding: 30px 0 16px;
}
.ico-box h4 {
  font-size: 16px;
  text-align: center;
  color: #a90456;
}
.ico-box {
	position: relative;
}

.ico-box img{
    max-width:30px;
}
.after-hero-list {
    display:flex;
    align-items:center;
    justify-content:center;
    padding-right:0;
    padding-left: 0;
}
.after-hero-list h4{
    font-size: 16px;
    text-align: center;
    color: #a90456;
    margin-bottom: 0;
}
.after-hero-list h4 img{
    max-width:30px;
}
.after-hero-list li{
    padding:0 18px;
}
.after-hero-list li:first-child{
    padding-left:0;
}
.after-hero-list li:last-child{
    padding-right:0;
}

.stars {
	padding: 0;
	font-size: 20px;
	margin-top: 3px;
}

.stars {
	--percent: calc(var(--rating) / 5 * 100%);
	display: inline-block;
	font-size: 27px;
	font-family: Times;
	line-height: 1;
	padding: 0 8px;
	font-family: 'Font Awesome 5 Brands';
}

.stars::before {
	content: "★★★★★";
	letter-spacing: 2px;
	background-image: ;    background-position-x:;
	background-position-y: ;    background-size:;
	background-repeat-x: ;    background-repeat-y:;
	background-attachment: ;    background-origin:;
	background-color: ;    background-clip: text;
	-webkit-text-fill-color: rgba(238, 238, 238, 0);
	font-family: 'Font Awesome 5 Brands';
}

.stars {
	--percent: calc(var(--rating) / 5 * 100%);
	display: inline-block;
	font-size: 27px;
	font-family: Times;
	line-height: 1;
	padding: 0 8px;
}

.stars::before {
    /*content: 'â˜…â˜…â˜…â˜…â˜…';*/
	letter-spacing: 2px;
	background: -webkit-gradient(linear, left top, right top, from(#fc0), to(#fff));
	background: linear-gradient(90deg, #fc0 var(--percent), #e9ecef var(--percent));
	-webkit-background-clip: text;
	-webkit-text-fill-color: #eeeeee00;
}

.gform_wrapper.gravity-theme .ginput_complex span.name_first {
	padding-right: 1% !important;
}

.gform_wrapper.gravity-theme .ginput_complex span.name_last {
	padding-right: 1% !important;
}

.map-section iframe {
	width: 100% !important;
	height: 700px !important;
}

h2.our-cloent-title {
	display: none;
}

.map iframe {
	width: 100% !important;
	height: 600px !important;
}

.page-template-get-started .map-section {
	height: 692px;
}

.page-template-get-started .map-section img.img-fluid {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}/*404 Css Start*/.flex-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	border-radius: 35px;
	padding: 8.5rem 35px;
	color: white;
	animation: colorSlide 15s cubic-bezier(0.05, 0.82, 0.165, 1) infinite;
}

.flex-container .text-center {
	text-align: center;
}

.flex-container .text-center h1 {
	color: #a90456;
}

.flex-container .text-center h1,.flex-container .text-center h3 {
	margin: 10px;
	cursor: default;
}

.flex-container .text-center h1 .fade-in,.flex-container .text-center h3 .fade-in {
	animation: fadeIn 2s ease infinite;
}

.flex-container .text-center h1 {
	font-size: 8em;
	transition: font-size 200ms ease-in-out;
	border-bottom: 1px dashed white;
	padding: 0;
	margin: 0;
	line-height: 1;
}

.flex-container .text-center h1 span#digit1 {
	animation-delay: 200ms;
}

.flex-container .text-center h1 span#digit2 {
	animation-delay: 300ms;
}

.flex-container .text-center h1 span#digit3 {
	animation-delay: 400ms;
}

.flex-container .btn {
	width: fit-content;
	margin: 0 auto;
}

@keyframes colorSlide {
	0% {
		background-color: #f1f1f5;
	}

	25% {
		background-color: #fff;
	}

	50% {
		background-color: #f9f9f9;
	}

	75% {
		background-color: #f1f1f1;
	}

	100% {
		background-color: #f2f2f4;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}/*404 Css End*//*What-We-Do New Start*/.inner-banner.banner-section h1 {
	width: 100%;
	margin: 0px 0 20px 0;
	line-height: 1 !important;
}

.inner-banner.banner-section p {
	color: #fff;
}

.inner-banner.banner-section .btn-learnmore {
	background: #fbac39;
	border-color: #fbac39;
	margin-top: 30px !important;
}

.inner-banner.banner-section .btn-learnmore:hover {
	background-image: linear-gradient(to bottom, #fcb854, #df9121) !important;
}

.What-we-do-new {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.nav-tabs .nav-item + .nav-item {
	margin-top: 0rem;
}

.What-we-do-new li {
	width: 33.33%;
}

.What-we-do-new h5 {
	font-family: Spectral;
	font-size: 20px;
	margin-bottom: 0;
}

.what-we-do-new-tab-content.tab-content {
	width: 100%;
}

.tab-content h2 {
	font-size: 50px;
}

.what-we-do-new-tab-content .card-body {
	padding: 0;
}

.sec-two p {
	margin-bottom: 40px;
}

.big-text p {
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: normal;
	text-align: left;
	color: #2d021a;
}

.list-wrap p {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 2;
	letter-spacing: normal;
	text-align: left;
	color: #2d021a;
	margin-bottom: 0;
	margin-top: 30px;
}

.list-wrap ul li {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: 0.64px;
	text-align: left;
	color: #000;
	margin-bottom: 22px;
}

.list-wrap ul {
	padding: 0;
	margin: 0;
	display: flex;
	width: 100% !important;
	flex-flow: row wrap;
	justify-content: space-between;
}

.tab-contentBox .list-wrap {
	flex-flow: column;
}

.icon-image {
	width: 76px;
	height: 76px;
	object-fit: contain;
	border-radius: 15px;
	box-shadow: 0 3px 6px 0 #ffe6f4;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.icon-image img {
	max-width: 48px;
	max-height: 48px;
}

.advanced-stores .icon-image {
	box-shadow: 0 3px 6px 0 #ffe6f4;
	background-color: #9c0057;
}

::marker {
	unicode-bidi: isolate;
	font-variant-numeric: tabular-nums;
	text-transform: none;
	text-indent: 0px !important;
	text-align: start !important;
	text-align-last: start !important;
	font-size: 0;
	opacity: 0;
}

.sec-three h3 {
	font-size: 30px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 2.5;
	letter-spacing: normal;
	text-align: left;
	color: #9c0057;
}

.sec-three h5 {
	font-size: 24px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	text-align: left;
	color: #000;
	margin-bottom: 20px;
	margin-top: 20px;
	text-transform: capitalize;
}

.sec-three p {
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.75;
	letter-spacing: normal;
  /*text-align: left;*/
	color: #2d021a;
}

.icon-sec-wrap {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
	margin-top: 30px;
	border-top: 1px solid #d4d4d4;
	padding-top: 30px;
}

.icon-sec-wrap .iconbox {
	max-width: 48%;
	margin-bottom: 20px;
}

.sec-three .Pop-Up-Store {
	padding-right: 60px;
}

.sec-three .advanced-stores {
	padding-left: 60px;
	position: relative;
}

.sec-three .advanced-stores:after {
	position: absolute;
	height: 100%;
	left: -14px;
	top: 0;
	content: "";
	width: 1px;
	background: #d4d4d4;
}

.video-wrapper img {
	width: 100%;
}

.full-image img {
	width: 100%;
}

.what-we-do-new-tab-content .btn-learnmore {
	max-width: 460px!important;
	width: 100% !important;
	margin-right: 0;
}

.sec-two .btn-learnmore {
	margin: 0 auto;
}

.What-we-do-new .nav-link {
	display: block;
	padding: 1rem 1rem;
}

.promo-link {
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.75;
	letter-spacing: normal;
	text-align: left;
	color: #9c0057;
	text-decoration: underline;
	text-transform: uppercase;
}

.promo-link:hover {
	color: #fbac39;
}

.services-icon {
	width: 76px;
	height: 76px;
	margin: 0 30px 0 0;
	border-radius: 15px;
	box-shadow: 0 3px 6px 0 #ffe6f4;
	background-color: #9c0057;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tab-contentBox.ourServices {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}

.services-icon img {
	max-width: 90%;
	max-height: 90%;
}

.OurServices-icon {
	display: flex;
	align-items: center;
}

.OurServices-icon {
	width: 48%;
	margin-bottom: 60px;
}

.OurServices-icon h5 {
	width: calc(100% - 106px);
}

.generate-Leads p {
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.88;
	letter-spacing: normal;
	color: #2d021a;
}

.tab-contentBox.ourServices {
	padding-left: 30px;
}

.spirit-wear {
	border-radius: 15px;
	box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
	overflow: hidden;
}

.spirit-wear img {
	width: 100%;
}

.spirit-wear h6 {
	padding: 15px 0px 15px;
	object-fit: contain;
	background-color: #9c0057;
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: 0.4px;
	text-align: center;
	color: #fff;
	margin: -30px 0 0 0;
	z-index: 9;
	position: relative;
}

#tabs-inner .nav-item a {
	font-size: 18px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.17;
	letter-spacing: normal;
	text-align: left;
	color: #313a43;
	padding: 15px 0;
}

#tabs-inner .nav-item a.active {
	color: #9c0057;
}

#tabs-inner li.nav-item {
	border-bottom: 1px solid #e7e7e7;
}

#tabs-inner li.nav-item:last-child {
	border-bottom: 0;
}

.sec-three .inner-tab-wrapper h3 {
	font-size: 30px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.53;
	letter-spacing: normal;
	text-align: left;
	color: #000;
}

.what-we-do-new-tab-content .inner-tab-wrapper .card-body {
	padding: 60px 48px;
	object-fit: contain;
	border-radius: 15px;
	background-color: #fff;
}

.build-brand:nth-of-type(even) {
	flex-flow: row-reverse;
	margin-top: 120px;
}

.company-stores h3 {
	font-size: 30px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: left;
	color: #9c0057;
}

.company-stores-row .company-stores-column:nth-of-type(odd) .company-stores-content {
	padding-right: 16%;
}

.company-stores-row .company-stores-column:nth-of-type(even) .company-stores-content {
	padding-left: 16%;
}

.company-stores .image-wrapper {
	margin: 30px 0;
	padding-top: 30px;
	border-top: 1px solid #dadcdc;
}

.company-stores .image-wrapper img {
	width: 100%;
	border-radius: 15px;
}

.print-graphics {
	margin: 0 0 0 59px;
	padding: 13.6px 76px 28px 75.1px;
	object-fit: contain;
	border-radius: 15px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sec-four .tab-contentBox {
	display: flex;
    /*align-items: center;*/
	height: 100%;
	justify-content: center;
	flex-flow: column;
}

.connect-box-what-we-do .form-wrapper {
	padding-top: 20px;
	max-width: 800px;
	margin: 0 auto;
}

ul.unions-logo {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-flow: row wrap;
	border-bottom: 1px solid #d4d4d4;
}

ul.unions-logo li {
	width: 20%;
}

.union-logo-wrap {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #d4d4d4;
    /*border-bottom: 1px solid #d4d4d4;*/
	padding: 15px;
}

.union-logo-wrap img {
	max-width: 100%;
	max-height: 100%;
}

ul.unions-logo li:nth-of-type(5n+0) .union-logo-wrap {
	border-right: 0px solid #d4d4d4;
}

ul.unions-logo:last-child {
	border-bottom: 0;
}

.pt-50 {
	padding-top: 50px;
}

.pb-50 {
	padding-bottom: 50px;
}

.sec-five h3 {
	font-size: 35px;
}/*ul.unions-logo li:nth-of-type(5n+0) .union-logo-wrap {    border-left: 0px solid #d4d4d4;}*/.What-we-do-new .tab-title h5 {
	width: calc(100% - 70px);
}/*What-We-Do New End*/.service-item {
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}

.service-item .content ul {
	display: none;
}

.service-item .content h6 {
	margin-bottom: 0 !important;
	padding-bottom: .5rem;
}/*16.09.22 Start*/
.bg-video-wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 76vh;
	background: url(https://designsupply-web.com/samplecontent/vender/codepen/20181014.png) no-repeat center center/cover;
}/*.bg-video-wrap video {  min-width: 106%;  min-height: 100vh;  z-index: 1;}*/.bg-video-wrap video {
	width: 100% !important;
	height: 100% !important;
	z-index: 9;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}

.overlay {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	background-image: linear-gradient(45deg, rgba(0,0,0,.3) 50%, rgba(0,0,0,.7) 50%);
	background-size: 3px 3px;
	z-index: 2;
}

.bg-video-wrap .container {
	position: absolute;
	height: 960px;
	display: flex;
	flex-flow: row wrap;
	top: 0;
	left: 0;
	z-index: 999;
	right: 0;
	margin: 0 auto;
}

.bg-video-wrap-overley {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 91;
}

.bg-video-wrap-overley img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left top;
}

.Your-online-success {
	background-size: cover !important;
}

.Your-online-success h3 {
	font-size: 40px;
	color: #fff;
	text-align: center;
}

.live-demo .items {
	padding: 10px 5px;
}

.livedemo-image {
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
}

.livedemo-image a {
	display: block;
}

.live-demo .owl-nav, .live-brand .owl-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}/*16.09.22 End*//*19.09.22 Start*/.video-wrapper video {
	width: 100% !important;
	height: auto !important;
	border-radius: 15px;
}

#video-wrap:not(.active) {
	opacity: 0;
	visibility: hidden;
}

#video-wrap .video-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#video-wrap .video-container {
	width: 80%;
	transition: all 0.3s ease-in-out;
	transform: scale(0.9);
}

#video-wrap .close-video {
	background-color: #fff;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 5%;
	top: 5%;
	width: 42px;
	height: 42px;
	border-radius: 100%;
	border: solid 2px #000;
	padding: 0;
	transition: all 0.3s ease-in-out;
	z-index: 150;
}

#video-wrap .close-video:before, #video-wrap .close-video:after {
	content: "";
	width: 60%;
	height: 3px;
	background-color: #000;
	position: absolute;
	transition: all 0.3s ease-in-out;
}

#video-wrap .close-video:before {
	transform: rotate(42deg);
}

#video-wrap .close-video:after {
	transform: rotate(-42deg);
}

#video-wrap .close-video:focus {
	outline: none;
}

#video-wrap .close-video:hover {
	background-color: #000;
}

#video-wrap .close-video:hover:before, #video-wrap .close-video:hover:after {
	background-color: #fff;
}

#video-wrap video,#video-wrap iframe {
	position: relative;
	z-index: 10;
	border-radius: 12px;
	box-shadow: 0 0 19px rgba(0, 0, 0, 0.16);
	width: 100%;
	height: 100vh;
	max-height: 85vh;
	background-color: #000;
}

#video-wrap video {
	object-fit: cover;
}

#video-wrap.active {
	opacity: 1;
	visibility: visible;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	padding: 12px;
	height: 100vh;
	display: flex;
	transition: all 0.3s ease-in-out;
	z-index: 9991;
	align-items: center;
	justify-content: center;
}

#video-wrap.active .video-container {
	transform: scale(1);
}

.mobShow {
	display: none;
}

@media (max-width: 1659px) and (min-width: 1330px) {
	#video-wrap .video-container {
		max-width: 900px;
	}
}

@media (min-width: 1660px) {
	#video-wrap .video-container {
		max-width: 1200px;
	}
}

.accordion .tab-content {
	width: 100%;
}

.accordion .tab-content h3 {
	text-align: left;
	color: #000;
}

.accordion-header .accordion-button {
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #9c0057;
	outline: none;
	background: transparent;
	box-shadow: none;
	padding: 1.2rem 2.25rem;
}

.accordion-body {
	padding: 1rem 2.25rem 2.5rem;
}

.accordion-header .accordion-button.collapsed {
	color: #000;
}

.accordion-button::after {
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	margin-left: auto;
	content: "";
	background-image: url(https://proformahess.com/wp-content/uploads/2022/09/down-arrow-1.png);
	background-repeat: no-repeat;
	background-size: cover;
	transition: transform 0.2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
	background-image: url(https://proformahess.com/wp-content/uploads/2022/09/down-arrow-1-1.png);
	transform: rotate(-180deg);
}

.accordion {
	padding: 0;
	object-fit: contain;
	border-radius: 35px;
	box-shadow: 0 4px 18px 0 rgb(100 98 98 / 9%);
	background-color: #fff;
}

.accordion-item:first-of-type {
	border-top-left-radius: 35px;
	border-top-right-radius: 35px;
}

.accordion-item:last-of-type {
	border-bottom-right-radius: 35px;
	border-bottom-left-radius: 35px;
}

.accordion-item {
	border: 0px solid;
	background: transparent;
	border-bottom: solid 1px #dadcdc;
}

.image-wrap img {
	width: 100%;
}

.brand-for-mobile {
	display: none;
}/*19.09.22 End*/p strong {
	color: #a90456;
}/*20.09.22 Start*/.case-study {
	height: 420px;
}

.case-study > img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.imgLogos {
	width: 90px !important;
	margin: 0 auto 15px 0;
}

.tab {
	opacity: 1!important;
}

.tab-navigation select {
	word-wrap: normal;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 2.5;
	letter-spacing: normal;
	text-align: left;
	color: #9c0057;
	padding: 15px;
	width: 100%;
	padding: 17px 30px 16px 20px;
	object-fit: contain;
	border-radius: 45px;
	box-shadow: 0 2px 9px 0 rgb(100 98 98 / 9%);
	background-color: #fff;
	border: 0;
	outline: none;
	appearance: none;
	background: url(https://proformahess.com/wp-content/uploads/2022/09/Polygon-6.png);
	background: url(https://proformahess.com/wp-content/uploads/2022/09/Polygon-6.png) #fff;
	background-position: right 30px center !important;
	background-repeat: no-repeat;
}

.tab-navigation select option {
	color: #000!important;
}

.live-brand {
	display: none !important;
}

.nav-tabs .nav-link.active:focus-visible, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-item.show .nav-link:focus-visible, .nav-tabs .nav-item.show .nav-link:focus {
	border: 0;
	outline: 0;
}

.nav-tabs .nav-link:focus-visible, .nav-tabs .nav-link:focus {
	border: 0;
	outline: 0;
}

.mobLogoWrap {
	display: flex;
	align-items: center;
}

.mobileLogo {
	display: none;
}

.socialbutton {
	display: none;
}

.your-testimonials {
	overflow-x: hidden;
}

.ImgTop .imgMob {
	display: none;
}

.mobSelect .tab-navigation {
	display: none;
}

.unionLogo .unions-logo {
	position: relative;
}

.unionLogo .unions-logo::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	border-bottom: 2px solid #f5f5f7;
	background: transparent;
	z-index: 11;
}
.social-case-stydy{	
    display: block;	
}

.unionLogo .union-logo-wrap {
	border-bottom: 1px solid #d4d4d4;
}


/*Responsive Css Start*//*@media (min-width: 641px){.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full), .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {    padding-right: 2%;}}*//*=============     1920 css start  =============*/@media(max-width:1920px) {
}/*=============     1920 css end    =============*//*=============     1680 css start  =============*/@media(max-width:1680px) {
	h1 {
		font-size: 68px;
	}

	h2 {
		font-size: 40px;
	}

	.header-sec {
		padding: 18px 0;
	}

	.navbar .navbar-nav .nav-link {
		font-size: 16px;
		margin: 0 25px;
	}

	.content-wprp span {
		font-size: 14px;
		margin-bottom: 5px;
	}

	.content-wprp p {
		font-size: 20px;
	}

	.header-button {
		width: 250px;
		height: 60px;
	}

	.phone {
		width: 54px;
		height: 54px;
	}

	.banner-section .container {
		height: 86vh;
	}

	.case-stydy-new.owl-carousel .owl-dots.disabled, .case-stydy-new.owl-carousel .owl-nav.disabled {
		top: -96px;
		left: auto;
		right: 15px;
	}

	.map-section:after {
		background-size: 42.9% !important;
	}

	.service-wrap .online-common-secion .h-100 {
		padding: 0 !important;
		min-height: 490px;
	}

	.service-wrap .pb-120 {
		padding-bottom: 60px;
	}

	.connect-box {
		padding: 40px 60px 42px;
	}

	.bg-video-wrap {
/*max-height: 86vh;*/;
	}

	.bg-video-wrap video {
/*max-height: 86vh;*/;
	}

	.case-study {
		height: 400px;
	}
}/*=============     1680 css end    =============*/@media(max-width:1600px) {
	.map-section:after {
		background-size: 42.5% !important;
	}
}/*=============     1440 css start  =============*/@media(max-width:1440px) {
	.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
		max-width: 1200px;
	}

	.container.facts .facts-text {
		padding-left: calc(((100% - 1200px) / 2) + .75rem);
	}

	.container.facts .facts-counter {
		padding-right: calc(((100% - 1200px) / 2) + .75rem);
	}

	h1 {
		font-size: 60px;
	}

	h2 {
		font-size: 40px;
	}

	h3 {
		font-size: 22px;
	}

	h5 {
		font-size: 18px;
	}

	p {
		font-size: 16px;
	}

	.team-text p {
		font-size: 14px;
		line-height: 22px;
	}

	.btn {
		font-size: 16px;
		height: 56px !important;
	}

	.back-to-top.rounded-circle {
		width: 30px !important;
		height: 30px !important;
	}

	ul.stores .btn {
		height: 40px !important;
	}

	.team-text .btn {
		height: 40px !important;
		width: 140px;
		padding: 0 !important;
		display: flex !important;
		align-items: center;
		justify-content: center;
		font-size: 14px;
	}

	.map-content .btn {
		width: 220px !important;
		height: 56px !important;
		font-size: 16px;
	}

	.btn-learnmore {
		width: 360px !important;
		height: 56px !important;
	}

	.banner-section .btn-learnmore {
		width: 380px !important;
	}

	.service-item ul li a {
		font-size: 14px;
		padding: 14px;
	}

	.service-item .service-icon {
		width: 120px;
		height: 120px;
		margin: 20px auto;
	}

	.service-item .service-icon img {
		max-width: 80px;
		max-height: 80px;
	}

	.facts-text p {
		margin-bottom: 20px;
	}
	
	/*mahesh edited*/
	.team-text.p-4 p {
        max-height: 150px!important;
        overflow-y: hidden;
    }

	.navbar .navbar-nav .nav-link {
		font-size: 16px;
		margin: 0 15px;
		padding: 15px 0;
	}

	.content-wprp span {
		font-size: 12px;
		margin-bottom: 4px;
	}

	.content-wprp p {
		font-size: 18px;
	}

	.header-button {
		font-size: 16px;
		width: 240px;
		height: 60px;
	}

	.header-sec {
		padding: 15px 0;
	}

	.header-sec.shadow-sm {
		padding: 5px 0;
	}

	.phone {
		width: 54px;
		height: 54px;
	}

	.case-stydy-new.owl-carousel .owl-dots.disabled, .case-stydy-new.owl-carousel .owl-nav.disabled {
		top: -96px;
		left: auto;
		right: 15px;
	}

	.map-section:after {
		background-size: 44.1% !important;
	}

	.tab-wrapper h3 {
		font-size: 32px;
	}

	.service-wrap .online-common-secion .facts-text {
		padding-left: calc(((100% - 1200px) / 2) + 0.75rem);
	}

	.service-wrap .online-common-secion .facts-counter {
		padding-right: calc(((100% - 1200px) / 2) + 0.75rem);
	}

	.service-wrap .online-common-secion:nth-of-type(odd) .facts-text {
		padding-right: calc(((100% - 1200px) / 2) + 0.75rem);
		padding-left: 1.5rem !important;
	}

	.service-wrap .online-common-secion:nth-of-type(odd) .facts-counter {
		padding-left: calc(((100% - 1200px) / 2) + 0.75rem);
		padding-right: 1.5rem !important;
	}

	.service-wrap .pb-120 {
		padding-bottom: 40px;
	}

	.categories a {
		font-size: 14px;
		padding: 5px 0;
	}

	.categories {
		padding: 20px 20px 30px 20px;
	}

	.map-right-content-wrap {
		width: 52%;
	}

	.case-study {
		height: 350px;
	}

	.Your-online-success h3 {
		font-size: 32px;
	}

}/*=============     1440 css end    =============*//*=============     1280 css start  =============*/@media(max-width:1280px) {
	.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
		max-width: 1100px;
	}

	.container.facts .facts-text {
		padding-left: calc(((100% - 1100px) / 2) + .75rem);
	}

	.container.facts .facts-counter {
		padding-right: calc(((100% - 1100px) / 2) + .75rem);
	}

	.service-wrap .online-common-secion .facts-text {
		padding-left: calc(((100% - 1100px) / 2) + 0.75rem);
	}

	.service-wrap .online-common-secion .facts-counter {
		padding-right: calc(((100% - 1100px) / 2) + 0.75rem);
	}

	.service-wrap .online-common-secion:nth-of-type(odd) .facts-text {
		padding-right: calc(((100% - 1100px) / 2) + 0.75rem);
		padding-left: 1.5rem !important;
	}

	.service-wrap .online-common-secion:nth-of-type(odd) .facts-counter {
		padding-left: calc(((100% - 1100px) / 2) + 0.75rem);
		padding-right: 1.5rem !important;
	}

	.navbar .navbar-brand img {
		max-height: 45px;
	}

	.navbar .navbar-nav .nav-link {
		font-size: 14px;
		margin: 0 8px;
		padding: 15px 0;
	}

	.content-wprp p {
		font-size: 16px;
	}

	.content-wprp span {
		font-size: 10px;
		margin-bottom: 4px;
	}

	.header-button {
		font-size: 16px;
		width: 210px;
		height: 60px;
	}

	.phone {
		margin-right: 8px;
	}

	.header-sec.px-lg-5 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}

	.navbar-brand {
		margin-right: 0;
	}

	.pb-180 {
		padding-bottom: 140px;
	}

	.pt-180 {
		padding-top: 140px;
	}

	.pt-120 {
		padding-top: 90px;
	}

	.pb-120 {
		padding-bottom: 90px;
	}

	.pb-80 {
		padding-bottom: 60px;
	}

	.pt-80 {
		padding-top: 60px;
	}

	.pb-100 {
		padding-bottom: 80px;
	}

	.pt-100 {
		padding-top: 80px;
	}

	.pb-100 {
		padding-bottom: 80px;
	}

	.mt-75 {
		margin-top: 50px;
	}

	.footer-section {
		padding-top: 80px;
	}

	ul.footer-social {
		margin-top: 20px;
		margin-bottom: 70px;
	}

	ul.footer-menu {
		margin-bottom: 90px;
	}

	.Your-online-success h3 {
		font-size: 26px;
	}
}/*=============     1280 css end    =============*//*=============     1199 css start  =============*/@media(max-width:1199px) {
	.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
		max-width: 96%;
	}

	.container.facts .facts-text {
		padding-left: calc(((100% - 96%) / 2) + .75rem);
	}

	.container.facts .facts-counter {
		padding-right: calc(((100% - 96%) / 2) + .75rem);
	}

	.service-wrap .online-common-secion .facts-text {
		padding-left: calc(((100% - 96%) / 2) + 0.75rem);
	}

	.service-wrap .online-common-secion .facts-counter {
		padding-right: calc(((100% - 96%) / 2) + 0.75rem);
	}

	.service-wrap .online-common-secion:nth-of-type(odd) .facts-text {
		padding-right: calc(((100% - 96%) / 2) + 0.75rem);
		padding-left: 1.5rem !important;
	}

	.service-wrap .online-common-secion:nth-of-type(odd) .facts-counter {
		padding-left: calc(((100% - 96%) / 2) + 0.75rem);
		padding-right: 1.5rem !important;
	}

	.connect-box {
		padding: 60px 60px 60px;
	}
}/*=============     1199 css end    =============*//*=============     1080 css start  =============*/@media(max-width:1080px) {
	.map-section:after {
		background-size: 43% !important;
	}

	.articles-details h1 {
		font-size: 30px;
	}
}/*=============     1080 css end    =============*/@media(max-width:1024px) {
	.contFull {
		max-width: 100%;
		padding-right: 0;
	}
}/*=============     991 css start  =============*/@media(max-width:991px) {
	.menu-wrap {
		text-align: left;
		position: absolute;
		top: 89px;
		width: 100%;
		background: #f7f7f7;
		left: 0;
	}

	.shadow-sm .menu-wrap {
		top: 60px;
	}

	.navbar-nav.pe-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}

	button.navbar-toggler.hembug {
		margin-left: auto;
		margin-right: 15px;
	}

	ul.stores {
		flex-flow: row wrap;
	}

	.facts-counter {
		min-height: 400px;
	}

	.banner-section .container {
		height: 86vh;
		max-height: 600px;
	}

	.container.facts .facts-text .h-100, .container.facts .facts-counter .h-100 {
		padding: 0;
	}

	.facts img.mobile-show {
		display: block;
		margin-right: -20px;
		margin-top: 40px;
	}

	.your-brand img.mobile-show {
		display: block;
		margin-left: -20px;
		margin-top: 0px;
	}

	.facts-counter, .facts-text {
		background: transparent !important;
	}

	.container.facts .facts-text {
		padding-left: 0;
		padding-right: 0;
	}

	.container.facts .facts-counter {
		padding-right: 0;
	}

	.footer-section ul.footer-menu li a {
		padding: 0 14px;
	}/*.g-4, .gy-4 {    --bs-gutter-y: .5rem;}*/	.pb-180 {
		padding-bottom: 50px;
	}

	.pt-180 {
		padding-top: 50px;
	}

	.pt-120 {
		padding-top: 50px;
	}

	.pb-120 {
		padding-bottom: 50px;
	}

	.pb-80 {
		padding-bottom: 50px;
	}

	.pt-80 {
		padding-top: 50px;
	}

	.pb-100 {
		padding-bottom: 50px;
	}

	.pt-100 {
		padding-top: 50px;
	}

	.pb-100 {
		padding-bottom: 50px;
	}

	.mt-75 {
		margin-top: 50px;
	}

	.footer-section {
		padding-top: 50px;
	}

	ul.footer-social {
		margin-top: 20px;
		margin-bottom: 50px;
	}

	ul.footer-menu {
		margin-bottom: 50px;
	}

	.case-stydy-new.owl-carousel .owl-dots, .case-stydy-new.owl-carousel .owl-nav {
		display: flex !important;
		flex-flow: row;
		align-items: center;
		width: 120px;
		position: relative;
		top: 0;
		left: 0;
		justify-content: space-between;
		margin: 50px auto 0 auto;
	}

	.facts-counter {
		min-height: unset;
	}

	.your-brand .row {
		flex-flow: column-reverse;
	}

	.your-brand {
		padding-top: 50px !important;
	}

	.brand-content {
		width: 84%;
	}

	.your-brand .pb-70 {
		padding-bottom: 0px;
	}

	.map-section:after {
		background-size: 28% !important;
	}

	.inner-banner {
		height: 250px;
	}

	.inner-banner img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center center;
	}

	.tab-wrapper {
		padding-top: 30px;
	}

	.service-wrap .online-common-secion .h-100 {
		height: auto !important;
		min-height: unset !important;
	}

	.service-wrap .online-common-secion:nth-of-type(odd) .row {
		flex-flow: column;
	}

	.service-wrap .online-common-secion:nth-of-type(odd) .facts-text {
		padding-right: 0rem !important;
		padding-left: 0rem !important;
	}

	.service-wrap .online-common-secion:nth-of-type(odd) .facts-counter {
		padding-right: 0rem !important;
		padding-left: 0rem !important;
	}

	.service-wrap .online-common-secion:nth-of-type(odd) .facts-counter img {
		display: block;
		margin: 30px auto 0 auto;
	}

	.service-wrap .facts-counter {
		background: transparent !important;
	}

	.service-wrap .online-common-secion .facts-counter .facts img.mobile-show {
		display: block;
		margin: 30px auto 0 auto;
		width: 100%;
		height: auto;
	}

	.online-common-secion .facts-counter img {
		width: 100%;
		border-radius: 30px;
	}

	.service-wrap .pb-120 {
		padding-bottom: 60px;
	}

	.blog-row {
		flex-flow: column-reverse;
	}

	.map-right-content-wrap {
		width: 50%;
	}

	.title-message:after {
		border-left: 350px solid white;
		border-right: 350px solid white;
	}

	.follow-section {
		width: 100%;
		padding-top: 30px;
		margin-bottom: 0px;
		visibility: visible !important;
		transition: all .3s ease;
		-webkit-transition: all .3s ease;
	}

	.team-wrap:hover .follow-section {
    /*display:block;*/
		visibility: visible !important;
		margin-bottom: 0;
		padding-top: 30px;
	}/*14.08.22 Start*/	.tab-title {
		flex-flow: column;
		justify-content: center;
		align-items: center;
		padding: 15px;
		height: 100%;
		border-radius: 15px;
	}

	.What-we-do-new .tab-title h5 {
		width: calc(100% - 0px);
		text-align: center;
	}

	.tab-icon {
		margin: 0px 0px 15px 0px;
	}

	.What-we-do-new .nav-item .nav-link {
		height: 100%;
	}

	.sec-three .Pop-Up-Store {
		padding-right: 0px;
	}

	.sec-three .advanced-stores {
		padding-left: 0px;
		position: relative;
	}/*.sec-three .advanced-stores:after{*//*    display: none;*//*}*/	.video-wrapper {
		margin-bottom: 30px;
	}

	.build-brand:nth-of-type(even) {
		flex-flow: column;
		margin-top: 50px;
	}

	.company-stores-row .company-stores-column:nth-of-type(even) .company-stores-content {
		padding-left: 0%;
	}

	.company-stores-row .company-stores-column:nth-of-type(odd) .company-stores-content {
		padding-right: 0;
	}

	.company-stores-column {
		margin-bottom: 40px;
	}

	.company-stores-column:last-child {
		margin-bottom: 0;
	}

	.tab-contentBox.ourServices {
		padding-left: 0px;
	}

	.brand {
		margin-bottom: 30pxs;
	}/*14.08.22 End*/	.bg-video-wrap video {
  /*min-width: 106%;*/  /*min-height: 100vh;*/  /*z-index: 1;*/;
	}

	.bg-video-wrap {
		max-height: 600px;
	}

	#video-wrap video,#video-wrap iframe {
		max-height: 450px;
	}

	.mobile-menu {
		width: 34px;
		height: 38px;
		position: absolute;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
		overflow: hidden;
		display: block;
		margin-top: 0;
		right: 20px;
		z-index: 999;
		top: 34px;
	}

	.mobile-menu span:nth-child(1) {
		top: 0px;
	}

	.mobile-menu span {
		display: block;
		position: absolute;
		height: 3px;
		width: 100%;
		background: #a90456;
		border-radius: 9px;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}

	.mobile-menu span:nth-child(2) {
		top: 9px;
	}

	.mobile-menu span:nth-child(3) {
		top: 18px;
	}

	header.open .header-button {
		display: flex !important;
		margin-left: 1.5rem;
	}

	header.open .mobileLogo {
		display: block;
		margin: 0 auto;
	}

	.header-sec.navbar.open {
		background: #a90456 !important;
	}

	header.open .mobLogoWrap {
		background: #a90456;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		align-items: flex-start;
		justify-content: flex-start;
		flex-flow: column;
		padding-top: 15px;
	}

	header.open .mobile-menu span {
		background: #fff;
	}

	header.open .mobile-menu span:nth-child(1) {
		top: 13px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	header.open .mobile-menu span:nth-child(3) {
		top: 13px;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		-o-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}

	header.open .mobile-menu span:nth-child(2) {
		opacity: 0;
		left: -60px;
	}

	header.open .menu-wrap {
		position: relative;
		top: 0;
		width: 100%;
		background: #a90456;
		left: 0;
		flex-grow: 0;
		flex-basis: unset;
	}

	.navbar .navbar-nav .nav-link {
		color: #fff;
	}

	header.open .mobile-menu {
		top: 30px;
	}

	.navbar.open .navbar-nav .nav-link:hover, .navbar.open .navbar-nav .nav-link.active {
		color: #000;
		border-bottom: 3px solid #000;
	}

	.header-button {
		display: none !important;
	}

	.navbar.open .socialbutton {
		display: block;
		margin-left: 1.5rem;
	}

	.socialbutton ul.footer-social a {
		width: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 30px;
		color: #fff;
		border: 1px solid #fff;
		border-radius: 50%;
		font-size: 12px;
		margin: 10px;
		transform: .3s all ease;
		-webkit-transform: .3s all ease;
	}

	.socialbutton ul.footer-social {
		justify-content: flex-start;
		margin-top: 0;
		padding-top: 0;
	}

	.socialbutton p {
		padding-bottom: 0;
		margin-bottom: 10px;
		color: #fff;
		margin-top: 20px;
	}

	.navbar.open #menu-main-menu li {
		border-bottom: 1px solid #84074d;
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}

	.navbar.open #menu-main-menu {
		padding: 0 !important;
	}

	header.navbar.open .navbar-nav .nav-link {
		border-bottom: 0px !important;
	}

	header.navbar.open .mobile-menu {
		top: 26px;
	}

	header.sticky-top .mobile-menu {
		top: 23px;
	}

	#con-form {
		padding: 0;
	}

	#con-form .container {
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.connect-box {
		border-radius: 0;
		max-width: 100% !important;
	}

	.map-content {
		display: none;
	}

	.map-wrap .map-section {
		height: 560px !important;
	}

	.here-to-help .service-item {
		padding: 30px 20px !important;
	}

	.caseStudyContact#con-form {
		padding: 40px 20px !important;
	}

	.mobSelect .tab-navigation {
		display: block;
	}

	.mobSelect h3, .mobSelect ul {
		display: none;
	}

	.categories.mobSelect {
		padding: 0;
		background: transparent;
		box-shadow: none;
		margin-bottom: 40px;
	}

	.blog-row {
		flex-flow: wrap;
	}

	.blog .blogWraps a.article-button, .blog .blogWraps .date-wrapper, .blog .blogWraps .articles-content-wrap p, .archive .blogWraps a.article-button, .archive .blogWraps .date-wrapper, .archive .blogWraps .articles-content-wrap p {
		display: none;
	}
}/*=============     991 css end    =============*//*=============     767 css start  =============*/@media(max-width:767px) {
	h1 {
		font-size: 38px;
	}

	h2 {
		font-size: 30px;
	}

	br {
		display: none;
	}

	ul.footer-menu {
		flex-flow: row wrap;
		text-align: center;
	}

	.footer-section ul.footer-menu li a {
		padding: 10px 14px;
		display: block;
	}

	ul.stores li {
		padding-bottom: 15px;
		margin-right: 15px;
	}

	.px-4 {
		padding-right: 1rem!important;
		padding-left: 1rem!important;
	}

	.footer-section ul.footer-menu li a {
		padding: 10px 11px;
		display: block;
		font-size: 14px;
	}

	.map-section:after {
		display: none;
	}

	.tab-wrapper h3 {
		font-size: 28px;
	}

	.connect-box {
		padding: 40px 30px 40px;
	}

	.teamcontent-wrap br {
		display: block;
	}

	.tab-content h2 {
		font-size: 30px;
	}

	.sec-three h3 {
		font-size: 24px;
	}

	.sec-three h5 {
		font-size: 20px;
	}

	.big-text p {
		font-size: 18px;
	}

	.What-we-do-new li {
		width: 100%;
	}

	.What-we-do-new li .tab-icon {
		display: none;
	}
.part-two{	
    height: auto !important;	
}		
.industries-details{	
    margin-top: 40px !important;	
}

	.print-graphics {
		margin: 0;
	}
}/*=============     767 css end    =============*/@media(max-width:640px) {
	.after-hero-list {
		align-items: normal;
  justify-content: normal;
}
	.map-direction {
		flex-flow: column;
	}

	.image-wrap {
		position: relative;
		width: 100%;
	}

	.image-wrap img {
		width: 100%;
		border-radius: 35px;
	}

	.map-right-content-wrap {
		width: 100%;
		padding: 30px;
	}

	#video-wrap video,#video-wrap iframe {
		max-height: 350px;
	}

	.caseStudies {
		padding-left: 0px;
		padding-right: 0px;
	}
}/*=============     576 css start  =============*/@media(max-width:576px) {
	h1 {
		font-size: 40px;
	}

	h2 {
		font-size: 35px;
		font-weight: 600;
	}
.industries-details h2{	
    font-size: 36px !important;	
    line-height: 1.3;	
}	
.industries-details h3{	
    font-size: 32px !important;	
    line-height: 1.3;	
}
	h5 {
		font-size: 16px;
	}

	.sec-three h3 {
		font-size: 20px;
		line-height: 1.2;
	}

	.pb-180 {
		padding-bottom: 50px;
	}

	.pt-180 {
		padding-top: 60px;
	}

	.pt-120 {
		padding-top: 60px;
	}

	.pb-120 {
		padding-bottom: 60px;
	}

	.pb-80 {
		padding-bottom: 60px;
	}

	.pt-80 {
		padding-top: 60px;
	}

	.pb-100 {
		padding-bottom: 60px;
	}

	.pt-100 {
		padding-top: 60px;
	}

	.pb-100 {
		padding-bottom: 60px;
	}

	.mt-75 {
		margin-top: 60px;
	}

	.pb-70 {
		padding-bottom: 40px;
	}

	.pt-70 {
		padding-top: 40px;
	}

	.footer-section {
		padding-top: 60px;
	}

	p {
		font-size: 16px;
		font-weight: 500;
		line-height: 1.88;
		color: #2d021a;
	}

	ul.stores {
		justify-content: center;
	}

	.services-item-new-wrap {
		display: flex;
		padding: 0 15px;
		align-items: center;
		justify-content: space-between;
	}

	.services-item-new-wrap .service-icon {
		width: 76px;
		height: 76px;
		margin-right: 15px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.services-item-new-wrap .service-icon img {
		max-width: 75%;
		max-height: 75%;
	}

	.services-item-new-wrap h3 {
		width: calc(100% - 91px);
		text-align: left;
		margin-bottom: 0 !important;
		font-size: 20px;
		line-height: 1.5;
	}

	.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
		max-width: 100%;
	}

	.banner-section h1 {
		width: 100%;
		text-align: center;
		margin: 30px 0;
		text-shadow: 0 3px 6px rgb(0 0 0 / 44%);
	}

	.bg-video-wrap-overley img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}/*.phone {    margin-right: 0px;    display: none;}.content-wprp{    display: none;}.header-button {    height: 60px;    width: 60px;}*/	.btn {
		font-size: 14px;
	}

	.banner-section .btn-learnmore {
		width: 100% !important;
	}

	.map-content {
		position: relative;
		top: 50%;
		transform: none;
		width: 100%;
		height: auto;
		padding: 40px;
		margin-bottom: -160px;
		background: #fff;
		z-index: 9;
		border-radius: 35px;
		box-shadow: 0 4px 18px 0 rgb(100 98 98 / 9%);
	}

	.map-section iframe {
		height: 550px !important;
	}

	.brand-number img {
		max-width: 100px;
	}

	.footer-content .logo {
		max-width: 140px;
	}

	.client-section.pt-80 {
		padding-top: 0;
	}

	.connect-box p {
		padding-left: 0;
		padding-right: 0;
	}

	.page-template-get-started .map-section {
		height: 750px;
		overflow: hidden;
	}

	#video-wrap video, #video-wrap iframe {
		max-height: 220px;
	}

	.accordion-header .accordion-button {
		padding: 1.2rem 1.25rem;
	}

	.accordion-body {
		padding: 1rem 1.25rem 2.5rem;
	}

	.accordion-header .accordion-button {
		font-size: 18px;
	}

	.facts img.mobile-show {
		display: block;
		margin-right: -20px;
		margin-left: -20px;
		margin-top: 40px;
		width: calc(100% + 40px);
		border-radius: 0;
	}

	.brand-for-mobile {
		display: flex;
		justify-content: space-between;
		margin-top: 30px;
	}

	.brand-box-new img {
		width: 100%;
	}

	.brand-box-new {
		width: 30%;
	}/*.brand-box{*//*    display: none !important;*//*}*/	.brand-box-new h5 {
		font-size: 16px;
		text-align: center;
	}

	.mobile-none {
		display: none;
	}

	ul.footer-menu li {
		width: 100%;
	}

	.list-wrap ul li:after {
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 0;
	}

	.list-wrap ul li {
		width: 48%;
		position: relative;
		padding-left: 0;
		padding-top: 20px;
		text-align: center !important;
		margin-bottom: 30px;
	}

	.tab-pane .tab-contentBox p {
		text-align: center;
	}

	.big-text p {
		font-size: 16px;
		font-weight: 600;
	}

	.Pop-Up-Store p, .advanced-stores p {
		display: none;
	}

	.icon-sec-wrap .iconbox, .icon-sec-wrap .iconbox {
		max-width: 100%;
		margin-bottom: 20px;
		width: 100%;
	}

	.icon-image {
		margin: 0 auto;
	}

	.icon-sec-wrap {
		display: flex;
		align-items: center;
	}

	.sec-one .tab-contentBox h2, .sec-one .tab-contentBox p {
		text-align: left;
	}

	.icon-sec-wrap h5, .Pop-Up-Store h3, .advanced-stores h3, .tab-content h2 {
		text-align: center;
	}

	.what-we-do-new-tab-content .btn-learnmore {
		margin-right: auto;
		margin-left: auto;
	}

	.OurServices-icon {
		display: flex;
		align-items: center;
		flex-flow: column;
		justify-content: center;
		text-align: center;
	}

	.services-icon {
		margin: 0 auto 20px auto;
	}

	.OurServices-icon h5 {
		width: calc(100% - 0px);
		text-align: center;
	}

	ul#tabs-inner {
		width: 100%;
		position: relative;
		top: 0;
	}

	.inner-tab-wrapper {
		flex-flow: row wrap;
	}

	.what-we-do-new-tab-content .inner-tab-wrapper .card-body {
		padding: 30px;
	}

	.union-logo-wrap {
		border-bottom: 1px solid #d4d4d4;
	}

	.imgFull {
		width: 100%;
	}

	.modHide {
		display: none !important;
	}

	.imageCol {
		width: 100%;
		padding-top: 0;
	}

	.mobShow {
		display: block;
	}

	.mobClient .mobShow {
		width: 100%;
		padding: 0;
	}

	.imageCol .image-wrap {
		height: 360px;
	}

	.imageCol .image-wrap .imgHeight {
		height: 100%;
		object-fit: cover;
	}

	.your-business.mobPad {
		width: 100%;
	}

	.bgGrey {
		background: #f5f5f7;
	}

	.bgWhite {
		background: #fff;
	}

	.pad50mob {
		padding: 50px 0 !important;
	}

	.client-logo-wrap {
		height: auto;
	}

	.slider-arrow.slider-prev, .slider-arrow.slider-next {
		width: 50px;
		height: 50px;
		background: #d2d2d2;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		color: #fff;
		font-size: 22px;
		transition: all .3s ease;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		position: absolute;
		bottom: 0;
		cursor: pointer;
	}

	.slider-arrow.slider-prev {
		left: 40%;
		transform: translateX(-50%);
	}

	.slider-arrow.slider-next {
		right: 25%;
		transform: translateX(-50%);
	}

	.slider-arrow.slider-prev:hover, .slider-arrow.slider-next:hover {
		background: #9c0057;
		color: #fff;
	}

	.mobClient .owl-nav {
		display: flex;
		justify-content: center;
		margin-top: 35px;
	}

	.mobClient .owl-nav div {
		margin: 0 10px;
	}

	.map-content {
		margin-bottom: 0;
	}

	.your-testimonials, .your-testimonials .container {
		padding-right: 0;
	}

	.flexRev .row {
		flex-flow: column-reverse !important;
	}

	.header-button {
		display: none !important;
	}

	button.navbar-toggler.hembug {
		margin-right: 0;
	}

	.inner-banner.banner-section h1 {
		margin: 0;
	}

	.banner-section .container {
		max-height: 460px;
		text-align: center;
		justify-content: center;
	}

	.team-image-wrap {
		width: 100%;
	}

	.teamcontent-wrap {
		width: 100%;
		padding: 30px 0 0;
	}

	.team-wrap::after {
		display: none;
	}

	.team-wrap {
		padding: 0;
	}

	.teamWrap {
		padding-left: 0;
		padding-right: 0;
	}

	.teamWrap {
		background: #f0f0f0;
		padding-bottom: 0;
	}

	.teamWrap .row .col-lg-6:nth-child(even) {
		background: #f5f5f7;
		padding: 30px 20px;
	}

	.teamWrap .row .col-lg-6:nth-child(odd) {
		background: #f0f0f0;
		padding: 30px 20px;
	}

	.teamWrap .teamcontent-wrap br {
		display: none;
	}

	.team-image-wrap {
		height: 500px;
		overflow: hidden;
		border-radius: 20px;
	}

	.team-image-wrap img {
		height: 100%;
		object-fit: cover;
	}

	.teamWrap .teamcontent-wrap h2 {
		font-size: 30px;
	}

	.service-wrap {
		background: #f5f5f7;
	}

	#teamsecondRow img {
		margin: 0px;
		border-radius: 0;
	}

	#teamsecondRow .container.facts {
		padding: 0;
	}

	#teamsecondRow .facts-text {
		padding: 30px 15px 0 !important;
	}

	#teamsecondRow .mobShow {
		padding: 0 20px;
	}

	.mobClient .container, .caseStudypad {
		padding-right: 0 !important;
	}

	.ImgTop .facts-counter {
		display: none;
	}

	.ImgTop .imgMob {
		display: block;
	}

	.ImgTop {
		overflow: hidden;
	}

	.ImgTop .facts img.mobile-show {
		margin: 0px -20px 25px;
		border-radius: 30px;
	}

	.Your-online-success h3 {
		font-size: 24px;
	}

	.serviceArea .textCenter {
		text-align: center !important;
	}

	.serviceArea {
		padding-left: 0;
		padding-right: 0;
	}

	.serviceArea .image-wrap {
		display: none;
	}

	.serviceArea .map-direction {
		max-width: 100%;
	}

	.serviceArea .map-direction {
		max-width: 100%;
		margin: 0;
	}

	.serviceArea .col-lg-4 {
		padding: 0;
		margin-top: -10px;
	}

	.serviceArea .map iframe {
		height: 564px !important;
	}

	.serviceArea .title {
		display: none;
	}

	.serviceArea .location-wrap {
		display: flex;
		flex-flow: column-reverse;
	}

	.send-message h2 {
		font-size: 35px;
	}

	.inner-banner {
		height: 460px;
	}

	.sec-four .pb-70 {
		padding-bottom: 10px;
	}

	.videoMobFull {
		width: calc(100% + 30px);
		margin-left: -15px !important;
	}

	.overHid {
		overflow-x: hidden;
	}

	.btnHeading h3 {
		width: 100%;
		padding: 15px 10px;
		object-fit: contain;
		border-radius: 45px;
		box-shadow: 0 2px 9px 0 rgb(100 98 98 / 9%);
		background: #fff;
		font-size: 18px;
	}

	.advanced-stores.btnHeading h3 {
		background: #9c0057;
		color: #fff;
	}

	.articles-details h1 {
		font-size: 18px;
	}

	.partner_mobile .accordion-button::after {
		display: none;
	}

	.accordion.partner_mobile {
		padding: 0;
		border-radius: 0;
		box-shadow: none;
		background-color: transparent;
	}

	.partner_mobile .accordion-item:last-of-type {
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}

	.list-wrap ul li {
		font-size: 15px;
	}

	.video-wrapper.print-graphics.mobShow {
		box-shadow: none;
		padding: 0;
		width: 90%;
		margin: 0 auto 20px;
	}

	ul.unions-logo li:nth-child(2n) .union-logo-wrap {
		border-right: 0px !important;
	}

	ul.unions-logo li:nth-child(n) .union-logo-wrap {
		border-right: 1px solid #d4d4d4;
	}

	ul.unions-logo li {
		width: 50%;
	}

	.txtLeft .tab-contentBox p, .txtLeft  h2 {
		text-align: left;
	}
	
	.client-logo{	
    height: 100%;	
}	
.client-logo-wrap{	
    display: flex;	
    height: 100px !important;	
}	
.client-logo-wrap img{	
    max-height:100%;	
}	
.mobClient.your-business h2{	
    text-align: left;	
}		
.mobClient.your-business p{	
    text-align: left;	
}
.location-one {
    width: 300px;
    padding: 30px 20px 30px 20px
}
	
}/*=============     576 css end    =============*//*=============     480 css start  =============*/@media(max-width:480px) {
	.small-box {
		width: 100%;
	}

	.big-box {
		width: 100%;
	}

	.bottom-box {
		padding-top: 0px;
	}

	.service-item ul li a {
		font-size: 14px;
		padding: 10px;
	}

	.btn-learnmore {
		width: 100% !important;
		height: 56px !important;
		padding: 0 15px !important;
	}

	.tab-wrapper .card-body ul {
		width: 100%;
	}

	.list-wrap {
		flex-flow: column;
	}

	.connect-box {
		padding: 40px 25px 40px;
	}

	.online-common-secion .facts-counter img {
		width: 100%;
		border-radius: 30px;
		margin-right: 0;
		margin-top: 20px;
	}

	.team-image-wrap {
		width: 100%;
	}

	.teamcontent-wrap {
		width: 100%;
	}

	.team-wrap:after {
		width: 90%;
	}

	.teamcontent-wrap {
		padding-top: 25px;
		padding-left: 0;
	}

	.flex-container .text-center h1 {
		font-size: 7em;
	}

	.flex-container {
		padding: 5.5rem 20px;
	}

	.team-image-wrap {
		height: 300px;
	}
}/*=============    480 css end    =============*/@media(max-width:400px) {
	.icon-sec-wrap .iconbox {
		max-width: 100%;
	}
}

@media(max-width:390px) {
	.tab-wrapper h5 {
		width: 60%;
	}

	.connect-box {
		padding: 40px 20px 40px;
	}

	.btnHeading h3 {
		font-size: 13px;
	}
}/*=============     375 css start  =============*/@media(max-width:375px) {
	button.navbar-toggler.hembug {
		margin-left: auto;
		margin-right: 5px;
	}/*.header-button {    height: 44px;    width: 44px;}.phone {    width: 40px;    height: 40px;}*/	.header-sec.px-lg-5 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}

	.testimoniul-box {
		padding: 30px 20px 30px 20px;
	}
}/*=============     375 css end    =============*/.collapse .video-wrapper img {
	border-radius: 20px;
}

.navbar li#menu-item-766.nav-item .dropdown-menu li:first-child {
	padding-left: 0;
}



body {
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Raleway', sans-serif;
}

p {
	font-family: 'Raleway', sans-serif;
}

.case-study .imgLogos {
	height: 40px !important;
	width: auto !important;
}

@charset "utf-8";/********** Template CSS **********//*@import url('https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');*//*font-family: 'Spectral', serif;*/@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');/*font-family: 'Raleway', sans-serif;*/@import url('https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

font-family: 'Poppins', sans-serif;body {
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Raleway', sans-serif;
    /*background: #f5f5f7;*/    /*background: url(../img/BG-2.png) #f5f5f7;    background-position: center center !important;    background-size: cover !important;  */;
}

/*.fullsection-wrap {
	background: url(../img/BG-4.png) #f5f5f7;
	background-position: top center !important;
	background-size: cover !important;
} */

:root {
	--primary: #fbac39;
	--secondary: #0DD3F1;
	--light: #F6F7FC;
	--dark: #15233C;
}

.back-to-top {
	position: fixed;
	display: none;
	right: 30px;
	bottom: 30px;
	z-index: 99;
	width: 40px !important;
	height: 40px !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Spectral', serif;
	text-transform: capitalize;
}

h1 {
	text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	font-family: 'Spectral', serif;
  /*font-family: 'Raleway', sans-serif;*/
/*	font-size: 80px;*/
	font-size: 68px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
}

h2 {
	font-size: 50px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
	color: #a90456;
}

h3 {
	font-size: 26px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.54;
	letter-spacing: normal;
	text-align: center;
	color: #9c0057;
}

h5 {
	font-family: Spectral;
	font-size: 22px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.42;
	letter-spacing: normal;
	text-align: left;
	color: #2d021a;
}

p {
	font-size: 18px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.78;
	letter-spacing: normal;
  /*text-align: center;*/
	color: #2d021a;
}/*Common Css Start*/.bg-light {
	background: #f5f5f7;
}

.bg-brown {
	background: #fbac39;
}

.pt-100 {
	padding-top: 100px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pt-120 {
	padding-top: 120px;
}

.pb-120 {
	padding-bottom: 120px;
}

.pt-180 {
	padding-top: 180px;
}

.pb-180 {
	padding-bottom: 180px;
}

.pt-40 {
	padding-top: 40px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pt-80 {
	padding-top: 80px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pt-70 {
	padding-top: 70px;
}

.pb-70 {
	padding-bottom: 70px;
}

.pt-0 {
	padding-top: 0px;
}

.pb-0 {
	padding-bottom: 0px;
}

.mt-75 {
	margin-top: 75px;
}

.mb-75 {
	margin-bottom: 75px;
}

.mt-50 {
	margin-top: 50px;
}

.mb-50 {
	margin-bottom: 50px;
}/*** Spinner ***/#spinner {
	opacity: 0;
	visibility: hidden;
	transition: opacity .5s ease-out, visibility 0s linear .5s;
	z-index: 99999;
}

#spinner.show {
	transition: opacity .5s ease-out, visibility 0s linear 0s;
	visibility: visible;
	opacity: 1;
}/*** Button ***/.btn {
	transition: .5s;
}

.btn.btn-primary,.btn.btn-outline-primary:hover,.btn.btn-secondary,.btn.btn-outline-secondary:hover {
	color: #FFFFFF;
}

.btn-square {
	width: 38px;
	height: 38px;
}

.btn-sm-square {
	width: 32px;
	height: 32px;
}

.btn-lg-square {
	width: 48px;
	height: 48px;
}

.btn-square,.btn-sm-square,.btn-lg-square {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: normal;
}/*** Navbar ***/.header-sec {
	padding: 25px 0;
}

.header-sec .container {
	max-width: 1657px;
}

.navbar.sticky-top {
	top: -100px;
	transition: .5s;
}

.menu-wrap {
    /*width: 100%;*/
	text-align: right;
	justify-content: flex-end;
}

.navbar .navbar-brand img {
	max-height: 60px;
}

.header-sec.shadow-sm {
	padding: 10px 0;
}

.navbar .navbar-nav .nav-link {
	outline: none;
	-webkit-text-stroke: 1px rgba(0, 0, 0, 0);
	font-family: Raleway;
	font-size: 18px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.17;
	letter-spacing: normal;
	color: #3d3d3d;
	padding: 0;
	margin: 0 30px;
	padding: 15px 0;
	border-bottom: 3px solid transparent;
}

.navbar .navbar-nav .nav-link:hover,.navbar .navbar-nav .nav-link.active {
	color: #a90456;
	border-bottom: 3px solid #a90456;
}

.navbar .dropdown-toggle::after {
	border: none;
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	vertical-align: middle;
	margin-left: 8px;
}

@media (max-width: 991.98px) {
	.navbar .navbar-brand img {
		max-height: 45px;
	}

	.navbar .navbar-nav {
		margin-top: 20px;
		margin-bottom: 15px;
	}

	.navbar .nav-item .dropdown-menu {
		padding-left: 30px;
	}
}

@media (min-width: 992px) {
	.navbar .nav-item .dropdown-menu {
		display: block;
		border: none;
		margin-top: 0;
		top: 150%;
		left: 0;
		opacity: 0;
		visibility: hidden;
		transition: all .3s ease;
		-webkit-transition: all .3s ease;
	}

	.navbar .nav-item:hover .dropdown-menu {
		top: 100%;
		visibility: visible;
		transition: .5s;
		opacity: 1;
	}
}

.header-sec .header-button {
	display: flex !important;
	align-items: center;
	outline: none;
	box-shadow: none;
	background: #fbac39 !important;
	border-color: #fbac39 !important;
	font-size: 16px;
	font-weight: 800;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: 0.16px;
	text-align: center;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	border-radius: 50px;
	width: 290px;
	height: 70px;
	padding: 4px;
	text-transform: uppercase;
}

.header-button:hover {
	background-image: linear-gradient(to bottom, #fcb854, #df9121) !important;
}

.phone {
	background: #fff;
	border-radius: 50px;
	margin-right: 15px;
	width: 64px;
	height: 64px;
	align-items: center;
	justify-content: center;
	display: flex;
}

.content-wprp span {
	display: block;
	font-size: 16px;
	font-weight: 800;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: 0.16px;
	text-align: center;
	color: #fff;
	margin-bottom: 7px;
}

.content-wprp p {
	font-size: 22px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.18;
	letter-spacing: 0.22px;
	text-align: left;
	color: #fff;
	padding-bottom: 0;
	margin-bottom: 0;
}/*** Header ***/.carousel-caption {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	text-align: start;
	z-index: 1;
}

.carousel-control-prev,.carousel-control-next {
	width: 15%;
}

.carousel-control-prev-icon,.carousel-control-next-icon {
	width: 3rem;
	height: 3rem;
	background-color: var(--primary);
	border: 15px solid var(--primary);
	border-radius: 50px;
}

@media (max-width: 768px) {
	#header-carousel .carousel-item {
		position: relative;
		min-height: 450px;
	}

	#header-carousel .carousel-item img {
		position: absolute;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

.page-header {
	background: url(../img/carousel-1.jpg) center center no-repeat;
	background-size: cover;
}

.page-header .breadcrumb-item,.page-header .breadcrumb-item a {
	font-weight: 500;
}

.page-header .breadcrumb-item a,.page-header .breadcrumb-item+.breadcrumb-item::before {
	color: #696E77;
}

.page-header .breadcrumb-item a:hover,.page-header .breadcrumb-item.active {
	color: var(--primary);
}/*Banner Section Start*/.banner-section {
	background-position: center center !important;
	background-size: cover !important;
}

.banner-section .container {
	height: 960px;
	display: flex;
	flex-flow: row wrap;
}

ul.stores {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
	display: flex;
	align-items: center;
}

.btn {
	display: flex !important;
	align-items: center;
	outline: none;
	box-shadow: none;
	background: #a90456;
	border-color: #a90456;
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.14;
	letter-spacing: 0.28px;
	text-align: center;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	border-radius: 50px;
	height: 40px;
	display: flex;
	align-items: center;
	text-transform: uppercase;
}

.btn-check:focus+.btn, .btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgb(251 172 57 / 24%);
}

ul.stores .btn {
	text-transform: inherit;
}

.banner-section .btn-learnmore {
	width: 440px !important;
}

.btn-check:focus+.btn-primary, .btn-primary:focus, .btn-check:checked+.btn-primary, .btn-check:active+.btn-primary, .btn-primary:active, .btn-primary.active, .show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #a90456 !important;
	border-color: #a90456 !important;
	box-shadow: 0 0 0 0.25rem rgb(169 4 86 / 24%);
}

.btn-check:checked+.btn-primary:focus, .btn-check:active+.btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgb(169 4 86 / 24%);
}

.btn-primary:focus+.btn-primary, .btn-primary:focus {
	color: #fff;
	background-color: #a90456 !important;
	border-color: #a90456 !important;
	box-shadow: 0 0 0 0.25rem rgb(169 4 86 / 24%);
}

.btn:hover, .btn-learnmore:hover {
	background-image: linear-gradient(to bottom, #d10a79, #9c0057);
	border-color: #a90456;
	color: #fff;
}

.btn-learnmore {
	width: 410px !important;
	height: 70px !important;
	display: flex !important;
	align-items: center;
	outline: none;
	box-shadow: none;
	background: #a90456;
	border-color: #a90456;
	text-align: center !important;
	justify-content: center;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.17;
	letter-spacing: 3.6px;
	text-align: center;
	color: #fff;
}

ul.stores li {
	list-style: none;
	margin-right: 20px;
}
.page-template-home .banner-section p {
    color: #fff;
    margin-bottom: 30px;
    font-size: 22px;
}
.page-template-home .banner-content {
	padding-top:30px;
    /*padding-bottom: 150px;*/
}
.banner-section h1 {
	width: 100%;
	margin: 30px 0 20px;
}/*Banner Section End*//*** Facts ***/@media (min-width: 992px) {
	.container.facts {
		max-width: 100% !important;
	}

	.container.facts .facts-text {
		padding-left: calc(((100% - 960px) / 2) + .75rem);
	}

	.container.facts .facts-counter {
		padding-right: calc(((100% - 960px) / 2) + .75rem);
	}
}

@media (min-width: 1200px) {
	.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
		max-width: 1140px;
	}

	.container.facts .facts-text {
		padding-left: calc(((100% - 1140px) / 2) + .75rem);
	}

	.container.facts .facts-counter {
		padding-right: calc(((100% - 1140px) / 2) + .75rem);
	}
}

@media (min-width: 1400px) {
	.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
		max-width: 1270px;
	}

	.container.facts .facts-text {
		padding-left: calc(((100% - 1270px) / 2) + .75rem);
	}

	.container.facts .facts-counter {
		padding-right: calc(((100% - 1270px) / 2) + .75rem);
	}

	.container.facts {
		max-width: 100% !important;
	}
}

.facts-text p {
	margin-bottom: 40px;
}

.container.facts .facts-counter {
    /*background-size: contain !important;*/
	background-size: 100% auto !important;
	background-repeat: no-repeat !important;
	background-position: center right -15px !important;
}

.container.facts .facts-text .h-100,.container.facts .facts-counter .h-100 {
	padding: 6rem 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.brand-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 40px;
}

.your-brand .facts-text {
	background-position: bottom left -15px !important;
	background-repeat: no-repeat !important;
	background-size: 85.5% auto !important;
}

.brand-number {
	margin-right: 15px;
	margin-left: -10px;
}

.brand-box h5 {
	margin-bottom: 0;
	padding-bottom: 0;
}/*Your Business*//*.your-business .g-4, .your-business .gy-4 {    --bs-gutter-y: 3.5rem;}*/.your-business-row {
	margin-top: 20px;
}/*** Service ***/.service-item {
	position: relative;
	overflow: hidden;
	border-radius: 35px;
	box-shadow: 0 4px 18px 0 rgb(100 98 98 / 9%);
	background-color: #fff;
}

.service-item .service-icon {
	width: 150px;
	height: 150px;
	margin: 28px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	box-shadow: 0 3px 6px 0 #ffe6f4;
	background-color: #fff;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}

.service-item:hover .service-icon {
	background: #9c0057;
}

.service-item .service-icon img {
	max-width: 120px;
	max-height: 120px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}

.service-item img.hover-show {
	display: none;
}

.service-item:hover img.img-fluid {
	display: none;
}

.service-item:hover img.hover-show.img-fluid {
	display: block;
}

.service-item ul {
	margin: 0;
	padding: 0;
}

.service-item ul li {
	list-style: none;
	border-bottom: 1px solid #f5f5f7;
}

.service-item ul li:last-child {
	border-bottom: 0;
}

.service-item ul li a {
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: 0.64px;
	text-align: center;
	color: #000;
	padding: 16px;
	display: block;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}

.service-item ul li a:hover {
	background: #9c0057;
	color: #fff;
}

.service-item a.btn {
	color: var(--primary);
}

.service-item a.btn:hover {
	color: #FFFFFF;
	background: var(--primary);
	border-color: var(--primary);
}

.testimoniul-box {
	padding: 49px 32px 49px 31px;
	object-fit: contain;
	border-radius: 35px;
	box-shadow: 0 4px 18px 0 rgb(100 98 98 / 9%);
	background-color: #fff;
}

.testimoniul-box p {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.63;
	letter-spacing: 0.32px;
	text-align: left;
	color: #2d021a;
}

.testimonial-title, .ratting {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}

.testimonial-title h6, .ratting p {
	padding-bottom: 0;
	margin-bottom: 0;
}

.ratting p {
	font-size: 14px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.14;
	letter-spacing: 0.28px;
	text-align: left;
	color: #2d021a;
}

.testimonial-title h6 {
	font-size: 24px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #9c0057;
}

.testimonial-title p {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.63;
	letter-spacing: 0.32px;
	text-align: left;
	color: #2d021a;
}

.quation {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	z-index: 2;
	margin-bottom: 30px;
}

.quation:after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border: 1px solid #f7f7f7;
	content: "";
	width: 90%;
	z-index: -1;
	right: 0;
}

.quation img {
	width: auto !important;
}/*~~~~Why Companies LOVE Us start~~~~*/.case-study {
	position: relative;
	overflow: hidden;
	border-radius: 35px;
	box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.case-study img {
	transition: .5s;
}

.case-study:hover img {
	transform: scale(1.1);
}

.case-study:hover h5 {
	display: none;
}

.team-text {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -50px;
	opacity: 0;
	transition: .5s;
	height: 100%;
	background: rgba(142, 65, 108, 0.89);
	display: flex;
	align-items: center;
	flex-flow: column;
	justify-content: flex-end;
}

.case-study .team-text h5, .team-text p {
	color: #fff;
	text-align: left;
	padding: 0;
}

.team-text p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 25px;
}

.case-study:hover .team-text {
	bottom: 0;
	opacity: 1;
}

.case-study a.btn {
	color: var(--primary);
}

.case-study a.btn:hover {
	color: #FFFFFF;
	background: #9c0057;
	border-color: #9c0057;
}

.btn-read {
	background: transparent;
	border: 1px solid #fff;
	color: #fff !important;
}

.case-study h5 {
	position: absolute;
	bottom: 0;
	color: #fff;
	text-align: center;
	width: 100%;
	padding: 15px 0;
}

.case-study .team-text h5 {
	position: relative;
}

.case-study:hover .team-text h5 {
	display: block;
}

.caseStudies .accordion-body .col-12.mb-5 img {
	width: 150px;
}/*~~~~Why Companies LOVE Us End~~~~*/.case-stydy-new .owl-nav {
	display: flex;
	justify-content: space-between;
	width: 120px;
	margin: 45px auto 0;
}

.case-stydy-new.owl-carousel .owl-dots.disabled, .case-stydy-new.owl-carousel .owl-nav.disabled {
	display: flex !important;
	flex-flow: row;
	align-items: center;
	width: 120px;
	position: absolute;
	top: -120px;
	left: 1270px;
	justify-content: space-between;
}

.testimonial-carousel-new.owl-carousel .owl-dots.disabled, .testimonial-carousel-new.owl-carousel .owl-nav {
	display: flex !important;
	flex-flow: row;
	align-items: center;
	width: 120px;
	position: relative;
	top: 0;
	left: 0;
	justify-content: space-between;
	margin: 50px auto 0 auto;
}

.owl-prev, .owl-next {
	width: 50px;
	height: 50px;
	background: #d2d2d2;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #fff;
	font-size: 22px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}

.owl-prev:hover, .owl-next:hover {
	background: #9c0057;
	color: #fff;
}

.case-stydy-new {
	margin-top: 60px;
}

.client-logo-wrap {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: 140px;
}

.client-logo-wrap img {
	width: auto !important;
}

.your-socil-row img {
	width: 100%;
}

.big-box {
	width: 62.5%;
}

.small-box {
	width: 37%;
}

.bottom-box {
	padding-top: 10px;
}

.image-wrap {
	position: relative;
}

.icon-social img {
	width: auto !important;
}

.icon-social {
	position: absolute;
	left: 30px;
	bottom: 30px;
}/*** Appointment ***/.appointment {
	background: linear-gradient(rgba(1, 95, 201, .9), rgba(1, 95, 201, .9)), url(../img/carousel-1.jpg) center center no-repeat;
	background-size: cover;
}/*** Team ***/.team-item {
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.team-item img {
	transition: .5s;
}

.team-item:hover img {
	transform: scale(1.1);
}

.team-text {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -50px;
	opacity: 0;
	transition: .5s;
}

.team-item:hover .team-text {
	bottom: 0;
	opacity: 1;
}

.team-item a.btn {
	color: var(--primary);
}

.team-item a.btn:hover {
	color: #FFFFFF;
	background: var(--primary);
	border-color: var(--primary);
}/*** Testimonial ***/.animated.pulse {
	animation-duration: 1.5s;
}

.testimonial-left,.testimonial-right {
	position: relative;
}

.testimonial-left img,.testimonial-right img {
	position: absolute;
	padding: 5px;
	border: 1px dashed var(--primary);
	border-radius: 10px;
}

.testimonial-left img:nth-child(1),.testimonial-right img:nth-child(3) {
	width: 70px;
	height: 70px;
	top: 10%;
	left: 50%;
	transform: translateX(-50%);
}

.testimonial-left img:nth-child(2),.testimonial-right img:nth-child(2) {
	width: 60px;
	height: 60px;
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
}

.testimonial-left img:nth-child(3),.testimonial-right img:nth-child(1) {
	width: 50px;
	height: 50px;
	bottom: 10%;
	right: 10%;
}

.testimonial-carousel .owl-item img {
	width: 100px;
	height: 100px;
}

.testimonial-carousel .owl-nav {
	margin-top: 30px;
	display: flex;
	justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,.testimonial-carousel .owl-nav .owl-next {
	margin: 0 5px;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	background: var(--primary);
	border-radius: 10px;
	font-size: 22px;
	transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,.testimonial-carousel .owl-nav .owl-next:hover {
	background: var(--secondary);
}

.map-section {
	position: relative;
}

.map-section:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../img/map-overley.png);
	background-position: left top -2px !important;
	background-repeat: no-repeat !important;
	background-size: 44.2% !important;
}

.map-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 400px;
	height: auto;
	padding: 50px;
	background: #fff;
	z-index: 9;
	border-radius: 35px;
	box-shadow: 0 4px 18px 0 rgba(100, 98, 98, 0.09);
}

ul.map-list {
	padding: 0;
	margin: 30px 0 30px 0;
	list-style: none;
}

ul.map-list li {
	list-style: none;
	display: flex;
	margin-bottom: 25px;
}

ul.map-list li:last-child {
	margin-bottom: 0;
}

ul.map-list h6 {
	font-size: 24px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #9c0057;
	margin-bottom: 0;
	padding-bottom: 0;
}

.map-content .btn {
	width: 244px !important;
	height: 70px !important;
	display: flex !important;
	align-items: center;
	outline: none;
	box-shadow: none;
	background: #a90456;
	border-color: #a90456;
	text-align: center !important;
	justify-content: center;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.17;
	letter-spacing: 3.6px;
	text-align: center;
	color: #fff;
}

.map-content .btn:hover {
	background: #fbac39;
	border-color: #fbac39;
	color: #fff;
}

ul.map-list p {
	font-size: 14px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.71;
	letter-spacing: 0.14px;
	text-align: left;
	color: #2d021a;
	margin-bottom: 0;
	padding-bottom: 0;
}

ul.map-list a {
	font-size: 14px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.71;
	letter-spacing: 0.14px;
	text-align: left;
	color: #2d021a;
}

ul.map-list .icon {
	margin-right: 15px;
}

.icon img {
	max-width: 18px;
	margin-top: 5px;
}/*** Footer ***/.footer {
	color: #A7A8B4;
}

.footer .btn.btn-link {
	display: block;
	margin-bottom: 5px;
	padding: 0;
	text-align: left;
	color: #A7A8B4;
	font-weight: normal;
	text-transform: capitalize;
	transition: .3s;
}

.footer .btn.btn-link::before {
	position: relative;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #A7A8B4;
	margin-right: 10px;
}

.footer .btn.btn-link:hover {
	color: var(--light);
	letter-spacing: 1px;
	box-shadow: none;
}

.footer .btn.btn-square {
	color: #A7A8B4;
	border: 1px solid#A7A8B4;
}

.footer .btn.btn-square:hover {
	color: var(--secondary);
	border-color: var(--light);
}

.footer .copyright {
	padding: 25px 0;
	font-size: 15px;
	border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
	color: var(--secondary);
}

.footer .copyright a:hover {
	color: #FFFFFF;
}

.footer-section {
	background: #9c0057;
	padding-top: 120px;
}

.footer-section ul.footer-menu li a {
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
	padding: 0 30px;
	transform: .3s all ease;
	-webkit-transform: .3s all ease;
}

.footer-section ul.footer-menu li a:hover {
    /*color: #fbac39;*/
	opacity: .5;
}

.footer-bottom p {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.14;
	letter-spacing: 0.28px;
	text-align: center;
	color: #fff;
}

.footer-content {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
}

ul.footer-menu, ul.footer-social {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

ul.footer-social {
	margin-top: 25px;
	margin-bottom: 100px;
}

ul.footer-menu li, ul.footer-social li {
	list-style: none;
}

ul.footer-menu {
	margin-bottom: 130px;
}

.footer-section ul.footer-social a {
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	font-size: 12px;
	margin: 10px;
	transform: .3s all ease;
	-webkit-transform: .3s all ease;
}

.footer-section ul.footer-social a:hover {
    /*background: #fbac39;    border-color: #fbac39;*/
	opacity: .5;
}

.footer-bottom {
	border-top: 1px solid rgb(212 212 212 / 44%);
}

.footer-bottom p {
	padding: 18px 0;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.14;
	letter-spacing: 0.28px;
	text-align: center;
	color: #fff;
}

button.navbar-toggler .navbar-toggler-icon {
	background: url(../img/menu-bg.png) !important;
	background-size: cover !important;
	outline: none;
	border: 0 !important;
	box-shadow: none !important;
}

button.navbar-toggler, button.navbar-toggler:focus {
	outline: none;
	border: 0 !important;
	box-shadow: none !important;
}

.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
	max-width: 1270px;
}

.container.facts .facts-text {
	padding-left: calc(((100% - 1270px) / 2) + .75rem);
}

.container.facts .facts-counter {
	padding-right: calc(((100% - 1270px) / 2) + .75rem);
}

.container.facts {
	max-width: 100% !important;
}

img.mobile-show {
	display: none;
}

.inner-banner {
	position: relative;
}

.inner-banner img {
	width: 100%;
}

.inner-banner .container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 100% !important;
}/*Tabber Css Start*/.nav-tabs {
	display: none;
}

@media (min-width: 300px) {
	.nav-tabs {
		display: flex;
		flex-flow: column nowrap;
	}

	.nav-tabs {
		border-bottom: none;
    /*border-right: 1px solid #ddd;*/
		display: flex;
	}

	.nav-tabs {
		margin: 0 15px;
		position: -webkit-sticky;
		position: sticky;
		top: 95px;
	}

	.nav-tabs .nav-item + .nav-item {
		margin-top: 1.5rem;
	}

	.nav-tabs .nav-link {
		transition: border-color 0.125s ease-in;
    /*white-space: nowrap;*/;
	}   /*.nav-tabs .nav-link:hover {    background-color: #f7f7f7;    border-color: transparent;  } .nav-tabs .nav-link.active {    border-bottom-color: #ddd;    border-right-color: #fff;    border-bottom-left-radius: 0.25rem;    border-top-right-radius: 0;    margin-right: -1px;  }  .nav-tabs .nav-link.active:hover {    background-color: #fff;    border-color: #0275d8 #fff #0275d8 #0275d8;  }*/	.card {
		border: none;
	}

	.card .card-header {
		display: none;
	}

	.card > .collapse {
		display: block;
	}

	.tab-content {
		width: 68%;
	}
}

.tab-title {
	border-radius: 45px;
	box-shadow: 0 4px 18px 0 rgb(100 98 98 / 9%);
	background-color: #fff;
	display: flex;
	align-items: center;
	padding: 7px 10px 7px 7px;
}

.tab-wrapper .nav-link {
	padding: 0;
	margin: 0;
	background: transparent;
}

.icon.rounded-circle {
	width: 76px;
	height: 76px;
	object-fit: contain;
	border-radius: 38px;
	box-shadow: 0 3px 6px 0 #ffe6f4;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.icon.rounded-circle img {
	width: 100%;
	transform: .3s all ease;
	-webkit-transform: .3s all ease;
}

.tab-wrapper .hover-show, .tab-wrapper .nav-link:hover img, .tab-wrapper .nav-link.active img {
	display: none;
}

.tab-wrapper .nav-link:hover img.hover-show, .tab-wrapper .nav-link.active img.hover-show {
	display: block;
}

.tab-wrapper h5 {
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	margin-bottom: 0;
	padding-bottom: 0;
	letter-spacing: normal;
	text-align: left;
	color: #000;
}

.tab-icon {
    /*width: 76px;    height: 76px;*/
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	object-fit: contain;
	border-radius: 38px;
	box-shadow: 0 3px 6px 0 #ffe6f4;
	background-color: #fff;
	margin: 0px 10px 0px 0px;
	transform: .3s all ease;
	-webkit-transform: .3s all ease;
}

.tab-icon img {
	max-width: 90%;
	max-height: 90%;
}

.tab-wrapper .nav-link:hover .tab-icon, .tab-wrapper .nav-link.active .tab-icon {
	background: #a90456;
	transform: .5s all ease;
	-webkit-transform: .5s all ease;
}

.tab-wrapper .nav-link:hover h5, .tab-wrapper .nav-link.active h5 {
	color: #a90456;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
	border: 0;
	background: transparent;
}

.nav-tabs .nav-link {
	border: 0;
	border-radius: 0;
}

.tab-wrapper {
	justify-content: space-between;
	align-items: flex-start;
    /*padding-top: 70px;*/    /*display: none !important;*/;
}

.tab-wrapper h3 {
	font-size: 40px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	text-align: left;
	color: #9c0057;
	margin-bottom: 40px;
}

.tab-wrapper p {
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.75;
	letter-spacing: 0.32px;
	text-align: left;
	color: #2d021a;
	margin-bottom: 2rem;
}

.tab-wrapper p:last-child {
	margin-bottom: 0;
}

.list-wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40x;
}

.tab-wrapper .card-body ul {
	padding: 0;
	margin: 0;
	width: 48%;
}

.tab-wrapper .card-body ul li {
	list-style: none;
	font-size: 18px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.17;
	letter-spacing: 0.72px;
	text-align: left;
	color: #000;
	display: flex;
  /*padding-bottom: 20px;*/
	margin-bottom: 20px;
  /*align-items: center;*/;
}

.tab-wrapper .card-body ul li p, .card-body ul li {
	font-size: 18px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.17;
	letter-spacing: 0.72px;
	text-align: left;
	color: #000;
	margin-bottom: 0;
}

.tab-wrapper .card-body {
	flex: 1 1 auto;
	padding: 0rem 1rem;
}

.iamge-full-wrap {
	margin-bottom: 40px;
}

.list-wrap li p {
	margin-bottom: 0;
	padding-bottom: 0;
}

.list-wrap li span {
	margin-right: 15px;
}

.tab-wrapper .card {
	background: transparent;
}

.iamge-full-wrap img {
	width: 100%;
}

@media (max-width: 991px) {
  /*.tab-pane {    display: block !important;    opacity: 1 !important;    padding: 0;    background: transparent !important;    border: 0 !important;    margin: 30px 0;  }*/	.tab-content {
		width: 100%;
	}

	.tab-content .card-header {
		padding: 0 !important;
		margin-bottom: 0 !important;
		background-color: transparent !important;
		border-bottom: 0;
		border: 0 !important;
	}

	.tab-wrapper .card-body {
		flex: 1 1 auto;
		padding: 40px 0 20px 0;
	}

	.card-header a.collapsed {
		color: #000;
	}

	.card-header a.collapsed .tab-icon {
		background-color: #fff;
	}/*.card-header a.collapsed img {    display: block;}.card-header a.collapsed img.hover-show{    display: none;}*//*.card-header a[aria-expanded="false"] img{    display: none;}.card-header a[aria-expanded="false"] img.hover-show{    display: block;}*/	.card-header a[aria-expanded="true"] .tab-icon {
		background: #a90456;
	}

	.card-header a[aria-expanded="true"] .tab-icon img {
		display: none;
	}

	.card-header a[aria-expanded="true"] .tab-icon img.hover-show {
		display: block;
	}

	.card-header a[aria-expanded="false"] .tab-icon {
		background: #fff;
	}

	.card-header a[aria-expanded="true"] h5 {
		color: #a90456;
	}/*.card-header a[aria-expanded="true"] img{    display: none;}.card-header a[aria-expanded="true"] img.hover-show{    display: block;}*//*.card-header a[aria-expanded="false"] img.hover-show{    display: block;}*//*.card-header a:hover img.hover-show, .card-header a:hover img.hover-show{    display: block;}*/;
}/*Tabber Css End*/.bg-grey {
	background: #f5f5f7;
}/*Online Page Css Start*/.online-common-secion .facts-text {
    /* background-size: contain !important; */
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center right -15px !important;
}

.service-wrap .online-common-secion:nth-of-type(odd) .row {
	flex-flow: row-reverse;
}

.service-wrap .online-common-secion .facts-text {
	padding-left: calc(((100% - 1270px) / 2) + 0.75rem);
	padding-right: 2.5rem;
}

.service-wrap .online-common-secion .facts-counter {
	padding-right: calc(((100% - 1270px) / 2) + 0.75rem);
}

.service-wrap .online-common-secion:nth-of-type(odd) .facts-text {
	padding-right: calc(((100% - 1270px) / 2) + 0.75rem);
	padding-left: 2.5rem !important;
}

.service-wrap .online-common-secion:nth-of-type(odd) .facts-counter {
	padding-left: calc(((100% - 1270px) / 2) + 0.75rem);
	padding-right: 2.5rem !important;
}

.online-common-secion:last-child {
	padding-bottom: 0 !important;
}

.service-wrap .online-common-secion:nth-of-type(odd) .facts-counter {
    /* background-size: contain !important; */
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center right !important;
}

.service-wrap .online-common-secion .h-100 {
	padding: 0 !important;
	min-height: 560px;
}

.service-wrap .online-common-secion .facts-text p {
	margin-bottom: 15px;
}

.pl-0 {
	padding-left: 0 !important;
}

.pr-0 {
	padding-right: 0 !important;
}

.here-to-help .service-item .service-icon {
	width: 70px;
	height: 40px;
	margin: 0px auto 28px;
	background: #fff;
	box-shadow: none;
}

.here-to-help .service-item {
	height: 100%;
}

.here-to-help .service-item .service-icon img {
	max-height: unset;
	max-width: unset;
}

.here-to-help .service-item:hover img.img-fluid {
	display: block;
}

.here-to-help .service-item .content a {
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: 0.32px;
	text-align: center;
	color: #000;
	font-family: 'Spectral', serif;
  /*text-transform: uppercase;*/;
}

.here-to-help .service-item .content a:hover {
	color: #9c0057;
}

.here-to-help .service-item .content p {
	min-height: 65px;
}

.contact-map-section .map-section:after {
	display: none;
}

.connect-box {
	padding: 40px 70px 42px;
	object-fit: contain;
	border-radius: 35px;
	box-shadow: 0 4px 18px 0 rgba(100, 98, 98, 0.09);
	background-color: #fff;
}

.form-wrapper input {
	font-size: 16px !important;
	font-weight: 500 !important;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: 0.32px;
	text-align: left;
	color: #000 !important;
	font-family: 'Raleway', sans-serif;
	height: 55px;
	margin: 10px 0 0;
	object-fit: contain;
	border-radius: 28px;
	border: solid 1px #d4d4d4;
	padding: 13px 15px !important;
}

.form-wrapper label, .gform_wrapper.gravity-theme .gfield_label {
	font-size: 16px !important;
	font-weight: normal !important;
	font-stretch: normal;
	font-style: normal !important;
	line-height: 1.56 !important;
	letter-spacing: 0.32px !important;
	text-align: left !important;
	color: #000 !important;
	font-family: 'Poppins', sans-serif;
	width: 100%;
	display: block !important;
	margin-bottom: 5px;
}

.form-wrapper textarea {
	font-size: 16px !important;
	font-weight: normal !important;
	border: solid 1px #d4d4d4;
	padding: 13px 15px !important;
	color: #000 !important;
	font-family: 'Raleway', sans-serif;
	height: 111px!important;
	margin: 10px 0 0;
	padding: 20px 671px 75px 30px;
	object-fit: contain;
	border-radius: 28px;
	border: solid 1px #d4d4d4;
}

.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
	padding: 6px 15px !important;
	text-align: left;
	border-radius: 20px;
}

.form-wrapper span.gfield_required.gfield_required_text {
	display: none;
}

.form-wrapper textarea:focus, .form-wrapper input:focus, .form-wrapper textarea:focus-visible, .form-wrapper input:focus-visible {
	border-color: #9c0057 !important;
	outline: none !important;
	box-shadow: none !important;
}

.form-wrapper button:not(:disabled), .form-wrapper [type="button"]:not(:disabled), .form-wrapper [type="reset"]:not(:disabled), .form-wrapper [type="submit"]:not(:disabled) {
	cursor: pointer;
	font-size: 16px !important;
	font-weight: bold !important;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: 3.2px;
	color: #fff !important;
	width: 356px;
	height: 60px;
	margin: 23px auto 0 auto;
	object-fit: contain;
	border-radius: 35px;
	background-color: #9c0057;
	text-align: center;
	text-transform: uppercase;
}

.form-wrapper button:not(:disabled):hover, .form-wrapper [type="button"]:not(:disabled):hover, .form-wrapper [type="reset"]:not(:disabled):hover, .form-wrapper [type="submit"]:not(:disabled):hover {
	background-image: linear-gradient(to bottom, #d10a79, #9c0057) !important;
	color: #fff !important;
}

.connect-box p {
    /*padding-left: 5%;*/    /*padding-right: 5%;*/;
}

.form-wrapper {
	padding-top: 20px;
}

.where-from {
	padding: 6px 10px;
	display: block;
	border-radius: 15px;
	color: #fff;
	font-family: 'Spectral', serif;
	font-size: 12px;
}/*23.08.22*/.team-wrap {
	flex-flow: row wrap;
	position: relative;
	z-index: 2;
	padding: 30px 0px 30px 30px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.team-wrap:after {
	position: absolute;
	z-index: -1;
	content: "";
	background: #f0f0f0;
	width: 73%;
	height: calc(100% - 60px);
	top: 60px;
	left: 0;
	border-radius: 35px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.team-wrap p {
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.75;
	letter-spacing: normal;
	text-align: left;
	color: #2d021a;
}

.team-wrap h6 {
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: 0.8px;
	text-align: left;
	color: #000;
}

.team-image-wrap {
	width: 43%;
}

.team-image-wrap img {
	width: 100%;
}

.teamcontent-wrap {
	width: 50%;
	padding-left: 30px;
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
}

.teamcontent-wrap p {
	margin-bottom: 0;
}

.follow-section {
	width: 100%;
	padding-top: 20px;
	margin-bottom: 20px;
	visibility: hidden !important;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.team-wrap:hover .follow-section {
    /*display:block;*/
	visibility: visible !important;
	margin-bottom: 0;
	padding-top: 40px;
}

ul.follow-social {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
}

ul.follow-social li {
	list-style: none;
	margin-right: 30px;
}

ul.follow-social li:last-child {
	margin-right: 0;
}

ul.follow-social li a {
	font-size: 20px;
	display: block;
	color: #99a4a7;
}

.list-wrap ul {
	display: flex;
	width: 100% !important;
	flex-flow: row wrap;
	justify-content: space-between;
}

.list-wrap ul li {
	width: 48%;
	position: relative;
	padding-left: 30px;
}

.list-wrap ul li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 16px;
	height: 16px;
	border: 3px solid #fff;
	border-radius: 14px;
	background: #9c0057;
	transform: translateY(-50%);
	box-shadow: 0 3px 3px 0 rgb(0 0 0 / 16%);
}

.articles-image-wrap img {
	width: 100%;
}

.article-wrapper {
	object-fit: contain;
	border-radius: 25px;
	box-shadow: 0 4px 6px 0 rgb(100 98 98 / 7%);
	background-color: #fff;
}

.articles-content-wrap {
	padding: 26px 20px;
}

.article-wrapper h6 a {
	font-family: 'Spectral', serif;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.44;
	letter-spacing: normal;
	text-align: left;
  /*color: #9c0057;*/
	color: #000;
}

.article-wrapper h6 a:hover, a.read-more:hover {
	color: #9c0057;
}

a.read-more {
	padding-left: 15px;
	border-left: solid 1px #707070;
}

.date-wrapper {
	display: flex;
	align-items: center;
}

.article-wrapper p {
	font-size: 14px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.71;
	letter-spacing: 0.28px;
	text-align: left;
	color: #000;
	margin-bottom: 0;
	margin-right: 15px;
}

.date-wrapper a {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.71;
	letter-spacing: 0.28px;
	text-align: left;
	color: #000;
	text-transform: uppercase;
}

a.article-button {
	font-size: 12px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.17;
	letter-spacing: 1.2px;
	text-align: center;
	color: #614956;
	width: 152px;
	height: 40px;
	padding: 13px 6px;
	object-fit: contain;
	border-radius: 35px;
	border: solid 1px #d4d4d4;
	display: block;
	margin: 20px 0;
	text-transform: uppercase;
}

a.article-button:hover {
	border-color: #9c0057;
	color: #9c0057;
}

.articles-box {
	display: none;
}

.articles-box.display {
	display: inline-block;
}

.categories {
	padding: 40px 20.5px 40px 21px;
	object-fit: contain;
	border-radius: 10px;
	box-shadow: 0 4px 6px 0 rgb(100 98 98 / 9%);
	background-color: #fff;
	position: -webkit-sticky;
	position: sticky;
	top: 95px;
}

.categories a {
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #000;
	padding: 8px 0;
	display: block;
	border-bottom: solid 1px #e7e7e9;
}

.categories a:hover {
	color: #9c0057;
	border-color: #9c0057;
}

.categories ul {
	padding: 0;
	margin: 0;
}

.categories ul li {
	list-style: none;
}

.categories h3 {
	text-align: left;
}

.load-more {
	width: 230px;
	height: 60px;
	margin: 40px auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.articles-details h1 {
	color: #9c0057;
	font-size: 42px;
	text-shadow: none;
	margin-bottom: 30px;
}

.articles-details p {
	margin-bottom: 20px;
}

.articles-details .article-wrapper {
	border-radius: 80px;
}

.map-right-content-wrap {
	width: 60%;
}

.map-direction {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 90%;
	margin: -140px auto 0;
	object-fit: contain;
	border-radius: 35px;
	box-shadow: 0 4px 18px 0 rgb(100 98 98 / 9%);
	background-color: #fff;
	z-index: 9;
	position: relative;
}

.map-direction .btn {
	width: 222px;
	height: 50px;
	object-fit: contain;
	border-radius: 35px;
	border: solid 1.5px #9c0057;
	background: transparent;
	color: #9c0057;
	display: flex;
	align-items: center;
	justify-content: center;
}

.map-direction .map-list {
	margin: 20px 0 20px 0;
}

.map-direction .map-list li {
	margin-bottom: 15px;
}

.location-wrap {
	border-radius: 50px 50px 0 0;
	overflow: hidden;
}

.title {
	object-fit: contain;
	box-shadow: 0 4px 6px 0 rgb(100 98 98 / 9%);
	padding: 0px 30px;
	background-color: #fff;
	z-index: 9;
	position: relative;
	height: 60px;
	align-items: center;
	display: flex;
}

.send-message {
	border-radius: 35px;
	box-shadow: 0 4px 18px 0 rgb(100 98 98 / 9%);
	background-color: #fff;
	height: 100%;
}

.your-business .icon-social img {
	position: absolute;
	left: 30px;
	bottom: 30px;
}

.your-business a.icon-social {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
}

::marker {
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	opacity: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	font-size: 0!important;
	line-height: 0 !important;
}

nav.navigation.post-navigation {
	display: none;
}

div#comments {
	display: none;
}

.categories li.active a {
	color: #9c0057;
	border-color: #9c0057;
}

.location-wrap h5 {
	font-size: 24px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	color: #a90456;
}

.map-right-content-wrap {
	width: 58%;
}

.map-direction {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 90%;
	margin: -140px auto 0;
	object-fit: contain;
	border-radius: 35px;
	box-shadow: 0 4px 18px 0 rgb(100 98 98 / 9%);
	background-color: #fff;
	z-index: 9;
	position: relative;
}

.map-direction .btn {
	width: 222px;
	height: 50px;
	object-fit: contain;
	border-radius: 35px;
	border: solid 1.5px #9c0057;
	background: transparent;
	color: #9c0057;
	display: flex;
	align-items: center;
	justify-content: center;
}

.map-direction .map-list {
	margin: 20px 0 20px 0;
}

.map-direction .map-list li {
	margin-bottom: 15px;
}

.location-wrap {
	border-radius: 50px 50px 0 0;
	overflow: hidden;
}

.title {
	object-fit: contain;
	box-shadow: 0 4px 6px 0 rgb(100 98 98 / 9%);
	padding: 0px 30px;
	background-color: #fff;
	z-index: 9;
	position: relative;
	height: 60px;
	align-items: center;
	display: flex;
}

.send-message {
	border-radius: 35px;
	box-shadow: 0 4px 18px 0 rgb(100 98 98 / 9%);
	background-color: #fff;
	height: 100%;
	overflow: hidden;
}

.send-message h2 {
	font-size: 40px;
	color: #fff;
}

.send-message p {
	color: #fff;
}

.title-message {
	padding: 23px 15px 50px;
	object-fit: contain;
	background-color: #9c0057;
	text-align: center;
	position: relative;
}

.title-message:after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 0;
	border-left: 200px solid white;
	border-right: 200px solid white;
	border-top: 50px solid #ffffff00;
	margin: 0 auto;
	left: 50%;
	transform: translateX(-50%);
}

.send-message .gform_wrapper.gravity-theme .ginput_complex {
	display: flex;
	flex-flow: column;
}

span.name_first, span.name_last {
	width: 100%;
	padding: 0 !important;
}

.send-message .form-wrapper {
	padding: 20px;
}

.send-message span#input_2_1_3_container {
	margin-bottom: 12px;
}

.stars {
	padding: 0;
	font-size: 20px;
	margin-top: 3px;
}

.stars {
	--percent: calc(var(--rating) / 5 * 100%);
	display: inline-block;
	font-size: 27px;
	font-family: Times;
	line-height: 1;
	padding: 0 8px;
	font-family: 'Font Awesome 5 Brands';
}

.stars::before {
	content: "★★★★★";
	letter-spacing: 2px;
	background-image: ;    background-position-x:;
	background-position-y: ;    background-size:;
	background-repeat-x: ;    background-repeat-y:;
	background-attachment: ;    background-origin:;
	background-color: ;    background-clip: text;
	-webkit-text-fill-color: rgba(238, 238, 238, 0);
	font-family: 'Font Awesome 5 Brands';
}

.stars {
	--percent: calc(var(--rating) / 5 * 100%);
	display: inline-block;
	font-size: 27px;
	font-family: Times;
	line-height: 1;
	padding: 0 8px;
}

.stars::before {
    /*content: 'â˜…â˜…â˜…â˜…â˜…';*/
	letter-spacing: 2px;
	background: -webkit-gradient(linear, left top, right top, from(#fc0), to(#fff));
	background: linear-gradient(90deg, #fc0 var(--percent), #e9ecef var(--percent));
	-webkit-background-clip: text;
	-webkit-text-fill-color: #eeeeee00;
}

.gform_wrapper.gravity-theme .ginput_complex span.name_first {
	padding-right: 1% !important;
}

.gform_wrapper.gravity-theme .ginput_complex span.name_last {
	padding-right: 1% !important;
}

.map-section iframe {
	width: 100% !important;
	height: 700px !important;
}

h2.our-cloent-title {
	display: none;
}

.map iframe {
	width: 100% !important;
	height: 600px !important;
}

.page-template-get-started .map-section {
	height: 692px;
}

.page-template-get-started .map-section img.img-fluid {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}/*404 Css Start*/.flex-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	border-radius: 35px;
	padding: 8.5rem 35px;
	color: white;
	animation: colorSlide 15s cubic-bezier(0.05, 0.82, 0.165, 1) infinite;
}

.flex-container .text-center {
	text-align: center;
}

.flex-container .text-center h1 {
	color: #a90456;
}

.flex-container .text-center h1,.flex-container .text-center h3 {
	margin: 10px;
	cursor: default;
}

.flex-container .text-center h1 .fade-in,.flex-container .text-center h3 .fade-in {
	animation: fadeIn 2s ease infinite;
}

.flex-container .text-center h1 {
	font-size: 8em;
	transition: font-size 200ms ease-in-out;
	border-bottom: 1px dashed white;
	padding: 0;
	margin: 0;
	line-height: 1;
}

.flex-container .text-center h1 span#digit1 {
	animation-delay: 200ms;
}

.flex-container .text-center h1 span#digit2 {
	animation-delay: 300ms;
}

.flex-container .text-center h1 span#digit3 {
	animation-delay: 400ms;
}

.flex-container .btn {
	width: fit-content;
	margin: 0 auto;
}

@keyframes colorSlide {
	0% {
		background-color: #f1f1f5;
	}

	25% {
		background-color: #fff;
	}

	50% {
		background-color: #f9f9f9;
	}

	75% {
		background-color: #f1f1f1;
	}

	100% {
		background-color: #f2f2f4;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}/*404 Css End*//*What-We-Do New Start*/.inner-banner.banner-section h1 {
	width: 100%;
	margin: 0px 0 20px 0;
	line-height: 1 !important;
}

.inner-banner.banner-section p {
	color: #fff;
}

.inner-banner.banner-section .btn-learnmore {
	background: #fbac39;
	border-color: #fbac39;
	margin-top: 30px !important;
}

.inner-banner.banner-section .btn-learnmore:hover {
	background-image: linear-gradient(to bottom, #fcb854, #df9121) !important;
}

.What-we-do-new {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.nav-tabs .nav-item + .nav-item {
	margin-top: 0rem;
}

.What-we-do-new li {
	width: 33.33%;
}

.What-we-do-new h5 {
	font-family: Spectral;
	font-size: 20px;
	margin-bottom: 0;
}

.what-we-do-new-tab-content.tab-content {
	width: 100%;
}

.tab-content h2 {
	font-size: 50px;
}

.what-we-do-new-tab-content .card-body {
	padding: 0;
}

.sec-two p {
	margin-bottom: 40px;
}

.big-text p {
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: normal;
	text-align: left;
	color: #2d021a;
}

.list-wrap p {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 2;
	letter-spacing: normal;
	text-align: left;
	color: #2d021a;
	margin-bottom: 0;
	margin-top: 30px;
}

.list-wrap ul li {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: 0.64px;
	text-align: left;
	color: #000;
	margin-bottom: 22px;
}

.list-wrap ul {
	padding: 0;
	margin: 0;
	display: flex;
	width: 100% !important;
	flex-flow: row wrap;
	justify-content: space-between;
}

.tab-contentBox .list-wrap {
	flex-flow: column;
}

.icon-image {
	width: 76px;
	height: 76px;
	object-fit: contain;
	border-radius: 15px;
	box-shadow: 0 3px 6px 0 #ffe6f4;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.icon-image img {
	max-width: 48px;
	max-height: 48px;
}

.advanced-stores .icon-image {
	box-shadow: 0 3px 6px 0 #ffe6f4;
	background-color: #9c0057;
}

::marker {
	unicode-bidi: isolate;
	font-variant-numeric: tabular-nums;
	text-transform: none;
	text-indent: 0px !important;
	text-align: start !important;
	text-align-last: start !important;
	font-size: 0;
	opacity: 0;
}

.sec-three h3 {
	font-size: 30px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 2.5;
	letter-spacing: normal;
	text-align: left;
	color: #9c0057;
}

.sec-three h5 {
	font-size: 24px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	text-align: left;
	color: #000;
	margin-bottom: 20px;
	margin-top: 20px;
	text-transform: capitalize;
}

.sec-three p {
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.75;
	letter-spacing: normal;
  /*text-align: left;*/
	color: #2d021a;
}

.icon-sec-wrap {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
	margin-top: 30px;
	border-top: 1px solid #d4d4d4;
	padding-top: 30px;
}

.icon-sec-wrap .iconbox {
	max-width: 48%;
	margin-bottom: 20px;
}

.sec-three .Pop-Up-Store {
	padding-right: 60px;
}

.sec-three .advanced-stores {
	padding-left: 60px;
	position: relative;
}

.sec-three .advanced-stores:after {
	position: absolute;
	height: 100%;
	left: -14px;
	top: 0;
	content: "";
	width: 1px;
	background: #d4d4d4;
}

.video-wrapper img {
	width: 100%;
}

.full-image img {
	width: 100%;
}

.what-we-do-new-tab-content .btn-learnmore {
	max-width: 460px!important;
	width: 100% !important;
	margin-right: 0;
}

.sec-two .btn-learnmore {
	margin: 0 auto;
}

.What-we-do-new .nav-link {
	display: block;
	padding: 1rem 1rem;
}

.promo-link {
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.75;
	letter-spacing: normal;
	text-align: left;
	color: #9c0057;
	text-decoration: underline;
	text-transform: uppercase;
}

.promo-link:hover {
	color: #fbac39;
}

.services-icon {
	width: 76px;
	height: 76px;
	margin: 0 30px 0 0;
	border-radius: 15px;
	box-shadow: 0 3px 6px 0 #ffe6f4;
	background-color: #9c0057;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tab-contentBox.ourServices {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}

.services-icon img {
	max-width: 90%;
	max-height: 90%;
}

.OurServices-icon {
	display: flex;
	align-items: center;
}

.OurServices-icon {
	width: 48%;
	margin-bottom: 60px;
}

.OurServices-icon h5 {
	width: calc(100% - 106px);
}

.generate-Leads p {
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.88;
	letter-spacing: normal;
	color: #2d021a;
}

.tab-contentBox.ourServices {
	padding-left: 30px;
}

.spirit-wear {
	border-radius: 15px;
	box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
	overflow: hidden;
}

.spirit-wear img {
	width: 100%;
}

.spirit-wear h6 {
	padding: 15px 0px 15px;
	object-fit: contain;
	background-color: #9c0057;
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: 0.4px;
	text-align: center;
	color: #fff;
	margin: -30px 0 0 0;
	z-index: 9;
	position: relative;
}

#tabs-inner .nav-item a {
	font-size: 18px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.17;
	letter-spacing: normal;
	text-align: left;
	color: #313a43;
	padding: 15px 0;
}

#tabs-inner .nav-item a.active {
	color: #9c0057;
}

#tabs-inner li.nav-item {
	border-bottom: 1px solid #e7e7e7;
}

#tabs-inner li.nav-item:last-child {
	border-bottom: 0;
}

.sec-three .inner-tab-wrapper h3 {
	font-size: 30px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.53;
	letter-spacing: normal;
	text-align: left;
	color: #000;
}

.what-we-do-new-tab-content .inner-tab-wrapper .card-body {
	padding: 60px 48px;
	object-fit: contain;
	border-radius: 15px;
	background-color: #fff;
}

.build-brand:nth-of-type(even) {
	flex-flow: row-reverse;
	margin-top: 120px;
}

.company-stores h3 {
	font-size: 30px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: left;
	color: #9c0057;
}

.company-stores-row .company-stores-column:nth-of-type(odd) .company-stores-content {
	padding-right: 16%;
}

.company-stores-row .company-stores-column:nth-of-type(even) .company-stores-content {
	padding-left: 16%;
}

.company-stores .image-wrapper {
	margin: 30px 0;
	padding-top: 30px;
	border-top: 1px solid #dadcdc;
}

.company-stores .image-wrapper img {
	width: 100%;
	border-radius: 15px;
}

.print-graphics {
	margin: 0 0 0 59px;
	padding: 13.6px 76px 28px 75.1px;
	object-fit: contain;
	border-radius: 15px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sec-four .tab-contentBox {
	display: flex;
    /*align-items: center;*/
	height: 100%;
	justify-content: center;
	flex-flow: column;
}

.connect-box-what-we-do .form-wrapper {
	padding-top: 20px;
	max-width: 800px;
	margin: 0 auto;
}

ul.unions-logo {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-flow: row wrap;
	border-bottom: 1px solid #d4d4d4;
}

ul.unions-logo li {
	width: 20%;
}

.union-logo-wrap {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #d4d4d4;
    /*border-bottom: 1px solid #d4d4d4;*/
	padding: 15px;
}

.union-logo-wrap img {
	max-width: 100%;
	max-height: 100%;
}

ul.unions-logo li:nth-of-type(5n+0) .union-logo-wrap {
	border-right: 0px solid #d4d4d4;
}

ul.unions-logo:last-child {
	border-bottom: 0;
}

.pt-50 {
	padding-top: 50px;
}

.pb-50 {
	padding-bottom: 50px;
}

.sec-five h3 {
	font-size: 35px;
}/*ul.unions-logo li:nth-of-type(5n+0) .union-logo-wrap {    border-left: 0px solid #d4d4d4;}*/.What-we-do-new .tab-title h5 {
	width: calc(100% - 70px);
}/*What-We-Do New End*/.service-item {
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}

.service-item .content ul {
	display: none;
}

.service-item .content h6 {
	margin-bottom: 0 !important;
	padding-bottom: .5rem;
}/*16.09.22 Start*/.bg-video-wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 76vh;
	background: url(https://designsupply-web.com/samplecontent/vender/codepen/20181014.png) no-repeat center center/cover;
}/*.bg-video-wrap video {  min-width: 106%;  min-height: 100vh;  z-index: 1;}*/.bg-video-wrap video {
	width: 100% !important;
	height: 100% !important;
	z-index: 9;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}

.overlay {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	background-image: linear-gradient(45deg, rgba(0,0,0,.3) 50%, rgba(0,0,0,.7) 50%);
	background-size: 3px 3px;
	z-index: 2;
}

.bg-video-wrap .container {
	position: absolute;
	height: 960px;
	display: flex;
	flex-flow: row wrap;
	top: 0;
	left: 0;
	z-index: 999;
	right: 0;
	margin: 0 auto;
}

.bg-video-wrap-overley {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 91;
}

.bg-video-wrap-overley img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left top;
}

.Your-online-success {
	background-size: cover !important;
}

.Your-online-success h3 {
	font-size: 40px;
	color: #fff;
	text-align: center;
}

.live-demo .items {
	padding: 10px 5px;
}

.livedemo-image {
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
}

.livedemo-image a {
	display: block;
}

.live-demo .owl-nav, .live-brand .owl-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}/*16.09.22 End*//*19.09.22 Start*/.video-wrapper video {
	width: 100% !important;
	height: auto !important;
	border-radius: 15px;
}

#video-wrap:not(.active) {
	opacity: 0;
	visibility: hidden;
}

#video-wrap .video-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#video-wrap .video-container {
	width: 80%;
	transition: all 0.3s ease-in-out;
	transform: scale(0.9);
}

#video-wrap .close-video {
	background-color: #fff;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 5%;
	top: 5%;
	width: 42px;
	height: 42px;
	border-radius: 100%;
	border: solid 2px #000;
	padding: 0;
	transition: all 0.3s ease-in-out;
	z-index: 150;
}

#video-wrap .close-video:before, #video-wrap .close-video:after {
	content: "";
	width: 60%;
	height: 3px;
	background-color: #000;
	position: absolute;
	transition: all 0.3s ease-in-out;
}

#video-wrap .close-video:before {
	transform: rotate(42deg);
}

#video-wrap .close-video:after {
	transform: rotate(-42deg);
}

#video-wrap .close-video:focus {
	outline: none;
}

#video-wrap .close-video:hover {
	background-color: #000;
}

#video-wrap .close-video:hover:before, #video-wrap .close-video:hover:after {
	background-color: #fff;
}

#video-wrap video,#video-wrap iframe {
	position: relative;
	z-index: 10;
	border-radius: 12px;
	box-shadow: 0 0 19px rgba(0, 0, 0, 0.16);
	width: 100%;
	height: 100vh;
	max-height: 85vh;
	background-color: #000;
}

#video-wrap video {
	object-fit: cover;
}

#video-wrap.active {
	opacity: 1;
	visibility: visible;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	padding: 12px;
	height: 100vh;
	display: flex;
	transition: all 0.3s ease-in-out;
	z-index: 9991;
	align-items: center;
	justify-content: center;
}

#video-wrap.active .video-container {
	transform: scale(1);
}

.mobShow {
	display: none;
}

@media (max-width: 1659px) and (min-width: 1330px) {
	#video-wrap .video-container {
		max-width: 900px;
	}
}

@media (min-width: 1660px) {
	#video-wrap .video-container {
		max-width: 1200px;
	}
}

.accordion .tab-content {
	width: 100%;
}

.accordion .tab-content h3 {
	text-align: left;
	color: #000;
}

.accordion-header .accordion-button {
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #9c0057;
	outline: none;
	background: transparent;
	box-shadow: none;
	padding: 1.2rem 2.25rem;
}

.accordion-body {
	padding: 1rem 2.25rem 2.5rem;
}

.accordion-header .accordion-button.collapsed {
	color: #000;
}

.accordion-button::after {
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	margin-left: auto;
	content: "";
	background-image: url(https://proformahess.com/wp-content/uploads/2022/09/down-arrow-1.png);
	background-repeat: no-repeat;
	background-size: cover;
	transition: transform 0.2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
	background-image: url(https://proformahess.com/wp-content/uploads/2022/09/down-arrow-1-1.png);
	transform: rotate(-180deg);
}

.accordion {
	padding: 0;
	object-fit: contain;
	border-radius: 35px;
	box-shadow: 0 4px 18px 0 rgb(100 98 98 / 9%);
	background-color: #fff;
}

.accordion-item:first-of-type {
	border-top-left-radius: 35px;
	border-top-right-radius: 35px;
}

.accordion-item:last-of-type {
	border-bottom-right-radius: 35px;
	border-bottom-left-radius: 35px;
}

.accordion-item {
	border: 0px solid;
	background: transparent;
	border-bottom: solid 1px #dadcdc;
}

.image-wrap img {
	width: 100%;
}

.brand-for-mobile {
	display: none;
}/*19.09.22 End*/p strong {
	color: #a90456;
}/*20.09.22 Start*/.case-study {
	height: 420px;
}

.case-study > img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.imgLogos {
	width: 90px !important;
	margin: 0 auto 15px 0;
}

.tab {
	opacity: 1!important;
}

.tab-navigation select {
	word-wrap: normal;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 2.5;
	letter-spacing: normal;
	text-align: left;
	color: #9c0057;
	padding: 15px;
	width: 100%;
	padding: 17px 30px 16px 20px;
	object-fit: contain;
	border-radius: 45px;
	box-shadow: 0 2px 9px 0 rgb(100 98 98 / 9%);
	background-color: #fff;
	border: 0;
	outline: none;
	appearance: none;
	background: url(https://proformahess.com/wp-content/uploads/2022/09/Polygon-6.png);
	background: url(https://proformahess.com/wp-content/uploads/2022/09/Polygon-6.png) #fff;
	background-position: right 30px center !important;
	background-repeat: no-repeat;
}

.tab-navigation select option {
	color: #000!important;
}

.live-brand {
	display: none !important;
}

.nav-tabs .nav-link.active:focus-visible, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-item.show .nav-link:focus-visible, .nav-tabs .nav-item.show .nav-link:focus {
	border: 0;
	outline: 0;
}

.nav-tabs .nav-link:focus-visible, .nav-tabs .nav-link:focus {
	border: 0;
	outline: 0;
}

.mobLogoWrap {
	display: flex;
	align-items: center;
}

.mobileLogo {
	display: none;
}

.socialbutton {
	display: none;
}

.your-testimonials {
	overflow-x: hidden;
}

.ImgTop .imgMob {
	display: none;
}

.mobSelect .tab-navigation {
	display: none;
}

.unionLogo .unions-logo {
	position: relative;
}

.unionLogo .unions-logo::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	border-bottom: 2px solid #f5f5f7;
	background: transparent;
	z-index: 11;
}

.unionLogo .union-logo-wrap {
	border-bottom: 1px solid #d4d4d4;
}
.testimonial-carousel-new .Items{	
    padding: 15px 15px;	
}

/*11.05.23 Start*/
.map-right .map-wrap{
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0;
}
.map-section  .map-wrap iframe {
    width: 100% !important;
    height: 100% !important;
    -webkit-box-shadow: inset 12px 0px 29px -12px rgba(0,0,0,0.35);
-moz-box-shadow: inset 12px 0px 29px -12px rgba(0,0,0,0.35);
box-shadow: inset 12px 0px 29px -12px rgba(0,0,0,0.35);
}
.bg-whtie{
    background: #fff;
}
.map-section .form-wrapper p{
    text-align: center;
}
.contact-left-home {
    position:relative;
    z-index: 2;
    background: #fff;
    -webkit-box-shadow: 10px 0px 12px -12px rgba(0,0,0,0.25);
    -moz-box-shadow: 10px 0px 12px -12px rgba(0,0,0,0.25);
    box-shadow: 10px 0px 12px -12px rgba(0,0,0,0.25);
}
.map-section .form-wrapper {
    padding: 60px 12%;
    max-width: 800px;
    margin: 0 auto;
}
.map-section input#gform_submit_button_1 {
    margin-top: 0 !important;
}
.map-right .row{
    
    width: 100%;
    height: 100%;
}
.map-section .map-content {
    position: absolute;
    top: auto;
    transform: none;
    width: 390px;
    height: auto;
    padding: 30px 40px;
    background: #fff;
    left: 52px;
    bottom: 60px;
    z-index: 9;
    border-radius: 35px;
    box-shadow: 0 4px 18px 0 rgba(100, 98, 98, 0.09);
}
.map-section .map-right ul.map-list{
    margin-top: 0;
}
.map-section .map-right{
    padding: 0!important;
}
.map-content .btn {
    width: 222px !important;
    height: 50px !important;
    background: transparent;
    border-color: #A90457;
    font-size: 16px;
    color: #a90456;
}
.bgGrey.map-wrap .map-section{
    height: auto !important;
}

.footer-section ul.footer-menu {
    flex-flow: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-left: 30px;
}
.footer-section ul.footer-menu li a {
    padding: 8px 0px 8px 20px !important;
    display: block;
    font-size: 15px;
    text-align: left;
}
.footer-section h6 {
    font-family: Raleway;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-left: 50px;
    margin-bottom: 25px;
}

.footer-section .footer-content {
    align-items: flex-start;
}
.map-section:after{
    display: none !important;
}
.service-item.service-item-new ul{
    /*display: block !important;*/
}
.your-business .service-item a.btn {
    width: 200px !important;
    height: 50px !important;
    background: transparent;
    border-color: #A90457;
    font-size: 16px;
    color: #a90456;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 30px auto;
}
.your-business .service-item a.btn:hover{
    background: #A90457;
    border-color: #A90457;
    color: #fff;
}
.service-item-new p{
    padding-left: 15px;
    padding-right: 15px;
}
.brand-number {
    margin-right: 15px;
    margin-left: -10px;
    width: 140px;
}
.brand-content {
    width: calc(100% - 150px);
}
.brand-number img {
    width: 100% !important;
}
.client-section h3 span{
    color: #000;
}
.gform_wrapper.gravity-theme .gfield select {
    -webkit-appearance: none;
    background: url(/wp-content/uploads/2023/05/chevron-down.png) no-repeat right white;
    background-position: center right 19px;
}
.card-body .tab-contentBox p {
    min-height: unset;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #9c0057;
}
/*11.05.23 End*/

@media (min-width: 576px){
#exampleModal .modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
}
}
#exampleModal .modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
    /* background: #141414; */
    top: 13px;
    right: 13px;
}



/*Map section Start*/
.map-section.contact-section3 {
    position: relative;
    height: 692px;
}
.map-section.contact-section3 iframe{
    width: 100% !important;
    height: 100% !important;
    z-index: 9;
    position: relative;
    display: block;
}
.map-section img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
.map-section .container {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
}
.location-one {
    width: 400px;
    margin-bottom: 0px;
    bottom: 50px;
    position: absolute;
    z-index: 99;
    padding: 60px 50px 60px 50px;
    border-radius: 35px;
    box-shadow: 0 4px 18px 0 rgba(100, 98, 98, 0.09);
    background-color: #fff;
}

.location-two {
    width: 292px;
    height: 210px;
    padding: 22px 19.8px 28.5px 26px;
    box-shadow: 0 12px 45px 0 rgba(212, 215, 217, 0.82);
    background-color: #fff;
    margin-bottom: 36px;
    margin-left: 130px;
    margin-top: 168px;
    position: relative;
    z-index: 9;
}
.location-two:after {
    border-left: solid transparent 25px;
    border-right: solid transparent 25px;
    border-top: solid #ffffff 25px;
    bottom: -25px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -33px;
    position: absolute;
    width: 0;
}
.map-section .container {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
}
.location-content ul {
    margin: 0;
    padding: 0;
}
.location-content ul li{
	list-style: none;
	display: flex;
	align-items: flex-start;
	margin-bottom: 10px;
}

.location-content ul li a{
	font-family: 'Lora', serif;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #495057;
	text-decoration: none;
}
.location-content ul li .icon {
    color: #bf0a30;
    font-size: 22px;
    width: 30px;
}
.location-content ul li p{
	margin-bottom: 0;
}
.location-content ul li p{
	width: calc(100% - 30px);
}
.location-content a {
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #495057;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.location-content a:hover{
	color: #bf0a30;
}
.location-content h3 {
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #212529;
}
.map-section .location-content .btn {
    box-shadow: none;
    background: transparent;
    border-color: #a90456;
    font-family: 'Raleway', sans-serif;
    border-radius: 50px;
    height: 40px;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: 1.6px;
    text-align: center;
    color: #9c0057;
    width: 222px;
    height: 60px;
}
.map-section .location-content .btn:hover {
    background: #a90456;
    border-color: #a90456;
    color: #fff;
}
.location-content > img.img-fluid {
    max-width: 200px;
}
.location-content ul.map-list {
    padding: 0;
    margin: 30px 0 30px 0;
    list-style: none;
}
.location-content ul.map-list a {
     font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: 0.14px;
    text-align: left;
    color: #2d021a;
    margin-bottom: 0;
    padding-bottom: 0;
}
.location-content ul.map-list h6 {
     font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #9c0057;
    margin-bottom: 0;
    padding-bottom: 0;
}
.location-content ul.map-list li {
    list-style: none;
    display: flex;
    margin-bottom: 25px;
}
.location-content ul.map-list .address-desc {
    width: calc(100% - 45px);
}

/*Map section end*/
.your-business .contact-details {
    padding: 40px 54px 35.5px;
    object-fit: contain;
    border-radius: 35px;
    box-shadow: 0 4px 18px 0 rgba(100, 98, 98, 0.09);
    background-color: #fff;
    width: 100%;
    height: 100%;
}
.contact-details h4{
  font-size: 35px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.51;
  letter-spacing: normal;
  text-align: center;
  color: #9c0057;
}
.contact-details .icon img {
    max-width: unset;
}
.contact-details .icon {
    width: fit-content;
    margin: 0 auto 20px auto;
}
.contact-details p {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: 0.16px;
    text-align: center;
    color: #000;
    min-height: 70px;
}
.contact-details a {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: 0.28px;
    text-align: center;
    color: #9c0057;
    width: fit-content;
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
    text-decoration: underline 2px;
}
.contact-section5 .connect-box-what-we-do {
    padding: 60px 108px 62px;
    object-fit: contain;
    border-radius: 35px;
    box-shadow: 0 4px 18px 0 rgba(100, 98, 98, 0.09);
    background-color: #fff;
}
.contact-section5 .connect-box-what-we-do p {
    max-width: 800px;
    margin: 0 auto;
}
.contact-section5 .form-wrapper {
    max-width: 950px !important;
}

.cc-box:nth-of-type(3) .contact-content a{
    text-decoration: none;
}

/*Responsive Css Start*//*@media (min-width: 641px){.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full), .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {    padding-right: 2%;}}*//*=============     1920 css start  =============*/@media(max-width:1920px) {
}/*=============     1920 css end    =============*//*=============     1680 css start  =============*/@media(max-width:1680px) {
	h1 {
		font-size: 60px;
	}

	h2 {
		font-size: 40px;
	}

	.header-sec {
		padding: 18px 0;
	}

	.navbar .navbar-nav .nav-link {
		font-size: 16px;
		margin: 0 25px;
	}

	.content-wprp span {
		font-size: 14px;
		margin-bottom: 5px;
	}

	.content-wprp p {
		font-size: 20px;
	}

	.header-button {
		width: 250px;
		height: 60px;
	}

	.phone {
		width: 54px;
		height: 54px;
	}

	.banner-section .container {
		height: 86vh;
	}

	.case-stydy-new.owl-carousel .owl-dots.disabled, .case-stydy-new.owl-carousel .owl-nav.disabled {
		top: -96px;
		left: auto;
		right: 15px;
	}

	.map-section:after {
		background-size: 42.9% !important;
	}

	.service-wrap .online-common-secion .h-100 {
		padding: 0 !important;
		min-height: 490px;
	}

	.service-wrap .pb-120 {
		padding-bottom: 60px;
	}

	.connect-box {
		padding: 40px 60px 42px;
	}

	.bg-video-wrap {
/*max-height: 86vh;*/;
	}

	.bg-video-wrap video {
/*max-height: 86vh;*/;
	}

	.case-study {
		height: 400px;
	}
.contact-section5 .connect-box-what-we-do {
    padding: 60px 90px 62px;
    max-width: 1050px;
}
}/*=============     1680 css end    =============*/
@media(max-width:1600px) {
	.map-section:after {
		background-size: 42.5% !important;
	}
.bg-video-wrap {
    height: 70vh;
}
.page-template-home .banner-content {
	padding-top:20px;
    /*padding-bottom: 100px; */
}
.brand-number {
    width: 110px;
}
.brand-content {
    width: calc(100% - 120px);
}
}/*=============     1440 css start  =============*/@media(max-width:1440px) {
	.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
		max-width: 1200px;
	}

	.container.facts .facts-text {
		padding-left: calc(((100% - 1200px) / 2) + .75rem);
	}

	.container.facts .facts-counter {
		padding-right: calc(((100% - 1200px) / 2) + .75rem);
	}

	h1 {
		font-size: 52px;
	}
.page-template-home .banner-section p {
    font-size: 18px;
}
	h2 {
		font-size: 40px;
	}

	h3 {
		font-size: 22px;
	}

	h5 {
		font-size: 18px;
	}

	p {
		font-size: 16px;
	}

	.team-text p {
		font-size: 14px;
		line-height: 22px;
	}

	.btn {
		font-size: 16px;
		height: 56px !important;
	}

	.back-to-top.rounded-circle {
		width: 30px !important;
		height: 30px !important;
	}

	ul.stores .btn {
		height: 40px !important;
	}

	.team-text .btn {
		height: 40px !important;
		width: 140px;
		padding: 0 !important;
		display: flex !important;
		align-items: center;
		justify-content: center;
		font-size: 14px;
	}

	.map-content .btn {
		width: 220px !important;
		height: 56px !important;
		font-size: 16px;
	}

	.btn-learnmore {
		width: 360px !important;
		height: 56px !important;
	}

	.banner-section .btn-learnmore {
		width: 380px !important;
	}

	.service-item ul li a {
		font-size: 14px;
		padding: 14px;
	}

	.service-item .service-icon {
		width: 120px;
		height: 120px;
		margin: 20px auto;
	}

	.service-item .service-icon img {
		max-width: 80px;
		max-height: 80px;
	}

	.facts-text p {
		margin-bottom: 20px;
	}

	.navbar .navbar-nav .nav-link {
		font-size: 16px;
		margin: 0 15px;
		padding: 15px 0;
	}

	.content-wprp span {
		font-size: 12px;
		margin-bottom: 4px;
	}

	.content-wprp p {
		font-size: 18px;
	}

	.header-button {
		font-size: 16px;
		width: 240px;
		height: 60px;
	}

	.header-sec {
		padding: 15px 0;
	}

	.header-sec.shadow-sm {
		padding: 5px 0;
	}

	.phone {
		width: 54px;
		height: 54px;
	}

	.case-stydy-new.owl-carousel .owl-dots.disabled, .case-stydy-new.owl-carousel .owl-nav.disabled {
		top: -96px;
		left: auto;
		right: 15px;
	}

	.map-section:after {
		background-size: 44.1% !important;
	}

	.tab-wrapper h3 {
		font-size: 32px;
	}

	.service-wrap .online-common-secion .facts-text {
		padding-left: calc(((100% - 1200px) / 2) + 0.75rem);
	}

	.service-wrap .online-common-secion .facts-counter {
		padding-right: calc(((100% - 1200px) / 2) + 0.75rem);
	}

	.service-wrap .online-common-secion:nth-of-type(odd) .facts-text {
		padding-right: calc(((100% - 1200px) / 2) + 0.75rem);
		padding-left: 1.5rem !important;
	}

	.service-wrap .online-common-secion:nth-of-type(odd) .facts-counter {
		padding-left: calc(((100% - 1200px) / 2) + 0.75rem);
		padding-right: 1.5rem !important;
	}

	.service-wrap .pb-120 {
		padding-bottom: 40px;
	}

	.categories a {
		font-size: 14px;
		padding: 5px 0;
	}

	.categories {
		padding: 20px 20px 30px 20px;
	}

	.map-right-content-wrap {
		width: 52%;
	}

	.case-study {
		height: 350px;
	}

	.Your-online-success h3 {
		font-size: 32px;
	}
.contact-section5 .connect-box-what-we-do {
    max-width: 1020px;
}
.contact-section5 .form-wrapper {
    max-width: 1000px !important;
}
.contact-section5 .connect-box-what-we-do {
    padding: 60px 80px 62px;
}
}

@media screen and (max-width: 1400px){
	.navbar .navbar-nav .nav-link {font-size: 14px;margin: 0px 12px;}
	ul.stores {
	padding-top: 50px;
}
.brand-number {
    width: 120px;
}
.brand-content {
    width: calc(100% - 130px);
}


}/*=============     1440 css end    =============*//*=============     1280 css start  =============*/@media(max-width:1280px) {
	.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
		max-width: 1100px;
	}

	.container.facts .facts-text {
		padding-left: calc(((100% - 1100px) / 2) + .75rem);
	}

	.container.facts .facts-counter {
		padding-right: calc(((100% - 1100px) / 2) + .75rem);
	}

	.service-wrap .online-common-secion .facts-text {
		padding-left: calc(((100% - 1100px) / 2) + 0.75rem);
	}

	.service-wrap .online-common-secion .facts-counter {
		padding-right: calc(((100% - 1100px) / 2) + 0.75rem);
	}

	.service-wrap .online-common-secion:nth-of-type(odd) .facts-text {
		padding-right: calc(((100% - 1100px) / 2) + 0.75rem);
		padding-left: 1.5rem !important;
	}

	.service-wrap .online-common-secion:nth-of-type(odd) .facts-counter {
		padding-left: calc(((100% - 1100px) / 2) + 0.75rem);
		padding-right: 1.5rem !important;
	}

	.navbar .navbar-brand img {
		max-height: 45px;
	}

	.navbar .navbar-nav .nav-link {
		font-size: 14px;
		margin: 0 8px;
		padding: 15px 0;
	}

	.content-wprp p {
		font-size: 16px;
	}

	.content-wprp span {
		font-size: 10px;
		margin-bottom: 4px;
	}

	.header-button {
		font-size: 16px;
		width: 210px;
		height: 60px;
	}

	.phone {
		margin-right: 8px;
	}

	.header-sec.px-lg-5 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}

	.navbar-brand {
		margin-right: 0;
	}

	.pb-180 {
		padding-bottom: 140px;
	}

	.pt-180 {
		padding-top: 140px;
	}

	.pt-120 {
		padding-top: 90px;
	}

	.pb-120 {
		padding-bottom: 90px;
	}

	.pb-80 {
		padding-bottom: 60px;
	}

	.pt-80 {
		padding-top: 60px;
	}

	.pb-100 {
		padding-bottom: 80px;
	}

	.pt-100 {
		padding-top: 80px;
	}

	.pb-100 {
		padding-bottom: 80px;
	}

	.mt-75 {
		margin-top: 50px;
	}

	.footer-section {
		padding-top: 80px;
	}

	ul.footer-social {
		margin-top: 20px;
		margin-bottom: 70px;
	}

	ul.footer-menu {
		margin-bottom: 90px;
	}

	.Your-online-success h3 {
		font-size: 26px;
	}
}/*=============     1280 css end    =============*/


/*=============     1199 css start  =============*/@media(max-width:1199px) {
	.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
		max-width: 96%;
	}

	.container.facts .facts-text {
		padding-left: calc(((100% - 96%) / 2) + .75rem);
	}

	.container.facts .facts-counter {
		padding-right: calc(((100% - 96%) / 2) + .75rem);
	}

	.service-wrap .online-common-secion .facts-text {
		padding-left: calc(((100% - 96%) / 2) + 0.75rem);
	}

	.service-wrap .online-common-secion .facts-counter {
		padding-right: calc(((100% - 96%) / 2) + 0.75rem);
	}

	.service-wrap .online-common-secion:nth-of-type(odd) .facts-text {
		padding-right: calc(((100% - 96%) / 2) + 0.75rem);
		padding-left: 1.5rem !important;
	}

	.service-wrap .online-common-secion:nth-of-type(odd) .facts-counter {
		padding-left: calc(((100% - 96%) / 2) + 0.75rem);
		padding-right: 1.5rem !important;
	}

	.connect-box {
		padding: 60px 60px 60px;
	}
/*11.05.23 Start*/
.after-hero-list {
    flex-flow: row wrap;
}
.after-hero-list li {
    padding: 10px 14px;
    width: 32%;
    text-align: left;
}
.after-hero-list li:first-child {
    padding-left: 15px;
}
/*11.05.23 End*/
}/*=============     1199 css end    =============*//*=============     1080 css start  =============*/@media(max-width:1080px) {
	.map-section:after {
		background-size: 43% !important;
	}

	.articles-details h1 {
		font-size: 36px;
	}
}/*=============     1080 css end    =============*/@media(max-width:1024px) {
	.contFull {
		max-width: 100%;
		padding-right: 0;
	}
}/*=============     991 css start  =============*/@media(max-width:991px) {
	.menu-wrap {
		text-align: left;
		position: absolute;
		top: 89px;
		width: 100%;
		background: #f7f7f7;
		left: 0;
	}

	.shadow-sm .menu-wrap {
		top: 60px;
	}

	.navbar-nav.pe-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}

	button.navbar-toggler.hembug {
		margin-left: auto;
		margin-right: 15px;
	}

	ul.stores {
		flex-flow: row wrap;
	}

	.facts-counter {
		min-height: 400px;
	}

	.banner-section .container {
		height: 86vh;
		max-height: 600px;
	}

	.container.facts .facts-text .h-100, .container.facts .facts-counter .h-100 {
		padding: 0;
	}

	.facts img.mobile-show {
		display: block;
		margin-right: -20px;
		margin-top: 40px;
	}

	.your-brand img.mobile-show {
		display: block;
		margin-left: -20px;
		margin-top: 0px;
	}

	.facts-counter, .facts-text {
		background: transparent !important;
	}

	.container.facts .facts-text {
		padding-left: 0;
		padding-right: 0;
	}

	.container.facts .facts-counter {
		padding-right: 0;
	}

	.footer-section ul.footer-menu li a {
		padding: 0 14px;
	}/*.g-4, .gy-4 {    --bs-gutter-y: .5rem;}*/	.pb-180 {
		padding-bottom: 50px;
	}

	.pt-180 {
		padding-top: 50px;
	}

	.pt-120 {
		padding-top: 50px;
	}

	.pb-120 {
		padding-bottom: 50px;
	}

	.pb-80 {
		padding-bottom: 50px;
	}

	.pt-80 {
		padding-top: 50px;
	}

	.pb-100 {
		padding-bottom: 50px;
	}

	.pt-100 {
		padding-top: 50px;
	}

	.pb-100 {
		padding-bottom: 50px;
	}

	.mt-75 {
		margin-top: 50px;
	}

	.footer-section {
		padding-top: 50px;
	}

	ul.footer-social {
		margin-top: 20px;
		margin-bottom: 50px;
	}

	ul.footer-menu {
		margin-bottom: 50px;
	}

	.case-stydy-new.owl-carousel .owl-dots, .case-stydy-new.owl-carousel .owl-nav {
		display: flex !important;
		flex-flow: row;
		align-items: center;
		width: 120px;
		position: relative;
		top: 0;
		left: 0;
		justify-content: space-between;
		margin: 50px auto 0 auto;
	}

	.facts-counter {
		min-height: unset;
	}

	.your-brand .row {
		flex-flow: column-reverse;
	}

	.your-brand {
		padding-top: 50px !important;
	}

	.brand-content {
		width: 84%;
	}

	.your-brand .pb-70 {
		padding-bottom: 0px;
	}

	.map-section:after {
		background-size: 28% !important;
	}

	.inner-banner {
		height: 250px;
	}

	.inner-banner img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center center;
	}

	.tab-wrapper {
		padding-top: 30px;
	}

	.service-wrap .online-common-secion .h-100 {
		height: auto !important;
		min-height: unset !important;
	}

	.service-wrap .online-common-secion:nth-of-type(odd) .row {
		flex-flow: column;
	}

	.service-wrap .online-common-secion:nth-of-type(odd) .facts-text {
		padding-right: 0rem !important;
		padding-left: 0rem !important;
	}

	.service-wrap .online-common-secion:nth-of-type(odd) .facts-counter {
		padding-right: 0rem !important;
		padding-left: 0rem !important;
	}

	.service-wrap .online-common-secion:nth-of-type(odd) .facts-counter img {
		display: block;
		margin: 30px auto 0 auto;
	}

	.service-wrap .facts-counter {
		background: transparent !important;
	}

	.service-wrap .online-common-secion .facts-counter .facts img.mobile-show {
		display: block;
		margin: 30px auto 0 auto;
		width: 100%;
		height: auto;
	}

	.online-common-secion .facts-counter img {
		width: 100%;
		border-radius: 30px;
	}

	.service-wrap .pb-120 {
		padding-bottom: 60px;
	}

	.blog-row {
		flex-flow: column-reverse;
	}

	.map-right-content-wrap {
		width: 50%;
	}

	.title-message:after {
		border-left: 350px solid white;
		border-right: 350px solid white;
	}

	.follow-section {
		width: 100%;
		padding-top: 30px;
		margin-bottom: 0px;
		visibility: visible !important;
		transition: all .3s ease;
		-webkit-transition: all .3s ease;
	}

	.team-wrap:hover .follow-section {
    /*display:block;*/
		visibility: visible !important;
		margin-bottom: 0;
		padding-top: 30px;
	}/*14.08.22 Start*/	.tab-title {
		flex-flow: column;
		justify-content: center;
		align-items: center;
		padding: 15px;
		height: 100%;
		border-radius: 15px;
	}

	.What-we-do-new .tab-title h5 {
		width: calc(100% - 0px);
		text-align: center;
	}

	.tab-icon {
		margin: 0px 0px 15px 0px;
	}

	.What-we-do-new .nav-item .nav-link {
		height: 100%;
	}

	.sec-three .Pop-Up-Store {
		padding-right: 0px;
	}

	.sec-three .advanced-stores {
		padding-left: 0px;
		position: relative;
	}/*.sec-three .advanced-stores:after{*//*    display: none;*//*}*/	.video-wrapper {
		margin-bottom: 30px;
	}

	.build-brand:nth-of-type(even) {
		flex-flow: column;
		margin-top: 50px;
	}

	.company-stores-row .company-stores-column:nth-of-type(even) .company-stores-content {
		padding-left: 0%;
	}

	.company-stores-row .company-stores-column:nth-of-type(odd) .company-stores-content {
		padding-right: 0;
	}

	.company-stores-column {
		margin-bottom: 40px;
	}

	.company-stores-column:last-child {
		margin-bottom: 0;
	}

	.tab-contentBox.ourServices {
		padding-left: 0px;
	}

	.brand {
		margin-bottom: 30pxs;
	}/*14.08.22 End*/	.bg-video-wrap video {
  /*min-width: 106%;*/  /*min-height: 100vh;*/  /*z-index: 1;*/;
	}

	.bg-video-wrap {
		max-height: 400px;
	}

	#video-wrap video,#video-wrap iframe {
		max-height: 450px;
	}

	.mobile-menu {
		width: 34px;
		height: 38px;
		position: absolute;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
		overflow: hidden;
		display: block;
		margin-top: 0;
		right: 20px;
		z-index: 999;
		top: 34px;
	}

	.mobile-menu span:nth-child(1) {
		top: 0px;
	}

	.mobile-menu span {
		display: block;
		position: absolute;
		height: 3px;
		width: 100%;
		background: #a90456;
		border-radius: 9px;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}

	.mobile-menu span:nth-child(2) {
		top: 9px;
	}

	.mobile-menu span:nth-child(3) {
		top: 18px;
	}

	header.open .header-button {
		display: flex !important;
		margin-left: 1.5rem;
	}

	header.open .mobileLogo {
		display: block;
		margin: 0 auto;
	}

	.header-sec.navbar.open {
		background: #a90456 !important;
	}

	header.open .mobLogoWrap {
		background: #a90456;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		align-items: flex-start;
		justify-content: flex-start;
		flex-flow: column;
		padding-top: 15px;
	}

	header.open .mobile-menu span {
		background: #fff;
	}

	header.open .mobile-menu span:nth-child(1) {
		top: 13px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	header.open .mobile-menu span:nth-child(3) {
		top: 13px;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		-o-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}

	header.open .mobile-menu span:nth-child(2) {
		opacity: 0;
		left: -60px;
	}

	header.open .menu-wrap {
		position: relative;
		top: 0;
		width: 100%;
		background: #a90456;
		left: 0;
		flex-grow: 0;
		flex-basis: unset;
	}

	.navbar .navbar-nav .nav-link {
		color: #fff;
	}

	header.open .mobile-menu {
		top: 30px;
	}

	.navbar.open .navbar-nav .nav-link:hover, .navbar.open .navbar-nav .nav-link.active {
		color: #000;
		border-bottom: 3px solid #000;
	}

	.header-button {
		display: none !important;
	}

	.navbar.open .socialbutton {
		display: block;
		margin-left: 1.5rem;
	}

	.socialbutton ul.footer-social a {
		width: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 30px;
		color: #fff;
		border: 1px solid #fff;
		border-radius: 50%;
		font-size: 12px;
		margin: 10px;
		transform: .3s all ease;
		-webkit-transform: .3s all ease;
	}

	.socialbutton ul.footer-social {
		justify-content: flex-start;
		margin-top: 0;
		padding-top: 0;
	}

	.socialbutton p {
		padding-bottom: 0;
		margin-bottom: 10px;
		color: #fff;
		margin-top: 20px;
	}

	.navbar.open #menu-main-menu li {
		border-bottom: 1px solid #84074d;
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}

	.navbar.open #menu-main-menu {
		padding: 0 !important;
	}

	header.navbar.open .navbar-nav .nav-link {
		border-bottom: 0px !important;
	}

	header.navbar.open .mobile-menu {
		top: 26px;
	}

	header.sticky-top .mobile-menu {
		top: 23px;
	}

	#con-form {
		padding: 0;
	}

	#con-form .container {
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.connect-box {
		border-radius: 0;
		max-width: 100% !important;
	}

	.map-content {
		display: none;
	}

	.map-wrap .map-section {
		height: 560px !important;
	}

	.here-to-help .service-item {
		padding: 30px 20px !important;
	}

	.caseStudyContact#con-form {
		padding: 40px 20px !important;
	}

	.mobSelect .tab-navigation {
		display: block;
	}

	.mobSelect h3, .mobSelect ul {
		display: none;
	}

	.categories.mobSelect {
		padding: 0;
		background: transparent;
		box-shadow: none;
		margin-bottom: 40px;
	}

	.blog-row {
		flex-flow: wrap;
	}

	.blog .blogWraps a.article-button, .blog .blogWraps .date-wrapper, .blog .blogWraps .articles-content-wrap p, .archive .blogWraps a.article-button, .archive .blogWraps .date-wrapper, .archive .blogWraps .articles-content-wrap p {
		display: none;
	}
		.industries-details{	
    margin-top: 40px !important;	
}

.page-template-home .banner-content {
    /*padding-bottom: 0px;*/
}
h1 {
    font-size: 42px;
}
.banner-section h1 {
    width: 100%;
    margin: 15px 0 20px;
}
ul.stores .btn {
	font-size: 14px;
    padding: 5px 17px !important;
}

/*11.05.23 Start*/
.map-right {
    min-height: 600px;
}
.header-sec .header-button {
    width: 250px;
    height: 70px;
    margin-right: 40px;
}

header.sticky-top .mobile-menu {
    top: 38px;
}
header.header-sec {
    padding: 5px 0;
}
ul.footer-menu {
    flex-flow: row wrap;
}
.footer-section ul.footer-menu{
    margin-left: 0;
}
.footer-section ul.footer-menu li a {
    padding: 8px 0px !important;
}
.footer-section h6 {
    margin-bottom: 20px;
    margin-left: 0;
}


.contact-section5 .connect-box-what-we-do {
    padding: 50px 40px 50px
}

/*11.05.23 End*/

}/*=============     991 css end    =============*//*=============     767 css start  =============*/@media(max-width:767px) {
	h1 {
		font-size: 36px;
	}

	h2 {
		font-size: 30px;
	}

	br {
		display: none;
	}

	ul.footer-menu {
		flex-flow: row wrap;
		text-align: center;
	}

	.footer-section ul.footer-menu li a {
		padding: 10px 14px;
		display: block;
	}

	ul.stores li {
		padding-bottom: 15px;
		margin-right: 15px;
	}

	.px-4 {
		padding-right: 1rem!important;
		padding-left: 1rem!important;
	}

	.footer-section ul.footer-menu li a {
		padding: 10px 11px;
		display: block;
		font-size: 14px;
		text-align: center;
	}
    .footer-section ul.footer-menu li a{
        padding: 8px 20px;
        text-align: center;
    }
	.map-section:after {
		display: none;
	}

	.tab-wrapper h3 {
		font-size: 28px;
	}

	.connect-box {
		padding: 40px 30px 40px;
	}

	.teamcontent-wrap br {
		display: block;
	}

	.tab-content h2 {
		font-size: 30px;
	}

	.sec-three h3 {
		font-size: 24px;
	}

	.sec-three h5 {
		font-size: 20px;
	}

	.big-text p {
		font-size: 18px;
	}

	.What-we-do-new li {
		width: 100%;
	}

	.What-we-do-new li .tab-icon {
		display: none;
	}

	.print-graphics {
		margin: 0;
	}
	.map-wrap .map-section {	
    height: auto !important;	
    overflow: hidden;	
}

/*11.05.23 Strat*/
.header-button.mob .content-wprp {
    display: none;
}
.header-sec .header-button.mob {
    width: fit-content;
    margin-right: 40px;
    background: transparent !important;
    border: 0;
    box-shadow: none;
}
.header-sec .header-button .phone{
    margin-right: 0;
}
header.sticky-top .mobile-menu {
    top: 30px;
}
header.header-sec {
    padding: 5px 0;
}
.phone {
    width: 40px;
    height: 40px;
}
.header-sec .header-button .phone img{
    max-width: 36px;
}
.map-section .map-content {
    width: 280px;
    padding: 25px 20px;
    left: 22px;
    bottom: 30px;
}
.your-socil-row .imageCol .image-wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.your-business .your-socil-row .imageCol .image-wrap .icon-social img {
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: auto !important;
    object-fit: contain;
    height: auto;
}
.footer-section .footer-content {
    align-items: center;
}
.after-hero-list li {
    width: 50%;
}
.after-hero-list h4 {
    text-align: left;
}
/*11.05.23 End*/


}/*=============     767 css end    =============*/@media(max-width:640px) {
	.map-direction {
		flex-flow: column;
	}

	.image-wrap {
		position: relative;
		width: 100%;
	}

	.image-wrap img {
		width: 100%;
		border-radius: 35px;
	}

	.map-right-content-wrap {
		width: 100%;
		padding: 30px;
	}

	#video-wrap video,#video-wrap iframe {
		max-height: 350px;
	}

	.caseStudies {
		padding-left: 0px;
		padding-right: 0px;
	}
}/*=============     576 css start  =============*/@media(max-width:576px) {
	.page-template-home .banner-section p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}
	h1 {
		font-size: 32px;
	}

	h2 {
		font-size: 24px;
		font-weight: 600;
	}

	h5 {
		font-size: 16px;
	}

	.sec-three h3 {
		font-size: 20px;
		line-height: 1.2;
	}

	.pb-180 {
		padding-bottom: 50px;
	}

	.pt-180 {
		padding-top: 60px;
	}

	.pt-120 {
		padding-top: 60px;
	}

	.pb-120 {
		padding-bottom: 60px;
	}

	.pb-80 {
		padding-bottom: 60px;
	}

	.pt-80 {
		padding-top: 60px;
	}

	.pb-100 {
		padding-bottom: 60px;
	}

	.pt-100 {
		padding-top: 60px;
	}

	.pb-100 {
		padding-bottom: 60px;
	}

	.mt-75 {
		margin-top: 60px;
	}

	.pb-70 {
		padding-bottom: 40px;
	}

	.pt-70 {
		padding-top: 40px;
	}

	.footer-section {
		padding-top: 60px;
	}

	p {
		font-size: 14px;
		font-weight: 500;
		line-height: 24px;
		color: #2d021a;
	}

	ul.stores {
		justify-content: center;
	}

	.services-item-new-wrap {
		display: flex;
		padding: 0 15px;
		align-items: center;
		justify-content: space-between;
	}

	.services-item-new-wrap .service-icon {
		width: 76px;
		height: 76px;
		margin-right: 15px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.services-item-new-wrap .service-icon img {
		max-width: 75%;
		max-height: 75%;
	}

	.services-item-new-wrap h3 {
		width: calc(100% - 91px);
		text-align: left;
		margin-bottom: 0 !important;
		font-size: 20px;
		line-height: 1.5;
	}

	.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
		max-width: 100%;
	}

	.banner-section h1 {
		width: 100%;
		text-align: center;
		margin: 10px 0 15px;
		text-shadow: 0 3px 6px rgb(0 0 0 / 44%);
		font-size:26px;
		margin-bottom:6px;
	}

	.bg-video-wrap-overley img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}/*.phone {    margin-right: 0px;    display: none;}.content-wprp{    display: none;}.header-button {    height: 60px;    width: 60px;}*/	.btn {
		font-size: 14px;
	}

	.banner-section .btn-learnmore {
		width: 100% !important;
	}

	.map-content {
		position: relative;
		top: 50%;
		transform: none;
		width: 100%;
		height: auto;
		padding: 40px;
		margin-bottom: -160px;
		background: #fff;
		z-index: 9;
		border-radius: 35px;
		box-shadow: 0 4px 18px 0 rgb(100 98 98 / 9%);
	}

	.map-section iframe {
		height: 550px !important;
	}

	.brand-number img {
		max-width: 100px;
	}

	.footer-content .logo {
		max-width: 140px;
	}

	.client-section.pt-80 {
		padding-top: 0;
	}

	.connect-box p {
		padding-left: 0;
		padding-right: 0;
	}

	.page-template-get-started .map-section {
		height: 750px;
		overflow: hidden;
	}

	#video-wrap video, #video-wrap iframe {
		max-height: 220px;
	}

	.accordion-header .accordion-button {
		padding: 1.2rem 1.25rem;
	}

	.accordion-body {
		padding: 1rem 1.25rem 2.5rem;
	}

	.accordion-header .accordion-button {
		font-size: 18px;
	}

	.facts img.mobile-show {
		display: block;
		margin-right: -20px;
		margin-left: -20px;
		margin-top: 40px;
		width: calc(100% + 40px);
		border-radius: 0;
	}

	.brand-for-mobile {
		display: flex;
		justify-content: space-between;
		margin-top: 30px;
	}

	.brand-box-new img {
		width: 100%;
	}

	.brand-box-new {
		width: 30%;
	}/*.brand-box{*//*    display: none !important;*//*}*/	.brand-box-new h5 {
		font-size: 16px;
		text-align: center;
	}

	.mobile-none {
		display: none;
	}

	ul.footer-menu li {
		width: 100%;
	}

	.list-wrap ul li:after {
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 0;
	}

	.list-wrap ul li {
		width: 48%;
		position: relative;
		padding-left: 0;
		padding-top: 20px;
		text-align: left !important;
		margin-bottom: 30px;
	}

	.tab-pane .tab-contentBox p {
		text-align: center;
	}

	.big-text p {
		font-size: 16px;
		font-weight: 600;
	}

	.Pop-Up-Store p, .advanced-stores p {
		display: none;
	}

	.icon-sec-wrap .iconbox, .icon-sec-wrap .iconbox {
		max-width: 100%;
		margin-bottom: 20px;
		width: 100%;
	}

	.icon-image {
		margin: 0 auto;
	}

	.icon-sec-wrap {
		display: flex;
		align-items: center;
	}

	.sec-one .tab-contentBox h2, .sec-one .tab-contentBox p {
		text-align: left;
	}

	.icon-sec-wrap h5, .Pop-Up-Store h3, .advanced-stores h3, .tab-content h2 {
		text-align: center;
	}

	.what-we-do-new-tab-content .btn-learnmore {
		margin-right: auto;
		margin-left: auto;
	}

	.OurServices-icon {
		display: flex;
		align-items: center;
		flex-flow: column;
		justify-content: center;
		text-align: center;
	}

	.services-icon {
		margin: 0 auto 20px auto;
	}

	.OurServices-icon h5 {
		width: calc(100% - 0px);
		text-align: center;
	}

	ul#tabs-inner {
		width: 100%;
		position: relative;
		top: 0;
	}

	.inner-tab-wrapper {
		flex-flow: row wrap;
	}

	.what-we-do-new-tab-content .inner-tab-wrapper .card-body {
		padding: 30px;
	}

	.union-logo-wrap {
		border-bottom: 1px solid #d4d4d4;
	}

	.imgFull {
		width: 100%;
	}

	.modHide {
		display: none !important;
	}

	.imageCol {
		width: 100%;
		padding-top: 0;
	}

	.mobShow {
		display: block;
	}

	.mobClient .mobShow {
		width: 100%;
		padding: 0;
	}

	.imageCol .image-wrap {
		height: 360px;
	}

	.imageCol .image-wrap .imgHeight {
		height: 100%;
		object-fit: cover;
	}

	.your-business.mobPad {
		width: 100%;
	}

	.bgGrey {
		background: #f5f5f7;
	}

	.bgWhite {
		background: #fff;
	}

	.pad50mob {
		padding: 50px 0 !important;
	}

	.client-logo-wrap {
		height: auto;
	}

	.slider-arrow.slider-prev, .slider-arrow.slider-next {
		width: 50px;
		height: 50px;
		background: #d2d2d2;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		color: #fff;
		font-size: 22px;
		transition: all .3s ease;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		position: absolute;
		bottom: 0;
		cursor: pointer;
	}

	.slider-arrow.slider-prev {
		left: 40%;
		transform: translateX(-50%);
	}

	.slider-arrow.slider-next {
		right: 25%;
		transform: translateX(-50%);
	}

	.slider-arrow.slider-prev:hover, .slider-arrow.slider-next:hover {
		background: #9c0057;
		color: #fff;
	}

	.mobClient .owl-nav {
		display: flex;
		justify-content: center;
		margin-top: 35px;
	}

	.mobClient .owl-nav div {
		margin: 0 10px;
	}

	.map-content {
		margin-bottom: 0;
	}

	.your-testimonials, .your-testimonials .container {
		padding-right: 0;
	}

	.flexRev .row {
		flex-flow: column-reverse !important;
	}

	.header-button {
		display: none !important;
	}

	button.navbar-toggler.hembug {
		margin-right: 0;
	}

	.inner-banner.banner-section h1 {
		margin: 0;
	}

	.banner-section .container {
		max-height: 100%;
		justify-content: center;
	}

	.team-image-wrap {
		width: 100%;
	}

	.teamcontent-wrap {
		width: 100%;
		padding: 30px 0 0;
	}

	.team-wrap::after {
		display: none;
	}

	.team-wrap {
		padding: 0;
	}

	.teamWrap {
		padding-left: 0;
		padding-right: 0;
	}

	.teamWrap {
		background: #f0f0f0;
		padding-bottom: 0;
	}

	.teamWrap .row .col-lg-6:nth-child(even) {
		background: #f5f5f7;
		padding: 30px 20px;
	}

	.teamWrap .row .col-lg-6:nth-child(odd) {
		background: #f0f0f0;
		padding: 30px 20px;
	}

	.teamWrap .teamcontent-wrap br {
		display: none;
	}

	.team-image-wrap {
		height: 500px;
		overflow: hidden;
		border-radius: 20px;
	}

	.team-image-wrap img {
		height: 100%;
		object-fit: cover;
	}

	.teamWrap .teamcontent-wrap h2 {
		font-size: 30px;
	}

	.service-wrap {
		background: #f5f5f7;
	}

	#teamsecondRow img {
		margin: 0px;
		border-radius: 0;
	}

	#teamsecondRow .container.facts {
		padding: 0;
	}

	#teamsecondRow .facts-text {
		padding: 30px 15px 0 !important;
	}

	#teamsecondRow .mobShow {
		padding: 0 20px;
	}

	.mobClient .container, .caseStudypad {
		padding-right: 0 !important;
	}

	.ImgTop .facts-counter {
		display: none;
	}

	.ImgTop .imgMob {
		display: block;
	}

	.ImgTop {
		overflow: hidden;
	}

	.ImgTop .facts img.mobile-show {
		margin: 0px -20px 25px;
		border-radius: 30px;
	}

	.Your-online-success h3 {
		font-size: 24px;
	}

	.serviceArea .textCenter {
		text-align: center !important;
	}

	.serviceArea {
		padding-left: 0;
		padding-right: 0;
	}

	.serviceArea .image-wrap {
		display: none;
	}

	.serviceArea .map-direction {
		max-width: 100%;
	}

	.serviceArea .map-direction {
		max-width: 100%;
		margin: 0;
	}

	.serviceArea .col-lg-4 {
		padding: 0;
		margin-top: -10px;
	}

	.serviceArea .map iframe {
		height: 564px !important;
	}

	.serviceArea .title {
		display: none;
	}

	.serviceArea .location-wrap {
		display: flex;
		flex-flow: column-reverse;
	}

	.send-message h2 {
		font-size: 35px;
	}

	.inner-banner {
		height: 300px;
	}

	.sec-four .pb-70 {
		padding-bottom: 10px;
	}

	.videoMobFull {
		width: calc(100% + 30px);
		margin-left: -15px !important;
	}

	.overHid {
		overflow-x: hidden;
	}

	.btnHeading h3 {
		width: 100%;
		padding: 15px 10px;
		object-fit: contain;
		border-radius: 45px;
		box-shadow: 0 2px 9px 0 rgb(100 98 98 / 9%);
		background: #fff;
		font-size: 18px;
	}

	.advanced-stores.btnHeading h3 {
		background: #9c0057;
		color: #fff;
	}

	.articles-details h1 {
		font-size: 18px;
	}

	.partner_mobile .accordion-button::after {
		display: none;
	}

	.accordion.partner_mobile {
		padding: 0;
		border-radius: 0;
		box-shadow: none;
		background-color: transparent;
	}

	.partner_mobile .accordion-item:last-of-type {
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}

	.list-wrap ul li {
		font-size: 15px;
	}

	.video-wrapper.print-graphics.mobShow {
		box-shadow: none;
		padding: 0;
		width: 90%;
		margin: 0 auto 20px;
	}

	ul.unions-logo li:nth-child(2n) .union-logo-wrap {
		border-right: 0px !important;
	}

	ul.unions-logo li:nth-child(n) .union-logo-wrap {
		border-right: 1px solid #d4d4d4;
	}

	ul.unions-logo li {
		width: 50%;
	}

	.txtLeft .tab-contentBox p, .txtLeft  h2 {
		text-align: left;
	}

/*11.05.23 strat*/
.service-item-new .services-item-new-wrap {
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.service-item-new .services-item-new-wrap  h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.service-item-new .services-item-new-wrap .service-icon {
    margin-right: auto;
}

.sec-two .tab-contentBox .list-wrap ul li:after {
    left: 0;
    top: 6px;
    right: auto;
}
.sec-two .tab-contentBox .list-wrap ul li {
    padding-left: 29px;
    margin-top: 10px;
    padding-top: 0px;
}
.footer-section h6 {
    text-align: center;
}
.banner-section .container {
    align-items: center;
}
.location-one {
    width: 300px;
    padding: 30px 20px 30px 20px
}
.your-business .contact-details {
    padding: 30px 30px 30px;
}
/*11.05.23 End*/	
	
	
}/*=============     576 css end    =============*//*=============     480 css start  =============*/@media(max-width:480px) {
	.small-box {
		width: 100%;
	}

	.big-box {
		width: 100%;
	}

	.bottom-box {
		padding-top: 0px;
	}

	.service-item ul li a {
		font-size: 14px;
		padding: 10px;
	}

	.btn-learnmore {
		width: 100% !important;
		height: 56px !important;
		padding: 0 15px !important;
	}

	.tab-wrapper .card-body ul {
		width: 100%;
	}

	.list-wrap {
		flex-flow: column;
	}

	.connect-box {
		padding: 40px 25px 40px;
	}

	.online-common-secion .facts-counter img {
		width: 100%;
		border-radius: 30px;
		margin-right: 0;
		margin-top: 20px;
	}

	.team-image-wrap {
		width: 100%;
	}

	.teamcontent-wrap {
		width: 100%;
	}

	.team-wrap:after {
		width: 90%;
	}

	.teamcontent-wrap {
		padding-top: 25px;
		padding-left: 0;
	}

	.flex-container .text-center h1 {
		font-size: 7em;
	}

	.flex-container {
		padding: 5.5rem 20px;
	}

	.team-image-wrap {
		height: 300px;
	}
}/*=============    480 css end    =============*/@media(max-width:400px) {
	.icon-sec-wrap .iconbox {
		max-width: 100%;
	}
}

@media(max-width:390px) {
	.tab-wrapper h5 {
		width: 60%;
	}

	.connect-box {
		padding: 40px 20px 40px;
	}

	.btnHeading h3 {
		font-size: 13px;
	}
}/*=============     375 css start  =============*/@media(max-width:375px) {
	button.navbar-toggler.hembug {
		margin-left: auto;
		margin-right: 5px;
	}/*.header-button {    height: 44px;    width: 44px;}.phone {    width: 40px;    height: 40px;}*/	.header-sec.px-lg-5 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}

	.testimoniul-box {
		padding: 30px 20px 30px 20px;
	}
}/*=============     375 css end    =============*/.collapse .video-wrapper img {
	border-radius: 20px;
}

.navbar li#menu-item-766.nav-item .dropdown-menu li:first-child {
	padding-left: 0;
}

/*.navbar li#menu-item-766.nav-item .dropdown-menu li {
	padding-left: 20px;
}*/

body {
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Raleway', sans-serif;
}

p {
	font-family: 'Raleway', sans-serif;
}

.case-study .imgLogos {
	height: 40px !important;
	width: auto !important;
}


/* slider 1.11.2022 */

#custCarousel .carousel-indicators {
    position: static;
    margin-top:20px;
}

#custCarousel .carousel-indicators > li {
  width:100px;
}

 #custCarousel .carousel-indicators li img {
    display: block;
    opacity: 0.5;
 }

  #custCarousel .carousel-indicators li.active img {
    opacity: 1;
  }

  #custCarousel .carousel-indicators li:hover img {
    opacity: 0.75;
  }

  .carousel-item img{

    width:80%;
  }
#custCarousel .carousel-indicators a{
    cursor:pointer;
}
.maps .map{
    display:none;
    position:relative;
    width:100%;
}
.maps .map.show{
    display:block;
}
.maps .map img{
    width:100%;
}
.map-thumbs {
  display: none;
}
.maps{
    position:relative;
    width:100%;
    margin: 0 auto;
}
.map-thumbs ul{
    display:flex;
    align-items:center;
    justify-content:center;
}
.map-thumbs ul li{
    margin:0 7px;
}
.indus-section {
  background: #F5F5F7;
}
.part-two {
  background: #fff;
  box-shadow: 0 4px 18px 0 rgba(100, 98, 98, 0.09);
  padding: 20px 30px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  height:190px;
  /*height: 320px;*/
}
.lm{
  color: #000;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.28px;
  font-family: 'Spectral', serif;
  font-weight: bold;
}
.lm:hover {
  color: #9c0057;
}
.part-two h3 {
  font-size: 24px;
  color: #9c0057;
  text-align: left;
  line-height: 36px;
}
.part-two p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.32px;
  color: #000;
}
.section-cont h3 {
  font-size: 23px;
  color: #9c0057;
  text-align: left;
  line-height: 36px;
}
.section-cont p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.32px;
  color: #000;
}
.img-fluid.sml-ic {
  width: 100%;
}
.industries-details h2{
  font-size: 60px;
  text-align: left;
  margin-bottom: 0;
  color: #a90456;
}
.industries-details h3{
  font-size: 40px;
  text-align: left;
  color: #a90456;
}
.industries-details h4{
  font-size: 30px;
  text-align: left;
  color: #a90456;
}
.industries-details .articles-content-wrap {
  padding: 0px 20px;
}
.industries-details .article-wrapper {
  object-fit: contain;
  border-radius: 25px;
  box-shadow: none;
  background-color: transparent;
}
.industries-details ul{
  padding: 0;
  margin: 0;
}
.industries-details ul li{
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: 0.64px;
  text-align: left;
  color: #000;
  margin-bottom: 22px;
  position: relative;
  padding-left: 30px;
}
.industries-details ul li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 16px;
    height: 16px;
    border: 3px solid #fff;
    border-radius: 14px;
    background: #9c0057;
    box-shadow: 0 3px 3px 0 rgb(0 0 0 / 16%);
}
.industries-details ul.half {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}
.industries-details ul.half li{
  list-style: none;
  width: 48%;
}
.industries-details .articles-box {
    display: block;
}

@media (min-width: 991px){


}
@media (min-width: 767px){
.industries-details h2{
  font-size: 60px;
  text-align: left;
  margin-bottom: 0;
}
.industries-details h3{
  font-size: 40px;
  text-align: left;
}
.industries-details h4{
  font-size: 30px;
  text-align: left;
}
.industries-details ul li{
  font-size: 14px;
}
.industries-details ul.half li {
    width: 100%;
}
}
@media (max-width: 400px){
.industries-details h2{
  font-size: 30px !important;
  line-height: 1.3;
}
.industries-details h3{
  font-size: 28px !important;
  line-height: 1.3;
}
.industries-details h4{
  font-size: 24px !important;
  line-height: 1.3;
}
.header-sec .header-button {
    margin-right: 30px;
}
.after-hero-list li {
    width: 90%;
}
}

.ind li a {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-family: 'Spectral', serif;
  font-weight: bold;
}
.ind  .nav-link.active {
  color: #9c0057;
  border-color: #9c0057;
}
