body {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
  height: 100%;
  font-family: "Lato", sans-serif;
  background: #fff;
  color: #333;
}

html,
body {
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-family: "Montserrat", sans-serif;
}

img {
  width: 100%;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

p {
  line-height: 32px;
}

ul,
li {
  margin: 0;
  padding: 0;
}

fieldset {
  border: 0 none;
  margin: 0 auto;
  padding: 0;
}

.no-padding {
  padding: 0;
}

.section-padding {
  padding-top: 45px;
  padding-bottom: 50px;
}

.section-footer-padding {
  /* padding-top: 45px; */
}

.section-title {
  margin-bottom: 30px;
}

.section-title h2 {
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  font-weight: 700;
  position: relative;
}

.section-sub-title h2 {
  font-size: 30px;
  text-transform: uppercase;
  /* text-align: center; */
  margin: 0;
  font-weight: 700;
  position: relative;
}

@media (max-width: 768px) {
  .section-sub-title h2 {
    margin-left: 10px;
  }
}
@media (max-width: 480px) {
  .section-title {
    margin-bottom: 40px;
  }
  .section1 h2 {
    font-size: 1.2rem;
  }
  .section1 h2:before {
    width: 60px;
    margin-top: 20px;
  }

  .section1 h2:after {
    width: 30px;
    margin-top: 20px;
  }
  .section-sub-title h2 {
    margin-left: 10px;
  }
}

.section-sub-title p {
  font-weight: 300;
}

.section-blog-title h2 {
  font-size: 30px;
  /* text-transform: uppercase; */
  /* text-align: center; */
  margin: 0;
  font-weight: 700;
  position: relative;
}

.sap-section-title h2 {
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  font-weight: 700;
  position: relative;
}

.sap-section-title h2:before {
  position: absolute;
  /* content: ""; */
  left: 50%;
  top: 110%;
  height: 2px;
  width: 100px;
  background: #000;
  margin-left: -50px;
}

.sap-section-title h2:after {
  position: absolute;
  /* content: ""; */
  left: 50%;
  top: 120%;
  height: 2px;
  width: 50px;
  background: #000;
  margin-left: -25px;
}

.section-title h2:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50px;
  height: 2px;
  width: 100px;
  background: #525252;
  margin-left: -50px;
}

.section-title h2:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 60px;
  height: 2px;
  width: 50px;
  background: #525252;
  margin-left: -25px;
}

.section-title p {
  font-weight: 300;
}

.white-title {
  color: #fff;
}

/* Initial styling for the Read More link */
.read-more {
  color: transparent;
  /* Make text color transparent initially */
  background-color: transparent;
  /* Transparent background */
  border: 2px solid transparent;
  /* Transparent border */
  padding: 5px 10px;
  /* Add some padding for better visibility */
  text-decoration: none;
  /* Remove underline */
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  /* Smooth transition for hover effect */
}

/* Define a class for black text color */
.text-black {
  color: black;
}

a.read-more {
  margin-top: 20px;
  display: inline-block;
  color: #fff;
  background: #5b8c68;
  padding: 10px 25px;
  border: 1px solid #5b8c68;
  border-radius: 100px;
  text-transform: uppercase;
  font-size: 12px;
}

a.white-read-more {
  margin-top: 20px;
  display: inline-block;
  color: #333;
  background: #fff;
  padding: 10px 25px;
  border: 1px solid #fff;
  border-radius: 100px;
  text-transform: uppercase;
  font-size: 12px;
}

a.read-more:hover {
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #5b8c68;
  background: transparent;
}

