@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100&display=swap');

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 24px;
	font-weight: normal;
	font-style: normal;
	overflow-x: hidden;
}

*,
ul,
ol {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style-type: none;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #000;
	outline: none;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1F1F25;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 15px;
}

.bg-color1 {
	background-color: #565656;
}

.bg-color2 {
	background-color: #0000ff;
}


.text-color1 {
	color: #fe3f00 !important;
}


.text-color2 {
	color: #000 !important;
}
.text-color3 {
	color: #0000ff !important;
}
.txt-hover:hover,
.txt-hover:focus {
	color: #a9a9a9;
}

.hover-text-1:hover {
	color: #fe3f00 !important;
}

.width-30 {
	width: 30%;
}

.width-40 {
	width: 40%;
}

.width-50 {
	width: 50%;
}

.width-70 {
	width: 70%;
}

.width-60 {
	width: 60%;
}

.flexbox {
	display: -webkit-box;
	display: flex;
}

.flexbox .element {
	height: 100%;
}

.header-bottom {
	background-color: #fff;
	padding: 20px;
	position: relative;
	box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.09019607843137255);
}

.logo {
	display: inline-block;
	margin: 8px auto;
}

/*.logo .img-fluid{
	max-width: 70%;
}*/
.m-logo-wrap,
.m-contact-list,
.m-social-links {
	display: none;
}

.mobile-menu {
	display: none;
}

.nav-wrapper {
	display: block;
	text-align: right;
}

.navigation>li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-right: -4px;
}

.navigation>li:last-child {
	margin-right: 0;
}

.navigation li.dropdown>.dropdown-menu {
	opacity: 0;
	position: absolute;
	top: 130%;
	left: 0;
	width: 250px;
	z-index: 999;
	background-color: #ff8daa;
	visibility: hidden;
	border-radius: 0;
	box-shadow: none;
	border: 0;
	padding: 0;
	margin: 0;
	border-bottom: 0 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: 10px 15px;
	color: #000;
}

.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: 1px;
	overflow: hidden;
	position: relative;
	display: block;
	font-weight: 600;
	color: #fff;
	padding: 15px 30px;
	transition: all 500ms ease 0s;
}

.navigation li.dropdown>a {
	padding-right: 35px;
}

.navigation>li.dropdown>a:after {
	font-family: "bootstrap-icons";
	content: "\F282";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 12px;
	/*    display: block;*/
	font-size: 14px;
	transition: all 500ms ease 0s;
}

.navigation li:hover a,
.navigation li:focus a,
.navigation li.active a {
	color: #9d9d9d;
}

.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: #565656;
}

.slider-wrapper {
	position: relative;
	overflow: hidden;
}

.slider-wrapper .carousel-caption {
	position: absolute;
	right: 15%;
	bottom: auto;
	left: 15%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}

.fs-70 {
	font-size: 70px;
}

.list1 li,
.list2 li,
.areas-list li {
	padding: 0px 0 11px 26px;
	position: relative;
}

.list1 li:before,
.list2 li:before,
.areas-list li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '\F133';
	font-family: "bootstrap-icons";
	font-size: 18px;
	color: #0000ff;
}

.areas-list li:before {
	content: '\F3E7';
}

.list2 li:before {
	color: #fff;
}

.list3 {
	margin-left: 16px;
}

.list3 li {
	list-style-type: decimal;
	padding-bottom: 18px;
}

