/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */


.container{
	max-width: 1440px;
	padding: 0 20px;
	margin: 0 auto;
}

.image-slide .swiper-slide img{
        height: 280px;
    object-fit: cover;
    width: 100%;
}

.service-item{
	background: #121721;
    border: 1px solid #20293c;
    border-radius: 8px;
    position: relative;
}
.service-thumb:after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(87, 199, 133, 0) 100%);
}
.service-thumb{
	    height: 256px;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    position: relative;
}
.service-thumb img{
    transform: scale(1.0);
    transition: all 900ms;
    height: 256px;
    object-fit: cover;
}
.service-content{
	padding: 1.5rem;
}
.service-content h3{
	font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    margin: 0;
    margin-bottom: 10px;
    color: #fff;
}
.service-content p{
	color: #8a94a8;
    margin-bottom: 1rem;
    font-weight: 400;
    line-height: 1.625;
    font-size: .875rem;
}
.service-content a{
	font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: #cc9c24;
    display: flex;
    align-items: center;
    gap: 5px;
}
.service-content a svg{
	width: 16px;
}
.service-content a svg path{
	fill: #cc9c24;
}
.service-content a:hover{
	text-decoration: none;
	color: #fff;
}
.service-content a:hover svg path{
	fill: #fff;
}
.service-item:hover .service-thumb img{
	transform: scale(1.09);
}
.about-list ul{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
.contact-form form .form-control, .contact-form form .wpcf7-select.form-select{
	font-size: .875rem;
    line-height: 23px;
    background: #ffffff00;
    border-radius: 6px;
    border: 1px solid #20293c;
    padding: .90rem .75rem;
    margin-bottom: 0.75rem;
    color: #ffffff;
    height: 55px;
}
.contact-form form .form-control::placeholder, .contact-form form .wpcf7-select.form-select::placeholder, .contact-form form  teaxtarea::placeholder{
	color: #8a94a8;
}
.contact-form form  textarea.form-control{
	height: 145px ;
    resize: none;
}
.contact-form .form-btn{
	box-shadow: 0 4px 20px #cc9c2440;
    background: #cc9c24;
    width: 100%;
    height: 55px;
    border: none;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    border-radius: 12px;
}
.contact-form .form-btn:hover{
	background: #fff;
}
.wp-call-button{
	bottom: 35% !important;
}
.contact-form-2 .form-control{
    height: 60px;
    width: 100%;
    border: none !important;
    background-color: #f2eeeb;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    color: #000;
    display: block;
}
.contact-form-2 textarea.form-control{
    height: 160px;
    resize: none;
}

.contact-form-2 .form-control::placeholder{
    color: #9f9f9f;
}
.contact-form-2 .form-btn{
    position: relative !important;
    display: inline-block !important;
    vertical-align: middle !important;
    -webkit-appearance: none !important;
    outline: none !important !important;
    background-color: #cc9c24 !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    padding: 15px 50px 15px !important;
    -webkit-transition: all 0.5s linear !important;
    transition: all 0.5s linear !important;
    overflow: hidden !important;
    z-index: 1 !important;
    border: 0 !important;
    width: auto !important;
}
.blog-banner {
    position: relative;
    height: 420px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.blog-banner-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.blog-banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 2;
}

.blog-banner .container {
    position: relative;
    z-index: 3;
}

.blog-banner-title {
    color: #ffffff!important;
    font-size: 3.2rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
    text-align: center;
}


@media (max-width: 767px) {
    .blog-banner {
        height: 280px;
    }

    .blog-banner-title {
        font-size: 2rem;
        padding: 0 15px;
    }
}


.sidebar-widget.post-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-widget.post-widget .post-link {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 20px;
}

.sidebar-widget.post-widget .post .thumb {
    flex: 0 0 110px;
}

.sidebar-widget.post-widget .post .thumb img {
    width: 115px;
    height: 80px;
    object-fit: cover;
    display: block;
    
}

.sidebar-widget.post-widget .post .post-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.sidebar-widget.post-widget .post .post-info .post-title {
    font-weight: 600;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    line-height: 1.35;
    margin-bottom: 6px;
    display: block;
}

.sidebar-widget.post-widget .post .post-info .post-date {
    font-size: 14px;
    color: #777;
    margin: 0;
}

.sidebar-widget.post-widget .post .post-title:hover {
    color: #0066cc;
}

.sidebar-widget .sidebar-title {
    font-size: 1.75rem;
    /* bigger heading */
    margin-top: 0;
    /* remove top margin */
    margin-bottom: 18px;
    /* spacing below heading */
    font-weight: 700;
    color: #000;
}


.blog-details-sec h1.blog-detail_title {
    font-size: 30px;
    margin-top: 35px;
}

.blog-details-sec .post-content p {
    line-height: 28px;
}

.blog-details-sec {
    padding-top: 50px;
    padding-bottom: 50px;
}


.news-detail_image {
    height: 500px;
    overflow: hidden;
}

.news-detail_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
ul.elementor-icon-list-items{
    padding-left: 0;
    list-style: none;
}
ul.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon{
    display: flex;
    width: 18px;
}
ul.elementor-icon-list-items .elementor-icon-list-item a{
    display: flex;
    gap: 5px;
}
ul.elementor-icon-list-items li.elementor-icon-list-item {
    display: flex;
    gap: 5px;
}

/* Limit height & add scroll for testimonial text */
.rvw_sec .eael-testimonial-text {
    max-height: 120px;   /* adjust height as needed */
    overflow-y: auto;
    padding-right: 10px; /* prevents text from hiding behind scrollbar */
}

/* Optional: style scrollbar nicely (Chrome/Edge) */
.rvw_sec .eael-testimonial-text::-webkit-scrollbar {
    width: 6px;
}

.rvw_sec .eael-testimonial-text::-webkit-scrollbar-thumb {
    background: #F0F2F4;
    border-radius: 10px;
}


/* Limit height & add scroll for testimonial text inside rvw_sec */
.rvw_sec .elementskit-commentor-content p {
    max-height: 120px;
    overflow-y: auto;
    padding-right: 10px;
}

/* Optional: nicer scrollbar (Chrome/Edge) */
.rvw_sec .elementskit-commentor-content p::-webkit-scrollbar {
    width: 6px;
}

.rvw_sec .elementskit-commentor-content p::-webkit-scrollbar-thumb {
    background: #F0F2F4;
    border-radius: 10px;
}








.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}
.col {
    flex: 1 0 0%;
}
.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
}
.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
}
.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
}
.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
}
.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
}
.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
}
.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
}