a.white-read-more:hover {
  background: transparent;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.scrollup {
  border-radius: 50%;
  height: 60px;
  width: 60px;
  font-size: 30px;
  color: #333;
  text-align: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  line-height: 55px;
  cursor: pointer;
  display: none;
  z-index: 2;
}

.scrollup:hover {
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

/*
* ----------------------------------------------------------------------------------------
* 02.PRELOADER & BOUNCE CCS STYLE
* ----------------------------------------------------------------------------------------
*/

.preloader {
  background: #fff;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
}

.status-mes {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  font-size: 10px;
  text-indent: -12345px;
  border-top: 2px solid rgba(0, 0, 0, 0.08);
  border-right: 2px solid rgba(0, 0, 0, 0.08);
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
  border-left: 2px solid #000;
  border-radius: 50%;
  -webkit-animation: spinner 700ms infinite linear;
  animation: spinner 700ms infinite linear;
  z-index: 10000;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*
* ----------------------------------------------------------------------------------------
* 03.HOMEPAGE CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.welcome-area {
  height: 100%;
}

.welcome-sub-area {
  height: 50%;
}

.welcome-sub-image-area {
  position: relative;
  height: 50vh;
  background: url(../images/bg.jpg);
  background-size: cover;
  z-index: 1;
}

.welcome-oppour-image-area {
  position: relative;
  height: 100%;
  background-color: #333;
  background-image: url(/images/why.jpg);
  background-size: cover;
  z-index: 1;
  opacity: 0.3;
}

.welcome-sub-image-area:after {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}

.welcome-image-area {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.welcome-image-area video {
  position: absolute;
  width: 100% !important;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform: translate(-50%, -50%);
  background-size: cover;
}

@media (min-width: 500px) and (max-width: 1024px) {
  .welcome-image-area video {
    /* width: auto !important; */
    /* Change to auto for tablet view */
  }
}

.overlay {
  position: absolute;
  /* background: rgba(0, 0, 0, .7); */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}

.display-table {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
  display: table;
}

.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.header-text {
  color: #fff;
  text-align: center;
  z-index: 3;
  font-size: 30px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 700;
  position: relative;
}

.slide-btn {
  display: inline-block;
  margin: 10px;
  padding: 10px 20px;
  color: #fff;
  background-color: #000;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.slide-btn:hover {
  background-color: #333;
}

.display-table {
  display: table;
  width: 100%;
  height: 100%;
}

.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.header-text {
  margin-top: 60px;
}

.header-text h2 {
  color: #fff;
  font-size: 30px;
  letter-spacing: 5px;
  margin: 0;
  font-weight: 700;
}

.header-text p {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

.header-top-area {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: #5b8c68;
}

@media screen and (min-width: 800px) and (max-width: 1200px) {
  .header-top-area {
    /* position: relative; */
  }
}

.logo {
  padding-top: 5px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding-bottom: 5px;
}

.logo a {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 10px;
}

.mainmenu .navbar-nav li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 25px 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mainmenu .navbar-nav li a:hover {
  background: none;
  color: #ccc;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.nav li a:focus,
.nav li a:hover {
  background: none;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navbar {
  margin: 0;
}

.menu-bg {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #5b8c68;
}

.menu-bg .logo {
  /* padding-top: 14px; */
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  /* margin-top: 0px; */
}

.menu-bg .mainmenu .navbar-nav li a {
  color: #fff;
  padding: 25px 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menu-bg .mainmenu .navbar-nav li a:hover {
  color: #fff;
}

a.slide-btn {
  margin: 0px 5px;
  display: inline-block;
  color: #333;
  background: #fff;
  padding: 10px 25px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 100px;
  text-transform: uppercase;
  font-size: 12px;
}

a.slide-btn:hover {
  background: transparent;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*
* ----------------------------------------------------------------------------------------
* HOMEPAGE SLIDER BACKGROUND CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.welcome-area,
.welcome-slider-area,
.welcome-slider-area div {
  height: 75vh;
}

/* .welcome-slider-area div.single-slide-item-tablecell,
.welcome-slider-area div.single-slide-item-tablecell div {
    height: auto;
} */

.single-slide-item-table {
  display: table;
  width: 100%;
}

.single-slide-item-tablecell {
  display: table-cell;
  vertical-align: middle;
}

.single-slide-item {
  position: relative;
  z-index: 1;
}

.single-slide-item:after {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}

.slide-1 {
  background: url(../images/slide-1.jpg) scroll 0 0;
  background-size: cover;
}

.slide-2 {
  background: url(../images/slide-2.jpg) scroll 0 0;
  background-size: cover;
}

.slide-3 {
  background: url(../images/slide-3.jpg) scroll 0 0;
  background-size: cover;
}

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*
* ----------------------------------------------------------------------------------------
* VIDEO BACKGROUND CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.welcome-video-area {
  position: relative;
  height: 100%;
  background-size: cover;
  z-index: 1;
  background-position: center center;
}

@media only screen and (max-width: 767px) {
  .welcome-image-area,
  .welcome-video-area {
    padding-top: 60px !important;
  }
}

.welcome-video-area:after {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}

.display-table {
  display: table;
  width: 100%;
  height: 100%;
}

.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}

/*
* ----------------------------------------------------------------------------------------
* 04.ABOUT CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.about-us-area {
}

.about-image,
.about-video {
  margin-top: 30px;
  padding: 10px;
}

.about-text {
  margin-top: 30px;
}

.about-text h2 {
  margin-bottom: 18px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 3px;
  /* font-weight: 900; */
}

.about-text h2 span {
  color: #000;
}

.about-text p {
  margin-bottom: 10px;
}

.single-project-complete {
  margin-top: 50px;
}

.single-project-complete {
  border: 1px solid rgba(51, 51, 51, 0.5);
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  height: 350px;
}

.single-project-complete:hover {
  border: 1px solid #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.single-project-complete span {
  font-size: 50px;
}

.lnr-thumbs-up::before {
  color: #000;
}

.lnr-smile::before {
  color: #000;
}

.lnr-code::before {
  color: #000;
}

.lnr-bullhorn::before {
  color: #000;
}

.single-project-complete h2 {
  font-size: 20px;
  margin: 20px 0px;
  font-weight: 400;
}

/*
* ----------------------------------------------------------------------------------------
* 05.SERVICE CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.service-area {
}

.single-service {
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-top: 30px;
  padding: 30px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  color: #333;
  text-align: center;
}

.single-service-Expertise {
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-top: 30px;
  padding: 30px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  color: #333;
  max-height: 250px;
  min-height: 250px;
  overflow: hidden;
}

/* WebKit browsers (Chrome, Safari) */
.single-service-Expertise::-webkit-scrollbar {
  width: 8px;
  /* Adjust width of the scrollbar */
}

.single-service-Expertise::-webkit-scrollbar-thumb {
  background-color: #ccc;
  /* Set the scrollbar thumb color */
  border-radius: 10px;
  /* Make the scrollbar thumb rounded */
}

.single-service-Expertise::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* Set the scrollbar track color */
}

/* Firefox */
.single-service-Expertise {
  scrollbar-width: thin;
  /* Make scrollbar thin */
  scrollbar-color: #f9f7f7 #eeebeb;
  /* Set thumb and track color */
}

.single-service:hover {
  border: 1px solid #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.single-service-Expertise:hover {
  border: 1px solid #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.single-service h4 {
  font-size: 16px;
  margin-top: 30px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.single-service-Expertise h4 {
  font-size: 12px;
  margin-top: 30px;
  text-transform: uppercase;
  /* letter-spacing: 3px; */
}

.single-service-Expertise span {
  color: #333;
  font-size: 50px;
}

.single-service span {
  color: #333;
  font-size: 50px;
}

.lnr-camera::before {
  color: #000;
}

.lnr-laptop::before {
  color: #000;
}

.lnr-keyboard::before {
  color: #000;
}

.lnr-earth::before {
  color: #000;
}

.lnr-layers::before {
  color: #000;
}

.lnr-user::before {
  color: #000;
}

.single-service p {
  margin-top: 20px;
  margin-bottom: 0;
}

/*
* ----------------------------------------------------------------------------------------
* 06.TEAM CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.team-area {
  margin-top: 65px;
}

.single-team {
  margin-top: 30px;
}

.single-team img {
  border-radius: 10px;
  width: 65%;
  height: 150px;
  object-fit: scale-down;
}

.single-team h4 {
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
}

.team-description {
  margin-top: 15px;
}

.team-social ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.team-social ul li {
  display: inline-block;
  margin: 0px 5px;
}

.team-social ul li a {
  display: block;
  color: #333;
  font-size: 16px;
}

.team-social ul li a:hover {
  color: #000;
}

/*
* ----------------------------------------------------------------------------------------
* 07.CALL TO ACTION US CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.call-to-action-area {
  padding: 69px 0px;
  /* background: url(../images/testi-bg.jpg); */
  background: url(../images/testi-bg-new.jpg);
  background-size: cover;
  position: relative;
  z-index: 1;
  margin-top: 50px;
}

.call-to-action-area:after {
  position: absolute;
  /* background: rgba(0, 0, 0, .7); */
  /* background: rgba(249, 249, 249, 0); */

  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}

.call-to-action-area h2 {
  color: #fff;
}

.call-to-action-area p {
  color: #fff;
}

/*
* ----------------------------------------------------------------------------------------
* 07.WHY CHOOSE US CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.why-chhose-us-area {
}

.single-about {
  margin-top: 30px;
}

.single-about h4 {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 3px;
}

@media (max-width: 768px) {
  .single-about h4 {
    margin-left: 10px;
  }
}

.why-image {
  margin-top: 30px;
}

.why-image img {
  border-radius: 10px;
  object-fit: cover;
}
.landing-image img {
  margin-top: 33px;
  border-radius: 10px;
  object-fit: cover;
  height: 340px;
}

.about-icon {
  float: left;
  margin-bottom: 50px;
  margin-right: 20px;
  margin-top: 10px;
}

.about-icon-Expertise {
  float: left;
  margin-bottom: 50px;
  margin-right: 20px;
  margin-top: 25px;
  height: 80px;
}

.about-icon-Excellence {
  float: left;
  margin-bottom: 50px;
  margin-right: 20px;
  /* margin-top: 10px; */
  height: 10px;
}

.about-icon-Excellence SPAN {
  font-size: 30px;
}

.about-icon SPAN {
  font-size: 30px;
}

.about-icon-Expertise SPAN {
  font-size: 30px;
}

.lnr-sun::before {
  color: #000;
}

.lnr-pie-chart::before {
  color: #000;
}

.lnr-crop::before {
  color: #000;
}

.lnr-text-align-justify::before {
  color: #000;
}

.lnr-pencil::before {
  color: #000;
}

.lnr-clock::before {
  color: #000;
}

.lnr-chevron-up::before {
  color: #000;
}

.single-about p {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .single-about p {
    margin-left: 10px;
  }
}

/*
* ----------------------------------------------------------------------------------------
* 08.KEY SKILL AREA CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.skill-text p {
  text-align: justify;
}

.our-skill,
.skill-text {
  margin-top: 30px;
}

.progress-bar-text span {
  float: right;
}

.progress-bar-text {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
}

.progress-bar {
  background: #ccc none repeat scroll 0 0;
  box-shadow: 0 0 0;
  height: 8px;
  margin: 0 0 20px;
  position: relative;
  width: 100%;
}

.progress-bar > span {
  background: #333 none repeat scroll 0 0;
  display: block;
  height: 100%;
  width: 0;
}

/*
* ----------------------------------------------------------------------------------------
* 09.WORK CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.work {
}

.work-inner .mix {
  display: none;
}

ul.work {
  padding: 0;
  list-style: none;
  margin-top: 30px;
  margin-left: 8px;
  text-align: left;
  text-align: center;
}

ul.work li {
  display: inline-block;
  padding: 8px 12px;
  margin: 0 8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  color: #ccc;
  border: none;
  cursor: pointer;
  font-size: 12px;
  letter-spacing: 3px;
}

ul.work li:hover {
  color: #333;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

ul.work li.active {
  border: none;
  color: #000;
}

.work .item {
  margin-top: 30px;
  position: relative;
}

.work .item img {
  border-radius: 10px;
  width: 100%;
}

.item {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.item:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*
* ----------------------------------------------------------------------------------------
* 11.TESTIMONIAL CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.testimonial-area {
  background: url(../images/testi-bg.jpg);
  background-size: cover;
  position: relative;
  z-index: 1;
}

.testimonial-area:after {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}

/* .testimonial-list {
    padding: 30px;
    margin-top: 30px;
} */

.single-testimonial img {
  width: 120px;
}

.single-testimonial {
  padding: 0px 100px;
  color: #fff;
}

.single-testimonial h6 {
  margin-top: 20px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.owl-theme .owl-controls {
  margin-top: 30px;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  border-radius: 50%;
  border: 1px solid #ccc;
  background: none;
}

/*
* ----------------------------------------------------------------------------------------
* 12.PRICING CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.pricing-area {
}

.pricing-box {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  margin-top: 30px;
  border: 1px solid rgba(204, 204, 204, 0.5);
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pricing-box:hover {
  border: 1px solid #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pricing-box:hover .plan-features li {
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pricing-box:hover .pricing-header .plan-price {
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pricing-box:hover .pricing-header .plan-title {
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pricing-box:hover .plan-month {
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pricing-header .plan-title h4 {
  font-size: 12px;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.pricing-header .plan-price {
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
  color: #333;
  font-weight: 900;
}

.plan-features {
  margin-top: 40px;
}

.plan-features li {
  margin: 8px 0;
  padding-bottom: 15px;
}

/*
* ----------------------------------------------------------------------------------------
* 13.NEWS LETTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.our-news-letter {
  padding: 100px 0px;
  background: url(../images/testi-bg.jpg);
  background-size: cover;
  position: relative;
  z-index: 1;
}

.our-news-letter:after {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}

.our-news-letter h2 {
  font-size: 18px;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;
}

.our-news-letter input[type="text"] {
  display: block;
  width: 35%;
  text-align: center;
  margin: 0px auto;
  border-radius: 5px;
  border: none;
  height: 50px;
  background: none;
  border-bottom: 1px solid #ccc;
  color: #fff;
}

.our-news-letter input[type="submit"] {
  margin-top: 20px;
  display: inline-block;
  color: #333;
  background: #fff;
  padding: 10px 25px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 100px;
  text-transform: uppercase;
  font-size: 12px;
  width: 100px;
}

.our-news-letter input[type="submit"]:hover {
  background: transparent;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*
* ----------------------------------------------------------------------------------------
* 14.BLOG CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.blog-area {
}

.single-blog {
  margin-top: 30px;
  border-radius: 3px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.single-blog img {
  border-radius: 10px;
}

.blog-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  font-family: "Georgia", serif;
  color: #333;
  line-height: 1.8;
}

.blog-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
}

.blog-meta {
  color: #777;
  font-size: 14px;
  margin-bottom: 20px;
}

.blog-section-title {
  font-size: 28px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 15px;
}

.blog-paragraph {
  margin-bottom: 20px;
}

.blog-link {
  color: #007bff;
  text-decoration: none;
  transition: color 0.3s;
}

.blog-link:hover {
  color: #0056b3;
}

.blog-quote {
  font-style: italic;
  margin: 20px 0;
  padding: 10px 20px;
  background-color: #f9f9f9;
  border-left: 4px solid #007bff;
}

.blog-description {
  padding-top: 20px;
}

.single-blog h4 {
  color: #333;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.single-blog h4:hover {
  color: #000;
}

/*
* ----------------------------------------------------------------------------------------
* 15.CONTACT CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.single-contact-details {
  margin-top: 30px;
  margin-bottom: 40px;
  border: 1px solid rgba(204, 204, 204, 0.5);
  border-radius: 10px;
  padding: 40px;
}

.single-contact-details:hover {
  border: 1px solid rgba(51, 51, 51, 0.5);
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.single-contact-details h4 {
  color: #333;
  margin-top: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
}

.single-contact-details span {
  font-size: 30px;
}

.lnr-phone-handset::before {
  color: #000;
}

.lnr-envelope::before {
  color: #000;
}

.lnr-map-marker::before {
  color: #000;
}

.contact-form p {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  margin: 0;
}

.form-control {
  display: block;
  border: 0px;
  width: 100%;
  height: 45px;
  padding: 5px 0px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  background-image: none;
  border-radius: 0px;
  box-shadow: none;
  text-indent: 10px;
  border: 1px solid rgba(51, 51, 51, 0.5);
  border-radius: 10px;
}

.form-control:focus {
  border-color: #333;
  outline: 0;
  box-shadow: none;
}

.contact-form-design-area {
  margin-top: 30px;
}

.contact-form button:not(.k-button) {
  margin-top: 20px;
  display: inline-block;
  color: #fff;
  background: #5b8c68;
  padding: 10px 25px;
  border: 1px solid #5b8c68;
  border-radius: 100px;
  text-transform: uppercase;
  font-size: 12px;
}

.contact-form button:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #333;
  background: transparent;
}

.success {
  background: #fff none repeat scroll 0 0;
  color: #333;
  font-weight: 700;
  padding: 20px;
  text-align: center;
}

/*
* ----------------------------------------------------------------------------------------
* 16.FOOTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.footer-area {
  padding: 30px 0 50px 0;
  margin-top: 30px;
  /* background-color:#f4f4f4; */
}

.footer-text h6 {
  text-transform: uppercase;
  letter-spacing: 3px;
  position: relative;
}

.footer-text h6:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 30px;
  height: 2px;
  width: 100px;
  background: #333;
  margin-left: -50px;
}

.footer-text h6:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 40px;
  height: 2px;
  width: 50px;
  background: #333;
  margin-left: -25px;
}

.footer-social-link {
  margin-bottom: 10px;
}

.footer-social-link ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-social-link ul li {
  display: inline-block;
  margin: 0px 10px;
}

.footer-social-link ul li a {
  display: block;
  color: #333;
}

.footer-social-link ul li a:hover {
  color: #000;
}

/*
* ----------------------------------------------------------------------------------------
* 19.SINGLE BLOG PAGE CSS STYLE
* ----------------------------------------------------------------------------------------
*/
.single-blog-area {
  background: #000;
  padding-top: 100px;
  padding-bottom: 50px;
}

.single-blog-heading h2 {
  color: #fff;
  text-transform: uppercase;
}

.single-blog-heading-text h4 a {
  color: #f8f8f8;
}

.comment-section {
  margin-top: 30px;
}

.single-blog-details,
.comment-section,
.single-sidebar {
  border-radius: 3px;
  padding-top: 30px;
}

/* .why-image{
    animation: rotate 2s linear infinite;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} */

.search input {
  border: 1px solid #e3e8f0;
  box-shadow: none;
  color: #333;
  height: 50px;
  border-radius: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-left: 10px;
}

.single-sidebar,
.recent-single {
  margin-bottom: 30px;
}

.recent-single img,
.single-comment img,
.single-blog-details img {
  border-radius: 10px;
}

.recent-single a h4:hover,
.single-blog-details h3 a:hover {
  color: #000;
}

.single-blog-details p,
.single-comment p {
  text-align: justify;
}

.single-blog-details p {
  margin-top: 10px;
}

.single-blog-details h4 {
  margin: 20px 0px;
}

.single-comment {
  margin-bottom: 20px;
}

.single-comment img {
  width: 120px;
}

.recent-single h4 {
  color: #333333;
}

.categories {
  margin-top: 20px;
  font-size: 20px;
}

.categories ul {
  list-style-type: none;
  padding: 0;
}

.categories ul li {
  margin-bottom: 10px;
}

.categories ul li a {
  font-size: 14px;
  /* Increase the text size */
  text-decoration: none;
  /* Remove the underline */
  color: #0c0c0c;
  /* Optional: Set a custom color */
}

.categories ul li a:hover {
  color: #0056b3;
  /* Optional: Change color on hover */
}

#penTalkContent {
  display: flex;
  justify-content: space-between;
}

.sidebar {
  position: "sticky";

  padding: 15px;
  background: #f8f9fa;
  /* Light background for the sidebar */
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  /* Slight shadow for better visibility */
  margin-top: 70px;
}

.search-box {
  margin-bottom: 20px;
}

.search-box input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.LogoImg {
  width: 170px;
  /* margin-top: -10px; */
}

.PtagBold {
  font-weight: bold;
  /* text-decoration:underline ; */
}

.lnr {
  display: block;
}

.banner-area.text-center p {
  padding-left: 15%;
  padding-right: 15%;
}

footer.text-light.demo.default-padding.centered.bg-dark.text-center img {
  margin-bottom: 0;
}

.demo-area .site-heading {
  margin-bottom: 30px;
}

.counter-num,
.plus {
  display: inline-block;
}

.plus {
  font-size: 25px !important;
  margin: 20px 0px;
  font-weight: 400;
}

/* .header-top-area.menu-bg .LogoImg {
        width: 100px;
    } */
.header-Sub-top-area {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.header-Sub-top-area.menu-bg .LogoImg {
  width: 110px;
}

.welcome-Sub-image-area {
  position: relative;
  height: 50%;
  background: url(../images/Screenshot\ 2024-06-27\ 112213.png);
  background-size: cover;
  z-index: 1;
}

.welcome-Sub-image-area:after {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}

.HomieIcon {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
  height: 100%;
  font-family: "Lato", sans-serif;
  color: #fffdfd;
}

.Expertise-about-icon {
  float: left;
  margin-bottom: 50px;
  margin-right: 20px;
  margin-top: 10px;
  height: 102px;
}

.Expertise-about-icon SPAN {
  font-size: 30px;
}

.Expertise-image img {
  border-radius: 10px;
}

/* Default styles for larger screens */
.pen-software-section .col-md-12 {
  width: 100%;
}

.pen-software-section .col-md-3 {
  width: 25%;
}

.pen-software-section .col-lg-9,
.pen-software-section .col-md-9,
.pen-software-section .col-sm-6 {
  width: 75%;
}

.pen-software-section .Expertise-image img {
  /* max-width: 100%; */
  height: 136px;
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 992px) {
  .pen-software-section .col-md-3,
  .pen-software-section .col-md-9 {
    width: 100%;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 768px) {
  .pen-software-section .col-md-3,
  .pen-software-section .col-md-9 {
    width: 100%;
  }
}

/* Extra small devices (phones, less than 576px) */
@media (max-width: 576px) {
  .pen-software-section .col-md-3,
  .pen-software-section .col-md-9 {
    width: 100%;
  }
}

.Expertise-ul-div {
  margin-left: 13%;
}

.Expertise-p {
  margin-left: 5%;
}

.email-link {
  color: #525252;
  text-decoration: none;
}

.email-link:hover {
  color: #313131;
}

.custom-background {
  position: relative;
  /* Ensure the container is properly positioned */
}

.custom-Expertise-background {
  position: relative;
  /* Ensure the container is properly positioned */
}

.custom-Expertise-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 101%;
  background: url(../images/pexels-mikhail-nilov-6963944.jpg) center/cover
    no-repeat;
  /* opacity: 0.3; */
  z-index: -1;
  /* Ensure the background is behind the content */
}

.custom-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/why.jpg) center/cover no-repeat;
  opacity: 0.3;
  z-index: -1;
  /* Ensure the background is behind the content */
}

/* --new theme */
.progress-section-content {
  /* background-image: url(../images/noimg.png); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 90px;
  margin-top: 44px;
  border-radius: 15px;

  background: url(../images/testi-bg.jpg);
  background-size: cover;
  z-index: 1;
  height: 100%;
}

.progress-section-content .heading-one-title {
  color: #ffffff;
  margin: 12px 0 30px;
}

.progress-section-content .heading-one-title h2 {
  color: #ffffff;
  font-size: 30px;
  text-transform: uppercase;
  /* text-align: center; */
  margin: 0;
  font-weight: 700;
  position: relative;
}

.progress-section-content .heading-one-title {
  color: #ffffff;
  margin: 12px 0 30px;
}

.progress-section-content p {
  color: #ffffff;
}

.radial-progress-single {
  text-align: center;
  margin-top: 40px;
}

.radial-progress {
  position: relative;
}

.radial-progress .circle-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.radial-progress-single .circle-info {
  padding-top: 20px;
  text-align: center;
}

@media (min-width: 992px) {
  .order-lg-2 {
    order: 2 !important;
  }
}

.order-1 {
  order: 1 !important;
}

@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .progress-image {
    /* width: 100%; */
    border-radius: 5px;
  }
}

