*{
    margin: 0;
    padding: 0;
    
}

body{
    font-family: sans-serif;
    overflow-x: hidden;
}

#nav-bar{
    position: sticky;
    top: 0;
    z-index: 10;
}

.navbar{
  background-image: linear-gradient(to right, #28b0eb,#1f7da6);
  padding: 0 !important;
}

.navbar-brand img{
    height: 40px;
    padding-left: 20px;

}

.navbar-nav li{
    padding: 0 10px;
}

.navbar-nav li a{
    color: #fff;
    font-weight: 600;
}

.navbar-nav li a:hover{
    background: #fff;
    color: #000;
    
}

#banner{
    min-height: 80vh;
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
}

.promo-title{
    font-size: 50px;
    color: #fff;
    padding-top: 20%;
    
}

.promo-title-1{
    font-size: 80px;
    color: #092f40;
    font-weight: bold;
    line-height: 25px;
    text-shadow: 0em 0em 0.1em #7CDA24;
}

.promo-title-1 span {
	opacity: 0;
	transform: translate(0, -100px) rotate(360deg) scale(0);
	animation: animate 5s forwards;
}

.promo-title-1 span {
	display: inline-block;
}

.promo-title-1 span:nth-of-type(2) {
	animation-delay: .1s;
}
.promo-title-1 span:nth-of-type(3) {
	animation-delay: .2s;
}
.promo-title-1 span:nth-of-type(4) {
	animation-delay: .3s;
}
.promo-title-1 span:nth-of-type(5) {
	animation-delay: .4s;
}
.promo-title-1 span:nth-of-type(6) {
	animation-delay: .5s;
}
.promo-title-1 span:nth-of-type(7) {
	animation-delay: .6s;
}
.promo-title-1 span:nth-of-type(8) {
	animation-delay: .7s;
}
@keyframes animate {
	30% {
		transform: translate(0, -50px) rotate(180deg) scale(1);
	}
	60% {
		transform: translate(0, 20px) scale(.8) rotate(0deg);
	}
	100% {
		transform: translate(0) scale(1) rotate(0deg);
		opacity: 1;
	}
}

.promo-title-2{
    font-size: 25px;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 50px;
    
}

@media(max-width: 769px){
	.promo-title-1{
		font-size: 50px;
	}
}

.col-md-6 a{
    color: #fff;
    border: 2px solid #0d1a48;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    background-color: #9da63c;
    text-decoration: none;
    padding: 4%;
    margin-top: 20px;
    
    
}

.col-md-6 a:hover{
    background-color: #28b0eb;
    color: #fff;
}

.bottom-img{
    width: 100%;
    margin-top: 200px;
}

#image-sec{
    display: flex;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
    margin-top: -10%;
    position: absolute;
    z-index: 99;
}

.image-box{
    background-color: #ffffff;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    border: 4px solid #0d1a48;
    padding-top: 30px;
    padding-right: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
    box-shadow: 0px 0px 48px 0px rgba(162,162,162,0.5);
    width: 20%;
    height: 40vh;
    margin-left: 20px;
    transition: transform 0.3s ease;
}



.image-box img{
    width: 100%;
	transition: transform 0.3s;
}

.image-box img:hover{
    transform: scale(1.1);
}

.image-box p{
    margin-top: 20px;
    font-size: 25px;
    text-align: center;
    color: #0d1a48;
    font-weight: 600;

}

@media(max-width: 769px){
    #image-sec{
        display: block;
    }
    .image-box{
        width: 50%;
        height: 40vh;
    }
}



.section-4{
    display: flex;
    align-items: center;
    width: 85%;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 5%;
    padding-right: 5%;
   
}
.section-4 img{
    flex: 0 50%;
    max-width: 50%;
    height: auto;
    
}
.sec-4-content{
    padding: 0px 35px;
}
.sec-4-content h1{
    color:#19732d;
    font-size: 40px;
    margin: 15px 0px;
}
.sec-4-content p{
    color: #000;
    margin: 15px 0px;
    line-height: 1.5;
    font-size: 15px;
}
#accordion{
    
    width: 600px;
}
#accordion li{
    list-style: none;
    width: 100%;
    margin-bottom: 10px;
    background: #fff;
    padding: 10px;
    border-radius: 4px;
}
#accordion li label{
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    color: #c20000;
}
#accordion li label span{
    transform: rotate(90deg);
    font-size: 22px;
    color: #333;
}
#accordion label + input[type="radio"]{
    display: none;
}
#accordion .content{
    padding: 0 10px;
    line-height: 1.5;
    max-height: 0;
    overflow: hidden;
    transition: max-height 2s;
}
#accordion label + input[type="radio"]:checked + .content{
    max-height: 400px;
    

}

@media(max-width: 769px){
    .section-4{
        display: block;
        margin-top: 1500px;
    }
    .section-4 img{
        max-width: 100%;
    }
    #accordion{
        margin-top: 50px;
        width: 100%;
    }
}



/*.parent-container, .child-container {
  display: flex;
}
.parent-container {
  width: 100%;
  justify-content: center;
  gap: 30px 30px;
}
.child-container {
  width: 30%;
  height: auto;
  gap: 30px 30px;
  flex-direction: column;
}
.child-container img {
  transition: all 1s ease-in-out 0s;
 box-shadow: 2px 2px 20px gray, inset 2px 2px 10px lightgray;
}
.child-container img:hover {
  box-shadow: 4px 4px 25px black, inset 2px 2px 2px 10px rgb(0, 0, 20);
	
 
}

.greeting {
  text-align: center;
  color: lightblue;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
}
.fa-brands {
  font-size: 50px;
}
.greeting, .fa-brands {
  text-shadow: 2px 2px 10px lightgray;
  
}*/

.house-1 h3{
	text-align: center;
	margin-top: 100px;
}

.gallery{
	width: 900px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 5% auto;
	
}

.gallery div{
	width: 100%;
	display: grid;
	grid-gap: 20px;
	padding: 10px;
	
}

.gallery div img{
	width: 100%;
	transition: transform 0.5s; 
}



.gallery-wrap{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10% auto;
}


.gallery div img:hover{
	cursor: pointer;
	transform: scale(1.1);
}





/*---section-2---*/
.sec-2{
    margin-top: 80px;
    background-position: center;
    background-size: cover;
    height: 90vh;
}
.sec-2-text{
    text-align: center;
    color: #fff;
}
.sec-2-text h1{
    font-weight: bold;
    font-size: 40px;
    padding-top: 150px;
    color:#0d1a48;
}
.sec-2-text p{
    padding-top: 30px;
    width: 70%;
    margin: auto;
    display: block;
    line-height: 1.5;
}

@media(max-width: 769px){
    .sec-2{
        height: 200vh;
    }
}

.footer {
    background-color: #a4bef5;
    display: block;
    width: 100%;
    margin-top: 100px;

}

@media(max-width: 700px) {
    .section-3 {
        display: block;
    }

}

.footer-sec {
    width: 100%;


}

.footer-sec-1 img {
    width: 150px;
    margin: auto;
    display: block;
    padding-top: 50px;


}

.footer-sec-2 {
    display: flex;
    align-items: center;
    justify-content: center;

}

.footer-sec-2 a {
    text-decoration: none;
    color: #000;
    padding: 10px 10px;
    cursor: pointer;
}

.footer-sec-2 a:hover {
    color: #fff;
}

.footer-sec-3 {
    display: flex;
    align-items: center;
    justify-content: center;

}

.footer-sec-3 a {
    text-decoration: none;
    color: #000;
    padding: 15px 10px;
    font-weight: 300;

}

.back img{
    width: 100%;
}









