@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: #589ee3;
}

*,
ul,
ol {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style-type: none;
}

a {
	color: inherit;
	text-decoration: none !important;
}

a:hover,
a:focus {
	color: #fa801a;
	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: 50px;
	line-height: 58px;
}

h2 {
	font-size: 40px;
	line-height: 48px;
	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: linear-gradient(rgb(252 98 36), #f99e11);
}

.bg-color3 {
	background-color: #e6e6e6;
}

.bg-color4 {
	background-color: rgb(77 79 79);
}

.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: #2ea9e9;
}

.list3 {
	margin-left: 16px;
}

.list3 li {
	list-style-type: decimal;
	padding-bottom: 10px;
}


/* 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: #0d1a22;
	color: #01000f !important;
}

.header {
	background: linear-gradient(rgb(83 159 236), #4585c475);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
}

.headerpart2 {
	display: none;
}

.page-banner {
	height: 550px;
	position: relative;
	overflow: hidden;
}

.page-banner .page-banner-img {
	object-fit: fill;
	height: 100%;
}

.mini-banner {
	position: absolute;
	/* bottom:145px; */
	left: 0;
	top: 57%;
	width: 100%;
	content: '';
	z-index: 1;
}

.logo {
	display: inline-block;
	/* vertical-align: top; */
	margin: 10px 0;
	width: 100%;
	transition: 0.6s;
}

.scroll .logo {
	width: 250px;
	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;*/
}

.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: 276px;
	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: #fff;
	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: #fff;
	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: 5px;
	font-size: 14px;
	transition: all 500ms ease 0s;
}

.navigation li:hover a,
.navigation li:focus a,
.navigation li.active a {
	color: #fff;
	background: linear-gradient(rgb(252 98 36), #f99e11);
}

.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: rgb(44 69 186);
}

/* 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;
}

.overlap3 {
	position: relative;
}

.overlap3:before {
	background-color: rgb(20 20 20 / 25%);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


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: #fa801a !important;
}

.footer-links,
.footer-links a {
	color: #fff;
}

.footer-links a:hover,
.hover-effect:hover {
	color: #fff !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;
	background: linear-gradient(rgb(252 98 36), #f99e11);
	transition: 0.6s;
	transition: all 0.5s;

}

/* .about_btn:hover {
	background-color: #e6e6e6;
	color: #000;
	border: 1px solid #e6e6e6;
} */

.about_btn:hover {
	background: linear-gradient(rgb(252 98 36), #f99e11);
	box-shadow: inset 0 0 0 2em #ffffff;
	/* box-shadow: inset 0 0 0 2em #fe801a; */
	border-color: #ffffff;
	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: 90%;
}

.about-pd {
	padding: 0 120px;
}

.inner-box {
	padding: 30px;
	outline: 2px solid #fff;
	outline-offset: -10px;
	background: linear-gradient(rgb(44 69 186), #487eeb);
	display: flex;
	gap: 20px;
	width: 100%;
}

.inner-icon i {
	font-size: 50px;
}

.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 #fd8819;
	height: 550px;
}

.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: 48px;
	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;
}

.content-box-sec {
	height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;

}

