
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}



html{
    /* smooth scrolling */
    scroll-behavior: smooth;

    /* variables for storing colors */

    --primary-clr:#F5E468;
    --heading-clr:red;
    --bg-light-clr:#faf7fe;
    --dark-heading-clr:#242c3b;
    --dark-sub-heading-clr:#181c1f;
    --dark-text-clr:#454545;
    --light-heading-clr:#fefefe;
    --light-sub-heading-clr:#e2e9fa;
    --light-text-clr:#ccd1dd;
}

body{
    width: 100%;
    height: 100%;
    background-color:#b8c6e6;
}

/* navbar start */

nav{
    background-color: gold;
    /* opacity: 0.6; */
    position:sticky;
    
}
  .navbar .navbar-brand img{
    width: 200px;
  /* height: auto; */
  /* flex-shrink: 0; */
  /* padding: 0; */
  margin-top: 10px;
  }
.navbar .navbar-brand{
  height: 90.07px;
  /* flex-shrink: 0; */
  }
 nav .navbar-nav{
    padding-left: 50px;
 }
 .nav-item .nav-link {
    color: black;
  text-align: left;
  font-family:'Times New Roman', Times, serif;
  font-size: 20px;
  font-weight: 900;
  line-height: normal;  

  
  }
.navbar-nav li a:hover {
    color:white;
    font-size: larger;
    text-decoration-color: #000000;
    border:#000;
    padding: 10px;
    background-color: green;

}

  
/* navbar end */
/* section-1 start */
.section-1{
    width: 100%;
    position:relative;
    height:auto;
    padding-bottom: 20vh; 
    background-image: url(assets/hpmepage.avif);
    background-size: cover;
    z-index: 0;
    flex-shrink: 0;
}
    .section-1 h1{
        font-family:'Times New Roman', Times, serif;
        padding-top: 35vh;
        color: #ffffff;
        text-shadow:#000 ;
      font-style: normal;
      font-weight: 900;
      text-decoration: solid;
      text-shadow: #2c7d2f;
      text-align:left;
      }
    
    
    .section-1 p{
        font-family:'Times New Roman', Times, serif;
      color: #fbdb74d6;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 0.25px;
    text-shadow: #000;
    text-wrap:pretty;

    }
    #homebtn a{
        text-decoration: none;
        color: white;
    }
    #homebtn{
        --bs-btn-padding-y: .40rem;
        --bs-btn-font-size: .75rem;
        border-radius: 10px;
        background-color: green;
    }
   #homebtn a{
        color:white;
        font-weight: 900;
        
    }
    #homebtn a:hover {
        color:black;
    }
    #homebtn:hover  {
        background-color: white;

    }
      
    /* section-1 end  */

    @keyframes animateNavbar{
        0%{
            transform: translateY(-100%);
        }
        100%{
            transform: translateY(0px);
        }  
    }

    /*  section-2 starts */
    .section-2{
        
        position: relative;
        width: 100%;
        padding: 90px 8% 30px;
    }
    .section-2 h2{
        /* font-family:'Times New Roman', Times, serif; */
        font-family: cursive;
        color: red;
        text-align: center;
    }
    
    section-2 h4{
        font-family: cursive;
        color: #BE202A;
        color: #000;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 0.25px;
    }
    .section-2 p{
        color: #000;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 0.25px;
        font-family:roboto;
    }

  /* section-2 end */


    /* section-3 start */

  .section-3{
    position: relative;
    width: 100%;
    padding: 90px 8% 30px;
}
.section-3 h2{
    color: red;
    text-align: center;
    /* font-family:'Times New Roman', Times, serif; */
    font-family: cursive;
}

.section-3 h4{
    color: #BE202A;
    color: #000;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;  
    font-family: cursive;
    
}
.section-3 h5{
    color: #e82727;
    font-weight: 900;
    letter-spacing: 0.25px;
    line-height: 125%;   
    font-family: cursive;
   
}
.section-3 p{
    color: #000;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.25px;
    line-height: 125%;  
    font-family: cursive;

}
.section-3 #right-col img{
    border-radius: 80px;
}
.section-3 .card-title{
    color: #e82727;
    font-size: 29px;
    font-family: cursive;

}
/* section-3 end */

  /* section-4 start */
   .section-4 #why-choose-us{
        padding-top: 5vh;
    }
  
    .section-4 h2{
        color: red;
        text-align: center;
        font-family:Times New Roman;

    }
    
    .section-4 h4{
        color: #BE202A;
        color: #000;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 0.25px;
        line-height: 125%;  
        font-family: Times New Roman;
    
    }
    .section-4 h5{
        color: #e82727;
        font-weight: 900;
        letter-spacing: 0.25px;
        line-height: 125%; 
        font-family: Times New Roman;
     
    }
    .section-4 p{
        color: #000;
        font-size: 20px;
        font-weight: 400;
        letter-spacing: 0.25px;
        line-height: 125%;  
        text-indent: 15%;
        font-family: Times New Roman;

    }
   
    
 /*  section-4 ends */
