.navbar{
    padding: 0.5rem 1rem 0.5rem 0 !important;
}
.header{
    margin-left: 0 !important;
    padding : 10px 10px 10px 0!important;
}
.left-side-text{
    margin-left: 1rem!important;
}
.testi-pager {
    margin-top: 66px !important;
}
.pull-left {
    float: left !important;
}
.header-title {
    background-color: #002a59;
    color: #ffffff;
    font-family: 'Droid Sans';
    text-align: center;
    padding: 15px;
}
.media,  .media-body {
    overflow: hidden;
    zoom: 1;
}
.media {
    margin-top: 15px;
}
ul li,  ol li {
    color: #737f85;
    font-size: 15px;
    line-height: 24px;
    margin: 0 0 0 0;
    /*chg right margin to 5px if any deviations*/
    padding: 6px 0;
    vertical-align: top;
}
.service .post .service-icon i {
    transition: all 300ms ease-out 0s;
}
.entry-title {
     color: #337ab7;
}
/*.carousel-indicators {
            position: absolute;
            bottom: 10px;
            left: 50%;
            z-index: 15;
            width: 60%;
            padding-left: 0;
            margin-left: -30%;
            text-align: center;
            list-style: none;
        }*/
        
ul ol {
    margin: 0 15px 0 10px;
    padding: 0 0px 0px 17px;
}
.site-info p a {
    color: #737f85;
    text-decoration: none;
}
tbody a,  p a {
    color: #5ca2df;
    font-weight: 500;
}
.service-icon {
    margin: 20 auto 12px;
    text-align: center;
    color: #2A7BC1;
    font-size: 30px;
    line-height: normal;
}
a,  a:hover,  a:focus {
    transition: all 0.3s ease 0s;
    text-decoration: none;
}
a {
    color: #337ab7;
    text-decoration: none;
}
 user agent stylesheet a:-webkit-any-link {
 color: -webkit-link;
 cursor: pointer;
}
*:before,  *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet div {
    display: block;
}
p,  .entry-content {
    font-family: 'Droid Sans';
    color: #737f85;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
    word-wrap: break-word;
}
.editor-styles-wrapper,  .entry-content {
    counter-reset: footnotes;
}
/* Add this CSS to your stylesheet or in a <style> block in your HTML file */
        
.quick-links {
    list-style: none;
    /* Remove list bullets */
    padding: 0;/* Remove default padding */
}
.quick-links li {
    display: inline;
    /* Display list items horizontally */
    margin-right: 15px;/* Add spacing between links */
}
.quick-links a {
    font-weight: bold;
    /* Make links bold */
    color: #FF0000;
    /* Set link color to red (#FF0000), you can change this to your preferred color */
    text-decoration: none;/* Remove underlines from links */
}
/* Style for the "Quick Access" heading */
        
