/* common css */
body {
    /*font-family: monospace, monospace;
     font-family: "Roboto",sans-serif !important; 
     font-family: 'Open Sans',arial,sans-serif; */
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #212529;
}
.top-spacer{
    margin-top:69px;
}
b, strong {
    font-weight:600;
}
.hide{
    display: none;
}
.show{
    display:block;
}
strong span {
    font-weight:600s;
}
.nav a.free-quote-btn{
    font-weight: 510;
    font-size:13px;
}
.nav a.free-quote-btn:hover{
    color:#f2f2f2 !important;
}
.read-more a{
    color:#008c99;
    font-size: 12px;
}

/* home page start */
.seprator{
    height:3px;
    background:linear-gradient(to right, #fff, #ddd, #fff);
}
.ft-seprator{
    height:3px;
    background:linear-gradient(to right, #343A40, #ddd, #343A40);
}
header {
    /*background:linear-gradient(rgba(255,255,255,1),rgba(255,255,255,1));*/
}
.top-menu ul li a {
    color: #000; 
    text-decoration: none;
    text-transform:uppercase;
    font-size: 11px;
    font-weight: 600;
    /*padding-top:7px!important;
    padding1: 2px 10px 1px 10px; */
    letter-spacing: 1.0px;
}

.top-menu ul li a:hover{
    color:#0e9752; /*#7AB046; */
}

.top-menu ul li a i
{
    font-size:16px;
    vertical-align:middle;
    padding-bottom: 3px;
}

.main-menu > ul > li > a
{
    color: #000!important; 
    text-decoration: none;
    text-transform:uppercase;
    font-size: 12px !important;
    font-weight: 500;
    padding-left:25px !important;
    /*padding: 2px 10px 1px 10px;*/
    letter-spacing: 1.0px;
    
}

.main-menu ul li a:hover, .main-menu ul li a:active{
    color:#01A346!important;/*#7AB046;*/
}

.main-menu ul li a.active{
    color:#01A346!important;
}
/* =============================== footer  =======================  */

.footer-spl h6{
	color1: #434343;
	font-size1: 0.875rem;
}

.footer-spl a{
	color: #848484;
	font-size: 0.75rem;
	font-weight:400;
}

.footer-spl a:hover{
	text-decoration:none!important;
	color:#515151!important;
}

.footer-spl a:not(:last-child):after {
	content: '|';
	margin: 0 5px;
	font-size:0.9575rem;
	color: #919191;
	font-weight:400;
}
.page-footer{
    color:#b2b2b2;
    font-size: 13px;
    font-weight: 501;
    letter-spacing: 0.5px;
    /* background: #eee;#343a40; */
    line-height: 22px;
    text-align:center;
    /* min-height: 100px; */
}
.page-footer a{
    color:#b2b2b2;
    font-size: 13px;
    font-weight: 501;
    letter-spacing: 0.4px;
    line-height: 23px;
    text-transform: capitalize;
}
.page-footer a:hover{
    color:#b2b2b2;
}

.page-footer .social-box{
    background:#00813E url('../img/bg-pattern1.png');
    color:#e1e1e1;
}
/*.social-links a i1{
    background1: #fff;
    border-radius: 50%;
    font-size:20px;
    height1: 30px;
    width1:30px;
    margin: 0 3px;
    display1: inline-block;
} */
.page-footer .social-box .social-links a i{
    vertical-align: middle;
    margin: 3px 3px;
    font-size:20px;
}
.page-footer .social-box .border-x{
    border-left: dotted 2px #cbcbcc;
    /* border-right: dotted 2px #cbcbcc; */
}

.page-footer h6{
    font-size: 15px;
    text-transform1: uppercase;
}

.page-footer hr{
    border:solid 1px #6c757d;
    width:70px;
    margin: auto;
    margin-top:0px;
    margin-bottom: 20px;
    display: inline-block;
}

.page-footer small{
    font-size:12px;
}

/* ----- side icons ---- */
    /* Style the links inside the sidenav */
#socialSidenav {
    position: fixed;
    top:200px;
    max-width: 4.688rem;
}
#socialSidenav1 a{
    display:block;
    /*transition: 0.3s; / * Add transition on hover */
    padding: 5px 7px; /* 15px padding */
    width: 50px; /* Set a specific width */
    text-decoration: none; /* Remove underline */
    font-size: 17px; /* Increase font size */
    color: white; /* White text color */
    border-radius: 0 7px 7px 0; /* Rounded corners on the top right and bottom right side */
    margin-left: -21px;
    transition: all 0.5s;
    text-align: right;
    cursor: pointer;
}