/* @media only screen and (min-width: 1100px) and (max-width: 1249px) {

    .Abouth2 {
        margin-top: 4%;
    }
} */

/* .Abouth2 {
    margin-top: -2%;
} */

.progress-section .shape.shape-1 {
  position: absolute;
  top: 5%;
  left: 15%;
  -webkit-animation: circle1 4s infinite linear;
  animation: circle1 4s infinite linear;
}

.progress-section .shape.shape-2 {
  position: absolute;
  top: 5%;
  left: 2%;
  -webkit-animation: animshape1 3s infinite linear;
  animation: animshape1 3s infinite linear;
}

.progress-image {
  margin: 0px 10px 0 -100px;
  position: absolute;
  /* width: 100%; */
  z-index: -1;
  border-radius: 5px;
}

@media (min-width: 992px) {
  .order-lg-1 {
    order: 1 !important;
  }
}

@media (min-width: 992px) {
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
}

.progress-section .shape.shape-3 {
  position: absolute;
  top: 22%;
  left: 8%;
  -webkit-animation: zoom1 3s infinite linear;
  animation: zoom1 3s infinite linear;
  z-index: -1;
}

.progress-section-content h2 {
  font-size: 30px;
  text-transform: uppercase;
  /* text-align: center; */
  margin: 0;
  font-weight: 700;
  position: relative;
  color: #ffffff;
}

