@import url('https://fonts.googleapis.com/css?family=Raleway:300,300i,400,500,600,700');
html,
body {
	height: 100%;
	min-height: 100%;
}

body {
	background: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	line-height: normal;
	margin: 0;
}

div,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ul,
ol,
dl,
li,
dt,
dd,
blockquote,
pre,
form,
fieldset,
label,
a {
	margin: 0;
	padding: 0;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

img,
a img {
	border: none;
}

h1 {
	color: #e4ad0c;
	font-size: 30px;
}

h2 {
	font-size: 44px;
	color: #272110;
}

h3 {
	font-size: 17px;
}

h4 {
	font-size: 20px;
	color: #2e2d2d;
}

h6 {
	font-size: 12px;
}

h1,
h2,
h4,
h6 {
	font-weight: normal;
	margin-bottom: 5px;
}

ul li {
	list-style: none;
}

p {
	color: #84898b;
	font-size: 15px;
	font-weight: 300;
	line-height: 30px;
	margin: 0;
	padding: 0;
}

a {
	color: #231f20;
	outline: none;
	text-decoration: none !important;
	transition: all .3s;
}

a:hover {
	color: #2c4058;
	text-decoration: underline;
}

a.active {
	color: #2c4058 !important;
}

a:focus {
	outline: none;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.clr {
	clear: both;
}

.center-block {
	float: none;
	margin: 0 auto;
}

.bdr-bot0 {
	border-bottom: 0 !important;
}
.mt-5{
	margin-top: 50px;
}
.mt-3{
	margin-top: 30px;
}
 ::-moz-placeholder {
	color: #868686 !important;
	font-size: 13px;
	font-style: normal;
	opacity: 1;
}

 :-ms-input-placeholder {
	color: grey !important;
	font-size: 13px;
	font-style: normal;
	opacity: 1;
}

 ::-webkit-input-placeholder {
	color: #868686 !important;
	font-size: 13px;
	font-style: normal;
	opacity: 1;
}

.btn {
	transition: all .3s;
	border-radius: 0;
	border: 0;
	transition: all .3s;
}

.btn-primary {
	background-color: #02c856;
	color: #fff !important;
	text-transform: capitalize;
	border: 1px solid #02c856;
	padding: 10px 30px;
}
.btn-primary:hover {
    background-color: #84a6e3;
    border-color: #84a6e3;
}
.text {
    padding-bottom: 30px;
}

.btn-lg {
	padding: 15px 60px;
	border-radius: 30px;
}

.btn-md {
	font-size: 18px;
	padding: 12px 30px;
}


/*=================MAIN STYLES================*/

.no-js #loader {
	display: none;
}

.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
}

.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/loader-64x/Preloader_2.gif) center no-repeat #fff;
}

#wrapper {
	position: relative;
}

header {
	background: transparent;
	padding: 55px 0 0 0;
	position: relative;
	z-index: 9999;
}

header .navbar {
	background: transparent;
	border: 0;
	margin-bottom: 15px;
	z-index: 9999;
}

.navbar-brand {
	height: auto;
	z-index: 9999;
}

.navbar-toggle {
	border: 0;
	background: none;
	border-radius: 0;
	z-index: 9999;
	position: relative;
	margin-top: 15px;
}

.navbar-right-2 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.navbar-right-2 li {
	padding: 0 20px;
}

.social-nav li {
	padding: 0 10px;
}

.social-nav li a.fa {
	height: 36px;
	width: 40px;
	border: 1px solid #fff;
	border-radius: 50%;
	text-align: center;
	padding: 0;
	line-height: 34px;
	font-size: 16px;
}

.cart-nav li a.fa:hover {
	background-color: #fff;
	color: #fff !important;
}

.navbar-toggle .icon-bar {
	background-color: #fff !important;
}

.navbar-toggle:hover {
	background-color: #fff !important;
}

