/*
Theme Name: Go GO On-Hold
Theme URI: http://devmahfuz.com
Author: Starlit Devs
Author URI: http://starlitdevs.com
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: #333;
	display: block;
	font-weight: 800;
	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: #2c363b;
	background: #f4f5f5;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 0px solid #bbb;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	display: block;
	padding: 15px 30px;
	width: 100%;
	font-weight: 400;
	font-size: 15px;
	outline: none;
}

textarea {
	height: 120px;
}
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 {
	color: #222;
	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"] {
	cursor: pointer;
	display: inline-block;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}

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: #767676;
}

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: #2c363b;
}

:-moz-placeholder {
	color: #2c363b;
}

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

:-ms-input-placeholder {
	color: #2c363b;
}


/**
 * 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;
}

.required {
	color: #007acc;
	font-family: Merriweather, Georgia, serif;
}

.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!important;
}

.go-top span {
	background-color: #2c363b;
	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: #d81d24;
}



a, a:hover, a:focus{
	text-decoration: 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{
	margin: 0;
	font-weight: 700;
}
h1 {
	font-size: 43px;
}
p:last-child, p:last-of-type {
	margin-bottom: 0;
}


@font-face {
	font-family: "IKEA Script Bold";
	src: url("fonts/ika/ea217362bcde05ee0fc0c02cfbe2bb6e.eot"); /* IE9*/
	src: url("fonts/ika/ea217362bcde05ee0fc0c02cfbe2bb6e.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	url("fonts/ika/ea217362bcde05ee0fc0c02cfbe2bb6e.woff2") format("woff2"), /* chrome、firefox */
	url("fonts/ika/ea217362bcde05ee0fc0c02cfbe2bb6e.woff") format("woff"), /* chrome、firefox */
	url("fonts/ika/ea217362bcde05ee0fc0c02cfbe2bb6e.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url("fonts/ika/ea217362bcde05ee0fc0c02cfbe2bb6e.svg#IKEA Script Bold") format("svg"); /* iOS 4.1- */
}

/* Custom CSS */

body{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #4c5d66;
	line-height: 1.4;
}

#main-wrap {
	overflow-x: hidden;
}

/* Header */
.header {
	padding: 0px 0 0px;
	transition: .4s all ease;
}
.page-wrapper {
	padding-top: 0;
}
.sticky-active {
	background: #00bff3;
	padding: 5px 0;
}

.logo {
	padding-right: 20px;
}

.main-menu {
	flex: 1;
}
.main-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.main-menu ul li {
	display: inline-block;
}
.main-menu ul li a {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0 15px;
}
.main-menu ul li a:hover, .main-menu ul li.active a {
	color: #d81d24;
}

.right-phone a {
	padding-left: 40px;
	padding-right: 40px;
}

.btn {
	background: #2c363b;
	color: #fff;
	border-radius: 40px;
	padding: 15px 50px;
	font-size: 19px;
	transition: .4s all ease;
}
body .btn.btn-red {
	background-color: #d81d24;
}
body .btn.btn-red:hover {
	background-color: #2c363b;
}
.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: none;
}
.btn:hover {
	background: #d81d24;
	color: #fff;
}


/* Popup form */
.white-popup {
	position: relative;
	background: #FFF;
	padding: 90px 70px 50px;
	width: auto;
	max-width: 570px;
	margin: 20px auto;
	margin-top: 100px;
	box-shadow: 26px 0 135px rgba(0, 0, 0, .6);
}
#form-popup::before {
	background-image: url('img/popup-icon.png');
	width: 150px;
	height: 155px;
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -70px;
}
.forms-contents {
	text-align: center;
}
.forms-contents h2 {
	color: #2c363b;
	font-size: 22px;
	margin-bottom: 30px;
}
.forms-contents p {
	margin-bottom: 12px;
}

.forms-contents .btn {
	background-color: #00bff3;
}
.forms-contents .btn:hover {
	background-color: #d81d24;
}




/* Banner */
.banner-area {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: top center;
	padding-top: 175px;
}
.banner-content-area {
	position: relative;
}
.banner-content {
}
.banner-content h1 {
	color: #fff;
	font-size: 45px;
	line-height: 1.1;
	margin-bottom: 30px;
	max-width: 700px;
}
.banner-content p {
	font-size: 25px;
	color: #fff;
	max-width: 540px;
	font-weight: 500;
	line-height: 1.25;
	margin-bottom: 20px;
}
.banner-content ul {
	margin-bottom: 20px;
	padding: 0;
	list-style: none;
}
.banner-content ul li {
	color: #fff;
	font-size: 24px;
	display: inline-block;
    width: 36%;
}
.banner-content a {
	background-color: #d81d24;
}
.banner-content a:hover {
	background-color: #2c363b;
}
.stylish-text {
	max-width: 340px;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 0;
	transform: rotate(-3.7deg);
	position: relative;
	margin-bottom: 100px;
	z-index: 1;
}
.stylish-text::before {
	background-image: url('img/banner-arrow.png');
	width: 236px;
	height: 180px;
	position: absolute;
	content: '';
	right: -80%;
	bottom: -35px;
	z-index: 9;
}
.banner-content h3 {
	font-family: "IKEA Script Bold";
	color: #2c363b;
	font-size: 31px;
	line-height: .9;
	font-weight: 400;
}
.banner-images {
	position: absolute;
	right: 0;
	bottom: 0;
}
.banner-images img {
	max-width: 400px;
}


