.customspace h3{
font-size:20px !important; margin-bottom:0px;
}


.testih3{
color:#fff; font-size:17px;
}


.h2fontsize{
    font-size: 32px;
}

.h3customclassname h3{
font-size: 18px;
    }

.customspace1 h3{
font-size:18px !important; float:left;
}


/* Loader Spinner */
.loader {
  border: 3px solid #f3f3f3;
  border-top: 3px solid #28a745;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  animation: spin 0.8s linear infinite;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Validation Feedback */
input:invalid, textarea:invalid {
  border-color: #dc3545;
}

input:valid, textarea:valid {
  border-color: #28a745;
}

.form-message {
  display: none;
  text-align: center;
  font-weight: 500;
  margin-top: 10px;
}

.form-message.success {
  color: #28a745;
}

.form-message.error {
  color: #dc3545;
}



/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
  .displaycls{
	  display:none;
  }
  .deskslider{
	display:none !important;
  }
  .mobileslider{
	display:block !important;
  }
  .mobileformsec{
	margin-top:-50px;
  }
  
  .padtopbottom{
		padding-bottom:30px; padding-top:30px;
	}
	
		.whychoose h5{
		margin-top:12px; font-size:16px !important;
	}
  
}

/* Small devices (tablets, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .displaycls{
	  display:none;
  }
  .deskslider{
	display:none !important;
  }
  .mobileslider{
	display:block !important;
  }
  
  .mobileformsec{
	margin-top:-50px;
  }
  
  	.padtopbottom{
		padding-bottom:30px; padding-top:30px;
	}

  
  	.whychoose h5{
		margin-top:12px;  font-size:16px !important;
	}
	
	
}

/* Medium devices (laptops, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .displaycls{
	  display:content;
  }
  .deskslider{
	display:block !important;
  }
  .mobileslider{
	display:none !important;
  }
  
  .mobileformsec{
	margin-top:auto;
  }
  
  	.padtopbottom{
		padding-bottom:55px; padding-top:55px;
	}


	.whychoose h5{
		margin-top:12px;
	}
	
  
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .displaycls{
	  display:content;
  }
  .deskslider{
	display:block !important;
  }
  .mobileslider{
	display:none !important;
  }
  
  .mobileformsec{
	margin-top:auto;
  }
  
  	.padtopbottom{
		padding-bottom:55px; padding-top:55px;
	}


	.whychoose h5{
		margin-top:12px;  font-size:20px !important;
	}
	
  
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .displaycls{
	  display:content;
  }
  .deskslider{
	display:block !important;
  }
  .mobileslider{
	display:none !important;
  }
  
  .mobileformsec{
	margin-top:auto;
  }
  
  
	.padtopbottom{
		padding-bottom:55px; padding-top:55px;
	}
	

		.whychoose h5{
		margin-top:12px; font-size:20px !important;
	}
  
}

  


    .top-bar {
        background-color: yellow;
        color: #fff;
        padding: 5px 20px;
		background: linear-gradient(90deg, #335C64 0%, #F59B31 100%);
    }
    .top-bar a {
        color: #fff;
        text-decoration: none;
        margin: 0 7px;
    }
    .fixed-top1 {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}



/* Mobile View */
@media (max-width: 991px) {
 /* #autoCarousel {
    height: 400px !important;
  }*/
  
  .position-absolute-lg {
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
    margin-top: 30px;
    padding: 0 15px;
  }
  
  .bg-white {
    margin-bottom: 30px;
  }
}

/* Desktop View */
@media (min-width: 992px) {
  .position-absolute-lg {
    position: absolute;
  }
}


 .whatsappFixIco {
          position: fixed;
          z-index: 1000;
          bottom: 15px;
          right: 15px;
          width:60px;
              margin-bottom:10px;
      }
      .CallFixIco {
          position: fixed;
          z-index: 1000;
          bottom: 15px;
          left: 15px;
          width:52px;
              margin-bottom:10px;
      }



.navbar-light .navbar-nav .nav-link{
	font-size: 16px;
    font-weight: bold;
	    font-size: 16px;
    font-weight: 500;
    color: #000;
}
	/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v140/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

	.mobile-bottom-nav{
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	z-index:1000;
	
	/*give nav it's own compsite layer*/
	will-change:transform;
	transform: translateZ(0);
	
	display:flex;	
	
	height:80px;
	
	box-shadow: 0 -2px 5px -2px #333;
	background-color: #fff;
	}

	.mobile-bottom-nav__item{
		flex-grow:1;
		text-align:center;
		font-size:12px;
		
		display:flex;
		flex-direction:column;
		justify-content:center;
	}
	.mobile-bottom-nav__item--active{
		/*dev*/
		color:red;
	}
	.mobile-bottom-nav__item-content{ 
		display:flex;
		flex-direction:column;		
	}