/* what we offer start */
#section5{
    padding-top: 8%;
}
#section5 h2{
    color: red;
    font-family: Times New Roman;
}
#section5 .round{
    border-radius: 50%;
    width: 250px;
    margin: 0 10px;
    background-color:#ffda22;
}
#section5 .box img{
    display: block;
    width: 100%;
    border-radius: 5px;
}
#section5 .box:hover{
    transform:scale(1.3);
    z-index: 2;
}
#section5 p{
    font-family: Times New Roman;
} 

/* what we offer end */

/* contact start */
#contact{
    padding-top: 10%;
    font-family: cursive;

}

#address p i{
    color: white;
    border: 30px;
    padding: 10px;
    border-radius: 10px;
    border-color: #000;
    background-color: #2c7d2f;
}
#success-message {
  opacity: 0;
}
#contact h2{
    color: red;
    font-family: cursive;

}


.margin-top-25 {
  margin-top: 25px;
}

.form-title {
  padding: 25px;
  font-size: 30px;
  font-weight: 300;
  font-family: cursive;
}

.form-group .form-control {
  border-bottom: 1px;
  border-style: none none solid none;
  border-radius:0; 
  border-color: #000;
}

.form-group .form-control:focus {
	box-shadow: none;
  border-width: 0 0 2px 0;
  border-color: #000;
  
}

textarea {
  resize: none;
}

.btn-mod.btn-large {
    height: auto;
    padding: 13px 52px;
    font-size: 15px;
}

.btn-mod.btn-border {
    color: #000000;
    border: 1px solid #000000;
    background: transparent;
}

.btn-mod, a.btn-mod {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 13px;
    color: #fff;
    background: rgba(34,34,34, .9);
    border: 1px solid transparent;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.btn-mod.btn-border:hover, .btn-mod.btn-border:active, .btn-mod.btn-border:focus, .btn-mod.btn-border:active:focus {
    color: #fff;
    border-color: #000;
    background: #000;
    outline: none;
}

@media only screen and (max-width: 500px) {
    .btn-mod.btn-large {
       padding: 6px 16px;
       font-size: 11px;
    }
  
    .form-title {
        font-size: 20px;
  }
}

/* contact end */


/* footer style start */
    footer{
        margin: 0!important;
        font-family: Times New Roman;

    }
    #footer p a{
        text-decoration: none;

    }
    footer img{
        width: 40vh;
    }
    #footer h6{
        color:red;
    }
/* footer style ends */

/* service page start */
.feature{
	width: 100%;
	padding:50px 0 50px;
}
.feature .heading{
	text-align: center;
	width: 100%;
	padding:20px 0 20px;
    
}
.feature .heading h2{
	font-size: 32px;
	font-weight: 400;
}
.feature .heading h2 span{
	color: #117EC3;
}
.feature .heading h6{
	letter-spacing: 0.5px;
	font-weight: 300;
	font-size: 14px;
	padding:8px 0 8px;
    
    
}
.feature .separator{
	width: 50px;
	height: 2px;
	margin-bottom: 50px;
	display: inline-block;
}
.feature-main{
	width: 100%;
	border-bottom: 2px solid transparent;
	padding-bottom: 20px;
}
.cover:before{
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.7s ease 0s;
    -moz-transition: 0.7s ease 0s;
    -o-transition: 0.7s ease 0s;
    -ms-transition: 0.7s ease 0s;
    transition: 0.7s ease 0s;
}
.feature-main:hover .cover:before{
	box-shadow: none;
}
.feature .feature-box{
	width: 100%;
	height: auto;
	position: relative;
    margin: 10px;
    
}
.feature .feature-box img{
	width: 100%;
	/* height: 40vh;	 */

}
.feature .feature-head{
	text-align: center;
	padding: 10px 15px;
	border-top: none;
}
.feature .feature-head h3{
	font-size: 20px;
	color: red;
	font-weight: 600;
}
.feature .feature-head p{
	color: #000;
	letter-spacing: 0.4px;
	line-height: 1.7;
	margin: 20px 0 20px;
    font-size: 20;
}
.feature .feature-head a{
	color: #000;
	font-size: 13px;
	padding:10px 20px;
	border-radius: 5px;
	display: inline-block;
}
.feature .feature-head i{
	margin-left: 5px;
}
/* #sec-card{
    background-color: #dedada;
} */
@media all and (max-width: 767px){
	.feature-main{
		margin-bottom: 15px;
	}
}

/* service page end */
/* what we offer start */
#sec-card{
    padding: 0;
}
#section5 .feature-main{
    padding-bottom: 0;
}

/* what we offer end */
