/* 
==================================
			fonts
==================================
*/

@font-face {
	font-family: "LatoMedium";
	src: url("fonts/Lato/Lato-Medium.ttf");
}

@font-face {
	font-family: "LatoRegular";
	src: url("fonts/Lato/Lato-Regular.ttf");
}

@font-face {
	font-family: "LatoBlack";
	src: url("fonts/Lato/Lato-Black.ttf");
}

@font-face {
	font-family: "BarlowExtraBold";
	src: url("fonts/Barlow-ExtraBold.ttf");
}

@font-face {
	font-family: "BarlowSemiBold";
	src: url("fonts/Barlow-SemiBold.ttf");
}
@font-face {
	font-family: "MontserratLight";
	src: url("fonts/Montserrat/static/Montserrat-Light.ttf");
}
@font-face {
	font-family: "MontserratExtraBold";
	src: url("fonts/Montserrat/static/Montserrat-ExtraBold.ttf");
}

@font-face {
	font-family: "MontserratMedium";
	src: url("fonts/Montserrat/static/Montserrat-Medium.ttf");
}

@font-face {
	font-family: "PoppinsSemiBold";
	src: url("fonts/Poppins/Poppins-SemiBold.ttf");
}

@font-face {
	font-family: "truenolt";
	src: url("fonts/trueno-lt/truenolt.otf");
}
@font-face {
	font-family: "MyriadPro";
	src: url("fonts/MyriadProLight.woff");
}

@font-face {
	font-family: "OpenSansMediumItalic";
	src: url("fonts/Open_Sans/static/OpenSans-LightItalic.ttf");
}
@font-face {
	font-family: "PoppinsBold";
	src: url("fonts/Poppins/Poppins-Bold.ttf");
}

@font-face {
	font-family: "OpenSansRegular";
	src: url("fonts/Open_Sans/static/OpenSans-Regular.ttf");
}
	
/* 
====================================
		global rules style
====================================
*/
:root {
	--color1: rgb(24, 121, 248);


}




/* 
====================================
		global rules style
====================================
*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}


html.suspended {
	background: rgba(0, 0, 0, 0.6);
}

body {
	max-width: 100%;
	min-width: 1600px !important;
	margin: 0 auto;
}

a {
	color: inherit;
	text-decoration: none
}

a:hover {
	text-decoration: none;
	color: inherit;
}

h1,
h2,
h3,
h4,
h5 {
	padding: 0;
	margin: 0;
}

.row {
	max-width: 1200px;
	margin: 0 auto
}

/*floats*/
.fl {
	float: left;
}

.fr {
	float: right;
}

/*typography*/
.text-primary {
	color: #B11414;
}

.text-bold {
	font-weight: 700;
}

.text-uppercase {
	text-transform: uppercase
}

.text-center {
	text-align: center !important;
}

.text-left {
	text-align: left;
}

/*clearings*/
.clear {
	clear: both;
}


.btn1{
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 199px;
	text-transform: uppercase;
	font-family: "BarlowExtraBold";
	background-color: var(--color1);
	font-size: 17px;
	border: none;
	color: #FFF;
	line-height: 64px;
	letter-spacing: .5px;
	transition: all .3s ease-in-out;
	border-radius: 8px;
}

.btn1:hover {
	cursor: pointer;
	background-color: rgba(255, 255, 255, .4);
	color: var(--color1);
	transition: all .3s ease-in-out;
}

.btn2 {
	display: block;
	width: 100%;
	max-width: 257px;
	text-align: center;
	font-family: "BarlowSemiBold";
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 72px;
	text-transform: uppercase;
	color: #fff;
	background-color: var(--color1);
	border: none;
	border-radius: 8px;
}

.btn2:hover {
	background-color: #fff;
	color: var(--color1);
	transition: all .3s ease-in-out;
	border: .5px solid var(--color1);
	cursor: pointer;
}
.btn3 {
	width: 100%;
	max-width: 200px;
	text-align: center;
	font-family: "BarlowExtraBold";
	font-size: 17px;
	letter-spacing: 1px;
	line-height: 58px;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 6px;
	background: transparent;
	transition: all .3s ease-in-out;
}

.btn3:hover {
	background-color: #fff;
	color: var(--color1);
	transition: all .3s ease-in-out;
	border: .5px solid var(--color1);
}

