* {
  margin: 0;
  padding: 0;
  outline: none;
}

/* Disable text selection */
html {
  scroll-behavior: smooth;
}

html {
  overflow-x: hidden;
}

html body {
  margin: 0;
  padding: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  background-color: #fff;
  position: relative;
  font-size: 15px;
  color: #6c6c6c;
  font-weight: 300;
  overflow-x: hidden;
}

.home header#masthead {
  position: absolute;
  top: 42px;
  z-index: 99;
  width: 100%;
}

.topbar-social-icons i:hover {
  color: rgba(252, 105, 0, 1);
}

.email-phone-contact:hover p {
  color: rgba(252, 105, 0, 1);
}

.email-phone-contact:hover i {
  color: rgba(252, 105, 0, 1);
}

.phone-phone-contact:hover p {
  color: rgba(252, 105, 0, 1);

}

.phone-phone-contact:hover i {
  color: rgba(252, 105, 0, 1);
}

a {
  text-decoration: none !important;
}

.logo-background-clip-path {
  background: #fff;
  clip-path: polygon(0% 15.152%, 0% 15.152%, 0.045% 12.702%, 0.175% 10.376%, 0.382% 8.204%, 0.661% 6.218%, 1.003% 4.451%, 1.401% 2.933%, 1.848% 1.698%, 2.337% 0.776%, 2.861% 0.199%, 3.413% 0%, 84.437% 0%, 84.437% 0%, 84.792% 0.081%, 85.138% 0.32%, 85.474% 0.712%, 85.797% 1.251%, 86.105% 1.932%, 86.395% 2.749%, 86.666% 3.697%, 86.915% 4.771%, 87.14% 5.965%, 87.338% 7.273%, 96.86% 76.97%, 96.86% 76.97%, 97.182% 80.081%, 97.335% 83.263%, 97.331% 86.421%, 97.183% 89.462%, 96.903% 92.292%, 96.501% 94.817%, 95.991% 96.944%, 95.383% 98.579%, 94.691% 99.629%, 93.925% 100%, 3.413% 100%, 3.413% 100%, 2.861% 99.801%, 2.337% 99.224%, 1.848% 98.302%, 1.401% 97.067%, 1.003% 95.549%, 0.661% 93.782%, 0.382% 91.796%, 0.175% 89.624%, 0.045% 87.298%, 0% 84.848%);
  width: 225px;
  gap: 0px;
  opacity: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  z-index: -1;
  padding: 20px 0;
  bottom: 0;
}

.abt_bg {
  position: relative;
}

.header-nav {
  position: relative;
}

.background-clip-path {
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  clip-path: path("M 0.556339 8.92705 C -0.724435 4.45443 2.63348 0 7.28586 0 H 1123 C 1126.87 0 1130 3.13401 1130 7 V 72 C 1130 75.866 1126.87 79 1123 79 H 7.48926 C 2.77622 79 -0.590073 74.4366 0.801204 69.9336 L 6.1385 52.6589 C 8.48903 45.0512 8.57342 36.9237 6.38137 29.2688 L 0.556339 8.92705 Z");
  top: 0;
  z-index: -1;
}
.search-toggle {
    position: absolute;
    top: 30px;
    right: 40px;
    cursor: pointer;
}
.search-container {
    display: none;
}
.search-container.opened {
    display: block;
}

.slider-btn {
  margin-top: 26px;
}


/* ================================
   HEADER SEARCH - MORPHING STYLE
   ================================ */

   .header-search {
    text-align: center;
  }
  
  .header-search .open-search-form i {
    font-size: 22px;
    cursor: pointer;
    color: #000;
    transition: transform 0.3s ease, color 0.3s ease;
  }
  
  .header-search .open-search-form i:hover {
    color: #ff5e5e;
    transform: scale(1.2) rotate(15deg);
  }
  a.open-search-form {
    position: absolute;
    top: 30px;
    right: 50px;
}
  /* Morph-style search form */
  .header-search .search-form {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    transform: translate(-50%, -50%) scale(0);
    background: #ffffff;
    border-radius: 50%;
    z-index: 1001;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
  }
  
  .header-search .search-form.is-open {
    width: 80%;
    height: 80%;
    border-radius: 35px;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    pointer-events: auto;
  }
  
  /* Inner form styling */
  .header-search .search-form form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 20px;
  }
  
  .header-search .search-form input[type="search"],
  .header-search .search-form input#header-s {
    flex: 1;
    border: none;
    font-size: 18px;
    background: transparent;
    color: #333;
    outline: none;
  }
  
  .header-search .search-form input::placeholder {
    color: #aaa;
  }
  
  .header-search .search-form button {
    background: none;
    border: none;
    font-size: 20px;
    color: #efc050;
    cursor: pointer;
    transition: color 0.3s ease;
  }
  
  .header-search .search-form button:hover {
    color: #ff5e5e;
  }
  
  /* Close button styling */
  .header-search a.close-search-form {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    color: #333;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    display: none; /* will be shown via JS */
    z-index: 9999;
  }
  
.searchform input[type=text] {
  width: calc(100% - 110px);
  margin: 0;
  padding: 12px;
  float: left;
  background-color: #f1f1f1;
  border: none;
}
.searchform input[type=submit] {
	background: #ff5e5e;
	border: none;
	color: #fff;
	font-size:14px;
	font-weight: 600;
	text-align:center;
	position:relative;
	float:left;
	text-shadow:none;
	padding:14px 0;
	width:100px;
	margin:0 auto;
	cursor: pointer;
	-webkit-transition: color .3s ease, background-color .3s ease;
	-moz-transition: color .3s ease, background-color .3s ease;
	-o-transition: color .3s ease, background-color .3s ease;
	transition: color .3s ease, background-color .3s ease;
}

.searchform input[type=submit]:hover ,
.searchform input[type=submit]:focus {
	background-color:#ff5e5e;
	text-decoration:none
}
.middle-content {
    padding: 60px 0;
}

.searchform:after {
  content: "";
  display: table;
  clear: both;
}
  .header-search a.close-search-form:hover {
    color: #ff5e5e;
    transform: rotate(90deg);
    transition: transform 0.3s ease;
  }

  a.cart-customlocation i {
    font-size: 20px;
    color: #efc050;
  }
  

/* topbar */

.contact-details-topbar p {
  font-family: Jost;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  color: #fff;
  margin-bottom: 0;
  padding-left: 10px;

}

.topbar-social-icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 20px;
}

.topbar-social-icons i {
  color: #fff;
  font-family: 'FontAwesome';
  padding-left: 38px;
  font-size: 20px;
}

.contact-details-topbar i {
  color: rgba(252, 105, 0, 1);
  font-size: 18px;
}

.contact-details-topbar {
  display: flex;
  align-items: center;
  justify-content: left;
}

.home div#topabr .container .row {
  max-width: 1080px;
  justify-content: space-between;
  margin-left: auto;
}

.home div#topabr {
  padding: 14px 0 14px;
  position: absolute;
  top: 35px;
  z-index: 9;
  width: 100%;
  background: unset;
  z-index: 999;
}

div#topabr {
  background: #000;
  padding: 14px;

}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .home header#masthead {
    position: absolute;
    top: 25px;
    z-index: 99;
    width: 100%;
  }

  .home div#topabr .container .row {
    max-width: 960px;
  }
}

/* slider */

.custom-carousel-counter {
  font-family: Jost;
  font-size: 55px;
  font-weight: 700;
  line-height: 40px;
  text-align: left;
  color: #FFFFFF;
  transform: translate(45px, -31px);
}

.custom-carousel-counter,
.custom-carousel-counter * {
  font-size: 0 !important;
}

.custom-slider-number {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(30, 30, 30, 1);
  padding: 10px;
  width: 262px;
  height: 218px;
  clip-path: polygon(51% 48%, 100% 0%, 100% 100%, 0% 100%);
  display: flex;
  align-items: end;
  justify-content: center;
  font-size: 0 !important;
  z-index: 9;
}

.project-img img {
  width: 246px;
  height: 300px;
  object-fit: cover;
  border-radius: 15px;
}

.team-info img {
  clip-path: polygon(0 0, 87% 0, 100% 10%, 100% 100%, 0 100%, 0% 65%);
  border-radius: 15px;
  height: 410px;
}

.team-info .img {
  overflow: hidden;
}

.team-info img:hover {
  transition: .3s ease-in-out;
  transform: scale(1.1);
  object-fit: cover;
}

