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

@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: 4px solid #d13f18;
  padding-left: 20px;
}
.section-heading .sec_small_heading {
  font-size: 16px;
  line-height: 20px;
  color: #d13f18;
  font-weight: 700;
  font-family: var(--font-Montserrat);
  position: relative;
  padding: 0;
}
.sec_small_heading span {
  font-size: 16px;
  line-height: 20px;
  color: hsla(232, 18%, 48%, 1);
  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: #d13f18;
  content: "";
  margin: 10px;
}
.sec_main_heading {
  font-size: 45px;
  line-height: 50px;
  color: #1f212d;
  font-weight: 700;
  padding: 0;
  margin-bottom: 20px;
}
.main_text {
  font-size: 18px;
  line-height: 32px;
  color: #000;
  font-weight: 400;
  padding: 0;
  padding-left: 25px;
}

#about .notify{
  padding-left: 25px;
}

/* SLIDER */
#slider {
  position: relative;
  padding: 6% 0px 0px;
  z-index: 2;
}

#slider .slide_btn {
  text-align: left;
}

#slider .slider-image {
  position: relative;
}

#slider .slider-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    #090a0a 0%,
    rgba(31, 32, 32, 0.5) 69.81%,
    rgba(138, 140, 142, 0.1) 100%
  );

  pointer-events: none;
}

#slider .slider-content {
  position: absolute;
  bottom: 4%;
  /* transform: translateY(-50%); */
  left: 9%;
  margin-right: 9%;
  text-align: center;
  /* changed */
}
#slider .slider-content h6 {
  color: hsla(231, 18%, 48%, 1);
  font-size: 18px;
  line-height: 22px;
}
#slider .slider-content h1 {
  font-size: 48px;
  letter-spacing: 2px;
  line-height: 70px;
  color: #ffffff;
  font-weight: 600;
}

#slider .slider-content p {
  font-size: 21px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 400;
  margin: auto;
  font-family: var(--font-Montserrat);
}
.btn-primary {
  background-color: white !important;
  padding: 15px 30px;
  font-size: 16px;
  position: relative;
  line-height: 42px;
  color: #ffffff;
  font-weight: 400;
  border: 1px solid var(--color-primary);
  border-color: var(--color-primary) !important;
  border-radius: 0px;
  text-transform: capitalize;
  font-weight: 500;
  font-family: var(--font-Montserrat);
}

.btn-primary {
  color: #fff;
  border: 3px solid var(--color-primary);
  background-image: -webkit-linear-gradient(
    30deg,
    var(--color-primary) 50%,
    transparent 50%
  );
  background-image: linear-gradient(
    30deg,
    var(--color-primary) 50%,
    transparent 50%
  );
  background-size: 638px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}
.btn-primary:hover {
  background-position: 100%;
  color: black !important;
}

.btn-primary:focus {
  box-shadow: 0 0 0 0.25rem var(--color-primary) !important;
}

#slider .btn-primary {
  border-radius: 5px;
}

#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;
}

/* slider animation */

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fade-in-up {
  opacity: 0;
  animation: fadeInUp 1s ease forwards;
}

.delay-1 {
  animation-delay: 0.2s;
}
.delay-2 {
  animation-delay: 0.4s;
}
.delay-3 {
  animation-delay: 0.6s;
}
.delay-4 {
  animation-delay: 0.8s;
}
.delay-5 {
  animation-delay: 1s;
}
.delay-6 {
  animation-delay: 1.2s;
}
.delay-7 {
  animation-delay: 1.4s;
}

.hidden-on-load {
  opacity: 0;
  transform: translateY(30px);
}

/* -------------------------------------- */
/* *********about us ************/
#about {
  padding-block: 10rem !important;
}

.about-img {
  position: relative;
  padding-left: 100px;
}
.about-img .circle {
  width: 100%;

}

.about-img .circle:hover {
 
}
.about-img .machine {
  position: absolute;
  width: 68%;
    animation: floatY 4s ease-in-out infinite;
  transition: transform 0.4s ease;
}

.about-img .machine:hover {
  transform: scale(1.05) rotate(-2deg);
}


.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;
  margin-left: 0;
  padding: 0px 11px;
  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:hover{
  transform: scale(1.05);
}


.gallary-img .img-gl {
  background-color: #000;
  
}

.gallary-img .img-gl:hover{
   /* transform: scale(1.05); */
}

.gallary-img .img-gl img:hover {
  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 a {
  font-size: 26px;
  color: #fff;
  font-family: var(--font-Montserrat);
  padding: 0;
  margin-bottom: 20px;
  font-weight: 600;
}

.gallary-img .caption h3 a:hover{
  color: #d13f18;
}

.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: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center ;
 border-width: 3px ;
 top: 50%;
 left: 50%;
 transform: translate(-50%,-50%);
 margin: unset;
}