@media only screen and (max-width: 575px) {
  .custom-margin {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media only screen and (max-width: 575px) {
  .progress-section-content {
    padding: 30px;
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .progress-image {
    width: 100%;
    margin: 0px 0 -40px;
    position: relative;
  }

  /* .topTextPenTalk{
        margin-top: 13%;
    } */
}

/* 
@media (min-width: 968px){

} */
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .progress-image img {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .heading-one-subtitle {
    font-size: 15px;
    letter-spacing: 1px;
  }
}

@media only screen and (max-width: 479px) {
  .heading-one-title {
    font-size: 30px;
  }

  .topTextPenTalk {
    margin-top: 13%;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .progress-image {
    /* width: 40%; */
  }
}

@media (min-width: 992px) {
  .order-lg-2 {
    order: 2 !important;
  }

  .topTextPenTalk {
    margin-top: 7%;
  }
}

/* new theme symtem */
.system-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-color: #000000; */
  padding: 64px 0;
  position: relative;
  width: 101.8%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  row-gap: 20px;
  /* opacity: 0.48; */
}

.system-Expertise-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-color: #000000; */
  padding: 64px 0;
  position: relative;
  width: 101.8%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  row-gap: 20px;
  background-image: url(/images/pexels-karolina-grabowska-4195330.jpg);
  opacity: 0.7;
}

/* @media (min-width: 992px) {
    .col-lg-5 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
}
@media (min-width: 992px) {
    .col-lg-7 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
} */

.system-bg2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 250px 0;
  position: relative;
  width: 100%;
  height: 900px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 20px;
  height: 923px;
}

.system-Expertise-bg2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 250px 0;
  position: relative;
  width: 100%;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 20px;
  height: 808px;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .system-Expertise-bg2 .heading-one {
    max-width: 530px;
  }
}

