/**
* Template Name: BizLand
* Updated: Sep 18 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/bizland-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/
/* -------------fonts------------ */
@font-face {
  font-family: Poppins-ExtraLight;
  src: url(../fonts/Poppins-ExtraLight.ttf);
  font-display: swap;
}
@font-face {
  font-family: Poppins-Light;
  src: url(../fonts/Poppins-Light.ttf);
  font-display: swap;
}
@font-face {
  font-family: ARIAL;
  src: url(../fonts/ARIAL.TTF);
  font-display: swap;
}
@font-face {
  font-family: ARLRDBD;
  src: url(../fonts/ARLRDBD.ttf);
  font-display: swap;
}
@font-face {
  font-family: Poppins-Medium;
  src: url(../fonts/Poppins-Medium.ttf);
  font-display: swap;
}
@font-face {
  font-family: ARIALLGT;
  src: url(../fonts/ARIALLGT.TTF);
  font-display: swap;
}
@font-face {
  font-family: Poppins-Thin;
  src: url(../fonts/Poppins-Thin.ttf);
  font-display: swap;
}
@font-face {
  font-family: Barton;
  src: url(../fonts/Barton.ttf);
  font-display: swap;
}
/* -------------fonts------------ */
.btn {
  border: none;
  outline: none;
  padding: 10px 16px;
 
  cursor: pointer;
  font-size: 18px;
}

/* Style the active class, and buttons on mouse-over */
.active, .btn:hover {
 
  color: white;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  
  text-decoration: none;
  color: #000000;
    padding-top: 10px;
    font-size: 15px;
    font-weight: 600;
    font-family: "Poppins-Light";
}
.footer-icon h6 span a{
  text-decoration: none;
  color: #00ad8e;
    padding-top: 10px;
    font-size: 15px;
    font-weight: 600;
    font-family: "Poppins-Light";
}

/* a:hover {
  color: #3b8af2;
  text-decoration: none;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #106eea;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
ul{
  padding-left: 0rem !important;
}

#myDropdown .navbar-expand-lg .navbar-nav .dropdown-menu{
  position: absolute;
    
    /* top: 41px; */
    left: 85px;
    display: block;
}
@media all and (min-width: 992px) {
	.dropdown-menu li{ position: relative; 	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{ display: block; }
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu{
      margin-left:0.7rem; 
      margin-right:0.7rem;
       margin-bottom: .5rem;
       border: none;
       background-color: transparent;
  }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #27b299;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #3284f1;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #fff;
  /* height: 40px; */
  font-size: 14px;
  transition: all 0.5s;
  /* color: #fff; */
  padding: 35px;
}
 .contact-info{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#topbar .header-icon{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* color: #fff; */
}
/* .bi-envelope{
  padding: 12px;
    background-color: #178ee8;
    border-radius: 20px;
    
    font-size: 20px;
    color: #fff !important;
    line-height: 1;
}
.bi-telephone {
  padding: 12px;
    background-color: #178ee8;
    border-radius: 22px;
    
    font-size: 20px;
    color: #fff !important;
    line-height: 1;
} */
.header-icon-tele{
  display: flex;
  flex-direction: row;
  /* padding-left: 10px; */
}
.header-icon-email{
  display: flex;
  flex-direction: row;
}
.header-icon-email span{
  color: #106eea;
  padding-left: 10px;
  padding-top: 10px;
}
.header-icon-tele span{
color: #106eea;
padding-left: 10px;
padding-top: 10px;
}


#topbar .contact-info i {
  font-style: normal;
  color: #9c1414;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
  transition: 0.3s;
}
.dropdown-pos li{
  padding: 10px 20px;
  
    margin: 0px 20px;
}
.dropdown-pos li:hover{
  background-color: #00ad8f;
  color: #fff;
}
.dropdown-pos{
  display: none;
  background-color: #fff;
  padding: 15px 10px 17px 15px;
  box-shadow: 0px 0px 7px #333;
  opacity: 0;
  min-width: 281px; 

}
.pos-rel:hover .dropdown-pos{
  opacity: 1;
  display: block;
  transition: all ease 0.5s;
  position: absolute;
}
.pos-rel{
  position: relative;
}

/* ==========sub-page============= */
.sub-drop{
  position: relative;
}
.sub-cat a{
  padding: 10px 30px;
  display: block;
  margin:0px 0px 0px 5px;

}
.sub-cat a:hover{
  background-color: #00ad8f;
  color: #fff;
}
.sub-cat{
  position: absolute;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0px 0px 7px #333;
    opacity: 0;
    width: 281px;
    top: 0px;
    left: 261px;
}
.sub-drop:hover .sub-cat{
  opacity: 1;
  transition: all ease 0.5s;
}

#topbar .contact-info i a:hover {
  color: #fff;
  text-decoration: underline;
}

#topbar .social-links a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}

#topbar .social-links a:hover {
  color: white;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  height: 86px;
  display: flex;
  justify-content: end;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header.fixed-top {
  height: 70px;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #222222;
}

#header .logo a span {
  color: #106eea;
}

#header .logo img {
  max-height: 40px;
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


#side-nave {
  /* background-color: #ebebeb; */
  padding: 10px 20px 13px 20px;
}
#side-nave .nav-item {
  color: #000;
  font-size: 16px;
  font-family: arial;
  padding: 10px 20px 0px 20px;
}
#side-nave .nav-item .bi {
  color: #6c6f79;
  font-size: 22px;
  padding-right: 7px;
  vertical-align: middle;
}
#side-nave .nav-item span {
  color: #6c6f79;
  font-size: 13px;
}
#side-nave .btn-primary {
  background-color: #edb234;
  padding: 5px 10px 5px 10px;
  font-size: 16px;
  text-transform: capitalize;
  font-family: arialbd;
  line-height: 34px;
  border: none;
  border-radius: 0px;
}
#side-nave .btn-primary .bi {
  color: #000;
  font-size: 17px;
  padding-right: 7px;
  vertical-align: middle;
}

/* .navbar .nav-item .dropdown-toggle {
  font-family: Poppins-SemiBold;
  color: #000000d4;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  padding: 10px 0px 0px 0px;
  background-color: transparent;
  border: none;
  margin: 0;
  line-height: 17px;
  height: auto;
} */
.navbar .nav-item .dropdown-item {
  font-family: Poppins-Medium;
  text-transform: capitalize;
  font-size: 16px;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 75vh;
  background: url("../img/hero-bg.jpg") top left;
  background-size: cover;
  position: relative;
}

#hero:before {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  position: relative;
}

#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #222222;
  font-family: "Poppins", sans-serif;
}

#hero h1 span {
  color: #106eea;
}

#hero h2 {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}

#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #106eea;
}

#hero .btn-get-started:hover {
  background: #247cf0;
}

#hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #222222;
  font-weight: 600;
  display: flex;
  align-items: center;
}

#hero .btn-watch-video i {
  color: #106eea;
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

#hero .btn-watch-video:hover {
  color: #106eea;
}

#hero .btn-watch-video:hover i {
  color: #3b8af2;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 100vh;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .btn-get-started,
  #hero .btn-watch-video {
    font-size: 13px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 40px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f9fe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #e7f1fd;
  color: #106eea;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}

.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}

.section-title h3 span {
  color: #106eea;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f6fe;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.featured-services .icon-box::before {
  content: "";
  position: absolute;
  background: #cbe0fb;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.featured-services .icon-box:hover::before {
  background: #106eea;
  top: 0;
  border-radius: 0px;
}