.navbar-toggle:visited {
	background-color: transparent;
}

.navbar-right li a {
	color: #fff !important;
	font-size: 14px;
	text-transform: uppercase;
	transition: all .4s;
}

.nav.navbar-nav.navbar-right.navbar-right-2 li a:hover {
    border: none;
    
}


.navbar-right li a:hover {
	color: #fff !important;
	background-color: #02c856 !important;
	border: 1px solid #02c856;
}

.navbar-toggle {
	border: none;
	background: transparent !important;
}

.navbar-toggle:hover {
	background: transparent !important;
}

.navbar-toggle .icon-bar {
	width: 22px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.navbar-toggle {
	border: none;
	background: transparent !important;
}

.navbar-toggle:hover {
	background: transparent !important;
}

.navbar-toggle .icon-bar {
	width: 22px;
	transition: all 0.2s;
}

.navbar-toggle .top-bar {
	transform: rotate(45deg);
	transform-origin: 10% 10%;
}

.navbar-toggle .middle-bar {
	opacity: 0;
}

.navbar-toggle .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .top-bar {
	transform: rotate(0);
}

.navbar-toggle.collapsed .middle-bar {
	opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
	transform: rotate(0);
}

.carousel .item img {
	width: 100%;
}

.slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.slider-text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.slider-text h1 {
	font-size: 40px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
}

.slider-text p {
	font-size: 18px;
	color: #fff;
	margin-bottom: 30px;
}

section.reviews {

    float: left;
    width: 100%;
    background: #ffff;

}
footer {
	float: left;
	width: 100%;
}

.carousel-control {
	background: none !important;
	opacity: 1 !important;
}

.carousel-control .left-arrow,
.carousel-control .right-arrow {
	position: absolute;
	top: 50%;
}

.carousel-indicators {
	display: none;
}

.header-bottom {
	border: 4px solid #fff;
	position: absolute;
	bottom: -150px;
	left: 50%;
	transform: translate(-50%, -0);
}

.services {
	margin: 50% 0 100px 0;
}
.media-left {
    width: 15%;
}
.media-heading {

    text-transform: uppercase;
    color: #fff;
    font-weight: 500;

}
.media-body p {

    color: #fff;

}
.what-we-do {
    float: left;
    width: 100%;
    background: #02c856;
    padding: 80px 0 40px;
}
.practice-inner-section .media {
    float: left;
    width: 100%;
    padding-bottom: 50px;
}
.media:first-child {
    margin-top: 0;
}
.practice-inner-section {
	float: left;
	width: 100%;
	padding: 40px 0 0;
}
section.projects, section.news-sec {
	float: left;
	width: 100%;
	padding: 80px 0;

}

.services .heading {
	font-size: 22px;
	color: #2c4058;
	margin-bottom: 20px;
}

.services h2 {
	color: #000;
	margin: 20px 0;
}

.services p {
	font-size: 18px;
	color: #4b5562;
	line-height: 30px;
}

.divider-1 {
	height: 4px;
	background: #2c4058;
	width: 200px;
	margin-top: 20px;
}


.experiance-title h2 span {
    font-size: 90px;
    color: #02c856;
    line-height: 1em;
    font-family: 'Arimo', sans-serif;
}
 .experiance-title h2 {
    font-size: 35px;
    font-weight: 700;
    color: #333333;
    text-transform: uppercase;
    line-height: 1em;
    display: inline-block;
}
.our-project .img {
	position: relative;
}

.our-project .img img {
	position: relative;
	z-index: 9999;
}

.our-project .img .img-bg {
	height: 400px;
	width: 450px;
	background: #263d6d;
	position: absolute;
	top: -50px;
	right: 10px;
}



.what-we-do .col-md-2 {
	width: 20%;
	float: left;
	text-align: center;
}

.icon-container {
	height: 212px;
	width: 212px;
	border-radius: 50%;
	padding-top: 50px;
	transition: all .3s;
	margin: 0 auto;
}

.icon-container .icon {
	height: 70px;
	text-align: center;
	position: relative;
}

.icon-container .icon img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.icon-container .icon-text {
	text-transform: uppercase;
	font-size: 16px;
	color: #2c4058;
	margin-top: 15px;
	display: inline-block;
}
.projects p {

    color: #4b5562 !important;

}

.sec-heading p {
	font-size: 22px;
	color: #fff;
	margin-top: 10px;
}

.sec-heading h2 {
	color: #333333;
	font-weight: 600;
}

.projects-container {
	margin: 0px 0 90px 0;
}

.project {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
	cursor: pointer;
}

.project .pr-owner {
	background-color: rgba(2, 200, 86, 0.767);
	padding: 15px;
	text-align: center;
	position: absolute;
	left: -400px;
	bottom: 0;
	width: 100%;
	transition: all .4s;
	transform: rotate(90deg);
}

.project .pr-owner .ow-name {
	font-size: 22px;
	color: #fff;
}

.project:hover .pr-owner {
	left: 0;
	transform: none;
}

.project:hover .img img {
	transition: all .4s;
}

.project:hover .img img {
	-webkit-filter: grayscale(100%);
	/* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}

.news-sec {
	padding: 70px 0 150px 0;
	background:#02c856;

}


.sec-heading {
	padding: 0 0 60px;
}

.news-sec .news-text {
	padding: 30px 20px 20px 20px;
	background: #fff;
	border-radius: 0 0px 4px 4px;
}

.news-sec .news-head {
	font-size: 22px;
	color: #2c4058;
	margin-bottom: 20px;
	display: inline-block;
	font-weight: 600;
}
.news button {

    margin-top: 30px;
    padding: 7px 10px;

}
.reviews .sec-heading p, .partners .sec-heading p {
	color: #4b5562 !important;
}

.news-sec .author-nm {
	font-size: 18px;
	color: #2c4058;
	text-transform: uppercase;
	display: block;
	margin: 30px 0 5px 0;
}

.news-sec .news-date {
	font-size: 15px;
	color: #5f5f5f;
	text-transform: capitalize;
}

.news-sec .owl-stage-outer {
	margin-bottom: 50px !important;
}

.news-sec .owl-dots .owl-dot span {
	background: transparent !important;
	border: 1px solid #fff;
}

.news-sec .owl-dots .owl-dot.active span {
	background: #fff !important;
}
.under-construction {
    float: left;
    width: 100%;
    background: #02c856;
    padding: 80px 0 0;
}
.under-construction .btn.btn-primary.btn-md {
    background: #84a6e3;
    border: 1px solid #84a6e3;
    margin-top: 60px;
}
.under-construction .btn.btn-primary.btn-md:hover {
	background: #000;
	border: 1px solid #000;
}
.under-construction p {
    padding-top: 20px;
}
.reviews {
	padding: 80px 0;
	position: relative;
}
section.partners {
    float: left;
    width: 100%;
    background: #fff;
    padding: 80px 0;
}

.reviews .owl-dots {
	display: none !important;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
	background: #02c856;
	color: #fff !important;
}
.reviews .owl-nav .owl-prev,
.reviews .owl-nav .owl-next,
.reviews .owl-dot {
	font-family: 'fontAwesome';
}

.reviews .owl-nav {
	float: left;
	left: 0;
	position: absolute;
	right: 0;
	top: 40%;
	width: 100%;
	z-index: 9999;
}

.reviews .owl-carousel .owl-nav button.owl-next,
.reviews .owl-carousel .owl-nav button.owl-prev,
.reviews .owl-carousel button.owl-dot {
	border: none;
	color: #000;
	height: 36px;
	line-height: 36px;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 36px;
	right: 0;
}

.reviews .owl-carousel .owl-nav button.owl-prev {
	left: 20px;
}

.reviewsr .owl-carousel .owl-nav button.owl-next {
	right: 0px;
}

.reviews .owl-carousel .owl-nav .owl-prev span,
.reviews .owl-carousel .owl-nav .owl-next span {
	font-size: 45px;
	line-height: 34px;
}

.reviews .owl-dots {
	display: none;
}

.review .reviewer-img {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 40px;
}

.review-text .name {
	color: #2c4058;
	font-size: 22px;
	font-weight: 600;
	text-transform: capitalize;
	display: block;
	margin-bottom: 10px;
}

.review-text .position {
	color: #4c5561;
	font-size: 17px;
	text-transform: capitalize;
}

.review-text p {
	color: #7a8491;
	font-size: 16px;
	font-weight: 300;
	font-style: italic;
	max-width: 700px;
	text-align: center;
	margin: 0 auto;
	margin-top: 40px;
}

footer {
	background:#02c856;
	padding: 30px 0 30px 0;

}


footer ul li {
	float: left;
	padding: 0 25px;
}

footer ul li a {
	color: #fff;
	text-transform: uppercase;
}

footer .divider-2 {
	height: 1px;
	background: #6588f6;
	margin: 50px 0;
	display: none;
}

footer .ft-logo {
	display: block;
	margin-bottom: 45px;
}

footer .credits {
	color: #fff;
	font-size: 14px;
}

footer .footer-address {
	font-size: 23px;
	color: #fff;
	margin-bottom: 30px;
	font-weight: 700;
	letter-spacing: 3px;
}

footer .footer-links {
	
	margin: 0 auto;
	line-height: 50px;
}

footer .footer-links li {
	float: left;
	padding: 0 20px;
}

footer .social-links {
	display: inline-block;
	margin: 10px auto 0 auto;
}

footer .social-nav {
	float: right;
}

footer .copy {


    display: inline-block;
    width: 100%;

}

footer .social-links li {
	float: left;
	padding: 0 11px;
}

footer .ft-contact {
	background-color: rgb(255, 255, 255, 0.5);
	padding: 40px 0;
	text-align: center;
}

footer .ft-contact a {
	color: #fff;
	font-size: 14px;
	display: block;
	margin-bottom: 7px;
}

footer .social-nav li:last-child {
	padding-right: 0;
}

footer .copy {
	font-size: 13px;
	color: #fff;
	font-weight: 700;
	border-top: 1px solid #fff;
	padding-top: 30px;
}

.partners-box {
    border: 1px solid #dbdbdb;
    margin: 15px 0;
    text-align: center;
    padding: 30px 10px;
    min-height: 195px;
}
figure {
    margin: 0;
}

.page-heading {
	background-image: url(../images/about-us-background.jpg);
	background-size: cover;
	padding: 200px 0 100px 0;
	margin-top: -150px;
}
.page-heading.about-page {
	background-image: url(../images/about-banner1.jpg) !important;
}

.page-heading .pg-title {
	font-size: 50px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}

.abt-section,
.abt-team {
	margin: 50px 0;
}

.abt-team h2 {
	margin-bottom: 50px;
}

.abt-team .e-img {
	position: relative;
}

.abt-team .ie-imgmg img {
	width: 100%;
}
.abt-team a.btn {
    padding: 10px 0px;
    width: 145px;
    display: inline-block;
}
.about-contact-btn {
	float: left;
	width: 100%;
	text-align: center;
}
.portfolio-sec {
    padding-bottom: 30px;
}
.abt-team .e-img .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: rgba(2, 200, 86, 0.767);
	height: 100%;
	transform: scale(0);
	transition: all .4s;
}

.abt-team .e-img .overlay ul {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.abt-team .e-img .overlay ul li {
	float: left;
	padding: 0 10px;
}

.abt-team .e-img .overlay ul li a {
	color: #fff;
	font-size: 23px;
}

.abt-team .col-md-4:hover .overlay {
	transform: scale(1);
}

.abt-team span.name {
	font-size: 22px;
	color: #2c4058;
	margin: 15px 0 15px 0;
	display: block;
}

.abt-team span.postion {
	font-size: 17px;
	color: #4b5562;
	margin-bottom: 10px;
	display: inline-block;
}

.abt-team .btn {
	margin-top: 40px;
}

.ct-form .form-group {
	margin-bottom: 28px;
}

.ct-form .form-control {
	min-height: 46px;
	border-color: #dddddd;
	box-shadow: none;
	background: #fff;
}

.ct-form label {
	color: #4b5562;
	margin-bottom: 13px;
}

.ct-map-sec .map-block iframe {
	width: 100%;
	min-height: 450px;
}

.contact-address {
    position: relative;
    padding: 140px 0px 0px;}

  .auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.contact-address .info-address {
    position: relative;
    text-align: center;
    padding: 50px 30px 40px;
    -webkit-box-shadow: 0px 0px 26px 0px rgba(236,236,236,1);
    -moz-box-shadow: 0px 0px 26px 0px rgba(236,236,236,1);
    box-shadow: 0px 0px 26px 0px rgba(236,236,236,1);
}
.contact-address .info-address .icon-box {
    position: relative;
    color: #02c856;
    font-size: 44px;
    line-height: 1em;
}
.contact-address .info-address h3::after {
    position: absolute;
    content: '';
    width: 30px;
    height: 2px;
    right: -20px;
    top: 12px;
    background-color: #02c856;
}
.contact-address .info-address h3::before {
    position: absolute;
    content: '';
    width: 30px;
    height: 2px;
    top: 12px;
    left: -20px;
    background-color: #02c856;
}
.contact-address .info-address h3 {
    position: relative;
    color: #333333;
    margin: 15px 0px 10px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1em;
    display: inline-block;

}

.contact-address .info-address {
    text-align: center;
}
.contact-address .info-address .text {
    font-size: 16px;
    color: #b3b3b3;
    font-weight: 500;
    margin-top: 5px;
    line-height: 1.8em;
}
.contact-address .info-address .contact-detail {
    position: relative;
color: #4b5562;
font-size: 15px;
margin-top: 0;
}
.services.abt-section .sec-heading p {
    color: #4b5562;
}
.btn.btn-primary.about-btn {
    margin-top: 30px;
}

.header-txt.aos-init.aos-animate h2 {
    padding-top: 0;
    margin-top: 0;
    font-size: 30px;
    font-weight: 600;
}
.abt-team .sec-heading h2 {
    margin: 0;
}
.abt-team .sec-heading p {
    font-size: 22px;
    color: #4b5562 !important;
    margin-top: 10px;
}
.services.abt-section {
    float: left;
    width: 100%;
    padding: 80px 0;
}
.divider-1 {
	display: none;
}
.header-txt.aos-init.aos-animate p {
    font-size: 16px;
}
/*=================Media Queries================*/

@media screen and (-webkit-min-device-pixel-ratio:0) {}

@media only screen and (min-width: 991px) and (max-width: 1199px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-right-2 li {
		padding: 0 6px;
	}
	.navbar-right li a {
		font-size: 13px;
	}
	.slider-text h1 {
		font-size: 60px;
	}
	.slider-text p {
		margin-top: 5px;
	}
	.our-project .img-bg {
		display: none;
	}
	.slider-text h1 {
    font-size: 30px;
}
.navbar-right-2 {
	left: 47%;
	top: 30%;
}
.project .pr-owner .ow-name {
    font-size: 14px;

}
.sec-heading p {
    font-size: 16px !important;

}
#owl-one .owl-nav {
    display: none;
}
.footer-links-sec ul.social-nav {
	margin-top: 0;
}
.navbar-brand {
	padding-top: 0;
}
.slider-text p {
	margin-bottom: 20px;
}
.project .pr-owner {
	transition: none;
}
.contact-address .info-address {

    min-height: 380px;

} 
.contact-address .info-address h3 {
	font-size: 16px;
}
.contact-address .info-address h3::before, .contact-address .info-address h3::after {
	top: 6px;
}
.services.abt-section {
	padding-top: 0;
}
}

@media screen and (max-width: 991px) {
	footer .social-nav,
	footer .ft-contact {
		margin-top: 40px;
	}
}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media screen and (max-width: 767px) {
	.slider-text {
		display: none;
	}
	.carousel-control {
		display: none;
	}
	header .social-nav {
		display: none;
	}
	.navbar-right-2 {
		position: relative;
		background: #84a6e3;
		transform: none;
		left: 0;
		top: 0;
	}
	.our-project {
		margin-top: 65%;
	}
	.our-project .img-bg {
		display: none;
	}
	.our-project img {
		width: 100%;
		margin-top: 20px;
	}
	footer,
	footer .text-right,
	footer .text-left {
		text-align: center;
		width: 100%;
	}
	footer .social-nav {
		display: inline-block;
		margin: 25px auto 0 auto;
		float: none;
	}
	.what-we-do .col-md-2 {
		width: 50%;
	}
	.ct-form {
		margin-top: 45px;
	}
	.page-heading.about-page, .page-heading {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%; 
	}
}
@media screen and (min-width: 767px) {}

@media screen and (max-width: 420px) {
	.what-we-do .col-md-2 {
		width: 100%;
	}
	.what-we-do .icon-container {
		padding-top: 20px;
		height: 150px;
	}
	footer .footer-links li {
		padding: 0 10px;
	}
	footer .footer-links li a {
		font-size: 12px;
	}
}



@media only screen and (min-width: 320px) and (max-width: 767px) {
.navbar-right-2 li {
	margin: 10px 0;
}
.navbar-right-2 li:hover {

    background: #02c856 !important;

}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
border: none;
box-shadow: none;
}
.nav.navbar-nav.navbar-right.navbar-right-2 li {
	text-align: center;
}
.owl-sliderr .owl-nav {
    display: none;
}
.footer-links-sec .social-nav {
margin-top: 0;
}
.our-project {
    margin-top: 35%;
}
.services p {
	font-size: 16px;
}
.project .img img {
	width: 100%;
}
.image-column {

    padding-top: 40px;

}
.sec-heading h2 {
	font-size: 32px;
}
.sec-heading p {
	font-size: 16px;
}
.media-left {

    width: 17%;

}
#owl-two .owl-nav {
	display: block;
}
section.projects {
	padding-bottom: 0;
}
.reviews .owl-carousel .owl-nav .owl-prev span, .reviews .owl-carousel .owl-nav .owl-next span {
    font-size: 30px;

}
.reviews .owl-carousel .owl-nav button.owl-prev {
    left: 0;
}
.footer-links-sec .social-nav {
padding-bottom: 20px;
}
.navbar-toggle {
	padding: 9px 40px;
}
header{
	padding: 0;
}
.page-heading .pg-title {

    font-size: 30px;}

 .abt-team .sec-heading h2 {
    margin: 0;
    float: left;
    width: 100%;

}
 .abt-team {
 	float: left;
 	width: 100%;
 }
 .services.abt-section {
 	text-align: center;
 }
 .services.abt-section .header-txt{

    text-align: center;
    padding-top: 30px;

}
.abt-team {margin-top: 0;}
.services.abt-section {
	padding-bottom: 30px;
}
.portfolio-sec .e-img img {

	width: 100%;
}
.header-txt h2 {

    font-size: 22px;

}
.abt-team .sec-heading p {
	font-size: 16px;
}
.abt-team span.name {
	margin-bottom: 5px;
}
.contact-address .info-address {


    margin-bottom: 30px;

}

}