/*
Theme Name: Tomorrow Works Responsive Theme
Theme URI: 
Description: My Tomorrow Works Responsive Theme with handy backend management
Version: 1.1
Author: 
Author URI:
License:
License URI:
Tags: two-columns, right-sidebar, featured-images, custom-menu
*/

/*  -----------------------------------------------------------------
		Fonts Included
	-----------------------------------------------------------------
	1 > font-family: 'Open Sans', sans-serif;
	2 > font-family: 'FontAwesome';
	3 > font-family: 'typicons';
*/

/*  -----------------------------------------------------------------
		Basic Styles.
	----------------------------------------------------------------- */
body {
	background: #fff;
	color: #000;
	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 16px;
	font-weight: normal;
	line-height: 1;
	margin: 0 auto;
	padding: 0;
}
ul, ol, li, ul ul, ol ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
img { 
	border: none; 
	max-width: 100%; 
	transition: all 0.3s ease-in-out;
}
blockquote {
	border-left: solid 6px;
	font-size: 14px;
	font-style: italic;
	padding: 7px 0 0 30px;
	width: 400px;
}
.clear:after { 
	clear: both;
	content: '';
	display: table;
}
form { margin: 0; }
form:after {
	content: '';
	clear: both;
	display: table;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="date"], input[type="tel"], textarea {
	box-shadow: none;
    outline: none;
    margin: 0;
    width: 100%;
    border: 1px solid rgb(225, 147, 52);
    padding: 8px;
    font-size: 16px;
    border-radius: 6px;
}
textarea.wpcf7-textarea {
    height: 100px;
    resize: none;
}
form input[type="submit"] {
	cursor: pointer;
	outline: none;
	border: none;
	padding: 15px 40px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="tel"]:focus, textarea:focus {
	background: rgba(225,147,52,0.2);
	box-shadow: none;
}
section.get-in-touch input[type="text"]:focus, section.get-in-touch input[type="email"]:focus, section.get-in-touch input[type="tel"]:focus {
    background: #fff;
}
form p {
    padding: 0 !important;
    margin-bottom: 20px;
}
span.wpcf7-not-valid-tip {
    font-size: 14px;
    text-align: left;
}
textarea { position: relative; }
h1 {
	font-size: 60px;
	line-height: normal;
	color: #2d4251;
	font-weight: 700;
	padding-bottom: 0;
	margin-bottom: 25px;
}
h2 {
	font-size: 60px;
	line-height: normal;
	color: #2d4251;
	font-weight: 700;
	padding-bottom: 0;
	margin-bottom: 25px;
}
h4 {
	font-size: 32px;
	line-height: normal;
	font-weight: 700;
	color: #fff;
	margin-bottom: 0;
	padding-bottom: 10px;
}
h5 {
	font-size: 18px;
	line-height: normal;
	color: #fff;
	opacity: 0.48;
	text-transform: uppercase;
}
p {
	font-size: 20px;
	line-height: normal;
	color: #fff;
	font-weight: 300;
	padding-bottom: 20px;
}
li {
    font-size: 20px;
	line-height: normal;
	padding-bottom: 20px;
}
a, button {
	transition: all 0.3s ease-in-out;
	display: inline-block;
	text-decoration: none;
	color: #2d4251;
}
.orange-btn, input[type="submit"] {
    background: rgb(246,147,52);
    color: #2d4251;
    font-size: 18px;
    font-weight: 300;
    padding: 20px 45px;
    text-align: center;
	margin-right: 10px;
	border-radius: 31px;
}
.orange-btn:after {
	content: '';
    display: inline-block;
    width: 17px;
    height: 10px;
    transition: all 0.3s ease-in-out;
	margin-left: 6px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="10" viewBox="0 0 17 10" fill="none"><path d="M14.3317 4.30193L11.3426 1.31283L12.3273 0.328125L17 5.00087L12.3299 9.67099L11.3451 8.68628L14.3369 5.69451L-2.31228e-05 5.69451L-2.30619e-05 4.30193L14.3317 4.30193Z" fill="black"/><path d="M14.3317 4.30193L11.3426 1.31283L12.3273 0.328125L17 5.00087L12.3299 9.67099L11.3451 8.68628L14.3369 5.69451L-2.31228e-05 5.69451L-2.30619e-05 4.30193L14.3317 4.30193Z" fill="black" fill-opacity="0.2"/><path d="M14.3317 4.30193L11.3426 1.31283L12.3273 0.328125L17 5.00087L12.3299 9.67099L11.3451 8.68628L14.3369 5.69451L-2.31228e-05 5.69451L-2.30619e-05 4.30193L14.3317 4.30193Z" fill="black" fill-opacity="0.2"/><path d="M14.3317 4.30193L11.3426 1.31283L12.3273 0.328125L17 5.00087L12.3299 9.67099L11.3451 8.68628L14.3369 5.69451L-2.31228e-05 5.69451L-2.30619e-05 4.30193L14.3317 4.30193Z" fill="black" fill-opacity="0.2"/><path d="M14.3317 4.30193L11.3426 1.31283L12.3273 0.328125L17 5.00087L12.3299 9.67099L11.3451 8.68628L14.3369 5.69451L-2.31228e-05 5.69451L-2.30619e-05 4.30193L14.3317 4.30193Z" fill="black" fill-opacity="0.2"/></svg>');
}
.orange-btn:hover {
	border-radius: 31px;
}
.orange-btn:hover:after {
	margin-left: 24px;	
}
.white-btn {
    background: #fff;
    color: #2d4251;
    font-size: 18px;
    font-weight: 300;
    padding: 20px 45px;
    text-align: center;
	margin-right: 10px;
	border-radius: 31px;
}
.white-btn:after {
	content: '';
    display: inline-block;
    width: 17px;
    height: 10px;
    transition: all 0.3s ease-in-out;
	margin-left: 6px;
	border-radius: 0px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="10" viewBox="0 0 17 10" fill="none"><path d="M14.3317 4.30193L11.3426 1.31283L12.3273 0.328125L17 5.00087L12.3299 9.67099L11.3451 8.68628L14.3369 5.69451L-2.31228e-05 5.69451L-2.30619e-05 4.30193L14.3317 4.30193Z" fill="black"/><path d="M14.3317 4.30193L11.3426 1.31283L12.3273 0.328125L17 5.00087L12.3299 9.67099L11.3451 8.68628L14.3369 5.69451L-2.31228e-05 5.69451L-2.30619e-05 4.30193L14.3317 4.30193Z" fill="black" fill-opacity="0.2"/><path d="M14.3317 4.30193L11.3426 1.31283L12.3273 0.328125L17 5.00087L12.3299 9.67099L11.3451 8.68628L14.3369 5.69451L-2.31228e-05 5.69451L-2.30619e-05 4.30193L14.3317 4.30193Z" fill="black" fill-opacity="0.2"/><path d="M14.3317 4.30193L11.3426 1.31283L12.3273 0.328125L17 5.00087L12.3299 9.67099L11.3451 8.68628L14.3369 5.69451L-2.31228e-05 5.69451L-2.30619e-05 4.30193L14.3317 4.30193Z" fill="black" fill-opacity="0.2"/><path d="M14.3317 4.30193L11.3426 1.31283L12.3273 0.328125L17 5.00087L12.3299 9.67099L11.3451 8.68628L14.3369 5.69451L-2.31228e-05 5.69451L-2.30619e-05 4.30193L14.3317 4.30193Z" fill="black" fill-opacity="0.2"/></svg>');
}
.white-btn:hover {
	border-radius: 31px;
}
.white-btn:hover:after {
	margin-left: 24px;	
}
.black-btn, input.wpcf7-submit.black {
    background: #2d4251;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    padding: 20px 45px;
    text-align: center;
	margin-right: 10px;
	border-radius: 31px;
}
.black-btn:after {
	content: '';
    display: inline-block;
    width: 17px;
    height: 10px;
    transition: all 0.3s ease-in-out;
	margin-left: 6px;
	border-radius: 0px;
	filter: invert(1);
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="10" viewBox="0 0 17 10" fill="none"><path d="M14.3317 4.30193L11.3426 1.31283L12.3273 0.328125L17 5.00087L12.3299 9.67099L11.3451 8.68628L14.3369 5.69451L-2.31228e-05 5.69451L-2.30619e-05 4.30193L14.3317 4.30193Z" fill="black"/><path d="M14.3317 4.30193L11.3426 1.31283L12.3273 0.328125L17 5.00087L12.3299 9.67099L11.3451 8.68628L14.3369 5.69451L-2.31228e-05 5.69451L-2.30619e-05 4.30193L14.3317 4.30193Z" fill="black" fill-opacity="0.2"/><path d="M14.3317 4.30193L11.3426 1.31283L12.3273 0.328125L17 5.00087L12.3299 9.67099L11.3451 8.68628L14.3369 5.69451L-2.31228e-05 5.69451L-2.30619e-05 4.30193L14.3317 4.30193Z" fill="black" fill-opacity="0.2"/><path d="M14.3317 4.30193L11.3426 1.31283L12.3273 0.328125L17 5.00087L12.3299 9.67099L11.3451 8.68628L14.3369 5.69451L-2.31228e-05 5.69451L-2.30619e-05 4.30193L14.3317 4.30193Z" fill="black" fill-opacity="0.2"/><path d="M14.3317 4.30193L11.3426 1.31283L12.3273 0.328125L17 5.00087L12.3299 9.67099L11.3451 8.68628L14.3369 5.69451L-2.31228e-05 5.69451L-2.30619e-05 4.30193L14.3317 4.30193Z" fill="black" fill-opacity="0.2"/></svg>');
}
.black-btn:hover {
	border-radius: 31px;
}
.black-btn:hover:after {
	margin-left: 24px;	
}
section {
	padding: 100px 0;
}
.service-box {
    margin-bottom: 20px;
    background: #B7C993;
    border-radius: 25px;
    padding: 24px;
}