.blog-box img {
  width: 100%;
  height: 350px;
  clip-path: polygon(0 0, 94% 0, 100% 0%, 100% 100%, 0 100%, 0% 65%);
  border-radius: 10px;
}

.testimonial-left img {
  width: 100%;
}

div#custom-counter span {
  font-family: Jost;
  font-size: 28px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  color: #FFFFFF;
}

section#slider {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}


.slider-wrap {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  align-items: center;
  height: 800px;
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

section#slider .owl-nav button:hover {
  background: rgba(252, 105, 0, 1);
  color: #fff;
}

.slider-heading-icon h6 {
  font-family: Jost;
  font-size: 18px;
  font-weight: 600;
  line-height: 26.01px;
  text-align: left;
  margin-bottom: 0;
  color: #fff;
}

.slider-heading-icon i {
  font-size: 16px;
  color: #fff;
  padding-right: 14px;
  margin-right: 7px;
}

.slider-heading-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(252, 105, 0, 1);
  width: 30%;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
}

.slider-content h1 {
  font-family: Jost;
  font-size: 53px;
  font-weight: 700;
  line-height: 70px;
  text-align: left;
  color: #FFFFFF;
  width: 668px;
}

.slider-content p.slider-text {
  font-family: Jost;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.3;
  color: #fff;
  width: 572px;
}

.slider-btn a {
  background: rgba(252, 105, 0, 1);
  border-radius: 5px;
  color: #fff;
  font-family: Jost;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  width: 190px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s ease-in-out;
}

.slider-btn a:hover {
  background: #fff;
  color: rgba(252, 105, 0, 1);
}
section#slider .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none;
    position: absolute;
    right: 70px;
    left: auto;
    width: auto;
    transform: rotate(-40deg);
    bottom: 77px;
}

section#slider .owl-nav button {
  color: #000000;
  font-size: 22px;
  border: unset;
  background: #fff;
  width: 53px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin: 0 8px;
  transition: 0.6s ease-in-out;
}

#slider .ps_video i {
  padding: 7px 25px;
  background: rgba(252, 105, 0, 1);
  color: #fff;
  border-radius: 50%;
  box-shadow: unset;
  width: 70px;
  height: 70px;
  font-size: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Our Production */
section#our-production {
  padding: 90px 0;
  background: rgba(243, 243, 243, 1);
  background-repeat: no-repeat;
  background-size: 100% 100%;

}

.our-production-details img {
  width: auto;
  padding: 26px 0;

}

.our-production-details {
  text-align: center;
  padding: 0 32px !important;

}

.our-production-heading h6 {
  font-family: Jost;
  font-size: 45px;
  font-weight: 800;
  line-height: 65.03px;
  text-align: center;
  color: #000000;
}

.production-heading-icon i {
  font-size: 16px;
  color: rgba(252, 105, 0, 1);
  padding-right: 14px;
  margin-right: 7px;
}

.production-heading-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.our-production-heading h2 {
  font-family: Jost;
  font-size: 16px;
  font-weight: 600;
  line-height: 23.12px;
  text-align: center;
  color: rgba(252, 105, 0, 1);
  margin-bottom: 0;

}

.our-production-details h2 {
  font-family: Jost;
  font-size: 26px;
  font-weight: 700;
  line-height: 37.57px;
  text-align: center;
  color: #000000;
}

.our-production-details p {
  font-family: Jost;
  font-size: 14px;
  font-weight: 400;
  line-height: 20.23px;
  text-align: center;
  color: #000000;
}


/* About */

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: rgba(252, 105, 0, 1) !important;
  transition: width .6s ease;
}

.about-progress-bar1 h2 {
  font-family: Jost;
  font-size: 18px;
  font-weight: 600;
  line-height: 26.01px;
  text-align: left;
  color: #000000;
}

.about-progress-bar2 h2 {
  font-family: Jost;
  font-size: 18px;
  font-weight: 600;
  line-height: 26.01px;
  text-align: left;
  color: #000000;
}

.about-progress-bar1 {
  padding-bottom: 24px;
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #D9D9D9 !important;

}

.single-page-content p {
  font-family: Jost;
  font-size: 20px;
  font-weight: 400;
  line-height: 28.9px;
  text-align: left;
  color: #000000;
}

.single-project-desig {
  font-family: Jost;
  font-size: 24px;
  font-weight: 500;
  line-height: 34.68px;
  text-align: left;
  color: rgba(252, 105, 0, 1);
  padding: 15px 0 5px;
}

.single-project-page {
  padding: 60px 0;
}

.blog-box:hover a {
  color: rgba(252, 105, 0, 1);
}

#about .about-left img {
  width: 480px;
  height: 401px;
  object-fit: cover;
}

#about .about-left img:hover {
  transition: .3s ease-in-out;
  transform: scale(1.1);
}

.heading-percentage h6 {
  font-family: Jost;
  font-size: 18px;
  font-weight: 600;
  line-height: 26.01px;
  color: #000000;
}

.heading-percentage {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.left-contents {
  display: flex;
  align-items: end;
  justify-content: space-between;
  transform: translate(0px, -118px);
}

.left-about-heading h6 {
  font-family: Jost;
  font-size: 34px;
  font-weight: 800;
  line-height: 49.13px;
  text-align: left;
  color: #000000;
}

section#about {
  padding: 60px 0 0;
  position: relative;
}

.about-heading-icon h2 {
  font-family: Jost;
  font-size: 16px;
  font-weight: 600;
  line-height: 23.12px;
  text-align: left;
  color: rgba(252, 105, 0, 1);
  margin-bottom: 0;
}

.about-heading-icon i {
  font-size: 16px;
  color: rgba(252, 105, 0, 1);
  padding-right: 14px;
  margin-right: 5px;
}

.about-heading-icon {
  display: flex;
  align-items: center;
  justify-content: left;
}

.sub-heading-about h6 {
  font-family: Jost;
  font-size: 45px;
  font-weight: 700;
  line-height: 65.03px;
  text-align: left;
  color: #000000;
}

.about-content p {
  font-family: Jost;
  font-size: 20px;
  font-weight: 400;
  line-height: 28.9px;
  text-align: left;
  color: #000000;
}

.about-us-btn a {
  background: rgba(252, 105, 0, 1);
  border-radius: 5px;
  color: #fff;
  font-family: Jost;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  width: 190px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s ease-in-out;
}

.about-us-btn a:hover {
  background: #000;
  color: #fff;
}

#why-choose-us .about-us-btn a:hover {
  background: #FFF;
  color: rgba(252, 105, 0, 1);
}


/* Blog & News */
section#our-blog {
  padding: 60px 0;
}

h6.author-name {
  font-family: Jost;
  font-size: 18px;
  font-weight: 500;
  line-height: 28.9px;
  text-align: left;
  color: #000000;
  text-transform: capitalize;
}

.comt-author span {
  font-family: Jost;
  font-size: 18px;
  font-weight: 500;
  line-height: 28.9px;
  text-align: left;
  color: #000000;
  padding-right: 6px;
}

section#our-blog .owl-nav button {
  color: #fff;
  font-size: 22px;
  border: unset;
  background: #1E1E1E;
  width: 53px;
  height: 53px;
  border-radius: 50px;
}

section#our-blog button.owl-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  transform: translate(-70px, 0px);
  display: flex;
  justify-content: center;
  align-items: center;


}

section#our-blog button.owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  transform: translate(70px, 0px);
  display: flex;
  justify-content: center;
  align-items: center;


}

section#our-blog .owl-nav button:hover {
  background-color: rgba(252, 105, 0, 1);
}


