/*--
Author: Template Stock
Author URL: http://templatestock.co
--*/

:root {
  --primary-color: #165470;
  --section-color: #006c65;
  --section-title: #96f570;
  --skill-color: #27be40;
}

body a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

input[type="button"] {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0 0;
  margin: 0 0;
}

p {
  padding: 0 0;
  margin: 0 0;
}

ul {
  padding: 0 0;
  margin: 0 0;
}

body {
  padding: 0 0;
  margin: 0 0;
  font-family: "Open Sans", sans-serif;
}

.content {
  background-color: #e4ecec;
}

.header {
  background: url("../images/banner2.webp") no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-size: cover;
  min-height: 550px;
}

.header-top {
  padding-top: 3em;
}

.logo {
  float: left;
}

.top-menu {
  float: right;
}

.top-menu ul li {
  display: inline-block;
  padding: 5px 15px 0px 15px;
}

.top-menu ul li a {
  font-size: 1.1em;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

/* #006C65 to #006C65 */
.top-menu ul li a:hover {
  color: #4FC1A4;
}

.top-menu ul li a.active {
  color: var(--section-color);
  font-weight: 600;
}

nav a {
  position: relative;
  display: inline-block;
  outline: none;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
  font-size: 1.35em;
}

nav a:hover,
nav a:focus {
  outline: none;
}

/* Effect 5: same word slide in */
.cl-effect-5 a {
  overflow: hidden;
}

.cl-effect-5 a span {
  position: relative;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.cl-effect-5 a span::before {
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  font-weight: 700;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.cl-effect-5 a:hover span,
.cl-effect-5 a:focus span {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}

/***** Slider *****/
.banner-wrap {
  padding-top: 30em;
}

.wmuSlider {
  position: relative;
  overflow: hidden;
}

.wmuSlider .wmuSliderWrapper article img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}

/* Default Skin */
.banner_center {
  width: 50%;
  position: absolute;
  top: 62%;
  left: 25%;
  text-align: center;
}

.banner_center h1 {
  color: #eee;
  font-family: "Arvo", serif;
  text-transform: uppercase;
  font-size: 2.4em;
}

.banner_center h2 {
  color: #eee;
  font-family: "Arvo", serif;
  text-transform: uppercase;
  font-size: 2.4em;
  padding: 7px 0;
}

.banner_center h2 span {
  color: #53c41e;
  /*#006C65*/
  font-weight: 900;
}

.wmuSliderPagination {
  z-index: 2;
  position: absolute;
  right: 48%;
  bottom: 6px;
}

ul.wmuSliderPagination {
  padding: 0;
}

.wmuSliderPagination li {
  float: left;
  margin: 0 8px 0 0;
  list-style-type: none;
}

.wmuSliderPagination a {
  text-indent: -9999px;
  visibility: visible;
  height: 15px;
  width: 15px;
  display: inline-block;
  border: 3px solid #cccece;
  -webkit-border-radius: 50%;
}

.wmuSliderPagination a.wmuActive {
  background: var(--section-color);
  border-color: var(--section-color);
}

.bannertop_box {
  width: 23%;
  float: left;
}

.lessons {
  margin-top: 10px;
}

.lesson-category {
  font-weight: bold;
}

.lesson-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
}

.arrow1 {
  padding-top: 30px;
  text-align: center;
}

.gallery-section {
  padding: 3em 0;
  background: var(--primary-color);
}

.gallery-header {
  text-align: center;
  width: 85%;
  margin: 0 auto;
}

.gallery-header h3 {
  font-size: 2.5em;
  font-family: "Arvo", serif;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--section-title);
}

.gallery-header h3 span {
  color: #fefefe;
}

.gallery-header p {
  line-height: 1.5em;

  font-size: 15px;
  color: #fefefe;
  padding: 25px 0;
}

.gal-image-count {
  font-size: 18px;
  color: #fff;
}

.portfolio-section {
  background: #ffd670;
  padding: 4em 0;
}

.portfolio-section-head {
  margin-bottom: 4em;
  position: relative;
}

.portfolio-section-head h3 {
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2.3em;
}

.portfolio-section-head p {
  color: #fff0ca;
  font-weight: 300;
  font-size: 1.2em;
  margin-top: 1.35em;
  text-transform: uppercase;
}

.portfolio-section-head label {
  height: 3px;
  width: 7%;
  background: #fff0ca;
  display: block;
  position: absolute;
  right: 47%;
  bottom: 52%;
  margin: -10px 0;
}

