html, body {
	overflow-x: hidden;
	scroll-behavior: smooth;
}

:root {
  --main-bg-color: #ff6500;
  --main-bg-color-op75: #ff650075;
}

.preloader-icon span {
	background-color: var(--main-bg-color);
}

.hamburger-content.active .menu-block .mainmenu li a:hover, .hamburger-content.active .menu-block .mainmenu li a.active {
	color: var(--main-bg-color);
}

.hamburger-content .hamburger-footer .social-items li a:hover {
	color: var(--main-bg-color);
}

.bg-hr-dv-orange {
	background: var(--main-bg-color);
}

.hero-block .owl-nav .owl-prev {
	left: 16px;
	top: 50%;
}

.hero-block .owl-nav .owl-next {
	right: 16px;
	top: 50%;
	z-index: 99999999;
}

.header-block-two .site-navigation {
	height: 5vh !important;
}

.hero-with-video {
	position: relative;
	justify-content: center;
}

.hero-with-video .btn-video {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 144px;
	width: 144px;
	top: -90px;
	left: 47%;
}

#hero-logo {height: clamp(80px, 8vw, 200px);}

.hero-block .owl-carousel .item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60vh;
	min-height: 530px;
	padding: 12.75em 8em 12.75em;
	background-color: #00000095;
	background-blend-mode: overlay;
}

.owl-carousel .slider-content {
	width: 100%;
}

.hero-description {
	display: flex;
	align-items: center;
	color: #fff;
}

.hero-devider {
	width: 60px;
  height: 2px;
  background: white;
  margin: 0 15px;
}

.hero-main-title {
	color: white;
  font-size: 3.6615em;
  font-weight: 600;
}

#potency-title {
	bottom: 0px;
	margin-top: 10px;
	font-size: 6rem;
	line-height: 0.9;
	padding-inline: 32px;
	z-index: 2;
}

.about-us-text {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	max-width: 600px;
}

.about-us-text h2 {
	color: #2a2a2a;
}

.extra-lg-title, .xl-title span, .color-hr-dv-orange {
	color: var(--main-bg-color);
	font-family: "Montserrat";
}

.rotation-title {
	top: 0px;
}

.title-border {
	border: 2px solid var(--main-bg-color);
}

.title-border:before {
	background: var(--main-bg-color);
}

.rotation-title:before {
	background: var(--main-bg-color);
}

.heading-divider span {
	border: 3px solid var(--main-bg-color);
}

.horizontal-divider {
	background: var(--main-bg-color);
	transform: rotate(90deg);
}

#portfolio-block {
	background-image: url(../images/backgrounds/hero-bg.png);
	background-size: cover;
	background-color: #121212;
  background-blend-mode: difference;
}

.content h5 {
	position: absolute;
	bottom: 16px;
	color: #eaeaea;
	margin-left: 32px;
}

.portfolio-filter li a {
	color: #f9f9f9;
}

.portfolio-filter li a:hover {
	color: var(--main-bg-color);
}

.initially-hidden {
	display: none;
}

.hide {
	display: none;
}

.portfolio-item .portfolio-thumb .overlay {
	background-color: var(--main-bg-color-op75);
}

.mfp-img {
	width: 50vw !important;
}

.mfp-title {
	font-size: 18px;
}

.mfp-bottom-bar {
	margin-top: -24px;
}

.client-thumb img {
  border-radius: 50%;
  min-width: 50px;
  height: 50px;
  object-fit: cover;
}

.testimonial-item {
	min-height: 450px;
}

.testimonial-item p {
	font-size: 16px;
}

.testimonial-carousel > .owl-stage-outer > .owl-stage .owl-item:nth-child(odd) {
	background: var(--main-bg-color);
}

.testimonial-carousel.ver-two .owl-dots .owl-dot.active span {
	background: var(--main-bg-color);
}

.service-carousel .owl-dots .owl-dot.active span {
	background: var(--main-bg-color);
}