.system-Expertise-bg2 .heading-one {
  max-width: 560px;
  width: 100%;
  margin: 0 auto 0 10px;
  position: relative;
  z-index: 4;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .system-bg2 .heading-one {
    max-width: 530px;
  }
}

.system-bg2 .heading-one {
  max-width: 560px;
  width: 100%;
  margin: 0 auto 0 10px;
  position: relative;
  z-index: 4;
}

.system-single {
  display: flex;
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
  /* background-color: rgba(255, 255, 255, 0.1); */
  border-radius: 10px;
}

.system-icon {
  flex: 0 0 auto;
  margin-right: 30px;
  position: relative;
  margin-left: 160px;
}

@media only screen and (max-width: 991px) {
  .system-icon {
    margin-left: 80px;
  }
}

/* Adjustments for small screens (mobile devices) */
@media only screen and (max-width: 767px) {
  .system-icon {
    margin-left: 40px;
  }
}

/* Adjustments for extra small screens */
@media only screen and (max-width: 480px) {
  .system-icon {
    margin-left: 20px;
  }
}

.system-content .title {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #ffffff;
}

.system-content p {
  color: #ffffff;
}

.system-bg2::after {
  position: absolute;
  width: 106%;
  height: 100%;
  left: -14px;
  top: 0;
  content: "";
  background-color: #000000;
  opacity: 0.48;
}