.project-name {
  border-bottom: 1px solid #fff1ce;
}

.project-name span {
  color: #fff1ce;
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 0.6em;
  text-transform: uppercase;
  display: block;
}

.portfolio-section-top-row {
  padding: 1em 0 4em 0;
}

.portfolio-section-top-row-left-grid {
  padding: 0;
}

.project-name h3 {
  color: #fff;
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 1em;
}

.project-description ul {
  margin: 0 0 14px 59px;
}

.project-description span {
  color: #fff1ce;
  font-weight: 300;
  font-size: 15px;
  margin: 1em 0;
  display: block;
  text-transform: uppercase;
}

.project-description ul li {
  color: #fff;
}

.project-description ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  margin: 6px 0;
  list-style-type: disc;
}

.project-description p {
  color: #fff;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.8em;
  margin-bottom: 1.5em;
}

.project-description {
  border-bottom: 1px solid #fff1ce;
}

.address span {
  color: #fff1ce;
  font-weight: 300;
  font-size: 15px;
  margin: 1em 0;
  display: block;
  text-transform: uppercase;
}

.address {
  border-bottom: 1px solid #fff1ce;
  margin: 15px 0 0 0;
}

.address a {
  color: #fff;
  margin: 0 0 1.5em 3em;
  display: block;
}

.tags span {
  color: #fff1ce;
  font-weight: 300;
  font-size: 15px;
  margin: 1em 0;
  display: block;
  text-transform: uppercase;
}

.tags p {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
}

/**** Slider *****/
.wmuSlider {
  position: relative;
  overflow: hidden;
}

.wmuSlider .wmuSliderWrapper article img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}

/* Default Skin */
.wmuSliderPagination a {
  display: block;
  text-indent: -9999px;
  width: 15px;
  height: 15px;

  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
}

/* Default Skin */
.wmuGallery .wmuGalleryImage {
  margin-bottom: 10px;
}

.wmuSliderPrev,
.wmuSliderNext {
  position: absolute;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background: url(../images/img-sprite.png) no-repeat 0px 0px;
  top: 35%;
  z-index: 2;
  cursor: pointer;
}

.wmuSliderNext {
  background-position: -360px 0px;
  right: 0em;
  top: 210px;
}

.wmuSliderPrev {
  background-position: -320px 0px;
  left: 0em;
  top: 210px;
}

.portfolio-section-top-row-right-grid {
  padding-right: 0;
  padding-left: 30px;
}

/*	Strip
/*-----------------------------------------------------------------------------------*/
.b-link-stripe {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  overflow: hidden;
}

.b-link-stripe .b-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  color: #ffffff;
  overflow: hidden;
}

.b-link-stripe .b-wrapper:hover {
  background: rgba(255, 214, 112, 0.49);
  transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
}

/*-----------------------------------------------------------------------------------*/
/*	Animation effects
/*-----------------------------------------------------------------------------------*/
.b-animate-go {
  text-decoration: none;
}

.b-animate {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  visibility: hidden;
  font-size: 1.1em;
  font-weight: 700;
  width: 75%;
  margin: 0 auto;
  top: 45%;
  color: #ffd670;
}

.b-animate img {
  display: -webkit-inline-box;
}

/* lt-ie9 */
.b-animate-go:hover .b-animate {
  visibility: visible;
}

.b-from-left {
  position: relative;
  left: -100%;
}

.b-animate-go:hover .b-from-left {
  left: 0;
}

.zoom-icon {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  display: block;
  left: 0;
  top: 0px;
  width: 290px;
  height: 85%;
  background: url("../images/zoom-icon.png") center center no-repeat;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.grid_box .zoom-icon {
  width: 100%;
}

.gallery-image img {
  height: 180px;
  object-fit: cover;
}

.grid_box a:hover .zoom-icon {
  top: 20px;
  opacity: 1;
  filter: alpha(opacity=99);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)";
}

#portfoliolist .portfolio {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  width: 24%;
  display: none;
  float: left;
  overflow: hidden;
  margin: 0px 1% 2% 0;
}

div#portfoliolist {
  padding: 50px 20px 0 20px;
  background: url("../images/left.png") no-repeat;
  background-size: 100% 100%;
}

.portfolio-wrapper {
  overflow: hidden;
  position: relative !important;
  cursor: pointer;
}

.portfolio img {
  max-width: 100%;
  transition: all 300ms !important;
  -webkit-transition: all 300ms !important;
  -moz-transition: all 300ms !important;
}