@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }
    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }
    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }
    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%;
    }
    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}
@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%;
    }
    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
}
.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}
.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}
.col-3 {
    flex: 0 0 auto;
    width: 25%;
}
.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}
.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}
.col-9 {
    flex: 0 0 auto;
    width: 75%;
}
.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}
.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

@media (min-width: 576px) {
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    
}
@media (min-width: 768px) {
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    
}
@media (min-width: 992px) {
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    
}
@media (min-width: 1200px) {
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    
}
@media (min-width: 1400px) {
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    
}


/* Reset list */
.sidebar-widget.post-widget ul { 
  list-style: none; 
  margin: 0; 
  padding: 0; 
}

/* Post row: image left, text right */
.sidebar-widget.post-widget .post-link {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 20px;
}

/* Thumbnail (rectangle) */
.sidebar-widget.post-widget .post .thumb {
  flex: 0 0 110px;
}

.sidebar-widget.post-widget .post .thumb img {
  width: 115px;
  height: 80px;     /* proportional rectangular look */
  object-fit: cover;
  display: block;
  border-radius: 6px;
}

/* Text column */
.sidebar-widget.post-widget .post .post-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* Title */
.sidebar-widget.post-widget .post .post-info .post-title {
  font-weight: 400;
  font-size: 15px;      /* slightly larger for better balance */
  color: #000;
  text-decoration: none;
  line-height: 1.35;
  margin-bottom: 6px;
  display: block;
}