/* Listen */
.listen-area {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	padding: 100px 0 60px;
}
.listen-title {
	padding-bottom: 50px;
}
.listen-title h1 {
	color: #fff;
}
.listen-lists {
	display: grid;
	grid-template-columns: repeat(12, auto);
	grid-gap: 20px;
}
.single-list {
	grid-column: span 4;
}
.single-list h2 {
	position: relative;
	display: flex;
	color: #2c363b;
	background: #fff;
	font-size: 17px;
	border-radius: 40px;
	height: 40px;
	outline: none;
	font-weight: 400;
	line-height: 40px;
}
.single-list a::before {
	content: '\f04b';
	font-family: 'FontAwesome';
	color: #fff;
	background: #00bff3;
	position: absolute;
	left: 0;
	border-radius: 50%;
	top: 0;
	width: 52px;
	height: 52px;
	text-align: center;
	line-height: 52px;
	transition: .4s all ease;
}
.single-list a:hover {
	background: #d81d24;
	color: #fff;
}
.single-list a:hover::before {
	background: #d81d24;
}
.sc_player_container1 {
	padding-right: 10px;
}
.sc_player_container1 .myButton_play {
	background: transparent url('http://www.gogo.tradesigndev.com.au/wp-content/uploads/2019/02/round-play-button-black.png') no-repeat !important;
	cursor: pointer !important;
	width: 42px !important;
	height: 42px !important;
	border: 0 !important;
	position: relative;
	margin: 0 !important;
	padding: 0 !important;
}
.sc_player_container1 .myButton_stop {
	background: transparent url('http://www.gogo.tradesigndev.com.au/wp-content/uploads/2019/02/round-pause-button-black.png') no-repeat !important;
	cursor: pointer !important;
	width: 42px !important;
	height: 42px !important;
	border: 0 !important;
	position: relative;
	margin: 0 !important;
	padding: 0 !important;
}

.client-logos {
	display: grid;
	grid-template-columns: repeat(4,1fr);
    grid-column-gap: 50px;
    grid-row-gap: 40px;
}
.single-client-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

audio {
	width: 100%;
}
.audio-popup {
	padding: 30px 20px;
}
.audio-popup p{
	margin-bottom: 15px;
}
.listen-bottom {
	max-width: 770px;
	margin: auto;
	color: #fff;
	padding-top: 50px;
}
.listen-bottom p {
	font-size: 20px;
	margin-bottom: 25px;
}
.listen-bottom a {
	padding-left: 40px;
	padding-right: 40px;
	background-color: #00bff3;
}


/* Benefits */
.benefits-area {
	background: #00bff3;
	padding: 100px 0;
}
.benefits-lists {
	display: grid;
	grid-template-columns: repeat(12, auto);
	grid-column-gap: 30px;
}
.single-benefits {
	grid-column: span 4;
	margin-top: 50px;
	text-align: center;
}
.single-benefits img {
	max-width: 50px;
}
.ben-icon {
	min-height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 20px;
}
.ben-content h3 {
	font-size: 22px;
	color: #2c363b;
	margin-bottom: 10px;
}
.ben-content p {
	color: #fff;
	line-height: 1.4;
	font-size: 18px;
	font-weight: 300;
	padding: 0 15px;
}

/* CTA */
.benefits-bottom-area {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	padding: 120px 0;
}
.benefits-bottom-area-content h1 {
	color: #fff;
}
.benefits-bottom-area-content p {
	color: #fff;
	font-size: 24px;
	margin-bottom: 25px;
	margin-top: 10px;
}
.benefits-bottom-area-content a {
	background-color: #00bff3;
}

/* Clients */
.clients-area {
	padding: 100px 0;
	background: #fff;
}
.clients-title h1 {
	color: #00bff3;
}

.clients-lists {
	display: grid;
	grid-template-columns: repeat(15, auto);
	grid-column-gap: 30px;
}
.single-logo {
	grid-column: span 3;
	margin-top: 50px;
	align-self: center;
}