/******** SAP ************/
.sap_tabs {
  clear: both;
  padding: 0em 0 0em;
}

.tab_box {
  background: #fd926d;
  padding: 2em;
}

.top1 {
  margin-top: 2%;
}

.resp-tabs-list {
  text-align: right;
  list-style: none;
  margin: 18px 0;
  padding: 0;
}

.resp-tab-item {
  padding: 7px 10px;
  text-decoration: none;
  color: #fff;
  font-size: 1.1em;
  font-weight: 400;
  margin: 0 0.3em;
  cursor: pointer;
  display: inline-block;
  list-style: none;
  outline: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-transform: uppercase;
}

.resp-tab-active,
.resp-tab-item:hover {
  text-shadow: none;
  color: var(--section-color);
}

.resp-tabs-container {
  padding: 0px;
  clear: left;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

.resp-tab-content {
  display: none;
}

.resp-content-active,
.resp-accordion-active {
  display: block;
}

.img-top {
  margin: 3px 0 24px 0;
  position: relative;
  padding: 0px 7px !important;
}

.img-top img {
  width: 100%;
}

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

.about-section {
  padding: 1em 0;
  background-color: #e4ecec;
}

.about-header {
  text-align: center;
}

.about-header h3 {
  font-size: 2.5em;
  font-family: "Arvo", serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #2a404e;
}

.about-header h3 span {
  color: var(--section-color);
}

.about-imag {
  float: left;
  width: 27%;
  margin-right: 2%;
  margin-top: 10px
}

.about-imag img {
  border: 2px solid var(--section-color);
  border-radius: 103px;
}

.about-text {
  text-align: justify;
  float: left;
  width: 65%;
  margin-top: 3%;
}

.about-text p {
  position: relative;
  padding-left: 20px;
  font-size: 19px;
  color: #7e7e7e;
  line-height: 1.5em;
}

.about-text p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, transparent, #48bb78, #4299e1, transparent);
  background-size: 100% 300%;
  /* Extend for flowing effect */
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  animation: dripFlow 5s ease-in-out infinite;
}

@keyframes dripFlow {
  0% {
    background-position: 0% -100%;
  }

  50% {
    background-position: 0% 100%;
  }

  100% {
    background-position: 0% -100%;
  }
}


.about-text p:hover::before {
  height: 100%;
  /* Extends the line to cover the full height on hover */
}


.about-sectiongrids {
  padding: 40px 0px;
}

.polls {
  padding: 10px 0;
}

.poll-desc {
  float: left;
}

.poll-desc h4 {
  font-size: 17px;
  color: #2a404e;
  font-weight: bold;
  text-transform: uppercase;
}

.percentage {
  float: right;
  margin-right: 26%;
}

.percentage p {
  font-size: 17px;
  color: #2a404e;
  font-weight: bold;
}

.skills {
  width: 100%;
  margin: 5px 0;
  height: 14px;
  background: #dedede;
}

.skills>div {
  height: 100%;
  display: block;
  background-color: var(--skill-color);
}

.footer-section {
  padding: 40px 0px;
  background: var(--primary-color);
}

.contact-header {
  text-align: center;
  width: 85%;
  margin: 0 auto;
}

.contact-header h3 {
  font-size: 2.5em;
  font-family: "Arvo", serif;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--section-title);
}

.contact-header h3 span {
  color: #fefefe;
}

.contact-header p {
  line-height: 1.5em;
  font-size: 15px;
  color: #fefefe;
  padding: 25px 0;
}

.captchin {
  font-size: 18px !important;
  font-weight: bold;
  color: #fff;
}

#captchaInput {
  width: 65%;
}

.social-icon {
  text-align: center;
  padding: 30px 0;
}

.icon1,
.icon2 {
  width: 48px;
  height: 48px;
  display: inline-block;
  transition: transform 0.3s ease;
}

.icon1:hover {
  transform: scale(1.2);
}

.contact {
  padding-bottom: 4em;
  border-bottom: 1px solid#55626f;
}

.contactgrid {
  padding-bottom: 2em;
}

.contactgrid input {
  width: 100%;
  background: none;
  outline: none;
  border: none;
  border-bottom: 1px solid#d5d6d7;
  font-size: 15px;
  color: #d5d6d7;
  padding: 10px 0;
}

.contactgrid #name {
  text-transform: capitalize;
}

.contactgrid1 textarea {
  width: 100%;
  background: none;
  outline: none;
  border: none;
  resize: none;
  border-bottom: 1px solid#d5d6d7;
  font-size: 15px;
  color: #d5d6d7;
  text-transform: capitalize;
  padding: 10px 0;
  height: 2.8em;
}

