.top_header {
  background-color: #ffffff;
  margin-top: 0px;
}
.section-innovative .sidebar{
position: relative;
z-index: 99;
}
header {
  padding-top: 0px;
}

.top_header .sg_logo {
  padding: 10px 0px;
  height: 80px;
}

.aboutus .heading h2 {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
}

.aboutus .heading.two h6 {
  font-size: 20px;
  line-height: 1.2;
}

.aboutus .heading.two p {
  padding-top: 0px;
  padding-bottom: 10px;
}

.aboutus .accordion .content {
  padding: 20px;
}

.aboutus .accordion .content p {
  font-size: 16px;
  font-family: "Roboto Slab", serif;
  line-height: 1.4;
  text-transform: capitalize;
}

.footer_top .project h2 {
  font-size: 36px;
  padding-bottom: 0px !important;
}

.footer_top .project p {
  font-size: 20px;
  font-family: "Roboto Slab", serif;
  padding-bottom: 20px;
}

.modal input {
  height: 55px;
  font-family: "Roboto Slab", serif;
  border: 1px solid rgba(33, 37, 41, 0.17);
  margin-bottom: 20px;
}

.modal textarea {
  border: 1px solid rgba(33, 37, 41, 0.17);
}

.modal .card {
  margin-bottom: 20px;
  border: none;
  border-radius: 0px;
}

.modal .card img {
  height: 100px;
	padding: 10px;
  border-radius: 20px;
	object-fit: cover;
}

.footer_content {
  font-size: 15px;
  color: #ffffff;
  text-align: justify;
}

.impt_links ul a,
.impt_links ul li {
  color: #ffffff;
}

.impt_links ul li {
  margin-bottom: 5px;
}

.blog_page .news-details h2 {
  font-size: 30px;
  padding-bottom: 0px;
  line-height: 1.4;
}

.blog_page .news-details img {
  height: 550px;
}

.blog_page .news-details p {
  margin-bottom: 20px;
}

.blog_page .news-details .admin img {
  height: 50px;
  width: 50px;
}

.blog_details .hero-text-three h1 {
  font-size: 38px;
  font-weight: 500;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.blog_details1 .news-details img {
  height: 550px;
}

.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65px;
  height: 65px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 22px;
  text-decoration: none;
  transition: 0.3s;
  z-index: 9;
}

.video-play-btn:hover {
  background: #028d4f;
  color: #fff;
}

.team-style-img {
  position: relative;
}

.hero-carousel {
  position: relative;
}

.hero-carousel .carousel-item {
  position: relative;
  height: 110vh;
  min-height: 110vh;
}

.hero-carousel .banner-img {
  width: 100%;
  height: 110vh;
  object-fit: cover;
}

.hero-carousel .carousel-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.609);
  z-index: 1;
}

.hero-carousel .custom-caption {
  z-index: 2;
  bottom: 50%;
  transform: translateY(50%);
  left: 8%;
  right: auto;
  text-align: left;
  max-width: 650px;
}

.hero-carousel .custom-caption h5 {
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 2px;
}

.hero-carousel .custom-caption h1 {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2;
}

.hero-carousel .custom-caption p {
  font-size: 18px;
  color: #ddd;
  line-height: 1.8;
  margin-bottom: 30px;
}

.hero-btn {
  background: #028d4f;
  color: #ffffff;
  padding: 14px 35px;
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.hero-btn:hover {
  background: #fff;
  color: #000;
}

.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
  width: 60px;
}

.hero-carousel .carousel-control-prev-icon,
.hero-carousel .carousel-control-next-icon {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  padding: 20px;
}

.hero-carousel .carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
}

.hero-carousel .carousel-indicators .active {
  background-color: #028d4f;
  opacity: 1;
}

/* @media (max-width: 991px) {

.hero-carousel .carousel-item,
.hero-carousel .banner-img {
height: 75vh;
}

.hero-carousel .custom-caption {
left: 20px;
right: 20px;
bottom: 50%;
max-width: 100%;
}

.hero-carousel .custom-caption h1 {
font-size: 36px;
}

.hero-carousel .custom-caption p {
font-size: 15px;
}
} */

.video-box {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  padding: 15px;
  height: 100%;
  transition: 0.3s ease;
}

.video-box:hover {
  transform: translateY(-5px);
}

