@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&amp;family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');

@font-face {
	font-family: 'Lato';
	src: url('../fonts/Lato-Regular.woff2') format('woff2'),
		url('../fonts/Lato-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Italiana';
	src: url('../fonts/Italiana-Regular.woff2') format('woff2'),
		url('../fonts/Italiana-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

body {
	font-family: 'Lato';
	font-weight: 400;
	font-size: 16px;
	/* line-height: 26px; */
	color: #fff;
	/* background-color: #000; */
	background-image: url("../images/bg2.jpg");
	background-attachment: fixed;
	/* background-size: repeat; */

}

*,
ul,
ol {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style-type: none;
}

a {
	color: inherit;
	text-decoration: none !important;
}

a:hover,
a:focus {
	color: #C0C0C0;
	outline: none !important;
	text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 20px;
	font-weight: 400;
	color: #fff;
	font-family: 'Italiana';
}

h1 {
	font-size: 44px;
	line-height: 58px;
}

h2 {
	font-size: 38px;
	line-height: 46px;
	font-weight: 400;
}

h3 {
	font-size: 30px;
	line-height: 40px;
	font-weight: 400;
}

h4 {
	font-size: 33px;
	line-height: 43px;
}

h5 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
}

h6 {
	font-size: 17px;
	line-height: 24px;
}

.bg-color-blue {
	background-color: #2ea9e9;
}

.bg-color1 {
	background-color: #C0C0C0;
}

.bg-color3 {
	background-color: #36454F;
}

.bg-light-blue {
	background-color: #edecffc7;
}

.heading-h3 a {
	display: inline-block;
}

.mx-logo {
	margin: 0 50px;
}

.list1 li,
.list2 li,
.areas-list li {
	padding: 0 0 10px 25px;
	position: relative;
}

.list1 li:before,
.areas-list li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '\F133';
	font-family: "bootstrap-icons";
	font-size: 18px;
	color: #fff;
}

.areas-list li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '\f3e7';
	font-family: "bootstrap-icons";
	font-size: 18px;
	color: #2ea9e9;
}

.list2 li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '\F133';
	font-family: "bootstrap-icons";
	font-size: 18px;
	color: #000;
}


/* header sec start  */

.call-us-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.mail-us-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}



.scroll {
	background-color: #fff;
	color: #01000f !important;
}

.header {
	background-color: #00000000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
}

.headerpart2 {
	display: none;
}

.logo {
	display: inline-block;
	/* vertical-align: top; */
	margin: 20px 0;
	width: 100%;
	transition: 0.6s;
	max-width: 150px;
}

.scroll .logo {
	max-width: 80px;
	margin: 10px 0;
}

.text-right {
	text-align: end;
}

.text-left {
	text-align: start;
}

.whatapp-icon {
	padding: 10px 18px;
	background-color: #25d366;
	color: #fff;
	display: inline-block;
	margin-left: 15px;
}

.header-icon-box i {
	font-size: 35px;
	padding-right: 15px;
}

.top-name {
	padding: 10px 15px;
	background-color: #2ea9e9;
}

/* .header-bottom{
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 0) 100%);
} */

.home-parallax {
	position: relative;
	overflow: hidden;
	/*padding: 300px 0;*/
}

.home-parallax .container-fluid {
  position: relative;
  z-index: 9;
}

.sub-banner-overlay {
  background: rgb(32, 32, 32);
  background: linear-gradient(0deg, rgb(255 255 255 / 20%) 0%, rgb(255 255 255 / 86%) 98%);
  width: 100%;
  height: 100%;
  position: absolute;
}