/* FAQ */
.faq-area {
	background: #00bff3;
	padding: 100px 0;
}
.faq-title {
	padding-bottom: 60px;
}
.faq-title h1 {
	color: #2c363b;
}
.faq-acc-content {
	display: none;
	padding: 0 60px 20px 60px;
}
.faq-acc-content p {
	color: #4c5d66;
}
.single-faq {
	background: #fff;
	box-shadow: 0 7px 0 rgba(0, 0, 0, .07);
	border-radius: 10px;
}

.single-faq:not(:last-child) {
	margin-bottom: 20px;
}
.faq-acc-title {
	color: #00bff3;
	cursor: pointer;
	position: relative;
	padding: 20px 60px;
}
.faq-acc-title::before {
	content: '\f055';
	font-family: 'FontAwesome';
	position: absolute;
	left: 15px;
	text-align: center;
	border-radius: 50%;
	color: #00bff3;
	font-size: 30px;
}
.single-faq.active .faq-acc-title::before {
	content: '\f056';
}

/* About Us */
.about-us-area {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	padding: 120px 0;
}
.about-us-content {
	padding: 0 70px;
}
.about-us-content h1 {
	color: #fff;
	margin-bottom: 15px;
}
.about-us-content h1, .about-us-content p {
	color: #fff;
}
.about-us-content p {
	font-weight: 300;
	font-size: 17px;
}



/* Testimonials */
.testimonials-area {
	background: #f7f7f7;
	padding: 100px 0 70px;
}
.testimonials-title {
	padding-bottom: 125px;
}
.testimonials-title h1 {
	color: #00bff3;
}
.testimonials-all {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 7px 0 rgba(0, 0, 0, .07);
	position: relative;
}

.testimonials-all::before {
	background-image: url('img/testimonial-quote.png');
	height: 143px;
	width: 144px;
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -70px;
}
.testimonial-carousel {
	padding: 100px 80px 60px;
}
.single-testimonial p {
	color: #4c5d66;
	font-size: 21px;
}
.testimonial-author {
	color: #00bff3 !important;
	font-weight: 700;
}
.slick-arrow {
	position: absolute;
	left: -50px;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	background: transparent;
	font-size: 60px;
	font-weight: 700;
	color: #00bff3;
	cursor: pointer;
	z-index: 9;
}
.slick-next.slick-arrow {
	right: -50px;
	left: auto;
}
.testimonials-dots {
	padding-top: 40px;
}
.testimonials-dots ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.testimonials-dots ul li {
	display: inline-block;
	padding: 0 4px;
}
.testimonials-dots li button {
	border: none;
	background: #e2e3e4;
	text-indent: -9999999px;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	outline: none;
	cursor: pointer;
	padding: 0;
}
.testimonials-dots li.slick-active button {
	background-color: #00bff3;
}

.box-badge .box-text {
	bottom: 0;
    padding: .5em 1em .5em;
    min-height: 56px;
    font-size: 15px;
}



/* CTA */
.cta-area {
	background-image: url('img/cta-bg.jpg');
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	padding: 160px 0 120px;
}

.cta-content h1 {
	color: #fff;
	margin-bottom: 30px;
}



/* Footer */
.footer {
	background: #fff;
	padding: 120px 0 90px;
}
.footer-top {
	margin-bottom: 40px;
}

.footer-info a.phone-number {
	font-weight: 400;
	color: #00bff3;
	font-size: 34px;
	display: block;
}
a.phone-number:hover {
	color: #d01d24;
}
.footer-content h2 {
	font-size: 34px;
	font-weight: 400;
	color: #00bff3;
	margin-bottom: 10px;
}
.footer-content p {
	color: #2c363b;
	font-size: 17px;
	padding-right: 40px;
}
.footer-address ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-address li, .footer-address li a {
	color: #2c363b;
	font-size: 20px;
}
.footer-address li {
	position: relative;
}
.footer-address li:not(:last-child) {
	margin-bottom: 10px;
}
.footer-address li::before {
	content: '\f0e0';
	font-family: 'FontAwesome';
	position: absolute;
	color: #00bff3;
	left: auto;
	margin-left: -40px;
}
.footer-address li:nth-child(2)::before {
	content: '\f041';
}
.footer-address li a:hover {
	color: #d01d24;
}


.footer-bottom {
	padding-top: 40px;
}
.copyright p {
	color: #607580;
	font-weight: 300;
	font-size: 14px;
}
.footer-social a {
	background: #000;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	font-weight: 700;
}
.footer-social a:hover {
	background: #00bff3;
	color: #fff;
}


/* Thank you */
.thank-you-area {
	padding-bottom: 100px;
}
.thank-you-content h1 {
	color: #fff;
}
.page-template-template-thank-you .menu-main-menu-container {
	display: none;
}
/* Responsive */


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