.service-box {
	padding: 0px;
	min-height: 480px;
	margin-bottom: 24px;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.service-box:hover {
  -webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.service-box .service-icon {
	margin-top: 48px;
}

.service-icon img {
	object-fit: contain;
  height: 50px;
}

.service-title::after {
	background: linear-gradient(135deg, #ff6500 0%, #fa6500 100%);
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 75px;
	height: 3px;
	margin-top: 8px;
}

.service-box .service-name {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px;
	margin-top: 18px;
	padding-inline: 8px;
	font-size: 20px;
	min-height: 80px;
}

.service-text {
	padding: 24px;
	min-height: 140px;
}

.service-text p {
	color: #fafafa;
	overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; 
}


.blog-section .service-box {
	min-height: 660px;
}

.blog-section .service-icon {
	margin-top: 0px;
}

.blog-section .service-icon img {
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.portfolio-filter li a.active {
	color: var(--main-bg-color);
}

.blog-section .service-text {
	min-height: 190px;
}

.blog-section .service-text p {
	-webkit-line-clamp: 4;
}

.footer-top-block {
	max-height: 500px;
}

.footer-right-area {
	background: var(--main-bg-color);
}

.topbutton {
	background: #d55400;
}

.site-footer .form-newsletter .form-group { 
	width: 100%; 
}

.form-inline .form-control {
	width: 75%;
}

.site-footer .widget ul li a:hover {
	color: var(--main-bg-color);
}

.site-footer .footer-top-block .footer-area p a {
	color: var(--main-bg-color);
}

.footer-newsletter h4, .footer-newsletter p {
	color: #fafafa;
}

.footer-newsletter button {
	background: #fff;
	color: #2a2a2a;
}

.services-header .site-navigation {
	max-height: 800px;
}

.services .hero-content {
	max-height: 800px;
}

.services .container-fluid {
	padding: 0px;
	overflow: hidden;
}

.services .overlay-container {
	position: absolute;
	height: 100%;
	width: 100%;
	margin: 0px;
}

.services .overlay-img {
	background-size: cover;
	width: 100%;
  height: 100%;
  opacity: 0.5;
}

.services .pt-background-image {
	max-height: 800px;
}

.services .pt-background-image[data-bg-image] {
	background-position: center;
}

.services .hero-left-block .hero-content:before {
	content: none;
}

.services .hero-left-block .hero-content:after {
	content: none;
}

.services .about-us-text {
	max-width: 750px;
}

.services-text-area {
	margin-inline: 16px;
}

.services-text-area h2 {
	font-weight: 700;
	font-size: 2em;
	max-width: 600px;
}

.services .marker {
	color: var(--main-bg-color);
}

.contacts {
	justify-content: center;
}

.contact-box {
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
	background: #fff;
	text-align: center;
	padding: 30px 20px;
  position: relative;
  z-index: 1;
	border-radius: 2px;
	margin: 0px 16px;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.contact-box:hover {
	background: var(--main-bg-color);
	color: #fff;
}

.contact-box:hover h4 {
	color: #fff;
}

.contact-box:hover a {
	transition: color 0s ease;
}

.contact-box a:hover {
	color: #fff;
}

.content-form input,
.content-form select {
	height: 32px !important;
	line-height: 20px;
	margin-bottom: 16px;
	border: none;
	border-radius: 0px;
	background-color: transparent;
	border-bottom: 1px solid #ced4da;
	color: #fafafa;
}

.content-form textarea {
	height: 44px;
	margin-bottom: 16px;
	background-color: transparent;
	border: none;
	border-radius: 0px;
	border-bottom: 1px solid #ced4da;
	color: #fafafa;
}

.content-form input::placeholder,
.content-form select::placeholder,
.content-form textarea::placeholder{
	color: #fafafa;
}

.whatsapp-icon {
  position: fixed;
  bottom: 100px;
  left: 34px;
  z-index: 999999;
}

.whatsapp-icon img {
  width: 62px;
}

.video-item img {
	height: 200px;
}

.video-play-button a {
  display: flex;
  position: absolute;
  width: 100%;
  height: 200px;
  top: 0;
  justify-content: center;
  align-items: center;
}

.video-play-button a:hover {
	color: #ff6500;
}

.video-play-button i {
	color: #ffffffc4;
  font-size: 46px;
  -moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
 }

 .portfolio-image {
 	width: 100%;
 	margin-bottom: 64px;
 }

 .sm-title {
 	font-size: 24px;
 }

 #our-service .container-fluid {
 	max-width: 90%;
 }

.owl-dots {
  position: relative;
  right: 0;
  top: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  text-align: center;
  display: block;
  margin-top: 30px;
}

.services-video i {
	position: absolute;
  top: 37%;
  left: 47%;
  font-size: 68px;
}

.services-video-play-icon-holder {
	position: absolute;
  top: 0;
  width: 94%;
  height: 100%;
  color: #fff;
  transition: 0.3s;
}

.services-video-play-icon-holder:hover {
	color: #ff6500;
	transform: scale(1.2);
}

.float-socials {
    position: fixed;
    left: 0px;
    bottom: 20px;
    z-index: 9999;
    list-style: none;
}

.float-socials li {
    margin-top: 12px;
}

.float-socials img {
    width: 50px;
    height: 50px;
}

.main-form-holder .content-form {
	padding: 16px;
}

.main-form-holder h4 {
	padding-left: 16px;
	margin-top: 24px;
	margin-bottom: 8px;
}

.iti {
	width: 100%;
}

.a-button {
	background-image: url(/uimages/button.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 300px;
  height: 86px;
  margin-bottom: 0px;
}

.owl-nav .owl-prev {
	background-image: url(../images/rl-arrow.png);
	background-size: cover;
  height: 40px;
  width: 40px;
	transform: rotate(180deg);
	position: absolute;
	top: 21%;
  left: -24px;
}

.owl-nav .owl-next {
	background-image: url(../images/rl-arrow.png);
	background-size: cover;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 21%;
  right: -24px;
}

.video-title {
	color: var(--main-bg-color);
}

.works-slider .owl-prev {
	top: 27%;
	left: -50px;
}

.works-slider .owl-next {
	top: 27%;
	right: -50px;
}

.blog-carousel .owl-prev {
	top: 50%;
	left: -50px;
}

.blog-carousel .owl-next {
	top: 50%;
  right: -50px;
}

.testimonial-carousel .testimonial-item {
	padding: 2em;
}

.testimonial-carousel .testimonial-author {
	position: absolute;
	bottom: 40px;
}

.site-footer .footer-top-block .footer-area .footer-right-area {
	height: 100%;
}

@media (min-width: 1551px) {
  .hero-block .owl-carousel .item {
    padding: 12.75em 8em 12.75em;
  }
}

@media (max-width: 1550px) {
  .hero-block .owl-carousel .item {
    padding: 5em 1.5em 3.75em;
  }
}

@media (min-width: 1450px) {
	.hero-main-title {
		font-size: 4.882em;
	}

	.ml-130 {
		margin-left: 130px;
	}
}

@media (min-width: 768px) {
	.pt-background-image .btn-main {
		position: absolute;
    right: 5%;
    bottom: 15%;
	}
}

@media (min-width: 992px) {
	.main-form-holder {
		position: absolute;
    top: 22%;
    z-index: 8;
    right: 5%;
    max-width: 350px;
		background-color: #3d3d3d54;
		border-radius: 16px;
	}

	.main-form-holder h4 {
		font-size: 24px;
		font-weight: 800;
	}

	.main-form-holder .content-form .success-message {
		color: #ff6500;
		margin-bottom: 12px;
	}

	.main-form-holder .btn-main {
		border-radius: .25rem;
		background-color: var(--main-bg-color);
		color: #fff;
		font-weight: 600;
	}
}

@media (max-width: 991px) {
	.fixed-header .site-branding .custom-logo-link {
		padding: 0px;
	}

	#hero-logo {
		height: 90px !important;
	}

	.hero-block {
		min-height: 200px;
	}

	.hero-block .owl-carousel .item {
		height: clamp(200px, 40vw, 600px);
	}

	.services .hero-content {
		padding: 5em 1em 2.75em !important;
	}

	.hero-block .owl-carousel .item {
    padding: 5em 1em 2.75em;
    min-height: unset;
  }

  .owl-carousel .slider-content {
  	text-align: center;
  }

  .video-button-block {
    display: inline-block;
    margin-bottom: 8px;
    text-align: center;
  }

  .hero-with-video .btn-video {
  	height: 70px;
  	width: 70px;
  	margin-right: 0px;
  	top: -36px;
    left: 40%;
  }

  .pt-background-image .btn-main {
  	display: none;
  }

  .hero-main-title {
		font-size: 2.441em;
	}

	.hero-description {
		display: block;
	}

	.hero-with-video {
		margin-top: 90px;
	}

	.main-form-holder {
		background-color: var(--main-bg-color);
	}

	.main-form-holder .content-form .success-message {
		color: #fff;
		margin-bottom: 12px;
	}

	.hide-sm {
		display: none;
	}

	.about-us-text {
		margin-top: 16px;
	}

	.site-footer .widget {
		padding-inline: 0px;
	}

	.services-section {
		margin-top: 30px;
	}
}

@media (max-width: 872px) {
	#potency-title {
		top: -162px;
	}
}

@media (max-width: 767px) {
	.whatsapp-icon {
	  position: fixed;
	  bottom: 50px;
	  left: 18px;
	  z-index: 999999;
	}

	.whatsapp-icon img {
	  width: 50px;
	}

	.footer-area {
		display: flex;
		flex-direction: column-reverse;
	}

	.float-socials {
		left: unset;
		right: 24px;
	}
}

@media only screen and (max-width: 600px) {
  .hero-devider {
    width: 30px;
  }
.client-testimonial-block {padding-bottom: 0px !important}

}

@media (max-width: 500px) {
	#potency-title {
		font-size: 4rem;
		top: -111px;
	}

	.hero-main-title {
		font-size: 36px;
	}
}

@media (min-height: 700px) and (max-height: 960px) {
	.fixed-header .site-branding .custom-logo-link {
		padding: 0px 20px;
	}

	#hero-logo {
		height: 140px;
	}

	.main-form-holder {
		top: 12%;
	}
}