.parallax {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.parallax .container,
.parallax .container-xxl,
.parallax .container-fluid,
.parallax .container-auto {
	position: relative;
	z-index: 1;
}

.overlap {
	position: relative;
}

.overlap:before,
.overlap1:before,
.overlap2:before {
	background-color: rgba(0, 0, 0, 0.5);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.overlap1:before {
	background-color: rgba(0, 0, 0, 0.7);
}

.overlap2:before {
	background-color: rgb(55 57 60 / 80%);
}

.widget-title {
	font-size: 24px;
	font-weight: 600;
	color: #000000;
	margin-bottom: 20px;
}

.widget-title a:hover {
	color: #000;
}

.footer-menu li a {
	position: relative;
	padding: 3px 0 3px 25px;
	display: inline-block;
	color: #000000;
}

.footer-menu li a:before {
	position: absolute;
	top: 2px;
	left: 0;
	content: '\F231';
	font-family: 'bootstrap-icons';
}

.footer-links {
	display: block;
	color: #ffffff;
}

.footer-menu li a:hover,
.footer-menu li a:focus,
.footer-menu li a:active {
	color: #000000;
}

.footer-links a:hover,
.footer-links a:focus,
.footer-links a:active {
	color: #ddd;
}

.navigation li.dropdown>.dropdown-menu.child-dropdown {
	top: 0;
	left: 100%;
	padding: 15px;
}

.btn-request a {
	display: inline-block;
	color: #fff;
	text-align: center;
	padding: 15px;
	background-color: #0000ff;
	border-style: none;
	border-radius: 15px;
	font-weight: 600;
}

.navbar-bottom {
	background-color: #565656;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
}

.top-contact-list li {
	display: inline-block;
}

.top-contact-list li a {
	display: inline-block;
	padding: 15px 5px;
	font-size:18px;
	color: #fff;
}

.top-h5 {
	font-size: 18px;
}

.nav-wrapper {
	background-color: #0000ff;
}

.contactform-sec {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 99;
	width: 50%;
	transform: translate(-50%,-50%);
}

.contactform-sec.formabslut {
	width: 600px;
	right: 5%;
	left: auto;
}

.btn-1,
.btn-2 {
	background-color: #0000ff;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	display: inline-block;
	padding: 15px 25px;
	transition: all 0.5s;
}

.btn-2 {
	background-color: #fff;
	color: #000;
}

.btn-1:hover,
.btn-1:focus,
.btn-1:active {
	background-color: #fff;
	color: #0000ff;
}

.btn-2:hover,
.btn-2:focus,
.btn-2:active {
	background-color: #565656;
	color: #fff;
}

.stickytext-wrap h1 {
	font-weight: 800;
	text-transform: uppercase;
}

.sliderform {
	padding: 20px;
}

.sliderform .form-outline {
	margin-bottom: 10px;
}

.sliderform .form-outline label {
	color: #fff;
}

.sliderform .form-control {
	border-radius: 3px;
}

.btnwrap-slider button {
	background-color: #0000ff;
	display: block;
	text-decoration: none;
	border: 0;
	color: #fff;
	font-weight: bold;
	padding: 12px 25px;
	width: 100%;
	text-transform: uppercase;
}

.img-100 {
	margin: -30px 0px 0px 0px;
	position: relative;
	z-index: 1;
}

.img-100 img {
	width: 180px;
}

.address-box .address-content {
	position: relative;
	overflow: hidden;
	color: #898989;
}

.address-box p a,
.footer-widget p {
	color: #000000;
}

.address-box p a:hover,
.address-box p a:active,
.address-box p a:focus {
	color: #000;
}

.address-box .address-icon-holder {
	float: left;
	margin-right: 15px;
	color: #000000;
	font-size: 25px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: transparent;
	border-radius: 100%;
	text-align: center;
	position: relative;
}

.footer-menu li a:before {
	position: absolute;
	top: 2px;
	left: 0;
	color: #000000;
	font-size: 20px;
	content: "\f135";
	font-family: 'bootstrap-icons';
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

#about-carousel,
#twoabout-carousel {
	position: relative;
}

#about-carousel .owl-nav button,
#twoabout-carousel .owl-nav button {
	width: 50px;
	height: 50px;
	background: #fe3f00;
	line-height: 50px;
	margin: 0 auto;
	text-align: center;
}

#about-carousel .owl-nav button span,
#twoabout-carousel .owl-nav button span {
	width: 100%;
	color: #fff;
	font-size: 25px;
}

#about-carousel .owl-next,
.owl-prev,
#twoabout-carousel .owl-next,
.owl-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

#about-carousel .owl-next,
#twoabout-carousel .owl-next {
	right: 0;
	display: flex;
}