.system-Expertise-bg2::after {
  position: absolute;
  width: 106%;
  height: 100%;
  left: -14px;
  top: 0;
  content: "";
  background-color: #000000;
  opacity: 0.48;
}

.system-Expertise-bg2 .heading-one-subtitle {
  color: #ffffff;
}

.system-bg2 .heading-one-subtitle {
  color: #ffffff;
}

.heading-one-subtitle {
  color: #4fcbf1;
  font-size: 18px;
  letter-spacing: 4px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}

.system-bg2 .heading-one-title {
  color: #ffffff;
  margin: 5px 0 40px;
}

.system-Expertise-bg2 .heading-one-title {
  color: #ffffff;
  margin: 5px 0 40px;
}

.heading-one-title {
  font-size: 30px;
  font-weight: 700;
  color: #343c55;
}

.system {
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .system-single {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .system-content {
    margin-top: 20px;
  }

  .system-Expertise-bg2 .heading-one {
    margin: 0 auto;
    text-align: center;
  }
}

@media only screen and (max-width: 991px) {
  .system-single {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .system-content {
    margin-top: 20px;
  }

  .system-Expertise-bg2 .heading-one {
    margin: 0 auto;
    text-align: center;
  }
}

@media only screen and (max-width: 991px) {
  .system-single {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .system-content {
    margin-top: 20px;
  }

  .system-bg2 .heading-one {
    margin: 0 auto;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .heading-one-title {
    font-size: 40px;
  }

  .heading-one-subtitle {
    font-size: 16px;
  }

  .system-bg2 {
    padding: 100px 0;
  }
}

@media only screen and (max-width: 767px) {
  .heading-one-title {
    font-size: 40px;
  }

  .heading-one-subtitle {
    font-size: 16px;
  }

  .system-Expertise-bg2 {
    padding: 100px 0;
  }
}

/* @media only screen and (max-width: 575px) {
    .system-bg {
        width: 108%;
        left: -22px;
        row-gap: 30px;
    }
} */
/* @media only screen and (max-width: 767px) {
    .system-bg {
        padding: 60px 0;
        width: 154%;
        left: -29%;
        right: inherit;
        row-gap: 35px;
    }
} */
/* @media only screen and (min-width: 576px) and (max-width: 767px) {
    .system-bg {
        padding: 60px 0;
        width: 154%;
        left: -29%;
        right: inherit;
        row-gap: 35px;
    }
}
@media (max-width: 991px) {
    .system-bg, .system-bg2 {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .system-bg2 {
        padding: 60px 0;
        width: 150%;
        left: -25%;
    }
}
@media only screen and (max-width: 575px) {
    .system-bg2 {
        width: 108%;
        left: -22px;
    }
}
@media only screen and (max-width: 479px) {
    .system-bg2 .heading-one {
        max-width: 336px;
        margin: 0 auto 0 12px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .system-bg2 .heading-one {
        max-width: 456px;
        margin: 0 auto 0 12px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .heading-one-subtitle {
        font-size: 15px;
        letter-spacing: 1px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .system-bg2 .heading-one-title {
        margin: 5px 0 30px;
    }
} */

/* .email-container {
    display: flex;
    align-items: center;
  } */

.email-container i {
  margin-right: 5px;
}

.email-container h5 {
  margin: 0 5px 0 0;
  display: inline;
  font-size: 16px;
}

.email-container p {
  margin: 0;
  display: inline;
}

.Our-Universecall-to-action-area {
  padding: 100px 0px;
  /* background: url(../images/why\ \(2\).jpg); */
  background: url(../images/why.jpg);
  background-size: cover;
  position: relative;
  z-index: 1;
  margin-top: 50px;
}

.Our-Universecall-to-action-area:after {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}

.Our-Universecall-to-action-area h2 {
  color: #fff;
}

.Our-Universecall-to-action-area p {
  color: #fff;
}

/* Expertisepage */
.aligned-text {
  padding: 0 29%;
  margin-top: 10px;
}

/* Small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .aligned-text {
    padding: 0 5%;
  }
}

/* Medium devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 768px) {
  .aligned-text {
    padding: 0 10%;
  }
}

.aligned-ORACLE-CONSULTING-text {
  /* text-align: center; */
  padding: 0px 5%;
  margin-top: 10px;
}

/* .backgroundimg{
    background-image:url(/images/Professional\ Staffing_Su\ Misura\ Image.jpeg);
    background-size: cover;
} */
.section-sap-padding {
}

.blog-section {
  margin-bottom: 40px;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.blog-title {
  margin-bottom: 15px;
}

.blog-title h2 {
  font-size: 22px;
  margin-bottom: 5px;
}

.blog-meta {
  font-size: 14px;
  color: #999;
  margin-bottom: 15px;
}

.blog-section p {
  line-height: 1.6;
  color: #555;
}

.blog-text {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 25px;
  /* color: #ffffff; */
}

.section-blog-title p {
  margin-top: 10px;
  margin-right: 0 !important;
}

.job-listing {
  background-color: #fff;
  margin: 50px auto;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  /* max-width: 600px; */
}

.job-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.job-location,
.job-type {
  font-size: 16px;
  color: #777;
  margin-bottom: 5px;
}
.cancel-now {
  display: inline-block;
  padding: 10px 20px;
  background-color: white;
  color: #000000;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 20px;
}

.cancel-now:hover {
  background-color: #5b8c68;
  color: white;
}

.apply-now {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 20px;
}

.apply-now:hover {
  background-color: #0056b3;
}

/* Basic styling for the dropdown */
.navbar-nav > .dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown-menu {
  display: none;
  position: absolute;
  background-color: #5b8c68;
  /* Set background color to black */
  min-width: 160px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* .dropdown-menu li {
    padding: 12px 16px;
} */

.dropdown-menu li a {
  color: white;
  /* Set text color to white */
  text-decoration: none;
  display: block;
}

.dropdown-menu li a:hover {
  background-color: #333;
  /* Slightly lighter black for hover effect */
}

.highlighted a {
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.OurUniverse-aglintext {
  padding: 0 15%;
  margin-top: 10px;
}

.justify {
  text-align: justify !important;
}

.PENImgResize {
  height: 30vh;

  object-fit: contain !important;
  background: #1c293c;
}

.ExcellanceImgresize {
  height: 50vh;
  object-fit: inherit;
}

/* .modal-lg{
    width: 90% !important;
  } */
.contact-form label {
  /* text-transform: uppercase; */
  font-size: 12px;
  letter-spacing: 0.75px;
  margin: 0;
}

.custom-swal-container {
  top: 40px !important;
  /* Adjust this value to move it further down */
  z-index: 99999 !important;
}

.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 20px;
}

.radio-inline input[type="radio"] {
  position: absolute;
  margin: 4px 0 0;
  margin-left: -20px;
}

.form-check.radiooption {
  padding-left: 0px !important;
}

.modal-header .close {
  margin-top: -23px !important;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: auto !important;
    left: auto !important;
  }
}

/* PenTalkDetails.css */

.page-wrapper {
  position: relative;
}

.sidebar h3 {
  margin-top: 0;
}

.sidebar ul {
  list-style: none;
  padding: 0;
}

.sidebar ul li {
  margin-bottom: 10px;
}

.sidebar ul li button {
  background: none;
  border: none;
  color: #007bff;
  cursor: pointer;
  font-size: 16px;
  padding: 0;
  text-align: left;
}

.sidebar ul li.active button {
  font-weight: bold;
}

.main-content {
  padding-right: 20px;
}

@media (max-width: 768px) {
  .sidebar {
    display: none;
  }
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #5b8c68;
  border-color: #337ab7;
}

@media (min-width: 768px) {
  .navbar-collapse.collapse {
    /* display: block !important; */
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    width: max-content;
  }
}

/* 20-09-02024 ---  recent changes */

/* @media only screen and (min-width: 850px) and (max-width: 1280px) {
    #about {
        padding-top: 110px !important;
    }
} */

@media only screen and (min-width: 1250px) and (max-width: 1350px) {
  #about {
    padding-top: 20px !important;
    /* padding-bottom: 30px !important; */
  }
}

/* 23-09-02024 ---  recent changes */

@media (max-width: 767px) {
  .header-text {
    margin-top: 60px;
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .welcome-image-area h2,
  .single-slide-item h2,
  .welcome-video-area h2 {
    font-size: 20px;
  }
}

@media screen and (min-width: 640px) and (max-width: 730px) {
  .header-top-area {
    /* position: relative; */
  }

  .welcome-area,
  .welcome-slider-area,
  .welcome-slider-area div {
    height: 75vh;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .mainmenu .navbar-nav li a {
    padding: 25px 11px !important;
    font-size: 9px !important;
  }

  .header-text {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .navbar-toggle {
    margin-top: -50px !important;
  }

  .header-text {
    margin-top: 60px;
  }

  .header-text p {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 731px) {
  .welcome-image-area,
  .welcome-video-area {
    padding-top: 0px !important;
  }

  .welcome-image-area h2,
  .single-slide-item h2,
  .welcome-video-area h2 {
    font-size: 22px !important;
  }

  .welcome-image-area {
    position: relative;
    height: auto;
    overflow: hidden;
  }

  /* .welcome-area,
    .welcome-slider-area,
    .welcome-slider-area div {
        height: 100vh;
    } */

  /* .LogoImg {
        width: 65px;
        margin-top: -30px;
    } */

  .header-top-area {
    /* height: 15%; */
    /* position: absolute; */
  }

  .welcome-image-area {
    position: relative;
    height: inherit;
    overflow: hidden;
  }

  .header-text {
    margin-top: 60px;
  }
}

/* .section-footer-padding {
    margin-top: 0px;
    padding-top: 0px;
} */

/* .contact-area {
    margin-top: 100px;
    padding-top: 20px;
    ;
} */

/* .team-area {
    padding-top: 30px;
} */

/* #penTalkContent {
    padding-top: 70px;
} */

/* .why-chhose-us-area {
    padding-top: 90px;
} */

.section-footer-padding {
  padding-top: 0px;
}

/* .section-padding {
    padding-bottom: 0px;
} */

/* element.style {
    margin-top: 0px !important;
} */
.plan-title {
  padding-bottom: 30px;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .section-title h2:before {
    margin-top: 20px;
  }

  .section-title h2:after {
    margin-top: 20px;
  }

  .sectionTitileHeader {
    font-size: 24px !important;
  }

  /* .navbar-collapse.collapse {
        padding-left: 14%;
    } */

  /* .mainmenuPadding {
        padding-left: 300px !important;
    } */
}

@media only screen and(max-width: 767px) {
  .single-about {
    margin-top: 60px;
  }
}

@media (min-width: 767px) and (max-width: 800px) {
  /* .single-about {
        margin-top: 90px;
    } */

  .section-title h2:before {
    margin-top: 5px;
  }

  .section-title h2:after {
    margin-top: 5px;
  }

  .section-padding {
    padding-top: 80px;
  }

  .team-area {
    margin-top: 100px;
  }
}

@media (min-width: 800px) and (max-width: 991px) {
  /* .section-padding {
        padding-top: 0px;
    } */

  .section-title h2:before {
    margin-top: 5px;
  }

  .section-title h2:after {
    margin-top: 5px;
  }

  .team-area {
    margin-top: 0px;
  }

  /* .why-chhose-us-area {
        margin-top: 60px;
    } */

  /* .section-padding {
        padding-bottom: 50px;
    } */
}

@media (min-width: 991px) and (max-width: 1200px) {
  /* .section-padding {
        padding-top: 0px;
    } */
  .team-area {
    margin-top: 0px;
  }
}

@media (max-width: 800px) {
  .pentalkClass {
    padding-top: 70px;
  }

  .pentalkDetails {
    padding-top: 100px !important;
  }
}

.subMenu a {
  padding: 15px !important;
}

.topMargin {
  padding-top: 70px;
}

.topMargin2 {
  padding-top: 90px;
}

.lowerGreenBanner {
  margin-top: 50px;
}
.background-video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
}
.section-blog-title img {
  width: auto !important;
}
.Oppo-skills img {
  width: auto !important;
}
