@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.eot');
    src: url('../fonts/Roboto-Boldd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff'),
        url('../fonts/Roboto-Bold.ttf') format('truetype'),
        url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regulard41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto-Regular.ttf') format('truetype'),
        url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.eot');
    src: url('../fonts/Roboto-Lightd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Light.woff2') format('woff2'),
        url('../fonts/Roboto-Light.woff') format('woff'),
        url('../fonts/Roboto-Light.ttf') format('truetype'),
        url('../fonts/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
 @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,700&amp;display=swap');
/*  font-family: 'Playfair Display', serif;*/

body {
    font-family: 'Roboto';
}
.hdr {
    background:rgba(0,0,0,.5);
    padding: 10px 0;
	z-index: 3;
	top:0 !important;
	transition:all ease-in-out .3s;
}
/* .customnav a {
    color: #fff;
} */
.navbar-light .navbar-toggler-icon {
	background:url(../images/burgericon.svg);
}
.navbar {
    padding: 0;
}
.navbar .navbar-nav > li > a {
	color: #fff !important;
	transition: all ease-in-out .3s;
	padding:10px 30px !important;
	font-size:16px;
	position:relative;
	text-transform:uppercase;

}
.dropdown-item {
	color: #000;
	font-size: 14px;
}
.dropdown-item:focus, .dropdown-item:hover {
	color: #fff;
	text-decoration: none;
	background-color: #e0006c
}
.dropdown-menu {
	margin: 0;
}

@media only screen and (min-width:100px) and (max-width:991px) {
	.hdr {
		background: #000;
	}
	
}
@media only screen and (min-width:992px) and (max-width:3000px) {
	.navbar .nav-item:hover .dropdown-menu {
		display: block;
	}
}
.navbar-light .navbar-toggler {
    color: rgba(255,255,255,.5) !important;
border-color: #e0006c !important;
background: none;
}
.navbar-light .navbar-toggler:hover {
	background: #e0006c;
}
.navbar .navbar-nav > li:hover > a {
    color: #e0006c !important;
}
.navbar .navbar-nav > li.custcontact a {
    display: inline-block;
    padding: 10px 20px !important;
    color: #fff;
    background: #e0006c;
    text-align: center;
    border-radius: 30px;
    transition: all ease-in-out .3s;
}
.navbar .navbar-nav > li.custcontact a:hover, .navbar .navbar-nav > li.custcontact a:focus {
    background: #fff;
    color: #e0006c !important;
}
.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
	color: #e0006c !important;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 10px;
    padding-right: 10px;
}

.navbar-brand {
    margin-right: 40px;
}
.navbar-brand img {
    width:80px;
}
.custhdrRt {
    text-align: right;
    margin: 10px 0 0 0;
}
.custhdrRt a {
    display: inline-block;
    color: #e0006c;
    font-size:24px;
    text-decoration: none;

    
}
.custhdrRt a span {
    color: #fff;
    display: block;
    font-size: 18px;
}

.banner  {
	position: relative;
	width: 100%;
	z-index: 1;
	
}



.flexslider {}
/*===============================================FEATURED SLIDER and PAGE TITLE ===============================================*/
 /* Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
	margin: 0px auto;
	position: relative;
	zoom: 1;
	overflow: hidden;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.flexslider .slides {
	zoom: 1;
}
.carousel li {
	margin-right: 5px
}
.flexslider img {
	width: 100%;
	height: 100%;
}
/* Direction Nav */
.flex-direction-nav {
*height: 0;
}
.flex-direction-nav a {
	z-index: 5;
	width: 34px;
	height: 35px;
	margin: -20px 0 0;
	display: block;
	background: url(../images/slider/arrows.html) no-repeat bottom left;
	position: absolute;
	top: 50%;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
    background-size: contain !important;
}
.flex-direction-nav .flex-next {
    background: url(../images/rightArrow.png) no-repeat bottom left;
	background-position: bottom right;
	right: 0px;
}
.flex-direction-nav .flex-prev {
    
    background: url(../images/leftArrow.png) no-repeat bottom left;
	background-position: bottom left;
	left: 0px;
}
.flexslider:hover .flex-next {
	opacity: 0.8;
	right: 20px;
}
.flexslider:hover .flex-prev {
	opacity: 1;
	left: 20px;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: .3!important;
	filter: alpha(opacity=30);
	cursor: default;
}
#main .flex-direction-nav .flex-next {
	right: 20px;
}
#main .flex-direction-nav .flex-prev {
	left: 20px;
}
/* Control Nav */
.flex-control-nav {
	z-index: 5;
	width: 100%;
	position: absolute;
	bottom: 12px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 5px;
	display: inline-block;
	zoom: 1;
 *display: inline;
}
.flex-control-paging li a {
	width: 15px;
	height: 15px;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
    border: 2px solid #fff;
    border-radius: 50%;
}
.flex-control-paging li a:hover {
	background-position: 0px -48px;
}
.flex-control-paging li a.flex-active {
	background-position: 0px -2px;
	cursor: default;
    background: #e0006c;
}
body #main .flex-control-paging li a {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}
.gallery-anchor .flex-control-nav {
	bottom: 22px;
}
 @media screen and (max-width: 940px) {
.flex-direction-nav .flex-prev, .flex-direction-nav .flex-next {
	display: none !important;
}
}
/* Caption style */
.flex-caption .slider-container {
	position: absolute;
	top: 190px;
	z-index: 4;
	left: 100px;
}
.flexslider a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}
.lt-ie9 .flex-direction-nav .flex-prev {
	opacity: 1;
	left: 15px;
}
.lt-ie9 .flex-direction-nav .flex-next {
	opacity: 1;
	right: 15px;
}