.gallary-img:hover .img-gl img {
  opacity: 0.5;
  transition-duration: 1s;
   /* transform: scale(1.05); */
}

#gallary .sec_small_heading span {
  color: #d13f18;
}

/************** strengths sec ****************/
#strengths {
  position: relative;
}
#strengths .sec_small_heading span {
  color: #d13f18;
}
.why-choose .why-choose-img {
  margin-bottom: 20px;
}

.why-choose-img .img_one{
  animation: floatY 2s ease-in-out infinite;
}

@keyframes floatY {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-8px);
  }
}

.why-choose-img {
  width: 90px;
  margin: 0 auto;
}
.why-choose h5 {
  font-size: 23px;
  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 .sec_small_heading span {
  color: #ffffff;
}

#team .sec_main_heading {
  color: #ffffff;
}

.team_box .team_content h2 a {
  color: #ffffff;
}

.team_box .team_content h5 {
  color: #ffffff;
}

.team_box .team_content p {
  color: #ffffff;
}

.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: 8px;
}
.team_box .team_content .socialbox a {
  border: 1px solid #D13F18;
  margin: 5px;
  border-radius: 50%;
  padding: 9px;
  background-color: #fff;
}

.team_box .team_content .socialbox a:hover{
  background-color: #1C1F2A;
}

.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;
}
#team .sec_small_heading span {
  color: #ffffff;
}

#team .sec_main_heading {
  color: #ffffff;
}

.team_box .team_content h2 a {
  color: #ffffff;
}

.team_box .team_content h5 {
  color: #ffffff;
}

.team_box .team_content p {
  color: #ffffff;
  font-weight: 300;
  font-size: 17px;
}

.team_box .team-image img:hover{
  transform: scale(1.05);
}


/*********consultation*****/
.consulation-right-side {
  position: relative;
  padding-left: 100px;
}
.consulation-right-side .consultation-img {
  margin-top: 50px;
}

.consulation-right-side .consultation-img:hover{
  transform: scale(1.05);
}

.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;
  z-index: 2;
}
.success-rate img {
  width: 61px;
}
.success-rate h6 {
  position: absolute;
  bottom: 0;
  margin: 0px 0px 33px 20px;
  font-size: 10px;
  color: var(--color-primary);
}
.satisfaction-client {
  background: hsla(231, 18%, 15%, 1);
  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: 61px;
}
.satisfaction-client h6 {
  position: absolute;
  bottom: 0;
  margin: 0px 0px 33px 20px;
  font-size: 10px;
  color: #ffffff;
}
/*******project**********/
#project .sec_main_heading {
  color: #fff;
}
#project .sec_small_heading span {
  color: #fff;
}
.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;
   margin-top: 10px; 
}
.new-badge {
  position: absolute;
  top: 5px;
  right: 5px;
}
.new-badge .badge {
  background-color: var(--color-primary);
  color: var(--color-white);
  border: 1px solid var(--color-primary);
  padding: 9px 12px;
  border-radius: 20px;
  margin: 5px;
}

#project .project-image img:hover{
  transform: scale(1.05);
}

/*************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 .sec_small_heading span {
  color: #d13f18;
}
#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 .testi_content:hover{
  background-color: hsla(232, 18%, 48%, 1);
}

#testimonial .testi_content:hover content p.content{
  color: white;
}

#testimonial .testi_content:hover p.content{
  color: white;
}



#testimonial .testi_content:hover h5.post-title a{
  color: white;
}


#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: hsla(232, 18%, 48%, 1);
}
#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 {
  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 .sec_small_heading span {
  color: #d13f18;
}

#blog .bolg-box {
  padding: 10px;
  background: #fff;
  border-radius: 0px;
  position: relative;
  height: 100%;
}

#blog .bolg-box:hover{
  background-color: hsla(232, 18%, 48%, 1);
}

#blog .bolg-box:hover h5.post-title {
  color: white;
}

#blog .bolg-box:hover .blog-information span a span {
  color: white;
}



#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;
}

#blog .bolg-image img{
  transition: filter 0.3s ease;
}

#blog .bolg-image img:hover{
   filter: brightness(1.2);
}

/**************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;
  padding-top: 10px;
}
.price-box .recomnded {
  background: #1c1f2a;
  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 {
    
    opacity: 0;
    /* margin: 0;
    padding: 0;
    line-height: 0; */
    padding: 12px;
}
.price-box:hover .recomnded {


       display: block;
    opacity:1;
    margin: unset;
    padding: 12px;
    /* line-height: unset; */
}
.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: #d13f18;
  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, 18%, 15%, 1);
  color: #fff;
  border-radius: unset;

}

.price-card-btn .btn-plan:hover{
  transform: scale(1.05)
}
.price-box:hover {
  margin-top: -50px;
}
.price-box:hover .price-card-btn .btn-plan {
  background-color: #d13f18;
}
.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;
}
