/*

Saffron : ff6f61
logo color primary : A6D6C9
logo color secondary : 00DB91
A6D6C9

*/

/*media start --------------------------------------*/

@media (max-width: 768px){

div.about{	
	padding:64px 0 0px 0 ;
	background-color: #09070D;
}

div.about h1{	
	margin-top: 16px;
	font-size: 32px;
	font-weight: 600;
	line-height: 40px;
	text-align: left;
	color: #FFD82A;
	font-family: "Playfair Display", serif;
}

div.about p{
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	text-align: left;
	color: #fff;
}
div.about img{
	border-radius: 0px;
}

/*--------------------------------------------------------*/

div.contact1{
	padding: 0 0 32px 0;
	background-color: #0E0A16;
}

div.contact1 .contact-card{
	background-color: #0E0A16;
	
}
div.contact1 .contact-card h2{
	font-size: 32px;
	font-weight: 600;
	line-height: 40px;
	color: #FFD82A;
	text-align: left;
	margin-left: 0px;
	margin-top: 0px;
	font-family: "Playfair Display", serif;
} 
div.contact1 .contact-card .address{

	margin-left: 0px;
}
div.contact1 h6{
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	line-height: 24px;
}
div.contact1 p{
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #ffffff;
}
div.contact1 p strong{
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	color: #ffffff;
}
div.contact1 h4{
	font-size:16px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 28px;
	color: #ffffff;
	padding-top: 8px;
}
div.contact1 .btn-cont{
	background-color: #619709;
	color: #fff;
	font-size: 18px;
	padding: 10px 16px;
	border-radius: 16px 0 16px 0;
	font-weight: 400;
	text-decoration: none;
	border: 1px solid #619709;
	transition: border-radius 1s;
}
div.contact1 .btn-cont:hover{
	background-color: #A6D6C9;
	color: #fff;
	font-size: 18px;
	padding: 10px 16px;
	border-radius: 0 16px 0 16px;
	text-decoration: none;
	border: 1px solid #A6D6C9;
}
div.contact1 p.social a{
	padding-right: 8px;
	font-size: 32px;
	color: #141414;
}
div.contact1 .btn-cont .fa-whatsapp{
	padding-right: 4px;
}
div.contact1 h5{
	margin: 32px 0 56px 0;
}
div.contact1 .contact-form{
	margin-bottom: 32px;
	padding-left: 0px;
}
div.contact1 .contact-form h3{	
	font-size: 32px;
	font-weight: 600;
	line-height: 40px;
	color: #FFD82A;
	text-align: left;
	margin-top: 0px;
	padding: 0px 0 8px 0;
	font-family: "Playfair Display", serif;
}
div.contact1 .contact-form .iptext:focus,
div.contact1 .contact-form .iptextarea:focus{
	border:2px solid #eee;
	box-shadow: 0 0 0 transparent;
	color: #ffffff;
}

div.contact1 .contact-form .iptext{
	border-radius:12px;
	height: 56px;
	background-color:#09070D;
	border:1px solid #eee;
	-moz-box-shadow:    inset 0 0 0px transparent;
   -webkit-box-shadow: inset 0 0 0px transparent;
   box-shadow:         inset 0 0 0px transparent;
   color:#ffffff;
   transition: border-radius 1s;
}

div.contact1 .contact-form .iptext:hover{
	border-radius:12px;
	height: 56px;
	background-color:#09070D;
	border:1px solid #eee;
	-moz-box-shadow:    inset 0 0 0px transparent;
   -webkit-box-shadow: inset 0 0 0px transparent;
   box-shadow:         inset 0 0 0px transparent;
   color:#ffffff;
}

div.contact1 .contact-form .iptextarea{
	border-radius:12px;
	background-color:#09070D;
	border:1px solid #eee;
	-moz-box-shadow:    inset 0 0 0px transparent;
   -webkit-box-shadow: inset 0 0 0px transparent;
   box-shadow:         inset 0 0 0px transparent;
   color:#ffffff;
   transition: border-radius 1s;
}

div.contact1 .contact-form .iptextarea:hover{
	border-radius:12px;
	background-color:#09070D;
	border:1px solid #eee;
	-moz-box-shadow:    inset 0 0 0px transparent;
   -webkit-box-shadow: inset 0 0 0px transparent;
   box-shadow:         inset 0 0 0px transparent;
   color:#ffffff;
}

div.contact1 .contact-form .btn-default1{
	background-color: #FFD82A;
	color: #141414;
	font-size: 16px;
	padding: 12px 48px;
	border-radius: 12px;
	border: none;
}
div.contact1 .contact-form .btn-default1:hover{
	background-color: #AF7434;
	color: #fff;
	font-size: 16px;
	padding: 12px 48px;
	border-radius: 12px;
}




/*--------------------------------------------------------*/

div.map2{
	width: 100%;
}
div.map2 iframe{ 
	border-radius: 16px;
	margin-bottom: 32px;
}

}