.ourteam {
	background: #000;
	padding: 80px 0;
	text-align: center;
	position: relative;
	z-index: 2;
}
.custhead {
	margin: 0 0 40px 0;
	text-align: center;
}
.custhead h2 {
    margin: 0 0 0px 0;
    color:#fff;
	font-size: 42px;
	position: relative;
	text-transform: uppercase;
	font-family: 'Roboto';
	font-weight: 400;
}
.custCont .custhead h2 {
	color: #000;
}
.headicon img {
	width: 140px;
}
.custhead span {
    color: #e0006c;
}







/* .custhead h2:after {
	content: "";
	width: 80px;
	height: 3px;
	background: #fff;
	display: inline-block;
	position: absolute;
	left: 50%;
	bottom: 0;
}
.custhead h2:before {
	content: "";
	width: 20px;
	height: 20px;
	background: #fff;
	border:4px solid #e0006c;
	display: inline-block;
	position: absolute;
	left: 50%;
	bottom: 0;
	border-radius: 50%;	
	
} */

.teambox {
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
	border: 1px solid #000;
	transition: all ease-in-out .3s;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}
.teamboxImg  {
	width: 100%;
	float: left;
	overflow: hidden;
}
.teamboxImg img {
	width: 100%;
	height: 340px;
	object-fit: cover;
	transition: all ease-in-out .3s;
}
.teamboxcont {
	color: #fff;
	float: left;
	width: 100%;
	padding:10px 0;
	transition: all ease-in-out .3s;
	overflow: hidden;
	position: relative;
	z-index: 2;
	text-align: center;
}
.teamboxcont h3 {
	font-size: 20px;
	margin:0px 0 2px 0;

	font-family: 'Roboto';
	transition: all ease-in-out .3s;
	position: relative;

}
.teamboxcont h3 a {
	color: #fff;
	text-decoration: none;
}
.teamboxcont p {
	font-size: 13px;
	color: #fff;
	margin: 0;
	font-family: 'Roboto';
	position: relative;
	bottom: -20px;
	transition: all ease-in-out .3s;
}
.teambox > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: all ease-in-out .3s;
	color: #fff;
	font-size: 0;
	align-items: center;
	justify-content: center;
	display: flex;
	text-decoration: none;

}
.teambox:hover > a {
	background:rgba(224,0,108,.5);
	font-size: 50px;
}
.teambox:hover .teamboxcont {
	background: #e0006c;
	height: auto;
	transition: all ease-in-out .3s;
}
.teambox:hover .teamboxcont h3 {
	bottom: 0;
}
.teambox:hover .teamboxcont p {
	bottom: 0;
}
.teambox:hover .teamboxImg img {
	transform: scale(1.1);
}
.teambox:hover {
	border-color: #fff;
}
.customBtnrow {
margin: 20px 0 20px 0;
}
.custombtn {
	display: inline-block;
	padding: 10px 40px !important;
	color: #fff;
	background: #e0006c;
	text-align: center;
	border-radius: 30px;
	transition: all ease-in-out .3s;
	font-family: 'Roboto';
	font-weight: 600;
	border: 3px solid #e0006c;
}
.custombtn:hover , .custombtn:focus {
	color:#e0006c;
	text-decoration: none;
	background: #fff;
}



.custCont {
	background: #fff;
	padding: 80px 0;
	text-align: center;
	position: relative;
	z-index: 2;
}
.custCont:after {
	width: 495px;
	height: 100%;
	content: "";
	background: url(../images/rt.png);
	background-size:contain;
	background-repeat: no-repeat;
	background-position: bottom;
	position: absolute;
	bottom:0;
	right: 0;
	z-index: -1;
}
.custCont:before {
	width: 355px;
	height: 100%;
	content: "";
	background: url(../images/lft.png);
	background-size:contain;
	background-repeat: no-repeat;
	background-position: bottom;
	position: absolute;
	top:0;
	left: 0;
	z-index: -1;
	
}
.custContTxt {
	width: 100%;
	float: left;
	margin: 0 0 40px 0;
	background: #eee;
	padding: 0;
}
.custContTxt h3 {
	color: #fff;
	font-weight: 300;
	font-family: 'Roboto';
	font-size: 22px;
	margin: 0 0 20px 0;
	padding: 15px 10px;
	background: #000;
}
.custContTxt p {
	font-size: 15px;
	line-height: 26px;
	color: #000;
	font-family: 'Roboto';
	padding: 10px;
	text-align: justify;
}


.escorts {
	background: #131313;
	width: 100%;
	float: left;
	z-index: -1;
	position: relative;
}
.escortsbg {
	width: 50%;
	float: left;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	background-size: 100% !important;
	background-position: bottom center !important;
	
}
.escortsbgrespo img {
	display: none;
	width: 100%;
	margin: 0 0 20px 0;
}
.escortsbg img {
	width: 100%;
	float: left;
}
.escortsContmain {
	width: 100%;
	float: left;
	padding: 80px 0 80px 40px;
}
.escortsCont h3 {
	color: #fff;
	font-weight: 300;
	font-family: 'Roboto';
	font-size: 32px;
	margin: 0 0 20px 0;
	
}
.escortsCont p {
	color: #fff;
	font-family: 'Roboto';
	font-weight: normal;
	font-size: 15px;
	line-height: 26px;
}

.ourServices {
	width: 100%;
	float: left;
	position: relative;
	z-index: 2;
	background: #000;
	padding: 80px 0;
	text-align: center;
}

.ftr {
	width: 100%;
	background: #fff;
	padding: 30px 0 30px 0;
	text-align: center;
	float: left;
	position: relative;
}
.custcopyright p {
	margin: 0;
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 14px;
}



#toTopBtn {
    position: fixed;
    bottom:66px;
    right: 39px;
    z-index: 98;
    padding: 21px;
	border-radius: 3px;
    background-color:#e0006c;
}

.js .cd-top--fade-out {
    opacity: .5
}

