:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-primary: #12ead8;
}

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");

:root {
  --font-Montserrat: "Montserrat", sans-serif;
}

/*-------------- Owl crousel ---------------*/

.owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto;
  width: auto;
}
.owl-nav.disabled {
  display: none !important;
}
.section-heading {
  border-left: 2px solid #0d8075;
  padding-left: 20px;
}
.section-heading .sec_small_heading {
  font-size: 16px;
  line-height: 20px;
  color: #12ead8;
  font-weight: 700;
  font-family: var(--font-Montserrat);
  position: relative;
  padding: 0;
}
.sec_small_heading span {
  font-size: 16px;
  line-height: 20px;
  color: #12ead8;
  font-weight: 700;
  font-family: var(--font-Montserrat);
  position: relative;
  padding: 0;
}
h6.sec_small_heading span::after {
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: #0d8075;
  content: "";
  margin: 10px;
}
.sec_main_heading {
  font-size: 45px;
  line-height: 50px;
  color: #000;
  font-weight: 700;
  padding: 0;
  margin-bottom: 20px;
}
.main_text {
  font-size: 18px;
  line-height: 32px;
  color: #000;
  font-weight: 400;
  padding: 0;
}
/* SLIDER */
#slider {
  position: relative;
  padding: 5% 0px 0px;
  z-index: 2;
}

#slider .slide_btn {
  text-align: left;
}
#slider .slider-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 9%;
  margin-right: 9%;
}
#slider .slider-content h6 {
  color: #13ead8;
  font-size: 18px;
  line-height: 22px;
}
#slider .slider-content h1 {
  font-size: 65px;
  letter-spacing: 2px;
  line-height: 70px;
  color: #ffffff;
  font-weight: 600;
}

#slider .slider-content p {
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 200;
  font-family: var(--font-Montserrat);
}
.btn-primary {
  background-color: var(--color-primary) !important;
  padding: 15px 30px;
  font-size: 16px;
  position: relative;
  line-height: 42px;
  color: #ffffff;
  border: 1px solid var(--color-primary);
  border-color: var(--color-primary) !important;
  border-radius: 0px;
  text-transform: capitalize;
  font-weight: 600;
  font-family: var(--font-Montserrat);
}
#slider .owl-carousel .owl-nav {
  display: none;
}
#slider .owl-carousel .owl-dots {
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(90deg) scale(1.2);
  margin-right: 3%;
}
#slider .owl-carousel button.owl-dot {
  width: 9px;
  height: 9px;
  margin: 5px;
}
#slider .owl-carousel button.owl-dot span {
  width: 9px;
  height: 9px;
  background-color: #fff;
  position: absolute;
  border-radius: 50%;
  margin: -5px 0px 0px -4.5px;
}
#slider .owl-carousel button.owl-dot.active {
  border: 1px solid #ddd;
  width: 20px;
  height: 20px;
  border-color: #ddd;
}

/* *********about us ************/
.about-img {
  position: relative;
  padding-left: 100px;
}
.about-img .circle {
  width: 100%;
}
.about-img .machine {
  position: absolute;
  width: 68%;
}
.num-project {
  position: absolute;
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  background-color: var(--color-primary);
  left: 0;
  top: 0;
  padding: 10px 50px;
  margin-top: 30px;
}
.num-project h5 {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0px;
  padding: 0px 5px;
  font-family: var(--font-Montserrat);
}
.num-project p {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0px;
  padding: 0px 10px 0px 0px;
  font-family: var(--font-Montserrat);
}
.notify h5 {
  font-size: 16px;
  color: #000;
  font-family: var(--font-Montserrat);
  padding: 0;
  margin: 0;
  font-weight: 600;
}

/************** gallery sec ****************/