#about-carousel .owl-prev,
#twoabout-carousel .owl-prev {
	left: 0;
	display: flex;
}

#about-carousel .caption,
#twoabout-carousel .caption {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 15px 25px;
	background: rgb(0 0 0 / 92%);
	display: none;
}

#about-carousel .caption h4,
#twoabout-carousel .caption h4 {
	color: #fff;
}

.bg-rgba {
	background-color: rgb(0 0 0 / 76%);
}

.box-text-over-img {
	position: relative;
	overflow: hidden;
	border: 10px solid #fff;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.img-feagure::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 45%);
	content: "";
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	border-radius: 0;
}

.box-text-over-content {
	position: absolute;
	left: 0;
	top: 85%;
	right: 0;
	background: transparent;
	width: 100%;
	margin: auto;
	border-radius: 5px;
	padding: 0 30px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	text-align: left;
}

.box-text-over-img:hover {
	border: 10px solid rgb(255, 255, 255);
}

.box-text-over-img:hover .box-text-over-content {
	top: 50%;
}

.box-text-over-img:hover .img-feagure::before {
	background: rgb(0 0 251 / 29%);
	z-index: 1;
}

.box-text-over-content h3 a:hover {
	color: #000;
}

.formabslut .form-outline textarea {
	height: 100px
}

.box-text-over-content h3 {
	text-align: center;
}

.img-feagure img {
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.box-text-over-img:hover .img-feagure img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.readmore-btn {
	display: none;
}

.readmore-btn .btn-1 {
	padding: 7px 15px;
}

.box-text-over-img:hover .readmore-btn {
	display: block;
	transition: 0.5s;
}

.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;
}

.single-service-item {
	margin: 0 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 .item-overlay {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
	/*content: '';*/
	z-index: 9;
}

/*.single-service-item .img-holder .item-overlay:before{
    position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	transform:translateY(-50%);
	width: 100%;
	height:100%;
	background-color: rgba(0, 0, 0, 0.6);
	content:'';
	z-index:1;
}*/
.single-service-item .img-holder .item-overlay .box {
	/*width: 100%;*/
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 9;
	/*background-color: rgba(0, 0, 0, 0.6);*/
}

.single-service-item .img-holder .item-overlay .box h5 {
	font-weight: normal;
}

.single-service-item .img-holder .item-overlay .box a {
	border: 1px solid #dfdfdf;
	color: #fff;
	padding: 12px;
	text-transform: uppercase;
	font-size: 16px;
	display: inline-block;
}

.single-service-item .img-holder .item-overlay .box a:hover,
.single-service-item .img-holder .item-overlay .box a:focus {
	background-color: #00000061;

}

.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: 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;
}

.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;
}

.contact-info-area {
	position: relative;
	display: block;
	padding-top: 120px;
	padding-bottom: 90px;
	z-index: 10;
}

.single-contact-info-box {
	position: relative;
	display: block;
	padding-top: 20px;
	margin-bottom: 30px;
	z-index: 1;
}

.single-contact-info-box .icon {
	position: absolute;
	top: 0;
	left: 30px;
	width: 60px;
	height: 60px;
	background: #fe3f00;
	border-radius: 0%;
	z-index: 2;
	text-align: center;
	line-height: 60px;
	color: #ffffff;
	font-size: 18px;
}

.single-contact-info-box .icon::before {
	content: "";
	position: absolute;
	top: 0px;
	right: -16px;
	z-index: -1;
	border-bottom: 20px solid #fe3f00;
	border-right: 16px solid transparent;
}

.single-contact-info-box .icon span::before {
	position: relative;
	display: block;
	color: #ffffff;
	font-size: 25px;
	line-height: 60px;
	text-align: center;
}

.single-contact-info-box .text-holder {
	position: relative;
	display: block;
	padding: 50px 26px 15px;
	background: #ffffff;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
	z-index: 1;
}