.blog-icon-heading h2 {
  font-family: Jost;
  font-size: 16px;
  font-weight: 600;
  line-height: 23.12px;
  text-align: left;
  color: rgba(252, 105, 0, 1);
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.blog-icon-heading i {
  font-size: 16px;
  color: rgba(252, 105, 0, 1);
  padding-right: 14px;
  margin-right: 7px;
}

.blog-icon-heading {
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-heading h6 {
  font-family: Jost;
  font-size: 45px;
  font-weight: 700;
  line-height: 65.03px;
  text-align: center;
  color: #000000;
}

.blog-title a {
  font-family: Jost;
  font-size: 28px;
  font-weight: 700;
  line-height: 40.46px;
  text-align: left;
  color: #000000;
}

.blog-content p {
  font-family: Jost;
  font-size: 20px;
  font-weight: 400;
  line-height: 28.9px;
  text-align: left;
  color: #000000;
}

span.news-comments {
  color: #000000;
  font-family: Jost;
  font-size: 20px;
  font-weight: 500;
  line-height: 28.9px;
  text-align: left;
}

.date {
  font-family: Jost;
  font-size: 18px;
  font-weight: 500;
  line-height: 28.9px;
  text-align: left;
  color: #000000;
  margin: 0 32px;

}

.comt-author {
  display: flex;
  padding: 14px 0 0;

}

/* Testimonial */

.testimonial-box:hover {
  background: rgba(252, 105, 0, 1);
}

.testimonial-box:hover a {
  color: #fff;
}

.testimonial-box:hover p {
  color: #fff;
}

.testimonial-box:hover p.designation {
  color: #fff;
}

.quote-link a:hover {
  color: rgba(252, 105, 0, 1);
  background: #fff;
}

.testimonial-icon-heading h2 {
  font-family: Jost;
  font-size: 16px;
  font-weight: 600;
  line-height: 23.12px;
  text-align: left;
  color: rgba(252, 105, 0, 1);
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.testimonial-icon-heading i {
  font-size: 16px;
  color: rgba(252, 105, 0, 1);
  padding-right: 14px;
  margin-right: 7px;
}

.testimonial-icon-heading {
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonial-heading h6 {
  font-family: Jost;
  font-size: 45px;
  font-weight: 700;
  line-height: 65.03px;
  text-align: center;
  color: #ffffff;
}

.testimonial-box {
  background: #FFFFFF;
  padding: 20px;
  clip-path: polygon(0.068% 4.082%, 0.068% 4.082%, 0.087% 3.42%, 0.141% 2.792%, 0.228% 2.206%, 0.344% 1.671%, 0.486% 1.195%, 0.652% 0.788%, 0.839% 0.456%, 1.044% 0.208%, 1.264% 0.053%, 1.495% 0%, 88.012% 0%, 88.012% 0%, 88.119% 0.011%, 88.224% 0.045%, 88.327% 0.101%, 88.429% 0.178%, 88.528% 0.276%, 88.624% 0.395%, 88.718% 0.534%, 88.807% 0.692%, 88.893% 0.87%, 88.974% 1.067%, 99.513% 28.582%, 99.513% 28.582%, 99.598% 28.823%, 99.675% 29.082%, 99.744% 29.357%, 99.804% 29.647%, 99.856% 29.949%, 99.899% 30.263%, 99.933% 30.586%, 99.958% 30.917%, 99.973% 31.255%, 99.978% 31.597%, 99.978% 95.918%, 99.978% 95.918%, 99.959% 96.58%, 99.905% 97.209%, 99.819% 97.794%, 99.703% 98.329%, 99.56% 98.805%, 99.394% 99.212%, 99.207% 99.544%, 99.002% 99.792%, 98.783% 99.947%, 98.551% 100%, 1.495% 100%, 1.495% 100%, 1.264% 99.947%, 1.044% 99.792%, 0.839% 99.544%, 0.652% 99.212%, 0.486% 98.805%, 0.344% 98.329%, 0.228% 97.794%, 0.141% 97.209%, 0.087% 96.58%, 0.068% 95.918%, 0.068% 4.082%);
  transition: 0.6s ease-in-out;

}

.testimonial-box .img {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  overflow: hidden;
}

.cont p {
  font-family: Jost;
  font-size: 20px;
  font-weight: 400;
  line-height: 28.9px;
  text-align: left;
  color: #000000;
  margin-bottom: 0;
  padding: 26px 0;
}

.testi-title a {
  font-family: Jost;
  font-size: 22px;
  font-weight: 700;
  line-height: 31.79px;
  text-align: left;
  color: #000000;
}

#testimonial p.designation {
  margin: 0;
  font-family: 'Outfit';
  color: #000000;
  font-family: Jost;
  font-size: 16px;
  font-weight: 400;
  line-height: 23.12px;
  text-align: left;
}

.test-info {
  display: flex;
  align-items: center;
}

.testidetails {
  padding-left: 22px;
}


section#testimonial .owl-nav button {
  color: #000000;
  font-size: 22px;
  border: unset;
  background: #fff;
  width: 47px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin: 0 8px;
  transition: 0.6s ease-in-out;
}

section#testimonial .owl-nav button:hover {
  background: rgba(252, 105, 0, 1);
  color: #fff;
}

section#testimonial .owl-nav {
  display: flex;
  align-items: end;
  justify-content: left;
  margin: 15px 0;
}


/* newsletter */
section#newsletter {
  background: rgba(252, 105, 0, 1);
  padding: 60px;
  clip-path: polygon(0% 0%, 91.245% 0%, 100.104% 39.37%, 100.104% 100%, 0% 100%, 0% 0%);
}


.newsletter-icon-heading h2 {
  font-family: Jost;
  font-size: 16px;
  font-weight: 600;
  line-height: 23.12px;
  text-align: left;
  color: #ffffff;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.newsletter-icon-heading i {
  font-size: 16px;
  color: #ffffff;
  padding-right: 14px;
  margin-right: 7px;
}

.newsletter-icon-heading {
  display: flex;
  justify-content: left;
  align-items: center;
}

.newsletter-heading h6 {
  font-family: Jost;
  font-size: 45px;
  font-weight: 700;
  line-height: 65.03px;
  text-align: left;
  color: #ffffff;
}

.newsletter-heading p {
  font-family: Jost;
  font-size: 20px;
  font-weight: 400;
  line-height: 28.9px;
  text-align: left;
  color: #FFFFFF;
}

input.wpcf7-form-control.wpcf7-text::placeholder {
  font-family: Jost;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: #000000CC;
}

input.wpcf7-form-control.wpcf7-text {
  height: 65px;
  width: 100%;
  border: unset;
  border-radius: 10px;
  padding: 20px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
  font-weight: 600;
  font-family: Inter;
  color: #FFF;
  background: unset;
  border: unset;
  padding-right: 16px;
  background: #1E1E1E;
  padding: 15px 22px;
  font-family: Jost;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  border-radius: 5px;
  height: 54px;
  width: 210px;
  margin-top: 13px;
  transition: 0.6s ease-in-out;

}

.testimonial-box:hover p.designation {
  color: #fff !important;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
  background: #fff;
  color: rgba(252, 105, 0, 1);
}

form.wpcf7-form.init p {
  margin-bottom: 0;
}

/* teams */
section#teams {
  position: relative;
  padding: 60px;
}

#teams .owl-nav {
  display: none;
}

.teams-icon-heading h2 {
  font-family: Jost;
  font-size: 16px;
  font-weight: 600;
  line-height: 23.12px;
  text-align: left;
  color: rgba(252, 105, 0, 1);
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.teams-icon-heading i {
  font-size: 16px;
  color: rgba(252, 105, 0, 1);
  padding-right: 14px;
  margin-right: 7px;
}

.teams-icon-heading {
  display: flex;
  justify-content: center;
  align-items: center;
}

.teams-heading h6 {
  font-family: Jost;
  font-size: 45px;
  font-weight: 700;
  line-height: 65.03px;
  text-align: center;
  color: #000000;
}

.teams-box img {
  width: 100%;
}

.teams-title a {
  font-family: Jost;
  font-size: 22px;
  font-weight: 700;
  line-height: 31.79px;
  text-align: left;
  color: #000000;
}

.teams-title p {
  font-family: Jost;
  font-size: 16px;
  font-weight: 400;
  line-height: 23.12px;
  text-align: left;
  color: #000000;
  margin-bottom: 0;
}

.teams-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #FFFFFF;
  position: absolute;
  width: 100%;
  bottom: 8px;
  right: 0;
  padding: 8px;
  transition: 0.6s ease-in-out;
}

.teamdetails .team-social-icons a:hover i {
  transition: all 0.65s;
  transform: rotateY(360deg);
  filter: invert(1);
}


/* services */
#services {
  padding: 140px 0 60px;
  position: relative;
}

.service-box:hover {
  background-color: rgba(252, 105, 0, 1);
}

.service-box:hover .service-title a {
  color: #fff;
}

.service-box:hover img {
  filter: invert(1);

  transition: all 0.65s;
  transform: rotateY(360deg);
}

.services-read a {
  text-align: left;
  font: normal normal medium 14px/16px Raleway;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  background: var(--unnamed-color-ff6600) 0% 0% no-repeat padding-box;
  background: #FF6600 0% 0% no-repeat padding-box;
  border-radius: 29px;
  opacity: 1;
  padding: 12px 7px 12px 15px;
  font-weight: 500;
}

