:root {
  --theme-color-light: #a2cfee;
  --theme-color-dark: #5d76b6;
  --theme-color-primary: #2f375e;
  --light-color: #fff;
  --dark-color: #000;
  --light-grey: #838383;
  --default-box-shadow: 0 0 5px #dedede;
}

a:hover {
  color: var(--theme-color-dark);
}

.text-default {
  color: var(--theme-color-dark);
}
.logo {
  width: 130px;
}

.main-menu {
  justify-content: flex-end;
}

.main-menu .navbar-nav {
  gap: 10px;
}

.main-menu .nav-link {
  font-weight: 700;
  color: #000;
}

.services-card h4 {
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.featured-services-card h4 {
  font-size: 20px;
  margin-top: 15px;
  line-height: 30px;
  text-align: center;
}

.feature-heading {
  font-size: 30px;
}

.main-menu .nav-link:hover,
.navbar-nav .active a {
  color: var(--theme-color-dark);
}

.copy-right {
  background-color: var(--dark-color);
  padding: 10px;
}

.copy-right p {
  margin-bottom: 0;
}

.footer {
  background-color: var(--theme-color-primary);
  color: var(--light-color);
  padding: 50px 0;
}

.footer-nav,
.contact-nav {
  list-style: none;
  padding: 0;
}

.footer-nav li {
  margin-bottom: 10px;
}

.footer-nav a,
.contact-nav a {
  color: var(--light-color);
  text-decoration: none;
}

.footer-logo {
  width: 150px;
  margin-bottom: 20px;
}

.footer h4 {
  margin-bottom: 20px;
}

.title {
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.slick-slide img {
  height: 200px;
}

.slick-prev:before,
.slick-next:before {
  color: #3a3a3a;
}

.slick-slide {
  margin: 15px 10px;
}
.review-container .slick-slide {
  margin: 10px;
  box-shadow: 0 0 5px #dedede;
  padding: 15px;
  border-radius: 5px;
}

section {
  margin: 100px 0;
}

.rating i {
  color: #ecba08;
  font-size: 20px;
}

.rating {
  margin-bottom: 10px;
}

.avatar {
  background-color: #5d76b6;
  font-size: 20px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  border-radius: 50px;
}
.rating-details {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}
.person-data h5 {
  font-size: 17px;
  margin-bottom: 0;
}

.person-data small {
  color: var(--light-grey);
  font-size: 12px;
}

.slider-testimonial img {
  height: 330px;
}

.slider-videos img {
  width: 100%;
  border-radius: 3px;
  margin-bottom: 5px;
}

.slider-videos h5 {
  font-size: 18px;
  text-align: center;
}

.btn-blue {
  color: var(--light-color);
  background-color: var(--theme-color-dark);
  border-radius: 50px;
  text-decoration: none;
  padding: 10px 25px;
  text-transform: uppercase;
  font-weight: 500;
  border: none;
}

.btn-blue:hover {
  color: var(--dark-color);
  background-color: var(--theme-color-light);
}

.about-profile {
  display: block;
  max-width: 100%;
}

.home-services {
  background: #f9f9f9;
  padding: 80px 0;
}
.author-content {
  margin: auto;
  width: max-content;
  max-width: 100%;
}

.sub-title {
  font-size: 25px;
  color: var(--theme-color-dark);
  font-weight: 600;
}

.author-details {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #eeeded;
  padding: 5px 20px;
  border-radius: 5px;
  text-align: center;
}

.author-details small {
  color: #606060;
  font-size: 12px;
}
.author-details h3 {
  font-size: 20px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.publish-date {
  color: var(--light-grey);
  font-size: 13px;
}

.blog-readmore {
  font-size: 12px;
  font-weight: 700;
  color: var(--dark-color);
  text-decoration: none;
}

.blog-readmore i {
  font-size: 14px;
  vertical-align: text-bottom;
  font-weight: 700;
}

.home-blog .card {
  height: 100%;
}
.mrp {
  font-size: 18px;
}
.mrp-strike {
  color: var(--light-grey);
  text-decoration: line-through;
  margin-right: 15px;
  font-size: 18px;
}

.home-products img {
  width: 100%;
  margin-bottom: 15px;
}

.product-readmore,
.services-readmore {
  text-decoration: none;
  color: var(--light-color);
  background-color: var(--theme-color-primary);
  border-radius: 5px;
  padding: 5px 20px;
  display: inline-block;
  margin-top: 15px;
}

.product-readmore:hover,
.services-readmore:hover {
  color: #fff;
  background-color: var(--theme-color-dark);
}

.product-card {
  margin: 10px;
}

.services-card {
  margin: 19px;
  text-align: center;
  box-shadow: 0px 0px 3px #d5d5d5;
  padding: 15px 15px 20px;
  border-radius: 3px;
  background-color: #fff;
  font-weight: 700;
}

.services-card img {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 3px;
}
.service-img {
  box-shadow: 0px 0px 3px #d5d5d5;
  border-radius: 3px;
  background-color: #fff;
}

.slider-banner .slick-slide {
  margin: 0;
}

.slider-banner .slick-slide img {
  height: 70vh;
  min-height: 500px;
  width: 100%;
  object-fit: cover;
}

.slider-banner .slick-dots {
  bottom: 15px;
}

.content {
  position: absolute;
  height: 100%;
  top: 0;
  width: 50%;
  left: 10%;
  align-content: center;
  color: var(--theme-color-primary);
}

.banner-slide {
  position: relative;
}

.content h2 {
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}
.content h4 {
  color: #d97e42;
}
.content p {
  font-size: 19px;
  color: #e79864;
}

.overlay {
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}
.call-btn {
  background: var(--theme-color-primary);
  color: var(--light-color);
  font-weight: 700;
  display: inline-block;
  padding: 15px 25px;
  border-radius: 5px;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 20px;
}

.call-btn i {
  margin-right: 8px;
}

.contact-btn,
.btn-default {
  background: var(--theme-color-primary);
  color: var(--light-color);
  font-weight: 700;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 10px;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
}

.contact-btn {
  background-color: #e8a31c;
}

.btn-default:hover {
  background-color: var(--theme-color-dark);
  color: var(--light-color);
}

.icon-div {
  width: 25px;
  flex-shrink: 0;
}

.contact-det h6,
.icon-div i {
  font-weight: 700;
  font-size: 18px;
}

.contact-det a {
  display: block;
  font-size: 14px;
}

.contact-nav li {
  margin-bottom: 15px;
}

.follow-nav a {
  font-size: 18px;
}

.follow-nav li {
  margin-bottom: 15px;
}

.follow-nav i {
  width: 30px;
  font-size: 20px;
}

.page-banner {
  width: 100%;
  height: 300px;
  align-content: center;
  background: url("./images/cb.jpg");
  box-shadow: 0 1px 5px #c4c1c1;
}
.about-banner {
  background: url("./images/about-us.jpg");
}
.services-banner {
  background: url("./images/services.jpg");
}

.Jobs-banner {
  background: url("./images/Jobs.jpg");
}

.contact-banner {
  background: url("./images/contact-us.jpg");
}
.Blogs-banner {
  background: url("./images/blogs.jpg");
}
.page-title {
  text-transform: uppercase;
  color: var(--theme-color-primary);
}

.contact-content h4 {
  font-size: 22px;
  font-weight: 700;
  margin: 25px 0 15px;
}

.contact-content a {
  color: var(--dark-color);
  text-decoration: none;
}

.contact-content a:hover,
.follow-nav a:hover,
.contact-det a:hover {
  color: var(--theme-color-dark);
}

.contact-number {
  padding: 0;
  list-style: none;
}

.contact-number li {
  margin: 5px 0;
}

.contact-number li i {
  margin-right: 5px;
}

.social-nav {
  padding: 0;
  list-style: none;
}

.social-nav li {
  display: inline-block;
  margin: 0 5px;
}

.social-nav li i {
  font-size: 23px;
}

.contact-form {
  margin-top: 40px;
}

.btn-contact-send {
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  margin-bottom: 20px;
  padding: 15px;
  background: #f0f0f0;
  border: none;
}

.contact-form label {
  margin-bottom: 5px;
}

.navbar-call {
  background: var(--theme-color-primary);
  color: var(--light-color);
  font-weight: 700;
  display: inline-block;
  padding: 8px 17px;
  border-radius: 5px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  margin-left: 20px;
}

.navbar-call i {
  margin-right: 10px;
}

.mission-vission-content {
  padding: 20px;
  height: 100%;
}

.mission-vission-content .card {
  padding: 20px;
  box-shadow: var(--default-box-shadow);
  border: none;
  height: 100%;
}

.mission-vission-content h4 {
  color: var(--theme-color-primary);
  font-weight: 700;
  margin-bottom: 20px;
}

.mission-vission-content img {
  width: 60px;
  display: block;
  margin: 15px auto;
}

.who-we-are h5 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 20px;
}

.counter-content {
  background-image: url(./images/counter-bg.jpg);
  background-size: cover;
  padding: 100px 0;
  position: relative;
}

#counter {
  position: relative;
}
.counter-data {
  font-size: 50px;
  font-weight: 700;
}

.counter-div {
  color: var(--light-color);
  width: 200px;
  text-align: center;
}

.counter-div h6 {
  font-size: 18px;
  font-weight: 400;
}

.gallery-image {
  height: auto;
  width: 24%;
  vertical-align: top;
  margin-bottom: 5px;
  height: 250px;
}

.gallery-image-link {
  text-decoration: none;
}

.news-image {
  height: 300px;
  width: 24%;
}

.news-image-link {
  text-decoration: none;
}

.contact-card {
  background-image: url(./images/contact-bg.jpg);
  padding: 100px 70px;
  text-align: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-card h3 {
  max-width: 700px;
  font-size: 44px;
  color: var(--light-color);
  margin-bottom: 30px;
  margin-left: auto;
  line-height: 64px;
}

.job-card img {
  width: 100%;
  margin-bottom: 15px;
}

.job-card,
.videos-card {
  text-decoration: none;
  color: var(--dark-color);
  text-align: center;
  padding: 20px;
  display: block;
  height: 100%;
  cursor: pointer;
}

.job-card h4 {
  font-size: 22px;
}
.job-card:hover {
  box-shadow: var(--default-box-shadow);
}

.job-thumbnail {
  width: 100%;
}

.slider-jobs img {
  height: auto;
}

.videos-card img {
  width: 100%;
}

.thumbnail-play-btn {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  font-size: 50px;
  color: var(--light-color);
  text-shadow: 0 0 5px #605f5f;
}

.videos-card:hover .thumbnail-play-btn {
  color: var(--theme-color-dark);
  text-shadow: var(--default-box-shadow);
}

.dropdown:hover ul {
  display: block;
}

.dropdown-toggle::after {
  vertical-align: middle;
}

.dropdown .dropdown-menu {
  display: none;
}

.dropdown-menu {
  display: block;
  border: none;
  border-radius: 3px;
  box-shadow: var(--default-box-shadow);
}

.dropdown-menu a {
  font-weight: 600;
  padding: 8px 15px;
}

.dropdown-menu a:hover {
  color: var(--theme-color-dark);
}

.featured-services-card,
.featured-services-card2 {
  padding: 25px;
  box-shadow: var(--default-box-shadow);
  border-radius: 5px;
  margin: 15px 0;
  height: calc(100% - 30px);
  padding-bottom: 1px;
}

.featured-services-card img,
.featured-services-card2 img {
  width: 100%;
  margin-bottom: 10px;
}
.featured-services-card2 {
  padding: 0;
}

.col-md-6 .featured-services-card img {
  height: 400px;
  object-fit: cover;
}

.col-md-4 .featured-services-card img {
  height: 300px;
  object-fit: cover;
}

.featured-services-card2 img {
  height: 350px;
  object-fit: cover;
}

.services-subtitle {
  margin: auto;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}

.council-logo img {
  height: 100%;
  max-width: 100%;
}
.council-logo {
  width: 250px;
  padding: 15px;
  box-shadow: var(--default-box-shadow);
  height: 160px;
  margin: auto;
  text-align: center;
  margin-top: 25px;
  border-radius: 3px;
}
.council-logo + h5 {
  text-align: center;
  margin: 20px 0 40px;
  font-size: 18px;
}

.blog-card a {
  color: var(--dark-color);
  text-decoration: none;
}

.author-det li {
  display: inline-block;
  font-size: 14px;
}

.author-det {
  padding: 0;
  color: var(--light-grey);
}

.author-det li:first-child::after {
  content: "";
  width: 1px;
  display: inline-block;
  height: 12px;
  margin: 0 10px;
  background-color: var(--light-grey);
  vertical-align: middle;
}

.author-det li i {
  margin-right: 3px;
}

.blog-card .btn-blog-readmore {
  color: var(--light-grey);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}

.blog-card {
  margin-bottom: 60px;
}

.sidebar-ul a {
  text-decoration: none;
  color: var(--dark-color);
}

.sidebar-ul a:hover {
  color: var(--theme-color-dark);
}

.sidebar-ul li {
  margin-bottom: 10px;
  position: relative;
}

.sidebar-ul {
  margin-bottom: 60px;
  margin-top: 20px;
  list-style: none;
}

.sidebar-heading {
  font-weight: 700;
  font-size: 22px;
}

.sidebar-ul li:before {
  content: "·";
  font-size: 83px;
  vertical-align: top;
  line-height: 14px;
  color: var(--light-grey);
  position: absolute;
  left: -30px;
}

.reply-form label {
  margin-bottom: 5px;
}

.reply-form input,
.reply-form textarea {
  margin-bottom: 20px;
  padding: 10px;
}

.reply-btn {
  font-size: 14px;
}

.blog-data {
  margin-bottom: 40px;
}

.modal-dialog {
  max-width: unset;
  width: max-content;
}

.modal {
  align-content: center;
}
.featured-poster-card {
  margin-top: 70px;
  padding: 0;
}
.featured-poster-card img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