#socialSidenav a {
    display: block;
    padding: 5px 5px;
    width: 43px;
    text-decoration: none;
    font-size: 0.8125rem;
    color: #fff;
    border-radius: 0 7px 7px 0;
    margin-left: -1.3125rem;
    transition: all .5s;
    text-align: right;
    cursor: pointer
}

#socialSidenav a:hover {
    margin-left: 0px;
}

#facebook {
    background-color: #3b5999;
}

#pinterest {
    background-color: #c8232c;
}
#twitter {
    background-color: #1da1f2;
}

#googleplus {
    background-color: #dd4b39;
}

#linkedin {
    background-color: #0077b5;
}

#youtube {
    background-color: #cd201f;
}

#whatsapp {
    background-color: #25D366;
}

#mailto {
    background-color: #959595;
}

#instagram {
    background-color: #4c5fd7
}

.whatsapp-botm {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  /*color: #ccc;*/
  text-decoration: none;
  position: fixed;
  /*padding: 9px;*/
  text-align: center;
  background: #25D366;
  font-weight: 700;
  bottom: 30px;
  right: 11px;
  /*display: none;*/
  z-index: 11111111111111111111;
  padding: 7px 4px 0px 0px;
  line-height: 1;
}
.whatsapp-botm i {
     /*background-color: #25D366;*/
     font-size:27px;
     color:#fff;
     margin-top: 4px;
    margin-left: 4px;
}

.scroll-to-top{
    width:41px;
    height:41px; 
    border-radius: 50%;
    color: #ccc;
    text-decoration: none;
    position:fixed;
    padding:9px; 
    text-align:center; 
    background: rgba(0, 0, 0, 0.5);
    font-weight: bold;
    bottom:80px;
    right:11px;
    display:none;
    z-index: 11111111111111111111111;
}
		
.scroll-to-top:hover{
    text-decoration:none;
    color:green;
}

/* ============== +++++++++++++++++ dsfgafffg ======================gfsgg asgasdds==  */
/* for single post  */
/* .blog-post article {
    border: none;
}
.blog-post article h1 a{
    color: #3e3e3e;
}
.blog-post article h1{
    font-size:33px;
    font-weight:400;
} */

.blog-post article h1.title {
    font-size:25px;
    /* font-weight:400; */
    text-decoration: none;
    /* text-transform: capitalize; */
}

.blog-post article h1.title a {
    color: #3e3e3e;
    text-decoration: none;
}

.blog-post article h1.title a:hover {
    color: #3e2e2e;
    text-decoration: none;
}

.blog-post .post-body img{
    width:fit-content;
    
}


/* .blog-post article {
    border-bottom: 1px solid #efefef;
} */
/* .blog-post article h1 a{
    text-decoration: none;
}
.blog-post article h1{
    font-size:33px;
    font-weight:400;
} */
.blog-post article .info{
    font-size: 12px;
    color: #808080;
}

.blog-post article .info a {
    color: #3e3e3e;
    font-weight: 500;
    text-decoration: underline;
}


.blog-post article img{
    /* float:left; */
    margin: 6px 20px 20px 0;

}


/*fot post listing  */
.blog-list article {
    padding-top:30px;
    padding-bottom:35px;
    border-bottom: 1px solid #efefef;
}
.blog-list article:first-of-type {
    padding-top:0;

}
.blog-list article:last-of-type{
    border: none;
}

.blog-list article h2 a{
    color: #3e3e3e;
}
.blog-list article h2{
    font-size:24px;
    font-weight:400;
}
.blog-list article .info{
    font-size: 12px;
    color: #808080;
}

.blog-list article .info a {
    color: #3e3e3e;
    font-weight: 500;
    text-decoration: underline;
}
.blog-list article .info h2 a{
    text-decoration: none;
}