.featured-services .icon {
  margin-bottom: 15px;
}

.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #106eea;
  transition: all 0.3s ease-in-out;
}

.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.featured-services .title a {
  color: #111;
}

.featured-services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.featured-services .icon-box:hover .title a,
.featured-services .icon-box:hover .description {
  color: #fff;
}

.featured-services .icon-box:hover .icon i {
  color: #fff;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}

.about .content ul li:first-child {
  margin-top: 35px;
}

.about .content ul i {
  background: #fff;
  box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
  font-size: 24px;
  padding: 20px;
  margin-right: 15px;
  color: #106eea;
  border-radius: 50px;
}

.about .content ul h5 {
  font-size: 18px;
  color: #555555;
}

.about .content ul p {
  font-size: 15px;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #222222;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e2eefd;
  height: 10px;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #106eea;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 70px 0 60px;
}

.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #f1f6fe;
}

.counts .count-box i {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #106eea;
  color: #fff;
  width: 56px;
  height: 56px;
  line-height: 0;
  border-radius: 50px;
  border: 5px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #062b5b;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 15px 0;
  text-align: center;
}

.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}

.clients img:hover {
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 1px solid #e2eefd;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #f1f6fe;
  border-radius: 4px;
  border: 1px solid #deebfd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}

.services .icon-box .icon i {
  color: #3b8af2;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(16, 110, 234, 0.1);
}

.services .icon-box:hover h4 a,
.services .icon-box:hover .icon i {
  color: #106eea;
}

.services .icon-box:hover .icon {
  border-color: #106eea;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("../img/testimonials-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #106eea;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 15px auto;
  list-style: none;
  text-align: center;
  border-radius: 28px;
  /* padding: 2px 15px; */
  margin-bottom: 20px;
  border: 3px solid #01a587d9;
  /* background-color:  #01a587d9; */
}
.navbar .collapse{
  display: block;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  /* padding: 10px 15px 8px 15px; */
  font-family: "Poppins-Medium";
  padding: 20px 75px 20px 75px;
  font-size: 35px;
  /* font-weight: 600; */
  line-height: 1;
  /* text-transform: uppercase; */
  color: #000;
  /* margin-bottom: 5px; */
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #222222;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #555555;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #3c3c3c;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #106eea;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
  color: #6ba7f5;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #106eea;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #106eea;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  padding: 60px 0;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(16, 110, 234, 0.15);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #222222;
  margin: 0 3px;
  padding-top: 7px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  background: rgba(16, 110, 234, 0.8);
  display: inline-block;
  transition: ease-in-out 0.3s;
  color: #fff;
}

.team .member .social a:hover {
  background: #3b8af2;
}

.team .member .social i {
  font-size: 18px;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #222222;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.pricing .box h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8;
}

.pricing .box h4 {
  font-size: 36px;
  color: #106eea;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .box ul li {
  padding-bottom: 16px;
}

.pricing .box ul i {
  color: #106eea;
  font-size: 18px;
  padding-right: 4px;
}

.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  background: #106eea;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: #3b8af2;
}

.pricing .featured h3 {
  color: #fff;
  background: #106eea;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #106eea;
  color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid #d4e5fc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faq .faq-list .question {
  display: block;
  position: relative;
  font-family: #106eea;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #0d58ba;
  transition: 0.3s;
}

.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list .collapsed {
  color: black;
}

.faq .faq-list .collapsed:hover {
  color: #106eea;
}

.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #106eea;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #b3d1fa;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
  padding: 30px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #106eea;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #106eea;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #3b8af2;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  padding: 0 0 30px 0;
  color: #444444;
  font-size: 14px;
  background: #f1f6fe;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f1f6fe;
  text-align: center;
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #106eea;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #0d58ba;
}

#footer .footer-top {
  /* padding: 60px 0 30px 0; */
  background: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact h3 span {
  color: #106eea;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  /* font-family: "Roboto", sans-serif; */
  color: #777777;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 700;
  color: #00ad8e;
  position: relative;
  font-family: "Arial";
  padding-bottom: 12px;
  letter-spacing: 1px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #106eea;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #106eea;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #106eea;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #3b8af2;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  text-align: center;
  float: left;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #444444;
}

@media (max-width: 768px) {

  #footer .copyright,
  #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
}

.header1{
  width: 50%;

}

.about-right-img img{
  position: absolute;
  right: 0;
}
.about-content h1{
  text-align: center;
    font-family: "ARLRDBD";
    margin-left: -26px;
    left: 0;
    font-size: 55px;
    margin-top: 87px;
    border-bottom-right-radius: 45px;
    border-top-right-radius: 45px;
    color: #fff;
    padding: 33px;
    background-color: #01a587d9 !important;
}
.about-content p{
  padding-left: 100px;
  padding-top:21px ;
  font-size: 20px;
    font-weight: 600;
    color: #1a1818d4;
    font-family: "ARIAL";
}
.about-content button{
  border: 4px solid #01a587d9;
  background-color: #fff;
  font-size: 20px;
  padding: 8px 20px 8px 20px;
  border-radius: 55px;
  margin: 10px 0px 0px 100px;
  
}
.choose-part{
  background-color: #01a587d9 !important;
  color: #fff;
 
  border-bottom-left-radius: 45px;
  border-top-left-radius: 45px;
  padding: 30px;

}
.choose-part h1{
  font-size: 55px;
  letter-spacing: 2px;
  font-family: "ARLRDBD";
}
.quality-main{
  background-color: #eff3f9;

}
.about .img1{
background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 400px;
}
.quality1{
  padding: 0px;
  /* background-color: #d7dcdf; */

  background-color: #eef2f3;
  
}
.quality-content{
  /* background-color: #2f4763; */
  background-image: url(../img/qualitybc.png);
  background-size: cover;
  background-repeat: no-repeat;
background-position: center right;
  /* border-top: 100px solid transparent;
  border-left: 700px solid red; */
  /* border-top: 100px solid transparent;
  border-left: 100px solid red;
  border-bottom: 114px solid transparent; */
  /* position: relative; */
 
}
.quality-content h2{
  text-align: center;
  color: #fff;
  font-size: 45px;
 letter-spacing: 2px;
  padding-top: 30px;
  font-family: "ARIAL";

}
.quality-content p{
  /* padding-left: 100px; */
  color: #fff;
  font-size: 33px;
  line-height: 1.5;
  font-family: 'Poppins-Thin';
/* padding-top: 15px; */
/* padding: 15px 0px 70px 100px; */
padding: 15px 50px 70px 70px;
/* padding-bottom: 55px; */
}
/* .quality-icon-img{
  border: 2px solid #062b5b;
} */

.quality-icon{
  justify-content: center;
  /* display: flex; */

  align-items: center;
  text-align: center;
  padding-top: 10px;
  text-align: center;
}
.quality-icon1{
  position: relative;
  text-align: center;
  /* border: 5px solid #18d26e; */
  background-color: #fff;
  border-radius: 139px;
  align-items: center;
  width: 131px;
  padding: 10px;
  margin: 0 auto;
}

.qty-hover{
  position: absolute;
    height: 56px;
    z-index: 0;
    top: 6px;
    width: 111px;
    border-radius: 169px 167px 0px 0px;
    border: 5px solid #01a587d9;
    border-bottom: none;
    opacity: 0;
    transition: all ease 1s;
}

.quality-icon1:hover  .qty-hover{
opacity: 1;
transition: all ease 1s;
}
.quality-icon1:hover  .qty-hover-2{
  opacity: 1;
  transition: all ease 1s;
  }

