


@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;
}





		/******* about *********/
		
.about{
	margin:0px 0px 0px 0px;
    padding:60px 0px 60px 0px;
	background:#fff;
	overflow:hidden;
	width:100%;
}
.about-row{
	margin:0px 0px 0px 0px;
    padding:0px 0px 40px 0px;
	border-bottom:1px solid #ededed;
	overflow:hidden;
}	
.about-row h1{
	margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
	font-family: 'Playfair Display', serif !important;
	font-weight:800;
    font-size:45px;
    color: #000;
	text-align:center;
	text-transform:uppercase;
}	
		
		/******** start privacy *****/
		
.privacy{
	margin:0px 0px 0px 0px;
    padding:0px 0px 70px 0px;
	background:#fff;
	overflow:hidden;
	width:100%;
}
.privacy-row{
	margin:0px auto 0px auto;
    padding:0px 0px 0px 0px;
	width:865px;
}	
.privacy-row h3{
	margin:0px 0px 20px 0px;
    padding:0px 0px 0px 0px;
	font-weight:600;
    font-size:28px;
    color: #1d1d1d;
}
.privacy-row p{
	margin:0px 0px 20px 0px;
    padding:0px 0px 0px 0px;
	font-weight:normal;
    font-size:17px;
    color: #1d1d1d;
}				
.privacy-row p.last{
	margin:0px 0px 0px 0px;
}	
.privacy-row ul{
	margin:30px 0px 30px 0px;
    padding:0px 0px 0px 0px;
} 
.privacy-row ul li{
	margin:0px 0px 10px 0px;
    padding:0px 0px 0px 20px;
    font-weight:normal;
    font-size:17px;
    color: #1d1d1d;
    background: url(../images/arrow.png) left 6px no-repeat;
}
.privacy-row ul li.last{
	margin:0px 0px 0px 0px;
}
		
		
		/*** responsive ****/

@media (max-width :991px) and (min-device-width :768px){

	/**** banner */
.privacy-row {
    width: 100%;
}	

}	


@media (max-width :767px) and (min-device-width :280px){

	/*** about ****/
	
.about {
    margin: 0px 0px 0px 0px;
    padding: 30px 0px 20px 0px;
}
.about-row h1 {
    font-size: 33px;
}	
.privacy {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 20px 0px;
}	
.privacy-row {
    width: 100%;
}



}