/* Date */
.sidebar-widget.post-widget .post .post-info .post-date {
  font-size: 14px;
  color: #777;
  margin: 0;
}

/* Hover effect */
.sidebar-widget.post-widget .post .post-title:hover {
  color: #0066cc;
}

/* Sidebar title styling */
.sidebar-widget .sidebar-title {
    font-size: 1.75rem;     /* bigger heading */
    margin-top: 0;          /* remove top margin */
    margin-bottom: 18px;    /* spacing below heading */
    font-weight: 700;
    color: #000;
}


.blog-details-sec h1.blog-detail_title {
    font-size: 30px;
    margin-top: 35px;
}

.blog-details-sec {
    padding-top: 50px;
    padding-bottom: 50px;
}


.news-detail_image {
    height: 500px;           /* Fixed height, change as needed */
    overflow: hidden;        /* Hide any overflow */
}

.news-detail_image img {
    width: 100%;             /* Make image full width */
    height: 100%;            /* Fill container height */
    object-fit: cover;       /* Maintain aspect ratio and crop if needed */
    display: block;          /* Remove any inline spacing */
    border-radius: 8px;      /* Optional: rounded corners if needed */
}


/* Responsive tweaks */
@media (max-width: 768px) {
  .sidebar-widget.post-widget .post .thumb {
    flex: 0 0 120px;
  }
  .sidebar-widget.post-widget .post .thumb img {
    width: 120px;
    height: 90px;
  }
  .sidebar-widget.post-widget .post .post-info .post-title {
    font-size: 17px;
  }
  .service-content h3 {
    font-size: 1.3rem;
    line-height: 1.8rem;
}
.sidebar-widget {
    margin-top: 25px;
}
}

@media (max-width: 480px) {
  .sidebar-widget.post-widget .post {
    gap: 10px;
  }
  .sidebar-widget.post-widget .post .thumb {
    flex: 0 0 80px;
  }
  .sidebar-widget.post-widget .post .thumb img {
    width: 80px;
    height: 60px;
  }
  .sidebar-widget.post-widget .post .post-info .post-title {
    font-size: 16px;
    line-height: 1.3;
  }
}

/* Responsive tweaks */
@media (max-width: 768px) {
    .news-detail_image {
        height: 380px;
    }

    .sidebar-widget.post-widget .post .thumb {
        flex: 0 0 120px;
    }

    .sidebar-widget.post-widget .post .thumb img {
        width: 120px;
        height: 75px;
    }

    .sidebar-widget.post-widget .post .post-info .post-title {
        font-size: 20px;
    }

    .sidebar-widget {
        margin-top: 25px;
    }
}

@media (max-width: 480px) {
    .news-detail_image {
        height: 250px;
    }
    .sidebar-widget.post-widget .post {
        gap: 10px;
    }

    .sidebar-widget.post-widget .post .thumb {
        flex: 0 0 80px;
    }

    .sidebar-widget.post-widget .post .thumb img {
        width: 80px;
        height: 50px;
    }

    .sidebar-widget.post-widget .post .post-info .post-title {
        font-size: 18px;
        line-height: 1.3;
    }
}


@media only screen and (max-width: 768px){
    .banner-list ul li{
        margin-bottom: 15px;
    }
    .service-item{
        margin-bottom: 20px;
    }
    .service-thumb {
        height: 200px;
    }
    .service-thumb img{
        height: 200px;
    }
    .service-content {
        padding: 1rem;
    }
    .contact-list .contact-list-content{
        width: 75%;
    }
    .blog-details-sec h1.blog-detail_title {
        font-size: 24px;
    }
    .contact-form-2 .form-control {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 575px){
    .about-list ul {
        grid-template-columns: repeat(1, 1fr);
    }
}

.service-list .row {
	--bs-gutter-y: 1.5rem;
}