.video-box iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 10px;
}

.video-box h5 {
  font-size: 18px;
  font-weight: 600;
  color: #222;
}

.blog-box {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
  height: 100%;
}

.blog-box:hover {
  transform: translateY(-6px);
}

.blog-img {
  height: 100%;
  min-height: 250px;
  overflow: hidden;
}

.blog-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: 0.4s ease;
}

.blog-box:hover .blog-img img {
  transform: scale(1.08);
}

.blog-content {
  padding: 25px;
}

.blog-date {
  display: inline-block;
  font-size: 14px;
  color: #888;
  margin-bottom: 12px;
}

.blog-content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #222;
  line-height: 1.4;
}

.blog-content p {
  font-size: 15px;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.8;
}

.blog-btn {
  display: inline-flex;
  align-items: center;
  color: #0d6efd;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.blog-btn:hover {
  color: #222;
}

@media (max-width: 767px) {
  .blog-img {
    min-height: 220px;
  }

  .blog-content {
    padding: 20px;
  }

  .blog-content h4 {
    font-size: 20px;
  }
}



/* About Us Page Start */

.heading_about{
  text-align: center;
  margin-bottom: 60px;
}
.heading_about .title_about{
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
}
.heading_about .subtitle_about{
  font-size: 36px;
  color: #028d4f;
  font-weight: 500;
}
.aboutus_heading{
  font-size: 24px;
  margin: 10px 0px;
  color: #028d4f;
  font-weight: 600;
}
.aboutus_content{
  font-size: 14px;
  text-align: justify;
  margin-bottom: 20px;
}
.aboutus_content ul{
  margin: 20px 0px 10px 0px;
}
.aboutus_content ul i{
  color: #028d4f;
}
.aboutus_content .about_img{
	text-align: center;
}
.aboutus_content img{
    height: 550px;
	width: 90%;
	border-radius: 20px;
}

/* About Us Page End */
















/* Responsive Design Start */