.home-slide {
  text-align: center;
  position: relative;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.parallax-fixed {
    background-attachment: fixed;
}

.home-parallax h1 {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    margin-top: 150px;
}

.parallax-window {
	height: 500px;
	background: transparent;
	display: table;
	width: 100%;
}

.home-page .parallax-window {
	height: 100vh;
}


.mobile-menu {
	display: none;
}

.navigation {
	/* display: block;
	text-align: center; */
	display: flex;
	justify-content: center;
	align-items: center;
}

.navigation>li {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.navigation li.dropdown>.dropdown-menu {
	opacity: 0;
	position: absolute;
	top: 130%;
	left: 0;
	width: 250px;
	z-index: 999;
	background-color: #000000;
	visibility: hidden;
	border-radius: 0;
	box-shadow: none;
	border: 0;
	padding: 0;
	margin: 0;
	border-bottom: 3px solid #9a9a9a;
	transition: all 500ms ease;
	display: block;
}

.navigation li.dropdown>.dropdown-menu li {
	border-bottom: 1px solid #e6e6e6;
	margin-right: 0;
}

.navigation li.dropdown>.dropdown-menu li:last-child {
	border-bottom: none;
}

.navigation li.dropdown>.dropdown-menu li a {
	background-color: #ffffff;
	padding: 8px 10px;
	color: #000;
	border-radius: 0;
}

.navigation li.dropdown:hover>.dropdown-menu {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

/* .navigation>li:first-child {
	display: none;
} */

.navigation a {
	/*text-transform: uppercase;*/
	letter-spacing: 0.5px;
	overflow: hidden;
	position: relative;
	display: block;
	font-weight: 500;
	color: #000;
	padding: 10px 25px;
	font-size: 16px;
	transition: all 500ms ease 0s;
	font-family: 'Lato';
	font-weight: 400;
	font-style: normal;
}

.navigation>li.dropdown>a:after {
	font-family: "bootstrap-icons";
	content: "\F282";
	position: absolute;
	top: 28%;
	right: 3px;
	font-size: 14px;
	transition: all 500ms ease 0s;
}

.navigation li:hover a,
.navigation li:focus a,
.navigation li.active a {
	color: #fff;
	background-color: #000000;
}

.navigation li.dropdown>.dropdown-menu li a:hover,
.navigation li.dropdown>.dropdown-menu li a:focus,
.navigation li.dropdown>.dropdown-menu li.active a {
	color: #fff;
	background-color: #000;
}

/* header sec end  */

@-webkit-keyframes zoom {
	from {
		-webkit-transform: scale(1, 1);
	}

	to {
		-webkit-transform: scale(1.5, 1.5);
	}
}

@keyframes zoom {
	from {
		transform: scale(1, 1);
	}

	to {
		transform: scale(1.5, 1.5);
	}
}

.carousel-inner .carousel-item img {
	-webkit-animation: zoom 25s;
	animation: zoom 25s;
	/*height: 678px;*/
	padding: 0;
	width: 100%;
}

.flexbox .element {
	height: 100%;
}

.parallax {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.parallax.overlap:before,
.parallax.overlap1:before {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgb(0 0 0 / 72%);
	content: '';
}

.parallax.overlap1:before {
	background-color: rgba(0, 0, 0, 0.85);
}

.parallax .container-fluid,
.parallax .container-xxl,
.parallax .container {
	position: relative;
	z-index: 1;
}

.parallax-fixed {
	background-attachment: fixed;
}



footer {
	background-color: #000;
}

.footer-logo img {
	width: 150px;
}

.footer-widget {
	/* margin: 15px 0; */
	color: #000000;
}

.address-list li {
	margin-bottom: 5px;
}

.footer-widget {
	margin-top: 10px;
}

.widget-title {
	/* font-family: 'Oswald', sans-serif; */
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #fff;
	font-weight: 500;
}

.footer-menu li {
	margin-bottom: 4px;
	color: #fff;
}

.footer-menu li a {
	position: relative;
	color: #fff;
	display: block;
	padding: 3px 0 3px 25px;
	display: inline-block;
}

.footer-menu li a:before {
	position: absolute;
	top: 4px;
	left: 0;
	content: '\F133';
	font-family: "bootstrap-icons";
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.footer-menu li a:hover:before {
	left: 2px;
}

.footer-menu li a:hover,
.footer-widget .address-content a:hover,
.footer-menu li a:focus,
.footer-widget .address-content a:focus {
	color: #C0C0C0 !important;
}

.footer-links,
.footer-links a {
	color: #fff;
}

.footer-links a:hover,
.hover-effect:hover {
	color: #C0C0C0 !important;
}

.address-box {
	margin-bottom: 15px;
}

.address-box .address-icon-holder {
	float: left;
	margin-right: 15px;
	color: #fff;
	/* width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #fff; */
	border-radius: 100%;
	text-align: center;
	position: relative;
}

/* .address-box .address-icon-holder:before {
	position: absolute;
	bottom: -17px;
	border-width: 10px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	content: "";
	left: 10px;
} */

.address-box .address-content {
	position: relative;
	overflow: hidden;
}

.address-box .address-content strong {
	color: #fff;
}

.address-box .address-content {
	color: #fff;
}

.address-box1 {
	display: flex;
	background: #ffffff;
	width: 100%;
	margin-bottom: 20px;
	border-radius: 10px;
	padding: 0 20px 0 0;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.36);
}

.address-icon-holder1 {
	font-size: 20px;
	margin-right: 16px;
	padding: 0 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #2ea9e9;
	border-radius: 10px 0 0 10px;
	color: #fff;
}

.address-icon-holder1 i {
	width: 20px;
	height: 20px;
	text-align: center;
}

.contact-container {
	text-align: center;
}

.contact-icon {
	float: none;
	margin: auto;
	position: relative;
	z-index: 1;
	border: 5px solid #ffffff;
	background-color: #2ea9e9;
	box-sizing: border-box;
	color: #FFFFFF;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	line-height: 70px;
	font-size: 1.6em;
}

.contact-detail {
	background-color: #2ea8e92d;
	padding: 60px 20px 20px;
	margin-top: -40px;
	height: 160px;
	border-bottom: 5px solid #2ea9e9;
	border-radius: 10px;
	color: #fff;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	display: block;
	position: relative;
	transition: all 0.3s linear;
	overflow: hidden;
}

.contact-detail a:hover {
	color: #01000f;
}

.contact-wrap1 {
	text-align: center;
}

.contact-wrap1 .address-icon-holder1 {
	float: none;
	margin: auto;
	position: relative;
	z-index: 1;
	color: #fff;
	border: 5px solid #ffffff;
	box-sizing: border-box;
	width: 80px;
	height: 80px;
	line-height: 70px;
	font-size: 25px;
	border-radius: 50%;
	background-color: #000;
}

.contact-wrap1 .address-icon-holder1:before {
	display: none;
}

.contact-wrap1 .address-content {
	background-color: #eee;
	padding: 60px 20px 20px;
	margin-top: -40px;
	height: 180px;
}

.contact-wrap1 .address-content strong {
	font-size: 18px;
	position: relative;
	z-index: 1;
}

.contact-wrap1 .address-content1 {
	background-color: #eee;
	padding: 60px 15px 20px;
	margin-top: -40px;
	/* height: 180px; */
}

.contact-detail:before {
	position: absolute;
	content: "";
	height: 0;
	bottom: -1px;
	left: 0;
	width: 100%;
	background: #2ea9e9;
	transform: skew(359deg);
	transition-duration: .6s;
}

.contact-detail:hover:before {
	height: 100%;
}

.contact-detail p {
	position: relative;
	z-index: 1;
}

/* .contact-detail:hover .contact-detail p{    
	color: #000000;
} */

/* footer sec end  */

.ti-arrow-right {
	font-size: 10px;
	padding-left: 5px;
}

.site-map-list li {
	border-left: 1px solid #dfdfdf;
	padding: 10px 0 10px 30px;
	position: relative;
}

.site-map-list li:before {
	position: absolute;
	top: 20px;
	left: 0;
	width: 20px;
	height: 1px;
	background-color: #dfdfdf;
	content: '';
}

.site-map-list li>ul.child-menu {
	margin: 10px 0 10px 20px;
}

.about_btn {
	padding: 15px 50px;
	border: 1px solid #fff;
	border-radius: 8px;
	margin-top: 15px;
	display: inline-block;
	color: #fff;
	transition: 0.6s;
	transition: all 0.5s;

}
.about_btn2{
	padding: 15px 50px;
	border: 1px solid #000000;
	border-radius: 8px;
	margin-top: 15px;
	display: inline-block;
	color: #000000;
	transition: 0.6s;
	transition: all 0.5s;
}
/* .about_btn:hover {
	background-color: #e6e6e6;
	color: #000;
	border: 1px solid #e6e6e6;
} */
.about_btn2:hover{
	box-shadow: inset 0 0 0 2em #C0C0C0;
	border-color: #ddd;
	color: #000000;
	background-color: #ffffff;
}
.about_btn:hover {
	box-shadow: inset 0 0 0 2em #C0C0C0;
	border-color: #C0C0C0;
	color: #000;
}
#testimoinal-slider{
	background-color: #000;
}
.servies-box {
	position: relative;
	overflow: hidden;
}

.servies-box img {
	width: 100%;
	height: auto;
	object-fit: cover;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.service-content {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	transition: 0.6s;
}

.service-content .service-head {
	position: absolute;
	width: 100%;
	text-align: center;
	height: 100%;
	width: 100%;
	transition: 0.6s;
	top: 0;
	left: 0;
	background-color: #00000031;
}

.service-content .service-head h4 {
	margin-bottom: 0px;
	font-size: 25px;
	position: absolute;
	bottom: 20px;
	width: 100%;
	color: #ffffff;
	background-color: #0000008c;
	transition: 0.5s;
}

.service-content:hover .service-head h4 {
	top: 50%;
	transform: translateY(-10%);
	background-color: transparent;
}

.servies-box:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.service-content:hover {
	background-color: #000000c0;
}

.p-100 {
	padding: 250px 30px;
}

.mobile-icons {
	display: none;
}

.follow-us {
	/* text-align: center; */
}

.fb-text {
	background: #000000b0;
	padding: 50px;
	border-radius: 2%;
}

.footer-logo {
	width: 100%;
	max-width: 170px;
}

.about-pd {
	padding: 0 120px;
}

.inner-box {
	padding: 30px;
	border: 2px solid #fff;
	background-color: #0000008c;
}

.video-bg {
	position: relative;
	width: 100%;
	height: 100vh;
	z-index: 2;
}

/* .video-bg::before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	background-color: #00000091;
	z-index: 2;
} */

.video-bg video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.testimonial-box1 {
	padding: 30px;
	text-align: center;
	border: 3px dotted #fff;
	height: 500px;
}

.testimoinal-slider .bi-quote {
	color: #fff;
	font-size: 80px;
}

.testimoinal-slider .bi-star-fill {
	color: rgb(241, 187, 6);
	font-size: 18px;
}

.single-service-item {
	margin: 20px 0;
}

.box-style1 {
	padding: 20px;
	background-color: #f8f8f8;
	min-height: 300px;
}

.single-service-item .img-holder {
	overflow: hidden;
	position: relative;
}

.single-service-item .img-holder .img-responsive {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 100%;
}

.single-service-item:hover .img-holder .img-responsive {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.single-service-item .img-holder .overlay {
	background-color: rgba(0, 0, 0, .60);
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 450ms ease-out 0s;
	transition: all 450ms ease-out 0s;
	-webkit-transform: rotateY(180deg) scale(0.5, 0.5);
	transform: rotateY(180deg) scale(0.5, 0.5);
}

.single-service-item:hover .img-holder .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: rotateY(0deg) scale(1, 1);
	transform: rotateY(0deg) scale(1, 1);
}

.single-service-item .img-holder .overlay .box {
	display: table;
	height: 100%;
	width: 100%;
}

.single-service-item .img-holder .overlay .box .content {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 30px;
}

.single-service-item .img-holder .overlay .box .content a i {
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
	border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	font-size: 20px;
	height: 45px;
	line-height: 45px;
	transition: all 500ms ease 0s;
	width: 45px;
}

.single-service-item .img-holder .overlay .box .content a:hover i {
	background: #9a9a9a;
}

.single-service-item .text-holder h3 {
	color: #000;
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	margin: 20px 0 6px;
	text-transform: capitalize;
}

.single-service-item .text-holder h3 span {
	color: #fff;
}

.submit-icon {
	display: none;
}

.submit-icon.rotating-show {
	display: inline-block;
	vertical-align: middle;
}

@-webkit-keyframes rotating

/* Safari and Chrome */
	{
	from {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotating {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.rotating {
	-webkit-animation: rotating 2s linear infinite;
	-moz-animation: rotating 2s linear infinite;
	-ms-animation: rotating 2s linear infinite;
	-o-animation: rotating 2s linear infinite;
	animation: rotating 2s linear infinite;
}

.daZsEH {   
    z-index: 8!important;    
}

.iCcBam {
    z-index: 8!important;
}

.label-logo{
	width: 250px;
}

.whitepatch-section {
    position: relative;
    z-index: 1;
}

.whitepatch-section::before {
    position: absolute;
    content: '';
    width: 35%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #000;
    height: 100%;
    margin: 0 auto;
    z-index: 0;
}

.imgvertical {
    position: relative;
    padding: 15px;
}

.imgvertical::before {
    position: absolute;
    content: '';
    width: 96%;
    height: 96%;
    left: 24px;
    right: 0;
    bottom: 0;
    top: 24px;
    z-index: -1;
    background-color: #C0C0C0;
}

.boxwhite-content {
    border: 4px solid #dfdfdf;
    background-color: #fff;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
	padding: 30px;
}

.inner-box1{
	padding: 30px;
	box-shadow: rgb(255, 255, 255) 0px 0px 20px 0px;
}

.inner-box2{
	padding: 30px;
	border: 2px dashed #fff;
}

.inner-box3{
	padding: 30px;
	border: 2px dashed #000;
}

.inner-box4 {
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.info-box {
	position: relative;
	padding: 30px;
	border: 3px double #000;
}

.info-box:before {
	content: '';
	position: absolute;
	left: -14px;
	top: 12px;
	right: -14px;
	bottom: 12px;
	border: 3px double #000;
	z-index: -1;
}

.info-box2 {
	position: relative;
	padding: 30px;
	border: 3px double #fff;
}

.info-box2:before {
	content: '';
	position: absolute;
	left: -14px;
	top: 12px;
	right: -14px;
	bottom: 12px;
	border: 3px double #fff;
	z-index: -1;
}

.heading-h3 {
	color: #000;
}

.heading-h3 a:hover {
	color: #cccccc;
}

 .contact-box .contact-title h3 {
	padding: 8px 0 8px 25px;
	background-color: #fff;
	margin-bottom: 0;
	color: #000;
	font-weight: 600;
}

.contact-box .contact-info {
	box-shadow: rgb(255, 255, 255) 0px 0px 10px 0px;
	padding: 17px 10px 17px 20px;
	display: flex;
	align-items: center;
}

.contact-box .contact-info .icon {
	border: 5px solid #e8e8e8;
	border-radius: 50%;
	margin-right: 15px;
}

.contact-box .contact-info .icon i {
	font-size: 24px;
	height: 60px;
	width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-box {
	position: relative;
	margin-top: 30px;
	transition: all 0.3s ease;
}

.contact-box:hover {
	transform: translateY(-8px);
}

.contact-box::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	height: 60px;
	width: 60px;
	background-color: #fff;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.contact-box::after {
	content: '';
	position: absolute;
	top: -0;
	left: 50%;
	height: 20px;
	width: 20px;
	background-color: #C0C0C0;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.testimonial-one__single:hover {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid transparent;
}

.testimonial-one__single {
    position: relative;
    display: block;
    border: 1px solid #ede8e4;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    padding: 50px 50px 45px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-one__single:hover:before {
    transform: scaleY(1);
}

.testimonial-one__single:before {
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    width: 5px;
    background-color: #898989;
    content: "";
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    transform: scaleY(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-one__client-info {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.testimonial-one__client-img-box {
    position: relative;
    display: block;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background-image: -moz-linear-gradient(90deg, rgb(31 127 168) 0%, rgb(87 176 50) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(129 129 129) 0%, rgb(0 0 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(31 127 168) 0%, rgb(87 176 50) 100%);
}

.testimonial-one__client-img {
    position: absolute;
    top: 0;
    left: -10px;
}

.testimonial-one__client-img img {
    width: 100% !important;
    border-radius: 50%;
}

.testimonial-one__client-details {
    margin-left: 20px;
}

.testimonial-one__client-name {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
	color: #000;
	margin-bottom: 0;
}

.testimonial-one__client-sub-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

.testimonial-one__text {
    padding-top: 20px;
	color: #6c6b6f;
}

.testimonial-one__single:hover .testimonial-one__rating {
    background-color: #444444;
}

.testimonial-one__rating {
    position: absolute;
    top: 65px;
    right: -20px;
    display: flex;
    align-items: center;
    background-color: #f4f1ee;
    padding: 13px 20px 14px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-one__single:hover .testimonial-one__rating i {
    color: #ffffff;
}

.testimonial-one__rating i {
    font-size: 13px;
    background: -webkit-linear-gradient(top, #8f6b29, #fde08d, #df9f28);
    background: linear-gradient(top, #8f6b29, #fde08d, #df9f28);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-one__single:hover .testimonial-one__rating:after {
    border-left: 20px solid #444444;
}

.testimonial-one__rating:after {
    position: absolute;
    bottom: -15px;
    right: 0;
    content: "";
    border-top: 0px solid transparent;
    border-left: 20px solid #ede8e4;
    border-bottom: 15px solid transparent;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.single-service-item {
    margin: 15px 0;
}

.single-service-item .img-holder {
    overflow: hidden;
    position: relative;
}

.single-service-item .img-holder .img-responsive {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
    /*border: 5px solid #0009;
    border-radius: 5px;*/
}

.single-service-item:hover .img-holder .img-responsive {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single-service-item .img-holder .overlay {
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
    -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
    transform: rotateY(180deg) scale(0.5, 0.5);
}

.single-service-item:hover .img-holder .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg) scale(1, 1);
    transform: rotateY(0deg) scale(1, 1);
}

.single-service-item .img-holder .overlay .box {
    display: table;
    height: 100%;
    width: 100%;
}

.single-service-item .img-holder .overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
}

.single-service-item .img-holder .overlay .box .content a i {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    transition: all 500ms ease 0s;
    width: 45px;
}

.single-service-item .img-holder .overlay .box .content a:hover i {
    background: #9a9a9a;
}

.single-service-item .text-holder h3 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin: 20px 0 6px;
    text-transform: capitalize;
}

.single-service-item .text-holder h3 span {
    color: #fff;
}

.area-box {
    padding: 15px 25px;
    background-color: #fff;
    color: #000;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

.area-box:hover,
.area-box:focus {
    color: #555555 !important;
}

@media(min-width: 1441px) and (max-width: 1500px) {

	.scroll .logo {
		width: 150px;
	}
}


@media(min-width: 1301px) and (max-width: 1440px) {
	.navigation a {
		padding: 10px 30px;
		/* font-size: 15px; */
	}

	.scroll .logo {
		width: 150px;
	}

	.about-pd {
		padding: 0px 80px;
	}
}

@media(min-width: 1200px) and (max-width: 1300px) {
	.navigation a {
		padding: 10px 25px;
		/* font-size: 15px; */
	}

	.widget-title {
		/* font-family: 'Oswald', sans-serif; */
		font-size: 18px;
		text-transform: uppercase;
		margin-bottom: 15px;
		color: #fff;
		font-weight: 500;
	}

	.scroll .logo {
		width: 150px;
	}

	.about-pd {
		padding: 0px 80px;
	}

}

@media(min-width: 320px) and (max-width:1199px) {
   
	.navigation li.dropdown>.dropdown-menu li a {
		color: #000 !important;
		/*background-color: #000;*/
	}

	.navigation li.dropdown>.dropdown-menu li a:hover,
	.navigation li.dropdown>.dropdown-menu li a:focus,
	.navigation li.dropdown>.dropdown-menu li.active a {
		color: #fff !important;
		background-color: #000;
	}

	.headerpart1 {
		display: none;
	}


	.headerpart2 {
		display: block;
	}

	.mb-15 {
		margin-bottom: 15px;
	}

	.mb-30 {
		margin-bottom: 25px;
	}

	.home-page .header {
		position: static;
	}

	body {
		font-size: 16px;
	}

	.m-header-top-right {
		text-align: right;
	}

	.header-right {
		text-align: center;
	}

	.mobile-menu {
		display: inline-block;
		vertical-align: middle;
		font-size: 20px;
		background: #000000;
		padding: 8px 14px;
		color: #fff;
		cursor: pointer;
		margin: 10px auto;
	}

	.small-menu {
		text-align: center;
	}

	.info-whatapp {
		text-align: center;
	}

	.logo-sec {
		text-align: center;
	}

	.call-us-icon {
		justify-content: center;
	}

	.nav-wrapper {
		position: fixed;
		top: 0;
		right: -300px;
		width: 255px;
		height: 100%;
		overflow-x: scroll;
		z-index: 999999;
		border-radius: 0;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		background-color: #000;
		padding-top: 0;
	}

	.navigation {
		display: block;
		text-align: left;
	}

	.nav-wrapper.open {
		right: 0;
	}

	.navigation>li {
		display: block;
		margin: 0;
		border-bottom: 1px solid #333;
	}

	.navigation>li:first-child a {
		display: block;
		background-color: #01000f;
	}

	.navigation li a {
		background-color: #000;
		padding: 10px 20px;
		color: #fff !important;
	}

	.navigation a {
		border-radius: 0;
	}

	.navigation li:hover>a,
	.navigation li:focus>a,
	.navigation li.active>a {
		background-color: #C0C0C0;
		color: #fff !important;
	}

	.navigation>li:first-child {
		display: block;
		background-color: #01000f;
	}

	.navigation>li.dropdown>a:after {
		right: 20px;
	}

	.navigation li.dropdown>.dropdown-menu,
	.navigation li.dropdown:hover>.dropdown-menu {
		position: static;
		top: 0;
		visibility: visible;
		opacity: 1;
		width: 100%;
		float: none;
	}

	.navigation li.dropdown>.dropdown-menu li a {
		padding: 10px 10px 10px 30px;
	}

}

@media (min-width: 320px) and (max-width:991px) {

	.parallax.m-parallax-bg {
		background-image: none !important;
		height: auto !important;
		min-height: 100% !important;
	}

	.video-bg {
		position: relative;
		width: 100%;
		height: auto;
		z-index: 2;
	}

	.headerpart2 {
		display: block;
		position: relative;
		background-color: #fff;
	}

	.about-pd {
		padding: 0;
	}

	.footer-widget {
		margin-bottom: 30px;
	}

	.testimonial-box1 {
		height: auto;
	}

	.logo {
		width: 50%;
	}

	.home-parallax h1 {
		margin-top: 0;
	}

	.imgvertical {
        padding: 0;
    }

	.contact-box .contact-info {
		min-height: auto;
	}

}

@media(min-width: 768px) and (max-width: 991px) {
	.header-info-box:before {
		right: 40%;
	}

	.header-info-box::after {
		width: 50%;
	}

	.head-call {
		order: 0;
	}

	.head-mail {
		order: 1;
	}

	.head-logo {
		order: 2;
	}

	.header-top {
		padding: 20px;
	}

	.parallax-window {
        height: 400px;
    }

}

@media(min-width: 320px) and (max-width: 767px) {
	.footer-contact-wrap {
		margin-bottom: 20px;
	}

	.footer-logo {
		width: 300px;
	}

	.follow-us {
		text-align: left;
	}

	.home-parallax h1 {
        font-size: 28px;
        line-height: 35px;
    }

	.parallax-window {
        height: 300px;
    }

}

@media(min-width: 576px) and (max-width: 767px) {
	.head-call {
		order: 0;
	}

	.head-mail {
		order: 1;
	}

	.head-logo {
		order: 2;
	}

	.header-top {
		padding: 10px;
	}

	.logo {
		width: 60%;
	}

}

@media(min-width: 320px) and (max-width: 575px) {
	.logo {
		display: inline-block;
		vertical-align: top;
		margin: 6px 0;
	}

	.carousel-inner .carousel-item img {
		height: 400px;
		object-fit: cover
	}

	.header-icon-box i {
		font-size: 23px;
		padding-right: 15px;
	}

	.whatapp-icon {
		margin-left: 5px;
	}

	.fb-sec {
		width: 100%;
		position: relative;
		overflow: hidden;
	}

	.contact-sec {
		background-size: 100% 100% !important;
	}

	.head-call {
		display: none;
	}

	.head-mail {
		display: none;
	}

	.head-logo {
		order: 2;
	}

	.header-top {
		padding: 10px;
	}

	.mobile-icons {
		display: block;
		text-align: center;
	}

	.mobile-icons i {
		font-size: 25px;
		margin: 5px;
	}

	.fb-text {
		padding: 24px;
	}

	h1 {
		font-size: 40px;
		line-height: 45px;
	}

	h2 {
		font-size: 28px;
		line-height: 35px;
		font-weight: 700;
	}

	.testimonial-box1 {
		padding: 15px;
	}

	.logo {
		width: 100%;
	}

	.boxwhite-content {
 	   padding: 15px;
	}

	.inner-box{
		padding: 15px;
	}

	.inner-box1{
		padding: 15px;
	}

	.inner-box2{
		padding: 15px;
	}

	.inner-box3{
		padding: 15px;
	}

	.inner-box4{
		padding: 15px;
	}

	.info-box {
		padding: 30px 15px;
	}

	.info-box2 {
		padding: 30px 15px;
	}

	 .contact-box .contact-info {
		padding: 15px;
	}

	.contact-box .contact-title h3 {
		padding: 15px;
	}

	.contact-box .contact-info {
		flex-direction: column;
	}

	.contact-box .contact-info .icon {
		margin-right: 0;
		margin-bottom: 15px;
	}

	.heading-h3 {
		font-size: 26px;
    	line-height: 36px;
	}

}