@charset "UTF-8";
/* CSS Document */

.row:after {
    content: "";
    clear: both;
    display: block;
}
[class*="col-"] {
    float: left;
    padding: 15px;
	width: 100%;
}
/* For tablets: */
@media only screen and (min-width: 600px) {
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
}
/* For desktop: */
@media only screen and (min-width: 1000px) {
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}

body{
	font-family: verdana, geneva, sans-serif;
	background-color: #1f232d;

}
.wrapper{
	max-width: 1200px;
	height: 100%;
	margin: auto;
	overflow: hidden;
	box-shadow: 0 0 20px 0 rgba(72, 94, 116, 0.7);
	
}
.topnav {
	overflow: hidden;
	background-color: rgba(41,41,41,1.00);
	
}
.topnav a {
	float: right;
	display: block;
	background-color: rgba(41,41,41,1.00);
	color: #f2f2f2;
	text-align: center;
	padding: 25px 16px;
	text-decoration: none;
	font-size: 17px;
}

.topnav a:hover {
	transition: 0.5s;
	color: rgba(167,127,128,1.00);
}
.topnav a.active {
  color: #A85152;
}
.topnav .icon {
	display: none;
}
@media screen and (max-width: 600px) {
	.topnav a:not(:first-child) {display: none;}
	.topnav a.icon {
    float: right;
    display: block;
  }
}
@media screen and (max-width: 600px) {
	.topnav.responsive {position: relative;}
	.topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
	  float: none;
	  display: block;
	  text-align: left;
	  border-bottom: 2px solid #fff;
  }

}
.box1{
background-color: rgba(41,41,41,1.00);	

}
.Logo{
	float: left;
	height: 70px;
	width: 350px;
	background-color: rgba(41,41,41,1.00);	
	
	
}
.about{
	
	
}
.box-1{
	overflow: hidden;
	background-color: white;
	width: 100%px;
	height: 670px;
}
h2{
	font-family: 'Fontdiner Swanky', cursive;
	padding: 10px;
	
}
.us{
	text-align: center;
}
.p1{
	font-size: 15px;
	padding: 20px;
	text-align: center;
}
.p2{
	width: 40%;
}
.we{
	display: flex;
	justify-content: space-around;
	padding: 25px;
	background-color: #C1CFCC;
}
.flower{
	border-radius: 15px;
	margin-left: 20px;
}
.p1-1{
	width: 50%;
	
}
.why{
	display: flex;
	justify-content: space-around;
	background-color: aliceblue;
	height: 210px;
}
.footer{
background:#000;
padding:30px 0px;
font-family: 'Play', sans-serif;
text-align:center;
}

.footer .row{
width:100%;
margin:1% 0%;
padding:0.6% 0%;
color:gray;
font-size:0.8em;
}

.footer .row a{
text-decoration:none;
color:gray;
transition:0.5s;
}

.footer .row a:hover{
color:#fff;
}

.footer .row ul{
width:100%;
}

.footer .row ul li{
display:inline-block;
margin:0px 30px;
}

.footer .row a i{
font-size:2em;
margin:0% 1%;
}

@media (max-width:720px){
.footer{
text-align:left;
padding:5%;
}
.footer .row ul li{
display:block;
margin:10px 0px;
text-align:left;
}
.footer .row a i{
margin:0% 3%;
}
}