.gallary-img {
  position: relative;
}
.gallary-img .img-gl {
  background-color: #000;
}
.gallary-img:hover .img-gl img {
  opacity: 0.5;
}
.gallary-img .caption {
  position: absolute;
  top: 0;
  left: 0;
  margin: 30px;
  border: 1px solid #fff;
  width: 82%;
  height: 82%;
  padding: 50px 30px;
  text-align: center;
}
.gallary-img .caption h3 {
  font-size: 26px;
  color: #fff;
  font-family: var(--font-Montserrat);
  padding: 0;
  margin-bottom: 20px;
  font-weight: 600;
}
.gallary-img .caption p {
  font-size: 18px;
  color: #fff;
  font-family: var(--font-Montserrat);
  padding: 0;
  margin: 0;
  font-weight: 400;
}
.gallary-img .caption {
  display: none;
}
.gallary-img:hover .caption {
  display: block;
}
/************** strengths sec ****************/
#strengths {
  position: relative;
}
.why-choose .why-choose-img {
  margin-bottom: 20px;
}
.why-choose-img {
  width: 50px;
  margin: 0 auto;
}
.why-choose h5 {
  font-size: 20px;
  color: var(--color-black);
  font-weight: 600;
  font-family: var(--font-Montserrat);
  padding: 0;
}
.why-choose p {
  font-size: 16px;
  color: var(--color-black);
  font-weight: 400;
  font-family: var(--font-Montserrat);
  padding: 0;
}
.why-choose .content p {
  padding: 0px 20%;
}
/***************teame sec *********/
.team_box .team_content h2 {
  font-size: 24px;
  color: var(--color-black);
  font-weight: 600;
  font-family: var(--font-Montserrat);
  padding: 0;
}
.team_box .team_content h2 a {
  color: inherit;
}
.team_box .team_content h5 {
  font-size: 20px;
  color: var(--color-black);
  font-weight: 500;
  font-family: var(--font-Montserrat);
  padding: 0;
  margin-bottom: 20px;
}
.team_box .team_content p {
  font-size: 18px;
  color: var(--color-black);
  font-weight: 400;
  font-family: var(--font-Montserrat);
  margin-bottom: 20px;
}
.team_box .team_content .socialbox {
  margin-bottom: 5px;
}
.team_box .team_content .socialbox a {
  border: 1px solid #ddd;
  margin: 5px;
  border-radius: 50%;
  padding: 5px;
  background-color: #fff;
}
.team_box .team_content .socialbox a i {
  width: 20px;
  height: 18px;
  color: var(--color-primary);
  padding: 0px 0px 0px 3px;
}
.team_box .team_content .socialbox a i.fa-facebook-f {
  padding-left: 6px;
}
/*********consultation*****/
#consulation .section-heading .sec_small_heading {
  color: #656b90;
}
.consulation-right-side {
  position: relative;
  padding-left: 100px;
}
.consulation-right-side .consultation-img {
  margin-top: 50px;
}
.success-rate {
  background: var(--color-white);
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 20px;
  width: 180px;
  border-radius: 10px;
}
.success-rate img {
  width: 50px;
}
.success-rate h6 {
  position: absolute;
  bottom: 0;
  margin: 0px 0px 30px 15px;
  font-size: 10px;
  color: var(--color-primary);
}
.satisfaction-client {
  background: #151516;
  position: relative;
  margin: 0 auto;
  margin-top: -100px;
  margin-left: 100px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 20px;
  width: 180px;
  border-radius: 10px;
}
.success-rate h4 {
  font-size: 20px;
}
.satisfaction-client h4 {
  color: #fff;
  font-size: 20px;
}
.satisfaction-client img {
  width: 50px;
}
.satisfaction-client h6 {
  position: absolute;
  bottom: 0;
  margin: 0px 0px 30px 15px;
  font-size: 10px;
  color: var(--color-primary);
}
/*******project**********/
#project .sec_main_heading {
  color: #fff;
}
#project .sec_small_heading span {
  color: #12ead8;
}
.project_box {
  position: relative;
}
.project_box .project_content {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0px 0px 10px 20px;
}
.project_box .project_content h3 {
  font-size: 26px;
  color: var(--color-white);
  font-weight: 600;
  font-family: var(--font-Montserrat);
  padding: 0;
  margin: 0;
}
.project_box .project_content h3 a {
  color: inherit;
}
.project_box .project_content p {
  font-size: 16px;
  color: var(--color-white);
  font-weight: 400;
  font-family: var(--font-Montserrat);
  padding: 0;
}
.new-badge {
  position: absolute;
  top: 0;
  right: 0;
}
.new-badge .badge {
  background-color: var(--color-primary);
  color: var(--color-white);
  border: 1px solid var(--color-primary);
  padding: 5px 10px;
  margin: 5px;
}
/*************Testimonial***************/