.contactgrid2 {
  padding: 2em 0 0 1em;
}

.contactgrid2 input[type="submit"] {
  color: var(--section-title);
  background: none;
  border: none;
  font-size: 15px;
  outline: none;
  text-transform: uppercase;
}

.contactgrid2 input[type="submit"]:hover {
  color: #d5d6d7;
}

.footer-bottom {
  text-align: center;
  padding-top: 40px;
}

.footer-bottom p {
  font-size: 17px;
  color: #d5d6d7;
  font-weight: 400;
}

.footer-bottom a {
  font-size: 19px;
  color: var(--section-color);
  font-weight: 400;
  text-transform: capitalize;
}

.footer-bottom a:hover {
  color: #d5d6d7;
}

.footer-bottom p a {
  margin: 0 6px 0 6px;
}

#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
  width: 48px;
  height: 48px;
  border: none;
  text-indent: 100%;
  background: url("../images/to-top2.png") no-repeat 0px 0px;
}

.blog-section {
  max-height: 150vh;
  background-color: #e4ecec;
  /* margin: 2rem 0 2rem 0; */
  overflow: auto;
}

.no-blog {
  text-align: center;
  margin-top: 1rem;
}

.blog {
  display: grid !important;
  -moz-column-gap: 2rem;
  column-gap: 1.5rem;
  max-width: 132rem;
  margin: 0 auto;
  padding: 0 3.2rem;
  grid-template-columns: repeat(3, 1fr);
}

.blog__card {
  border: 2px solid #ccc;
  line-height: 1.25;
  box-shadow: 0px 5px 16px 0px rgba(112, 110, 110, 0.1294117647);
  background-color: #ffffff;
  transition: box-shadow 0.3s ease;
  margin-top: 10px;
}

.blog__card:hover {
  border-color: #ffcc00;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.blog__card img {
  max-width: 410px;
  height: 250px;
}

.blog__content-box {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding-left: 1.7rem;
  padding-top: 1.4rem;
  overflow: hidden;
}

.blog__photo {
  /* width: 100%; */
  display: block;
  margin: 0 auto;
}

.blog__date {
  color: #404040;
  font-family: "Archivo", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.36px;
}