.single-contact-info-box .text-holder .pattern-bg {
	position: absolute;
	min-height: 160px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #ffffff;
	background-repeat: repeat;
	z-index: -1;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.single-contact-info-box:hover .text-holder .pattern-bg {
	background-color: #000000;
}

.single-contact-info-box .text-holder .top {
	position: relative;
	display: block;
	padding-bottom: 16px;
}

.single-contact-info-box .text-holder h3 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 2px;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.single-contact-info-box:hover .text-holder h3 {
	color: #ffffff;
}

.single-contact-info-box .text-holder span {
	font-style: italic;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.single-contact-info-box:hover .text-holder span {
	color: #ffffff;
}

.single-contact-info-box .text-holder p {
	margin: 0;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.single-contact-info-box:hover .text-holder p {
	color: #ffffff;
}

.single-contact-info-box .text-holder p a {
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.single-contact-info-box:hover .text-holder p a {
	color: #ffffff;
}

.single-contact-info-box .text-holder p a:hover {
	color: #fe3f00;
}

.footer-social-links {
	display: block;
}

.footer-social-links li {
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
}

.footer-social-links li a {
	display: block;
	color: #000000;
}

.footer-social-links li a:hover,
.footer-social-links li a:focus {
	color: #000;
}

.footer-social-links.contact-page li a {
	color: #000;
}

.single-contact-info-box:hover .footer-social-links.contact-page li a {
	color: #fff;
}

.single-contact-info-box .footer-social-links.contact-page li a:hover,
.single-contact-info-box .footer-social-links.contact-page li a:focus {
	color: #fe3f00;
}

.title2.button {
	z-index: 11;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #fe3f00;
	padding: 13px 14px;
}

#project-slider .slick-arrow {
	z-index: 9;
}

#project-slider .slick-prev {
	left: 0;
}

#project-slider .slick-next {
	right: 30px;
}

#project-slider .image-box {
	margin: 0 3px;
	position: relative;
	overflow: hidden;
}

#project-slider .image-box:before {
	content: "";
	position: absolute;
	padding: 100px 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #f4f4f4bd;
	z-index: 2;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

#project-slider .slick-current.slick-active .image-box:before {
	display: none;
}

#project-slider .slick-prev,
#project-slider .slick-next {
	font-size: 50px;
	color: #152039;
}

#project-slider .slick-prev:before,
#project-slider .slick-next:before {
	display: none;
}

.divone {
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
}

.img-align-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.icon-img {
	position: relative;
}

.icon-img img {
	position: absolute;
	width: 100px;
	height: 100px;
	padding: 20px;
	background: #fff;
	border-radius: 15px;
	top: 0;
	bottom: 0;
	left: 8px;
	right: 0;
	transform: translateY(-50%);
	filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));
}

.flex-content-inner {
	padding-left: 70px;
	background: rgb(62 62 62 / 99%);
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 56px;
	border-radius: 10px;
	padding-right: 10px;
}

.modal-body-h2 {
	font-size: 40px;
}

.modal-body-h3 {
	font-size: 20px;
}

#offerModal .btn-close {
	position: absolute;
	top: 8px;
	right: 8px;
	border-radius: 0;
	background-color: #fe3f00;
	color: #000;
	opacity: 1;
}

.blcktext {
	font-size: 80px;
	color: #fe3f00;
	display: block;
}

#offerModal .modal-content {
	border: 10px solid #fe3f00;
	border-radius: 0;
	animation-name: blinking;
	animation-duration: 1s;
	animation-iteration-count: 100;
}

.quotestext-inner {
	position: relative;
	background: url(../images/bgoffer.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0 20px 15px 20px;
}

.quotestext {
	position: relative;
	display: inline-block;
	padding: 10px 30px;
	font-size: 40px;
	font-weight: 600;
	line-height: 41px;
}

#offerModal .small,
#offerModal small {
	font-size: 12px;
}

/*#offerModal .modal-dialog {
top: 40%;
transform: translateY(-50%);
}*/
@keyframes blinking {
	50% {
		border-color: #000;
	}
}



.news-section .item {
	position: relative;
	overflow: hidden;
	border: 5px solid #fff;
}