.qty-hover-2{
  position: absolute;
  opacity: 0;
    height: 56px;
    z-index: 0;
    bottom: 6px;
    width: 111px;
    border-radius:0px 0px 169px 167px ;
    border: 5px solid #01a587d9;
    border-top: none;
    transition: all ease 1s;
}


.quality-icon1 img{
 
  width: 110px;
  padding: 20px;
  /* justify-content: center; */
}
.quality-icon1 img:hover{
border-top-right-radius:4px solid red;
border-bottom-left-radius: 4px solid red;

}
.quality-icon h5{
  align-items: center;
  font-size: 28px;
  color: #2f4763;
  font-family: "ARIAL";
}
.quality-icons{
  position: relative;
    top: -10%;
    
}
.quality2{
  padding: 0px;
  background-color: #d7dcdf;
}
.quality2 img{
  justify-content: stretch;
}
.product-part{
  background-color: #01a587d9 !important;
  color: #fff;
 
  border-bottom-right-radius: 45px;
  border-top-right-radius: 45px;
  padding: 30px;

}
.product-part h1{
  /* position: relative; */
  float: inline-end;
  font-size: 60px;
  letter-spacing: 3px;
  font-family: "ARLRDBD";
}
.filter-active{
  background-color:  #01a587d9;
  color: #fff;
  padding: 20px;
  border-radius: 20px;
}
/* .owl-carousel .owl-nav.disabled {
  display: block;
} */
.owl-caros{
  margin-top: 45px;
}
 
.portfolio-item .owl-carousel .item{
  margin-left: 20px;
  margin-top: 50px;
}
.service1{
 padding: 0;
}
.service1 .image_wrapper {
  position: relative;
  
}