.navbar-light .navbar-toggler{
	border-color: rgb(255 255 255 / 10%) !important;
	color: rgba(0,0,0,-0.45);
}
.number_phone{
	/*background: #f1a51c;*/
    font-weight: bold;
    color: white;
    padding: 7px;
    font-size: 16px;
    border-radius: 5px;
    text-align: center;
    margin-left: -2.5em;
    /*position: absolute;
       margin-left: 13em;
    margin-top: 12px;*/
}

.h2one{
font-size: 18px;
line-height: 30px;
}

.form-select{
	    border: 1px solid #000000;
	    color: #000000;
	    font-size: 17px;
}
.form-control{
	border: 1px solid #000000;
	    color: #000000;
	    font-size: 17px;
	    padding: 10px;
}

.buttonone{
	    padding: 10px 15px;
    border: 1px solid #ddd;
    background-color: #72b239 !important;
    color: #fff !important;
    font-size: 18px !important;
}
.elementor-shape-top .elementor-shape-fill {
    fill: #FFFFFF;
}
.font_one{
	font-size: 16px;
	
}

.list_one{
	list-style: none;
	margin-left: -1em;
}

.list_one li{
  list-style: none;
  position: relative;
  padding-left: 20px;
  font-size: 18px;
  line-height: 30px;
}

.list_one li:before{
	
  position: absolute;
  /*top: calc(50% - 4px);*/
  left: -5px;
  font-family: "FontAwesome";
  content: "\f00c";
  font-size: 15px;
  font-weight: 900;
}
.material-icons{
	font-size: 30px;
}
.navone_1{
	font-size: 20px;
}

.anchor_tag1{
	color: black;
	text-decoration: none;
}
.navbar-light .navbar-nav .nav-link{
	padding-left: 3em;
}

@media only screen and (min-width: 250px)  and (max-width: 750px){
.number_phone{
      font-size: 16px !important;
    border-radius: 5px !important;
    text-align: center !important;
    margin-left: -2.5em !important;
}
.logo_one{
  width: 65% !important;
    /*margin-right: 3.5em !important;*/
}
.top_space{
	margin-top: -12em;
}
}


	  
	  
	  
	  
	  .hide {
    display: none !important;
    visibility: hidden;
    opacity: 0;
}

.show {
    display: block !important;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}





.item_name {
    color: black;
    margin-bottom: 20px;
    background: #fff;
    text-align: center;
    padding: 10px;
    border: 1px solid #cccccc61;
    box-shadow: 0 4px 8px rgb(0 0 0 / 24%);
	margin: 0 10px 0; font-size:1.25rem;
}
.item_name1 {
    border: 1px solid #cccccc61;
    box-shadow: 0 4px 8px rgb(0 0 0 / 24%);
    margin: 50px 10px 0;
}

.howsabikcls h3{
	font-size:19px;
}

.accordion h3{
	font-size:19px !important;     float: left;
}

.accordion {
  background-color: #345C64;
  cursor: pointer;
  padding: 12px;
  width: 100%;
  border: 1px solid #eee;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
  margin-bottom: 10px;
  color: white;
}