.content-box {
	outline: 2px solid #fff;
	outline-offset: -10px;
	/* border: 1px solid #fff; */
	padding: 80px 50px;
	background: linear-gradient(rgb(252 98 36), #f99e11);
}

.about-img {
	background: linear-gradient(rgb(252 98 36), #f99e11);
	padding: 10px 10px 10px 0px;
	border-radius: 0 30% 0% 0;
}

.about-img img {
	border-radius: 0 30% 0% 0;
}

.title--small {
	word-wrap: break-word;
	letter-spacing: 5px;
	font-size: 1rem;
	line-height: 1rem;
}

.contentbg-box {
	background-color: #ABD0F6;
	color: #fff;
}

.wrapper__content {
	display: block;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	padding: 30px 20px;
}

.wrapper__content p {
	color: #000;
}

.splitimg.image2 {
	margin-top: 150px;
}

.image-anime {
	position: relative;
	overflow: hidden;
}

.image-anime:after {
	content: "";
	position: absolute;
	width: 200%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: rgba(255, 255, 255, .3);
	transform: translate(-50%, -50%) rotate(-45deg);
	z-index: 1;
}

.image-anime:hover:after {
	height: 250%;
	transition: all 600ms linear;
	background-color: transparent;
}

/* .reveal{
 	position: relative;
    visibility: hidden;
    overflow: hidden;
}
.reveal img{
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
} */


.testimonial-box {
	background: #EAF4FB;
	padding: 0;
	display: flex;
	justify-content: center;
}

.testimonial-inner {
	max-width: 800px;
	position: relative;
	background: transparent;
	padding: 30px 45px;
}

.testimonial-inner::before {
	position: absolute;
	content: '';
	border: 2px solid #ABD0F6;
	border-radius: 40px;
	padding: 40px 50px;
	width: 100%;
	height: 340px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.testimonial-text {
	text-align: center;
	margin: 0 auto 20px;
	color: #000;
}

.quote-icon {
	font-size: 50px;
	color: #000;
	position: absolute;
	font-weight: bold;
}

.quote-icon.top {
	top: -100px;
	left: 30px;
	font-size: 90px;
	color: #1E90C8;
}

.quote-icon.bottom {
	bottom: -100px;
	right: 30px;
	font-size: 90px;
	rotate: 180deg;
	color: #1E90C8;
}

.stars p {
	text-align: center;
	font-size: 17px;
	font-weight: 800;
	color: #000;
	margin-bottom: 0;
}

.p-3.custompadd {
	padding: 30px 15px 100px 15px !important;
}

.testimonil-section,
.testimonil-inner-content {
	position: relative;
}

.testimonil-inner-content h4 {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

.testimonil-section .owl-carousel .owl-nav button {
	position: absolute;
	top: 46%;
	border: 1px solid #000 !important;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: #000 !important;
	background: #fff !important;
}

.testimonil-section .owl-carousel .owl-nav button:hover {
	background-color: #f77919 !important;
	border-color: #f77919 !important;
	color: #fff !important;
}

.testimonil-section .owl-carousel .owl-nav .owl-prev {
	left: -75px;
}

.testimonil-section .owl-carousel .owl-nav .owl-next {
	right: -75px;
}

.portfolio-inner article .box-img {
	-webkit-clip-path: inset(0%);
	clip-path: inset(0%);
	display: block;
	position: relative;
	transition: all 0.5s cubic-bezier(0.67, 0, 0.285, 1);
}

.portfolio-inner article a {
	text-decoration: none;
}

.portfolio-inner article .entry-image {
	/* background-color: #f2efe9; */
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 100%;
	transition: all 0.6s ease;
}

.portfolio-inner article .entry-image:before {
	content: '';
	display: block;
	padding-top: 80%;
}

.portfolio-inner article .entry-image1:before {
	content: '';
	display: block;
	padding-top: 60%;
}

.portfolio-inner article .entry-image .overlay {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	opacity: 0;
	padding: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	transition: all 0.3s ease;
}

.portfolio-inner article .entry-image .overlay:before {
	border: 1px solid #f2efe9;
	content: '';
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: all 0.3s ease;
	width: 100%;
}

.portfolio-inner article .entry-image .overlay h4 {
	color: #ffffff;
	margin: 0;
	text-align: center;
	font-weight: bold;
	background: rgba(0, 0, 0, .5);
	padding: 10px 12px;
}

.title--small {
	word-wrap: break-word;
	letter-spacing: 5px;
	font-size: 1rem;
	line-height: 1rem;
}

.text--shadow {
	text-shadow: 0px 0px 20px #000;
}

.portfolio-inner article .entry-text {
	padding: 15px 0 0 0;
}

.portfolio-inner article .entry-text h4 {
	line-height: 1.15;
	margin: 0;
}

.portfolio-inner article:hover .entry-image .overlay {
	opacity: 1;
	border: 5px solid #fa801a;
}

.portfolio-inner article:hover .entry-image .overlay:before {
	height: calc(100% - 50px);
	width: calc(100% - 50px);
}

.portfolio-inner .title--medium-to-large {
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0;
}

.addresscontact {
	position: relative;
	background: #000000a3;
	outline: 1px solid #fe8d15;
	padding: 45px;
	outline-offset: -18px;
}

#contact-form .form-control {
	color: #fff !important;
}

#contact-form .form-control:focus {
	color: #fff !important;
	background-color: transparent !important;
	border: transparent;
	border-bottom: 1px solid #fff;
	outline: 0;
	box-shadow: none;
}

#contact-form ::placeholder {
	color: #fff;
	opacity: 1;
	/* Firefox */
}

#contact-form ::-ms-input-placeholder {
	/* Edge 12-18 */
	color: #fff;
}

.form-control {
	background-color: transparent;
	border-bottom: 1px solid #fff !important;
	border: 1px solid transparent;
}

.form-floating>.form-control-plaintext~label::after,
.form-floating>.form-control:focus~label::after,
.form-floating>.form-control:not(:placeholder-shown)~label::after,
.form-floating>.form-select~label::after {
	background-color: transparent;
}

.form-floating>.form-control-plaintext~label,
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
	color: rgb(151 151 151 / 65%);
}

.border-box1 {
	color: #000;
	border: 5px solid #589ee3;
	padding: 30px;
	margin-bottom: 30px;
	min-height: 260px;
	width: 100%;
}

.border-box1 h2 {
	color: #000;
}

.text-box1 {
	border: 1px solid #fff;
	padding: 30px;
	border-left: 0;
}

.text-box2 {
	border: 1px solid #fff;
	padding: 30px;
	border-right: 0;
}

.text-box3 {
	border: 1px solid #fff;
	padding: 30px;
}

.border-box-custom {
	position: relative;
	padding: 20px;
}

/* Top Gradient Border */
.border-box-custom::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(to right,
			#b71c1c 0%,
			#e53935 20%,
			#fb8c00 45%,
			#ffca28 50%,
			#fb8c00 55%,
			#e53935 80%,
			#b71c1c 100%);
}