.blog__heading {
  color: var(--grayscale-900, #212121);
  font-size: 2rem;
  font-weight: 400;
}

.blog__text {
  color: var(--grayscale-600, #757575);
  font-size: 1.2rem;
  letter-spacing: 0.36px;
}

.blog__link:link,
.blog__link:visited {
  margin-top: auto;
  /* Pushes the "More" button to the bottom */
  background-color: #49a478;
  color: #ffffff;
  padding: 1rem 2.4rem;
  align-self: flex-start;
  margin-bottom: 2.4rem;
}

.blog-heading {
  font-family: "Averta", sans-serif;
  font-size: 3.2rem;
  color: #404040;
  word-wrap: break-word;
  margin-bottom: 1.8rem;
}

.other-blogs>div>h2,
.other-blogs>h3 {
  text-align: center;
  margin: 10px;
  padding: 10px;
}

.detail {
  text-align: center;
  padding: 30px;
  background: #f8f9fa;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 0 auto;
}

.detail__content-box {
  margin-bottom: 20px;
}

.detail__heading {
  font-size: 26px;
  color: #333;
  margin-bottom: 10px;
}

.detail__text {
  font-size: 18px;
  line-height: 1.6;
  color: #555;
}

.detail__image-box {
  display: flex;
  justify-content: center;
}

.detail__photo {
  width: 100%;
  max-width: 600px;
  border-radius: 10px;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

.detail__photo:hover {
  transform: scale(1.05);
}

.back-btn {
  margin: 10px;
}

.work-section {
  margin-top: 35px;
}

/* General styles for the Work Section */
.work-section-info {
  font-family: Arial, sans-serif;
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.work-section-info h3 {
  font-size: 2em;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  border-bottom: 3px solid #5a67d8;
  display: inline-block;
  padding-bottom: 5px;
}

/* Individual Job Styling */
.ws-experience .job {
  margin-bottom: 30px;
  padding: 20px;
  border-left: 4px solid #5a67d8;
  background-color: #fff;
  transition: all 0.3s ease;
  border-radius: 5px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
}

.ws-experience .job:hover {
  border-left-color: #48bb78;
  transform: translateX(5px);
}

/* Job Title */
.job-title {
  font-size: 1.5em;
  font-weight: bold;
  color: #5a67d8;
  margin-bottom: 5px;
  position: relative;
}

.job-title::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  background: #5a67d8;
  bottom: -5px;
  left: 0;
}

/* Job Skills */
.job-skills {
  font-size: 1em;
  color: #4a5568;
  margin: 8px 0;
  font-style: italic;
}

/* Job Dates */
.job-dates {
  font-size: 0.9em;
  color: #a0aec0;
  margin-bottom: 10px;
}

/* Topics Styling */
.topics .topic-category {
  font-weight: bold;
  color: #2d3748;
  font-size: 1.1em;
  margin-top: 10px;
}

.topics .topic-list div {
  color: #4a5568;
  margin: 3px 0;
  padding-left: 15px;
  position: relative;
}

.topics .topic-list div::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #48bb78;
  font-size: 1.7em;
  line-height: 1;
}

.topic-list div {
  transition: transform 0.3s ease;
  /* Smooth transition for sliding effect */
}

.topic-list div:hover {
  transform: translateX(5px);
  /* Moves the element 5px to the right */
}


/* Links */
.job-projects a {
  color: #5a67d8;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.job-projects a:hover {
  color: #48bb78;
  border-color: #48bb78;
}

.views {
  display: inline-block;
  background: linear-gradient(to right, #ece3f5, #c9ccd1);
  color: #636060;
  font-weight: bold;
  padding: 6px 12px;
  border-radius: 10px;
  font-size: 14px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  margin-bottom: 13px;
}


/*-- responsive-mediaquries --*/
@media only screen and (max-width: 53.75em) {
  .blog {
    row-gap: 3.2rem;
  }
}

@media (max-width: 1080px) {
  .grid_box a:hover .zoom-icon {
    top: 15px;
  }
}

@media (max-width: 1000px) {
  .blog {
    max-width: 85rem;
    overflow: hidden;
  }

  .blog__card img {
    max-width: 220px;
    height: 205px;
  }
}

@media (max-width: 1024px) {
  .banner_center h1 {
    font-size: 1.9em;
  }

  .banner_center h2 {
    font-size: 1.9em;
  }

  .wmuSliderPrev {
    top: 195px;
  }

  .wmuSliderNext {
    top: 195px;
  }

  .gallery-header h3 {
    font-size: 2.2em;
  }

  .gallery-header {
    width: 100%;
  }

  .gallery-header p {
    font-size: 1em;
  }

  #filters {
    margin: 0 0px 0em 30em;
  }

  .b-animate {
    top: 40%;
  }

  .grid_box a:hover .zoom-icon {
    top: 10px;
  }

  .about-header h3 {
    font-size: 2.2em;
  }

  .about-text p {
    font-size: 1em;
  }

  .poll-desc h4 {
    font-size: 16px;
  }

  .percentage p {
    font-size: 16px;
  }

  .contact-header h3 {
    font-size: 2.2em;
  }

  .contact-header {
    width: 100%;
  }

  .contact-header p {
    font-size: 1em;
  }

  .contactgrid2 {
    padding: 2em 0 0 13em;
  }

  .contact {
    padding-bottom: 3em;
  }

  .footer-bottom p {
    font-size: 16px;
  }

  .footer-bottom p a {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .img-top {
    margin: 3px 0 19px 0;
    position: relative;
    padding: 0px 4px !important;
    float: left;
    width: 25%;
  }
}

@media (max-width: 800px) {
  .header {
    min-height: 360px;
  }

  .banner_center {
    top: 33%;
  }

  .wmuSliderPrev {
    top: 95px;
  }

  .wmuSliderNext {
    top: 95px;
  }

  .banner_center h1 {
    font-size: 1.5em;
  }

  .banner_center h2 {
    font-size: 1.5em;
  }

  .banner-wrap {
    padding-top: 16em;
  }

  .gallery-section {
    padding: 2em 0;
  }

  .gallery-header h3 {
    font-size: 2em;
  }

  .gallery-header p {
    padding: 15px 0;
  }

  #filters {
    margin: 0px 0px 0em 15em;
  }

  .grid_box a:hover .zoom-icon {
    top: -17px;
  }

  .about-section {
    padding: 0.5em 0;
  }

  .about-header h3 {
    font-size: 2em;
  }

  .about-imag img {
    width: 80%;
  }

  .about-text p {
    height: 185px;
    overflow: hidden;
  }

  .about-sectiongrids {
    padding: 25px 0px;
  }

  .arrow1 {
    padding-top: 0px;
  }

  .contact-section {
    padding: 2em 0;
  }

  .contact-header h3 {
    font-size: 2em;
  }

  .contact-header p {
    padding: 15px 0;
  }

  .social-icon {
    padding: 20px 0;
  }

  .contactgrid {
    padding-bottom: 1em;
    float: left;
  }

  .contactgrid1 textarea {
    width: 86%;
  }

  .contactgrid2 {
    padding: 1em 0 0 0;
    text-align: center;
  }

  .contact {
    padding-bottom: 2em;
  }

  .footer-bottom {
    padding-top: 35px;
  }

  .grid_box a:hover .zoom-icon {
    top: 12px;
  }

  .blog__card img {
    max-width: 150px;
    height: 125px;
  }
}

.menu {
  float: right;
  display: none;
  width: 25px;
  height: 25px;
  margin-top: -2%;
  background: url(../images/nav.png);
}

/* General styles for the Study Section */
.study-section-info {
  font-family: Arial, sans-serif;
  background-color: #f0f4f8;
  padding: 40px 20px;
  border-radius: 12px;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.study-section-info h3 {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  font-size: 2.4em;
  color: #333;
  font-weight: bold;
  letter-spacing: 1px;
  position: relative;
  text-transform: uppercase;
}

.study-section-info h3::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background-color: #48bb78;
  margin: 10px auto 0;
  border-radius: 2px;
}

/* Card Style for each Study Grid */
.study-section-info .work-grid {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 25px;
  margin: 15px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-top: 4px solid #48bb78;
}

.study-section-info .work-grid:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
}

.study-section-info h4 {
  font-size: 1.6em;
  color: #2d3748;
  margin: 15px 0;
}

.study-section-info h4 a {
  color: #5a67d8;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.study-section-info h4 a:hover {
  color: #2b6cb0;
}

.study-section-info p {
  font-size: 1.1em;
  color: #718096;
  font-style: italic;
}

/* Year Range with Calendar Icon */
.year-range-icon {
  display: inline-flex;
  align-items: center;
  font-size: 0.8em;
  padding: 3px 3px;
  background-color: #f0f4f8;
  border-radius: 5px;
  color: #5a67d8;
  font-weight: bold;
  border: 2px solid #5a67d8;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.year-range-icon:hover {
  /* transform: scale(1.1); */
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);
}