.news-section .item:hover img {
	-webkit-filter: none;
	filter: none;
	-webkit-transform: scale(1.09, 1.09);
	transform: scale(1.09, 1.09);
	-webkit-filter: brightness(75%);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

/* .news-section .item:hover .con {
    bottom: 0;
} */

.news-section .item img {
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-filter: brightness(100%);
}

/* .news-section .item .date {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 20px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    padding: 5px 10px;
    text-align: center;
}

.news-section .item .date span {
    font-family: 'Open Sans', sans-serif;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
}

.news-section .item .date i {
    font-family: 'Open Sans', sans-serif;
    display: block;
    font-size: 24px;
    font-style: normal;
    color: #fff;
}

.news-section .item .con {
    margin: -155px 20px 90px;
    padding: 20px;
    background-color: #f8f5f0 !important;
    border: 1px solid #f8f5f0;
    border-radius: 0;
    overflow: hidden;
    -webkit-transition: .2s cubic-bezier(.3, .58, .55, 1);
    transition: .2s cubic-bezier(.3, .58, .55, 1);
    bottom: -90px;
    position: relative;
}

.news-section .item .con .category {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 10px;
    letter-spacing: 1.3px;
    display: block;
    color: #000;
}

.news-section .item .con .category {
    margin-right: 5px;
    position: relative;
    color: #000;
}

.news-section .item .con .category :hover {
    color: #222;
}

.news-section .item .con .category :last-child {
    margin-right: 0;
}

.news-section .item .con .category :last-child:after {
    display: none;
}

.news-section .item .con h5,
.news-section .item .con h5 p {
    color: #ffffff;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 0px;
} */

/* .news-section .item .con h5:hover,
.news-section .item .con h5 a:hover {
    color: #666;
} */

/* .news-section .item .con p {
    color: #4f4f4f;
} */

.news-section .item .con i {
	color: #fff;
	font-size: 20px;
}

.news-section .owl-theme .owl-nav {
	position: absolute;
	bottom: auto;
	top: 40%;
	left: 50%;
	width: 100%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.news-section .owl-theme .owl-nav button {
	position: absolute !important;
	width: 40px;
	height: 40px;
	line-height: 34px;
	background: transparent;
	color: #fff !important;
	font-size: 11px;
	margin-right: 15px;
	margin-left: 15px;
	cursor: pointer;
	border: 1px solid rgba(255, 255, 255, 0.8) !important;
	border-radius: 100%;
	transition: all 0.2s ease-in-out;
	transform: scale(1.0);
}

.news-section .owl-theme .owl-nav button.owl-next {
	right: -40px;
}

.news-section .owl-theme .owl-nav button.owl-prev {
	left: -40px;
}

.news-section .owl-theme .owl-nav [class*="owl-"]:hover {
	background-color: transparent;
}

.bordercurve {
	position: relative;
}

.bordercurve:before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 50%;
	width: 50%;
	height: 75%;
	margin: 0 auto;
	border-top: 1px solid #000000;
	border-right: 5px solid #000000;
	border-left: 5px solid #000000;
	border-bottom: 1px solid #000000;
	border-radius: 25px;
	transform: translateY(-50%);
}

.imgcontact .borderto-img {
	border-width: 1px;
	border-style: double;
	border-color: #000000;
	padding: 5px;
	border-radius: 25px 25px 25px 25px;
}

.imgcontact .borderto-img img {
	border-radius: 25px;
	border-width: 1px;
	border-style: double;
	border-color: #000000;
}

.address-box1 {
	margin-bottom: 15px;
}

.address-box1 .address-icon-holder {
	float: left;
	font-size: 16px;
	margin-right: 8px;
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px #fff;
	border-radius: 100%;
	text-align: center;
	position: relative;
	border-style: solid;
}

.address-box1 .address-content {
	position: relative;
	overflow: hidden;
}

.address-box1 .address-content strong {
	color: #fff;
}

/*.contact-form2 {*/
/*	padding: 30px !important;*/
/*}*/


/*#contact-form2 {*/
/*	padding: 30px !important;*/
/*}*/

#button {
  display: inline-block;
  background-color: #0000ff;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  left: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\F286";
  font-family: 'bootstrap-icons';
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}