/* Home Banner */
.home-banner {
	background-color: rgb(247, 239, 231);
    padding: 250px 0 220px 0;
    height: auto;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
}
.home-banner p {
	color: #2d4251;
}
.home-banner p {
	max-width: 850px;
}
.bg-parallax {
    height: 65vh;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    position: relative;
    filter: grayscale(100%);
}

/* About Us */
.about-us {
	background-color: #B7C993;
}
.about-us p {
	color: #2d4251;
}

/* Our Services */
.our-services {
	background-color: rgb(55,66,80);
}
.our-services h2 {
	color: #fff;
}
.service-box .image img {
    height: 50px;
    width: auto;
}
.service-box .image {
    margin-bottom: 20px;
}
.service-box {
	height: 100%;
}
.service-box:hover .image img {
    transform: scale(1.5);
}
.news-box .image a {
	display: block;
}
ol {
    padding-left: 30px;
}
.single-content ul {
    padding-left: 30px;
}
.single-content ul, .single-content ol {
    padding-top: 15px;
}
.single-content ul li {
    list-style-type: disc;
    list-style: disc;
    list-style-position: outside;
    color: #2d4251;
    padding-bottom: 10px;
}
.single-content ol li {
    padding-bottom: 10px;
}
ol, ol li {
    list-style-type: decimal;
    list-style: decimal;
    list-style-position: outside;
    color: #2d4251;
}
/* Our News */
.our-news {
	background-color:rgb(246,240,231);
	padding: 100px 0 70px 0;
}
.our-news p, .our-news li {
	color: #2d4251;
}
.our-news b, .our-news strong, .single-content b, .single-content strong {
    font-weight: 700;
    color: #ef8e00;
}
.news-box {
    height: 100%;
    background: rgba(255, 255, 255, 0.70);
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
    margin-bottom: 30px;
	overflow: hidden;
	border: 1px solid #ef8e00;
}
.news-box:hover {
	border-radius: 2px 175px 2px 2px;
}
.news-box .info {
	padding: 30px 20px 0 20px;
}
.news-box .image {
    position: relative;
    overflow: hidden;
    overflow: hidden;
}
.news-box .image img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}
.news-box:hover .image img {
	transform: scale(1.1);
}
.news-box:hover a {
	text-decoration: underline;
}
.news-box h4 {
    font-size: 24px;
}
.news-box h4 a {
    font-size: 24px;
}
.news-box p {
	font-size: 18px;
	line-height: normal;
	padding: 0;
	margin: 0;
}
.get-in-touch {
	position: relative;
	background-color:#f6f0e7;
	padding: 70px 0;
}
.get-in-touch:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgb(246,147,52);
	border-top-right-radius: 175px;
	z-index: 0;
}
.get-in-touch .container {
	position: relative;
	z-index: 1;
}
.get-in-touch p {
	color: #2d4251;
}