.year-range-icon .icon {
  margin-right: 8px;
  font-size: 1.5em;
  color: #48bb78;
  /* Green color for icon */
}

.error {
  color: #FF0;
}

.post-time {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #666;
  background-color: #f4f4f4;
  padding: 5px 10px;
  border-radius: 3px;
  display: inline-block;
}

/* Responsive Grid Layout */
@media (min-width: 768px) {
  .study-section-info {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .study-section-info .work-grid {
    flex: 1 1 calc(33.333% - 30px);
    max-width: calc(33.333% - 3px);
  }
}

@media (max-width: 767px) {
  .study-section-info .work-grid {
    width: 100%;
    max-width: 100%;
    margin: 10px auto;
  }

  .blog {
    max-width: 55em;
    overflow: hidden;
  }

  .blog__card img {
    max-width: 225px;
    height: 150px;
  }
}

/*----- responsive-menu -----*/
@media (max-width: 768px) {
  .header-top {
    padding-top: 2em;
  }

  span.menu:before {
    content: url(../images/nav.png) no-repeat 0px 0px;
    cursor: pointer;
  }

  .top-menu {
    float: none;
    width: 100%;
    text-align: right;
  }

  .top-menu ul {
    display: none;
  }

  .top-menu ul li {
    font-size: 14px;
    display: block;
  }

  .top-menu span.menu {
    display: block;
  }

  .top-menu ul li {
    display: block;
    float: none;
    margin: 0em;
    border-bottom: 1px solid #4b6075;
    border-right: none;
  }

  .top-menu ul li {
    padding: 15px 0;
  }

  .top-menu ul {
    margin: 15px 0;
    z-index: 999;
    position: absolute;
    width: 96%;
    background: var(--primary-color);
    text-align: center;
  }

  .top-menu ul li a {
    display: block;
  }

  .wmuSliderPagination {
    right: 46%;
  }
}

@media (max-width: 736px) {
  .resp-tab-item {
    padding: 0px 7px;
  }
}

@media (max-width: 640px) {
  .header-top {
    padding-top: 2.5em;
  }

  .blog__card {
    width: 16rem;
  }

  .top-menu ul li a {
    font-size: 14px;
  }

  .top-menu ul {
    width: 95%;
  }

  .banner_center {
    top: 36%;
  }

  header {
    min-height: 350px;
  }

  .banner_center h1 {
    font-size: 1.2em;
  }

  .banner_center h2 {
    font-size: 1.2em;
    padding: 5px 0;
  }

  .wmuSliderPagination {
    right: 44%;
  }

  .gallery-section {
    padding: 1.5em 0;
  }

  .gallery-header h3 {
    font-size: 1.5em;
  }

  .gallery-header p {
    font-size: 0.9em;
  }

  .grid_box a:hover .zoom-icon {
    top: -30px;
  }

  .about-text p {
    height: 325px;
    overflow: hidden;
    font-size: 13px;
  }

  .about-header h3 {
    font-size: 1.5em;
  }

  .about-imag img {
    width: 70%;
  }

  .poll-desc h4 {
    font-size: 15px;
  }

  .percentage p {
    font-size: 15px;
  }

  .footer-section {
    padding: 20px 0px;
  }

  .contact-header h3 {
    font-size: 1.5em;
  }

  .contact-header p {
    font-size: 0.9em;
  }

  .social-icon {
    padding: 15px 0;
  }

  .contactgrid {
    float: none;
  }

  .contactgrid1 textarea {
    width: 100%;
  }

  .contactgrid input[type="text"],
  .contactgrid input[type="email"] {
    padding: 7px 0;
  }

  .contactgrid2 input[type="submit"] {
    font-size: 13px;
  }

  .contact {
    padding-bottom: 1.5em;
  }

  .footer-bottom p {
    font-size: 14px;
  }

  .footer-bottom p a {
    font-size: 14px;
  }

  .footer-bottom {
    padding-top: 20px;
  }

  .resp-tab-item {
    font-size: 1em;
  }

  div#portfoliolist {
    padding: 8px 8px 0 8px;
  }

  .img-top {
    margin: 3px 0 12px 0;
  }

  .grid_box a:hover .zoom-icon {
    top: 10px;
  }

  .blog__heading {
    font-size: small;
  }

}