@media (min-width: 1200px) and (max-width:1400px) {
	.emailtop {
		display: none;
	}

	.navigation a {
		padding: 15px 20px;
	}

	.top-contact-list li a {
		padding: 12px 20px;
		font-size:28px;
	}

	.contactform-sec.formabslut {
		width: 40%;
		right: 3%;
	}

	.formabslut .form-outline textarea {
		height: 70px
	}
}

@media (min-width: 992px) and (max-width:1200px) {
	.top-h5 {
		font-size: 18px;
	}

	.btn-request a {
		font-size: 15px;
		padding: 12px 15px;
	}

	.navigation a {
		padding: 15px 20px;
	}

	.top-contact-list li>a>span {
		display: none;
	}

	.top-contact-list li>a>i {
		font-size: 20px;
	}

	.top-contact-list li a {
		padding: 15px 7px;
	}

	.top-contact-list li:last-child a {
		margin-left: 0;
	}

	.contactform-sec {
		width: 100%;
		left: 0;
		padding: 15px;
		padding: 0 50px;
	}

	.contactform-sec.formabslut {
		width: 100%;
		position: relative;
		transform: none;
		right: 0;
		padding: 15px 0;
	}

	.footer-menu li a,
	.address-box p a {
		font-size: 14px;
	}

	.address-box .address-icon-holder {
		font-size: 17px;
		margin-right: 2px;
	}

	.box-text-over-content h3 {
		font-size: 17px;
	}

	.single-contact-info-box .text-holder p {
		font-size: 14px;
	}
}

@media (min-width: 220px) and (max-width:991px) {
	.logo {
		display: table;
		margin: auto;
		text-align: center;
	}

	.logo .img-fluid {
		max-width: 75%;
	}

	.top-h5,
	.btn-request {
		display: none;
	}

	.m-contact-list {
		display: flex;
		justify-content: center;
		text-align: center;
		margin: 8px 0;
	}

	.m-contact-list li {
		padding: 0 8px;
	}

	.m-contact-list li a {
		font-size: 18px;
		font-weight: bold;
		color: #000;
	}

	.m-contact-list li a span {
		display: block;
		color: #fff;
	}

	.m-social-links {
		display: block;
		text-align: center;
	}

	.m-social-links li {
		/*		width: 50%;
		float: left;*/
		display: inline-block;
		padding: 10px;
		box-sizing: border-box;
	}

	.m-social-links li a .img-fluid {
		max-width: 30px;
	}

	.m-social-links li a span {
		font-size: 12px;
		font-weight: bold;
		display: block;
	}

	.mobile-menu {
		display: block;
		font-size: 20px;
		background: #fff;
		padding: 15px 20px;
		color: #000;
		cursor: pointer;
		margin: 0 auto;
		text-align: left;
	}

	.mobile-menu i {
		float: right;
	}

	.nav-wrapper {
		position: fixed;
		top: 0;
		right: -300px;
		width: 255px;
		height: 100%;
		overflow-x: scroll;
		z-index: 999;
		border-radius: 0;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		background-color: #221e1f;
		padding: 0;
	}

	.navigation {
		text-align: left;
	}

	.nav-wrapper.open {
		right: 0;
	}

	.navigation>li {
		display: block;
		margin: 0;
		border-bottom: 1px solid #333;
	}

	.navigation>li:first-child {
		display: block;
	}

	.navigation>li:before {
		display: none;
	}

	.navigation li a {
		padding: 10px 20px;
		color: #fff;
		text-transform: none;
	}

	.navigation li:hover>a,
	.navigation li:focus>a,
	.navigation li.active>a {
		background-color: #0000ff;
		color: #ffffff;
	}

	.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;
	}

	.fixed-top {
		position: static;
	}

	.contactform-sec {
		width: 100%;
		padding: 15px;
	}

	.contactform-sec.formabslut {
		width: 100%;
		position: relative;
		transform: none;
		right: 0;
		padding: 15px 0;
	}

	.top-contact-list li {
		display: inline-block;
	}

	.img-100 {
		margin: 0 auto;
		text-align: center;
	}

	.flexbox {
		display: block;
	}

	.width-50,
	.width-60,
	.width-40 {
		width: 100%;
	}

	.top-h5 {
		font-size: 18px;
	}

	.btn-request a {
		font-size: 15px;
		padding: 12px 15px;
	}

	.parallax.m-parallax-bg {
		background-image: none !important;
		height: 100% !important;
		min-height: 100% !important;
	}

	.single-contact-info-box .text-holder h3 {
		font-size: 16px;
	}

	.single-contact-info-box .text-holder p {
		font-size: 14px;
	}
}