#services .owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5%;
  position: absolute;
  right: 0;
  top: -170px;
}

#services .owl-nav i {
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  font-style: unset;
  color: #fff;
  opacity: 1;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 16px;
}

#services .owl-carousel .owl-nav button {
  border: 0;
  background: rgba(252, 105, 0, 1);
  width: 53.54px;
  height: 53.54px;
  border-radius: 100%;
  margin-left: 20px;
}

#services .owl-carousel .owl-nav button:hover {
  background-color: #000;
}

#services .services-heading {
  margin-bottom: 35px;
}

.services-icon-heading h2 {
  font-family: Jost;
  font-size: 16px;
  font-weight: 600;
  line-height: 23.12px;
  text-align: left;
  color: rgba(252, 105, 0, 1);
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.services-icon-heading i {
  font-size: 16px;
  margin-right: 6px;
  color: rgba(252, 105, 0, 1);
  padding-right: 14px;
}

.services-icon-heading {
  display: flex;
  justify-content: left;
  align-items: center;
}

.services-heading h6 {
  font-family: Jost;
  font-size: 45px;
  font-weight: 700;
  line-height: 65.03px;
  text-align: left;
  color: #000000;
}

.services-heading p {
  font-family: Jost;
  font-size: 20px;
  font-weight: 400;
  line-height: 28.9px;
  text-align: left;
  color: #000000;
}

.service-title a {
  font-family: Jost;
  font-size: 28px;
  font-weight: 700;
  line-height: 40.46px;
  text-align: left;
  color: #000000;
}

/* ------------ Services----------- */

.services-read a i {
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  margin-left: 12px;
  background: var(--unnamed-color-ff001a) 0% 0% no-repeat padding-box;
  background: #FF001A 0% 0% no-repeat padding-box;
  opacity: 1;
  padding: 10px 12px;
  border-radius: 50%;
}

section#services h3 {
  text-align: left;
  font: normal normal bold 41px/0px Josefin Sans;
  letter-spacing: -0.9px;
  color: #000000;
  opacity: 1;
}

section#services .main_para {
  text-align: center;
  font: normal normal 300 14px/28px Raleway;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

section#services .services-image p {
  text-align: center;
  font: normal normal 300 14px/28px Raleway;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.services-box a {
  text-align: left;
  font: normal normal 600 25px/1px Josefin Sans;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

#services .project-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 15px;
  max-height: 400px;
}

#services .project-img img:hover {
  transition: .3s ease-in-out;
  transform: scale(1.1);
  object-fit: cover;
}

#services .project-img h6 {
  font-size: 24px;
  line-height: 47px;
  padding: 0 7.7px 0;
  position: absolute;
  top: 50px;
  background: rgba(252, 105, 0, 1);
  border-radius: 100%;
  left: 10px;
}

#services .projectsdetails {
  width: 85%;
  height: auto;
  margin-bottom: 0;
  position: absolute;
  left: 15px;
  bottom: -20px;
  padding: 20px;
}

#services .project-title a {
  font-size: 18px;
  line-height: 20px;
  display: block;
  margin-bottom: 5px;
}

.projectsdetails-adds {
  display: flex;
}

.projectsdetails-adds i {
  margin-right: 10px;
  color: rgba(252, 105, 0, 1);
}

.project-box:hover .projectsdetails-adds i {
  margin-right: 10px;
  color: #fff;
}


.services-read a {
  text-align: left;
  font: normal normal medium 14px/16px Raleway;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  background: var(--unnamed-color-ff6600) 0% 0% no-repeat padding-box;
  background: #FF6600 0% 0% no-repeat padding-box;
  border-radius: 29px;
  opacity: 1;
  padding: 12px 7px 12px 15px;
  font-weight: 500;
}

#services .owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5%;
  position: absolute;
  right: 0;
  top: -170px;
}

#services .owl-nav i {
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  font-style: unset;
  color: #fff;
  opacity: 1;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 16px;
}

#services .owl-carousel .owl-nav button {
  border: 0;
  background: rgba(252, 105, 0, 1);
  width: 53.54px;
  height: 53.54px;
  border-radius: 100%;
  margin-left: 20px;
}

#services .owl-carousel .owl-nav button:hover {
  background-color: #000;
}

#services .services-heading {
  margin-bottom: 35px;
}



/*  our achievments*/

section#our-achievments {
  position: relative;
  padding: 60px;
  background: rgba(243, 243, 243, 1);
}




.achievements-icon-heading h2 {
  font-family: Jost;
  font-size: 16px;
  font-weight: 600;
  line-height: 23.12px;
  text-align: left;
  color: rgba(252, 105, 0, 1);
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.achievements-icon-heading i {
  font-size: 16px;
  color: rgba(252, 105, 0, 1);
  padding-right: 14px;
  margin-right: 6px;
}

.counter_box {
  padding: 40px 0 0;
}

.achievements-icon-heading {
  display: flex;
  justify-content: center;
  align-items: center;
}

.achievements-heading h6 {
  font-family: Jost;
  font-size: 45px;
  font-weight: 700;
  line-height: 65.03px;
  text-align: center;
  color: #000000;
}

p.number {
  font-family: Jost;
  font-size: 50px;
  font-weight: 700;
  line-height: 72.25px;
  text-align: center;
  color: #000000;
  margin-bottom: 0;
}

.text-counter h6 {
  font-family: Jost;
  font-size: 26px;
  font-weight: 400;
  line-height: 37.57px;
  text-align: center;
  color: #000000;
}


/* project */
section#projects {
  padding: 90px;
  position: relative;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}


.projects-icon-heading h2 {
  font-family: Jost;
  font-size: 16px;
  font-weight: 600;
  line-height: 23.12px;
  text-align: left;
  color: rgba(252, 105, 0, 1);
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.projects-icon-heading i {
  font-size: 16px;
  color: rgba(252, 105, 0, 1);
  padding-right: 14px;
  margin-right: 10px;
  background-repeat: no-repeat;
}

.projects-icon-heading {
  display: flex;
  justify-content: center;
  align-items: center;
}

.projects-heading h6 {
  font-family: Jost;
  font-size: 45px;
  font-weight: 700;
  line-height: 65.03px;
  text-align: center;
  color: #ffffff;
  width: 41%;

}

.projects-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.project-img {
  display: flex;
  align-items: baseline;
  justify-content: left;
  flex-direction: row-reverse;
  overflow: hidden;
}

.project-box:hover .project-img img {
  transition: ease 0.25s all;
  transform: scale(1.2);
}

.project-img h6 {
  font-family: Jost;
  font-size: 28px;
  font-weight: 700;
  line-height: 40.46px;
  text-align: left;
  color: #FFFFFF;
  padding: 12px 12px 0;
  margin-bottom: 0;
  transform: translate(0px, -40px);
}

.project-title a {
  font-family: Jost;
  font-size: 20px;
  font-weight: 700;
  line-height: 34.68px;
  text-align: left;
  color: #000000;
}

.projectsdetails {
  background: #fff;
  clip-path: polygon(0% 10.87%, 0% 10.87%, 0.052% 9.106%, 0.202% 7.434%, 0.443% 5.874%, 0.766% 4.45%, 1.162% 3.184%, 1.625% 2.097%, 2.145% 1.213%, 2.714% 0.554%, 3.325% 0.142%, 3.968% 0%, 86.491% 0%, 86.491% 0%, 86.798% 0.033%, 87.102% 0.13%, 87.4% 0.289%, 87.693% 0.511%, 87.978% 0.793%, 88.255% 1.133%, 88.521% 1.531%, 88.777% 1.984%, 89.02% 2.493%, 89.249% 3.054%, 98.79% 28.317%, 98.79% 28.317%, 99.012% 28.954%, 99.213% 29.634%, 99.392% 30.352%, 99.55% 31.104%, 99.685% 31.888%, 99.797% 32.698%, 99.885% 33.532%, 99.948% 34.385%, 99.987% 35.253%, 100% 36.132%, 100% 89.13%, 100% 89.13%, 99.948% 90.894%, 99.798% 92.566%, 99.557% 94.126%, 99.234% 95.55%, 98.838% 96.816%, 98.375% 97.903%, 97.855% 98.787%, 97.286% 99.446%, 96.675% 99.858%, 96.032% 100%, 3.968% 100%, 3.968% 100%, 3.325% 99.858%, 2.714% 99.446%, 2.145% 98.787%, 1.625% 97.903%, 1.162% 96.816%, 0.766% 95.55%, 0.443% 94.126%, 0.202% 92.566%, 0.052% 90.894%, 0% 89.13%, 0% 10.87%);
  width: 270px;
  height: 92px;
  left: 301px;
  opacity: 0px;
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 10px;
  transform: translate(10px, -38px);
  transition: 0.6s ease-in-out;
}

.project-title p {
  font-family: Jost;
  font-size: 16px;
  font-weight: 500;
  line-height: 23.12px;
  text-align: left;
  color: #000000;
  margin-bottom: 0;
}

.project-box:hover .projectsdetails {
  background: rgba(252, 105, 0, 1);
}

.project-box:hover .projectsdetails a {
  color: #fff;
}

.project-box:hover .projectsdetails p {
  color: #fff;
}

section#projects .owl-nav button {
  color: #000000;
  font-size: 22px;
  border: unset;
  background: #fff;
  width: 53px;
  height: 53px;
  border-radius: 50px;
  transition: 0.6s ease-in-out;
}