.service1 .overlay {
  position: absolute; 
  background: rgba(57, 57, 57, 0.5);
  color: #fff;
  /* center overlay text */
  display: flex;
  align-items: center;
  justify-content: center;
}
.service1 .overlay_2 {
  /*   top: 0;
    right: 0;
    left: 0;
    bottom: 0; */
    inset: 0;
    display: flex;
    flex-direction: column;
  }
  .image_wrapper .overlay img{
width: 15%;
  }
  .image_wrapper .overlay button{
    margin-top: 20px;
    border: none;
    border-radius: 25px;
    line-height: 1;
    padding: 15px;
    outline: 2px dotted #fff !important;
      outline-offset: 2px;
    font-size: 20px;
    font-weight: 800;
  }
  .image_wrapper .overlay h3{
padding: 10px;
align-items: center;
text-align: center;
font-size: 26px;
font-family: "Poppins-Medium";
  }
  .image_wrapper .overlay button:hover{
    border: 2px dashed #000;
    margin: 2px;
  }
  .work-img1{
    /* background: rgb(240,240,245); */
/* background: linear-gradient(234deg, rgba(240,240,245,1) 0%, rgba(203,203,205,0.9164040616246498) 35%, rgba(219,223,223,1) 100%); */
    outline: 5px solid rgba(227, 222, 224, 0.8) !important;
    outline-offset: -32px;
  }
  .work-img1 img{
    /* border: 5px solid #323232; */
    /* e2e2e2 */
   
    outline: 5px solid #dedede;
    outline-offset: -12px;
    border: 7px solid #2d2d2d;
	 box-shadow: inset 0 0 0 4px adadad;
  }
  .enhance1{
    background-color: #f6f6f6;
    border-radius: 60px;
    padding: 40px;
  }
  .enhance-img img{
    border-radius: 15px;
  }
  .enhance-content{
    align-items: center;
    line-height: 1;
    text-align: center;
  }
  .enhance-content h1{
    font-size: 55px;
  }
  .enhance-content h4{
    font-size: 35px;
  }
  .enhance-button{
align-items: center;
justify-content: center;
text-align: center;
margin-top: 20px;
  }
  .enhance-button button{
    
    border: 4px solid #01a587d9 !important;
    padding: 10px 25px 10px 25px;
    border-radius: 30px;
    font-size: 22px;
    align-items: center;
    text-align: center;
  }
  
  .footer-img img{
    width: 80%;
  
    
  }
  .footer-inform h4{
border-bottom: 2px solid #000;
width: 45%;
  }
  .footer-ques h4{
    border-bottom: 2px solid #000;
    width: 40%;
      }
      .footer-window h4{
        border-bottom: 2px solid #000;
        width: 40%;
          }
          .footer-door h4{
            border-bottom: 2px solid #000;
            width: 40%;
              }
  .footer-icon{
    align-items: center;
    text-align: center;
    padding-top: 20px;
  }
  .footer-icon i{
    font-size: 20px;
  }
  .footer-inform ul{
    list-style: none;
  }
  .footer-inform ul li{
    color: #333;
    padding-top: 10px;
    font-size: 15px;
    font-weight: 600;
    font-family: "Poppins-Light";
  }
  .footer-ques ul{
    list-style: none;
  }
  .footer-ques ul li{
    color: #4ed3be !important;
    padding-top: 10px;
   
   
  }
  .footer-window ul{
    list-style: none;
  }
  .footer-window ul li{
    color: #4ed3be;
    padding-top: 10px;
   
    font-size: 15px;
    font-weight: 600;
    font-family: "Poppins-Light";
  }
  .footer-door ul{
    list-style: none;
  }
  .footer-door ul li{
    color: #4ed3be;
    padding-top: 10px;
   
    font-size: 15px;
    font-weight: 600;
    font-family: "Poppins-Light";
  }
  .bi-telephone {
    padding: 5px;
    background-color: #00ad8e;
    /* width: 7px;
    height: 7px; */
    border-radius: 15px;
    color: #fff;
    font-size: 8px;
    line-height: 1;
  }
  .email{
    color: #00ad8e !important;
    background-color: #fff;
    font-size: 12px;
    /* width: 16px;
    height: 16px; */
    border-radius: 15px;
    color: #fff;
   padding: 4px;
    line-height: 1;
  
  }
  .bi-geo-alt-fill{
    color: #00ad8e !important;
  }
  .footer-head{
    background-color: #f6f6f6;
    padding-top: 30px;
  }
  .enhance-section{
    padding-bottom: 0px;
  }
  .home-head{
    background-image: linear-gradient(rgb(0 0 0 / 70%),rgb(0 0 0 / 70%)), url(../img/headbc.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 50px;
    margin-top: 120px;
    /* z-index: 1; */
  
    
  }


  .navbar .nav-item {
    padding-left: 22px;
    /* padding: 13px 7px 10px 25px; */
  }

  
  .enhance-btn a button{
    color: #000000d4;
    /* padding-left: 22px; */
    font-family: "ARIAL";
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.4px;
    border: none;
    background-color: transparent;
  }
  .navbar .nav-item .nav-link {
    color: #000000d4;
    
    padding-left: 22px;
    font-family: "ARIAL";
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.4px;
    
  }
  .navbar .nav-item .nav-link:hover {
background-color: #01a587d9;
color: #fff;
  }

  .navbar-nav{
margin-left: -50%;
  }
  .navbar .nav-item .active {
    color: #00ad8f;
    border-bottom: 2px solid #00ad8f;
  }
  .navbar {
    padding: 0px;
    /* position: fixed;
    background-color: #fff; */
  }
  #side-nave {
    
    padding: 10px 20px 13px 20px;
  }
  #side-nave .nav-item {
    color: #000;
    font-size: 18px;
    font-family: arial;
    display: flex;
    font-weight: 600;
    padding: 10px 20px 0px 20px;
    font-family: "Poppins-Light";
  }
  #side-nave .nav-item .bi {
    color: #fff;
    font-size: 12px;
    background-color: #00ad8e;
    border-radius: 20px;
    line-height: 1;
    padding: 7px;
    margin-right: 10px;
    vertical-align: middle;
  }
  #side-nave .nav-item span {
    color: #6c6f79;
    font-size: 13px;
  }
  #side-nave .btn-primary {
    background-color: #edb234;
    padding: 5px 10px 5px 10px;
    font-size: 16px;
    text-transform: capitalize;
    font-family: arialbd;
    line-height: 34px;
    border: none;
    border-radius: 0px;
  }
  #side-nave .btn-primary .bi {
    color: #000;
    font-size: 17px;
    padding-right: 7px;
    vertical-align: middle;
  }
  .navbar-brand img{
    max-width: 50%;
    height: auto;
  }

  .head-main{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap !important;
  }
  .banner-img{
    position: relative;
  }
  .head-overlay4{
    position: absolute;
    top: 43%;
    left: 10%;
    background: rgba(240, 234, 237, 0.3);
    color: #fff;
    padding: 2% 2% 2% 1%;
    align-items: center;
    text-align: center;
    justify-content: center;
    display: none;
    line-height: 1;
  
  }
  .head-overlay4 h1{
font-size: 70px;
line-height: 1;
font-family: "ARLRDBD";
padding: 3% 0%;
  }
  #banner .owl-prev i, #banner .owl-next i:hover{
    background-color: #5e5f61;
    color: #00ad8e;
  }
  
  #banner .owl-prev i{
    position: absolute;
    top: 50%;
    left: 0px;
    padding:20px 20px;
    background-color: #27b299;
    color: #fff;
  }
  #banner.owl-theme .owl-nav{
    
    margin: -25px 0px !important;
  }
  #banner .owl-next i{
    position: absolute;
    top: 50%;
    right: 0px;
    padding:20px 20px;
    background-color: #27b299;
    color: #fff;
  }

    .head-overlay4::before {
      content: '';
      bottom: -10px;
      left: -10px;
     
      position: absolute;
     
      border-left: 15px solid #01a587d9;
      border-bottom: 15px solid #01a587d9;
    }
    
    .head-overlay4::after {
      content: '';
      top: -10px;
      right: -10px;
    
      position: absolute;
      border-right: 15px solid #01a587d9;
      border-top: 15px solid #01a587d9;
    } 
    
    
    .head-overlay4::before,
    .head-overlay4::after {
      /* background-color: #18d26e; */
      display: block;
      width: 35px;
      height: 35px;
      line-height: 1.618;
      font-size: 3em;
     
      text-align: center;
      position: absolute;
    }
    .head-button{
      border: none;
      background-color: #fff;
      border-radius: 30px;
      padding: 15px;
      line-height: 1;
      position: absolute;
      bottom:20%;
      left: 20%;

    }
    /* .head-image1 img{
      border-radius: 50px;
     
      
    } */
    
    
    .head-content1{
      position: absolute;
      bottom: 14%;
      left: 23%;
      margin: 0 20% 0 0
    }
   
    .head-content1 h4{
      font-size: 28px;
    line-height: 35px;
    color: #fff;
    text-shadow: 2px 2px 6px #000000;
    font-family: "Poppins-Medium";
    }
    .head-content1 h4:after{
      content: "";
    position: absolute;
    display: block;
    width: 45%;
    height: 1px;
    background: #fff;
    left: -5px;
    /* top:100%; */
    right: 0;
    bottom: -8px;
    border-radius: 25px;
    /* z-index: 2;
    margin: 0 auto; */
    }
    
    /* .head1{
      border-radius: 50px;
      box-shadow: 20px 10px 10px 30px rgba(48, 47, 47, 0.5);
    } */
    .head1  .owl-nav button.owl-prev {
      display: none;
    }
    .head1  .owl-nav button.owl-next {
      /* background: 0 0; */
      color: #000;
      border: none;
      position: absolute;
      line-height: 1;
      border-radius: 27px;
      background-color: #fff;
      /* border: 1px dotted #000; */
      outline: 2px dotted #fff !important;
      outline-offset: 2px;
      bottom: 8% !important;
      line-height: 1 !important;
      left: 10%;
      padding: 15px !important;
      font: inherit;
    }
    .head1 .owl-theme .owl-nav [class*='owl-']:hover {
      background: #fff;
      color: #000;
    }
    .head2  .owl-nav button.owl-next {
      /* background: 0 0; */
      color: #000;
      border: none;
      position: absolute;
      line-height: 1;
      border-radius: 27px;
      background-color: #fff;
      bottom: 26% !important;
      line-height: 1 !important;
      left: 19%;
      padding: 15px !important;
      font: inherit;
    }
    .head2 .owl-theme .owl-nav [class*='owl-']:hover {
      background: #fff;
      color: #000;
    }
    .headbutton{
      border: 4px solid #01a587d9;
      border-radius: 30px;
      font-size: 25px;
      color: #fff;
   padding: 5px 18px 5px 18px;
background: none;
align-items: center !important;
justify-content: center !important;
text-align: center;
display: flex;
    }
  
 
    #product-windows .owl-nav .bi-chevron-left{
    position: absolute;
    background-color: #00ad8e;
    font-size: 45px;
    top: 50%;
    padding: 10px;
    color: #fff;
    left: -7%;
    content: "\f284";
    border-radius: 6px;
  }
  #product-windows .owl-nav .bi-chevron-right {
    
    font-size: 45px;
    position: absolute;
    background-color: #00ad8e;
    padding: 10px;
    border-radius: 6px;
    top: 50%;
    content: "\f284";
    color: #fff;
    right: -7%;
  }
  .filter-all .product-content {
    position: absolute; 
    bottom: 0; 
   line-height: 1;
    background: rgba(240, 234, 237, 0.8) ;
    color: #000 !important;
    /* font-weight: 600;  */
    width: 96%;
    transition: .5s ease;
    /* opacity:0; */
    color: #000;
    font-size: 30px;
    padding: 30px;
    text-align: center;
    font-family: "ARIAL";
  }
  .filter-app .product-content {
    position: absolute; 
    bottom: 0; 
   line-height: 1;
    background: rgba(240, 234, 237, 0.8) ;
    color: #000 !important;
    font-weight: 600; 
    width: 96%;
    transition: .5s ease;
    /* opacity:0; */
    color: #000;
    font-size: 30px;
    padding: 30px;
    text-align: center;
  }
  .explore1{
    margin-top: 70px;
  }
  .explore2{
    margin-top: 40px;
  }
  .navbar-toggler{
    float: right;
    margin-top: 35px;
  }
  
  
   

  @media (max-width: 992px) {

    .head-main {
      display: inline !important;
      flex-direction: inherit;
      flex-wrap: inherit !important;
  }
    #topbar a {
      font-size: 13px;
    }
    #side-nave .nav-item {
      font-size: 14px;
      padding: 15px 0px 0px 0px;
    }
    #side-nave .nav-item .bi {
      font-size: 14px;
    }
    #side-nave .btn-primary {
      background-color: #edb234;
      padding: 0px 10px 0px 10px;
      line-height: 34px;
      border-radius: 0px;
      margin-top: 0.7em;
    }
    #side-nave .btn-primary .bi {
      font-size: 16px;
    }
    .navbar .nav-item .nav-link {
      font-size: 15px;
    }
    .enhance-btn a button {
      font-size: 15px !important;
      padding: 0px !important;
    }
    .navbar .nav-item {
      padding: 5px 7px 0px 10px;
    }
    .home-section01 .flex-row {
      flex-direction: column !important;
    }
    .home-section01 .bi {
      font-size: 26px;
      color: #3d3e43;
    }
    .home-section01 p span {
      font-size: 14px;
    }
    .home-section01 p {
      font-size: 13px;
    }
    .home-social .bi {
      font-size: 18px;
    }
    .home-section02 .card-header {
      background-color: transparent;
      padding: 0 0 0 0em;
    }
    .home-section02 .card-block h4 {
      font-size: 14px;
    }
    .home-section02 .card-block h1 {
      font-size: 17px;
    }
    .home-section02 .card-block .card-text {
      font-size: 14px;
    }
    .abt-bx h5 {
      font-size: 16px;
    }
    .home-section03 .card-header .card-title {
      font-size: 15px;
    }
    .home-section03 .card-header {
      background-color: transparent;
      padding: 0;
    }
    .home-section04 .card-block h2 {
      font-size: 18px;
      line-height: 29px;
    }
    .home-section04 .card-block h5 {
      font-size: 18px;
      margin-bottom: 1em;
      text-transform: capitalize;
      color: #142272;
      font-family: arial;
      margin-top: 1em;
    }
    .home-section04 .card-block p {
      font-size: 14px;
    }
    .home-section04 .card-header h4 {
      font-size: 16px;
    }
    .home-section05 h2 {
      font-family: keepcalm-medium;
      color: #3d3e42;
      font-size: 16px;
      margin-bottom: 0.6em;
      margin-top: 1.7em;
      line-height: 27px;
    }
    .home-section05 {
      background-image: none;
    }
    .home-section05 .card-title {
      font-size: 16px;
    }
    .call-sec h6 {
      font-size: 16px;
    }
    .call-sec h6 span {
      display: block;
      padding-bottom: 5px;
    }
    .counts h3 {
      font-size: 18px;
    }
    .counts .count-box span {
      font-size: 29px;
    }
    .home-section07 h5 {
      font-size: 17px;
      margin-bottom: 0.6em;
      margin-top: 1em;
      text-align: center;
    }
    .home-section07 h2 {
      font-size: 18px;
    }
    .home-section07 .owl-carousel .owl-item p {
      font-size: 13px;
    }
    .home-section07 .owl-carousel .owl-item h4 {
      font-size: 16px;
    }
    .home-section08 h2 {
      font-size: 17px;
      margin-bottom: 1.6em;
    }
    .home-section08 form label {
      font-size: 14px;
    }
    .home-section09 h1 {
      font-size: 16px;
    }
    .home-section09 .owl-carousel .owl-item img {
      width: auto;
      margin: 0 auto;
    }
    .section-title h3 {
      font-size: 16px;
      margin-bottom: 0em;
    }
    .faq .faq-list .question {
      font-size: 14px;
    }
    #footer .footer-top .footer-contact p {
      font-size: 13px;
    }
    #footer .footer-top h4 {
      font-size: 16px;
    }
    #footer .copyright p {
      font-size: 13px;
    }
    .back-to-top {
      position: fixed;
      visibility: hidden;
      opacity: 0;
      right: 0px;
      bottom: 0px;
      z-index: 996;
      background: #07f5cb;
      border-radius: 4px;
      transition: all 0.4s;
      width: auto;
      width: auto;
    }
    #footer .footer-top .social-links a {
      font-size: 24px;
    }
    .navbar .collapse {
      display: block;
    }
    .collab {
      display: none;
    }
    .contact01 .card-title {
      font-size: 18px;
    }
    .contact01 .card-header .card-text {
      font-size: 13px;
      line-height: 25px;
      color: #000;
    }
    .contact-us02 .card-title {
      font-size: 18px;
    }
    .contact-us02 .card-header form label {
      font-size: 14px;
    }
    .contact-us02 .card-header form .btn-primary {
      font-size: 13px;
      margin-bottom: 1.6em;
    }
    .about-us01 .card-block {
      padding: 5px;
    }
    .about-us01 .card-block h1 {
      font-size: 16px;
    }
    .about-us01 .card-block h1 span {
      font-size: 16px;
    }
    .about-us01 .card-block .card-text {
      font-size: 14px;
    }
    .about-us01 .card-block ul li {
      font-size: 14px;
    }
    .about-us01 .card-block .btn-primary {
      font-size: 14px;
    }
    .about-us02 {
      padding: 0px 0px;
    }
    .about-us02 .card-block .card-title {
      font-size: 16px;
      text-align: center;
    }
    .about-us02 .card-block .card-text {
      font-size: 14px;
    }
    .about-us03 h2 {
      font-size: 20px;
    }
    .about-us03 .card-block ul li .card-title {
      font-size: 16px;
    }
    .about-us03 .card-block ul li .card-text {
      font-size: 14px;
    }
    .about-us03 .card-block .btn-primary {
      font-size: 14px;
    }
    .about-us04 h3 {
      font-size: 20px;
    }
    .about-us04 h6 {
      font-size: 14px;
    }
    .about-us04 .card-header .card-title {
      font-size: 16px;
      line-height: 25px;
    }
    .about-us04 .card-header .card-text {
      font-size: 14px;
    }
    .navbar .nav-item .dropdown-toggle {
      font-size: 15px;
    }
    .servicepage01 h1 {
      font-size: 18px;
      margin-top: 1em;
    }
    .servicepage01 h4 {
      font-size: 16px;
    }
    .servicepage01 p {
      font-size: 14px;
    }
    .servicepage01 ul li {
      font-size: 14px;
    }
    .servicepage02 h3 {
      font-size: 16px;
      line-height: 26px;
    }
    .servicepage02 table tr th {
      font-size: 14px;
    }
    .servicepage02 table tr td {
      font-size: 14px;
    }
    .servicepage03 h2 {
      font-size: 18px;
    }
    .aligner .owl-nav .bi {
      font-size: 20px;
    }
    .servicepage03 .owl-carousel .owl-item img {
      margin: 0 auto;
    }
    .mmm-section h3 {
      font-size: 20px;
    }
    .cont-box h4 {
      margin: -15px auto 15px auto;
      font-size: 16px;
      padding: 5px 30px;
    }
    .mmm-section {
      padding: 0px 0px;
    }
    section {
      padding: 30px 0;
    }
    .about-us03 .card-block ul li .bi {
      font-size: 16px;
    }
    .navbar .nav-item .dropdown-item {
      font-size: 14px;
    }
    .career01 h1 {
      font-size: 18px;
    }
    .career01 form label {
      font-size: 14px;
    }
    .cont-box .bx {
      font-size: 36px;
    }
    .new-section-mmm h3 {
      font-size: 20px;
    }
    .new-section-mmm .card-block {
      padding: 10px;
    }
    .new-section-mmm .card-block .card-title {
      font-size: 20px;
      margin-bottom: 0.1em;
    }
    .new-section-mmm .card-block .card-text {
      font-size: 14px;
    }
    .new-section-mmm .card-block .btn-primary {
      font-size: 14px;
    }
    .our-recent-projects .card-title {
      font-size: 18px;
    }
    .our-recent-projects h2 {
      font-size: 20px;
    }
    .counts p {
      font-size: 14px;
      text-align: justify;
    }
    .counts .count-box p {
      text-align: center;
    }
    .about-strength h3 {
      font-size: 20px;
    }
    .about-strength .card-block ul li {
      font-size: 14px;
    }
    .download-brochure h3 {
      font-size: 20px;
    }
    .download-brochure .btn-primary {
      font-size: 14px;
      padding: 5px;
    }
    .servicepage01 h3 {
      font-size: 20px;
    }
    .servicepage01 .btn-primary {
      font-size: 14px;
      padding: 5px;
    }
  }
  @media screen and (max-width: 600px) {
    .why-content-box .time {
      margin-bottom: 0.3rem;
      font-size: 0.85rem;
    }
  }
  .why-content-box p {
    color: #4f4f4f;
    font-family: sans-serif;
    line-height: 1.5;
    margin-top: 0.4rem;
    text-align: justify;
  }
  
  @media screen and (max-width: 600px) {
    .why-content-box p {
      font-size: 0.9rem;
    }
  }


  /* ----------------------------about css start---------------------------------- */