.accordion:hover {
  background-color: #F59A2F;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}


.panel {
  padding: 0 18px;
  background-color: #f6fcff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.c-services__icon img {
    width: 200px;
    height: 200px;
}
.c-service2 .c-services__icon {
    width: 200px;
    height: 200px;
}





.theme_btn {
    overflow: hidden;
    color: #fff;
    background: #ff3e41;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 1;
    padding: 22px 45px;
    display: inline-block;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition: all .4s ease-in-out;
    text-transform: uppercase;
}
.contact-form-1 input, .contact-form-1 textarea {
    border: 0;
    padding: 0;
    border-bottom: 1px solid #060315;
    background-color: transparent;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 18px;
    position: relative;
    resize: none;
}

        .banner h1{
            color:white;
            font-size:40px;  
   padding-top: 85px; padding-left:15px; padding-right:15px;
        }
.navbar-light .navbar-nav .nav-link{
	font-size: 16px;
    font-weight: bold;
	    font-size: 16px;
    font-weight: 500;
    color: #000;
}
	/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v140/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

	.mobile-bottom-nav{
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	z-index:1000;
	
	/*give nav it's own compsite layer*/
	will-change:transform;
	transform: translateZ(0);
	
	display:flex;	
	
	height:80px;
	
	box-shadow: 0 -2px 5px -2px #333;
	background-color: #fff;
	}

	.mobile-bottom-nav__item{
		flex-grow:1;
		text-align:center;
		font-size:12px;
		
		display:flex;
		flex-direction:column;
		justify-content:center;
	}
	.mobile-bottom-nav__item--active{
		/*dev*/
		color:red;
	}
	.mobile-bottom-nav__item-content{ 
		display:flex;
		flex-direction:column;		
	}
.navbar-light .navbar-toggler{
	border-color: rgb(255 255 255 / 10%) !important;
	color: rgba(0,0,0,-0.45);
}
.number_phone{
	/*background: #f1a51c;*/
    font-weight: bold;
    color: white;
    padding: 7px;
    font-size: 16px;
    border-radius: 5px;
    text-align: center;
    margin-left: -2.5em;
    /*position: absolute;
       margin-left: 13em;
    margin-top: 12px;*/
}

.h2one{
font-size: 18px;
line-height: 30px;
}

.form-select{
	    border: 1px solid #000000;
	    color: #000000;
	    font-size: 17px;
}
.form-control{
	border: 1px solid #000000;
	    color: #000000;
	    font-size: 17px;
	    padding: 10px;
}

.buttonone{
	    padding: 10px 15px;
    border: 1px solid #ddd;
    background-color: #72b239 !important;
    color: #fff !important;
    font-size: 18px !important;
}
.elementor-shape-top .elementor-shape-fill {
    fill: #FFFFFF;
}
.font_one{
	font-size: 16px;
	
}

.list_one{
	list-style: none;
	margin-left: -1em;
}

.list_one li{
  list-style: none;
  position: relative;
  padding-left: 20px;
  font-size: 18px;
  line-height: 30px;
}

.list_one li:before{
	
  position: absolute;
  /*top: calc(50% - 4px);*/
  left: -5px;
  font-family: "FontAwesome";
  content: "\f00c";
  font-size: 15px;
  font-weight: 900;
}
.material-icons{
	font-size: 30px;
}
.navone_1{
	font-size: 20px;
}

.anchor_tag1{
	color: black;
	text-decoration: none;
}
.navbar-light .navbar-nav .nav-link{
	padding-left: 3em;
}

@media only screen and (min-width: 250px)  and (max-width: 750px){
.number_phone{
      font-size: 16px !important;
    border-radius: 5px !important;
    text-align: center !important;
    margin-left: -2.5em !important;
}
.logo_one{
  width: 60% !important;
   /* margin-right: 3.5em !important;*/
}
.top_space{
	margin-top: -12em;
}
}
.locations_li li:before {
    content: "\f041";
    font-family: FontAwesome;
    display: inline-block;
    padding-right: 10px;
    padding-top: 1px;
    font-size: 20px;
    color: #1e3446;
}
.locations_li li a {
    font-size: 18px;
    color: #d5091d;
    font-weight: 700;
    margin:20px 0px;
    text-decoration:none;
}
.locations_li li {
    list-style: none;
}

.breadcrumb {
    margin-top: 10px;
    font-size: 14px;
    color: #DD9338;
    display: block;
    font-size: 18px;
}

.breadcrumb a {
  color: #007bff;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}
.banner {
            width: 100%;
            height: 300px; /* Adjust height as needed */
            background-image: url('/assets/img/banner/3.jpg'); /* Replace with your image URL */
                background-size: cover;
    background-position: center;

    justify-content: center;
    align-items: center;
    color: white;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
   
    font-weight: bold;
    text-align: center;
        }
.blog-section {
    padding: 40px 0;
    background: #f9f9f9;
}
.blog-section h2 {
    text-align: center;
    margin-bottom: 30px;
}
.blog-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.blog-post {
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    overflow: hidden;
    width: 80%;
    display: flex;
    flex-direction: column;
	margin:auto;
}
.blog-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.blog-info {
    padding: 15px;
}
.blog-info a{
    text-decoration: none;
	color: #F59C33;
}
.blog-info h3 {
    margin: 0 0 10px;
    font-size: 18px;
}
.blog-info .meta {
    font-size: 13px;
    color: #888;
    margin-bottom: 10px;
}
.blog-info p {
    font-size: 14px;
    color: #555;
}
.read-more {
    display: inline-block;
    margin-top: 10px;
    color: #007bff;
    text-decoration: none;
}
.read-more:hover {
    text-decoration: underline;
}
.no-image {
    height: 180px;
    background: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #444;
}
.owl-carousel .owl-dots {
    display: block !important;
    text-align: center;
    margin-top: 15px;
}
.owl-carousel .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 4px;
    background: #335C64;
    border-radius: 50%;
    display: inline-block;
}
.owl-carousel .owl-dot.active span {
    background: #f59c33;
}
.img-cen{
	width: 50%;
    margin: 0 auto;
    display: block;
}		


.item_name1{
text-align:center; padding:15px;
}