#testimonial .testibox {
  height: 100%;
}
#testimonial h5.post-title a {
  font-size: 20px;
  line-height: 26px;
  color: #000;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: 26px;
}
#testimonial p.content {
  font-size: 14px;
  line-height: 22px;
  color: #636363;
  font-weight: 500;
}

#testimonial .testi_content {
  position: relative;
  border-radius: 0px;
  padding: 20px 20px;
  background-color: var(--color-white);
  box-shadow: 0px 2px 16px #00000029;
  margin: 20px;
  text-align: center;
  margin-top: 30px;
}
#testimonial .seller-star i.fas {
  color: #ffcd3c;
  font-weight: 600;
  font-size: 12px;
}
#testimonial .seller-star i.far {
  font-weight: 600;
  font-size: 12px;
  color: #ffcd3c;
}
#testimonial .testi-imagebg {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  position: relative;
  margin: 0 auto;
  margin-top: -50px;
  border: 2px solid #fff;
  margin-bottom: 20px;
}
#testimonial .testi_content .quote {
  position: absolute;
  left: 0;
  top: 0;
  margin: -10px 0px 10px 20px;
}
#testimonial .testi_content .quote i {
  font-size: 30px;
  color: #151516;
}
#testimonial .testi_content:hover .testi-imagebg {
  border-color: var(--color-primary);
}
#testimonial .testi_content:hover .quote i {
  color: var(--color-primary);
}
#testimonial .owl-dots,
#testimonial .owl-nav {
  display: none;
}