@media (max-width: 480px) {
  .header {
    min-height: 275px;
  }

  .header-top {
    padding-top: 1.5em;
  }

  .logo img {
    width: 80%;
  }

  .top-menu ul {
    width: 93%;
    margin: 19px 0;
  }

  .top-menu ul li {
    padding: 10px 0;
  }

  .top-menu ul li a {
    font-size: 14px;
  }

  .wmuSliderPagination {
    bottom: 40px;
  }

  .banner-wrap {
    padding-top: 15em;
  }

  .banner_center {
    top: 35%;
    left: 24%;
  }

  .banner_center h1 {
    font-size: 0.9em;
  }

  .banner_center h2 {
    font-size: 0.9em;
    padding: 3px 0;
  }

  .wmuSliderNext {
    top: 80px;
  }

  .wmuSliderPrev {
    top: 80px;
  }

  .wmuSliderPagination {
    right: 43%;
  }

  .wmuSliderPagination a {
    width: 12px;
    height: 12px;
  }

  .blog-section .no-blog {
    font-size: 1.4em;
  }

  .gallery-header h3 {
    font-size: 1.4em;
  }

  .gallery-header p {
    height: 66px;
    overflow: hidden;
  }

  .gallery-header p {
    padding: 10px 0;
  }

  .resp-tab-item {
    margin: 0 0.6em;
    padding: 0px 0px;
  }

  .resp-tabs-list {
    text-align: center;
  }

  .b-animate {
    top: 30%;
  }

  .about-header h3 {
    font-size: 01.4em;
  }

  .about-imag img {
    width: 90%;
  }

  .about-text {
    float: left;
    width: 64%;
    margin-top: 4%;
  }

  .poll-desc h4 {
    font-size: 14px;
  }

  .percentage p {
    font-size: 14px;
  }

  .contact-header h3 {
    font-size: 1.4em;
  }

  .contact-header p {
    height: 66px;
    overflow: hidden;
  }

  .contact-header p {
    padding: 10px 0;
  }

  .contactgrid input[type="text"],
  contactgrid input[type="email"] {
    padding: 5px 0;
  }

  .contact {
    padding-bottom: 1em;
  }

  .footer-bottom {
    padding-top: 15px;
  }

  .img-top {
    margin: 0px 0 8px 0;
    width: 33.333%;
  }

  .grid_box a:hover .zoom-icon {
    top: 7px;
  }

  div#portfoliolist {
    background: none;
  }
}