section#projects .owl-nav button:hover {
  background: rgba(252, 105, 0, 1);
  color: #fff;
}

section#projects button.owl-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  transform: translate(-70px, 0px);
  display: flex;
  justify-content: center;
  align-items: center;


}


section#projects button.owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  transform: translate(70px, 0px);
  display: flex;
  justify-content: center;
  align-items: center;


}



/* Our Best Video */



/*--------------------Video Section----------------*/

/* Outer */
.popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0%;
  right: 0px;
  background: rgba(0, 0, 0, 0.77);
  z-index: 9999;
  border-radius: 0;

}

/* Inner */
.popup-inner {
  max-width: 1000px;
  width: 90%;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 3px;
}

.popup-inner embed {
  height: 500px;
  border: 10px solid #fff;
  border-radius: 10px;
}

/* Close Button */
.popup-close {
  width: 30px;
  height: 30px;
  padding-top: 4px;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: ease 0.25s all;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 1000px;
  background: rgba(252, 105, 0, 1);
  font-size: 20px;
  text-align: center;
  line-height: 100%;
  color: #fff;
}

.ps_video i:hover {
  background: #fff;
  color: rgba(252, 105, 0, 1);
}

#slider .ps_video i:hover {
  background: #fff;
  color: rgba(252, 105, 0, 1);

}

.sec-video-latest .ps_video i:hover {
  background: #fff;
  color: rgba(252, 105, 0, 1);
}

.popup-close:hover {
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  background: rgba(0, 0, 0, 1);
  text-decoration: none;
}

.over_video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

section#testimonial {
  padding: 60px 0 0;
}

.testimonial-left {
  text-align: center;
}

.testimonial-left img {
  width: 370px;
  margin-left: auto;
}

.custom-container {
  height: 700px;
  position: relative;
}

.owl-dots {
  display: none;
}

.ps_video {
  text-align: center;
}

.ps_video i {
  padding: 7px 25px;
  background: rgba(252, 105, 0, 1);
  color: #fff;
  border-radius: 50%;
  box-shadow: unset;
  width: 90px;
  height: 90px;
  font-size: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#slider .video-bgimg img {
  width: 192px;
  height: 192px;
  gap: 0px;
  border-radius: 10px 0px 0px 0px;
  clip-path: polygon(0 0, 100% 0, 100% 76%, 84% 100%, 0 100%, 0% 50%);
  object-fit: cover;
}

.sec-video-latest .ps_video i {
  padding: 10px 1px;
  background: rgba(252, 105, 0, 1);
  color: #fff;
  border-radius: 50%;
  box-shadow: unset;
  width: 62px;
  height: 62px;
  font-size: 35px;
}

.video-headigs h2 {
  font-family: 'Mea Culpa';
  color: #fff;
  font-size: 98px;
  text-align: center;
  width: 57%;
  line-height: 95px;
}

.video-headigs {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding: 112px 0 25px;
}

.custom-container::after {
  content: "";
  background: black;
  width: 100%;
  height: 700px;
  position: absolute;
  top: 0;
  z-index: 0;
  opacity: 0.9;
}

.video_play-content-box {
  position: relative;
}

.video_play-content-box .video-bgimg {
  overflow: hidden;
}

.video_play-content-box:hover .video-bgimg img {
  transition: ease 0.25s all;
  transform: scale(0.9);
}

.trailer-release-icon-heading h2 {
  font-family: Jost;
  font-size: 16px;
  font-weight: 600;
  line-height: 23.12px;
  text-align: left;
  color: rgba(252, 105, 0, 1);
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.trailer-release-icon-heading i {
  font-size: 16px;
  color: rgba(252, 105, 0, 1);
  padding-right: 14px;
  margin-right: 10px;
}

.counter_box {
  padding: 40px 0 0;
}

.trailer-release-icon-heading {
  display: flex;
  justify-content: left;
  align-items: center;
}

.trailer-release-heading h6 {
  font-family: Jost;
  font-size: 45px;
  font-weight: 700;
  line-height: 65.03px;
  text-align: left;
  color: #000000;
}

.trailer-release-heading p {
  font-family: Jost;
  font-size: 20px;
  font-weight: 400;
  line-height: 28.9px;
  text-align: left;
  color: #000000;
}

section#latest-trailer-release {
  padding: 60px;
  position: relative;
}


/* Why Choose us */
section#why-choose-us {
  padding: 60px;
  position: relative;
  background-size: 100% 100%;

}



.why-choose-us-icon-heading h2 {
  font-family: Jost;
  font-size: 16px;
  font-weight: 600;
  line-height: 23.12px;
  text-align: left;
  color: rgba(252, 105, 0, 1);
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.why-choose-us-icon-heading i {
  font-size: 16px;
  color: rgba(252, 105, 0, 1);
  padding-right: 14px;
  margin-right: 10px;
}

.counter_box {
  padding: 40px 0 0;
}

.why-choose-us-icon-heading {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 20px;
}

.why-choose-us-heading h6 {
  font-family: Jost;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  color: #ffffff;
}

.why-choose-us-heading p {
  font-family: Jost;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #ffffff;
}

.why-choose-us-mai-heading h2 {
  font-family: Jost;
  font-size: 60px;
  font-weight: 700;
  line-height: 86.7px;
  text-align: left;
  transform: rotate(270deg);
  position: absolute;
  left: 100px;
  bottom: 0;
  /* font-size: 10rem; */
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
  text-stroke: 1px rgba(255, 255, 255, 0.2);
  top: 0;
}

#why-choose-us .about-left {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  position: relative;
  bottom: -60px;
}

#why-choose-us .about-left:hover {
  transition: .3s ease-in-out;
  transform: scale(1.2);
  object-fit: cover;
}

.about-content-left-top {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0px, 38px);
}

.about-content-left-arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(16px, -225px);
}

/* gallery */





section#gallery {
  position: relative;
  background: #D9D9D9;
  padding: 60px 0;
}


.gallery-icon-heading h2 {
  font-family: Jost;
  font-size: 16px;
  font-weight: 600;
  line-height: 23.12px;
  text-align: left;
  color: rgba(252, 105, 0, 1);
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.gallery-icon-heading i {
  font-size: 16px;
  color: rgba(252, 105, 0, 1);
  padding-right: 14px;
  margin-right: 7px;
}

.counter_box {
  padding: 40px 0 0;
}

.gallery-icon-heading {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-heading h6 {
  font-family: Jost;
  font-size: 45px;
  font-weight: 700;
  line-height: 65.03px;
  text-align: center;
  color: #000000;
}

section#gallery .row {
  display: grid;
  /* grid-template-columns: repeat(2, 1fr); */
  grid-template-rows: repeat(6, 5vw);
  grid-gap: 15px;
}

section#gallery .row .gallery-image:nth-child(5) {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}

/* section#gallery .row .gallery-image:nth-child(4) {
  grid-column-start: 3;
  grid-column-end: 6;
  grid-row-start: 1;
  grid-row-end: 3;
} */
/*------------------Single Post -----------------*/

a.slider-button.btn {
  padding: 0;
}

.carousel-control-next:visited,
.carousel-control-prev:visited {
  color: red !important;
  /* Change the color for visited links */
}

.carousel-control-prev:visited span.slider-prev {
  color: red !important;
}

.about-details {
  margin-bottom: 28px;
}

.slider-button span:hover {
  background: #25C1C7;
  color: #024752F2;
}

p.logged-in-as a {
  color: #ffff;
  font-weight: 800;
}

.meta-box-question {
  font-family: Jost;
  font-size: 20px;
  font-weight: 800;
  line-height: 28.9px;
  text-align: left;
  color: #ffffff;
}

span.entry-comments {
  font-family: Jost;
  font-size: 16px;
  font-weight: 500;
  line-height: 28.9px;
  text-align: left;
  color: #ffffff;
  text-transform: capitalize;
}

span.entry-author a {
  font-family: Jost;
  font-size: 16px;
  font-weight: 500;
  line-height: 28.9px;
  text-align: left;
  color: #ffffff;
  text-transform: capitalize;
}

.metabox {
  padding: 0 0 20px 0;
}

span.entry-date {
  font-family: Jost;
  font-size: 16px;
  font-weight: 500;
  line-height: 28.9px;
  text-align: left;
  color: #ffffff;
  padding: 0 38px;
}

h2#reply-title {

  font-family: Jost;
  font-size: 36px;
  font-weight: 600;
  line-height: 28.9px;
  text-align: left;
  color: #ffffff;
}