h1 {
	font-family: "LatoBlack";
	font-size: 44px;
	line-height: 53px;
}

h2 {
	font-family: "MontserratLight";
	font-size: 20px;
	letter-spacing: 3px;
	font-weight: 100;
	color: rgb(200,200,200);
}

.pv2 {
	width: 100%;
	font-family: "MontserratMedium" !important;
	font-size: 20px;
	line-height: 35px;
}







/* inner gallery ===================================*/

#gallery-inner .row {
	padding: 70px 0;
	text-align: center;
	color: var(--color1);
}
#gallery-inner .gallery-container {
	text-align: center;
}

#gallery-inner .gallery {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#gallery-inner .gallery li {
	display: inline-block;
}

#gallery-inner .thumbnail {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	display: block;
	line-height: .42857;
	margin-bottom: 20px;
	padding: 4px;
	transition: border 0.5s ease-in-out 0s;
}

#gallery-inner .thumbnail:hover {
	transform: scale(1.02);
}

#gallery-inner .page_navigation {
	display: inline-block;

}

#gallery-inner .page_link,
#gallery-inner .previous_link,
#gallery-inner .next_link,
#gallery-inner .first_link,
#gallery-inner .last_link,
#gallery-inner .ellipse {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #0275d8;
	display: inline-block;
	line-height: 1.25;
	margin-left: -1px;
	padding: 0.5rem 0.75rem;
	position: relative;
}

#gallery-inner .page_navigation>a:hover,
.page_navigation>a.active_page {
	background-color: #eceeef;
	border-color: #ddd;
	color: #014c8c;
	text-decoration: none;
}





/* 
==================================
			header
==================================
*/

#header {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
}

#header .row{
	position: absolute;
	top: 62PX;
	left: 50%;
	transform: translateX(-50%);
	background-color: var(--color1);
	width: 100%;
	max-width: 1646px;

	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 56px;
	z-index: 3;
}

.right-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.right-header-label {
	padding-left: 33px;
	padding-right: 10px;
}

.socialicon {
	padding-top: 15px;
}

.socialicon img:hover{
	transform: translateY(-5px);
	transition: all .3s ease-in-out;
	cursor: pointer;
}

.right-header {
	font-family: "LatoRegular";
	color: rgb(255,255,255);
}
.header-contact {
	padding: 5px 0;
}

.right-header-label {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

[class^="header-contact-name-"] {
	font-size: 13px;
	letter-spacing: 1px;
	color: rgb(200,200,200);
}

a[class^="header-contact-num-"] {
	font-family: "LatoBlack";
	font-size: 23px;
	transition: transform 0.5s ease-in-out;
}
a[class^="header-contact-num-"]:hover {
	cursor: pointer;
	animation: fadeInOut 0.5s ;
	transition: transform 0.2s ease-in-out;
}

  
@keyframes fadeInOut {
	0% {
		opacity: 0;
	}
	50% {
	  opacity: 1;
	}
	100% {
	  opacity: 0;
	}
  }

#header nav a#pull {
	display: none;
}

#main-footer-menu nav,
#header nav {
	font-family: "LatoMedium";
	width: 100%;
	max-width: 726px;	
}
#main-footer-menu nav {
	max-width: 820px;	
}

#main-footer-menu nav ul,
#header nav ul {
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}
#main-footer-menu nav ul li,
#header nav ul li {
	display: inline-block;
	vertical-align: middle;
}
#main-footer-menu nav ul li a,
#header nav ul li a {
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	letter-spacing: 1px;
}

#main-footer-menu nav ul li.active-menu a,
#main-footer-menu nav ul li a:hover,
#header nav ul li.active-menu a,
#header nav ul li a:hover {
	font-weight: bold;
}

#header .hdRight {
	text-align: right;
}

#header .hdRight p {
	line-height: 1;
	margin: 0;
	color: #fff;
}

#header .hdRightBot {
	padding-top: 20px;
	border-top: 1px solid #222222;
	margin-top: 15px;
}

#header .hdPhone {
	font-size: 22px;
	vertical-align: top;
}

#header .hdPhone img {
	vertical-align: bottom;
}

#header .hdEmail {
	font-size: 16px;
}

#header .hdInfo,
.hdPhone {
	display: inline-block;
}

#header .hdInfo {
	border-left: 1px solid #222222;
	margin-left: 15px;
	padding-left: 15px;
	text-align: center;
}