.js .cd-top--is-visible {
    visibility: visible;
    opacity: 1
}

.js .cd-top {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s, visibility .3s, background-color .3s
}

.cd-top {
    position: fixed;
	z-index: 4;
    bottom: 20px;
    bottom: var(--cd-back-to-top-margin);
    right: 20px;
    right: var(--cd-back-to-top-margin);
    display: inline-block;
    height: 40px;
    height: var(--cd-back-to-top-size);
    width: 40px;
    width: var(--cd-back-to-top-size);
    box-shadow: 0 0 10px rgba(0, 0, 0, .05) !important;
    background: url(../images/cd-top-arrow.svg) no-repeat center 50%;
    background-color:#e0006c;
}




/**************header animation *************/
.headerfixed {
	position:fixed;
	z-index:9;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: top 500ms ease;
	-moz-transition: top 500ms ease;
	-o-transition: top 500ms ease;
	transition: top 500ms ease;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}
.scrollActive .headerfixed {
	box-shadow: 0 0 10px 0 rgba(255,255,255, 0.3);
	border-bottom: 1px solid #eee;
	background:#000;
}
.scrollActive .headerfixed {
	position: fixed;
}


.modal-dialog {
	max-width:900px;
}

.modal-backdrop.show {
	opacity: .9;
}
.close {
	font-size: 2.5rem;
	position: absolute;
	top: 0;
	right: 10px;
	z-index: 3;
	color: #e0006c;
	text-shadow: none;
	opacity: 1;
}
.close:hover {
	color: #000;
}
.popImg {
	width: 100%;
	margin: 0 0 20px 0;
}
.popImg img {
	width: 100%;
}
.popCont h2 {
	font-weight: normal;
	font-family: 'Roboto';
	font-size: clamp(45px,5vw,18px);
	text-transform: uppercase;
}
.popCont p {
	font-size: 15px;
	line-height: 26px;
	font-weight: normal;
}
.popCont ul {
	margin: 0 0 10px 0;
	padding: 0 0 0 0px;
}
.popCont ul li {
	list-style: none;
	font-family: 'Roboto';
	font-weight: 400;
	display: inline-block;
	margin:  0 10px 0 0;
}
.popCont ul li i {
	color: #e0006c;
}
.ourSerCont {
	width:100%;
	float: left;
	padding: 10px 0;
	position: absolute;
	bottom: -120px;
	z-index: 1;
	background: rgba(224,0,108,.8);
	transition: all ease-in-out .3s;
}
.ourSerCont h3 {
	color: #fff;
	font-size: 18px;
	line-height: normal;
	font-family: 'Roboto';
	font-weight: 400;
	margin: 0 0 5px 0;
}
.ourSerCont p {
	color: #fff;
	font-size: 13px;
	line-height: 18px;
	font-family: 'Roboto';
	font-weight: 400;
	margin: 0;
}
.ourSerCont p span {
	display: block;
}
.ourSerphoto {
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
}

.ourSerphoto:hover .ourSerCont {
	bottom: 0;
}
.ourSerphoto a {
position: absolute;
top: 0;
left: 0;
width:100%;
height: 100%;
z-index: 2;
}

.inrbnr {
	background-size:cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-attachment: fixed !important;
	text-align: center;
	position: relative;
	width: 100%;
	z-index: 3;
}
/* .inrbnr:after {
	position: absolute;
	content: "";
	width:100%;
	left: 0;
	top:0;
	height: 100%;
	background: rgba(224,0,108,.4);
} */
.inrbnrmain {
	position: relative;
	z-index: 2;
	padding: 100px 0;
	width: 100%;
	float: left;
}

.inrbnrmain h1 {
	color: #fff;
	font-weight: 400;
	font-family: 'Roboto';
	font-size: 55px;
}
.inrbnrmain ul {
	padding: 0;
	margin: 0;

}
.inrbnrmain ul li {
	list-style: none;
	color: #fff;
	display: inline-block;
}
.inrbnrmain ul li a {
	font-weight: bold;
	color: #fff;
	position: relative;
	text-decoration: none;
}
.inrbnrmain ul li a:after {
	content: "\f101";
	font-family: "FontAwesome";
	font-size: 14px;
	color: #fff;
	margin: 0 5px;
	font-weight: normal;
}


.custprlx {
	width: 100%;
	background-repeat:no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
	background-attachment: fixed !important;
}
.custprlxmain {
	display: flex;
	align-items: center;
	justify-content: center;
	direction: wrap;

}
.custprlxmain h2 {
	font-size: 80px;
	text-transform: capitalize;
	color: #fff;
}
.custprlxmain a  {
	
}

#accordion .card-header {
	padding: 0;
	border: none;
}
#accordion .card-header a{
	padding: 20px 40px 20px 40px;
	display: inline-block;
	width: 100%;
	background: #000;
	color: #fff;
	text-align: left;
	position: relative;
	font-size: 20px;
	transition: all ease-in-out .3s;
}
#accordion .card-header a:hover {
	background: #e0006c;
}
#accordion .card-header a:after {
	content: "\f107";
	color: #fff;
	font-family: "FontAwesome";
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -20px;
	font-size: 25px;
}

.card-body {
    font-size: 15px;
    line-height: 26px;
    color: #000;
    font-family: 'Roboto';
    padding: 40px;
    text-align: justify;
}




/************ snowflake  ***********/