/* Bottom Gradient Border */
.border-box-custom::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(to right,
			#2c3e90,
			#00c6ff,
			#2c3e90);
}


.border-box2 {
	background: #589ee3;
	padding: 30px;
	margin-bottom: 30px;
	width: 100%;
}

.border-box3 {
	border: 1px solid #fff;
	color: #fff;
	padding: 30px;
	margin-bottom: 30px;
	width: 100%;
}

.border-box3 h2 {
	color: #fff;
}

.areas-list {
	border: 5px double #fff;
	padding: 20px;
}

.contact-box {
	border-bottom: 5px solid #fff;
	padding: 30px;
	border-radius: 20px;
	background-color: #589ee3;
	height: 170px;
}

.contact-box .icon-box i {
	padding: 10px;
	border: 1px solid #fff;
	border-radius: 50px;
}

.img-border1 img {
	border-right: 8px solid #589ee3;
	border-bottom: 8px solid #589ee3;
	border-radius: 0 50px 50px 0;
}

.img-border2 img {
	border-left: 8px solid #4d4f4f;
	border-bottom: 8px solid #4d4f4f;
	border-radius: 50px 0 0 50px;
}

.img-border3 img {
	border: 8px solid #fff;
}

.img-border4 img {
	border: 8px double #fff;
}

/* ------------------- */

.accordion_custom1 .accordion-button:not(.collapsed) {
	background-color: #589ee3 !important;
	color: #fff;
}

.accordion_custom1 .accordion-button:not(.collapsed)::after {
	filter: invert(1) brightness(2);
}

.accordion-button::after {
	filter: invert(1) brightness(2);
}

.accordion-button:focus {
	box-shadow: none !important;
}

.accordion_custom1 .accordion-button {
	background-color: #589ee3;
}

/* ------------------- */

@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;
	}

	.border-box1 {
		min-height: 310px;
	}
}

@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: #000000; */
		font-weight: 500;
	}

	.scroll .logo {
		width: 150px;
	}

	.about-pd {
		padding: 0px 80px;
	}

	.border-box1 {
		min-height: 335px;
	}

}

@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: #1f30c6;
	}

	.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: #f97a16;
		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: #666;
		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;
	}

	.logo {
		width: 30%;
	}

}

@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;
	}

	.about-pd {
		padding: 0;
	}

	.footer-widget {
		margin-bottom: 30px;
	}

	.testimonial-box1 {
		height: auto;
	}

	.logo {
		width: 30%;
	}

	.about-img {
		background: linear-gradient(rgb(252 98 36), #f99e11);
		padding: 0;
		border-radius: 0;
	}

	.about-img img {
		border-radius: 0;
	}

	.jLKkbH {
		z-index: 9 !important;
	}

	.testimonial-box {
		display: block;
	}

	.testimonial-inner {
		max-width: 100%;
		padding: 20px 50px;
	}

	.feature-box {
		align-items: start;
	}

	.testimonil-section .owl-carousel .owl-nav .owl-prev {
		left: -65px;
	}

	.testimonil-section .owl-carousel .owl-nav .owl-next {
		right: -65px;
	}

	.text-box1 {
		border-left: 1px solid #fff !important;
		padding: 20px;
	}

	.text-box2 {
		border-right: 1px solid #fff !important;
		padding: 20px;
	}

	.border-box2,
	.border-box3 {
		padding: 20px;
	}

	.contact-box {
		margin-bottom: 30px;
	}

	.areas-list {
		margin-bottom: 30px;
	}

	.contact-box {		
		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;
	}

	.service-content .service-head h4 {
		font-size: 21px;
	}

	.page-banner {
		height: 350px;
	}

	.mini-banner {
		top: 40%;
	}


}

@media(min-width: 320px) and (max-width: 767px) {
	.footer-contact-wrap {
		margin-bottom: 20px;
	}

	.footer-logo {
		width: 300px;
	}

	.follow-us {
		text-align: left;
	}

	.testimonial-inner::before {
		display: none;
	}

	.testimonial-inner {
		background: #EAF4FB;
	}

	.testimonil-section .owl-carousel .owl-nav button {
		position: static;
	}

	.quote-icon.top {
		top: -36px;
		left: 0;
		font-size: 47px;
		color: #1E90C8;

	}

	.quote-icon.bottom {
		bottom: -36px;
		right: 0;
		font-size: 47px;
		rotate: 180deg;
		color: #1E90C8;

	}

	.parallax-window {
		height: 350px !important;
	}

	.page-banner {
		height: 350px;
	}

	.mini-banner {
		top: 40%;
	}

	.border-box1 {
		padding: 20px;
	}

}

@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%;
	}

	.content-box {
		padding: 72px 30px;
	}

	.splitimg.image2 {
		margin-top: 10px;
	}

}

@media(min-width: 320px) and (max-width: 575px) {
	.splitimg.image2 {
		margin-top: 10px;
	}

	.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%;
	}

	.inner-box {
		display: block;
		text-align: center;
	}

	.content-box {
		padding: 25px 19px;
	}

	.service-content .service-head h4 {
		font-size: 17px;
	}

	.testimonial-inner {
		padding: 20px 25px;
	}	

}