/* end */








/* 
==================================
			banner
==================================
*/
#banner {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/content/bannerbg.jpg);
	width: 100%;
	max-width: 1920px;
	padding-top: 175px;
	padding-bottom: 180px;

	font-family: "LatoBlack";

	margin: 0 auto;

	position: relative;
}

#banner .row {
	padding-top: 22px;
	display: flex;
	flex-direction: column;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    height: 100%; /* Ensure it fills the banner */
    color: #ffffff;
	text-align: center;
}




#banner .row img:hover {
	transform: scale(1.1);
	transition: all .3s ease-in-out;
	cursor: pointer;
}
.banner-label {
	font-size: 58px;
	display: flex;
	flex-direction: column;
	padding-top: 29px;
	padding-bottom: 32px;
	line-height: 65px;
}

.banner-label span {
	font-size: 64px;
}

.banner-text {
	font-family: "LatoMedium";
	font-size: 28px;
	padding-bottom: 47px;
	font-weight: 100;
}



.banner-outer {
	width: 100%;
	max-width: 1402px;
	padding: 39px 72px 39px 41px;

	display: flex;
	justify-content: space-between;

	position: absolute;
	bottom: -51px;

	background: #fff;

	left: 50%;
	transform: translateX(-50%);

	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
	border-radius: 8px;
	z-index: 100;
}

.banner-outer .left h1 {
	color: var(--color1);
}

.banner-outer .left p {
	font-family: "LatoRegular";
	color: rgb(33,33,33);
	font-size: 21px;
	font-weight: 500;
	letter-spacing: .7px;
}

.banner-outer-btn {
	border-radius: 10px;
}




















/* 
==================================
			content
==================================
*/

#we-are-content {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/content/contentOnebg.jpg);
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}
#we-are-content .row {
	width: 100%;
	max-width: 1406px;
	position: relative;
	padding-bottom: 295px;
}
.content {
	width: 100%;
	max-width: 685px;
	left: 0;
	padding-top: 164px;
	color: #fff;
}

.content-head {
	padding: 0 5px;
	padding-bottom: 38px;
}

#we-are-content .row h1 {
	padding: 10px 0;
}
#we-are-content .row h3 {
	font-family: "MontserratExtraBold";
	font-size: 23px;
}
#we-are-content .row p {
	max-width: 649px;
	padding-bottom: 42px;
}
.contentOne-label {
	padding-right: 91px;
	display: flex;
	justify-content: space-between;
	gap: 5px;
}

.content-contact {
	display: flex;
	place-content: center;
	border: 1px solid #fff;
	border-radius: 6px;
	width: 100%;
	max-width: 377px;
	justify-content: space-between;
	display: block;
}
.or,
.content-contact-label {
	font-family: "LatoRegular";
	font-size: 12px;
	font-weight: 100;
	text-transform: uppercase;
	padding-left: 20px;
	letter-spacing: 1px;
	color: rgb(200, 200, 200);
}
.or {
	padding-left: unset;
}
.content-contact-num {
	display: flex;
	justify-content: center;
	gap: 6px;
	align-items: center;
	font-family: "LatoBlack";
	font-size: 23px;
	width: 100%;
	max-width: 378px;
}

[class^="content-contact-num-"]:hover {
	transform: scale(1.1);
	transition: all .3s ease-in-out;
	cursor: pointer;
}

.content-images {
	display: flex;
	gap: 16px;
	position: absolute;
	bottom: -130px;
}

.content-images img {
	border-radius: 14px;
	box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.4);
	max-width: 100%;
	height: auto;
	transition: all .3s ease-in-out;
}

.content-images img:hover {
	transform: scale(1.05);
	transition: all .3s ease-in-out;
	cursor: pointer;
}

.img-box {
	position: relative;
}
#we-are-content .row .content-images .image-label{
	position: absolute;
	text-align: center;
	bottom: 44px;
	width: 100%;
	max-width: 338px;
	letter-spacing: 0px;

	font-family: "LatoBlack";
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	z-index: 2;
}




/* 
==================================
			services
==================================
*/
#services {
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}
#services .row {
	width: 100%;
	max-width: 1591px;
	padding-top: 238px;
	padding-bottom: 180px;
	margin-left: 73px;

	display: flex;
	justify-content: space-between;
}

