
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");


/* our-blog */
.our-blogs .our-blog-sec .blog-img.blog-img-1 img {
  height: auto;
  width: auto;
}
.blog-category-sec {
  padding: 20px 10px;
  background-color: #fff;
  border-top: 2px solid var(--main-light-color);
  border-bottom: 2px solid var(--main-light-color);
}
.blog-category-sec ul li {
  font-size: 18px;
  font-weight: 400;
  color: var(--para-color);
  margin-bottom: 10px;
}
.blog-category-sec ul li i {
  margin-right: 5px;
  font-size: 22px;
}
.blog-link-next {
  padding: 20px 10px;
  background-color: #fff;
}
.blog-link-next ul li {
  font-size: 18px;
  font-weight: 400;
  color: #343434;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.blog-link-next ul li i {
  margin-right: 5px;
  font-size: 20px;
  margin-left: 5px;
}
.blog-link-next ul li:hover {
  text-decoration: underline;
}
.section-padding.blog-description .section-heading h2 {
  font-size: 40px;
  text-align: left;
  border-bottom: 2px solid var(--main-light-color);
}
.section-padding.blog-description .section-heading h2::before {
  display: none;
}
.section-padding.blog-description .section-heading h2::after {
  display: none;
}
.section-padding.blog-description .slider-description {
  margin-top: 20px;
}
.section-padding.blog-description .slider-description h3 {
  font-size: 22px;
  /*color: var(--para-color);*/
  color: #000;
  font-weight: 400;
}
.section-padding.blog-description .swiper-button-prev,
.our-awards .swiper-button-next {
  color: #fff !important;
}
.section-padding.blog-description .swiper-button-prev:after,
.section-padding.blog-description .swiper-button-next:after {
  font-size: 16px !important;
  font-weight: 900 !important;
  text-align: center;
}
.section-padding.blog-description .swiper-button-prev,
.section-padding.blog-description .swiper-button-next {
  top: 30%;
  background: #3434344f;
  border-radius: 50%;
  height: auto;
  width: auto;
  padding: 10px;
}
.section-padding.blog-description .swiper-button-prev:hover,
.section-padding.blog-description .swiper-button-next:hover {
  background: var(--main-color);
}
.blog-comment-section p {
  color: var(--para-color);
  font-size: 17px;
}
.blog-comment-section form input,
.blog-comment-section form textarea {
  border: 1px solid var(--main-light-color);
  width: 100%;
  height: 40px;
  padding: 5px 0px 5px 5px;
  outline: none;
}
.blog-comment-section form input:focus,
.blog-comment-section form textarea:focus {
  border: 1px solid var(--main-color);
}
.blog-comment-section form input::placeholder,
.blog-comment-section form textarea::placeholder {
  color: var(--para-color);
  font-size: 15px;
  font-weight: 400;
}
.blog-comment-section form label {
  color: #343434;
  font-size: 16px;
}
.blog-comment-section form button {
  padding: 10px 20px;
  text-transform: capitalize;
  width: fit-content;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  background-color: transparent;
  color: var(--main-color);
  border: 1px solid var(--main-color);
}
.blog-comment-section form button:hover {
  background: var(--bg-color1);
  border: none;
  color: #fff;
}
.blog-details-title.section-padding .section-heading h2::before {
  display: none;
}
.blog-details-title.section-padding .section-heading h2::after {
  display: none;
}
.search-section-form {
  padding: 30px 20px;
  background: #fff;
}
.search-section-form h3 {
  font-size: 18px;
  font-weight: 400;
  color: #343434;
  margin-bottom: 20px;
  border-bottom: 2px solid #dddddd;
  text-transform: uppercase;
}
.search-section-form ul li {
  font-size: 16px;
  font-weight: 400;
  color: #343434;
  cursor: pointer;
  transition: all 0.3s ease;
}
.search-section-form ul li:hover {
  text-decoration: underline;
}


.calender-sec button {
  font: inherit;
  cursor: pointer;
  &:focus {
    outline: 0;
  }
}

