@charset "UTF-8";

/* CSS Document */


/***************************************************************************/


/***************************** GENERAL STYLES *******************************/


/***************************************************************************/

.wrapper {
	max-width: 1200px;
	width: 100%;
	margin: 0px auto;
	padding: 0px 0px;
	position: relative;
	text-align: center;
	display: block;
	z-index: 1;
}

.innerWrapper{
	max-width: 1000px;
	width: 100%;
	margin: 0px auto;
	padding: 0px 0px;
	position: relative;
	text-align: center;
	display: block;
	z-index: 1;
}

.maxWidth{
	max-width: 2000px;
	width: 100%;
	margin: 0px auto;
	padding: 0px 0px;
	position: relative;
	text-align: center;
	display: block;
	z-index: 1;
}

.section {
	padding: 60px 0px;
	position: relative;
}

.section + .section,.section.pink + .pinkTop{
	padding-top: 0;
}

.section.grey + .section,.section + .section.grey,.section.pink + .section,.section + .section.pink{
	padding-top:60px;
}

.section.pink + .pinkTop{
	padding-top: 0;
}

.col-1-4 {
	width: 23%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-3-4 {
	width: 73%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-1-3 {
	width: 31.333%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-2-3 {
	width: 64.66%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-1-2 {
	width: 48%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-1-5 {
	width: 18%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-2-5 {
	width: 38%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-3-5 {
	width: 58%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-4-5 {
	width: 78%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-1-10 {
	width: 8%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-9-10 {
	width: 88%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-1 {
	margin: 1%;
	width: 98%;
	position: relative;
}
.col-1-6 {
	width: 14.66%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-1-7 {
	width: 12%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-1-10 img, .col-1-4 img, .col-1-2 img, .col-1-3 img, .col-1-5 img, .col-1 img {
	width: 100%;
	height: auto;
	margin: 0px;
	display: block;
	padding: 0px;
}
.vertical {
	vertical-align: middle;
}
.bottom {
	vertical-align: bottom;
}
.parallax-window img {
	width: 100%;
	height: 100%;
	margin: 0px;
	display: block;
	padding: 0px;
}
.center {
	text-align: center;
}
.grey {
	background: #ececec;
}
.navy {
	background: #2a2247;
}

.green{
	background: #00B388;
}

.navy *,.green *{
	color: #fff;
}

.pink{
	background: #e71d73;
}

.pink *{
	color: #fff;
}

.white{
	background:#fff;
}

.white:last-child{
	padding-top:0;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    margin-top:30px;
    margin-bottom: 30px;
}

.wrapper .video-container,.innerWrapper .video-container{
	margin-top:0;
}

.video-container embed, .video-container iframe, .video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.right{
	text-align:right;
}

/***************************************************************************/


/***************************** HEADER STYLES *******************************/


/***************************************************************************/

header{
	background: #e71d73;
	position: fixed;
	top:0;
	left:0;
	right: 0;
	padding: 20px 0;
	z-index: 400;
	-webkit-transition: all ease 0.6s;
	-o-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

header.stuck{
	padding:10px 0;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-webkit-transition: all ease 0.6s;
	-o-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

header .logo{
    display: block;
    max-width: 180px;
    float: left;
    -webkit-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

header.stuck .logo{
	max-width: 140px;
}

header .menu{
    clear: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

header .menu li{
	    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}

header .menu li:last-child{
	margin:0;
}

header .menu li a{
	display: block;
    color: #fff;
    -webkit-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

header .menu li a.active{
	color:#000;
	-webkit-transition: all ease 0.6s;
	-o-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

@media only screen and (min-width: 1000px){
	header .menu li a:hover{
		color:#000;
		-webkit-transition: all ease 0.6s;
		-o-transition: all ease 0.6s;
		transition: all ease 0.6s;
	}
}

/************** MOBILE NAV STYLES ***************/

#mobile-header {
	display: none;
	vertical-align: middle;
	    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
#mobile-header svg {
	width: 80px;
	height: 100%;
	cursor: pointer;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
#mobile-header path {
	fill: none;
	-webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
	-o-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
	transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
	stroke-width: 60px;
	stroke-linecap: round;
	stroke: #fff;
	stroke-dashoffset: 0px;
}
#mobile-header .cross path#top, #mobile-header .cross path#bottom {
	stroke-dashoffset: -650px;
	stroke-dashoffset: -650px;
}
#mobile-header .cross path#middle {
	stroke-dashoffset: -115px;
	stroke-dasharray: 1px 220px;
}
#mobile-header path#top, #mobile-header path#bottom {
	stroke-dasharray: 240px 950px;
}
#mobile-header path#middle {
	stroke-dasharray: 240px 240px;
}
#mobile-header .cross path#top, #mobile-header .cross path#bottom {
	stroke-dashoffset: -650px;
	stroke-dashoffset: -650px;
}
#mobile-header .cross path#middle {
	stroke-dashoffset: -115px;
	stroke-dasharray: 1px 220px;
}

.sidr {
	display: none;
	position: fixed;
	top: 89px;
    min-height: 100vh;
    min-height: calc(100vh - 89px);
	height: 100%;
	z-index: 9999999;
	width: 100%;
	overflow-x: none;
	overflow-y: auto;
	background: #e71d73;
	left: -100%;
	color: #fff;

	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.sidr .main{
    height: 100vh;
    height: calc(100vh - 89px);
    padding: 30px;
    overflow: scroll;
}

.sidr .main .menu{
    padding: 0;
    margin: 0;
}

.sidr .main .menu li{
	padding:0;
	margin:0;
	list-style: none;
}

.sidr .main .menu li a{
	display: block;
	text-align: center;
	padding:10px 0;
	color:#fff;
	border-bottom: 1px solid rgba(255,255,255,0.6);
}

.sidr .contactBar{
	padding: 20px 30px;
    background: #f7f6f7;
        position: absolute;
    left: 0;
    right: 0;
    bottom: 86px;
}

.sidr .contactBar .tel{
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    display: block;
}

.sidr .contactBar .tel i{
	font-size: 30px;
    margin-right: 10px;
}

.sidr .footer{
	background:#2a2247;
	    padding: 20px 40px;
    position: absolute;
    
    bottom: 158px;
    left: 0;
    right: 0;
}

.sidr .footer input{
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    background: transparent;
    color: #fff;
    border: 0;
    border-bottom: 1px solid #fff;
    -webkit-appearance:none;
    border-radius: none;
}

.sidr .footer input::-webkit-input-placeholder {
	color: #fff;
}
.sidr .footer input:-moz-placeholder {
	color: #fff;
}
.sidr .footer input::-moz-placeholder {
	color: #fff;
}
.sidr .footer input:-ms-input-placeholder {
	color: #fff;
}

.sidr .footer input[type="submit"]{
	    display: none;
}

/*************************************************************************/


/***************************** MAIN STYLES *******************************/


/*************************************************************************/

.parallax-window {
	height: 400px;
	overflow: hidden;
	position: relative;
	background: transparent;
}
#map {
	height: 100%;
	width: 100%;
	top: 0;
	z-index: 2;
}
.center-holder {
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 2;
	/*padding:0 30px;*/
	padding: 20px 30px;
}
.center-sub-holder {
	position: relative;
	height: 100%;
	width: 100%;
	display: block;
}
.center-text-holder {
	top: 50%;
	position: relative;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}



.button {
	display: inline-block;
    padding: 10px 70px 10px 20px;
    padding: 10px 55px 10px 20px;
    background: #00B388;
    color: #fff;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    text-transform: capitalize;
    text-align: left;
    margin-bottom:20px;
}

.button:last-child{
	margin:0;
}



@media only screen and (min-width:1000px){

	.button:hover{
		color:#fff;
		-webkit-transition: all ease 0.6s;
		-o-transition: all ease 0.6s;
		transition: all ease 0.6s;
	}


	
}

/*************************************************************************/


/************************** Cookie Law STYLES ****************************/


/*************************************************************************/

#cookie-law{
	border-top: 1px solid #000;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 400;
	background:#fff;
}

/*******************************************************************************/


/***************************** FLEXSLIDER STYLES *******************************/


/*******************************************************************************/


/********************** GENERIC FLEXSLIDER STYLES ***********************/

.flexslider {
	margin: 0px;
	padding: 0px;
	border: 0px;
	position: relative;
	overflow: hidden;
	background-color: transparent;
	border-radius: 0;
}
.flexslider .slides {
	margin: 0;
	padding: 0;
}
.flexslider .slides li {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
}
.flexslider .slides li img {
	width: 100%;
	display: block;
	height: auto;
}
.flexslider .flex-direction-nav a {
	width: 33px;
	height: 53px;
	top: 50%;
	top: calc(50% - 27.5px);
	opacity: 1;
	color: transparent;
	text-shadow: none;
}
.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 1;
	left: 20px;
}
.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 1;
	right: 20px;
}
.flex-direction-nav {
	height: 0px;
}
.flex-direction-nav .flex-prev {
	left: -60px;
	background-repeat: no-repeat;
}
.flex-direction-nav .flex-next {
	right: -60px;
	text-align: right;
	background-repeat: no-repeat;
}

/********************** BASIC FLEXSLIDER STYLES ***********************/

.flexslider.basicSlider {
	width: 100%;
	border-radius: 0px;
	/*overflow: visible;*/
}
.flexslider.basicSlider.mainPage {
	margin-top: -50px;
}
.flexslider.basicSlider.testimonials {
	margin-top: 35px;
}
a.flex-active {
	background: #dc0622 !important;
}
.flex-direction-nav, .flex-direction-nav li {
	list-style: none;
	margin-bottom: 0;
}
.flex-control-nav {
	width: 100%;
	position: relative;
	bottom: -10px;
	margin-top: 30px;
	text-align: center;
}
.flex-control-paging li a {
	width: 15px;
	height: 15px;
	border: solid 1px rgba(0, 0, 0, 0.3);
	background: transparent;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.flexslider .flex-direction-nav a {
	width: 33px;
	height: 53px;
	top: 50%;
	top: calc(50% - 27.5px);
	opacity: 1;
	color: transparent;
	text-shadow: none;
}
.flex-direction-nav a.flex-prev:before {
	content: "\f053";
	    font-family: "Font Awesome 5 Free";
	        font-weight: 900;
	    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
	font-size: 90px;
	color: rgba(0, 0, 0, 0.6);
	margin-top: -22px;
}
.flex-direction-nav a.flex-next:before {
	content: "\f054";
	    font-family: "Font Awesome 5 Free";
	        font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
	font-size: 90px;
	color: rgba(0, 0, 0, 0.6);
	margin-top: -22px;
}

/***************************************************************************/


/********************* ADDITIONAL FLEXSLIDER STYLES ************************/


/***************************************************************************/

.testimonialSlider{
    padding: 0 40px;
    margin: 0 20px;
}

.testimonialSlider p{
	text-align: center;
    font-size: 26px;
    line-height: 33px;
    margin:0;
}

.testimonialSlider p:before{
	content: "“";
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-family: inherit;
	color:#e71d73;
}

.testimonialSlider p:after{
	content: "”";
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-family: inherit;
	color:#e71d73;
}

.testimonialSlider span{
	    display: block;
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    margin-top: 20px;
}


.testimonialSlider.flexslider .flex-control-nav{
bottom: auto;
    margin-top: 20px;
}

.testimonialSlider.flexslider .flex-control-paging li a{
	    height: 20px;
    width: 20px;
    border: 4px solid #f7bbd4;
    -webkit-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.testimonialSlider.flexslider .flex-control-paging li a.flex-active{
    background: #f7bbd4 !important;
    -webkit-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}


.testimonialSlider.flexslider .flex-direction-nav, .testimonialSlider.flexslider .flex-direction-nav li{
	padding:0;
}

.testimonialSlider.flexslider .flex-direction-nav a {
    width: 33px;
    height: 50px;
    top: 50%;
    top: calc(50% - 25px);
    opacity: 1;
    color: transparent;
    text-shadow: none;
}

.testimonialSlider.flexslider .flex-direction-nav a.flex-prev:before{
	color:#f7bbd4;
	margin:0;
	font-size:50px;
}

.testimonialSlider.flexslider .flex-direction-nav a.flex-next:before{
	color:#f7bbd4;
	margin:0;
	font-size:50px;
}


.testimonialSlider.flexslider:hover .flex-direction-nav .flex-prev,.testimonialSlider.flexslider .flex-direction-nav .flex-prev{
	left: 0;
	opacity: 0.8;
}

.testimonialSlider.flexslider:hover .flex-direction-nav .flex-next,.testimonialSlider.flexslider .flex-direction-nav .flex-next{
	right: 0;
	opacity: 0.8;
}

/***************************************************************************/


/***************************** FOOTER STYLES *******************************/


/***************************************************************************/

footer{
	padding:40px 0;
}

footer .logo{
    max-width: 150px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
}

footer p{
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
    width: 90%;
    width: calc(100% - 190px);
}

/***************************************************************************/


/***************************** PAGE STYLES *******************************/


/***************************************************************************/


main{
	margin-top:144px;
}



/*************************************************************************/


/*********************** PROMO BANNER STYLES *****************************/


/*************************************************************************/

.promoBanner{
	position: relative;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0;
}

.promoBanner:before{
    content: "";
    background: rgba(231,29,115,0.1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.promoBanner .wrapper{
	z-index: 2;
}

/*************************************************************************/


/*********************** ENQUIRY FORM STYLES *****************************/


/*************************************************************************/

.enquiryForm{
    background: #ececec;
    border-radius: 10px;
    padding: 40px;
}

.enquiryForm h3{
	text-align:center;
}

.pink .enquiryForm h3{
	color:#000;
}

.row{
	    font-size: 0;
	    margin-bottom: 20px;
}

.row:last-of-type{
	margin:0;
}
.row input{
	display: inline-block;
	vertical-align: top;
	width:100%;
	background:#fff;
	height:50px;
	line-height: 50px;
	padding-left:5px;
	border:0;
	    font-size: 16px;
	text-transform: none;
	border-radius: 5px;
	-webkit-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
    color:#000;
}



.row textarea{
	display: inline-block;
	vertical-align: top;
	padding:10px;
	border:0;
	background:#fff;
	    font-size: 16px;
	border-radius: 5px;
	-webkit-box-shadow: none;
	        box-shadow: none;
  color:#000;
}

.row input[type="submit"]{
	background: #e71d73;
	border: 2px solid #e71d73;
	color:#fff;
	padding: 0;
    text-align: center;
    line-height: 46px;
	-webkit-transition:all ease 0.4s;
	-o-transition:all ease 0.4s;
	transition:all ease 0.4s;
}

@media only screen and (min-width:1000px){
	.row input[type="submit"]:hover{
		background:transparent;
		color:#e71d73;
		-webkit-transition:all ease 0.4s;
		-o-transition:all ease 0.4s;
		transition:all ease 0.4s;
	}
}

.errorMessage {
    display: none;
    border: 1px solid #cc0000;
    padding: 20px;
    margin-bottom:20px;
}

.formStyle .row.errorMessage{
	margin-bottom:20px;
}

.row.errorMessage p {
    color: #cc0000;
    margin: 0;
    -webkit-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
}

/*************************************************************************/


/*************************** PINK TOP STYLES *****************************/


/*************************************************************************/


.pinkTop{
	position: relative;
}

.pinkTop:before {
    content: "";
    background: #e71d73;
    left: 0;
    right: 0;
    top: 0;
    height: 90px;
    display: block;
    position: absolute;
}

.pinkTop .wrapper{
	z-index: 2;
}

.pinkTop .col-1-4{
	margin-top:0;
}

/*************************************************************************/


/************************ SERVICE BOX STYLES *****************************/


/*************************************************************************/

.serviceBox .icon{
	background: #ececec;
    padding: 40px;
    border-radius: 10px;
}

.serviceBox .icon i{
	color: #e71d73;
	font-size: 100px;
}

.serviceBox .text{
	margin-top: 20px;
}

/*************************************************************************/


/**************************** GALLERY STYLES *****************************/


/*************************************************************************/

.gallerySection{

}

.gallerySection ul{
    margin: 0;
    padding: 0;
    font-size: 0;
    text-align: center;
}

.gallerySection ul li{
	    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    width: 20%;
}

.gallerySection ul li a{
    display: block;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
}

.gallerySection ul li a:before{
content: "";
    padding-bottom: 100%;
    display: block;
}

.gallerySection ul li a:after{
	content: "";
    background: rgba(231,29,115,0.1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

@media only screen and (min-width: 1000px){
	.gallerySection ul li a:hover:after{
		background: rgba(231,29,115,0);
		-webkit-transition: all ease 0.6s;
		-o-transition: all ease 0.6s;
		transition: all ease 0.6s;
	}
}

.fancybox-container *{
	color:#fff;
}


/*************************************************************************/


/****************** TESTIMONIAL HEADER STYLES *****************************/


/*************************************************************************/

.testimonialHeader{
	padding: 50px 20px 0;
	position: relative;
}

.testimonialHeader:before{
    content: "";
    background: #e71d73;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3000px;
    z-index: -1;
}

.testimonialHeader h2{
	color:#fff;
}

/*************************************************************************/


/************************ CONTACT LIST STYLES *****************************/


/*************************************************************************/

.contactList{
	margin: 0;
    padding: 0;
}

.contactList li{
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
}

.contactList li:last-child{
	margin:0;
}

.contactList li a{
    font-size: 24px;
    line-height: 32px;
    display: block;
   	-webkit-transition: all ease 0.6s;
   	-o-transition: all ease 0.6s;
   	transition: all ease 0.6s;
}

.contactList li a i{
	margin-right: 10px;
	-webkit-transition: all ease 0.6s;
	-o-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

@media only screen and (min-width: 1000px){
	.contactList li a:hover,.contactList li a:hover i{
		color:#000;
		-webkit-transition: all ease 0.6s;
		-o-transition: all ease 0.6s;
		transition: all ease 0.6s;
	}
}

/*************************************************************************/


/************************ WHITE ANGLE STYLES *****************************/


/*************************************************************************/


.overflowHidden{
	overflow: hidden;
}

.whiteAngle:before{
	content: "";
    background-image: -o-linear-gradient(right bottom, #fff 0%, #fff 50%, rgba(0,0,0,0) 50%);
    background-image: -webkit-gradient(linear, right bottom, left top, from(#fff), color-stop(50%, #fff), color-stop(50%, rgba(0,0,0,0)));
    background-image: linear-gradient(to left top, #fff 0%, #fff 50%, rgba(0,0,0,0) 50%);
	position: absolute;
    top: -80px;
    left: -80px;
    right: 50%;
    bottom: -80px;
    z-index: -1;
}

.whiteAngle::after {
    content: "";
    background: #fff;
    position: absolute;
    top: -200px;
    bottom: -200px;
    left: 50%;
    width: 3000px;
    z-index: -1;
}


/*************************************************************************/


/**************************** FAQS STYLES *****************************/


/*************************************************************************/

.faqs{
margin: 0;
    padding: 0;
}

.faqs li{
margin: 0;
    padding: 0;
    margin-bottom: 10px;
    list-style: none;
}

.faqs li:last-child{
	margin:0;
}

.faqs li .question{
	    background: #ececec;
	    display: block;
	    padding: 10px 40px 10px 20px;
	    position: relative;
	    border-radius: 10px;
	-webkit-transition: all ease 0.6s;
	-o-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

.faqs li .question.active{
	background: #e71d73;
	color:#fff;
	-webkit-transition: all ease 0.6s;
	-o-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

.faqs li .question:after{
	    content: "\f078";
	    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
        font-family: "Font Awesome 5 Free";
    font-weight: 900;
        position: absolute;
    right: 15px;
    top: 90%;
    top: calc(50% - 10px);
    -webkit-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.faqs li .question.active:after{
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
	color:#fff;
	-webkit-transition: all ease 0.6s;
	-o-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

.faqs li .answer{
	display: none;
	padding: 20px 0;
}

@media only screen and (min-width: 1000px){
	.faqs li .question:hover{
		background: #e71d73;
		color:#fff;
		-webkit-transition: all ease 0.6s;
		-o-transition: all ease 0.6s;
		transition: all ease 0.6s;
	}

	.faqs li .question:hover:after{
		color:#fff;
		-webkit-transition: all ease 0.6s;
		-o-transition: all ease 0.6s;
		transition: all ease 0.6s;
	}
}

/************** MOBILE STYLES ***************/




@media only screen and (max-width: 1200px) {
	.wrapper {
		padding: 0 20px;
	}

	header .menu{
		right:20px;
	}
}

@media only screen and (max-width: 1000px) {
	

	.innerWrapper {
		padding: 0 20px;
	}

	
}


@media only screen and (max-width: 900px) {
	.col-2-5, .col-1-5, .col-1-2, .col-1-3, .col-2-3, .col-1-4, .col-3-4, footer .col-1-4, .col-3-5, .col-4-5, .col-1-7 {
		width: 98%;
		margin: 1%;
		margin-bottom: 40px;
	}

	.col-2-5:last-child, .col-1-5:last-child, .col-1-2:last-child, .col-1-3:last-child, .col-2-3:last-child, .col-1-4:last-child, .col-3-4:last-child, footer .col-1-4:last-child, .col-3-5:last-child, .col-4-5:last-child, .col-1-7:last-child{
		margin-bottom: 1%;
	}

	.gallerySection ul li{
		width: 25%;
	}

	.testimonialHeader img{
		max-width: 300px;
	}

	.testimonialHeader:before{
		    right: -20px;
    right: calc(-20px - 1%);
	}

	.whiteAngle:before{
		    top: -30px;
    right: -30px;
	}

	.whiteAngle::after{
		display: none;
	}

	.serviceBox .text br{
		display: none;
	}

	.enquiryForm{
		padding:20px;
	}
}

@media only screen and (max-width: 800px) {
	header .menu{
		display: none;
	}

	#mobile-header{
		display: block;
	}

	header{
		    padding: 10px 0;
	}

	header .logo,header.stuck .logo{
		max-width: 120px;
	}


	main{
		margin-top: 89px;
	}

	.promoBanner{
		padding:100px 0;
	}
}


@media only screen and (max-width: 700px) {
	.gallerySection ul li{
		width: 33.333%;
	}

	.contactList li a {
    	font-size: 18px;
    	line-height: 26px;
    }

    footer .logo{
    	display: block;
    	margin:0 auto 20px;
    }

    footer p{
    	display: block;
    	width: auto;
    	text-align: center;
    }

    .testimonialSlider p {
    	text-align: center;
    	font-size: 20px;
    	line-height: 28px;
	}

	.testimonialSlider span{
		font-size: 22px;
		line-height: 30px;
	}

	.testimonialSlider{
    margin: 0;
    padding: 0 20px;
    overflow: visible;
	}

	.testimonialSlider.flexslider:hover .flex-direction-nav .flex-prev, .testimonialSlider.flexslider .flex-direction-nav .flex-prev{
		left:-20px;
	}

	.testimonialSlider.flexslider:hover .flex-direction-nav .flex-next, .testimonialSlider.flexslider .flex-direction-nav .flex-next{
		right:-20px;
	}

}

@media only screen and (max-width: 450px) {
	.gallerySection ul li{
		width: 50%;
	}

	.testimonialSlider.flexslider .flex-direction-nav{
		display: none;
	}

	.testimonialSlider{
		padding:0;
	}

	.contactList li a {
	    font-size: 16px;
	    line-height: 24px;
	}

	.contactList li a i{
		display: none;
	}
}