.services-images {
	width: 100%;
	max-width: 936px;
	position: relative;
}

.service-img1 {
	position: absolute;
	top: 0;
	left: 0;
}
.service-img2 {
	position: absolute;
	top: 315px;
	right: 0;
}
.service-img0 {
	position: absolute;
	top: 126px;
	place-content: center;
	left: 50%;
	transform: translate(-50%);
}
.service-img1,
.service-img2 {
	box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.4);
	transition: all .3s ease;
}

.service-img1:hover,
.service-img2:hover {
	cursor: pointer;
	transform: scale(1.1);
	transition: all .3s ease;
	z-index: 999;
}
.services-content {
	width: 100%;
	max-width: 552px;
	padding-top: 90px;
}
.services-content h1 {
	color: var(--color1);
}
.services-content p {
	font-family: "LatoRegular";
	font-size: 20px;
	color: rgb(31,31,31);
	padding-right: 34px;
	font-weight: 500;

}

.services-content .list {
	padding-left: 22px;	
}
.services-content ul {
	column-count: 2;
	gap: 1px;
	padding-top: 28px;
	padding-bottom: 36px;
	column-fill: balance;
}
.services-content ul li {
	font-family: "PoppinsSemiBold";
	font-size: 18px;
	list-style-position: inside;
	line-height: 33px;
	transition: all .3s ease-in-out;
	color: rgba(31,31,31,.90);
}
/* 
.services-content ul li:hover {
	transform: translateX(10px);
	transition: all .3s ease-in-out;
	cursor: pointer;
}
*/




/* 
==================================
			about
==================================
*/

#about {
	width: 100%;
	max-width: 1920px;
	background: radial-gradient(farthest-corner at 0% 0%, rgb(24, 123, 250), rgb(18, 75, 182)) left / 100% 100%;
  	background-repeat: no-repeat;
	position: relative;
	margin: 0 auto;
}

#about .row {
	width: 100%;
	max-width: 1724px;

	display: flex;
	justify-content: space-between;
	padding-top: 29px;
	padding-right: 130px;
}
.about-content {
	width: 100%;
	max-width: 721px;
	padding-top: 137px;
}

#about h1 {
	padding-bottom: 23px;
}
.about-content p,
#about h2, 
#about h1 {
	color: #fff;
}

#about h2 {
	text-transform: uppercase;
	font-weight: 100;
}

.about-cards {
	content: "";
	position: absolute;
	bottom: 88px;

	width: 100%;
	max-width: 940px;

	display: flex;
	justify-content: space-between;
	left: 40%;
}

[class^="about-cards-"] {
	border-radius: 8px;
	font-family: "truenolt";
	font-size: 19px;
	
	padding: 21px 46px;
	width: 100%;
	max-width: 290px;background: #fff;
	
	
}
.about-cards-3 .cards-3,
[class^="about-cards-"] .cards{
	display: flex;
	width: 100%;
	max-width: 216px;
	gap: 17px;
}
.about-cards-3 .cards-3 {
	max-width: 225px;
}
.about-cards-3{
	padding: 21px 29px;
}

.about-cards p {
	color: rgb(68,68,68);
}


/* 
==================================
			reviews
==================================
*/

#review {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	background-image: url(../images/content/reviewsbg.jpg);

	color: #fff;

	width: 100%;
	max-width: 1920px;
	margin: 0 auto;

}

#review .row {
	text-align: center;
	width: 100%;
	max-width: 1243px;
	padding-top: 77px;
	padding-bottom: 426px;
}

.review-body {
	display: flex;
	justify-content: space-between;
	padding-bottom: 46px;
}

.review-one {
	width: 100%;
	max-width: 509px;
	padding-top: 58px;
}

.review-one p {
	font-family: "OpenSansMediumItalic";
	font-size: 16px;
	line-height: 27px;
	padding: 18px 0;
	font-weight: 100;
}


.contact-form p,
.review-head p {
	font-family: "MyriadPro";
	font-size: 16px;
	padding-top: 21px;
	padding-bottom: 36px;
	letter-spacing: .5px;
}

.review-one .name {
	font-family: "BarlowSemiBold";
	font-size: 18px;
}



/* 
==================================
			gallery
==================================
*/

.gallery-row {
	position: relative;
	width: 100%;
	max-width: 1543px;
	margin: 0 auto;
	text-align: center;
	top: -286px;
}