.col-md-4 h4 {
    font-weight: bold;
    /* Make the heading bold */
    color: #333;
    /* Set heading color to a dark gray (#333), you can change this color as needed */
    margin-bottom: 10px;/* Add space below the heading */
}
user agent stylesheet div {
    display: block;
}
article,  aside,  details,  figcaption,  figure,  footer,  header,  hgroup,  main,  menu,  nav,  section,  summary {
    display: block;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet footer {
    display: block;
}
.site-info p a {
    color: #737f85;
    text-decoration: none;
}
tbody a,  p a {
    color: #5ca2df;
    font-weight: 500;
}
a,  a:hover,  a:focus {
    transition: all 0.3s ease 0s;
    text-decoration: none;
}
a {
    color: #337ab7;
    text-decoration: none;
    background-color: transparent;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
 user agent stylesheet a:-webkit-any-link {
 color: -webkit-link;
 cursor: pointer;
 text-decoration: underline;
}
article,  aside,  details,  figcaption,  figure,  footer,  header,  hgroup,  main,  menu,  nav,  section,  summary {
    display: block;
}
user agent stylesheet footer {
    display: block;
}
/*.carousel-inner {
            position: relative;
            width: 100%;
            overflow: hidden;
        }*/
        
user agent stylesheet div {
    display: block;
}
.testi-pager {
    margin-top: 66px !important;
}
user agent stylesheet div {
    display: block;
}
.testimonial-scroll .post-thumbnail img {
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #d2d2d2;
    padding: 4px;
    width: 100px;
    height: 100px;
    margin: 0;
}
.img-responsive,  .thumbnail> img,  .thumbnail a> img,  .carousel-inner> .item> img,  .carousel-inner> .item> a> img {
    display: block;
    max-width: 100%;
    height: auto;
}
/* Add this CSS to your stylesheet */
        
.service-box {
    background-color: transparent;
    padding: 5px 15px 5px;
    /* Adjust padding to match .service .post */
    border: 1px solid #e4e8ea;
    border-color: transparent;
    text-align: center;
    margin: 0 0 40px;
    /* Increase margin for more spacing */
    transition: transform 0.3s ease;
}
.service .post:hover {
    transform: scale(1.05);
    /* Scale the .post to 105% on hover */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);/* Add a subtle box shadow on hover */
}
.service .post {
    background-color: #f7f7f7;
    border: 1px solid #e4e8ea;
    text-align: center;
    border-radius: 4px;
    padding: 30px 15px 35px;
    margin: 0 0 20px;
    transition: all 0.3s ease 0s;
    border: 1px solid #e4e8ea;
}
user agent stylesheet div {
    display: block;
}
/* Reset some default margin and padding */
        /* Body styles */
        
body {
    font-family: Arial, sans-serif;
    background-color: white;
}
        /* Banner image */
        
. img {
 width: 100%;
 height: auto;
/* Maintain image aspect ratio */
}
/* Section titles */
        
.section-title {
    text-align: center;
    margin-bottom: 30px;
}
.service-icon {
    margin: 0 auto 10px;
    text-align: center;
    color: #2A7BC1;
}
/* Portfolio section */
        
.portfolio {
    background-color: #ffffff;
    padding: 30px 0;
}
.project_feature_img {
    max-width: 100%;
    height: auto;/* Maintain image aspect ratio */
}
/* Testimonial scroll section */
        
.testimonial-scroll {
    background-color: #f7f7f7;
    padding: 30px 0;
}
/* Testimonial slider */
        
.carousel-inner .item {
    text-align: center;
}
/* Testimonial pager */
        
.testi-pager {
    text-align: center;
    margin-top: 20px;
}
.testi-pagi li {
    background-color: #007bff;
    margin: 0 5px;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}
/* Footer styles */
        
.footer {
    background-color: #333;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}
/* Footer link styles */
        
.footer a {
    color: #007bff;/* Blue links in the footer */
}
.portfolio .post .entry-header {
    display: block;
    margin: 0 0 2px;
    padding: 0;
}
.portfolio-info {
    background-color: #f2f5f6;
    border-top: 0 none;
    border-left: 1px solid #e4e8ea;
    border-right: 1px solid #e4e8ea;
    border-bottom: 1px solid #e4e8ea;
    border-radius: 0px 0px 4px 4px;
    padding: 15px;
}
.portfolio .post .entry-header .entry-title {
    font-weight: 400;
    margin: 0;
}
h4,  .h4 {
    font-size: 18px;
    line-height: 25px;
}
h1,  .h1,  h2,  .h2,  h3,  .h3,  h4,  .h4,  h5,  .h5,  h6,  .h6 {
    font-family: 'Montserrat';
    margin: 0 0 20px;
    color: #404b56;
    font-weight: 400;
}
.site-info {
    background: #ffffff;
    margin: 0;
    padding: 13px 0;
}
.footer-sidebar {
    background-color: #344656;
    margin: 0;
    padding: 55px 0 0px;
    width: 100%;
}
.scrollup i {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.8;
}
.post .post-thumbnail a {
    display: block;
    margin: 1px;
}
a,  a:hover,  a:focus {
    transition: all 0.3s ease 0s;
    text-decoration: none;
}
/* Additional custom styles can be added as needed */
        
.slideshow-container {
    max-width: 100%;
    overflow: hidden;
}
.slideshow-container .item img {
    width: 100%;
    height: auto;
}
.item {
    display: none;
}
.news-link {
    font-size: 18px;
    text-align: center;
    margin-top: 40px;
}
.prev,  .next {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    cursor: pointer;
    padding: 16px;
    font-size: 20px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0 3px 3px 0;
    user-select: none;
}
.prev {
    left: 0;
    border-radius: 3px 0 0 3px;
}
.next {
    right: 0;
    border-radius: 0 3px 3px 0;
}
/* Style for arrow hover (optional) */
        
.prev:hover,  .next:hover {
    background: #848383;
}
.bg-light {
    background-color: #0C0C0C;
}
/*       bootstrap settings*/
        /* @media (min-width: 1200px)
        .container {
            max-width: 1140px;
        }
         @media (min-width: 992px){
            .bg-light {
                background-color: #ffffff;
            }
        }*/
        
.carousel-control-prev-icon {
    width: 35px;
    height: 50px;
    background-color: #000000;
}
.carousel-control-next-icon {
    width: 35px;
    height: 50px;
    background-color: #000000;
}
.carousel-indicators li {
    padding: 0;
    width: 50px;
    background-color: #2A7BC1;
}
.carousel-indicators ol li {
    padding: 0;
}
.carousel-indicators .active {
    background-color: #B1B1B1;
}
/* .card-body {
            background-color: #f2f5f6;
        }
        
        .card-body p {
            text-align: center;
        }
        
        .card-body h5 {
            text-align: center;
        }
        
        .card a img {
            height: 200px;
        }*/
        
.tooltip-inner {
    background-color: #074F8B;
    color: lightcyan;
}
.left-side-text a {
    color: #fff;
}
.left-side-text a:hover {
    color: #C2C2C2;
}
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}
.btn-light {
    color: #212529;
    background-color: #0e4473;
    border-color: #005097;
}
.btn-light:hover {
    color: #212529;
    background-color: #073053;
    border-color: #043B6B;
}
.service-item-color i{
    color: #00d472;
}
@media (min-width: 768px) {
.navbar-expand-md .navbar-nav .nav-link {
    padding-left: 0;
    font-size: 12.75px;
}
}

@media (min-width: 810px) {
.navbar-expand-md .navbar-nav .nav-link {
    padding-left: 0;
    font-size: 14px;
}
}

@media (min-width: 992px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-left: 0.5rem;
        font-size: 16px;
    }
    .navbar ul{
        margin-left: -6px!important;
    }
}
@media (max-width:992px){
    .carousel-indicators {
         bottom: 0px;   
    }
    
}
@media (max-width:768px){
    .carousel-indicators {
         bottom: -5px;   
    }
    
    .navbar{
        
        padding:0.5rem 1rem!important;        
    }
}
.left-side-text {
    font-size: 12px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
    color: #fff;
     margin-left: 1.5%/* Adjust the margin as needed to separate it from the current time */
}