/*media end --------------------------------------*/

.about{	
	padding:128px 0 128px 0 ;
	background-color: #09070D;
	min-height: 700px;
}

.about h1{	
	margin-top: 80px;
	font-size: 80px;
	font-weight: 500;
	line-height: 96px;
	text-align: left;
	color: #FFD82A;
	font-family: "Playfair Display", serif;
}

.about p{
	font-size: 24px;
	font-weight: 400;
	line-height: 36px;
	text-align: left;
	color: #eee;
}
.about img{
	border-radius: 0px;
}

/*--------------------------------------------------------*/

.contact1{
	padding: 64px 0 128px 0;
	background-color: #0E0A16;
}

.contact1 .contact-card .address{
	/*background-color: #0E0A16;
	border-radius: 16px;
	border: 1px solid #191227;	
	padding: 8px 24px;
	margin-top: 24px;*/
	margin-left: 48px;
}
.contact1 .contact-card h2{
	font-size: 32px;
	font-weight: 500;
	line-height: 48px;
	color: #FFD82A;
	text-align: left;
	margin-top: 0px;
	margin-left: 48px;
	font-family: "Playfair Display", serif;
} 
.contact1 h6{
	font-size: 16px;
	font-weight: 400;
	color: #eee;
	line-height: 24px;
}
.contact1 p{
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	color: #eee;
}
.contact1 p strong{
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	color: #eee;
}
.contact1 h4{
	font-size:14px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 28px;
	color: #eee;
	padding-top: 8px;
}
.contact1 .btn-cont{
	background-color: #619709;
	color: #fff;
	font-size: 18px;
	padding: 10px 16px;
	border-radius: 16px 0 16px 0;
	font-weight: 400;
	text-decoration: none;
	border: 1px solid #619709;
	transition: border-radius 1s;
}
.contact1 .btn-cont:hover{
	background-color: #A6D6C9;
	color: #fff;
	font-size: 18px;
	padding: 10px 16px;
	border-radius: 0 16px 0 16px;
	text-decoration: none;
	border: 1px solid #A6D6C9;
}
.contact1 p.social a{
	padding-right: 8px;
	font-size: 32px;
	color: #fff;
}
.contact1 .btn-cont .fa-whatsapp{
	padding-right: 4px;
}
.contact1 h5{
	margin: 32px 0 56px 0;
}
.contact1 .contact-form{
	padding-left: 48px;
}
.contact1 .contact-form h3{	
	font-size: 32px;
	font-weight: 500;
	line-height: 48px;
	color: #FFD82A;
	text-align: left;
	margin-top: 0px;
	padding-bottom: 16px;
	font-family: "Playfair Display", serif;
}
.contact1 .contact-form .iptext:focus,
.contact1 .contact-form .iptextarea:focus{
	border:2px solid #eee;
	box-shadow: 0 0 0 transparent;
	color: #fff;
}

.contact1 .contact-form .iptext{
	border-radius:12px;
	height: 56px;
	background-color:#09070D;
	border:1px solid #eee;
	-moz-box-shadow:    inset 0 0 0px transparent;
   -webkit-box-shadow: inset 0 0 0px transparent;
   box-shadow:         inset 0 0 0px transparent;
   color:#fff;
   transition: border-radius 1s;
}

.contact1 .contact-form .iptext:hover{
	border-radius:12px;
	height: 56px;
	background-color:#09070D;
	border:1px solid #eee;
	-moz-box-shadow:    inset 0 0 0px transparent;
   -webkit-box-shadow: inset 0 0 0px transparent;
   box-shadow:         inset 0 0 0px transparent;
   color:#fff;
}

.contact1 .contact-form .iptextarea{
	border-radius:12px;
	background-color:#09070D;
	border:1px solid #eee;
	-moz-box-shadow:    inset 0 0 0px transparent;
   -webkit-box-shadow: inset 0 0 0px transparent;
   box-shadow:         inset 0 0 0px transparent;
   color:#ffffff;
   transition: border-radius 1s;
}

.contact1 .contact-form .iptextarea:hover{
	border-radius:12px;
	background-color:#09070D;
	border:1px solid #eee;
	-moz-box-shadow:    inset 0 0 0px transparent;
   -webkit-box-shadow: inset 0 0 0px transparent;
   box-shadow:         inset 0 0 0px transparent;
   color:#ffffff;
}

.contact1 .contact-form .btn-default1{
	background-color: #FFD82A;
	color: #141414;
	font-size: 16px;
	padding: 12px 48px;
	border-radius: 12px;
	border: none;
}
.contact1 .contact-form .btn-default1:hover{
	background-color: #AF7434;
	color: #fff;
	font-size: 16px;
	padding: 12px 48px;
	border-radius: 12px;
}


/*--------------------------------------------------------*/

.map2 {
	background-color: #0E0A16;
}
.map2 iframe{ 
	border-radius: 24px;
	margin-bottom: 128px;
}

/*--------------------------------------------------------*/











