


@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');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
	margin:0px ;
 	padding:0px;
 	background:#fff !important;
	font-family: 'Poppins', sans-serif !important;
}

div,h1,h2,h3,h4,h5,h6,p,img,a,ul,li{
  margin:0px ;
  padding:0px;
}




/*font-family: 'Poppins', sans-serif;
font-family: 'Playfair Display', serif;*/
/*needed*/
a{
  text-decoration:none !important;
  -webkit-transition:300ms;
  -moz-transition:300ms;
  -ms-transition:300ms;
  -o-transition:300ms;
  transition:300ms;
}
a:hover{
  text-decoration:none !important;
}
ul{
  list-style-type:none;
}
.clear{
  clear:both;
}
/*needed*/
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}





		/******* contact *********/

.contact{
	margin:0px 0px 0px 0px;
	padding:80px 0px 80px 0px;
	background:#fff;
	overflow:hidden;
	width:100%;
}
.contact-form{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	overflow:hidden;
}
.contact-left{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	width:375px;
}
.contact-left h3{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family: 'Playfair Display', serif !important;
	font-weight:bold;
    font-size:40px;
    color: #070707;
}
.add-box{
	margin:35px 0px 0px 0px;
	padding:25px 25px 25px 25px;
	border:2px solid #f2f2f2;
}	
.add-box h4{
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 0px;
	font-family: 'Playfair Display', serif !important;
	font-weight:bold;
    font-size:22px;
    color: #ff779a;
}	
.add-box span{
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family: 'Poppins', sans-serif !important;
	font-weight:normal;
    font-size:17px;
    color: #161616;
	display:block;
}
.add-box h4.last{
	margin:0px 0px 0px 0px;
}				


.contact-right{
	margin:0px 0px 0px 0px;
	padding:65px 0px 0px 0px;
	float:right;
	width:660px;
}
.form1{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	overflow:hidden;
	display:flex;
	column-count:2;
	column-gap:40px;
}
input.name{
	margin:0px 0px 0px 0px;
	padding:14px 10px 14px 15px;
	font-weight:normal;
    font-size:17px;
    color: #a7a7a7;
	border:none;
	border-bottom:2px solid #efefef;
	width:100%;
	overflow: hidden;
}
textarea.area{
	margin:10px 0px 35px 0px;
	padding:14px 10px 14px 15px;
	font-weight:normal;
    font-size:17px;
    color: #a7a7a7;
	border:none;
	border-bottom:2px solid #efefef;
	width:100%;
	height:95px;
	overflow: hidden;
}
img.captcha{
	display:block;
	width:100%;
}
input.btnn{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-weight:bold;
    font-size:25px;
    color: #fff;
	text-transform:uppercase;
	border:none;
	width:100%;
	line-height:64px;
	background:#ff779a;
	border-radius:5px;
}
input.btnn:hover, focus{
	color: #fff;
	background:#e35479;
}
	
	

.press{
	margin:70px 0px 0px 0px;
	padding:35px 15px 35px 15px;
	overflow:hidden;
	width:100%;
	border:2px solid #ff779a;
}
.press h3{
	margin:0px 0px 30px 0px;
	padding:0px 0px 0px 0px;
	font-family: 'Playfair Display', serif !important;
	font-weight:bold;
    font-size:40px;
    color: #ff779a;
	text-align:center;
}
.press p{
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-weight:normal;
    font-size:20px;
    color: #151515;
	text-align:center;
}
.press p span{
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	font-weight:bold;
}

.press ul {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    width: max-content;
}
.press ul li{
	margin:0px 21px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
}	
.press ul li.last{
	margin:0px 0px 0px 0px;
}		



.quote{
	margin:70px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	overflow:hidden;
}
.quote h3{
	margin:0px 0px 40px 0px;
	padding:0px 0px 0px 0px;
	font-family: 'Playfair Display', serif !important;
	font-weight:bold;
    font-size:40px;
    color: #ff779a;
	text-align:center;
}	
.quote-row{
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	width:964px;
}
.quote1{
	margin:0px 0px 0px 0px;
	padding:45px 0px 45px 90px;
	position:relative;
	overflow:hidden;
	border-bottom:1px solid #f0ece6;
}
.quote1::before{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	content:'';
	background:url(../images/invert1.png) left center no-repeat;
	width:70px;
	height:60px;
	position:absolute;
	top:40px;
	left:0;
}	
.quote1::after{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	content:'';
	background:url(../images/invert2.png) right bottom no-repeat;
	width:70px;
	height:60px;
	position:absolute;
	bottom:30px;
	right:0;
}	
.quote1 p{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-weight:normal;
    font-size:20px;
    color: #151515;
	text-align:center;
	line-height:39px;
}
.quote1 h4{
	margin:30px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-weight:500;
    font-size:23px;
    color: #151515;
	text-align:center;
}		

h6.relax{
	margin:60px auto 0px auto;
	padding:0px 0px 0px 80px;
	font-weight:normal;
    font-size:21px;
    color: #151515;
	text-align:center;
	display:block;
	width:max-content;
}

	

		/*** responsive ****/

@media (max-width :1199px) and (min-device-width :992px){


		/****** contact ***/
.contact-left {
    width: 315px;
}
.contact-right {
    width: 590px;
}
.quote-row {
    width: 100%;
}

}	


@media (max-width :991px) and (min-device-width :768px){

	/**** contact */

.contact-left {
    width: 285px;
}
.contact-right {
    padding: 65px 0px 0px 0px;
    width: 390px;
}
.quote-row {
    width: 100%;
}
.quote1 {
    padding: 45px 0px 45px 60px;
}	



}	


@media (max-width :767px) and (min-device-width :280px){

	/**** contact */
.contact {
    padding: 10px 0px 40px 0px;
}	
.contact-left {
    margin: 0px 0px 30px 0px;
    float: none;
    width: 100%;
}
.contact-right {
	padding: 0px 0px 0px 0px;
    float: none;
    width: 100%;
}
.form1 {
    display: block;
    column-count: 1;
    column-gap: 0;
}
img.captcha {
    margin-bottom: 20px;
}
.press {
    margin: 40px 0px 0px 0px;
}	
.press h3 {
    margin: 0px 0px 20px 0px;
    font-size: 37px;
}
.quote {
    margin: 40px 0px 0px 0px;
}
.quote-row {
    width: 100%;
}
.quote1 {
    padding: 20px 0px 20px 0px;
}	
.quote1 p {
    font-size: 16px;
    line-height: 29px;
}
a.relax {
    margin: 30px auto 0px auto;
}	
		



}