@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');
* {
	font-family: 'Montserrat', sans-serif;
}
body {
	/* background: #f1fbff; */
	color:black;
}
.section-padding {
	padding: 100px 0;
}
.numbered-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
    background-color: #D9B337;
}

.number {
    padding: 10px;
    color: white;
    font-size: 50px;
    /* Adjust the font size as desired */
    margin-bottom: 5px;
}

.numbered-text {
    background-color: #D9B337;
    padding: 10px;
    border-radius: 5px;
    color: white;
    font-size: 16px;
    /* Adjust the font size as desired */
}
.carousel-item {
	height: 100vh;
	min-height: 300px;
}
.carousel-caption {
	bottom: 220px;
	z-index: 2;
}
.carousel-caption h5 {
	font-size: 45px;
font-weight: 600;
	letter-spacing: 2px;
}
.carousel-caption p {
	width: 60%;
	margin: auto;
	font-size: 18px;
	line-height: 1.9;
}
.carousel-inner:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	/* background: rgba(0, 0, 0, 0.7); */
	z-index: 1;
}
.navbar .getstarted {
	background: #106eea;
	margin-left: 30px;
	border-radius: 4px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	padding: .5rem 1rem;
	line-height: 2.3;
}
.navbar-nav a {
	font-size: 15px;
	/* text-transform: uppercase; */
	font-weight: 600;
	color: #000;
}
.navbar-light .navbar-brand {
	color: #000;
	font-size: 25px;

	font-weight: bold;
	letter-spacing: 4px;
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
	color: #000;
}
.navbar-light .navbar-nav .nav-link {
	color: #000;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #137D3C;
}
 .choose_heading {
            position: relative;
        }

        .choose_heading::after {
            content: '';
            position: absolute;
            bottom: -8px;
            /* Adjust the distance of the underline from the text */
            left: 50%;
            /* Center the underline relative to the heading */
            transform: translateX(-50%);
            /* Centering trick */
            width: 12%;
            /* Adjust the length of the underline */
            height: 6px;
            /* Adjust the thickness of the underline */
            background-color: #DCB846;
            /* Change the color of the underline */
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
            /* Add a shadow to the underline */
            border-radius: 5px;
            /* Add rounded corners to the underline */
        }
        
        


		
/*.w-100 {*/
/*	height: 100vh;*/
/*}*/


.navbar-toggler {
	padding: 1px 5px;
	font-size: 18px;
	line-height: 0.3;
	background: #fff;
}
.uses{
padding:40px 0px;
}

.content {
    padding: 20px;
}

.headpro {
    text-align: center;
    margin-bottom: 10px;
}

.paragraph {
    font-size: 16px;
    line-height: 1.5;
}

.key1 li{
	padding-bottom: 20px;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .heading {
        font-size: 20px;
        text-align: center;
    }

    /*.paragraph {*/
    /*    font-size: 14px;*/
    /*}*/
    
    
            
.parallax-divider {
            background-image: url('assets/divider.jpg');
            background-attachment: fixed;
            background-position: center;
            background-repeat: no-repeat;
            background-size: 125%;
            height:170px;
            /* Adjust the height as needed */
        }
        
        
        
        
}

@media only screen and (max-width: 767px) {
	.navbar-nav {
		text-align: center;
	}
	.carousel-caption {
		bottom: 125px;
	}
	.carousel-caption h5 {
		font-size: 40px;
	}
	.carousel-inner{
	    margin-top:83px !important;
	}
.carousel-item {
	height: 25vh;
	min-height:160px;
}

.carousel-caption{
  margin-top:-30px;  
}

.carousel-caption>h5{
    font-size:17px;
}
.w-100{
    min-height:25vh;
}

}
	
	
.topic {
    margin-top: 0px;
    background-color: #D9B337;
 display: block;
        text-align: center;
        padding: 10px 5px;
    width:auto;
    font-weight: 600;
}
.topic span>a{
	color: black;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.carousel-caption {
		bottom: 370px;
	}
	.carousel-caption p {
		width: 100%;
	}
	.w-100 {
	height: 100vh;
}	
	.img-area img {
		width: 100%;
	}
.navbar-nav .nav-link {
    margin-right: 30px;
    text-align: center;
	line-height: 50px;
}

.parallax-divider {
            background-image: url('assets/divider.jpg');
            background-attachment: fixed;
            background-position: center;
            background-repeat: no-repeat;
            background-size: 125%;
            height:170px;
            /* Adjust the height as needed */
        }
        
        
}

	@media only screen and (min-width: 992px) and (max-width: 1920px) {
 
.parallax-divider {
            background-image: url('assets/divider.jpg');
            background-attachment: fixed;
            background-position: center;
            background-repeat: no-repeat;
            background-size: 100%;
            height:440px;
            /* Adjust the height as needed */
        }
        
        
}



