/* @font-face { font-family: paralucent; src: url("https://use.typekit.net/af/70bbaf/00000000000000007735f0d2/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/70bbaf/00000000000000007735f0d2/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/70bbaf/00000000000000007735f0d2/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype"); font-style: normal; font-weight: 500; font-stretch: normal; font-display: auto; }
@font-face { font-family: paralucent; src: url("https://use.typekit.net/af/302a59/00000000000000007735f0cd/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff2"), url("https://use.typekit.net/af/302a59/00000000000000007735f0cd/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff"), url("https://use.typekit.net/af/302a59/00000000000000007735f0cd/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("opentype"); font-style: normal; font-weight: 900; font-stretch: normal; font-display: auto; } */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap');

body {
	font-family: 'Outfit', sans-serif;
	color: #111;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	letter-spacing: 1px;

}

*,
ul,
ol {
	margin: 0;
	padding: 0;
}

ul,
ol {}

.list1 {
	padding-left: 15px
}

a {
	color: inherit !important;
	text-decoration: none !important;
}

strong {
	font-weight: bold;
}

a:hover,
a:focus {
	outline: none !important;
	text-decoration: none !important;
	color: #b3b3b3 !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0 !important;
	font-weight: 300;
	margin-bottom: 30px !important;
	color: #0b0507;
	line-height: 1.2 !important;
}

h1 {
	color: #294c22;
	font-size: 24px;
	line-height: 32px;
	font-weight: 400;
	text-align: center
}

h2 {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 20px !important;
	font-weight: 400
}

h3 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
}

h4 {
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
}

.h2-heading {
	position: relative;
	padding-bottom: 0px;
	margin-bottom: 30px;
}


.h2-heading:before {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #fff;
	border-radius: 10px;
	position: absolute;
	bottom: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	left: 0
}

.f-20 {
	font-size: 20px;
	margin-bottom: 30px;
}

.text-color1 {
	color: #294c22
}

.h3-sec {
	padding: 70px 10px
}




.bg-color1 {
	background-color: #000;
}

.bg-color3 {
	background-color: #263a7d;
}

/* header sec start  */

.scroll {
	background-color: #294c22;
}

.scroll .navigation a {
	color: #fff !important;
}

.header {
	/* border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA; */
	background-color: #294c22;
}

.header-bottom {
	padding: 10px;
}

.home-page .header {
	position: relative;
	background-color: #294c22;
	top: 0;
	z-index: 99;
	width: 100%;
}

.logo {
	display: inline-block;
	vertical-align: top;
	margin: 10px 0;
	width: 100%;
	max-width: 180px;
}

.logo img {
	max-width: 250px;
}

.p-60 {
	padding: 120px 60px
}


.tbcloes {
	background-color: #353f29;
	padding: 15px 20px;
}

.tbcloes a:hover {
	color: #fff !important
}

.tbcloes .text {
	width: 100%;
	margin-bottom: 0px;
	padding-top: 0px;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	
}
.tbcloes i{
	padding:0 10px
}

.top-contact-list {
	display: inline-block;
	vertical-align: middle;
}

.top-contact-list.top-contact-right {
	display: block;
	text-align: right;
}

.top-contact-list li {
	display: inline-block;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #ffffff;
	padding-right: 20px;
}

.top-contact-list li a i {
	font-size: 18px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	margin-right: 5px;
}

.top-contact-list li a i,
.top-contact-list li a {
	display: inline-block;
	vertical-align: middle;
}

.top-contact-list li:last-child {
	padding-right: 0;
}

.top-contact-list li:hover i {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	transform: rotate(360deg);
}

.top-contact-list li:hover a {
	color: #a1a1a1;
}

.social-links {
	display: block;
	text-align: right;
}

.social-links.footer-social-links {
	text-align: left;
}

.social-links li {
	display: inline-block;
	vertical-align: middle;
}

.social-links li a {
	background-color: #263a7d;
	color: #fff;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	display: block;
}

.get-a-quote,
.header-info-box {
	display: inline-block;
	vertical-align: middle;
}

.mobile-menu {
	display: none;
}