.slider-content {
  padding: 90px 0 0;
}

.about-us-btn {
  text-align: end;
}

.quote-link a {
  background: rgba(252, 105, 0, 1);
  border-radius: 5px;
  color: #fff;
  font-family: Jost;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  border: unset;
  width: 235px;
  padding: 14px 0;
  gap: 0px;
  opacity: 0px;
  clip-path: polygon(16.036% 6.739%, 16.036% 6.739%, 16.324% 5.53%, 16.648% 4.425%, 17.004% 3.431%, 17.39% 2.552%, 17.801% 1.794%, 18.235% 1.162%, 18.689% 0.662%, 19.159% 0.298%, 19.643% 0.075%, 20.136% 0%, 95.122% 0%, 95.122% 0%, 95.913% 0.192%, 96.664% 0.75%, 97.364% 1.641%, 98.003% 2.837%, 98.571% 4.307%, 99.059% 6.021%, 99.456% 7.948%, 99.751% 10.058%, 99.936% 12.321%, 100% 14.706%, 100% 85.294%, 100% 85.294%, 99.936% 87.679%, 99.751% 89.942%, 99.456% 92.052%, 99.059% 93.979%, 98.571% 95.693%, 98.003% 97.163%, 97.364% 98.359%, 96.664% 99.25%, 95.913% 99.808%, 95.122% 100%, 5.045% 100%, 5.045% 100%, 3.935% 99.629%, 2.935% 98.582%, 2.061% 96.952%, 1.331% 94.838%, 0.762% 92.333%, 0.372% 89.536%, 0.178% 86.54%, 0.197% 83.443%, 0.447% 80.34%, 0.945% 77.327%, 16.036% 6.739%);
  transform: translate(-13px, 0px);
  transition: 0.6s ease-in-out;
  margin-left: -9px;
}

.quote-link a:hover {
  background-color: #000;
  color: #FFF;
}

.quote-btn.p-0 {
  background-color: #fff;
  padding: 11.2px 0 !important;
  border-radius: 0 10px 10px 0;
}

.single .navigation {
  display: unset;
}

h1.blg-head {
  font-family: Jost;
  font-size: 46px;
  font-weight: 700;
  line-height: 90px;
  text-align: left;
  color: #FFFFFF;
}

.container.single-blog p {
  font-family: Jost;
  font-size: 20px;
  font-weight: 400;
  line-height: 28.9px;
  text-align: left;
  color: #ffffff;
}

.social-icons i {
  color: #fff;
  padding-left: 18px;
}

.blog-meta-fields {
  display: flex;
  align-items: center;
  justify-content: end;
  border-bottom: 2px solid #ddd;
  margin: 44px 0;
  padding: 15px 0;
}

#single_post .postbox .postbox-content {
  position: static;
  padding: 15px 0;
}

#single_post .date-box {
  padding: 20px 10px;
  position: absolute;
  top: 32%;
  background-color: #373737;
  color: #ffffff;
  margin-left: 15px;
}

#single_post .date-box-inner {
  padding: 8px;
  border: solid 2px #ffffff;
}

.posttitle a {
  font-size: 20px;
  letter-spacing: 1px;
  color: #ffffff;

}

.page-header h1 {
  color: #ffffff;
}

.entry-title {
  padding: 20px 20px 10px;
}

.copyright .fab:hover {
  color: #FF3726;

}

.single-post-content table td {
  text-align: center;
}

.single-post-content .wp-audio-shortcode {
  margin-bottom: 50px;
}

.single-blog .nav-links .nav-next a {
  display: flex;
  flex-direction: row-reverse;
}

/*------------------ Contact Page -----------------*/
.contact-page-details {
  padding-bottom: 30px;
}

h3.contact-page {
  margin-left: 3%;
  font-weight: bold;
  color: #18304c;
  border-bottom: solid 4px #d3da36;
  display: table;
  margin-bottom: 4%;
}

.contac_form input[type='text'],
.contac_form input[type='email'],
.contac_form input[type='url'],
.contac_form input[type='password'],
.contac_form input[type='search'],
.contac_form input[type='number'],
.contac_form input[type='tel'],
.contac_form input[type='range'],
.contac_form input[type='date'],
.contac_form input[type='month'],
.contac_form input[type='week'],
.contac_form input[type='time'],
.contac_form input[type='datetime'],
.contac_form input[type='datetime-local'],
.contac_form input[type='color'],
.contac_form select,
.contac_form textarea,
.contac_form .wpcf7 .wpcf7-form-control-wrap[class*="file-"] {
  background-color: transparent;
  border-color: #ccc;
  color: #2f3357;
  border-radius: 0px;
  box-shadow: none;
  border: 2px solid #cccccc;
  background-color: transparent;
}

.contact-box .wpcf7 input[type="text"],
.contact-box .wpcf7 input[type="email"] {
  font-size: 16px;
  padding: 10px 10px;
  margin: 0 12px 32px 0;
  height: auto;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #1212124D;
  border-radius: 5px;
  opacity: 1;
}


.contact-box .contac_form input[type="submit"]:hover {
  background: rgba(252, 105, 0, 1) !important;
  color: #fff !important;
}

.contact-box a:hover {
  color: rgba(252, 105, 0, 1);
}

.contact-box .contac_form input[type="submit"] {
    border: 0;
    background: rgba(252, 105, 0, 1);
    border-radius: 5px;
    color: #fff;
    font-family: Jost;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    width: auto;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s ease-in-out;
    padding: 0 30px;
}

.contact-box .contac_form input[type="submit"] {
  background: #000;
}

section#contact-box {
  padding: 0;
  margin: 0;
}

.contact-info {
  font-size: 14px;
  line-height: 26px;
  padding: 20px;
  width: 100%;
}

.contac_form h3 {
  font-family: 'Jost';
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  color: #000;
}

textarea.wpcf7-form-control.wpcf7-textarea {
  height: 100px;
  width: 100%;
  font-family: Jost;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: #000000;
  padding: 10px;
}

.contac_form label {
  font-family: 'Jost';
  color: #000;
  font-weight: 500;
  font-size: 20px;
}

.contact-info .head {
  color: #000;
}

.contact-address,
.contact-email,
.contact-phone {
  margin: 7px 0;
}

.c_content span {
  font-family: 'Jost';
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #000;
}

.c_content p {
  font-size: 16px;
}

.contac_form .fancy-title {
  width: 250px;
  margin: 0 auto;
}

.contact-page-details a {
  font-family: 'Jost';
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #000;
}


.c_content {
  color: #ffffff;
}

.contact-page-details .contact-address {
  text-align: center;
  border: 2px solid #cccccc;
  padding: 11px;
  height: 170px;
  border-radius: 10px;


}

.contact-page-details .contact-email {
  text-align: center;
  border: 2px solid #cccccc;
  padding: 11px;
  height: 170px;
  border-radius: 10px;


}

.contact-page-details .contact-phone {
  text-align: center;
  border: 2px solid #cccccc;
  padding: 11px;
  height: 170px;
  border-radius: 10px;


}

.contact-page-details .inner-cont i {
  font-size: 32px;
  color: rgba(252, 105, 0, 1);
  padding: 14px 0;
}