@media (min-width: 1200px) and (max-width: 1600px) {
  .bannr h1 {
    font-size: 40px;
  }
  .hero-carousel .carousel-item {
    height: 120vh;
  }
  .hero-carousel .banner-img {
    height: 100%;
  }
  .hero-carousel .custom-caption h1 {
    font-size: 40px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
	.heading_about .title_about{
		font-size: 22px;
	}
	.heading_about .subtitle_about{
		font-size: 32px;
	}
	.aboutus_content img{
		width: 100%;
	}
	.aboutus_heading{
		font-size: 20px;
		margin: 0px;
	}
  .top_header .col-lg-5 {
    width: 100%;
    text-align: center;
  }

  .hero-carousel .carousel-item {
    height: 100vh;
  }

  .hero-carousel .banner-img {
    height: 100%;
  }

  .hero-carousel .custom-caption {
    left: 0%;
    padding: 120px 80px 0px 80px;
  }
  .products .team-style-one {
    margin-bottom: 40px;
  }
  .bannr h1 {
    font-size: 40px;
  }
  .hero-carousel .custom-caption h1 {
    font-size: 40px;
  }

  .hero-carousel .custom-caption h5 {
    font-size: 16px;
  }

  .gap .heading .subtitle {
    font-size: 30px;
  }

  .team-style-one {
    margin-bottom: 0px;
  }

  .footer_top .project h2,
  .heading h2 {
    font-size: 32px;
  }

  .bannr {
    padding-top: 200px;
  }

  .products .col-lg-3 {
    width: 50%;
  }
  .blog-content h4 {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
	
	.heading_about .title_about{
		font-size: 22px;
	}
	.heading_about .subtitle_about{
		font-size: 32px;
	}
	.aboutus_content img{
		height: 450px;
		width: 100%;
		object-fit: cover;
		margin-bottom: 20px;
	}
	.aboutus_heading{
		font-size: 20px;
		margin: 0px;
	}
  .top_header .col-lg-5 {
    width: 100%;
    text-align: center;
  }

  .hero-carousel .carousel-item {
    height: 100vh;
  }

  .hero-carousel .banner-img {
    height: 100%;
  }

  .hero-carousel .custom-caption {
    left: 0%;
    padding: 120px 80px 0px 80px;
  }
  .products .team-style-one {
    margin-bottom: 40px;
  }
  .bannr h1 {
    font-size: 40px;
  }
  .hero-carousel .custom-caption h1 {
    font-size: 40px;
  }

  .hero-carousel .custom-caption h5 {
    font-size: 16px;
  }

  .gap .heading .subtitle {
    font-size: 30px;
  }

  .team-style-one {
    margin-bottom: 0px;
  }

  .footer_top .project h2,
  .heading h2 {
    font-size: 32px;
  }

  .bannr {
    padding-top: 160px;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
	
	.heading_about .title_about{
		font-size: 20px;
	}
	.heading_about .subtitle_about{
		font-size: 26px;
	}
	.aboutus_content img{
		height: 450px;
		width: 100%;
		object-fit: cover;
		margin-bottom: 20px;
	}
	.aboutus_heading{
		font-size: 20px;
		margin: 0px;
	}
  .top_header .col-lg-5 {
    width: 100%;
    text-align: center;
  }

  .hero-carousel .carousel-item {
    height: 100vh;
  }

  .hero-carousel .banner-img {
    height: 100%;
  }

  .hero-carousel .custom-caption {
    left: 0%;
    padding: 120px 80px 0px 80px;
  }

  .hero-carousel .custom-caption h1 {
    font-size: 40px;
  }

  .hero-carousel .custom-caption h5 {
    font-size: 16px;
  }

  .gap .heading .subtitle {
    font-size: 30px;
  }

  .team-style-one {
    margin-bottom: 0px;
  }

  .footer_top .project h2,
  .heading h2 {
    font-size: 32px;
  }

  .bannr {
    padding-top: 160px;
  }
	.modal .card{
	display:none;
}
}

@media (max-width: 480px) {
	
	.heading_about .title_about{
		font-size: 20px;
	}
	.heading_about .subtitle_about{
		font-size: 22px;
		line-height: 1;
	}
	.aboutus_content img{
		height: 350px;
		width: 100%;
		object-fit: cover;
		margin-bottom: 20px;
	}
	.aboutus_heading{
		font-size: 20px;
		margin: 0px;
	}
  .modal input {
    height: 45px;
  }

  .modal textarea {
    height: 80px;
  }

  .modal .card {
    display: none !important;
  }

  .theme-btn {
    height: 45px;
    line-height: 45px;
    padding: 0px 20px;
  }

  .hero-carousel .carousel-item,
  .hero-carousel .banner-img {
    height: 110vh;
  }

  .hero-carousel .custom-caption {
    left: 0%;
    padding: 20px;
  }

  .hero-carousel .custom-caption h1 {
    font-size: 34px;
  }

  .hero-carousel .custom-caption p {
    line-height: 1.4;
    font-size: 16px;
  }

  .hero-carousel .custom-caption h5 {
    font-size: 16px;
    text-transform: capitalize;
  }

  .hero-btn {
    padding: 10px 30px;
  }

  .gap .heading .subtitle {
    font-size: 24px;
  }

  .team-style-one {
    margin-bottom: 0px;
  }

  .heading h2 {
    font-size: 28px;
  }

  .get-in-touch span {
    width: 100%;
  }

  .footer_top .project h2 {
    font-size: 28px;
  }

  .footer_top .project p {
    font-size: 16px;
  }

  .top_header {
    text-align: center;
  }

  .top_header .sg_logo {
    height: 60px;
  }
	footer .single-cta{
		margin-bottom: 15px;
	}
	footer .single-cta i{
		font-size: 20px;
	}
	footer .copyright-text p{
		letter-spacing: 0px !important;
	}
	.modal .card{
	display:none;
}
}

/* Responsive Design End */

/* footer .card {
  border: none;
  padding: 10px;
  border-radius: 0px;
  height: 300px;
  background: transparent;
}

footer .card .icon_cover {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

footer .card ul {
  padding-left: 0px;
  list-style: none;
  margin: 15px 0px;
}

footer .card ul li {
  margin-bottom: 5px;
}

footer .card ul li a {
  text-decoration: none;
  color: #ffffff;
}

footer .card ul li:hover a {
  text-decoration: none;
  color: #028d4f;
  transition: all 0.2s ease;
}

footer .card ul li i {
  font-size: 14px;
  color: #028d4f;
}

footer .card .icon {
  height: 30px;
  width: 30px;
  background-color: #ffffff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

footer .card .card-title .lines {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-top: 5px;
}

footer .card .card-title .dot {
  height: 10px;
  width: 10px;
  background-color: #fff;
}

footer .card .card-title .dot1 {
  height: 6px;
  width: 6px;
  background-color: #fff;
  margin: 0px 4px;
}

footer .card .card-title .line {
  height: 2px;
  width: 100px;
  border-radius: 10px;
  background-color: #028d4f;
}

footer .card .card-title span {
  font-size: 20px;
  color: white;
  font-weight: 400;
}

footer .social_media_links {
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .social_media_links .line1 {
  height: 4px;
  width: 250px;
  background: linear-gradient(to left, #ffffff, #ffffff5c, #ffffff03);
}

footer .social_media_links .line2 {
  height: 4px;
  width: 250px;
  background: linear-gradient(to right, #ffffff, #ffffff5c, #ffffff03);
}

footer .social_media_links ul {
  display: flex;
  margin-bottom: 0px;
  align-items: center;
  justify-content: center;
  padding-left: 0px;
  list-style: none;
}

footer .social_media_links ul li a {
  text-decoration: none;
}
footer .social_media_links {
            position: relative;
            z-index: 1000;
        }
footer .social_media_links ul li a i {
  height: 36px;
  width: 36px;
  background-color: #028d4f;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 10px;
  border-radius: 40px;
  font-size: 17px;
}

*/

footer{
	background-color: #028d4f;
	font-family:"Roboto Slab", serif !important;
}
footer ul {
    margin: 0px;
    padding: 0px;
}
footer .footer-section {
  background: #151414;
  position: relative;
}
footer .footer-cta {
	position: relative;
	z-index: 1;
  border-bottom: 1px solid #ffffff;
}
footer .single-cta span{
	color: #ffffff;
}
footer .single-cta i {
  color: white !important;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
footer .cta-text {
  padding-left: 15px;
  display: inline-block;
}
footer .cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
footer .cta-text span {
  color: #ffffff;
  font-size: 16px;
}
footer .footer-content {
  position: relative;
  z-index: 2;
}
footer .footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
footer .footer-logo {
  margin-bottom: 30px;
}
footer .footer-logo img {
    height: 65px;
}
footer .footer-text p {
  margin-bottom: 16px;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.4;
}
footer .footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
footer .footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
footer .footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
footer .facebook-bg{
  background: #3B5998;
}
footer .twitter-bg{
  background: #55ACEE;
}
footer .google-bg{
  background: #DD4B39;
}
footer .footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
footer .footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ffffff;
}
footer .footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
footer .footer-widget ul li a:hover{
  color: #ffffff80;
}
footer .footer-widget ul li a {
  color: #ffffff;
  text-transform: capitalize;
}
footer .subscribe-form {
  position: relative;
  overflow: hidden;
}
footer .subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #ffffff;
  border: 1px solid #000000;
  color: #fff;
}
footer .subscribe-form button {
    position: absolute;
    right: 0;
    background: #000000;
    padding: 15px 20px;
    top: 0;
}
footer .subscribe-form button i {
  color: #ffffff;
  font-size: 22px;
  transform: rotate(-6deg);
  background: #000;
}
footer .copyright-area{
  background: #ffffff;
	position: relative;
  padding: 25px 0;
  font-family: "Roboto Slab", serif !important;
	z-index: 999;
}
footer .copyright-text p {
  margin: 0;
  font-size: 16px;
  color: #000000;
	font-weight: 800;
}
footer .footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
footer .footer-menu li:hover a{
  color: #ffffff;
}
footer .footer-menu li a {
  font-size: 14px;
  color: #878787;
}
footer .fab{
	height: 30px;
	width: 30px;
	background-color: #ffffff;
	color: #01552f;
	
}

.xtra_section{
	padding: 120px 0px;
}
.xtra_section .card{
	text-align: center;
	margin-bottom: 30px;
}
.xtra_section .card img{
	height: 250px;
}
.xtra_section .xtra_btn{
	width: 100%;
	padding: 10px 30px;
	background-color: #028d4f;
	color: #ffffff;
	border: 2px solid #028d4f;
	transition: all 0.4s ease;
}
.xtra_section .xtra_btn:hover{
	border: 2px solid #028d4f;
	color: #028d4f;
	background-color: #ffffff;
}