.sub-banner1{
  background-image: url(../img/headbc.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  flex-wrap: wrap;
}
.sub-banner1 h1{
  align-items: center;
  text-align: center;
  color: #fff;
  font-family:  ARLRDBD;
  font-weight: 600;
  padding: 10%;
}
.about-part2{
  background: linear-gradient( rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8) ), url(../img/headbc.jpg);
    background-repeat: repeat;
    background-position: center center;
    padding: 0px;
    position: relative;
}
.about-content-box{
  background-color: #34d8e4;
    background-image: linear-gradient(#7de6ee, #fff);
    padding: 50px 0px;
    margin: 60px 0px;
}
.abouthead1{
  padding: 0px;
}
.abt-cont h1{
  font-family: FutuMd;
    font-size: 30px;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 0.6em;
}
.abt-cont h5 {
  font-family: Poppins-SemiBold;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 1em;
  color: #000;
}
.abt-cont h6 {
  font-family: Poppins-SemiBold;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 1em;
  color: #000;
}
.abt-cont p {
  font-size: 18px;
  font-family: Roboto-Regular;
  line-height: 28px;
  margin-bottom: 1.6em;
  text-align: justify;
  color: #000;
}

.about-3 h1 {
  font-family: FutuMd;
  font-size: 34px;
  text-transform: capitalize;
  color: #000;
  margin-bottom: 1em;
  text-align: center;

}
.prd-img {
  margin: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 15px;
}
.prd-img h4 {
  font-family: FutuMd;
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
  margin: 1em 0;
  text-align: left;
}
.why-title-01 {
  font-family: 'Roboto-Medium';
  font-size: 35px;
  line-height: 45px;
  color: #444;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 20px;
}
.why-box02 hr {
  bottom: 22px;
  z-index: 1;
  position: relative;
}
.about-1 .card-block p {
  color: #000;
  font-family: Roboto-Regular;
  font-size: 20px;
  text-align: justify;
  line-height: 33px;
}
.about-1 .card-block {
  padding: 0 30px;
}

.about-2-button{
  text-align: center;
}
.about-2-button button{
  border: 4px solid #01a587d9;
  border-radius: 30px;
  font-size: 25px;
  color: #000;
  padding: 5px 18px 5px 18px;
  background: none;
 
  
}
.about-2-content{
align-items: center;
text-align: center;
padding-top: 20px;
}
.about-4 {
  background-color: #f3f3f014;
}
.about-4 .card {
  background-color: transparent;
}
.about-4 .card-block {
  padding: 1.6em;
  background-color: #ffffff;
  /* border: 5px solid #cadb2a14; */
  box-shadow: 0 5px 15px -6px #0fb3b9cc;
}
.why-box02 {
  padding-left: initial;
}
.why-title-01 {
  text-align: center;
  font-family: 'Roboto-Medium';
  font-size: 35px;
  line-height: 45px;
  color: #444;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 20px;
  

}
.about-4 .card-block p {
  color: #000;
  font-family: Roboto-Regular;
  font-size: 18px;
  text-align: justify;
  line-height: 33px;
}
.about-2-content p{
  font-size: 16px;
  font-family: Roboto-Regular;
  font-size: 18px;
}

   /* ----------------------------about css end---------------------------------- */
  /* --------------product start------------------- */

  .product-page {
    background: #fff;
}
  .product-section {
    margin-top: 20px;
    position: relative;
    background: #fff;
    box-shadow: 0 5px 15px -6px #f1cf69cc;
    padding: 2rem 2rem;
    border-right: 30px;
}
.product1{
  align-items: center;
  text-align: center;
}
.product1 h4{
  color: #000;
  font-size: 30px;
  font-family: 'Roboto-Medium';
}
.product-1-content{
  padding: 20px;
}
.product-1-content h4{
  font-family: 'Roboto-Medium';
  font-weight: 500;
}
.product-1-content h5{
  font-family: 'Roboto-Medium';
  color: #20c0a8;
  /* text-shadow: 2px 2px 4px #000000; */
}
.product-1-content p{
text-align: justify;
font-family: Roboto-Regular;
color: #000;
    /* font-family: Poppins-Medium; */
    font-size: 18px;
    line-height: 28px;
}
.product-1-content{
  color: #000;
  font-size: 20px;
}
.product-1-content span p{
  padding-top: 10px;
}
.product-img1{
  padding-top: 30px;
}
.product-img1 img{
  border-radius: 40px;
  float: left;
  width: 50%;
  padding: 20px;
}
.product-img2 img{
  border-radius: 40px;
  float: right;
  width: 50%;
  padding: 20px;
}
.wrapper img{
  float: left;
  width: 300px;
  /* margin: 30px; */
}
.product-section2{
  margin-top: 20px;
    position: relative;
    background: #fff;
    box-shadow: 0 5px 15px -6px #f1cf69cc;
    padding: 2rem 2rem;
    border-right: 30px;
    align-items: center;
    text-align: center;
}
.product-section2 h1{
  font-size: 40px;
    line-height: 1;
    font-family: "ARLRDBD";
}


.intro1{
  position: relative; 
  /* background: rgba(57, 57, 57, 0.5); */
  background: rgba(240, 234, 237, 0.3) ;
  /* background-color: #787878; */
  color: #fff;
  padding: 2% 2% 2% 2%;
  /* center overlay text */
  /* display: flex; */
  align-items: center;
  text-align: center;
  justify-content: center;
  line-height: 1;
}

.intro2 h1{
  font-size: 40px;
  font-family:  ARLRDBD;
}
.intro2 p{
  font-size: 20px;
    line-height: 32px;
    font-family: Roboto-Regular;
}
.intro3 h2{
  font-size: 30px;
   font-family:  ARLRDBD;
}
.intro3 p{
  font-family: Roboto-Regular;
  font-size: 20px;
    line-height: 32px;
}
.advan1 {
  margin-top: 20px;
  position: relative;
  background: #fff;
  box-shadow: 0 5px 15px -6px #0fb3b9cc;
  padding: 2rem 2rem;
  border-right: 30px;
}
.advan2{
  
    margin-top: 20px;
    position: relative;
    background: #fff;
    box-shadow: 0 5px 15px -6px #0fb3b9cc;
    padding: 2rem 2rem;
    border-right: 30px;

}
.product-1-content h3{
  font-family: 'Roboto-Medium';
  align-items: center;
  text-align: center;
  padding-bottom: 20px;
}
.secadv1{
  background-color: rgb(203, 238, 243);
}
.services1{
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  margin-top: 30px;
  position: relative;
  background: #fff;
  box-shadow: 0 5px 15px 1px #0d7275cc;
  padding: 2rem 2rem;
  border-right: 30px;

}
.services1 img{
  width: 100%;
  padding: 10px;
  border-radius: 15px;
}
.services1{
  margin: 30px 0px 30px 0px;
}
.services1 h4{
  align-items: center;
  text-align: center;
  padding-top: 10px;
  font-size: 25px;
}
.services1 p{
  text-align: justify;
  font-family: Roboto-Regular;
font-size: 17px;
padding-top: 10px;
}
.service2{
  align-items: center;
  text-align: center;
}
.service2 h1{
  font-family: ARLRDBD;
}
.service2 p{
  font-family: Roboto-Regular;
  font-size: 20px;
}
.contact-banner1{
  background-image: url(../img/headbc.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  flex-wrap: wrap;
  

}
.contact-banner1 h1{
  align-items: center;
  text-align: center;
  color: #fff;
  font-family:  ARLRDBD;
  font-weight: 600;
  padding: 10%;
}
.contact-master-container02 {
  background: linear-gradient(to right, #272f24 0%, #272f24 40% , #d9dbd6 40%, #d9dbd6 100%);
  padding: 60px;
}
.contact-box02 {
  padding: 10px 5px 20px 5px;
}
.contact-master-container02 .form-control {
  border: 0;
  border-bottom: 2px solid #272f24;
  border-radius: 0;
  font-size: 16px;
  font-family: 'Roboto-Regular';
  line-height: 30px;
  box-shadow: none;
}
.contact-master-container02 .form-control {
  border: 0;
  border-bottom: 2px solid #272f24;
  border-radius: 0;
  font-size: 16px;
  font-family: 'Roboto-Regular';
  line-height: 30px;
  box-shadow: none;
}
.gun-cont-btn {
  background: #272f24;
  color: #fff;
  border: 0;
  width: 100%;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 30px;
  font-family: 'Roboto-Regular';
  border-radius: 0;
}
.contact-box12 {
  margin: 10px auto 20px auto!important;
}
.contact-box03 h2 {
  font-size: 18px;
  line-height: 30px;
  font-family: 'Roboto-Bold';
}
.contact-box03 p {
  display: flex;
  align-items: center;
  color: #444444;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 30px;
}
.contact-box03 a i {
  margin-right: 5px;
  font-size: 16px;
  line-height: 30px;
}
.contact-master-section01 .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 400px;
}
.contact2{
  text-align: center;
  align-items: center;
  
}
.contact2 h1{
  font-family: ARLRDBD;
}
.contact2 p{
font-family: Roboto-Regular;
font-size: 18px;
}
.abouttype1 {
  margin-top: 50px;
  /* margin:50px; */
  position: relative;
  background: #fff;
  box-shadow: 0 5px 15px -6px #0fb3b9cc;
  padding: 2rem 2rem;
  border-right: 30px;
  
}

.abouttype1 h1{
  text-align: center;
  font-family: 'Roboto-Medium';
  font-weight: 540;
    font-size: 30px;
    line-height: 45px;
    color: #444;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 20px;
}
.abouttype1 p{
  color: #000;
    font-family: Roboto-Regular;
    font-size: 20px;
    text-align: justify;
    line-height: 33px;
    
}

.shadow.dark {
  position: relative;
  z-index: 1;
}
.breadcrumb-area {
  background-image: linear-gradient(rgb(0 0 0 / 50%),rgb(0 0 0 / 50%)), url(../img/headbc.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  /* padding: 30px 0; */
  /* padding-top: 160px; */
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 144px;
  padding-left: 30px;
}
.breadcrumb-area h1{
  font-size: 50px;
}
.work1{
  margin: 40px;
}
.work2{
  margin-top: -30px;
}
.work3{
  margin-top: 30px;
}
.aboutimg{
  
  text-align: center;
  /* border: 5px solid #18d26e; */
  background-color: #000;
  border-radius: 139px;
  align-items: center;
  width: 120px;
  padding: 10px;
  /* justify-content: center; */
  margin: 0 auto;

}
.aboutimg img{
  width: 100px;
  padding: 25px
}
.shadow.dark:after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
/* .breadcrumb-area {
  
  padding-top: 160px;
  position: relative;
  z-index: 1;
  overflow: hidden;
} */
.shadow.dark {
  position: relative;
  z-index: 1;
}
.shadow {
  -webkit-box-shadow: inherit !important;
  box-shadow: inherit !important;
}
.bg-fixed {
  background-attachment: fixed !important;
  background-position: center center !important;
  background-size: cover !important;
}
.fixed-top{
  position: fixed;
  top: 0;
    right: 0;
    left: 0;
    background-color: #fff;
}
.aboutcon1{
  text-align: justify;
  background-color: #000;
  padding: 40px 40px 70px 40px;
  color: #fff;
}
.aboutcon1 p{
  /* padding-left: 100px; */
    padding-top: 21px;
    font-size: 20px;
    font-weight: 600;
    color: #1a1818d4;
    font-family: "ARIAL";
}
.aboutcon1 button{
  border: 4px solid #01a587d9;
  background-color: #fff;
  font-size: 20px;
  padding: 8px 20px 8px 20px;
  border-radius: 55px;
  margin: 10px 0px 0px 130px;
  
}
.servicehead{
  margin-top: 30px;
  margin-bottom: 30px;
}

.about-master-container02 {
  background: linear-gradient(to right, #f6f6f6 0%, #f6f6f6 40% , #f6f6f6 40%, #f6f6f6 100%);
  padding: 60px;
}
.dropbtn {
  /* background-color: #04AA6D; */
  color: white;
  padding: 7px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 300px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  font-size: 14px;

  background-color: linear-gradient(rgb(0 0 0 / 70%),rgb(0 0 0 / 70%));
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {
  background-color: #01a587d9;
  color: #000;
}
.tab1:hover{
  /* background-color: #4ed3be; */
  color: #fff;
}
.tab2:hover{
  /* background-color: #4ed3be; */
  color: #fff;
}
.tabmain ul li{
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-left: 10px;
color: #fff;
box-shadow: 0 5px 15px -6px #0fb3b9cc;
border-radius: 10px;
/* border:1px solid #000; */
background-color: #4ed3be;
}
.tabmain ul li a{
  color: #fff;
  padding: 15px 20px 15px 20px;
}

.nav-tabs{
  border-bottom:none;
  margin-left: 35%;
}
.stedheadimg img{
  border-radius: 50px;
  /* opacity: 1; */
  padding: 20px;
  /* box-shadow: 0 5px 15px -6px #000; */
}

.aboutbanner1{
  padding: 100px 30px 100px 30px;

}
.whysection1{
  padding-top: 0px;
}



li,ul{
  list-style:none;
  padding:0;
  margin:0
}
.sec-title{
  position:relative;
  padding-bottom:20px
}
.sec-title .title{
  position:relative;
  color:#00ad8f;
  font-size:18px;
  font-weight:700;
  padding-right:50px;
  margin-bottom:15px;
  display:inline-block;
  text-transform:capitalize
}
.sec-title .title:before{
  position:absolute;
  content:'';
  right:0;
  bottom:7px;
  width:40px;
  height:1px;
  background-color:#bbb
}
.sec-title h2{
  position:relative;
  color:#252525;
  font-size:36px;
  font-weight:700;
  line-height:1.5em;
  display:block
}
.sec-title.light h2{
  color:#fff
}
.contact-page-section{
  position:relative;
  padding-top:30px;
   padding-bottom: 50px;
  }
  .contact-page-section .inner-container{
    position:relative;
    z-index:1;
    background-color:#00ad8f;
    box-shadow:0 0 15px 5px rgba(0,0,0,.1)
  }
  .contact-page-section .form-column{
    position:relative;padding:0 0 0 15px}
    .contact-page-section .form-column .inner-column{
      position:relative;padding:60px 45px 30px;background-color:#fff
    }
    .contact-page-section .info-column{
      position:relative
    }
    .contact-page-section .info-column .inner-column{
      position:relative;padding:60px 35px
    }
    .contact-page-section .info-column h2{
      position:relative;color:#fff;font-size:30px;font-weight:700;line-height:1.4em;margin-bottom:45px
    }
    .contact-page-section .info-column .list-info{
      position:relative;margin-bottom:60px
    }
    .contact-page-section .info-column .list-info li{
      position:relative;margin-bottom:25px;font-size:18px;color:#fff;line-height:1.8em;padding-left:45px
    }
    .contact-page-section .info-column .list-info li:last-child{
      margin-bottom:0
    }
    .contact-page-section .info-column .list-info li i{
      position:absolute;left:0;top:5px;color:#fff;font-size:30px
    }
    .contact-form{
      position:relative
    }
    .contact-form .form-group{
      position:relative;margin-bottom:20px
    }
    .contact-form input[type=text],.contact-form input[type=email],.contact-form textarea{position:relative;display:block;width:100%;height:60px;color:#222;font-size:14px;line-height:38px;padding:10px 30px;border:1px solid #ddd;background-color:#fff;transition:all .3s ease;-ms-transition:all .3s ease;-webkit-transition:all .3s ease}.contact-form input[type=text]:focus,.contact-form input[type=email]:focus,.contact-form textarea:focus{border-color:#00ad8f}.contact-form textarea{height:250px;resize:none}.contact-form .theme-btn{font-size:16px;font-weight:700;margin-top:10px;text-transform:capitalize;padding:16px 39px;border:2px solid #00ad8f;font-family:Arimo,sans-serif;background:#00ad8f;display:inline-block;position:relative;line-height:24px;cursor:pointer;color:#fff}.contact-form .theme-btn:hover{color:#00ad8f;border-color:#00ad8f;background:0 0}.contact-form input.error,.contact-form select.error,.contact-form textarea.error{border-color:red!important}.contact-form label.error{display:block;line-height:24px;padding:5px 0 0;margin:0;text-transform:uppercase;font-size:12px;color:red;font-weight:500}.social-icon-four{position:relative}.social-icon-four li{position:relative;margin-right:18px;display:inline-block}.social-icon-four li.follow{color:#fff;font-weight:600;font-size:24px;display:block;margin-bottom:20px}.social-icon-four li a{position:relative;font-size:20px;color:#fff !important;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease}.social-icon-four li a:hover{color:#222}

.social-icon-four .bi-instagram{
    color:#fff;
    padding-left:10px;
    font-size:20px;
}

.social-icon-four .bi-facebook{
    color:#fff;
    padding-left:10px;
    font-size:20px;
}

   /* --------------product end------------------- */

/* ---------------our clients --------------------- */
.client-section {
  background-image: linear-gradient( rgb(0 0 0 / 34%), rgb(0 0 0 / 26%) ),url(../img/work3.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  background-attachment: fixed;
  padding: 50px 50px;
}
.title-box01 {
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 20px 0; */
}

/* ---------------our clients --------------------- */

/* ==========sub-pages=============== */

.pad-sec{
  padding:50px;
}
.sliding-1{
  padding: 20px 0px ;
}
.sub-bg{
  background-color: #e3fcff;
  padding: 130px 0px;
  background-image: url(../img/Sted_WB.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.sub-bg .col-lg-12{
  text-align: center;
}
.profile-ban h2{
font-size: 3rem;
font-weight: 500;
color: #fff;
}
.profile-ban h3{
  font-size: 3.5rem;
  font-weight: 500;
  color: #ffffff;
  }
  .ban-link{
    padding-top: 30px;
  }
  .ban-link h5{
    color: #fff;
  }
  .ban-link h5 a{

    color: #fff;
  }
.why-content{
  text-align: center;
  /* padding: 50px 0px; */
}
.why{
  padding: 5% 5% 5% 5%;
}
.why-content h2{
  font-size: 2.3rem;
  color:#27b299;
  padding-bottom: 10px;
  font-weight: 900;
  
}
.why-content p{
  font-size: 16px;
  line-height: 34px;
  word-spacing: 3px;
  /* text-align: justify; */
}
.pro-image{
margin: 20px 39px;
background-color: #27b299;
box-shadow: 0px 0px 16px -4px #333;
overflow: hidden;
}
.pro-image:hover.pro-image img{
  transform: scale(1.1);
  transition: all ease 1s;
}
.pro-img-sec{
 text-align: center;
 padding: 20px 30px;
}
.images-sec{
  background-color: #27b299;
  padding: 100px 0px  ;
}
.im-bg{
  background-color: #fff;
}
.r-space{
  padding: 50px 100px;
}
.pro-ul{
  display: flex;
  justify-content: space-between;
  padding: 20px 0px;
}
.pro-upvc{
  padding-top: 50px;
  text-align: center;
}
.img-sub-head h2{
  color:#fff;
  padding: 30px 0px;
   }

   .pro-ul li{
    font-size: 20px;
    font-weight: bolder;
   
}
.pro-row{
  flex-direction: row-reverse ;
}
.pro-ul li i{
  color:#ffffff;
  font-size: 22px;
  padding-right:5px ;
}
.pro-head-1 h2{
  text-align: center;
  font-weight: 900;
   color: #080808;
   font-size: 35px;
}
.detail-img img{
  border:3px solid #00ad8e;
  border-radius: 10px;
  padding: 14px;

}
.detail-pro{
  display: flex;
  align-items: center;
  background-color: #00ad8e;
}
.pro-details-img-sec{
  text-align: center;
}
.pro-details-img-sec p{
  padding-top: 1.5rem;
}
.pro-head-1{
  padding: 10px 0px 30px 0px;
  color: #080808;
}
.pro-bgc{
  background-color: #f2f2f2;
  padding: 35px 0px;

}
.pro-image:hover{
  box-shadow: 0px 0px 6px 1px #939598;
}
.pro-detail-title{
  text-align: center;
}
.pro-detail-title h2{
 color:#ffffff;
}
.pro-detail-title span{
  color:#fff;
 }
.img-and-para{
  display: flex;
  align-items: center;
  background-color: #27b299;
  transition: all ease 0.5s;
}
.img-and-para:hover{
  /* flex-direction: row-reverse; */
  transition: all ease 0.5s;
  color: #fff;
}
.img-and-para h2{
  font-size: 2.5rem;
    color: #ffffff;
    font-weight: bolder;
}
.img-and-para p{
  font-size: 1.1rem;
  word-spacing: 7px;
  line-height: 30px;
  padding-top: 10px;
}
.pro-head-2 h2{
  text-align: center;
  font-weight: 900;
   color: #080808;
   font-size: 35px;
}
.pro-head-2{
  padding: 10px 0px 30px 0px;
}
.para-2 h2{
  color: #821845;
}
.pro-tabs{
  padding: 10px;
  border: 5px solid #ffffff;
  margin: 7px;
}
.pro-color{
  padding: 10px 0px;
}
.pro-tabs h6{
  font-size: 13px;
}

  