.snowflake {
	color : #ecf1cd;
	font-size : 1em;
	font-family : Arial, sans-serif;
	text-shadow : 0 0 5px #000;
	}
	@keyframes snowflakes-fall {
	0% {
	top : -10%;
	}
	100% {
	top : 100%;
	}
	}
	@keyframes snowflakes-shake {
	0%, 100% {
	transform : translateX(0);
	transform : translateX(0);
	}
	50% {
	transform : translateX(80px);
	transform : translateX(80px);
	}
	}
	@keyframes snowflakes-fall {
	0% {
	top : -10%;
	}
	100% {
	top : 100%;
	}
	}
	@keyframes snowflakes-shake {
	0%, 100% {
	transform : translateX(0);
	}
	50% {
	transform : translateX(80px);
	}
	}
	.snowflake {
	position : fixed;
	top : -10%;
	z-index : 9999;
	cursor : default;
	animation-name : snowflakes-fall, snowflakes-shake;
	animation-duration : 10s, 3s;
	animation-timing-function : linear, ease-in-out;
	animation-iteration-count : infinite, infinite;
	animation-play-state : running, running;
	animation-name : snowflakes-fall, snowflakes-shake;
	animation-duration : 10s, 3s;
	animation-timing-function : linear, ease-in-out;
	animation-iteration-count : infinite, infinite;
	animation-play-state : running, running;
	}
	.snowflake:nth-of-type(0) {
	left : 1%;
	animation-delay : 0s, 0s;
	animation-delay : 0s, 0s;
	}
	.snowflake:nth-of-type(1) {
	left : 10%;
	animation-delay : 1s, 1s;
	animation-delay : 1s, 1s;
	}
	.snowflake:nth-of-type(2) {
	left : 20%;
	animation-delay : 6s, 0.5s;
	animation-delay : 6s, 0.5s;
	}
	.snowflake:nth-of-type(3) {
	left : 30%;
	animation-delay : 4s, 2s;
	animation-delay : 4s, 2s;
	}
	.snowflake:nth-of-type(4) {
	left : 40%;
	animation-delay : 2s, 2s;
	animation-delay : 2s, 2s;
	}
	.snowflake:nth-of-type(5) {
	left : 50%;
	animation-delay : 8s, 3s;
	animation-delay : 8s, 3s;
	}
	.snowflake:nth-of-type(6) {
	left : 60%;
	animation-delay : 6s, 2s;
	animation-delay : 6s, 2s;
	}
	.snowflake:nth-of-type(7) {
	left : 70%;
	animation-delay : 2.5s, 1s;
	animation-delay : 2.5s, 1s;
	}
	.snowflake:nth-of-type(8) {
	left : 80%;
	animation-delay : 1s, 0s;
	animation-delay : 1s, 0s;
	}
	.snowflake:nth-of-type(9) {
	left : 90%;
	animation-delay : 3s, 1.5s;
	animation-delay : 3s, 1.5s;
	}
	.snowflake:nth-of-type(10) {
	left : 25%;
	animation-delay : 2s, 0s;
	animation-delay : 2s, 0s;
	}
	.snowflake:nth-of-type(11) {
	left : 65%;
	animation-delay : 4s, 2.5s;
	animation-delay : 4s, 2.5s;
	}

	
	.ourvides {
		padding: 80px 0;
		position: relative;
	}
	

	.ourvides .custhead h2 {
		color: #000;
	}
	.custvideobox {
		width: 100%;
		float: left;
        margin: 0 0 20px 0;
	}
	.custvideobox iframe {
		width: 100%;
		height: 250px;
		border: 2px solid #000;
		padding: 5px;
		border-radius: 5px;
	}

	.custpricecol {
		width: 100%;
		float: left;
	}
	.custpricecol table thead {

	}
	.custpricecol table tbody .tbl_hd {
		display: none;
	}



	.formRowitem {
		display: block;
		width: 100%;
	   position: relative;
		 margin:0 0 10px 0;
	  }
	  
	  .formRowinput {
		position: relative;
		padding: 15px 0px 11px !important;
		width: 100%;
		outline: none;
		border: none !important;
		border-bottom: 1px solid #ddd !important;
		border-radius: 4px;
		color: #fff;
		letter-spacing: 0.2px;
		font-weight: 400;
		font-size: 14px;
		resize: none;
		transition: all 0.2s ease;
		border-radius: 0 !important;
		background:none;
	  }
	
	  .wpcf7-form-control-wrap {
		position: relative;
		width: 100%;
		display: inline-block;
	}
	
	.wpcf7-form-control-wrap:before, .wpcf7-form-control-wrap:after {
		content: '';
		height: 2px;
		width: 0;
		bottom: 0px;
		position: absolute;
		background: #e0006c;
		transition: .2s ease all;
		z-index: 99;
	}
	.wpcf7-form-control-wrap:before {
		left: 50%
	}
	.wpcf7-form-control-wrap:after {
		right: 50%
	}
	.js-inputWrapper.active .wpcf7-form-control-wrap:before, .js-inputWrapper.active .wpcf7-form-control-wrap:after, .datainput textarea:focus~.js-inputWrapper:before, .datainput textarea:focus~.js-inputWrapper:after {
		width: 50%
	}
	
	  .formRowitem .wpcf7-textarea {
		height: 100px !important;
	  }
	  .formRowitem .wpcf7-textarea + .placeholder {
		top: 20px !important;
	  }
	  .formRowitem .active .wpcf7-textarea + .placeholder {
		top: -5px !important;
	  }
	  .formRowitem label {
		position: relative;
		display: block;
		width: 100%;
	  }
	  .formRowitem label.active .placeholder {
		top: -5px;
		
		color: #e0006c;
		text-transform: uppercase;
		letter-spacing: 0.8px;
		font-size: 11px;
		line-height: 14px;
		transform: translateY(0);
	  }
	  .formRowitem label .wpcf7-not-valid + span {
		  transform: translateY(-93%);
	  }
	  .formRowitem label.active .formRowinput:not(:focus):not(:hover) ~ .placeholder {
		color: #2D6BA4;
	  }
	  .formRowitem label .formRowinput:focus, .formRowitem label .formRowinput:hover {
		border-color: #2D6BA4;
	  }
	  .formRowinput::-webkit-input-placeholder { /* Chrome/Opera/Safari */
		color: #fff;
		opacity: 1 !important;
	  }
	  .formRowinput::-moz-placeholder { /* Firefox 19+ */
		color: #fff;
		opacity: 1 !important;
	  }
	  .formRowinput:-ms-input-placeholder { /* IE 10+ */
		color: #fff;
		opacity: 1 !important;
	  }
	  .formRowinput:-moz-placeholder { /* Firefox 18- */
		color: #fff;
		opacity: 1 !important;
	  }
	  .placeholder {
		position: absolute;
		top: 50%;
		left: 0px;
		display: block;
		padding: 0 0px;
		color: #fff;
		white-space: nowrap;
		letter-spacing: 0.2px;
		font-weight: normal;
		font-size: 14px;
		font-family: "Poppins", Sans-serif !important;
		transition: all, 0.2s;
		transform: translateY(-50%);
		pointer-events: none;
		-webkit-user-select: none;
		   -moz-user-select: none;
			-ms-user-select: none;
				user-select: none;
	  }
	  .custbtnSubmit {
		font-size: 15px;
		line-height: normal !important;
		font-weight: 600 !important;
		color: #fff !important;
		background: #2D6BA4 !important;
		height: auto;
		position: relative;
		transition: 0.3s;
		text-transform: uppercase;
		border-radius: 0 !important;
		font-family: "Poppins", Sans-serif !important;
		padding: 12px 40px !important;
		outline: none;
	  }
	  .custbtnSubmit:hover , .custbtnSubmit:focus {
		  background: #000 !important;
		  color: #fff !important;
	  }
	  .contact__form .wpcf7 form.invalid .wpcf7-response-output, .contact__form .wpcf7 form.sent .wpcf7-response-output , .contact__form .wpcf7 form.sent .wpcf7-response-output {
		  line-height: normal !important;
		  font-size: 13px !important;
		  padding: 8px !important;
	  }
	  .wpcf7-not-valid-tip {
		  font-size: 13px !important;
	  }
	  
	  
	  
	  /************** New  ***************/
	  
	.bnr {
		width:100%;
		display:inline-block;
		position:relative;		
	}
	
	.bnr video {
		width:100%;
		float:left;
	}
	.bnrTop {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		z-index:2;
	}
	.bnrTop svg {
		width:100%;
		left:0;
		top:0;
	}
	.bnrBtm {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
		position:absolute;
		bottom:0;
		left:0;
		width:100%;
		z-index:2;
	}
	.bnrBtm svg {
		display: block;
		width: calc(100% + 1.3px);
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
}
.shape-fill {
	fill:#e0006c;
}

