body {
     margin: 0;
     font-family: Berlin Sans FB;
	 background-color: #CF9FFF;
    }
    
.header{
     background-color: #1c93da;
     color: #fff;
     padding: 5px;
     display: flex;
	 height: 13vh;
     justify-content: space-between;
     align-items: center;
    }
    
nav {
     text-align: center;
     font-size: 19px;
    }
	
nav ul{
	margin-top: 27px;
    margin-bottom: 1rem;
}
	
nav li{
	 display: inline;
    }
   
nav a {
     color: #fff;
     text-decoration: none;
     margin: 0 10px;
	 font-family: Berlin Sans FB;
    }

.header .logo {
     margin-left: 20px;
	 margin-top: 0px;
	 width: 50px;
	 height: 50px;
   }
   
.logo img {
     width: 131%;
     height: 158%;
     margin-top: -15px;
    }

.banner {
     width: 100%;
     height: 651px;
     background-image: url('img/backimg.jpg');
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
    }
	
.flippable-container {
     display: flex;
     background-image: url('img/background.jpg');
     gap: 20px;
    }

.flippable {
     width: 660px;
     height: 300px;
     perspective: 1000px;
	 margin: 50px 50px;
    }

.flippable .front,
.flippable .back {
     width: 100%;
     height: 100%;
     position: absolute;
     backface-visibility: hidden;
     border: 10px solid #ccc;
     border-radius: 10px;
     overflow: hidden;
     transition: transform 0.6s;
     display: flex;
     justify-content: center;
     align-items: center;
    }

.flippable .front {
     background-color: #fff;
    }

.flippable .back {
     background-color: #333;
     color: #fff;
     transform: rotateY(180deg);
    }

.flippable:hover .front {
     transform: rotateY(180deg);
    }

.flippable:hover .back {
     transform: rotateY(0deg);
    }

.flippable img {
     width: 100%;
     height: 100%;
    
     object-fit: cover;
    }

.flippable a {
     text-decoration: none;
     color: #fff;
     font-size: 24px;
	 font-family: Berlin Sans FB;
    }

/*.why{
	text-align: center;
	font-family: Berlin Sans FB;
}
 .img img{
	 width: 334px;
     height: 210px;
     display: inline-flex;
	 margin: 0px -9px;
    }*/
@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 2.5rem;
        text-align: center;
    }
}

.service .box-container{
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap: 1.5rem;
    align-content: stretch;
    justify-content: center;
    align-items: center;
    justify-items: start;
}	

.service .box-container .box{
	background: var(--bg-color-1);
	border-radius: .5rem;
	background-color: #1d9ae2;
	box-shadow: var(--box-shadow);
	position: relative;
	padding: 2rem;
}

.service .box-container .box span{
	position: absolute;
	top: 5rem; right:2rem;
	color: var(--text-color-2);
	font-weight: bolder;
	font-size: 5rem;
}

.service .box-container .box i{
	height: 6rem;
    width: 6rem;
    line-height: 6rem;
    text-align: center;
    font-size: 2.5rem;
    color: #fff;
    background: #1c93da;
    border-radius: 50%;
    margin-bottom: .5rem;
}

.service .box-container .box h3{
	color: var(--text-color-1);
	font-size: 2.3rem;
	padding: .7rem 0;
}

.service .box-container .box p{
	color: var(--text-color-1);
	font-size: 1.5rem;
	line-height: 1.8;
}


	/* footer section start */
*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
body{
	font-size:14px;
	background: #fff;
    max-width:1920px;
    margin:0 auto;
	overflow-x:hidden;
	font-family: poppins;
	

}
#footer{
	background: #1c93da;
    padding: 3rem;
	/* padding-top: 5rem; */
	padding-top: 7rem;
    padding-bottom: 80px;
	
}
#footer2{
	background: #f7f7f7;
    padding: 3rem;
    margin-top: 0px;
	/* padding-top: 5rem; */
	padding-top: 7rem;
    padding-bottom: 80px;
	
}
.logo-footer{
	/* max-width: 300px; */
}
.social-links{
	/* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; */

}
.social-links h2{
	padding-bottom: 15px;
	font-size: 20px;
    font-weight: 600;
	font-family: Berlin Sans FB;
	color: #fff;
}
.social-links img{
	padding-bottom: 25px;
}
.social-icons{
	/* display: flex;
    gap: 3rem; */
	display: flex;
    flex-direction: column;
    gap: 1rem;
	color: #777777;
}
.social-icons a{
	/* font-size: 18px; */
    /* background: #ffffff; */
    /* box-shadow: rgb(0 0 0 / 8%) 0px 4px 12px;
    padding: 0.4rem 1rem 0.4rem 1rem;
    border-radius: 3px;
	color: #82074a; */
	/* margin-right: 18px; */
	color: #ffffff;
}
.social-icons a:hover{
	color: #000;
}
.social-icons a i{
	box-shadow: rgb(0 0 0 / 8%) 0px 4px 12px;
    padding: 0.4rem 1rem 0.4rem 1rem;
    border-radius: 3px;
    color: #ffffff;
	font-size: 16px;
	margin-right: 12px;
}
li{
	list-style: none;
}
.useful-link h2{
	padding-bottom: 15px;
	font-size: 20px;
    font-weight: 600;
	font-family: Berlin Sans FB;
	color: #fff;
}
.useful-link img{
	padding-bottom: 15px;
}
.use-links{
	line-height: 32px;
	color: #ffffff;
}
.use-links li i{
	font-size: 14px;
    padding-right: 8px;
    color: #ffffff;
}
.use-links li a{
	color: #303030;
    font-size: 15px;
    font-weight: 500;
	color: #ffffff;
	font-family: Berlin Sans FB;
}
.use-links li a:hover{
	color: #000;
}
.address h2{
	padding-bottom: 15px;
	font-size: 20px;
    font-weight: 600;
	font-family: Berlin Sans FB;
	color: #fff;
}
.address img{
	padding-bottom: 15px;
}
.address-links li a{
	color: #303030;
    font-size: 15px;
    font-weight: 500;
	color: #ffffff;
	font-family: Berlin Sans FB;

}
.address-links li i{
	font-size: 16px;
    padding-right: 8px;
	color: #ffffff;
	

}
.address-links li i:nth-child(1){
	padding-top: 9px;
}
.address-links .address1{
	font-weight: 500;
    font-size: 15px;
	display: flex;
	font-family: Berlin Sans FB;
}
.address-links{
	    line-height: 32px;
		color: #ffffff;
}
.copy-right-sec{
	padding: 1.8rem;
    background: #1c93da;
    color: #fff;
    text-align: center;
}
.copy-right-sec a{
	color: #ffffff;
    font-weight: 500;
	font-family: Berlin Sans FB;
}
a{
  text-decoration:none;
  font-family: Berlin Sans FB;
}

/* footer section end */