.images {
	display: flex;
	justify-content: space-between;
	padding-top: 130px;
	position: absolute;	
	left: 50%;
	transform: translate(-50%);
	z-index: 9999;
	width: 100%;
}

.images img {
	box-shadow: 15px 11px 29px rgba(0, 0, 0, .5);
}

.center-section {
	width: 100%;
	max-width: 1051px;
	z-index: 999999;
	position: relative;
	margin: 0 auto;
	transform: translateY(-60px);
}
  
.imgcenter {
	transition: all .3s ease-in-out;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
}

.imgcenter:hover {
	cursor: pointer;
	transition: all .3s ease-in-out;
	transform: translateX(-582px);
}

/* 


https://www.facebook.com/lendahandhandymanllc/
https://www.yelp.com/biz/lend-a-hand-handyman-macon */

















/* 
==================================
			inner gallery
==================================
*/
#gallery-section {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/common/gallery-wrapper.jpg);
}

#gallery-section .gal-text {
	padding-bottom: 20px;
	position: relative;
}

#gallery-section .row {
	padding: 50px 0 105px;
	color: #000;
}

#gallery-section .galBox {
	max-width: 930px;
	margin: 30px auto 0;
}

#gallery-section .galRightTop {
	margin-bottom: 8px;
}

#gallery-section .galRightTop img:first-of-type {
	margin-right: 8px;
}












/* 
==================================
			footer
==================================
*/

#footer {
	top: 651px;
}
/* map ===================================== */
#footer .map{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding-top: 620px;
	position: relative;
	color: #fff;
}

iframe {
	width:100%;
  max-width: 1920px;
  border: none;
  display: block;
}


/* 
==================================
			contact form
==================================
*/



/*cookie*/
.cc-animate.cc-revoke.cc-bottom {
	font-size: 14px;
	padding: 5px 10px;
	position: fixed;
	display: block !important;
	transform: none !important;
	bottom: 0 !important;
	left: 20px !important;
}

/*call to action*/
.cta {
	display: none;
}

/*contact form messages*/
form .messages p {
	display: none;
	font-family: Arial !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	font-size: 16px !important;
}

form .loading {
	display: none;
}

form .alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}

form .alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

form .alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}


/*contact form =================*/
.ctc-form {
	margin: 0 auto;
	text-align: center;
	width: 100%;
	max-width: 1213px;
}

.ctc-form input[type="text"],
.ctc-form textarea {
	font-family: "OpenSansRegular";
	font-size: 15px;
	color: rgb(33,33,33);
	height: 60px;
	display: block;
	width: 100%;
	border: none;
	padding: 0 18px;
	box-sizing: border-box;
	text-transform: capitalize;
	background: #fff;
	font-weight: 600;
}

.ctc-form textarea {
	height: 120px;
	padding-top: 18px;
}

.ctc-form button {
	display: block;
}

.ctc-form .recap {
	display: inline-block;
}

.ctc-form .g-recaptcha div {
	margin: 0 auto 10px;
}

.ctc-form .ctc-hide {
	display: none;
}

.ctcBtn {
	font-family: "PoppinsBold";
	font-size: 16px;
	width: 100%;
	max-width: 199px;
	border: 1px solid #fff;
	color: #fff;
	background: none;
	padding: 20px 0;
	margin: 0 auto;
	transition: all .3s ease-in-out;
}
.ctcBtn:hover {
	border: none;
	color: var(--color1);
	background: #fff;
	transition: all .3s ease-in-out;
	cursor: pointer;
}
.contact-form {
	content: "";
	position: absolute;
	
	width: 100%;
	max-width: 1404px;
	text-align: center;
	bottom: -572px;
	background: var(--color1);
	left: 50%;
	transform: translateX(-50%);
	padding-bottom: 45px;
	padding-top: 49px;
}


.contact-form p {
	width: 100%;
	max-width: 630px;
	font-size: 15px;
	margin: 0 auto;
	line-height: 29px;
}

.contact-form .label {
	font-family: "PoppinsBold";
	font-size: 16px;
	letter-spacing: 5px;
	text-transform: uppercase;
}

.form-flex {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	padding-bottom: 11px;
	gap: 10px;
}

.contact-us-r {
	background: #fff;
	text-align: center;
	width: 100%;
	max-width: 966px;
	border-radius: 10px;
	box-shadow: 15px 10px 15px rgb(0, 0, 0, .4);
	padding: 0 10px;
}