.calender-sec .datepicker {
  width: 95%;
  max-width: 350px;
  background-color: #fcfcfc;
  border-radius: 10px;
  box-shadow: 0 0 2px 0 rgba(#000, 0.2), 0 5px 10px 0 rgba(#000, 0.1);
  padding: 1rem;
}

.calender-sec .datepicker-top {
  margin-bottom: 1rem;
}

.calender-sec .btn-group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  margin-top: -0.5rem;
}

.calender-sec .tag {
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  border: 0;
  background-color: #eaebec;
  border-radius: 10px;
  padding: 0.5em 0.75em;
  font-weight: 600;
}

.calender-sec .month-selector {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.calender-sec .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background-color: #fff;
  border-radius: 12px;
  width: 2.5rem;
  height: 2.5rem;
  box-shadow: 0 0 2px 0 rgba(#000, 0.25), 0 0 10px 0 rgba(#000, 0.15);
}

.calender-sec .month-name {
  font-weight: 600;
}

.calender-sec .datepicker-calendar {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-row-gap: 1rem;
}

.calender-sec .day,
.calender-sec .date {
  justify-self: center;
}

.calender-sec .day {
  color:#999fa6;
  font-size: 0.875em;
  font-weight: 500;
  justify-self: center;
}

.calender-sec .date {
  font-size: 14px;
  font-weight: 400;
  border: 0;
  padding: 0;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-weight: 600;
  border: 2px solid transparent;
  background-color: transparent;
  cursor: pointer;
  &:focus {
    outline: 0;
    color: var(--main-color);
    border: 2px solid var(--main-light-color);
  }
}

.calender-sec .faded {
  color: #343434;
}

.calender-sec .current-day {
  color: #fff;
  border-color: var(--main-color);
  background-color: var(--main-color);
  &:focus {
    background-color: var(--main-light-color);
    color: #fff;
  }
}


/* our services details */
.our-services-details ul li{
  padding: 8px 12px;
  background: var(--main-color);
  color: #fff;
  margin-bottom:2px;
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
}
.our-services-details ul li:hover{
  background: var(--main-light-color);
  text-decoration: none;
}

/* modal-form */
.employment-form-section.modal-content .modal-title{
  font-size: 23px;
 color: #343434;
}
.employment-form-section.modal-content p{
  color: var(--para-color);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}
.employment-form-section.modal-content p strong{
  font-weight: 500;
  font-size: 14px;
  color: var(--main-color);
  margin-bottom: 10px;
  margin-top: 10px;
}
.employment-form-section.modal-content .form-group {
  margin-bottom: 20px;
}
.employment-form-section.modal-content label{
  color: var(--para-color);
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.employment-form-section.modal-content .form-control,
.employment-form-section.modal-content .form-select {
    border: 1px solid var(--main-light-color);
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 5px;
}
.employment-form-section.modal-contentinput:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem var(--main-light-color);
}
.employment-form-section.modal-content textarea {
    border: 1px solid var(--main-light-color);
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 5px;
}
.employment-form-section.modal-content textarea:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem var(--main-light-color);
}
.employment-form-section.modal-content h6{
  color: var(--para-color);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}
.blog-text ul{
    margin-left:30px; list-style: circle; margin-bottom:10px;
}
.blog-text ul li{
    color:#747474;
}
.blog-text h2{font-size:1.8rem;margin-top:15px; margin-bottom:20px;}
/* media screen 1199px */
@media screen and (max-width: 1199px) {
.calender-sec .datepicker {
  width: 100%;
  max-width: 100%;
}
.calender-sec .date {
  width: 2rem;
  height: 2rem;
}
}
/* media screen 991px */
@media screen and (max-width: 991px) {
.calender-sec .date {
  width: 1.2rem;
  height: 1.2rem;
}
}
/* media screen 600px */
@media screen and (max-width: 600px) {
.section-padding.blog-description .slider-description h3 {
  font-size: 16px;
}
}