.bnrCont {
	position:absolute;
	top:50%;
	left:50%;
	width:100%;
	text-align:center;
	transform:translate(-50%,-50%);
}
.bnrCont h1 {
	font-size:200px;
	font-family: 'Roboto';
	font-weight:bold;
	letter-spacing:4px;
	margin:0 auto;
	max-width:1400px;
	text-align:center;
	color:#fff;
	 text-shadow:
    0px 3px 0 #e0006c,     
   -3px -3px 0 #e0006c,  
    3px -3px 0 #e0006c,
   -3px  3px 0 #e0006c,
    3px  3px 0 #e0006c;
}
.bnrCont h1 span {
	font-size:100px;
	display:block;
	padding-left: 230px;
	line-height: 20px;
}
.navbar-collapse {
	justify-content: right;
}

.custOurPremium {
	width:100%;
	background:#000;
	padding:80px 0;
	background:url(../images/bg-testimonials.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:cover;
}

.custOurPrebox {
	width:25%;
	float:left;
	display:inline-block;
	padding:30px;
	background:linear-gradient(180deg, #3E3E3E 0%, #000000 100%);
}
.custOurPrebox2 {
	background:linear-gradient(180deg, #e0006c 0%, #790031 100%);
}
.custOurPrebox2 .bookNowbtn a:hover {
	background:#000;
	color:#fff;
}
.custOurPreboxImg {
	width:100%;
	height:260px;
	position:relative;
	overflow:hidden;
	margin:0 0 20px 0;
	border-radius:20px;
}
.custOurPreboxImg video {
	width:100%;
	-o-object-fit: cover;
	-moz-object-fit: cover;
	-ms-object-fit: cover;
	-webkit-object-fit: cover;
	object-fit: cover;
	max-width: 100%;
	width: 100%;
	margin: 0;
	line-height: 1;
	border: none;
	position:absolute;
	height:120%;
}
.custOurPreboxCont {
	width:100%;
	text-align:center;
}
.custOurPreboxCont h3 {
	color:#fff;
	font-size: 24px;
	text-transform:uppercase;
	font-weight: normal;
	margin:0 0 20px 0;
	font-family: 'Roboto';
	position:relative;
	overflow:hidden;
}
/*.custOurPreboxCont h3:after {
	content:"";
	width:20%;
	height:2px;
	background:#fff;
	position:absolute;
	right:0;
	top:50%;
}
.custOurPreboxCont h3:before {
	content:"";
	width:20%;
	height:2px;
	background:#fff;
	position:absolute;
	left:0;
	top:50%;
}*/
.custOurPreboxCont p {
	text-align: center;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 300;
	font-family: 'Roboto';
}
.bookNowbtn a {
	display:inline-block;
	font-size: 18px;
	padding: 15px 40px;
	text-transform: uppercase;
	font-weight:500;
	border-radius:50px;
	background:#e0006c;
	color:#fff;
	text-decoration:none;
	transition:all ease-in-out .3s;
}
.bookNowbtn a:hover {
	background:#fe2990;
	color:#fff;
}

.feminility {
	width:100%;
	padding:250px 0 150px 0;
	background-attachment:fixed;
	background-size:cover;
	background-position:center;
	position:relative;
	background: url(../images/pad.png);
}
.feminilitymain {
	width:100%;
	padding:0px 60px;
	background:linear-gradient(180deg, #FF4D95 0%, #790031 100%);
	border-radius:30px 30px 30px 30px;
	display:flex;
	justify-content: center;
	align-items: end;
	
}
.feminilitymainLft {
	width:50%;
	padding:100px 0;
	
}
.feminilitymainLft h2 {
	color:#fff;
	font-size:50px;
    font-family: 'Playfair Display', serif;
}
.feminilitymainLft p {
	font-size:15px;
	line-height:26px;
	color:#fff;
}
.feminilitymainRt {
	width:50%;
	text-align:	right;
}
.feminilitymainRt img {
	width:100%;
	margin:20px 0 0 0;
}
.withus {
	background:url(../images/dainis.jpg);
	padding:80px 0;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	position:relative;
}
.withus:after {
	content:"";
	width:100%;
	height:100%;
	background:rgba(0,0,0,.8);
	position:absolute;
	top:0;
	left:0;
}
.withus .container {
	position:relative;
	z-index:2;
}
.withusbox  {
	text-align:center;
}
.withusbox h3 {
	color:#e0006c;
	font-size:26px;
}
.withusbox p {
	color:#fff;
	font-size:15px;
	line-height:26px;
}
.withusbox svg{
	width:80px;
	height:80px;
	fill: #FF4D95;
	color: #FF4D95;
	border-color: #FF4D95;
	border: 2px solid #fff;
	padding: 10px;
	border-radius: 50%;
	margin: 0 0 30px 0;
}
.custhead p {
	color:#fff;
	font-size:15px;
	line-height:26px;
}

.chooseyour {
	width:100%;
	background:url(../images/pexelsw.jpg);
	background-attachment:fixed;
	background-size:100%;
	background-position:top center;
	background-size:cover;
	position:relative;
	padding:80px 0;
}

.chooseyour:after {
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:rgba(0,0,0,.8);
}
.chooseyour .container {
	position:relative;
	z-index:2;
}
.chooseyourbox {
	width:100%;
	float:left;
	margin:0 0 40px 0;
}
.chooseyourboxImg {
	width:100%;
	float:left;
	height:260px;
	overflow:hidden;
}

.chooseyourboxImg img {
	width:100%;
	height:260px;
	object-fit: cover;
	object-position: top;
	transition: all ease-in-out .3s;
}
.chooseyourboxCont {
	width:100%;
	float:left;
	background:#e0006c;
	padding:15px;
	text-align:center;
}
.chooseyourboxCont h3 {
	color:#fff;
	text-align:center;
	font-size:24px;
	text-transform:uppercase;
}
.chooseyourboxCont ul {
	padding:0;
	margin:0;
}
.chooseyourboxCont ul li {
	list-style:none;
	width:100%;
	text-align:left;
	color:#fff;
	padding:5px 0;
	border-top:1px solid rgba(255,255,255,.5);
	font-size:15px;
	
}
.chooseyourboxCont ul li:last-child {
	border-bottom:1px solid rgba(255,255,255,.5);
}
.chooseyourboxCont ul li span {
	float:right;
}

.chooseyourbox:hover .chooseyourboxImg img  {
	transform: scale(1.1);
}
.chooseyourboxCont .bookNowbtn a {
	margin:20px 0 0 0;
	background:#000;
	font-size:14px;
	text-transform:uppercase;
}
.chooseyourboxCont .bookNowbtn a:hover {
	background:#fff;
	color:#e0006c;
}

/*
.feminility:after {
	width: 300px;
	height: 100%;
	content: "";
	background: url(../images/rt.png);
	background-size:contain;
	background-repeat: no-repeat;
	background-position: bottom;
	position: absolute;
	bottom:0;
	right: 0;
	z-index: 1;
}
.feminility:before {
	width: 220px;
	height: 100%;
	content: "";
	background: url(../images/lft.png);
	background-size:contain;
	background-repeat: no-repeat;
	background-position: bottom;
	position: absolute;
	top:0;
	left: 0;
	z-index: 1;
	
}*/

.custContenttxt {
	background:#000;
	background-size:cover;
	padding:80px 0;
	
}
.custContenttxt h2 {
	font-size:33px;
	color:#fff;
	margin:0 0 10px 0;
}

.custContenttxt p {
	color:#fff;
	line-height:26px;
	margin:0 0 30px 0;
	text-align:justify;
	
}

.custContenttxtmain {
	/* background:#000; */
	border:4px solid #fff;
	border-radius:30px;
	padding:40px;
	position: relative;
	z-index: 2;
}

.custContenttxtmainIcon {
	text-align:center;
	margin:20px 0 20px 0;
}
.custContenttxtmainIcon img {
	max-width:450px;
	width:100%;
}
.custContenttxtmain h2 , .custContenttxtmain p {
	color:#fff;
}
.custInerBnr {
	width:100%;
	float:left;
	min-height:470px;
	background-size:cover !important;
	background-repeat:no-repeat !important;
	background-position:center !important; 
	position:relative;
}
.custInerBnr h1 {
	position:absolute;
	bottom:180px;
	left:0;
	width:100%;
	text-align:center;
	font-size: 70px;
	font-family: 'Roboto';
	font-weight: bold;
	letter-spacing: 4px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	text-shadow: 0px 3px 0 #e0006c, -3px -3px 0 #e0006c, 3px -3px 0 #e0006c, -3px 3px 0 #e0006c, 3px 3px 0 #e0006c;
}
.custInerBnr img {
	width:100%;
}
.bnr , .custOurPremium , .feminility , .withus , .chooseyour , .custContenttxt  {
	width:100%;
	float:left;
}

.ftrUp {
	width:100%;
	float:left;
	background-size:cover !important;
	background-repeat:no-repeat !important;
	background-position:center !important; 
}

.ftrUpmain {
	width:100%;
	float:left;
	padding:150px 200px 150px 100px;
	text-align:right;
	
}

.ftrUpmain h2 {
	color:#fff;
	font-size:80px;
}
.ftrUpmain h2 a {
	color:#fff;
}

.ftrUpmain p {
	font-size:46px;
	color:#e0006c;
}

/*.innerpg {
	background:#fff;
}
.innerpg:after {
	display:none;
}
.innerpg .custhead h2 {
	color:#000;
}
.innerpg .custhead p{
	color:#000;
}*/
.detailsBox {
	position:relative;
	width:100%;
	float:left;
	margin-top:50px;
}
.detailsBoxmain {
	width:100%;
	float:left;
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.13);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 80px 30px 80px 30px;
	background:#000;
	border:30px solid #fff;
	border-radius:5px;
	position:relative;
	margin-bottom:40px;
}

.dtlBigIm {
	width:100%;
	float:left;
	margin:0 0 20px 0;
}
.dtlBigIm img {
	width:100%;
	border:5px solid #e0006c;
	float:left;
}
.dtlSlider .ourSerphoto img {
	width:220px;
	height:280px;
	border:5px solid #e0006c;
	object-fit:cover;
}
.dtlSlider {
	width:100%;
	float:left;
	padding:0 45px;
}
.detailsBoxmainBg {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center center !important;
	opacity: 0.2;
}

.detailsRt h3 {
	color:#fff;
	font-size:50px;
}
.detailsRt h3 a {
	color:#fff;
}
.detailsRt h3 i {
	color:#43C532;
}
.detailsRt h2 {
	color:#e0006c;
	font-size:40px;
	margin:15px 0 30px 0;
}
.detailsRt ul {
	padding:0;
	margin:0;
}
.detailsRt p ,  .detailsRt ul li {
	color:#fff;
	font-size:15px;
	line-height:26px;
	list-style:none;s
}
.detailsRt ul li i {
	color:#e0006c;
}

.detailsBoxmain .custContenttxtmain {
	border:none;
	padding:0;
	border-radius:0;
}

.pricelist table {
	background: rgba(224,0,108,.8);
	color: #fff;
}

.custGallery {
	width: 100%;
	float: left;
	position: relative;
	padding: 100px 0;
}

/************ lightbox  ***********/
/* Preload images */
body:after {
	content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
	display: none;
  }
  
  .lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: black;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	display: none;
  }
  
  .lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-weight: normal;
  }
  
  .lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
  }
  
  .lightbox a img {
	border: none;
  }
  
  .lb-outerContainer {
	position: relative;
	background-color: white;
	*zoom: 1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
  }
  
  .lb-outerContainer:after {
	content: "";
	display: table;
	clear: both;
  }
  
  .lb-container {
	padding: 4px;
  }
  
  .lb-loader {
	position: absolute;
	top: 43%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
  }
  
  .lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url(../img/loading.gif) no-repeat;
  }
  
  .lb-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
  }
  
  .lb-container > .nav {
	left: 0;
  }
  
  .lb-nav a {
	outline: none;
	background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
  }
  
  .lb-prev, .lb-next {
	height: 100%;
	cursor: pointer;
	display: block;
  }
  
  .lb-nav a.lb-prev {
	width: 34%;
	left: 0;
	float: left;
	background: url(../img/prev.png) left 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
  }
  
  .lb-nav a.lb-prev:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
  }
  
  .lb-nav a.lb-next {
	width: 64%;
	right: 0;
	float: right;
	background: url(../img/next.png) right 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
  }
  
  .lb-nav a.lb-next:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
  }
  
  .lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	*zoom: 1;
	width: 100%;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
  }
  
  .lb-dataContainer:after {
	content: "";
	display: table;
	clear: both;
  }
  
  .lb-data {
	padding: 0 4px;
	color: #ccc;
  }
  
  .lb-data .lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em;
  }
  
  .lb-data .lb-caption {
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
  }
  
  .lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px;
	color: #999999;
  }
  
  .lb-data .lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: url(../img/close.png) top right no-repeat;
	text-align: right;
	outline: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
  }
  
  .lb-data .lb-close:hover {
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
  }
 .image-set {
	 width: 100%;
	 float: left;
 }
 .image-set a {
	 display: inline-block;
	 width: 20%;
	 margin: 40px 2% 60px 2%;
	 float: left;
	 
 }
 .image-set a img {
	 width: 100%;
	 height: 300px;
	 object-fit: cover;
	 object-position: top center;
	 border: 4px solid #fff;
	 box-shadow:#e0006c 20px 20px 0px;
 }
 .example-image-link span {
	color: #fff;
	font-size: 26px;
	width: 100%;
	text-align: center;
	display: inline-block;
	margin: 25px 0 0 0;
	text-transform: uppercase;
 }
  /********* light box **********/



  .contactpg .detailsBoxmain {
	  position: relative;
  }
  /* .contactpg::before {
    width: 355px;
    height: 75%;
    content: "";
    background: url(../images/lft.png);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-size: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    bottom: 0;
    left: 0;
	opacity: 1;
}
.contactpg::after {
    width: 495px;
    height: 80%;
    content: "";
    background: url(../images/rt.png);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-size: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    bottom: 0;
    right: 0;
	z-index: 1;
} */