@media (max-width: 414px) {
  .resp-tab-item {
    margin: 8px 9px 0px;
  }
}

@media (max-width: 375px) {
  .resp-tabs-list {
    margin: 13px 0;
  }
}

@media (max-width: 320px) {
  .header-top {
    padding-top: 1em;
  }

  .header {
    min-height: 220px;
  }

  .top-menu ul li {
    padding: 6px 0;
  }

  .top-menu ul {
    width: 89%;
  }

  .banner_center {
    width: 78%;
    left: 10%;
  }

  .wmuSliderPagination {
    right: 39%;
    bottom: 30px;
  }

  .wmuSliderPrev,
  .wmuSliderNext {
    width: 30px;
    height: 30px;
    background: url(../images/img-sprite.png) no-repeat 0px 0px;
    background-size: 420px;
  }

  .wmuSliderPrev {
    background-position: -269px -2px;
    left: -0.5em;
  }

  .wmuSliderNext {
    background-position: -299px -2px;
    right: 0.5em;
  }

  .gallery-section {
    padding: 1em 0;
  }

  .b-animate {
    width: 45%;
  }

  #filters {
    margin: 0.9em 0px 0em 0em;
  }

  #filters li span {
    font-size: 0.7em;
    padding: 4px 0px;
    margin: 0.67em 0.1em;
  }

  #portfoliolist .portfolio {
    width: 48%;
    margin: 0px 5px 8px 0px;
  }

  div#portfoliolist {
    padding: 3px 0px 0px 6px;
  }

  .about-section {
    padding: 0.5em 0;
  }

  .about-text p {
    height: 330px;
    overflow: hidden;
    font-size: 0.9em;
  }

  .about-imag {
    width: 30%;
    margin-right: 5%;
  }

  .about-text {
    width: 61%;
    margin-top: 4%;
  }

  .about-imag img {
    width: 100%;
  }

  .about-sectiongrids {
    padding: 15px 0px;
  }

  .poll-desc h4 {
    font-size: 13px;
  }

  .percentage p {
    font-size: 13px;
  }

  .footer-section {
    padding: 15px 0px;
  }

  .social-icon {
    padding: 10px 0;
  }

  .social-icon i {
    width: 30px;
    height: 30px;
    background: url("../images/img-sprite.png") no-repeat 0px 0px;
    display: inline-block;
    background-size: 420px;
  }

  .footer-bottom p {
    font-size: 13px;
  }

  .img-top {
    margin: 0px 0 8px 0;
    width: 50%;
  }

  .grid_box a:hover .zoom-icon {
    top: 7px;
  }
}


/* Mobile (up to 600px) */
@media (max-width: 600px) {
  .work-section-info {
    padding: 20px;
  }

  .work-section-info h3 {
    font-size: 1.5em;
  }

  .ws-experience .job {
    padding: 15px;
    border-left-width: 3px;
  }

  .job-title {
    font-size: 1.2em;
  }

  .job-skills,
  .job-dates {
    font-size: 0.9em;
  }

  .topics .topic-category {
    font-size: 1em;
  }

  .topics .topic-list div {
    font-size: 0.9em;
  }
}

/* Tablet (600px to 900px) */
@media (min-width: 600px) and (max-width: 900px) {
  .work-section-info {
    padding: 25px;
  }

  .work-section-info h3 {
    font-size: 1.75em;
  }

  .ws-experience .job {
    padding: 18px;
  }

  .job-title {
    font-size: 1.4em;
  }

  .job-skills,
  .job-dates {
    font-size: 1em;
  }

  .topics .topic-category {
    font-size: 1.05em;
  }

  .topics .topic-list div {
    font-size: 0.95em;
  }
}

/* Desktop (900px and above) */
@media (min-width: 900px) {
  .work-section-info {
    padding: 30px;
  }

  .ws-experience {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .ws-experience .job {
    padding: 20px;
  }

  .job-title {
    font-size: 1.5em;
  }

  .job-skills,
  .job-dates {
    font-size: 1.2em;
  }

  .topics .topic-category {
    font-size: 1.1em;
  }

  .topics .topic-list div {
    font-size: 1.3em;
  }
}

.paging {
  user-select: none;
  display: flex;
  width: 100%;
}

.gal-page {
  margin-left: 8px;
  padding: 5px;
  border-radius: 4px;
  background-color: var(--section-color);
  color: #fff;
  cursor: pointer;
  font-weight: bold;
}

.active-page {
  background-color: #efb64d;
}