.contac_form span.wpcf7-form-control-wrap input {
  margin: 0 12px 30px 0;
  border: 2px solid #cccccc;

}


/* single pages */

.middle-align p {
  font-family: Jost;
  font-size: 18px;
  font-weight: 400;
  line-height: 33.23px;
  text-align: left;
  color: #000000;
}

.middle-align {
  padding: 60px 0;
}

.banner-image .card {
  padding-bottom: 46px;
  border-radius: 0 42px 42px 0;
}

.blog-contents-left img {
  width: 100%;
}

h1.entry-title {
  font-family: Jost;
  font-size: 46px;
  font-weight: 700;
  line-height: 90px;
  text-align: left;
  color: #000000;
}

div#full-width-blog {
  padding: 60px 0;
}

.bradcrumbs {
  font-family: Jost;
  font-size: 16px;
  font-weight: 600;
  line-height: 23.12px;
  text-align: left;
  color: #000000;
}

.bradcrumbs a {
  font-family: Jost;
  font-size: 16px;
  font-weight: 600;
  line-height: 23.12px;
  text-align: left;
  color: rgba(252, 105, 0, 1);
  padding-right: 14px;

}

section.banner-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
div#sidebar .wp-block-group__inner-container h2 {
    background: rgba(252, 105, 0, 1);
    font-size: 24px;
    text-align: center;
    font-style: italic;
}
h2.wp-block-heading, #sidebar h3 {
  font-family: Jost;
  font-size: 32px;
  font-weight: 500;
  line-height: 56px;
  text-align: left;
  color: #000000;
}

/*--------sidebar------------*/
div#sidebar {
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 14px;
  margin-top: 0 !important;
}

div#sidebar .wp-block-group {
  margin: 20px 0px;
}

div#sidebar .wp-block-group__inner-container h2, #sidebar h3 {
  background: rgba(252, 105, 0, 1);
  font-size: 24px;
  text-align: center;
  font-style: italic;
}

#sidebar li.wp-block-latest-comments__comment {
  margin-top: 15px;
}

/*sidebar*/
#sidebar .postbox.smallpostimage {
  padding: 10px;
}

#sidebar td#prev a {
  color: #1fb125;
}

#sidebar caption {
  font-weight: bold;
  color: #A5C32D;
  font-size: 20px;
}

#sidebar table,
#sidebar th,
#sidebar td {
  text-align: center;
}

#sidebar td {
  padding: 7px;
}

#sidebar th {
  text-align: center;
  padding: 5px;
  color: #A5C32D;
}

#sidebar select {
  padding: 10px 5px;
  border: solid 1px #2c2c2c;
  color: #A5C32D;
  background: transparent;
  width: 100%;
}

#sidebar h3 {
  font-weight: bold;
  font-size: 22px;
  color: #2c2c2c;
  text-align: center;
  font-family: Jost;
  font-weight: 500;
  color: #000000;
}
.wp-block-search__button {
    padding: 0 10px;
}
#sidebar input[type="search"],
input[type="search"] {
  padding: 17px;
  font-size: 14px;
  margin-bottom: 0px;
  color: #666c6e;
  border: solid 1px #e5eaec;
  width: 100%;
}

#sidebar .search-form .search-submit {
  bottom: 4px;
  padding: 12px 10px !important;
  position: absolute;
  left: 20px;
  width: 40%;
  margin: 2% 0px
}

#sidebar label {
  margin-bottom: 0;
  width: 100%;
}

#sidebar input[type="submit"] {
  background: #1fb125;
  color: #fff;
  padding: 10px 0;
  font-size: 12px;
  width: 30%;
  font-weight: bold;
}

#sidebar .widget {
  margin-bottom: 25px;
}

#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 17px;
}

#sidebar ul li {
  border-bottom: 1px solid #ddd;
  margin: 0 0 5px;
  padding: 10px 20px 10px;
}

#sidebar aside#monster-widget-placeholder-9 ul li {
  box-shadow: 0.5px 0.866px 4px 0px rgb(0 0 0 / 10%);
  margin-bottom: 10px;
}

aside#monster-widget-placeholder-10 ul li {
  box-shadow: 0.5px 0.866px 4px 0px rgb(0 0 0 / 10%);
  margin-bottom: 15px;
}

#sidebar ul li a:before {
  font: normal normal normal 14px/1 FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  font-size: 10px;
  font-weight: 100;
  margin-left: -15px;
  margin-right: 10px;
  top: -1px;
  display: inline-block;
  position: relative;
}

#sidebar ul li:last-child {
  border: none;
}

#sidebar ul li a {
  font-size: 15px;
  font-weight: 500;
  color: #2a2a34;
}

#sidebar .tagcloud a,
.site-footer .tagcloud a {
  background: #eeeeee;
  color: #2c2c2c;
  font-size: 15px !important;
  padding: 5px 18px;
  margin: 0 0 5px;
  display: inline-block;
}

#sidebar .tagcloud a:hover,
.site-footer .tagcloud a:hover {
  background: #1fb125;
  color: #fff;
}

.menu-pixel_main_primary-menu-container {
  margin-bottom: 50px !important;
}

.textwidget img {
  border-radius: 10px;
}

span.rss-date {
  font-style: italic;
  font-weight: bold;
}

.rssSummary {
  margin: 10px 0px;
}

aside#monster-widget-placeholder-4 ul,
aside#monster-widget-placeholder-6 ul,
aside#monster-widget-placeholder-7 ul,
.menu-pixel_main_primary-menu-container ul {
  background: rgba(252, 105, 0, 1);
  ;
}

ul#menu-pixel_main_primary-menu-1 {
  margin-bottom: 20% !important;
}

td#today a {
  background: #A5C32D;
  border-radius: 50px;
  padding: 8px 10px;
}
ul.wp-block-latest-posts__list.wp-block-latest-posts li a {
  font-family: Jost;
  font-size: 14px;
  font-weight: 400;
  line-height: 27.23px;
  text-align: left;
  color: #000000;
}

.no-comments.wp-block-latest-comments {
  font-family: Jost;
  font-size: 14px;
  font-weight: 400;
  line-height: 27.23px;
  text-align: left;
  color: #000000;
}

.contact-box {
  padding: 60px;
}

/* gallery */
#gallery .row {
  margin: 62px 0 0;
  display: grid;
  grid-template-columns: repeat(18, 1fr);
  /* grid-template-rows: repeat(7, 4vw); */
}

#gallery .gallery-image:nth-child(1) {
  grid-row-start: 4;
  grid-row-end: 7;
  grid-column-start: 1;
  grid-column-end: 10;
}

#gallery .gallery-image:nth-child(2) {
  grid-column-start: 10;
  grid-column-end: 19;
  grid-row-start: 4;
  grid-row-end: 7;
}

#gallery .gallery-image:nth-child(3) {
  grid-column-start: 14;
  grid-column-end: 19;
  grid-row-start: 1;
  grid-row-end: 4;
}

#gallery .gallery-image:nth-child(4) {
  grid-column-start: 7;
  grid-column-end: 14;
  grid-row-start: 1;
  grid-row-end: 4;
}

section#gallery .row .gallery-image:nth-child(5) {
  grid-column-start: 1;
  grid-column-end: 7;
  grid-row-start: 1;
  grid-row-end: 4;
}

.gallery img {
  width: 100%;
  height: 100%;
}

.box.gallery.group1 {
  height: 100%;
}

.modal {
  position: fixed;
  top: 21% !important;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0 !important;
  display: none;
  overflow: hidden;
  outline: 0;
}

.location ul li i {
  font-size: 18px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 0 !important;
  padding-top: 100px;
  left: 0;
  top: 0 !important;
  width: 100%;
  height: 79%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
  margin: auto;
  display: block;
  width: unset !important;
  max-width: 1200px;
  top: 10%;
  border: 2px solid lightgray !important;
  animation-name: zoom;
  animation-duration: 0.6s;
  position: absolute !important;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0.3rem;
  right: 0;
  outline: 0;
  left: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  display: flex !important;
  align-items: center;
  justify-content: space-around;
  border-radius: 25px !important;

}

@keyframes zoom {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

.close {
  color: #FF3726 !important;
  position: absolute;
  top: 15px;
  right: 35px;
  font-size: 40px !important;
  font-weight: bold;
  transition: 0.3s;
  opacity: 1 !important;
  cursor: pointer;
  z-index: 9;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

#our-gallery button i {
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  font-style: unset;
  color: #FFF;
  padding: 20px 22px;
  margin: auto;
  background: rgba(251, 54, 37, 1);
  border-radius: 50%;
  border: unset;
}

#our-gallery button {
  border: unset;
  background: unset;
}


