/*
Theme Name: Hills Settlement Services
Theme URI: https://tradesignaus.com.au
Author: Tradesign
Author URI: https://tradesignaus.com.au
Description: The Theme is the clean wordpress theme.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

img{
	max-width: 100%;
}


/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 14px;
	font-weight: 700;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	font-family: "Open Sans", sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}


/**
 * 8.0 - Alignments
 */

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
  float: right;
  margin: 0.375em 0 1.75em 10px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}






/* Tag Cloud widget */
.tagcloud a {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	line-height: 1;
	margin: 0 0.1875em 0.4375em 0;
	padding: 0.5625em 0.4375em 0.5em;
}

.tagcloud a:hover,
.tagcloud a:focus {
	border-color: #007acc;
	color: #007acc;
	outline: 0;
}


/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

label {
	color: #fff;
	display: block;
	font-weight: 400;
	margin-bottom: 0.5em;
}

fieldset {
	margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #222;
	background: transparent;
	border: 1px solid #ddd;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	display: block;
	padding: 10px 15px;
	width: 100%;
	font-size: 14px;
	font-family: 'Helios Antique';
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	border-color: #333;
}

select {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 3em;
	max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}

input[type="button"],
input[type="submit"] {
	background-color: #fff;
	border: 0;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #0d8863;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1;
	padding: 1em 2em;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
	width: 100%;
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
	padding: 0.75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}

input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #4e9139;
	color: #fff;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
	background: #bbb;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #9fa1a3;
}

:-moz-placeholder {
	color: #9fa1a3;
}

::-moz-placeholder {
	color: #9fa1a3;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #9fa1a3;
}


/**
 * 11.4 - Comments
 */

.comments-area {
	margin: 0 7.6923% 3.5em;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.75em;
}

.comments-title,
.comment-reply-title {
	border-top: 4px solid #1a1a1a;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.3125;
	padding-top: 1.217391304em;
}

.comments-title {
	margin-bottom: 1.217391304em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #d1d1d1;
	padding: 1.75em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.875em;
}

.comment-author {
	color: #1a1a1a;
	margin-bottom: 0.4375em;
}

.comment-author .avatar {
	float: left;
	height: 28px;
	margin-right: 0.875em;
	position: relative;
	width: 28px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	left: 3px;
	position: relative;
	top: 5px;
}