.contactpg .detailsBoxmainBg {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position:  center !important;
}


.contactformlft {
	width: 90%;
	float: left;
	
}
.contactformlft h2 {
	color: #fff;
	font-weight: bold;
	font-size: 70px;
}
.contactformlft p {
	color: #fff;
	line-height: 26px;
}
.contactformlft p a {
	margin: 30px 0 0 0;
	display: inline-block;
}
.contactformlft a {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	color:#fff !important;
}
.contactformlft a i {
	color:#e0006c;
}
.contactformlft a:hover{
	text-decoration: none;
}
.custInerBnr .bnrTop {
	position: absolute;
	top: 100%;
	z-index: -1;
}
.bnrTop {}

.loactionsec {
	width: 100%;
	float: left;
	padding: 50px 0;
	background: #fff;
}
.loactionsecList ul {
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	grid-auto-rows: minmax(100px, auto);
}
.loactionsecList ul li {
	list-style: none;
}
.loactionsecList ul li a {
	display: inline-block;
	padding: 15px 40px;
	background: #000;
	border: 2px solid #e0006c;
	color: #e0006c;
	width: 100%;
	text-align:center;
	font-size: 20px;
	border-radius: 30px 0 30px 0;
	transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	
}
.loactionsecList ul li a:before {
	content: "";
	width: 100%;
	height: 40px;
	background: url(../images/icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display:block;
	vertical-align: middle;
	
	
}
.loactionsecList ul li a:hover ,.loactionsecList ul li a:hover {
	text-decoration: none;
	border-radius: 0px 30px 0px 30px;
	background: #e0006c;
	color: #fff;
}

.teamboxcont h3 a {
	color: #000;
}

.loactionsec .custhead h2 {
color: #000;
}



/*********** socialicon right Side *******/
.custsticySocial{
	padding: 0px;
	margin: 0px;
	position: fixed;
	right: 10px;
	bottom: 150px;
	width: auto;
	z-index:999999;
}
.custsticySocial img.closeicon {
    position: absolute;
    left: 0;
	top:0;
	display:none;
}
.open img.closeicon {
    display: block;
}
.custsticySocial .dropdown-toggle {
	border:none !important;
	background:none !important;
}
.custsticySocial .dropdown-toggle.dropdown-toggle-split {
    background: none;
    box-shadow: none;
	padding:0;
	border:none !important;
     cursor: pointer;
	 outline:none;
	 box-shadow:none !important;
}
.custsticySocial .dropdown-toggle.dropdown-toggle-split:focus {
	outline:none;
	border:none !important;
}
.custsticySocial .dropdown-toggle.dropdown-toggle-split:after {
	display:none;
}
.custsticySocial .dropdown-menu {
   padding: 0;
    margin: 0 0 5px 0;
    background: none !important;
    width: auto;
    min-width: auto;
    border: none;
    box-shadow: none;
    display:none;
    position: absolute;
    bottom: 60px;
}

.btn-group.dropup.open .dropdown-menu{
    display:block;
}
.custsticySocial .dropdown-menu ul {
    padding: 0;
    margin: 0;
}
.custsticySocial .dropdown-menu ul li{
	list-style:none;
	margin-bottom:4px;
}

/*************/
a[data-tooltip] {
	position: relative;
}
a[data-tooltip]::before, a[data-tooltip]::after {
	position: absolute;
	display: none;
	opacity: 1;
	transition: all 0.3s ease-in-out;
}
a[data-tooltip]::before {
	content: attr(data-tooltip);
	background:#35190e;
	color: #fff;
	font-size: 13px;
	padding: 7px 11px;
	border-radius: 5px;
	white-space: nowrap;
	text-decoration: none;
	display: none;
}
a[data-tooltip]::after {
	width: 0;
	height: 0;
	border: 6px solid transparent;
	content: "";
}
a[data-tooltip]:hover::before, a[data-tooltip]:hover::after {
	display: block;
}
a.sywh-open-services[data-tooltip]::before, a.sywh-open-services[data-tooltip]::after {
	display: block;
}
a.data-tooltip-hide[data-tooltip]::before, a.data-tooltip-hide[data-tooltip]::after {
	display: none !important;
}
a.sywh-open-services[data-tooltip][data-placement="left"]::before {
	top: 11px;
	font-family: 'Open Sans', sans-serif;
	display: none;
}
a[data-tooltip][data-placement="left"]::before {
	top: -0px;
	right: 100%;
	line-height: normal;
	margin-right: 10px;
}
a[data-tooltip][data-placement="left"]::after {
	border-left-color: #fe0000;
	border-right: none;
	top: 50%;
	right: 100%;
	margin-top: -6px;
	margin-right: 4px;
	display: none;
}
a[data-tooltip][data-placement="right"]::before {
	top: -7px;
	left: 100%;
	line-height: normal;
	margin-left: 10px;
}
a[data-tooltip][data-placement="right"]::after {
	border-right-color: #000;
	border-left: none;
	top: 50%;
	left: 100%;
	margin-top: -6px;
	margin-left: 4px;
}
a[data-tooltip][data-placement="top"]::before {
	bottom: 100%;
	left: 0;
	margin-bottom: 10px;
}
a[data-tooltip][data-placement="top"]::after {
	border-top-color: #000;
	border-bottom: none;
	bottom: 100%;
	left: 10px;
	margin-bottom: 4px;
}
a[data-tooltip][data-placement="bottom"]::before {
	top: 100%;
	left: 0;
	margin-top: 10px;
}
a[data-tooltip][data-placement="bottom"]::after {
	border-bottom-color: #000;
	border-top: none;
	top: 100%;
	left: 10px;
	margin-top: 4px;
}


.custphone {
	color:#35190e;
	text-decoration:none;
}
.custOurPreboxImg img {
    width: 100%;
    height: 260px;
	object-fit: cover;
	object-position: top;
}

li.whats {
    position: fixed;
    top: 50%;
    right: 20px;
    list-style: none;
}




.nowcalling {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}
.lcol, .rcol {
    float: left;
    width: 50%;
    height: 56px;
	line-height:56px;
    text-align: center;
}
.lcol {
    background-color: #fd4a5c;
}
.rcol {
    background-color: #60ea60;
}
.custsticySocial {
    display: none;
}