.pagination-button i {
  font-family: 'FontAwesome';
  font-style: normal;
  font-size: 20px;
  line-height: 50px;
}

.pagination-button button {
  border: unset;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.pagination-button button:hover {
  color: #fff;
  background: rgba(252, 105, 0, 1);
}

.pagination-button {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.pegination-button {
  display: flex;
  align-items: center;
  justify-content: space-around;

}

/* Services Single page */
.services-box a {
  font-family: Jost;
  font-size: 28px;
  font-weight: 700;
  line-height: 40.46px;
  text-align: center;
  color: #000000;
}

.services-single-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  clip-path: polygon(0.068% 4.082%, 0.068% 4.082%, 0.087% 3.42%, 0.141% 2.792%, 0.228% 2.206%, 0.344% 1.671%, 0.486% 1.195%, 0.652% 0.788%, 0.839% 0.456%, 1.044% 0.208%, 1.264% 0.053%, 1.495% 0%, 88.012% 0%, 88.012% 0%, 88.119% 0.011%, 88.224% 0.045%, 88.327% 0.101%, 88.429% 0.178%, 88.528% 0.276%, 88.624% 0.395%, 88.718% 0.534%, 88.807% 0.692%, 88.893% 0.87%, 88.974% 1.067%, 99.513% 28.582%, 99.513% 28.582%, 99.598% 28.823%, 99.675% 29.082%, 99.744% 29.357%, 99.804% 29.647%, 99.856% 29.949%, 99.899% 30.263%, 99.933% 30.586%, 99.958% 30.917%, 99.973% 31.255%, 99.978% 31.597%, 99.978% 95.918%, 99.978% 95.918%, 99.959% 96.58%, 99.905% 97.209%, 99.819% 97.794%, 99.703% 98.329%, 99.56% 98.805%, 99.394% 99.212%, 99.207% 99.544%, 99.002% 99.792%, 98.783% 99.947%, 98.551% 100%, 1.495% 100%, 1.495% 100%, 1.264% 99.947%, 1.044% 99.792%, 0.839% 99.544%, 0.652% 99.212%, 0.486% 98.805%, 0.344% 98.329%, 0.228% 97.794%, 0.141% 97.209%, 0.087% 96.58%, 0.068% 95.918%, 0.068% 4.082%);
  background: #D9D9D9;
  height: 340px;

  transition: 0.6s ease-in-out;
}

.services-single-box:hover {
  background-color: rgba(252, 105, 0, 1);
}

.services-single-box:hover a {
  color: #fff;
}

.services-single-box:hover img {
  filter: invert(1);
}

.services-box {
  padding: 10px 0;
}

.sticky .quote-link a:hover {
  background: #000;
}

.about-button-arrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-button-arrow .arrows {
  transform: translate(-100px, 0px);
}

.left-arrow {
  position: absolute;
  left: 0;
  transform: translate(100px, -16px);
  top: 0;
}

.right-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(-100px, 100px);
}

/* Single blog page */
.feature-box img {
  width: 100%;
  object-fit: cover;
  height: 500px;
}

.container.single-blog {
  background: rgba(252, 105, 0, 1);
  padding: 40px;
}

.main-single-div {
  padding-bottom: 60px;
}

input#submit {
  color: #FFF;
  background: unset;
  border: unset;
  padding-right: 16px;
  background: #1E1E1E;
  padding: 15px 22px;
  font-family: Jost;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  border-radius: 5px;
  height: 54px;
  width: 210px;
  margin-top: 13px;
  transition: 0.6s ease-in-out;
}

textarea#comment {
  width: 100%;
  height: 100px;
  border: unset;
}

span.post-title {
  font-family: Jost;
  font-size: 20px;
  font-weight: 400;
  line-height: 28.9px;
  text-align: left;
  color: #ffffff;
}

span.meta-nav {
  font-family: Jost;
  font-size: 20px;
  font-weight: 600;
  line-height: 28.9px;
  text-align: left;
  color: #ffffff;
  padding-left: 10px;
}


.about-content-left img {
  width: 202px;
  height: 189px;
  border-radius: 10px;


}

.about-content-left-top img {
  width: 180px;
  height: 142px;
  border-radius: 10px;

}

/* Terms and condition */
h1.main-heading {
  font-family: Jost;
  font-size: 46px;
  font-weight: 700;
  line-height: 90px;
  text-align: left;
  color: #000000;
}

h2.termsndcond-head {
  font-family: Jost;
  font-size: 30px;
  font-weight: 400;
  line-height: 48px;
  text-align: left;
  color: #000000;
}

p.termsndcond-para {
  font-family: Jost;
  font-size: 18px;
  font-weight: 300;
  line-height: 28.9px;
  text-align: left;
  color: #000000;
}

section#tandc {
  padding: 60px 0;
}

.box.gallery.group1 .overlay {
  background: rgba(252, 105, 0, 0.4);
  position: absolute;
  top: 0;
  width: 0%;
  height: 100%;
  left: 0;
  right: 0;
  transition: 0.8s ease-in-out;
  border-radius: 10px;
  clip-path: polygon(0 0, 100% 0, 100% 87%, 91% 100%, 0 100%, 0% 57%);
}

.box.gallery.group1:hover .overlay {
  width: 100%;
}


.sub-menu li {
  display: block;
  width: 100%;
  padding: 20px;
  position: relative;
  z-index: 2;
  text-decoration: none;
  color: #444;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/*   
.sub-menu li a:hover{ border-bottom: 0px; color: #fff;}
.sub-menu li:first-child a{ border-left: 10px solid #3498db; }
.sub-menu li:nth-child(2) a{ border-left: 10px solid #ffd071; }
.sub-menu li:nth-child(3) a{ border-left: 10px solid #f0776c; }
.sub-menu li:last-child a{ border-left: 10px solid #1abc9c; } */
/* ul.sub-menu li {
  padding: 0 !important;
} */
.sub-menu li a:after {
  content: "";
  height: 100%;
  left: 0;
  top: 0;
  width: 0px;
  position: absolute;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  z-index: -1;
}

.sub-menu li a:hover:after {
  width: 100%;
}

.sub-menu li:first-child a:after {
  background: rgba(252, 105, 0, 1);
}

.sub-menu li:nth-child(2) a:after {
  background: rgba(252, 105, 0, 1);
}

.sub-menu li:nth-child(3) a:after {
  background: rgba(252, 105, 0, 1);
}

.sub-menu li:nth-child(4) a:after {
  background: rgba(252, 105, 0, 1);
}

.sub-menu li:last-child a:after {
  background: rgba(252, 105, 0, 1);
}

.our-production-details {
  transition: all 0.25s;
}

.our-production-details:hover img {
  transition: all 0.65s;
  transform: rotateY(360deg);
  filter: invert(1);

}

.our-production-details:hover {
  background: rgba(252, 105, 0, 1);
  border-radius: 10px;
}

.our-production-details:hover h2 {
  color: #fff;
}

.our-production-details:hover p {
  color: #fff;
}

.service-title {
  padding: 10px 0 0;
}


.phone-phone-contact {
  padding-left: 30px;
}


.hover-effect::before {
  right: 0;
  opacity: 0.7;
  top: 0;
}

.hover-effect::after {
  bottom: 0;
  opacity: 0.7;
  left: 0;
}


.hover-effect::before,
.hover-effect::after {
  content: "";
  background: rgba(252, 105, 0, 1);
  height: 0;
  width: 0;
  z-index: 1;
  position: absolute;
  -webkit-transition-duration: 1.3s !important;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s !important;
}

.blog-box:hover .hover-effect::after,
.hover-effect::before {
  height: 100%;
  opacity: 0;
  width: 100%;
}

.blog-item-image.hover-effect {
  position: relative;
}

/* Single Services */

section#single-services {
  padding: 60px;
}

section#single-services p {
  font-family: Jost;
  font-size: 20px;
  font-weight: 400;
  line-height: 28.9px;
  text-align: left;
  color: #000000;
}

.services_title a {
  font-family: Jost;
  font-size: 46px;
  font-weight: 700;
  line-height: 90px;
  text-align: left;
  color: #000000;
}

section#single-services img {
  width: 100%;

}

.meta-ser-p1 {
  padding-top: 18px;
}