.comment-metadata,
.pingback .edit-link {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.comment-metadata {
	margin-bottom: 2.1538461538em;
}

.comment-metadata a,
.pingback .comment-edit-link {
	color: #686868;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
	color: #007acc;
}

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-reply-link {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #007acc;
	display: inline-block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1;
	margin-top: 2.1538461538em;
	padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	border-color: currentColor;
	color: #007acc;
	outline: 0;
}

.comment-form {
	padding-top: 1.75em;
}

.comment-form label {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.comment-list .comment-form {
	padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 2.1538461538em;
}

.no-comments {
	border-top: 1px solid #d1d1d1;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-weight: 700;
	margin: 0;
	padding-top: 1.75em;
}

.comment-navigation + .no-comments {
	border-top: 0;
	padding-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
}


.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	color: #1a1a1a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -5px;
}


/* Go Scroll To Top */

.go-top {
	position: fixed;
	right: 30px;
	bottom: 20px;
	z-index: 999;
	display: none;
}

.go-top span {
	background-color: #4bc6ce;
	color: #fff;
	cursor: pointer;
	float: right;
	font-size: 30px;
	font-weight: 400;
	line-height: 30px;
	padding: 5px 10px;
}

.go-top span:hover {
	color: #fff;
	background: #005770;
}



a, a:hover, a:focus{
	text-decoration: none;
	outline: none;
}
:focus, button:focus {
	outline: none;
}
a:hover{
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

h1, h2, h3, h4, h5, h6 {
	color: #4d4d4f;
	margin: 0;
	font-weight: 400;
	line-height: 1;
	font-family: 'Union';
}
h1 {
	font-size: 64px;
	text-transform: uppercase;
}
h2 {
	font-size: 64px;
	text-transform: uppercase;
}
h3 {
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}
p:last-child, p:last-of-type {
	margin-bottom: 0;
}

/* Custom CSS */

body{
	font-family: 'AvenirLTStd';
	font-size: 15px;
	font-weight: 400;
	color: #000;
	line-height: 1.5;
}




/* Menu */


#main-wrap {
	overflow: hidden;
}

/* Header */
.admin-bar .header {
	top: 32px;
}
.header {
	transition: .4s all ease;
	background: transparent;
}
.header .container-fluid {
	padding-left: 50px;
	padding-right: 50px;
}
.sticky-active {
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	background: #fff;
}
body:not(.home) .header {
}
.header-top {
	padding: 15px 0;
	transition: .4s all ease;
}
.header-bottom {
	background: #11bdf1;
}
.sticky-active .header-top {
	padding: 8px 0;
}



.logo {
	margin-right: 10px;
	max-width: 260px;
	transition: .4s all ease;
}
.sticky-active .logo {
	max-width: 200px;
	transition: .4s all ease;
}

.menu-with-info {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	text-align: center;
}


.main-menu {
	flex: 1;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.main-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.main-menu ul li {
	display: inline-block;
}
.main-menu ul li a {
	color: #000;
	font-size: 15px;
	padding: 0 12px;
	font-weight: 400;
	text-transform: uppercase;
}

.main-menu ul li a:hover, .main-menu ul li.active a {
	color: #11bdf1;
}


.right-phone {
	position: relative;
	display: flex;
}
.right-phone .phone-btn {
	background-color: #273f75;
	margin-left: 10px;
}
.right-phone a {
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
}

.dropdown-phone {
	position: absolute;
	background: #4d4d4f;
	top: calc(100% + 5px);
	left: 0;
	padding: 10px;
	width: 180px;
	text-align: left;
	border-radius: 5px;
}
.dropdown-phone a {
	display: block;
	font-size: 14px;
	padding: 3px 0;
}
.dropdown-phone a:hover {
	opacity: .7
}
.call-btn i.fa-angle-down {
	font-size: 15px;
}


.btn {
	background-color: #11bdf1;
	border: 0px solid #fff;
	color: #fff;
	border-radius: 30px;
	padding: 14px 30px;
	font-size: 11px;
	transition: .4s all ease;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: none;
}
.btn:hover {
	background: #4d4d4f;
	color: #fff;
	transition: .4s all ease;
}
.btn-gray {
	background-color: #4d4d4f;
}

.btn.btn-gray:hover {
	background: #11bdf1;
	color: #fff;
}



/* Modal */
.modal-dialog {
	max-width: 700px;
}
.modal-body input[type="submit"] {
	background: #11bdf1;
	color: #fff;
	text-transform: uppercase;
	border-radius: 30px;
	max-width: 180px;
}
.modal-body input[type="submit"]:hover {
	background: #000;
}
.modal-body {
	padding: 0 30px 20px;
}
.modal-header h2 {
	font-size: 20px;
}
.modal-content {
	border-radius: 15px;
}
.modal-header {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	flex-wrap: wrap;
	justify-content: center;
	border-bottom: none;
	text-align: center;
	flex-direction: column;
	align-items: center;
}

.modal-header .close {
	position: absolute;
	right: 20px;
	top: 20px;
}
.pop-logo img {
	max-width: 320px;
}
.popup-quote-form {
	margin-left: -5px;
	margin-right: -5px;
}
.popup-quote-form [class*="col-"] {
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
.modal-header p a {
	color: #11bdf1;
}


/* Banner */
.banner-area {
	padding: 150px 0 670px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: bottom center;
	position: relative;
}
.banner-content h1 {
	margin-bottom: 5px;
}

.banner-content {
	text-align: center;
}
.banner-content p {
	margin: 0 auto;
	max-width: 800px;
	color: #4d4d4f;
	font-size: 17px;
}

.banner-button a {
	font-size: 14px;
	padding: 15px 50px;
}

.banner-content ul {
	padding: 0;
	list-style: none;
	columns: 2 auto;
	text-align: left;
	max-width: 460px;
	margin: 0 auto;
}
.banner-content ul li {
	position: relative;
	padding-left: 25px;
	font-size: 17px;
	margin-bottom: 5px;
	color: #000;
}
.banner-content ul li::before {
	content: '\f058';
	font-family: 'FontAwesome';
	color: #11bdf1;
	position: absolute;
	left: 0;
	top: 0;
}

textarea {
	height: 90px;
}

.banner-button {
	display: flex;
	margin-top: 25px;
	justify-content: center;
}



/* Section Title */
.section-title {
	margin-bottom: 40px;
}
.section-title h2 strong {
	color: #11bdf1;
	font-weight: 400;
}
.section-title h2 {
	position: relative;
	color: #4d4d4f;
}


/* Summary */
._summary-area {
	padding: 70px 0;
	clip-path: polygon(0 15%, 80% 0, 100% 10%, 100% 70%, 80% 100%, 0 85%);
	background: rgba(0, 0, 0, .5);
	margin-top: -120px;
}
.summary-area {
	padding: 130px 0 90px;
	background-image: url("img/summary-bg.png");
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: -120px;
	position: relative;
}
.summary-area h2 {
	color: #fff;

}
.summary-content p {
	line-height: 1.7;
	color: #fff;
}





/* Why Choose Us */
.why-choose-us-area {
	position: relative;
}
.why-choose-us-area::before {
	position: absolute;
	width: 40%;
	height: 100%;
	content: "";
	right: 0;
	top: 0;
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
}
.why-choose-lists {
	padding-right: 30px;
}
.choose-content {
	position: relative;
	padding-left: 25px;
}
.choose-content::before {
	content: '\f058';
	font-family: 'FontAwesome';
	color: #11bdf1;
	font-size: 20px;
	position: absolute;
	left: 0;
	top: -7px;
}
.single-choose:not(:last-child) {
	margin-bottom: 30px;
}
.single-choose h3 {
	margin-bottom: 10px;
}


/* Our Services */
.services-area {
	padding: 70px 0;
}
.services-lists .col-md-6 {
	margin-bottom: 30px;
}
.single-services {
	background: #fff;
	padding: 25px;
	box-shadow: 0 0 30px rgba(0, 0, 0, .2);
	border-radius: 30px;
	height: 100%;
}
.services-image {
	height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.service-content h3 {
	margin-bottom: 15px;
}



/* CTA */
.cta-area {
	background: #e5e5e5;
	padding: 60px 0;
	margin-top: 60px;
	position: relative;
}
.cta-area::before {
	height: 100%;
	width: 15%;
	content: "";
	position: absolute;
	background: #fff;
	right: 0;
	top: 0;
}
.cta-box {
	max-width: 700px;
	margin: 0 auto;
}
.cta-content {
	flex: 1;
}
.cta-content h3 {
	font-size: 30px;
	line-height: 1.2;
}

.cta-btn-s img {
	max-width: 240px;
}





/* We serve */
.we-serve-area {
	background: #fff;
	padding: 70px 0;
}
.we-serve-area .container {
	max-width: 1100px;
}
.serve-image {
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 15px;
}
.single-we-serve {
	background: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, .2);
	padding: 20px 20px 30px;
	border-radius: 30px;
	width: calc(100%/5 - 20px);
	margin: 0 10px;
}
.serve-content h3 {
	margin-bottom: 10px;
}


/* About Us */
.about-us-area {
	background: #fff;
	position: relative;
	padding: 140px 0;
	position: relative;
}
.about-us-area:before {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	width: 50%;
	height: 100%;
	top: 0;
	content: "";
}


/* Testimonials */
.testimonial-area {
	padding: 60px 0;
	position: relative;
	background: #bbb;

}
.testimonial-area .section-title {
	margin-bottom: 40px;
}

.all-testimonials {

}
.testimonials-carousel {
	padding: 0 80px;
}
.testimonial-bg {
	padding: 35px 20px 35px;
	background: #fff;
	margin: 0 10px;
	border-radius: 15px;
	min-height: 330px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.single-testimonial {
	color: #000;
}
.single-testimonial p {
	line-height: 1.8;
	font-size: 15px;
}
.testimonial-info h4 {
	color: #11bdf1;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 15px;
	font-family: 'Helios Antique';
	font-style: normal;
	text-transform: none;
}
.testimonial-info span {
	font-style: italic;
}
.rating {
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
}
.rating i {
	color: #11bdf1;
	margin: 0 2px;
	font-size: 24px;
}
.all-testimonials .slick-track {
	display: flex;
	align-items: center;
}
.long-content {
	display: none;
}
.slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: gray;
	border: none;
	padding: 0;
	color: #fff;
	font-size: 24px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	line-height: 1;
	cursor: pointer;
	left: 0;
}

.slick-arrow.slick-next {
	left: auto;
	right: 0;
}
.slick-arrow:hover {
	opacity: .7;
}

/* Contact Us */
.contact-us-area {
	padding: 100px 0;
	background: #fff;
}
.contact-title {
	margin-top: 30px;
}
@media (min-width: 991px) {
	.contact-title h2 {
		font-size: 48px;
	}
	.about-us-content h2 {
		font-size: 44px;
	}	
}

.contact-us-forms input[type="text"], .contact-us-forms input[type="email"], .contact-us-forms input[type="tel"], .contact-us-forms textarea, .contact-us-forms select {
	border-color: #acacac;
	color: #939598;
	background-color: #fff;
	font-weight: 300;
}
.contact-us-forms input[type="submit"], .banner-contact-form input[type="submit"] {
	background-color: #11bdf1;
	color: #fff;
	font-weight: 400;
	width: 100%;
	border-radius: 30px;
	text-transform: uppercase;
	max-width: 200px;
}
.contact-us-forms input[type="submit"]:hover {
	background: #000;
	color: #fff;
}
.contact-us-forms ::placeholder {
	color: #939598;
}
/* Placeholder text color -- selectors need to be separate to work. */
.contact-us-forms ::-webkit-input-placeholder {
	color: #939598;
}

.contact-us-forms :-moz-placeholder {
	color: #939598;
}

.contact-us-forms ::-moz-placeholder {
	color: #939598;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}
.contact-us-forms :-ms-input-placeholder {
	color: #939598;
}
textarea {
	height: 100px;
}


.contact-us-forms {
	padding-right: 50px;
}

.contact-right-info ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.contact-right-info li, .contact-right-info li a {
	font-size: 20px;
	font-weight: 400;
	color: #757575;
	line-height: 1.2;
	font-family: 'Helios Antique';
}
.contact-right-info li strong {
	font-weight: 400;
	display: block;
}
.contact-right-info li:not(:last-child) {
	margin-bottom: 25px;
}
.contact-right-info li {
	position: relative;
	padding-left: 40px;
}
.contact-right-info li:before {
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
	top: 0;
	color: #11bdf1;
	font-size: 26px;
}
.contact-right-info li:nth-child(1):before {
	content: '\f041';
}
.contact-right-info li:nth-child(2):before {
	content: '\f095';
}
.contact-right-info li:nth-child(3):before {
	content: '\f0e0';
}

.contact-right-info li a:hover {
	color: #11bdf1;
}
.social-info {
	margin-top: 20px;
}
.social-info a {
	width: 50px;
	height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #3b5998;
	color: #fff;
	font-size: 30px;
	border-radius: 50%;
}
.social-info a:last-child {
	background: #3f729b;
	margin-left: 15px;
}
.social-info a:hover {
	opacity: .7;
}




/* Footer */

.footer {
	background: #000;
	padding: 65px 0 40px;
}
.footer h3 {
	color: #fff;
	font-size: 21px;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-style: normal;
	letter-spacing: normal;
	font-family: Gotham;
	font-weight: 700;
}

.footer-text {
	color: #fff;
}
.footer-text p {
	font-size: 18px;
}
.footer-phone a {
	color: #fff;
	font-size: 18px;
	margin-bottom: 10px;
}
.footer-phone a i {
	color: #fff;
	font-size: 25px;
	margin-right: 15px;
}
.footer-phone a:hover {
	opacity: .7;
}
.footer-social a {
	color: #fff;
	font-size: 35px;
}
.footer-social a:hover {
	color: #ff4d04;
}
.footer-text h3 {
	text-transform: none;
}
.connect-with-us {
}
.connect-with-us h3 {
	margin-bottom: 0px;
}
.connect-with-us a {
	color: #fff;
	font-size: 26px;
	margin-right: 15px;
}
.connect-with-us a:hover {
	color: #11bdf1;
}

.footer-logo img {
	margin-bottom: 35px;
}

.footer-info ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-info li, .footer-info li a {
	color: #fff;
	font-size: 16px;
}

.footer-info li {
	position: relative;
	padding-left: 26px;
	margin-bottom: 0;
}
.footer-info li:before {
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	font-size: 16px;
}
.footer-info li:nth-child(1):before {
	content: '\f041';
}
.footer-info li:nth-child(2):before {
	content: '\f095';
}
.footer-info li:nth-child(3):before {
	content: '\f0e0';
}
.footer-info li a:hover {
	color: #11bdf1;
}

.review-lists {
	margin-top: 15px;
}
.review-lists ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.review-lists li a {
	position: relative;
	display: flex;
	align-items: center;
	background: #e73c14;
	padding-left: 47px;
	min-height: 50px;
	color: #fff;
	font-weight: 500;
	font-size: 15px;
	max-width: 250px;
}
.review-lists li:nth-child(2) a {
	background: #1488eb;
}
.review-lists li {
	margin-bottom: 20px;
	margin-left: 30px;
}
.r-logo {
	position: absolute;
	left: -30px;
	top: -9px;
}
.review-lists li a:hover {
	opacity: .7;
}



.copyright {
	margin-top: 40px;
}
.copyright p {
	color: #fff;
	margin-bottom: 0;
}
.copyright a {
	color: #fff;
}
.copyright a:hover {
	color: #11bdf1;
}

.wpcf7 .ajax-loader {
	position: absolute;
}

/* Thank you */
.thankyou-area {
	padding: 250px 0 100px;
	min-height: calc(100vh - 381px);
}
.thankyou-content h2 {
	font-size: 24px;
}


/* 404 */
.error-404 {
	padding: 100px 0;
}
.error-404 h1 {
	font-size: 200px;
}
.error-404 h2 {

}

/* Responsive */

@media (min-width: 1550px) {
	.banner-area {
		background-position: center center;
	}
}

@media (max-width: 1400px) {
	.header .container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}
	.right-phone {
		margin-left: 10px;
	}
	.banner-area {
		padding: 150px 0 640px;
	}	

}

@media (max-width: 1366px) {

}

@media (max-width: 1340px ) {
	.main-menu ul li a {
		font-size: 12px;
		padding: 0 5px;
	}
}

/*
 * Large devices (desktops, less than 1200px)
 */

@media (max-width: 1199.98px) {

	.footer-info li, .footer-info li a {
		font-size: 15px;
	}
	h2 {
		font-size: 50px;
	}

	.contact-right-info li, .contact-right-info li a {
		font-size: 17px;
	}
	.main-menu ul li a {
		font-size: 10px;
		padding: 0 5px;
	}
	.footer-text p {
		font-size: 15px;
	}
}

/*
 * Medium devices (tablets, less than 992px)
 */

@media (max-width: 991.98px) {
	.slicknav_btn {
		display: none;
	}
	.slicknav_menu {
		display: block;
	}
	.slicknav_menu {
		background: transparent;
		margin-right: -15px;
		margin-left: -15px;
		padding: 0;
	}
	.slicknav_nav {
		background: rgba(0, 0, 0, 0);
		padding: 15px 0;
		text-align: right;
	}
	.slicknav_btn {
		margin: 5px 5px 6px;
		text-decoration: none;
		text-shadow: none;
		border-radius: 0;
		background-color: #eee;
		position: absolute;
		right: 10px;
		top: 5px;
	}
	.slicknav_menu .slicknav_icon-bar {
		background-color: #222;
	}
	.slicknav_nav .slicknav_row, .slicknav_nav a {
		text-transform: uppercase;
		font-weight: 700;
		color: #000;
	}
	.slicknav_nav a:hover {
		background: transparent;
		color: #11bdf1;
	}
	.right-phone {
		margin-left: 0;
		flex: 1;
		justify-content: flex-end;
		align-items: center;
	}
	.new-menu-open {
		font-size: 26px;
		margin-left: 10px;
		color: #000;
		line-height: 1;
		cursor: pointer;
	}
	.mobile-menu {
		padding: 0 15px;
		background: #fff;
	}

	.main-menu ul li a {
		font-size: 13px;
		padding: 0 5px;
	}
	.contact-us-forms {
		padding-right: 0;
	}
	.contact-right-info {
		margin-top: 20px;
	}
	.contact-right-info li, .contact-right-info li a {
		font-size: 21px;
	}
	.footer-info li, .footer-info li a {
		font-size: 12px;
	}
	.footer-info li::before {
		top: -5px;
	}
	.contact-right-info li, .contact-right-info li a {
		font-size: 17px;
	}
	.footer-info li {
		padding-left: 23px;
	}
	.footer h3 {
		font-size: 18px;
	}

	.banner-button a.btn {
		padding-left: 40px;
		padding-right: 40px;
	}
	.banner-area {
		padding: 120px 0 450px;
	}

	.contact-right-info li, .contact-right-info li a {
		font-size: 14px;
	}
	.contact-right-info li::before {
		top: -3px;
		font-size: 20px;
	}
	.contact-right-info li {
		padding-left: 30px;
	}
	h1 {
		font-size: 50px;
	}
	.banner-content p {
		font-size: 16px;
	}
	.cta-content h4 {
		font-size: 24px;
	}
	.cta-area {
		padding: 40px 0;
	}

	.about-us-content {
		text-align: center;
		margin-bottom: 40px;
	}
	.contact-title h2 {
		font-size: 30px;
	}
	.cta-area::before {
		display: none;
	}
	.single-we-serve {
		width: calc(100%/3 - 20px);
		margin-bottom: 30px;
	}
	.about-us-area::before {
		display: none;
	}
	.about-us-area {
		padding-bottom: 0;
	}
	.testimonials-carousel {
		padding: 0 50px;
	}


}

@media (max-width: 768px) {

}

@media (max-width: 782px) {
	.admin-bar .header {
		top: 46px;
	}
}

/*
 * Small devices (landscape phones, less than 768px)
 */
@media (max-width: 767.98px) {
	.header .container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}
	.right-phone a:last-child {
		margin-top: 5px;
	}
	.right-phone::before {
		display: none;
	}
	.right-phone {
		padding-left: 10px;
	}

	.right-phone {
		margin-left: 0;
	}

	.right-phone.text-right {
		display: flex;
		align-items: center;
	}
	.right-phone.text-right a {
		margin-right: 20px;
	}
	.menu-with-info {
		flex: inherit;
	}
	.right-phone {
		padding-right: 0px;
		margin-bottom: 0;
	}
	.right-phone a {
		font-size: 10px;
		padding: 10px 15px;
	}
	.header-menus {
		margin-top: 0;
	}
	.banner-content ul li::before {
		margin-left: -24px;
		left: auto;
	}
	.all-testimonials {
		padding: 0;
	}
	.footer-info li, .footer-info li a {
		font-size: 17px;
	}
	.footer-left {
		text-align: center;
		margin-bottom: 18px;
	}
	.footer-right {
		margin-top: 30px;
	}
	.connect-with-us {
		text-align: center;
	}
	.copyright {
		margin-top: 20px;
	}
	.right-phone.text-right a {
		margin-right: 0;
	}

	.contact-right-info li::before {
		font-size: 26px;
	}
	.contact-right-info li {
		padding-left: 35px;
	}
	.header .container-fluid {
		padding-bottom: 0;
	}
	.testimonial-area {
		padding: 70px 0;
	}
	.footer {
		padding: 40px 0 20px;
	}
	.contact-us-area {
		padding: 30px 0;
	}
	.footer-right {
		text-align: center;
	}
	.footer-info li::before {
		left: auto;
		margin-left: -27px;
	}
	.footer h3 {
		font-size: 20px;
	}
	.banner-content {
		margin-bottom: 15px;
	}
	.contact-right-info {
		margin-top: 30px;
	}
	.footer-info {
		text-align: center;
		margin-bottom: 30px;
	}
	.footer-info li::before {
		top: 0px;
	}
	.footer h3 {
		font-size: 18px;
		text-align: center;
	}
	.r-text p {
		font-size: 15px;
	}
	.logo {
		margin-right: 0;
	}
	.banner-content {
		text-align: center;
	}
	.banner-button {
		justify-content: center;
	}

	.about-us-main-content {
		padding: 30px 0px 50px;
	}
	.our-team {
		margin-top: 30px;
	}
	.about-us-area {
		padding: 0;
	}
	.cta-content {
		flex-wrap: wrap;
		flex-direction: column;
	}
	.cta-area {
		padding: 40px 0;
	}
	.cta-btn .btn {
		margin-top: 15px;
		margin-left: 0;
	}
	.cta-text h2 {
		text-align: center;
		font-size: 24px;
	}
	.team-image {
		position: relative;
		max-width: 340px;
	}	
	.banner-content ul {
		text-align: left;
		margin-left: 45px;
	}	

	h1 {
		font-size: 26px;
	}
	.about-us-area::before {
		display: none;
	}
	.section-title {
		margin-bottom: 25px;
	}
	.footer-social {
		text-align: center;
		margin-bottom: 20px;
	}
	.why-choose-us-area .section-title {
		margin-bottom: 30px;
	}
	.why-choose-us-area {
		padding: 40px 0 20px;
	}
	.footer-phone a {
		justify-content: center;
		margin-bottom: 10px;
	}
	.review-lists {
		max-width: 280px;
		margin-left: auto;
		margin-right: auto;
	}
	.footer-logo img {
		margin-bottom: 20px;
	}
	.footer-text {
		margin-bottom: 15px;
	}
	.banner-content {
		max-width: 330px;
		margin: 0 auto;
	}
	.banner-content h1 {
		font-size: 26px;
	}
	.banner-content ul {
		max-width: 195px;
		margin-left: auto;
		margin-right: auto;
		columns: 1;
	}
	.contact-right-info ul {
		text-align: center;
	}	
	.contact-right-info li {
		padding-left: 0;
	}
	.contact-right-info li::before {
		font-size: 20px;
		left: auto;
		margin-left: -25px;
	}

	.contact-us-forms input[type="submit"], .banner-contact-form input[type="submit"] {
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.summary-area h2 strong, .brand-title h2 strong {
		display: inline;
	}
	.banner-area {
		padding: 80px 0 390px;
	}
	h2 {
		font-size: 32px;
	}
	.cta-box {
		flex-wrap: wrap;
		text-align: center;
		flex-direction: column;
	}
	.cta-content h3 {
		font-size: 24px;
		line-height: 1.2;
		margin-bottom: 20px;
	}
	.contact-right-info li:not(:last-child) {
		margin-bottom: 18px;
	}
	.contact-right-info {
		margin-top: 0;
		margin-bottom: 30px;
	}
	.summary-area {
		padding: 130px 0 70px;
		background-size: cover;
		margin-top: -200px;
	}
	.services-area {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.why-choose-us-area::before {
		display: none;
	}
	.why-choose-lists {
		padding-right: 0;
	}
	.single-we-serve {
		width: calc(100%/2 - 20px);
	}
	.slick-arrow {
		font-size: 20px;
		width: 30px;
		height: 30px;
		left: -10px;
	}
	.testimonials-carousel {
		padding: 0 20px;
	}
	.slick-arrow.slick-next {
		left: auto;
		right: -10px;
	}
	.all-testimonials .slick-track {
		align-items: inherit;
	}
	.about-us-content h2 {
		font-size: 28px;
	}
	.we-serve-area {
		padding: 50px 0 30px;
	}
	.why-choose-us-area h2 {
		text-align: center;
	}
	.choose-content::before {
		top: -5px;
	}
	.cta-area {
		margin-top: 30px;
	}
	.choose-content {
		text-align: center;
		padding-left: 0;
		padding-top: 10px;
	}	
	.choose-content::before {
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		display: none;
	}	

}


@media (max-width: 600px) {
	.admin-bar .header.sticky-active {
		top: 0;
	}
}

/*
 * Extra small devices (portrait phones, less than 576px)
 */

@media (max-width: 575.98px) {
	/* 404 */
	.error-404 {
		padding: 50px 0;
	}
	.error-404 h1 {
		font-size: 100px;
	}
	.right-phone a {
		font-size: 9px;
		padding: 9px 10px;
	}

	.services-content h3 {
		font-size: 20px;
	}
	.banner-content ul li {
		font-size: 15px;
	}

	.banner-button a.btn {
		font-size: 12px;
		padding: 12px 25px;
	}
	.pop-logo img {
		max-width: 200px;
	}
	.single-we-serve {
		width: calc(100%/1 - 20px);
	}
	.dropdown-phone a {
		font-size: 11px !important;
		padding: 3px 0 !important;
	}	
	.dropdown-phone {
		width: 150px;
	}	

}