@media (max-width: 1199.98px) {

}

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

@media (max-width: 991.98px) {
	.logo img {
		max-width: 120px;
	}
	.main-menu ul li a {
		font-size: 12px;
		padding: 0 8px;
	}
	.right-phone a {
		font-size: 12px;
		padding: 10px 20px;
	}
	.banner-content {
		padding-top: 30px;
	}
	.banner-content h1 {
		font-size: 45px;
		margin-bottom: 20px;
		max-width: 500px;
	}
	.banner-content p {
		font-size: 25px;
		margin-bottom: 40px;
		max-width: 350px;
	}
	.banner-images img {
		max-width: 350px;
	}

	.stylish-text {
		padding-top: 50px;
		margin-bottom: 60px;
	}
	.stylish-text::before {
		width: 130px;
		height: 75px;
		right: -45%;
		bottom: 0;
		background-size: 100% 100%;
	}
	h1 {
		font-size: 30px;
	}
	.single-list a {
		font-size: 15px;
	}
	.benefits-lists {
		grid-column-gap: 20px;
	}
	.ben-content h3 {
		font-size: 18px;
	}
	.ben-content p {
		font-size: 15px;
		padding: 0;
	}
	.benefits-bottom-area-content h1 {
		font-size: 27px;
	}
	.benefits-bottom-area-content p {
		font-size: 18px;
	}

	.about-us-content {
		padding: 0;
	}
	.client-logos {
		grid-template-columns: repeat(3,1fr);
	    grid-column-gap: 20px;
	    grid-row-gap: 20px;
	}
}


/*
 * Small devices (landscape phones, less than 768px)
 */
@media (max-width: 767.98px) {
	.header-content {
		justify-content: normal !important;
	}
	.slicknav_menu {
		display: block;
	}
	.slicknav_menu {
		background: transparent;
		margin-right: -15px;
		margin-left: -15px;
		padding: 0;
	}
	.slicknav_nav {
		background: #00bff3;
		padding: 15px 0;
	}	
	.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: 400;
	}
	.slicknav_nav a:hover {
		background: transparent;
		color: #d81d24;
	}
	.banner-area {
		padding-top: 80px;
	}
	.banner-content {
		text-align: center;
	}
	.banner-images {
		display: none;
	}
	.banner-content h1 {
		max-width: 100%;
	}
	.banner-content p {
		margin-bottom: 20px;
	}
	.stylish-text::before {
		display: none;
	}
	.stylish-text {
		margin-left: auto;
		margin-right: auto;
	}
	.single-list {
		grid-column: span 6;
	}
	.btn {
		padding: 15px 60px;
		font-size: 15px;
	}
	
	.listen-bottom a {
		padding-left: 20px;
		padding-right: 20px;
		font-size: 13px;
	}	
	.single-benefits {
		grid-column: span 6;
	}
	.clients-lists {
		grid-template-columns: repeat(10, auto);
		grid-column-gap: 20px;
	}
	.single-logo {
		grid-column: span 5;
		margin-top: 50px;
	}



	.faq-acc-title {
		padding-right: 15px;
		font-size: 20px;
	}
	.faq-acc-content {
		padding-right: 15px;
	}


	.testimonial-carousel {
		padding: 100px 10px 60px;
	}


	.cta-area, .about-us-area, .benefits-bottom-area {
		padding: 60px 0;
	}

	.footer-top {
		margin-bottom: 20px;
	}
	.footer, .testimonials-area, .faq-area, .clients-area, .benefits-area {
		padding: 50px 0;
	}
	.footer-info a.phone-number {
		font-size: 22px;
		margin-top: 15px;
	}
	.footer-content h2 {
		 font-size: 22px;
	 }
	.footer-content p {
		padding-right: 0;
		margin-bottom: 20px;
	}

	.footer-bottom .row {
		flex-wrap: wrap-reverse;
	}
	.copyright {
		margin-top: 15px;
	}
	.client-logos {
		grid-template-columns: repeat(2,1fr);
	    grid-column-gap: 20px;
	    grid-row-gap: 20px;
	}
	.single-client-logo {
		padding: 0 20px;
	}	
}

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

@media (max-width: 575.98px) {
	.banner-content h1 {
		font-size: 38px;
	}
	.single-list {
		grid-column: span 12;
	}
	.single-benefits {
		grid-column: span 12;
	}
	.slick-arrow {
		display: none !important;
	}
	.single-list:nth-child(even) {
    	display: none;
	}
	.flickity-viewport.animate-height {
	height: 250px !important;
}
.banner {
	padding-top: 65% !important;
}
	
	
}










