/********** Template CSS **********/
:root {
    --primary: #13C5DD;
    --secondary: #354F8E;
    --light: #EFF5F9;
    --dark: #1D2A4D;
}

.btn {
    font-weight: 700;
    transition: .5s;
}

.btn:hover {
    -webkit-box-shadow: 0 8px 6px -6px #555555;
    -moz-box-shadow: 0 8px 6px -6px #555555;
    box-shadow: 0 8px 6px -6px #555555;
}

.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 0;
    border-radius: 50% 50% 0 0;
    z-index: 99;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    position: relative;
    margin-left: 30px;
    padding: 30px 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        bottom: 0;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
}

/* Hero Section Styling */
.hero-header {
    background-image: url('../images/security\ training.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Media Query for Mobile Devices */
@media (max-width: 768px) {
    .hero-header {
		background: repeating-linear-gradient(
			45deg, #0A1F44, #0A1F44 10px, #162D5C 10px, #162D5C 20px
		);
	}

    .hero-header h2 {
        font-size: 2rem; /* Smaller font size for mobile */
    }
}

.custom-button {
    border-radius: 30px; /* Adjust the value to reduce or increase the curvature */
  }

.service-item {
    position: relative;
    height: 350px;
    padding: 0 30px;
    transition: .5s;
}

.service-item .service-icon {
    width: 150px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 50%;
    transform: rotate(-14deg);
}

.service-item .service-icon i {
    transform: rotate(15deg);
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}

.price-carousel::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: var(--primary);
    border-radius: 8px 8px 50% 50%;
    z-index: -1;
}

.price-carousel .owl-nav {
    margin-top: 35px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next{
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

@media (min-width: 576px) {
    .team-item .row {
        height: 350px;
    }
}

.team-carousel .owl-nav {
    position: absolute;
    padding: 0 45px;
    width: 100%;
    height: 45px;
    top: calc(50% - 22.5px);
    left: 0;
    display: flex;
    justify-content: space-between;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}

.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    background: var(--light);
    border: 2px solid var(--primary);
    border-radius: 20px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 40px;
    height: 40px;
    background: var(--primary);
}

.testimonial-carousel .owl-item img {
    width: 150px;
    height: 150px;
}
.whatsapp-button {
    position: fixed;
    bottom: 20px;
    left: 20px;
    transition: transform 0.3s ease-in-out;
    z-index: 1000;
    width: 70px;
    height: 120px;
}

.whatsapp-button:hover {
    transform: scale(1.1);
}
.whatsapp-button i {
    font-size: 24px !important;
}
.floating-call-button {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #044488;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    z-index: 1000;
    transition: transform 0.3s;
}

.floating-call-button:hover {
    transform: scale(1.1);
}

.floating-call-button a {
    color: #fff;
    text-decoration: none;
}

.popular-tags-container {
    margin: 20px 0;
    padding: 10px;
    background-color: #0A1F44; /* Dark blue background for better contrast */
    border-radius: 5px;
}

.popular-tags-heading {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff; /* White text for strong contrast */
    margin-bottom: 15px;
    text-align: left; /* Default alignment for larger screens */
}

/* Tags container */
.hashtags {
    display: flex;
    flex-wrap: wrap; /* Allows the tags to wrap when needed */
    gap: 10px; /* Space between tags */
}

/* Individual tag styling */
.hashtag {
    color: #ffffff; /* White text for better contrast */
    background-color: #162D5C; /* Slightly lighter dark blue */
    text-decoration: none;
    padding: 8px 12px;
    border: 1px solid #1F3D7A; /* Border color for contrast */
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    white-space: nowrap; /* Prevents text from wrapping inside the tag */
    font-size: 0.9rem;
    font-weight: bold;
    transition: all 0.3s ease;
}

/* Hover effect for tags */
.hashtag:hover {
    background-color: #1F3D7A; /* Slightly brighter blue on hover */
    color: #FFFFFF; /* Keep text color white */
    border-color: #FFFFFF; /* White border for better effect */
}

/* Styles for Small Screens (Display tags in columns, center heading) */
@media (max-width: 768px) {
    .popular-tags-heading {
        text-align: center; /* Center the heading on small screens */
    }

    .hashtags {
        flex-direction: column; /* Stack tags in a vertical column */
        align-items: flex-start; /* Align tags to the start of the container */
    }

    .hashtag {
        width: 100%; /* Tags take the full width of the container */
        padding: 8px 12px; /* Adjust padding for a better appearance */
    }
}

/* Styles for Large Screens (Display tags in rows) */
@media (min-width: 769px) {
    .hashtags {
        flex-direction: row; /* Align tags in rows */
    }

    .hashtag {
        width: auto; /* Auto width for tags on large screens */
    }
}

  

  /* Container for the news flash */
.news-flash-container {
    padding: 10px;
    overflow: hidden;
    background-color: #f8f9fa;
    position: relative;
    border-radius: 5px;
  }
  
  /* News Flash Heading */
.news-heading {
  background-color: #007bff; /* Primary background color */
  padding: 5px 15px;
  color: white;
  display: flex; /* Use flexbox for centering */
  justify-content: center; /* Center content horizontally */
  align-items: center; /* Center content vertically */
  margin-bottom: 10px;
  font-size: 18px; /* Base font size */
}

/* Blinking Text Only */
.blink-text {
  animation: blink 2s infinite;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

/* Styles for Large Screens */
@media (min-width: 1024px) {
  .news-heading {
    width: auto; /* Allows the width to adjust based on content */
    max-width: 400px; /* Set a maximum width for the heading */
    font-size: 20px; /* Larger text size for better visibility */
    margin: 0 auto; /* Center the heading horizontally */
  }
}

  
/* News Ticker Styling */
.news-ticker {
  display: flex;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.news-items {
  display: flex;
  flex-direction: column; /* Use column direction for both small and large screens */
  animation: scroll-up 30s linear infinite; /* Same smooth scrolling for large and small screens */
}

.news-item {
  display: flex;
  align-items: center;
  background-color: white;
  color: #343a40;
  padding: 5px 15px;
  margin-bottom: 10px;
  border-radius: 5px;
  white-space: normal; /* Ensure that text wraps normally */
}

.news-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

/* Keyframe for Vertical Scroll (Both Screens) */
@keyframes scroll-up {
  0% { transform: translateY(100%); }
  100% { transform: translateY(-100%); }
}

/* Styles for Large Screens */
@media (min-width: 1024px) {
  .news-flash-container {
    padding: 15px;
  }

  .news-heading {
    font-size: 20px;
    width: 100%; /* Ensure consistent width */
    padding: 5px 15px;
    text-align: center;
  }

  .news-item {
    font-size: 16px;
    padding: 5px 15px;
  }

  .news-img {
    width: 50px;
    height: 50px;
  }

  .news-ticker {
    margin-left: 0;
  }

  .news-items {
    animation-duration: 40s; /* Same speed for large screens */
  }
}

/* Styles for Small Screens */
@media (max-width: 768px) {
  .news-flash-container {
    text-align: center;
  }

  .news-heading {
    text-align: center;
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 10px;
  }

  .news-ticker {
    display: block;
    margin: 0 auto;
    padding-top: 10px;
    overflow: hidden;
  }

  .news-items {
    animation-duration: 30s; /* Same speed for small screens */
  }

  .news-item {
    margin-right: 0;
    width: 100%;
  }

  .news-img {
    width: 30px;
    height: 30px;
  }
}
.blog{
	background:#fff;
}
.blog .blog-title{
	text-align:center;
}
.blog .single-news {
	background: #fff;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-shadow: 0px 0px 10px #00000014;
}
.blog .single-news img{
	width:100%;
	margin:0;
	padding:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.blog .single-news .news-head{
	position:relative;
	overflow:hidden;
}
.blog .single-news .news-content {
	text-align: left;
	background: #fff;
	z-index: 99;
	position: relative;
	padding: 30px;
	left: 0;
	z-index: 0;
}
.blog .single-news .news-content:before{
	position:absolute;
	content:"";
	left:0;
	bottom:0;
	height:2px;
	width:0%;
	background:#1A76D1;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.blog .single-news:hover .news-content:before{
	opacity:1;
	visibility:visible;
	width:100%;
}
.blog .single-news .news-body h2 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 24px;
}
.blog .single-news .news-body h2 a{
	color:#2C2D3F;
	font-weight: 500;
}
.blog .single-news .news-body h2 a:hover{
	color:#1A76D1;
}
.blog .single-news .news-content p {
	font-weight: 400;
	text-transform: capitalize;
	font-size: 13px;
	letter-spacing: 0px;
	line-height: 23px;
}
.blog .single-news .news-body .date {
	display: inline-block;
	font-size: 14px;
	margin-bottom: 5px;
	background: #1A76D1;
	color: #fff;
	padding: 4px 15px;
	border-radius: 3px;
	font-size: 14px;
	margin-bottom: 10px;
}
.blog.grid .single-news{
	margin-top:30px;
}
/* Blog Sidebar */
.main-sidebar {
	background: #fff;
	margin-top: 30px;
	background: transparent;
}
.main-sidebar .single-widget {
	margin-bottom: 30px;
	padding: 40px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	border-radius: 8px;
}
.main-sidebar .single-widget .title {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 30px;
	display: block;
	background: #fff;
	padding-left: 12px;
}
.main-sidebar .single-widget .title::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -1px;
	height: 100%;
	width: 3px;
	background: #1A76D1;
}
.main-sidebar .single-widget:last-child{
	margin:0;
}
.main-sidebar .search{
	position:relative;
}
.main-sidebar .search input {
	width: 100%;
	height: 45px;
	box-shadow: none;
	text-shadow: none;
	font-size: 14px;
	border: none;
	color: #222;
	background: transparent;
	padding: 0 70px 0 20px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 0;
	border: 1px solid #eee;
	border-radius: 5px;
}
.main-sidebar .search .button {
	position: absolute;
	right: 40px;
	top: 40px;
	height: 44px;
	width: 50px;
	line-height: 45px;
	box-shadow: none;
	text-shadow: none;
	text-align: center;
	border: none;
	font-size: 14px;
	color: #fff;
	background: #333;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 0 5px 5px 0;
}
.main-sidebar .search .button:hover {
	background:#1A76D1;
	color:#fff;
}
/* Category List */
.main-sidebar .categor-list {
	margin-top: 15px;
}
.main-sidebar .categor-list li {
	margin-bottom: 10px;
}
.main-sidebar .categor-list li:last-child{
	margin-bottom:0px;
}
.main-sidebar .categor-list li a {
	display: inline-block;
	color: #333;
	font-size:14px;
}
.main-sidebar .categor-list li a:hover{
	color:#1A76D1;
	padding-left:7px;
}
.main-sidebar .categor-list li a i {
	display: inline-block;
	margin-right:0px;
	font-size: 9px;
	transform: translateY(-1px);
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.main-sidebar .categor-list li a:hover i{
	margin-right: 6px;
	opacity:1;
	visibility:visible;
}
/* Recent Posts */
.main-sidebar .single-post {
	position: relative;
	border-bottom: 1px solid #ddd;
	display: inline-block;
	padding: 17px 0;
}
.main-sidebar .single-post:last-child{
	padding-bottom:0px;
	border:none;
}
.main-sidebar .single-post .image img{
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 20px;
}
.main-sidebar .single-post .content{
	padding-left:100px;
}
.main-sidebar .single-post .content h5 {
	line-height: 18px;
}
.main-sidebar .single-post .content h5 a {
	color: #2C2D3F;
	font-weight: 500;
	font-size: 14px;
	font-weight: 500;
	margin-top: 10px;
	display: block;
	margin-bottom: 10px;
	margin-top: 0;
}
.main-sidebar .single-post .content h5 a:hover{
	color:#1A76D1;
}
.main-sidebar .single-post .content .comment li{
	color:#888;
	display:inline-block;
	margin-right:15px;
	font-weight:400;
	font-size:14px;
}
.main-sidebar .single-post .content .comment li:last-child{
	margin-right:0;
}
.main-sidebar .single-post .content .comment li i{
	display:inline-block;
	margin-right:5px;
}
/* Blog Tags */
.main-sidebar .side-tags .tag{
	margin-top:40px;
}
.main-sidebar .side-tags .tag li {
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 20px;
}
.main-sidebar .side-tags .tag li a {
	background: #fff;
	color: #333;
	padding: 8px 14px;
	text-transform: capitalize;
	border-radius: 0;
	font-size: 13px;
	background: #F6F7FB;
	border-radius: 4px;
}
.main-sidebar .side-tags .tag a:hover{
	color:#fff;
	background:#1A76D1;
	border-color:transparent;
}
/* News Single */
.news-single {
	padding: 60px 0 90px;
	background: #f8f8f8;
}
.news-single .single-main {
	margin-top: 30px;
	background: #fff;
	padding: 30px;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	border-radius: 8px;
}
.news-single .news-head{}
.news-single .news-head img{
	width:15%;
	height:15%;
}
.news-single .news-title {
	font-size: 25px;
	margin: 20px 0;
}
.news-single .news-title a {
	color: #252525;
	font-weight: 600;
}
.news-single .news-title a:hover {
	color: #1A76D1;
}
/* Blog Meta */
.news-single{
	background:#fff;
}
.news-single .meta {
	overflow: hidden;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	width: 100%;
	padding: 10px 0;
	margin-bottom: 15px;
}
.news-single .meta span {
	margin-right: 10px;
	display: inline-block;
}
.news-single .meta span:last-child{
	margin:0;
}
.news-single .meta span, .news-single .meta span a {
	color: #2C2D3F;
	font-weight: 400;
}
.news-single .meta span i {
	margin-right: 5px;
	color:#1A76D1;
}
.news-single .meta-left{
	float:left;
}
.news-single .meta-left .author img {
	width: 45px;
	height: 45px;
	border-radius: 100%;
	margin-right: 12px;
}
.news-single .meta-left .author {
	float: left;
}
.news-single .meta-left span.date {
	margin-top: 10px;
}
.news-single .meta-right {
	float: right;
	margin-top: 10px;
}
.news-single .news-content{
	margin:20px 0;
}
.news-single .news-content p{
	margin-bottom:10px;
}
.news-single .news-content p:last-child{
	margin:0;
}
.news-single .news-text p {
	font-size: 14px;
	margin-bottom:20px;
}
/* Image Gallery */
.news-single .image-gallery {
	margin-bottom: 20px;
}
.news-single .image-gallery .single-image {
	overflow: hidden;
}
.news-single .image-gallery .single-image:hover img{
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	transform:scale(1.2);
}
/* Blockqoute */
.news-single blockquote {
	background-image: url('img/blockqoute-bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 30px;
	overflow: hidden;
}
.news-single blockquote::before {
	opacity: 0.9;
}
.news-single .news-text blockquote p {
	color: #fff;
	margin: 0;
	line-height: 26px;
	font-size: 15px;
	position: relative;
}
.news-single .blog-bottom {
	overflow: hidden;
}
/* Social Share */
.news-single .social-share {
	float: left;
}
.news-single .social-share li {
	float: left;
}
.news-single .social-share li span{
	padding-left:5px;
}
.news-single .social-share li.facebook a{
	background:#5d82d1;
}
.news-single .social-share li.twitter a{
	background:#40bff5;
}
.news-single .social-share li.google-plus a{
	background:#eb5e4c;
}
.news-single .social-share li.linkedin a{
	background:#238cc8;
}
.news-single .social-share li.pinterest a{
	background:#e13138;
}
.news-single .social-share li a {
	padding: 10px 20px;
	display: block;
	color: #fff;
}
.news-single .social-share li a:hover{
	background:#2B343E;
}
/* Prev Next Button */
.news-single .prev-next {
	float: right;
}
.news-single .prev-next li {
	display: inline-block;
	padding: 0;
	margin-right: 5px;
}
.news-single .prev-next li:last-child{
	border:none;
}
.news-single .prev-next li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	border: 1px solid #c4c4c4;
	color: #555;
	border-radius: 4px;
}
.news-single .prev-next li a:hover{
	color:#fff;
	background:#1A76D1;
	border-color:transparent;
}
/* Blog Comments */
.news-single .blog-comments {
	margin-top: 30px;
	background: transparent;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	border-radius: 8px;
	padding: 30px;
}
.news-single .blog-comments h2 {
	text-align: left;
	text-transform: capitalize;
	font-size: 18px;
	color: #252525;
	margin-bottom: 20px;
}
.news-single .blog-comments h4 span{
	float:right;
}
.news-single .single-comments {
	overflow: hidden;
	margin-bottom: 30px;
	background: #fff;
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
}
.news-single .single-comments.left .main {
	padding-left: 100px;
	position: relative;
	margin-left: 100px;
}
.news-single .single-comments.left img{
	position:absolute;
	left:0;
	top:0;
}
.news-single .single-comments:last-child{
	margin:0;
	border:none;
	margin-bottom:0;
	padding-bottom:0;
}
.news-single .single-comments .main {
	overflow: hidden;
}
.news-single .single-comments .head {
	float: left;
	margin-right: 20px;
	text-align: center;
	width: 12%;
}
.news-single .head img {
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 100%;
	border: 5px solid #f8f8f8;
}
.news-single .single-comments .body {
	float: left;
	width: 85%;
}
.news-single .single-comments.left .body{
	float: noene;
	width:100%;
}
.news-single .single-comments .comment-list {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #e2e2e2;
	overflow: hidden;
}
.news-single .single-comments .comment-list .body {
	width: 78%;
}
.news-single .single-comments h4 {
	margin: 0 0 5px;
	font-size: 16px;
	text-align: left;
	font-weight: 500;
	color: #252525;
}
.news-single .single-comments .comment-meta{
	margin-bottom:5px;
}
.news-single .single-comments .meta {
	font-size: 13px;
	color: #555;
	font-weight: 400;
	border: none;
	margin-right: 10px;
	padding: 0;
	margin: 0 10px 0 0;
}
.news-single .single-comments .meta:last-child{
	margin:0;
}
.news-single .comment-meta span i{
	margin-right:5px;
}
.news-single .comment-meta span:last-child{
	margin:0;
}
.news-single .single-comments p {
	font-size: 13px;
}
.news-single .single-comments a {
	text-transform: capitalize;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	padding: 3px 15px;
	display: inline-block;
	margin-top: 10px;
	border-radius: 4px;
	background:#1A76D1;
	color:#fff;
}
.news-single .single-comments a:hover{
	background:#2C2D3F;
	color:#fff;
}
.news-single .single-comments a i{
	margin-right:5px;
}
.news-single .comment-list {
	padding-left:50px;
}
.news-single .single-comments.login{
	text-align:center;
}
.news-single .single-comments.login i{
	font-size:20px;
}
.news-single .single-comments.login a{
	text-align:center;
}
.news-single .single-comments.login a:hover{
	color:#353535;
}
.news-single .comments-form {
	margin-top: 30px;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	border-radius: 8px;
	padding: 30px;
}
.news-single .comments-form h2 {
	text-align: left;
	font-size: 18px;
	color: #353535;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.news-single .form {
}
.news-single .form-group {
	position: relative;
	display: block;
	margin: 0 0 20px;
}
.news-single .form-group i {
	position: absolute;
	left: 12px;
	top: 17px;
	z-index: 1;
	color: #1A76D1;
}
.news-single .form-group input {
	width: 100%;
	height: 50px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 400;
	border-radius: 0px;
	padding-left: 34px;
	padding-right: 20px;
	border: none;
	line-height:50px;
	font-weight: 400;
	font-size:14px;
	color:#2C2D3F;
}
.news-single .form-group textarea {
	border: 1px solid #ddd;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-shadow: none;
	border-radius: 0px;
	border: none;
	height: 190px;
	padding: 15px 15px 15px 35px;
	resize: none;
	font-weight: 400;
	font-size:14px;
	color:#2C2D3F;
}
.news-single .form-group input, .news-single .form-group textarea {
	border: 1px solid transparent;
	border: 1px solid #eee;
	border-radius: 5px;
}
.news-single .form-group.message i {
	top: 22px;
}
.news-single .form-group .button {
	padding: 10px 30px;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	border: 0px solid;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding: 15px 30px;
	
}
.news-single .form-group .button:hover {
	background: #353535;
}
.news-single .form-group .button i{
	position:relative;
	display:inline-block;
	color:#fff;
	margin-right:10px;
	padding:0px;
}
.news-single .form-group.button {
	margin: 0;
	text-align: left;
}
.news-single .form-group.button .btn{
	background:#fff;
	background:#1A76D1;
	color:#fff;
}
.news-single .form-group.button .btn:hover{
	color:#fff;
}
.news-single .form-group.button .btn i {
	color: #fff;
	position: relative;
	top: 0;
	left: 0;
	margin-right: 10px;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}

/* Search input field */
.search-input {
    width: 100%; 
    padding: 10px 15px; /* Increased padding for larger tap target */
    font-size: 16px; /* Ensure text is readable */
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

/* Search button (magnifying glass) */
.submit {
    display: inline-block;
    padding: 12px 15px; /* Increased padding for larger tap target */
    font-size: 18px;
    border-radius: 50%;
    background-color: #007bff;
    color: white;
    text-align: center;
    cursor: pointer;
    margin-left: 10px; /* Added spacing between the input and the button */
    transition: background-color 0.3s ease;
}

.submit:hover {
    background-color: #0056b3; /* Darker color for hover effect */
}

/* Ensure button has sufficient touch area */
.submit i {
    line-height: 1; /* Adjust to ensure icon is centered */
}

/* Focus styles for accessibility */
.search-input:focus, .submit:focus {
    outline: 2px solid #0056b3; /* Visible focus outline for better accessibility */
}

/* Ensuring proper spacing around form */
.form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0; /* Space between input and button */
}

/* Increase clickable area of the links */
.single-widget.category ul li a {
    display: block;
    padding: 8px 10px; /* Added padding for easier clicking */
    font-size: 16px; /* Ensure legibility */
    transition: background-color 0.3s ease;
}

/* Visual feedback for focus and hover */
.single-widget.category ul li a:focus, .single-widget.category ul li a:hover {
    background-color: #007bff; /* Highlight link on focus/hover */
    color: #fff; /* Change text color for contrast */
    border-radius: 5px;
}

/* Make sure the category widget has spacing */
.single-widget.category {
    padding: 15px;
    background-color: #f8f9fa; /* Light background for readability */
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow for better separation */
}

.service-icon img {
    width: auto; /* Maintain aspect ratio */
    height: 250px; /* Set a fixed height for all images */
    object-fit: cover; /* Prevents distortion by cropping to fit */
}

.position-relative img {
    min-height: 400px;
    max-height: 500px;
    object-fit: cover;
}
.col-lg-7 {
    background-color: #ffffff; /* White background for better contrast */
    padding: 30px;
    border-radius: 8px;
}

/* Heading styles */
.col-lg-7 h3 {
    color: #0056b3; /* Dark blue color for the heading for better contrast */
}

.col-lg-7 h1 {
    color: #333; /* Darker text for the main title for better readability */
}

/* Paragraph text */
.col-lg-7 p {
    color: #333; /* Dark text for paragraphs */
    line-height: 1.6; /* Increases line height for better readability */
}

/* Button Styling */
.col-lg-7 .btn-primary {
    background-color: #007bff; /* Primary blue background for the button */
    color: #ffffff; /* White text for the button */
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: bold;
    text-decoration: none;
}

.col-lg-7 .btn-primary:hover {
    background-color: #0056b3; /* Darker blue on hover */
}
/* Section Title Styling */
.text-center h2 {
    color: #0056b3; /* Dark blue color for the heading */
    border-color: #0056b3; /* Darker border for better contrast */
}

.text-center h5 {
    color: #333; /* Dark text color for the subheading */
    font-weight: 500; /* Slightly lighter weight for readability */
    line-height: 1.6; /* Better line spacing for readability */
}

/* Ensure good contrast on smaller screens */
@media (max-width: 768px) {
    .text-center h2, .text-center h5 {
        text-align: center; /* Center the headings on smaller screens */
    }
}
/* Section Title Styling */
.text-center h2 {
    color: #0056b3; /* Dark blue color for the heading */
    border-color: #0056b3; /* Darker border for better contrast */
}

/* Ensure good contrast on smaller screens */
@media (max-width: 768px) {
    .text-center h2 {
        text-align: center; /* Center the heading on smaller screens */
    }
}
/* Link styling */
.text-primary {
    color: #0056b3 !important; /* Darker blue color for better contrast */
}

/* Ensure contrast for bold links */
.text-primary.fw-bold {
    font-weight: bold;
    color: #0056b3 !important; /* Ensure the bold text has enough contrast */
}

/* Hover effect */
.text-primary:hover {
    color: #003366 !important; /* Darker shade on hover for better visibility */
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
    .row {
        display: flex;
        flex-direction: column;
        align-items: flex-start; /* Stack columns on smaller screens */
    }
}