.blog-list article img, .article pre {
    margin: 0 20px 30px 20px;
    float: none;
    max-width: 100%;
    border-radius: 0;
}

.blog-list article img{
    float:left;
    margin: 6px 20px 20px 0;

}

.widget1 input[type="text"], .widget input[type="email"] {
    /* margin-top1: 10px;
    display: block; */
    /* width: 100% !important; */
    /* height: 34px;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #545454;
    background-color: #fafafa;
    background-image: none;
    border: 1px solid #f1f1f1;
    border-top-color: rgb(241, 241, 241);
    border-right-color: rgb(241, 241, 241);
    border-bottom-color: rgb(241, 241, 241);
    border-left-color: rgb(241, 241, 241);
    font-weight: 300;
    font-size: 12px;
    font-style: italic;
    border-color: #f1f1f1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; */
}

.widget .form-control, .widget input[type="text"], .widget input[type="email"], .widget input[type="password"], .widget input[type="url"], .widget input[type="date"], .widget textarea, .widget select {
    font-weight: 300;
    font-size: 12px;
    font-style: italic;
    border: 1px solid #e1e1e1;
    color: #545454;
    /* background-color: #f8f9fa; */
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


/*
.widget.widget_mailpoet_form .mailpoet_submit {
    background-color: #2d2d2d;
    border-color: #2d2d2d;
    color: #fff;
    padding: 10px 28px;
    font-size: 11px;
    font-weight: 300;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    background-image: none;
    border: 1px solid transparent;
}*/

.widget .btn-default, .widget input[type="submit"], .widget input[type="reset"] {
    background-color: #2d2d2d;
    border-color: #2d2d2d;
    color: #fff;
}

.widget .btn, .widget input[type="submit"], .widget input[type="reset"] {
    padding: 10px 28px;
    font-size: 11px;
    font-weight: 300;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    
}

.widget .newsletter-frm button, .widget .newsletter-frm input[type="submit"] {
    padding: 8px 20px;
}

.widget .newsletter-frm button:hover, .widget .newsletter-frm input[type="submit"]:hover {
  background: #008c99;
}


.widget h3 {
    clear: both;
    letter-spacing: 0.5px;
    position: relative;
    /* margin: 30px 0 25px; */
    /* margin-top: 15px; */
    margin-bottom: 15px1;

    /*  */
    /* text-align: center; */
    /* margin-bottom: 20px; */
    font-size: 14px;
    font-weight: bold;
    text-transform:uppercase;
}

/* .widget h3 span{
    display: inline-block;
    max-width: 100%;
    position: relative;
    padding: 0 26px;
    
} */

/* .widget h3 span::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    width: 20px;
    height: 4px;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
}

.widget h3 span::after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
    width: 20px;
    height: 4px;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
} */

/* start search bar */

/* Style the search field */
.widget .search-box input[type=text] {
  /* padding-top1: 7px; */
  font-size: 14px;
  /*border: 1px solid grey; */
  float: left;
  width: calc(100% - 40px);
  background: #fff;
  margin:0!important;
  border-radius: 3px;
}

/* Style the submit button */
.widget .search-box button, .widget .search-box input[type="submit"] {
  float: left;
  width: 40px;
  padding: 6px 10px;
  /* background: #23272b;
  color: white; */
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  font-size: 14px;
  border: 1px solid grey;
  border-left: none; /* Prevent double borders */
  cursor: pointer;
  border-radius: 3px;
}

.widget .search-box button:hover, .widget .search-box input[type="submit"]:hover {
  /* background: #008c99; */
  background-color: #23272b;
  border-color: #1d2124;
}

/* Clear floats */
.widget .search-box form.search::after {
  content: "";
  clear: both;
  display: table;
}
/* end search bar */
.widget-box{
    /* background:#fff; */
    /* border:solid 1px #ccc;
    box-shadow: 5px 5px #ccc; */
    padding:20px;
    margin-bottom:30px;
}
.widget ul {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.widget li {
    line-height: 25px;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

.widget li a{
    line-height: 25px;
    font-size: 13px;
    font-weight: 500;
    color:#222;
    text-decoration:none;
}

/* pagination  */
.paging{
    text-align: center;
    padding:20px 0;
}

.paging nav { display: inline-block; max-width: max-content;}
.pagination .active .page-link{
    /* background-color: #222!important;
    border:solid 1px #222!important; */
    background-color: #23272b!important;
    border-color: #1d2124!important;
}

.pagination .page-link , .pagination .page-link:hover{
    color:#33C3F0;
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 11111111111111;
    cursor: pointer;
}
/* spinner */
#spinner{
    position:absolute;
    top:40%;
    left:48%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 5px solid #ccc; /* Light grey */
    border-top: 5px solid #777; /* Blue */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    
}

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

.input-err{
    box-shadow: 0 0 3px rgba(200, 35, 51, 1) !important;
    border: 1px solid rgba(200, 35, 51, 1) !important;
    margin-right: 2px;
}


/* Ensure the image fills the width and has a fixed height */
.blog-post-summary img {
    width: 100%;            
    object-fit: cover;      
    border-radius: 8px;     
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);  */
    object-position: center center;
  }
  
  /* Styling for the post title */
  .blog-post-summary .post-title a{
    /* font-size: 1.3rem; */
    /* font-weight: 630; */
    color: #333;
    /* margin-top: 0px; */
    /* margin-bottom: 10px; */
    /* font-size: 18px; */
    /* line-height: 18px!important; */
    /* -webkit-line-clamp: 3; */
  }
  
  /* Styling for post details (category, date, and author) */
  .blog-post-summary .post-details, article .post-details{
    font-size: 12px; /*0.675rem; */
    color: #6c757d;
  }
  
  .blog-post-summary .post-details a:hover, article .post-details a:hover{
    text-decoration:none;
  }
  /* Additional styling for the post summary */
  .blog-post-summary .post-summary {
    /* font-size: 1rem; */
    color: #1A1D23;
    /* line-height: 1.6; */
    margin-bottom: 20px;

    /* font-size: 14px;
    -webkit-line-clamp: 3;
    line-height: 20px; */
  }
  
  /* Add some spacing and alignment */
  /* .blog-post-summary .btn {
    padding: auto 20px!important;
    font-size: 1rem;
    font-weight: 500;
  } */
  
  /* Responsive behavior */
  @media (max-width: 767.98px) {
    .blog-post-summary .row {
      flex-direction: column;
    }
  
    .blog-post-summary .col-md-4 {
      order: 2; /* Image comes after the content on small screens */
    }
  
    .blog-post-summary .col-md-8 {
      order: 1; /* Content comes first */
    }
  }

  /* Tag Cloud Container */
.tag-cloud {
    list-style-type: none; /* Remove default list styling */
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap; /* Allow wrapping to the next line */
    gap: 12px; /* Add spacing between the tags */
}

/* Individual Tag Styles */
.tag-cloud li {
    display: inline-block; /* Display tags inline */
    margin-bottom: 5px; /* Space between rows of tags */
}

/* Tag Link Styles */
.tag-cloud li a {
    line-height: 1.7;
    display: inline-block;
    padding: 0px 10px 1px;
    font-size: 12px; /* Adjust font size */
    color: #007bff; /* Tag color */
    background-color: #f0f0f0; /* Background color */
    border: 1px solid #007bff; /* Border color */
    border-radius: 20px;
    text-decoration: none; /* Remove underline */
    transition: background-color 0.3s, color 0.3s; /* Hover effect */
}

/* Hover Effect */
.tag-cloud li a:hover {
    background-color: #007bff;
    color: #fff;
}

/* Varying font size for tags based on frequency (Optional) */
/* .tag-cloud li:nth-child(1) a {
    font-size: 18px;
}

.tag-cloud li:nth-child(2) a {
    font-size: 16px;
}

.tag-cloud li:nth-child(3) a {
    font-size: 15px;
}

.tag-cloud li:nth-child(4) a {
    font-size: 14px;
}

.tag-cloud li:nth-child(5) a {
    font-size: 13px;
}

.tag-cloud li:nth-child(6) a {
    font-size: 12px;
}

.tag-cloud li:nth-child(7) a {
    font-size: 14px;
}

.tag-cloud li:nth-child(8) a {
    font-size: 15px;
} */


.equal-height { display: flex; align-items: stretch; }
.block {
    background-color: lightblue;
    border: 1px solid #ddd;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
  
  
