
a{
	text-decoration: none;
}

.section{
	padding-top: 70px;
	padding-bottom: 70px;
}

.section_end{
	padding-top: 20px;
	padding-bottom: 50px;
}

.section h2.section-head{
	color: #000;
	text-align: center;
	margin-bottom: 40px;
}
.latest-news li a{
	color: rgb(51, 121, 212);
}
.section h2.section-head:after{
	background: rgb(51, 121, 212);
	content: "";
	display: block;
	width: 100px;
	height: 3px;
	margin: 20px auto;
}

#header{
	color: #fff;
	background: #5194c7;
	margin: 0px;
	padding: 0px;
}

#company_name{
	font-size: 2rem;
	margin-top: 5px;
}
#logo{
	height: 100px;
	font-size: 1rem;
}
#menu{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li{
	display: inline-block;
}

#menu li a{
	color: #fff;
	padding: 15px 10px;
	display: block;
}

#menu li a:hover{
	background: #06608a;
}

#banner{
	height: 1750px;
	background: url('../images/bannerg.png') no-repeat 0 0;
	background-size:cover;
	position: relative;
}
#first_banner{
	height: 630px;
	background: url('../images/gallary/first_banner.jpeg') no-repeat 0 0;
	background-size:cover;
	position: relative;
}

.banner-title{
	padding-top: 5rem;
	color: rgb(196, 211, 216);
}

.banner-title h1{
	background: rgba(33, 102, 112, 0.5);
	display: inline-block;
	padding: 10px;
	margin-bottom: 2px;
	border-radius: 10px;
    color: #fff;
}

.banner-title .lead{
	border-radius: 10px;
	color: #fff;
	background: rgba(33, 102, 112, 0.5);
	padding: 10px;
}

.service-box{
	text-align: center;
}

.service-box .fa{
	color: rgb(51, 121, 212);
	font-size: 70px;
	margin-bottom: 15px;
}
.news-post img{
	width: 100%;
	margin-bottom: 10px;
}

.news-post h3{
	font-size: 1.35rem;
}

.news-post h3 a{
	color: rgb(51, 121, 212);
}

.post-date{
	font-size: 13px;
	margin-bottom: 2px;
}

.post-date::before{
	font-family: FontAwesome;
	padding-right: 5px;
}

a.readmore{
	font-size: 14px;
	color: rgb(51, 121, 212);
}

a.readmore::after{
	font-family: FontAwesome;
	padding-left: 5px;
}

#footer-sidebar{
	color: #fff;
	background: #34495e;
	padding: 20px 0;
}
.hidden{
	display: none;
}
.footer-widget h4::after{
	content: "";
	background: #fff;
	display: block;
	width: 235px;
	height: 2px;
	margin: 5px 0;
}

.footer-widget a{
	color: #fff;
}

.latest-news{
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-widget ul.latest-news li img {
    width: 40px; /* Adjust as needed */
    height: 40px; /* Adjust as needed */
    border-radius: 50%; /* Make the image circular */
    margin-right: 10px; /* Adjust spacing between image and text */
}

/* Optional: Style the anchor text */
.footer-widget ul.latest-news li a {
    text-decoration: none;
    color: #e67e22;
}


.latest-news li{
	display: flex;
    align-items: center;
	margin-bottom: 3px;
}

.latest-news li:before{
	font-family: FontAwesome;
	padding-right: 5px;
}
#owner_pic
{
	color: #fff;
	margin-top: -18px;
	margin-bottom: -2px;
}
/*#about{*/
/*	color: #fff;*/
/*	background: #2c3e50;*/
/*	padding: 10px 0;*/
/*}*/

#social-icons{
	list-style: none;
	color: #fff;
	margin: 0;
	padding: 0;
}

#social-icons li{
	display: inline-block;
	padding-left: 5px;
}
#social-icons li a:hover{
    color:#4B8BF4;
}
#contacts a:hover
{
    color:#4B8BF4;
}
#social-icons li a{
	color: #fff;
	font-size: 23px;
}


/* Modal */
.modal-content {
    border-radius: 10px;
}

.modal-header {
    background-color: #2c6aac; /* Blue header */
    color: white;
    border-bottom: none; /* Remove bottom border */
    border-radius: 10px 10px 0 0; /* Rounded corners on top */
}

.modal-title {
    font-weight: bold;
}

.modal-body {
    padding: 20px;
}

.modal-footer {
    border-top: none; /* Remove top border */
    border-radius: 0 0 10px 10px; /* Rounded corners on bottom */
}

/* Close button */
.btn-close {
    color: white;
    opacity: 0.5;
}

.btn-close:hover {
    opacity: 1;
}

/* Form styling */
.form-group {
    margin-bottom: 20px;
}

/* Password field */
.password-container {
    position: relative;
}

#eye-icon {
    position: absolute;
	color: #2c6aac;
    font-size: 20px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

/* Button styling */
.btn-primary {
    background-color: #2c6aac; /* Blue button */
    border-color: #2c6aac;
}

.btn-primary:hover {
    background-color: #2c6aac; /* Darker blue on hover */
    border-color: #2c6aac;
}


@media (max-width: 992px){
	.news-post{
		margin-bottom: 30px;
	}
	#banner{
		height: 1650px;
	background-size:cover;
	position: relative;
	}
	#first_banner{
		height: 450px;
		background-size:cover;
		position: relative;
	}
	/*#about{*/
	/*	background-color: #2c3e50;*/
	/*	color:#fff;*/
	/*	text-align:center;*/
	/*}*/
}

@media (max-width: 768px){
	#banner{
		height: 700px;
	background-size:contain;
	position: relative;
	}
	#first_banner{
		height: 190px;
		background-size:contain;
		position: relative;
	}
	#logo{
		text-align: center;
		margin: 10px 0;
	}
	#menu{
		text-align: center;
	}
	.banner-title{
		padding-top: 0;
	}
	.banner-title h1{
		font-size: 1.7rem;
	}
	.section{
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.testimonial{
		text-align: center;
		margin-bottom: 30px;
	}
	.service-box{
		margin-bottom: 30px;
	}
	
	.footer-widget{
		margin-bottom: 20px;
	}

	#social-icons{
		margin-top: 10px;
	}

}