.form-flex2 {
	display: flex;
	justify-content: space-between;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 13px;
	padding-left: 5px
}

.form-flex2-radio {
	display: flex;
	flex-direction: column;
	text-align: start;
	cursor: pointer;
}

.form-flex2-radio label{
	cursor: pointer;
	font-family: Arial;
}

.main-footer {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/content/footerbg.jpg);
	padding-top: 640px;
	height: auto;
	color: #fff;
	text-align: center;
}
.copy {
	font-family: "Poppins";
	font-size: 14px;
}
.copy a{
	font-family: "PoppinsSemiBold";
	font-size: 14px;
}
.copy img {
	width: 40px;
	height: auto;
	vertical-align: middle;
	display: inline-block;
}

.main-footer-logo:hover {
	cursor: pointer;
	transform: scale(1.1);
	transition: all .3s ease-in-out;
}

.main-footer-info {
	display: flex;
	justify-content: end;
	width: 100%;
	max-width: 1559px;
	margin: 0 auto;
	padding: 10px 0;
}

.main-footer-info-start-rgiht {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1370px;
}
.main-footer-info .label3,
.main-footer-info-adds-1 {
	padding-right: 40px;
}
.main-footer-info .label {
	font-family: Arial;
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

[class^="main-footer-info-emails-"]:hover,
[class^="main-footer-info-nums-"]:hover,
[class^="main-footer-info-adds-"]:hover {
	cursor: pointer;
	transform: scale(1.1);
	transition: all .3s ease-in-out;
}


[class^="main-footer-info-emails-"] {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	transition: all .3s ease-in-out;
}

[class^="main-footer-info-nums-"] span {
	font-family: "LatoRegular";
	font-size: 13px;
}
[class^="main-footer-info-nums-"] {
	transition: all .3s ease-in-out;
	font-family: "LatoBlack";
	font-size: 23px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

[class^="main-footer-info-adds-"] span {
	font-family: "LatoBlack";
	font-size: 23px;
	padding-right: 20px;
}
[class^="main-footer-info-adds-"] {
	transition: all .3s ease-in-out;
	font-family: Arial;
	font-size: 20px;
}
.main-footer-info-adds,
.main-footer-info-emails {
	display: flex;
    justify-content: space-between;
    flex-direction: column;
}

#main-footer-menu {
	border-top: 1px solid #fff;
	width: 100%;
	max-width: 1106px;
	line-height: 73px;
	margin: 0 auto;
}

#main-footer-menu nav {
	margin: 0 auto;
}
#main-footer-menu nav ul a {
	line-height: 56px;
}


/** inner 
-------------------------------------------------------*/
	/*

#inner-about{
	color: rgb(24, 121, 248);
}
#gallery-inner h1,
#inner-about h1 {
	font-size: 50px;
}


























/** Responsive
-------------------------------------------------------*/
@media screen and (max-width: 1400px){
	#services .row {
    		max-width: 1502px;
	}
}



/*
@media screen and (max-width: 959px){
 #header {padding: 0}
	#header .row {width: 100%}
	#header nav {display:block; height: auto; }
  	#header nav ul { width: 100%; display: none; height: auto;border-bottom:5px solid #000; padding: 0 15px;}
  	#header nav ul li { width: 100%;position: relative; }
  	#header nav ul li a { display: block; float:none; padding: 10px 0;}
  	#header nav a {text-align: left; width: 100%;}
	#header nav a strong {position: absolute; top: 50%; transform: translateY(-50%); left: 15px;}
	#header nav a#pull {display: block; color: #fff; background-color: #000; height: 30px;padding: 10px 0; width: 100%; position: relative;}
	#header nav a#pull:after { content:""; background: url('../images/nav-icon.png') no-repeat; width: 20px; height: 20px; display: inline-block; position: absolute; right: 15px; top: 50%; transform: translateY(-50%);}
	
	.cta{background: #035B96  url("../images/common/phonecall.png") no-repeat center center;border-bottom-left-radius: 40px;border-top: 2px solid #013f9a ;border-top-left-radius: 40px;bottom: 1%;display: block;height: 80px;position: fixed;right: 0;text-decoration: none; text-indent: -9999em;width: 100px;z-index: 999;} 
}*/