/* col-md */
@media (min-width: 768px) and (max-width:991px) {
    .top-contact-list li a{
        padding: 15px 12px;
        font-size: 24px;
    }
}

/* for all mobile */
@media (min-width: 220px) and (max-width:767px) {
	.logo-wrap img {
		width: 100%;
	}
    .top-contact-list li a{
        font-size:30px;
        display:inline-block;
    }
    .top-contact-list li a .emailtop{
        display:none;
    }
	.m-social-links li {
		width: 50%;
		float: left;
	}

	.icon-img img {
		position: static;
		transform: none;
		width: 100%;
		height: auto;
		border-radius: 10px 10px 0 0;
	}

	.flex-content-inner {
		padding-left: 15px;
		padding-top: 15px;
		padding-bottom: 15px;
		margin-left: 0;
		border-radius: 0 0 10px 10px;
		padding-right: 15px;
	}
}

/* col-sm  */
@media (min-width: 576px) and (max-width:767px) {
	.box-text-over-content h3 {
		font-size: 20px;
	}

	.icon-img img {
		position: static;
		transform: none;
		width: 110px;
		margin: 0 auto;
		border-radius: 10px;
		height: auto;
	}

	.icon-img {
		text-align: center;
	}
}

/* col-xs */
@media (min-width: 220px) and (max-width:575px) {

	.btn-1,
	.btn-2 {
		display: block;
		text-align: center;
	}

	#about-carousel .owl-nav button,
	#twoabout-carousel .owl-nav button {
		width: 33px;
		height: 33px;
		line-height: 30px;
	}

	#about-carousel .caption,
	#twoabout-carousel .caption {
		padding: 7px 16px;
	}

	#about-carousel .caption h4,
	#twoabout-carousel .caption h4 {
		font-size: 15px;
	}

	/*.top-contact-list li a {
		padding: 5px 10px;
	}*/

	.single-contact-info-box .text-holder {
		padding: 71px 15px 34px;
	}

	.single-contact-info-box {
		margin-bottom: 0px;
	}

	.single-service-item .img-holder {
		height: 350px !important;
	}

	.google-map iframe {
		height: 450px;
	}

	.m-social-links li {
		padding: 5px 3px;
	}

	.m-social-links li a span {
		font-size: 10px;
	}

	.img-align-center {
		display: block;
	}

	.title2.button .fs-5 {
		font-size: 14px !important;
	}

	.icon-img {
		text-align: center;
	}

	.icon-img img {
		padding: 7px;
		width: 110px;
		display: table;
		margin: 0 auto;
	}

	#offerModal .modal-dialog {
		top: auto;
		transform: none;
	}

	.modal-body-h2 {
		font-size: 30px;
	}

	.blcktext {
		font-size: 40px;
	}

	.quotestext {
		padding: 11px 22px 6px 22px;
		font-size: 25px;
		font-weight: 600;
		line-height: 38px;
	}

	.contact-form2 {
		padding: 15px 0px!important;
	}
	
	.address-box .address-icon-holder {
	    display:none;
	}
	
	.address-box1 .address-icon-holder {
	    display:none;
	}
	
	.fs-m{
	    font-size:13px;
	}
 
}