/*****************blog section***********/
#blog .sec-heading .sec_main_heading {
  text-transform: capitalize;
}
#blog {
  background-size: 100% 100%;
}
#blog .blogss {
  background: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin: 10px 10px;
}
#blog .bolg-box {
  padding: 10px;
  background: #fff;
  border-radius: 0px;
  position: relative;
  height: 100%;
}
#blog .bolg-box h5.post-title {
  font-size: 24px;
  line-height: 30px;
  color: #000;
  font-weight: 600;
  font-family: var(--font-Montserrat);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.blog-information span i {
  color: var(--color-primary);
}
.blog-information span,
.blog-information span a {
  color: var(--color-black);
  font-weight: 500;
  font-family: var(--font-Montserrat);
  font-size: 16px;
  text-transform: capitalize;
}
/**************price section **************/
.pricingplan {
  display: none;
}
#blog .pricingplan {
  display: block;
}
.nav.pricing-plan-tab {
  justify-content: center;
  padding: 10px 0px;
  margin: 0px auto;
  margin-bottom: 70px;
  border: 0;
}
.nav.pricing-plan-tab li .nav-link {
  background: #fff;
  border-radius: 26px;
  padding: 10px 27px;
  font: 600 16px/27px var(--font-nunito);
  color: hsla(232, 18%, 48%, 1);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  font-weight: 600;
}
.nav.pricing-plan-tab li .nav-link.active {
  background: var(--color-primary);
  color: var(--color-white);
  z-index: 2;
  position: relative;
  padding: 10px 25px;
  color: #fff;
  border: 1px solid var(--color-primary);
}
.nav.pricing-plan-tab li:last-child {
  margin-left: -12px;
}
.nav.pricing-plan-tab li:first-child .nav-link {
  z-index: 2;
  position: relative;
}
.nav.pricing-plan-tab li:last-child .nav-link.active {
  z-index: 0;
  position: relative;
}
.nav.pricing-plan-tab li:first-child .nav-link.active {
  z-index: 2;
  position: relative;
}
.nav.pricing-plan-tab li:last-child .nav-link {
  margin-left: -20px;
  padding: 9px 25px 10px 46px;
}
.price-cart {
  background: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 20px;
  margin-top: 0px;
}
.price-box .recomnded {
  background: #0d8075;
  text-align: center;
  color: var(--color-white);
  margin-bottom: 0px;
  font-weight: 500;
  font-family: var(--font-Montserrat);
  font-size: 16px;
  text-transform: capitalize;
}
.price-box .recomnded {
  display: none;
}
.price-box:hover .recomnded {
  display: block;
}
.price-cart .plan_tiltle {
  font-size: 24px;
  line-height: 30px;
  color: #000;
  font-weight: 600;
  font-family: var(--font-Montserrat);
  padding: 0px;
}
.price-cart .paratext {
  color: hsla(232, 18%, 48%, 1);
  font-size: 15px;
}
.price-cart .price {
  background-color: #13ead8;
  margin: 0px -20px;
  padding: 10px;
  text-align: center;
  color: var(--color-white);
  font-weight: 600;
  font-family: var(--font-Montserrat);
  font-size: 25px;
}
.price-cart .price span {
  font-size: 15px;
}
.price-card-btn .btn-plan {
  background: hsla(231, 3%, 8%, 1);
  color: #fff;
  border-radius: unset;
}
.price-box:hover {
  margin-top: -50px;
}
.price-box:hover .price-card-btn .btn-plan {
  background-color: #13ead8;
}
.price-cart .card-list {
  line-height: 45px;
}
.price-cart .card-list .list_text {
  color: hsla(213, 10%, 18%, 1);
}
.price-cart .card-list .list_text i {
  color: hsl(213deg 4.42% 80.23%);
  margin-right: 10px;
}

.price-box:nth-child(1) .price-cart .card-list .list_text:nth-child(2) span {
  color: var(--color-black);
  font-weight: 600;
}
.price-box:nth-child(2) .price-cart .card-list .list_text:nth-child(2) span,
.price-box:nth-child(2) .price-cart .card-list .list_text:nth-child(4) span {
  color: var(--color-black);
  font-weight: 600;
}
.price-box:nth-child(3) .price-cart .card-list .list_text:nth-child(1) span,
.price-box:nth-child(3) .price-cart .card-list .list_text:nth-child(2) span,
.price-box:nth-child(3) .price-cart .card-list .list_text:nth-child(4) span {
  color: var(--color-black);
  font-weight: 600;
}
.price-box:nth-child(1) .price-cart .card-list .list_text:nth-child(2) i {
  color: var(--color-primary);
  font-weight: 600;
}
.price-box:nth-child(2) .price-cart .card-list .list_text:nth-child(2) i,
.price-box:nth-child(2) .price-cart .card-list .list_text:nth-child(4) i {
  color: var(--color-primary);
  font-weight: 600;
}
.price-box:nth-child(3) .price-cart .card-list .list_text:nth-child(1) i,
.price-box:nth-child(3) .price-cart .card-list .list_text:nth-child(2) i,
.price-box:nth-child(3) .price-cart .card-list .list_text:nth-child(4) i {
  color: var(--color-primary);
  font-weight: 600;
}
/*****************enquiry***************/

.enquiry_info h2 {
  color: var(--color-white);
}
.enquiry_info p {
  color: var(--color-white);
}
#enquiry label {
  color: var(--color-white);
}
#enquiry .wpcf7-submit {
  width: 100%;
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
}
#enquiry input[type="text"],
#enquiry input[type="email"] {
  background-color: #fff;
  color: #000;
  border-radius: 0px;
}
#enquiry select {
  word-wrap: normal;
  height: 46px;
}