.navigation {
	display: block;
	text-align: end;
}

.navigation>li {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.navigation li.dropdown>.dropdown-menu {
	opacity: 0;
	position: absolute;
	top: 130%;
	left: 0;
	z-index: 999;
	background-color: #aeb7b8;
	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 a {
	border: none
}

.navigation li.dropdown>.dropdown-menu li {
	border-bottom: none !important;
	margin-right: 0;
}

.navigation li.dropdown>.dropdown-menu li:last-child {
	border-bottom: none;
}

.navigation li.dropdown>.dropdown-menu li a {
	background-color: #aeb7b8;
	padding: 10px 20px;
	color: #fff !important;
	border-radius: 0;
	text-decoration: none !important;
	font-size: 15px;
}

.navigation li.dropdown:hover>.dropdown-menu {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

.navigation>li:first-child {
	display: none;
}

.navigation a {
	letter-spacing: 0.5px;
	overflow: hidden;
	position: relative;
	display: block;
	font-weight: 500;
	color: #fff !important;
	padding: 16px 10px;
	font-size: 16px;
	transition: all 500ms ease 0s;
	text-transform: uppercase;
	font-family: 'Outfit', sans-serif;

}


.navigation>li.dropdown>a:after {
	font-family: "bootstrap-icons";
	content: "\F282";
	position: absolute;
	top: auto;
	right: 0;
	font-size: 14px;
	transition: all 500ms ease 0s;
}

.navigation>li>a {
	border-bottom: 1px solid transparent;
}

.navigation li:hover a {
	border-color: #fff;
}

.navigation li:focus a,
.navigation li.active a {
	border-color: #fff;
	color: #aeb7b8 !important
}

.navigation li.dropdown>.dropdown-menu li a:hover,
.navigation li.dropdown>.dropdown-menu li a:focus,
.navigation li.dropdown>.dropdown-menu li.active a {
	background-color: #00000080 !important
}

.top-social {
	text-align: end;
}

.top-social img {
	width: 30px
}

/* 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);
	}
}

.footer-section {
	background-color: #353f29;
}

.footer-content {
	position: relative;
	z-index: 2;
}

.footer-pattern img {
	position: absolute;
	top: 0;
	left: 0;
	height: 330px;
	background-size: cover;
	background-position: 100% 100%;
}

.footer-logo {
	margin-bottom: 20px;
}

.footer-logo img {
	width: 110px;
}

.footer-text p {
	font-size: 17px;
	color: #fff;
	line-height: 24px;
	font-weight: 400;
}

.footer-social-icon span {
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}

.footer-social-icon a {
	color: #fff !important;
	font-size: 20px;
	margin-right: 15px;
}

.footer-social-icon i {
	/* height: 40px;
	width: 40px; */
	text-align: center;
	line-height: 38px;
	border-radius: 50%;
	padding: 10px;

}

.bottom-container {
	display: flex;
	margin-bottom: 20px;
	align-items: center;
}

.bottom-icon {
	width: 24px;
	margin-right: 10px;
}

.email-link {
	color: #3498db !important;
	text-decoration: underline !important;
}

.email-link:hover {
	color: #0056b3 !important;
}


.facebook-bg {
	background-color: #3B5998 !important;
}

.twitter-bg {
	background: #55ACEE !important;
}

.instagram-bg {
	background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%) !important;
}

.footer-widget-heading h3 {
	margin-top: 0px;
	margin-bottom: 20px;
	color: #ffff;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	border-bottom: 2px solid #fff;
	padding: 20px
}

.footer-widget table {
	border-collapse: collapse;
	text-align: left;
	width: 90%
}

.footer-widget th,
.footer-widget td {
	padding: 10px 20px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400
}

.footer-widget td {
	text-align: center;
}

.footer-widget tr:nth-child(even) {
	background-color: #fff;
}

.footer-widget tr:nth-child(odd) {
	background-color: #a7b0b2;
}

.footer-widget ul li {
	margin-bottom: 10px;
}

.footer-widget ul li a:hover,
.footer-widget ul li:active a,
.bottom-container a:hover {
	color: #b3b3b3 !important;
}

.footer-widget ul li a,
.bottom-container a {
	color: #fff !important;
	font-weight: 500;

}

.home-page .copyright-area {
	background: #aeb7b8;
	padding-top: 40px;
	padding-bottom: 110px;
}



.copyright-area p a {
	font-size: 16px;
	color: #fff !important
}

.copyright-text a:hover {
	color: #727272 !important
}

.overlap:before {
	background-color: rgba(0, 0, 0, 0.50);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.banner {
	background-image: url(../images/banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
	position: relative;
	background-position: 50% 60%;
	;
}

.banner-text {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	content: '';
	z-index: 1;
	transform: translate(-50%, -50%);

}

.h1-light {
	margin-top: 0px;
	margin-bottom: 0px;


	color: #fff;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 25px;
	line-height: 30px;
	font-style: italic;
	text-align: center;
}

.slider-text {
	width: 100%;
	color: #fff;
	font-size: 50px;
	line-height: 60px;
	letter-spacing: 3px;
	text-align: center !important;
	letter-spacing: 0px;
	text-transform: none;

}

.slider-underline {
	width: 200px;
	height: 3px;
	margin-top: 20px;
	margin-bottom: 30px;
	background-color: #fff;
	position: relative;
	left: 50%;
	transform: translateX(-50%)
}

.slider-para {
	font-family: Georgia, Times, 'Times New Roman', serif;
	color: #fff;
	font-size: 25px;
	line-height: 30px;
	font-style: italic;
}

.card {
	border: none;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	/* Optional shadow for a raised effect */
	overflow: hidden;
	text-align: center;
	background-color: black;
	/* Background for the text area */
	height: 100%;
}

/* .card img {
		width: 100%;
		height: auto;
		display: block;
	} */

.card-text {
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	text-align: center;
	padding: 10px 0;
	background-color: black;
	min-height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}


.inner-box {
	padding: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #b3b3b3;
	background-color: #fff;
}

.fixed-attach {
	padding: 80px 0;
}

.fixed-attach h2 {
	font-size: 26px;
	font-weight: bold;
}

.contact-section {
	background-color: #000;
	/* Gray background */
	padding: 15px 30px;
	position: fixed;
	left: 0%;
	top: auto;
	right: 0%;
	bottom: 0%;
	z-index: 10;
}


/* footer sec end  */
@media(min-width: 1199px) {
	.col-xl-5th {
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media(min-width: 320px) and (max-width: 991px) {
	.home-page .header {
		position: static;
	}

	body {
		font-size: 16px;
	}

	.m-header-top-right {
		text-align: right;
	}

	.header-right {
		text-align: right;
	}

	.mobile-menu {
		display: inline-block;
		vertical-align: middle;
		font-size: 20px;
		background: #000;
		padding: 8px 14px;
		color: #fff;
		cursor: pointer;
		margin: 10px auto;
	}

	.social-links {
		text-align: center;
		display: block;
		vertical-align: middle;
		margin-bottom: 15px;
	}

	.top-contact-list,
	.top-contact-list.top-contact-right {
		display: block;
		text-align: center;
	}

	.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-top: 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 a {
		background-color: #0000;
		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: #294c22;
		color: #fff !important;
	}

	.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;
	}

	.get-a-quote,
	.header-info-box {
		margin: 15px;
	}

	.navigation li:hover a,
	.navigation li:focus a,
	.navigation li.active a {
		color: #fff !important;
	}

	.banner-text {
		top: 55%
	}

	.slider-text {
		font-size: 30px;
	}

	.h1-light {
		font-size: 28px;
	}

	.half-sec-img img,
	.half-sec-img1 img {
		position: relative !important;
		top: unset !important;
		right: unset !important;
		width: 100% !important;
	}

	.p-60 {
		padding: 30px !important;
	}



}

@media(min-width: 768px) and (max-width: 991px) {
	.header-info-box:before {
		right: 40%;
	}

	.header-info-box::after {
		width: 50%;
	}

	.banner {
		height: 50vh;
	}



}

@media(min-width: 320px) and (max-width: 767px) {
	.copyright-area {
		padding-bottom: 40px;
	}

	.footer-contact-wrap {
		margin-bottom: 20px;
	}

	.title {
		margin-bottom: 10px;
	}

	.footer-widget-heading h3 {
		margin-bottom: 5px !important;
	}


	.contact-text,
	.contact-section .btn-outline-dark {
		text-align: center;
	}

	.banner {
		height: 50vh;
	}

	.mt-40 {
		margin-top: 15px !important;
	}

	.slider-underline {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.contact-detail {
      height: auto !important;
    }


}

@media(min-width: 576px) and (max-width: 767px) {
	.top-contact-list li {
		padding: 5px 3px;
	}

	.top-contact-list li a i {
		margin-right: 2px;
	}

}

@media(min-width: 320px) and (max-width: 575px) {
	h1 {
		font-size: 22px;
	}

	.top-contact-list li {
		padding-top: 6px;
		padding-bottom: 6px;
		padding-right: 6px;
	}

	.top-contact-list li a i {
		margin-right: 0;
	}

	.slider-text {
		font-size: 25px;
	}

	.h1-light {
		font-size: 20px;
	}

	.bottom-container a {
		font-size: 14px;
	}

	.home-page .copyright-area {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.footer-widget table {
		width: 100%;
	}

	.contact-section {
		position: unset;

	}


	.btn1,
	.btn2,
	.btn3 {
		font-size: 14px !important;
		padding: 5px 10px !important;
	}

	.mt-40 {
		margin-top: 10px !important;
	}

	.card-text {
		min-height: 50px;
	}

	.tbcloes .text {
		font-size: 14.5px;
	}
	

	/*.navigation{*/
	/*	text-align: center !important;*/
	/*}*/
	.fixed-attach {
		padding: 50px 0;
	}

	.list1 {
		padding-left: 20px
	}

	.p-60 {
		padding: 15px !important;
	}

	.logo img {
		max-width: 180px
	}

	.slider-underline {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	


}


/* CSS */
.btn1,
.btn2,
.btn3 {
	appearance: none;
	background-color: #294c22;
	border: 1px solid #294c22;
	box-sizing: border-box;
	color: #3B3B3B;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	line-height: 24px;
	margin: 0;
	min-width: 0;
	outline: none;
	padding: 12px 20px;
	text-align: center;
	text-decoration: none;
	transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	will-change: transform;
	border-radius: 20px;
	min-width: 180px;
}


.btn1:disabled {
	pointer-events: none;
}

.btn2:hover {
	background-color: #444;
	color: #fff !important
}

.btn1:hover {
	color: #000 !important;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
	transform: translateY(-2px);
}

.btn:active {
	box-shadow: none;
	transform: translateY(0);
}

.btn3 {
	background-color: #000 !important;
	padding: 15px 20px;
}

.btn3:hover {
	background-color: #aeb7b8 !important;
	color: #fff !important
}

.mt-40 {
	margin-top: 60px
}

.flexbox .element {
	height: 100%;
}

.contact-info i {
	color: #c84a4b;
}

.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;
}


.sitemap-list {
	list-style: none;
}

.sitemap-list li {
	font-weight: 400;
	margin-bottom: 5px;
}



.half-sec {
	position: relative;
	background-color: #294c22;
}

.half-sec-img img {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	content: "";
	object-fit: cover;
}


.half-sec1 {
	position: relative;
	background-color: #fff;
}

.half-sec-img1 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	content: "";
	object-fit: cover;
}

.contact-container {
  text-align: center;
}

.contact-icon1 {
  float: none;
  margin: auto;
  position: relative;
  z-index: 1;
  border: 5px solid #ffffff;
  background-color: #294c22;
  box-sizing: border-box;
  color: #FFFFFF;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 70px;
  font-size: 1.6em;
}

.contact-detail {
  background-color: #eee;
  padding: 60px 20px 20px;
  margin-top: -40px;
  height: 150px;
}

.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;
}

.contact-wrap1 .address-content1 {
  background-color: #eee;
  padding: 60px 15px 20px;
  margin-top: -40px;
  /* height: 180px; */
}