/* footer css */
footer {
	position: relative;
	padding: 80px 0;
	background-color: #2d4251;
	overflow: hidden;
	border-top: 1px solid #f7efe7;
}
footer .footer-bg {
    position: absolute;
    right: 0;
    top: 0;
}
footer h5 {
	margin-bottom: 50px;
}
footer h2 {
	color: #fff;
	font-size: 30px;
	line-height: normal;
}
footer ul li {
	display: block;
	margin-bottom: 15px;
	padding-bottom: 0;
}
footer ul li a {
	color: #fff;
	font-size: 18px;
	line-height: normal;
	text-decoration: underline;
	font-weight: 300;
	opacity: 0.67;
}
footer ul li a:hover {
	color: #EF8E00;
	opacity: 1;
}
footer p {
	opacity: 0.87;
}
footer a {
	color: #fff;
	opacity: 0.87;
	text-decoration: underline;
}
footer a:hover {
	color: #EF8E00;
	opacity: 1;
}
.copy-right {
    padding-top: 60px;
}
.copy-right p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    gap: 20px;
    font-size: 14px;
}
.copy-right p img {
    height: 40px;
}
header.header, .sticky-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    transition: all 0.3s ease-in-out;
	padding: 30px 0;
}
.sticky-header {
    position: fixed;
    padding: 10px 0;
    background: #f7efe7;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.1);
    transform: translateY(-110%);
}
.sticky-header.sticky {
	transform: translateY(0);
}
.site-logo img {
    width: 300px;
    height: auto;
}
.sticky-header .site-logo img {
	width: 215px;
}
.site-menu ul {
    display: flex;
    align-items: center;
    justify-content: end;
}
.site-menu ul li {
	margin-left: 20px;
	padding-bottom: 0;
}
.site-menu ul li:first-child {
	margin-left: 0;
}
.site-menu ul li a {
	color: #2d4251;
    font-size: 18px;
    line-height: normal;
	position: relative;
	padding: 5px 10px;
	border-radius: 50%;
	overflow: hidden;
	border-radius: 5px;
}
.site-menu ul li a:before {
	content:'';
	position:absolute;
	display: inline-block;
	right:0;
	top:0;
	height:100%;
	background:rgb(239,142,0);
	transition: max-width .3s ease;
	width:100%;
	max-width:0px;
	z-index:-1;
}
.site-menu ul li a:hover:before, .site-menu ul li.current-menu-item a:before {
	max-width:100%;
	right:unset;
	left:0;
}
.hamburger {
  width: 30px;
  height: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  cursor: pointer;
}
.hamburger span {
  display: block;
  height: 3px;
  width: 100%;
  background: rgb(246,147,52);
  border-radius: 2px;
  transition: 0.3s ease;
}
.typing {
	border-right: 3px solid #314150;
	width: fit-content;
}
.char {
	display: inline-block;
	opacity: 0;
	transform: translateY(10px);
	animation: rise 0.3s forwards;
}
.resp-show {
	display: none;
}
@keyframes rise {
	to {
	opacity: 1;
	transform: translateY(0);
	}
}
.action-tools {
	background-color: rgb(246,240,231);
}
.action-tools p, .action-tools h4 {
    color: #2d4251;
}
.action-tools .image {
	margin-bottom: 10px;
    border: 1px solid #EF8E00;
    overflow: hidden;
    border-radius: 10px;
}
.action-tools .image:hover img {
	transform: scale(1.05);
}
.action-tools .buttons {
    margin-top: 35px;
}
section.inner-banner {
    position: relative;
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
section.inner-banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(246, 239, 232,0.8);
}
section.inner-banner h1 {
	position: relative;
	z-index: 1;
	text-align: center;
}
section.services-new {
    background: rgb(49, 65, 80);
    padding: 0;
    margin-bottom: -110px;
}
.services-new-inner {
    background: #DEEACA;
    border-radius: 35px;
    padding: 30px;
    transform: translateY(-150px);
}
.services-new-inner h4, .services-new-inner p {
	color: #2d4251;
}
.services-new-inner p {
	padding: 0;
	margin: 0;
}
section.services-new.inner-page {
    margin: 0;
}
section.services-new.inner-page .services-new-inner {
    transform: none;
}
section.services-new.inner-page {
    margin: 0;
    padding: 50px 0;
}
section.our-news.our-stories .image {
    height: 100%;
}
section.our-news.our-stories .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
section.single-content p {
    color: #2d4251;
    padding-bottom: 0;
    margin-bottom: 5px;
}
section.single-content {
    padding: 50px 0;
}
section.single-content span.post-date {
    display: block;
    padding-bottom: 30px;
}
section.single-content h2 {
	font-size: 40px;
	margin-bottom: 10px;
}
section.single-content h3, section.single-content h4 {
	font-size: 30px;
	margin-bottom: 10px;
}
section.single-content h5 {
	font-size: 20px;
	margin-bottom: 10px;
}
section.contact-us {
    padding-top: 120px;
    text-align: center;
    background-color: rgb(247, 239, 231);
}
section.contact-us h1 {
	margin-bottom: 0;
}
section.contact-us p {
	color: #2d4251;
	padding-bottom: 50px;
}
section.contact-us img.contact-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
}
.services-new-inner .col-lg-4, .services-new-inner .col-lg-6 {
	margin-bottom: 20px;
}
footer form.wpcf7-form {
    position: relative;
}
footer form.wpcf7-form .wpcf7-submit {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
}
footer form.wpcf7-form .wpcf7-email {
    padding: 15px;
    width: calc(100% - 135px);
    padding-right: 35px;
}
footer form.wpcf7-form span.wpcf7-spinner, footer form.wpcf7-form br {
	display: none;
}
.wpcf7-response-output {
    color: #fff;
	margin: 0 0 15px 0 !important;
}
.testimonial-outer {
	text-align: center;
    background-color: #2d4251;
}
.testimonial img {
	width: auto !important;
    height: 120px;
    border-radius: 50%;
    margin-bottom: 20px;
    object-fit: cover;
    display: block;
    margin: 0 auto 20px auto;
}
.testimonial p {
	font-size: 16px;
	color: #333;
	max-width: 700px;
	margin: 0 auto 10px;
}
.testimonial h5 {
	font-weight: 600;
	margin-bottom: 5px;
}
.testimonial span {
	color: gray;
	font-size: 14px;
}
.owl-dots {
	text-align: center;
	margin-top: 15px;
}
.owl-dot span {
	width: 12px;
	height: 12px;
	background: #b3c7f9 !important;
	display: block;
	margin: 5px;
	border-radius: 50%;
	transition: 0.3s;
}
.owl-dot.active span {
	background: #3b63f3 !important;
	transform: scale(1.2);
}
.testimonial-outer h2 {
    margin-bottom: 50px;
	color: #fff;;
}
.testimonial p, .testimonial h5, .testimonial span {
	color: #fff;
}
.site-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.site-menu .social-icons {
    padding-left: 30px;
}
.site-menu .social-icons img {
    width: 30px;
}
.action-tools .image img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.single-post .get-in-touch {
	background-color: #fff;
}
footer p a i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
p.contact-links a {
    display: block;
    padding-bottom: 10px;
}
section.our-news .col-lg-3.col-md-6.col-12 {
    margin-bottom: 25px;
}
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}
.pagination .page-numbers {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 8px;
	color: #2d4251;
	font-weight: 500;
}
.pagination a:hover,.pagination .current {
	color: rgb(239,142,0);
}
.resp-menu {
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 20px;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translateX(105%);
	transform: translateX(105%);
}
.resp-menu.active {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.resp-menu .close {
    position: absolute;
    right: 20px;
    top: 20px;
}
.resp-menu .close i {
    font-size: 30px;
    color: #f69334;
    cursor: pointer;
}
.resp-menu .menu {
    width: 100%;
    height: calc(100vh - 160px);
    overflow: auto;
    padding-top: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.resp-menu ul li a {
    display: inline-block;
    font-size: 20px;
    padding: 10px 3px;
    color: #2d4251;
}
.resp-menu ul li.current-menu-item a, .resp-menu ul li a:hover {
	color: #f69334;
}
.resp-menu .contact-links {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
}
.resp-menu .contact-links i {
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
    color: #f69334;
}
.overflow-hidden {
    height: 100dvh;
}
section.action-tools h4 {
    font-size: 28px;
}
.back-insights {
    text-align: center;
    padding-top: 50px;
}
/* Responsive css */
@media (max-width: 1399px) {
	h1 {font-size: 55px;}
}
@media (max-width: 1240px) {
	h1 {font-size: 50px;}
}
@media (max-width: 1199px) {
	.site-menu { display: none;}
	.hamburger {display: flex;}
	.sticky-header.sticky { display: none;}
}
@media (max-width: 767px) { 
	.home-banner {
		height: auto;
		padding: 180px 0;
	}
	.resp-show {display: block;}
	.resp-hide {display: none;}
	h1, h2 {font-size: 40px;}
	h4 {font-size: 28px;}
	p, li {font-size: 16px;}
	.orange-btn, .black-btn, .white-btn {
		width: 70%;
		display: block;
		margin: 0 0 20px 0;
	}
	.bg-parallax {background-attachment: scroll; height: 300px;}
	section, .our-news {padding: 70px 0 50px 0;}
	footer h5 {margin-bottom: 30px;}
	footer h2 {margin-bottom: 50px;}
	footer ul {margin-bottom: 50px;}
	.site-logo img {width: 180px;}
	.action-tools .buttons {margin-top: 0;}
	section.inner-banner {padding: 50px 20px 30px 20px;}
	.our-stories .image {margin-bottom: 25px;}
	.action-tools .image img {height: auto;}
}