/*
====================================================

* 	[Master Stylesheet]

====================================================

	TOC

	1. PRIMARY STYLES
		RESPONSIVE
	2. COMMON STYLES
		RESPONSIVE
		SLOPED SIDE
	3. GO TOP
	4. SWIPER SLIDER STYLING
		SWIPER SIDED CRONTROL
		SWIPER TWO SIDED CRONTROL
		BOTTOM ALIGN
		RESPONSIVE
		TOP ALIGN
	5. PRELOADER STYLING
	6. MENU STYLING
		LOGO
		MENU RIGHT AREA
		MAIN MENU
		DROPDOWN
		DROPDOWN MULTI LEVEL
		DROPDOWN HOVER EFFECT
		NAV ICON
		RESPONSIVE
	7. SLIDER STYLING
		RESPONSIVE
	8. SERVICES
		RESPONSIVE
	9. VIDEO STYLING
	10. FEATURED STYLING
		RESPONSIVE
	11. COUNTER SECTION
		RESPONSIVE
	12. SCREENS
		RESPONSIVE
	13. QUOTO SECTION
		RESPONSIVE
	14. DOWNLOAD SECTION
		RESPONSIVE
	15. BLOG POST STYLING
	16. NEWSLETTER STYLING
		RESPONSIVE
	17. FREQUENT QUESTIONS STYLING
		RESPONSIVE
	18. CONTACT US STYLING
	19. FOOTER STYLING
		RESPONSIVE

====================================================

/*----------------------------------
0.0 TheTeller
------------------------------------  */

header.fixed {
	/* background: linear-gradient(180deg, #0E416B 51%, #002b4e 100%); */
}

p {
	font-family: 'Roboto', 'helvetica'
}

.more-illustrations::after {
	content: '';
	position: absolute;
	background: url('') no-repeat;
	height: 100%;
	width: 75%;
	top: 20%;
	right: 0;
	z-index: -1;
}

.btn.btn-empty {
	background: transparent;
	border-radius: 50px;
	border: 1px solid #fff;
}

.color-green {
	color: #49b869;
}

.transform {
	padding: 5% 0;
}

/* external style */

/* external style */

/* ---------------------------------
1. PRIMARY STYLES
--------------------------------- */

body {
	background: #eaf1f3;
}

.default-header {
	background: #002140;
}

.middle-section {
	position: relative;
}

/* common/primary-styles.css */

footer {
	color: #727272;
}

.text-light-blue {
	color: #97BFE3;
}

.text-navy-blue {
	color: #003B71;
}

.service-section img {
	height: 50px;
	width: 50px;
}

.pad-left {
	padding-left: 5%;
}

.center-right {
	margin: -40% 0 0 100%;
}

.mid-sec-content h2 {
	color: #00CEFF;
}

.mid-sec-content li {
	color: #49B869;
}

/* ---------------------------------
2. COMMON STYLES
--------------------------------- */

.transparent-layer {
	position: absolute;
	right: 30%;
	bottom: 0;
	z-index: -1;
	height: 100%;
	width: 100%;
	background: url(../images/theteller_v5/ovals@2x.png) no-repeat;
	background-size: cover
}

/* common/primary-styles.css */

.logo-small {
	height: 25px;
}

.btn-bigger {
	height: 50px;
	width: 145px;
	padding-top: 10px;
	font-size: larger;
}

.vh-center {
	padding: 5%;
}

.pad10 {
	padding: 10%;
}

.column.vh-center {
	padding: 3%;
}

.img.works {
	width: 100px;
	height: 100px;
	padding: 25px;
	border-radius: 50%;
	box-shadow: 3px 3px 3px #ccc;
	margin-left: auto;
	margin-right: auto;
	background-color: #e8e8e8;
}

/* -----------------------------------
	Plans Page
----------------------------------- */

header.plans {
	position: relative;
	left: 0;
	right: 0;
	z-index: 1000;
	text-align: center;
	font-weight: 500;
	font-size: 1.05em;
	color: #fff;
}

.arrow-plans {
	position: relative;
	transform: rotate(90deg);
	margin: auto;
}

.bounce {
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}

@-moz-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-moz-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-moz-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@-webkit-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-moz-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

/* ---------------------------------
	Sign Up Page
---------------------------------- */

.signup-cont {
	margin: 4% auto;
	width: 50%;
}

/* ---------------------------------
3. GO TOP
--------------------------------- */

/* common/primary-styles.css */

/* ---------------------------------
4. SWIPER SLIDER STYLING
--------------------------------- */

/* common/primary-styles.css */

/* ---------------------------------
5. PRELOADER STYLING
--------------------------------- */

/* common/primary-styles.css */

/* ---------------------------------
6. MENU STYLING
--------------------------------- */

/* common/header-styles.css */

/* ---------------------------------
7. SLIDER STYLING
--------------------------------- */

.main-slider {
	position: relative;
	height: 800px;
	width: 100%;
	z-index: 1;
	overflow: hidden;
}

.mid-sec-1 {
	position: relative;
	height: 600px;
	width: 100%;
	z-index: 1;
	overflow: hidden;
}

.mid-sec-2 {
	position: relative;
	height: 600px;
	width: 100%;
	z-index: 1;
	overflow: hidden;
}

.main-slider .slider-bg-color {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -2;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-animation: slider-anim-1 1s forwards;
	animation: slider-anim-1 1s forwards;
}

.mid-sec-1 .midsec-bg-color {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -2;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-animation: slider-anim-1 1s forwards;
	animation: slider-anim-1 1s forwards;
}

.mid-sec-2 .midsec-bg-color {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -2;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-animation: slider-anim-1 1s forwards;
	animation: slider-anim-1 1s forwards;
}

.curved-bg {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
	background: url(../images/shape-2.png) no-repeat center bottom;
	background-size: 100%;
}

.top.curved-bg {
	transform: scale(-1, -1);
}

.p-shape-wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.p-shape-wrapper .p-shape-inner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.p-shape-wrapper .p-shape {
	content: '';
	position: absolute;
	height: 700px;
	width: 250px;
	border-radius: 150px;
	opacity: .07;
	background: #fff;
	background: -webkit-linear-gradient(32deg, #fff, #ccc);
	background: linear-gradient(32deg, #fff, #ccc);
	-webkit-transition: all .5s;
	transition: all .5s;
}

.p-shape-wrapper .top {
	top: 0;
	left: 50%;
	-webkit-transform: translateY(-60%);
	transform: translateY(-60%);
}

.p-shape-wrapper .bottom {
	bottom: 0;
	left: 50%;
	-webkit-transform: translateY(60%);
	transform: translateY(60%);
}

.p-shape-wrapper .bottom-1,
.p-shape-wrapper .top-1 {
	left: 20%;
}

.p-shape-wrapper .top-1.active {
	-webkit-transform: translate(40px, -55%);
	transform: translate(40px, -58%);
}

.p-shape-wrapper .top-2.active {
	-webkit-transform: translate(-40px, -55%);
	transform: translate(-40px, -58%);
}

.p-shape-wrapper .bottom-1.active {
	-webkit-transform: translate(40px, 55%);
	transform: translate(40px, 58%);
}

.p-shape-wrapper .bottom-2.active {
	-webkit-transform: translate(-40px, 55%);
	transform: translate(-40px, 58%);
}

.p-shape-wrapper .top-3.active {
	-webkit-transform: translate(40px, -55%);
	transform: translate(40px, -58%);
}

.main-slider .slider-screen {
	/* max-width: 600px; position: absolute; bottom: 0; right: 0; */
	-webkit-animation: slider-anim-2 1s forwards;
	animation: slider-anim-2 1s forwards;
}

.main-slider .slider-content {
	padding-bottom: 50px;
	color: #fff;
}

.mid-sec-1 .slider-content {
	padding-bottom: 50px;
	color: #fff;
}

.mid-sec-2 .slider-content {
	padding-bottom: 50px;
	color: #fff;
}

.main-slider .slider-content .title {
	opacity: 0;
	line-height: 1.2;
	-webkit-animation: slider-anim-3 .5s .2s forwards;
	animation: slider-anim-3 .5s .2s forwards;
}

.main-slider .slider-content .btn {
	padding: 15px 25px;
	margin-top: 30px;
	opacity: 0;
	-webkit-animation: slider-anim-3 .5s .4s forwards;
	animation: slider-anim-3 .5s .4s forwards;
}

.main-slider .display-table-cell {
	width: 50%;
}

.mid-sec-1 .display-table-cell {
	width: 50%;
}

.mid-sec-2 .display-table-cell {
	width: 50%;
}

/* RESPONSIVE */

@media only screen and (max-width: 1200px) {
	.main-slider .slider-screen {
		position: static;
		padding-left: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.main-slider {
		text-align: center;
		padding-top: 100px;
		height: auto;
	}
	.main-slider .display-table-cell {
		width: 100%;
		display: block;
	}
	.main-slider .slider-screen {
		max-width: 350px;
		float: none;
		margin: 0 auto;
		padding-left: 0px;
	}
	.main-slider .slider-content {
		padding-bottom: 50px;
	}
	.mid-sec-1 {
		text-align: center;
		padding-top: 100px;
		height: auto;
	}
	.mid-sec-2 {
		text-align: center;
		padding-top: 100px;
		height: auto;
	}
	.mid-sec-1 .display-table-cell {
		width: 100%;
		display: block;
	}
	.mid-sec-2 .display-table-cell {
		width: 100%;
		display: block;
	}
	.mid-sec-1 .slider-screen {
		max-width: 350px;
		float: none;
		margin: 0 auto;
		padding-left: 0px;
	}
	.mid-sec-2 .slider-screen {
		max-width: 350px;
		float: none;
		margin: 0 auto;
		padding-left: 0px;
	}
	.mid-sec-1 .slider-content {
		padding-bottom: 50px;
	}
	.mid-sec-2 .slider-content {
		padding-bottom: 50px;
	}
}

@-webkit-keyframes slider-anim-1 {
	0% {
		-webkit-transform: scaleY(1.02);
	}
	100% {
		-webkit-transform: scaleY(1);
	}
}

@-webkit-keyframes slider-anim-2 {
	0% {
		-webkit-transform: translateY(10px);
	}
	100% {
		-webkit-transform: translateY(1px);
	}
}

@-webkit-keyframes slider-anim-3 {
	0% {
		opacity: 0;
		-webkit-transform: translateY(10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@keyframes slider-anim-1 {
	0% {
		transform: scaleY(1.02);
	}
	100% {
		transform: scaleY(1);
	}
}

@keyframes slider-anim-2 {
	0% {
		transform: translateY(10px);
	}
	100% {
		transform: translateY(1px);
	}
}

@keyframes slider-anim-3 {
	0% {
		opacity: 0;
		transform: translateY(10px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

/* ---------------------------------
8. SERVICES
--------------------------------- */

.service-section .service {
	height: 225px;
	padding: 30px 16px;
	overflow: hidden;
	margin-bottom: 30px;
	border-radius: 5px;
	box-shadow: 5px 10px 40px rgba(0, 0, 0, .1);
	background: #fff;
}

.service-section .service .icon {
	display: block;
	height: 80px;
	width: 80px;
	position: relative;
	color: #035ccc;
}

.service-section .service .title {
	margin: 15px 0;
}

/* RESPONSIVE */

@media only screen and (max-width: 767px) {
	.service-section .service {
		text-align: center;
	}
	.service-section .service .icon {
		margin: 0 auto;
	}
}

/* ---------------------------------
9. VIDEO STYLING
--------------------------------- */

.video-section {
	position: relative;
	z-index: 1;
}

.video-section,
.video-section .pre-heading {
	color: #fff;
}

.video-section .video {
	border-radius: 7px;
	overflow: hidden;
	min-height: 400px;
	position: relative;
	margin: 0 0 30px 0px;
	position: relative;
	z-index: 1;
	box-shadow: 10px 20px 100px rgba(0, 0, 0, .3);
	background: url(../images/video-bg.jpg) no-repeat;
	background-size: cover;
}

.video-section .video:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	background: rgba(0, 0, 0, .3);
}

.video-section .video .icon-play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -40px;
	z-index: 1;
	display: inline-block;
	height: 80px;
	width: 80px;
	background: url(../images/play-btn.png) no-repeat;
	background-size: cover;
}

/* ---------------------------------
10. FEATURED STYLING
--------------------------------- */

.feature-section .desc {
	margin: 15px 0 30px;
}

.feature-section .featured-image {
	width: 400px;
	margin: 0 auto 30px;
	padding-left: 30px;
}

.feature-section .btn {
	margin-bottom: 30px;
}

/* RESPONSIVE */

@media only screen and (max-width: 767px) {
	.feature-section {
		text-align: center;
	}
	.feature-section .display-table,
	.feature-section .display-table-cell {
		width: 100%;
		display: block;
	}
	.feature-section .featured-image {
		margin-top: 20px;
		padding-left: 0px;
	}
}

@media only screen and (max-width: 479px) {
	.feature-section .featured-image {
		width: 100%;
	}
	.btn-bigger {
		margin-bottom: 10px;
	}
}

/* ---------------------------------
11. COUNTER SECTION
--------------------------------- */

.counter-section {
	position: relative;
	text-align: center;
	color: #fff;
}

.counter-section .pre-heading {
	color: #eee;
}

.counter-section .counter {
	margin-bottom: 30px;
	position: relative;
	display: inline-block;
}

.counter-section .counter .icon {
	position: absolute;
	top: 10px;
	left: 0;
	width: 50px;
	font-size: 50px;
}

.counter-section .counter .counter-info {
	margin-left: 70px;
}

/* RESPONSIVE */

@media only screen and (max-width: 992px) {
	.counter-section .counter-wrapper {
		padding: 80px 0 50px;
	}
	.counter-section .counter .icon {
		position: static;
		display: block;
		width: 100%;
		font-size: 40px;
	}
	.counter-section .counter .counter-info {
		margin-left: 0px;
		margin-top: 5px;
	}
}

@media only screen and (max-width: 767px) {
	.counter-section .counter-wrapper {
		padding: 50px 0 20px;
	}
}

@media only screen and (max-width: 479px) {
	.counter-wrapper .col-xs-3 {
		width: 50%;
	}
}

/* ---------------------------------
12. SCREENS
--------------------------------- */

.app-screen-section {
	padding: 100px 0 120px;
	background: #fff;
}

.app-screen-section .app-screen-area {
	position: relative;
}

.app-screen-section .swiper-container {
	margin: 0 -10px;
}

.app-screen-section .swiper-slide {
	margin-bottom: 40px;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	-webkit-transform: scale(.9);
	transform: scale(.9);
}

.app-screen-section .swiper-slide-active {
	z-index: 100;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.app-screen-section .swiper-slide-active,
.app-screen-section .swiper-slide-prev,
.app-screen-section .swiper-slide-next {
	box-shadow: 1px 10px 50px rgba(0, 0, 0, .15);
}

/* RESPONSIVE */

@media only screen and (max-width: 992px) {
	.app-screen-section {
		padding: 80px 0 100px;
	}
	.app-screen-section .swiper-slide-active,
	.app-screen-section .swiper-slide-prev,
	.app-screen-section .swiper-slide-next {
		box-shadow: none;
	}
}

@media only screen and (max-width: 767px) {
	.app-screen-section {
		padding: 50px 0 70px;
	}
	.app-screen-section .swiper-slide {
		margin-bottom: 25px;
	}
}

@media only screen and (max-width: 479px) {
	.app-screen-section .swiper-container {
		margin: 0px;
	}
	.app-screen-section .swiper-slide {
		border: 1px solid #ddd;
	}
}

/* ---------------------------------
13. QUOTO SECTION
--------------------------------- */

.quoto-section {
	background: #edf1f5;
}

.quoto-section .swiper-container {
	padding: 0 15px;
	margin: 0 -35px;
}

.quoto-section .swiper-slide {
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-transform: scale(.85);
	transform: scale(.85);
}

.quoto-section .swiper-slide-active {
	z-index: 100;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.quoto-section .quoto-swpr-wrapper {
	position: relative;
}

.quoto-section .quoto {
	position: relative;
	margin-bottom: 30px;
}

.quoto-section .quoto .desc {
	font-size: 1.3em;
}

.quoto-section .quoto .icon {
	font-size: 25px;
	float: left;
	display: inline-block;
	margin: -5px 15px 0 0;
	color: #035ccc;
}

.quoto-section .quoto-desc {
	padding: 35px 40px;
	margin-bottom: 30px;
	border-radius: 5px;
	position: relative;
	box-shadow: 0px 10px 25px rgba(0, 0, 0, .08);
	background: #fff;
}

.quoto-section .quoto-desc .quoto-triangle {
	position: absolute;
	width: 30px;
	height: 30px;
	left: 0;
	bottom: -26px;
	overflow: hidden;
}

.quoto-section .quoto-desc .quoto-triangle:after {
	content: '';
	border-radius: 1px;
	position: absolute;
	top: -15px;
	left: -13px;
	height: 100%;
	width: 100%;
	border-radius: 2px;
	box-shadow: -10px 20px 50px rgba(0, 0, 0, .1);
	background: #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.quoto-section .author {
	position: relative;
	margin-left: 0px;
}

.quoto-section .author .profile-image {
	width: 60px;
	height: 60px;
	border-radius: 60px;
	overflow: hidden;
}

.quoto-section .author .author-info {
	position: absolute;
	left: 80px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.quoto-section .author .author-info .designation {
	margin-top: 5px;
	color: #035ccc;
}

/* RESPONSIVE */

@media only screen and (max-width: 992px) {
	.quoto-section .swiper-container {
		padding: 0 0px;
		margin: 0 -15px;
	}
	.quoto-section .quoto {
		margin-left: 15px;
		margin-right: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.quoto-section .quoto-swpr-wrapper {
		padding-top: 20px;
	}
}

@media only screen and (max-width: 479px) {
	.quoto-section .quoto-desc {
		padding: 20px;
	}
}

/* ---------------------------------
14. DOWNLOAD SECTION
--------------------------------- */

.download-section {
	position: relative;
	text-align: center;
	color: #fff;
}

.download-section .pre-heading,
.download-section p {
	color: #eee;
}

.download-section .desc {
	margin: 30px auto 20px;
	max-width: 700px;
}

.download-section .download-btn {
	margin: 10px 10px 0px 0;
	width: 200px;
}

.download-section .download-btn:last-child {
	margin: 10px 0 30px 0;
}

/* RESPONSIVE */

@media only screen and (max-width: 479px) {
	.download-section .download-btn {
		width: 150px;
	}
}

/* ---------------------------------
15. BLOG POST STYLING
--------------------------------- */

.blog-section .blog-post {
	background: #fff;
	margin-bottom: 30px;
	box-shadow: 3px 10px 50px rgba(0, 0, 0, .1);
}

.blog-section .blog-post .blog-img {
	display: block;
	position: relative;
}

.blog-section .blog-post .blog-img .category {
	position: absolute;
	top: 15px;
	right: 15px;
	padding: 5px 10px;
	border-radius: 2px;
	color: #fff;
}

.blog-section .blog-post .blog-info {
	padding: 25px 25px 5px;
	overflow: hidden;
}

.blog-section .blog-post .date {
	margin-top: 10px;
	color: #666;
}

.blog-section .blog-post .desc {
	padding: 20px 0;
}

.blog-section .blog-post .read-more-btn {
	display: block;
	letter-spacing: 2px;
	padding: 15px 25px;
	background: #eaf1f3;
}

.blog-section .blog-post .read-more-btn:focus,
.blog-section .blog-post .read-more-btn:hover {
	background: #111;
	color: #fff;
}

/* ---------------------------------
16. NEWSLETTER STYLING
--------------------------------- */

.newsletter-section {
	padding: 80px 0;
	margin: 0 50px;
	position: relative;
	z-index: 1;
	background-size: cover;
	color: #fff;
}

.newsletter-section .desc {
	padding: 0px 20px;
	margin: 10px 0 30px;
	line-height: 1.6;
	color: #eee;
}

.newsletter-area {
	height: 50px;
	width: 100%;
	position: relative;
	z-index: 1;
}

.newsletter-area .email-input {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	padding: 0 80px 0 20px;
	height: 50px;
	line-height: normal;
	z-index: -5;
	border: 1px solid #fff;
	background: #fff;
}

.newsletter-area .submit-btn {
	position: absolute;
	width: 60px;
	font-size: 30px;
	line-height: 50px;
	top: 0;
	right: 0;
	bottom: 0;
	border: 0;
	outline: 0;
	background: none;
	border-left: 1px solid #aaa;
	color: #333;
}

.newsletter-area .submit-btn:focus,
.newsletter-area .submit-btn:hover {
	background: #0c98cf;
	color: #fff;
}

.newsletter-area .email-input:focus+.submit-btn {
	border-color: #aaa;
}

.newsletter-area .email-input:focus {
	border-color: #aaa !important;
	color: #000;
}

.newsletter-area ::-webkit-input-placeholder {
	color: #aaa;
}

.newsletter-area ::-moz-placeholder {
	color: #aaa;
}

.newsletter-area :-ms-input-placeholder {
	color: #aaa;
}

.newsletter-area :-moz-placeholder {
	color: #aaa;
}

/* RESPONSIVE */

@media only screen and (max-width: 992px) {
	.newsletter-section {
		margin: 0px;
	}
}

@media only screen and (max-width: 767px) {
	.newsletter-section {
		padding: 50px 0px;
		margin: 0px;
	}
}

/* ---------------------------------
17. FREQUENT QUESTIONS STYLING
--------------------------------- */

.faq-section .answer {
	margin-bottom: 30px;
}

.faq-section .answer .desc {
	margin-top: 15px;
}

/* RESPONSIVE */

@media only screen and (max-width: 767px) {
	.faq-section {
		text-align: center;
	}
}

/* ---------------------------------
18. CONTACT US STYLING
--------------------------------- */

.map-section {
	position: relative;
	padding-top: 250px;
	margin: 100px 0 -250px;
}

/* MAP STYLING */

.map-wrapper {
	position: absolute;
	top: -100px;
	bottom: 250px;
	left: 0;
	right: 0;
}

#map {
	height: 100%;
	width: 100%;
}

/* CONTACT AREA */

.contact-section {
	background: #fff;
}

.contact-section .contact-area {
	position: relative;
	z-index: 10;
	margin-left: 50px;
}

.contact-section .heading-area {
	margin-bottom: 30px;
}

.contact-section .contact-area .left-area {
	padding: 30px 30px 20px;
	width: 400px;
	position: absolute;
	top: 40px;
	bottom: 40px;
	left: -150px;
	border-radius: 5px;
}

.contact-section .contact-area .left-area li {
	margin-bottom: 15px;
	position: relative;
	padding-left: 25px;
}

.contact-section .contact-area .left-area li i {
	position: absolute;
	top: 5px;
	left: 0;
}

.contact-section .contact-area .right-area {
	border-radius: 5px;
	padding: 50px;
	padding-left: 450px;
}

.contact-section .contact-area .right-area input {
	padding: 0 15px;
	width: 100%;
	height: 45px;
	margin-bottom: 20px;
	border-radius: 3px;
	background: #eaf1f3;
}

.contact-section .contact-area .right-area textarea {
	border-radius: 3px;
	padding: 15px;
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid transparent;
	background: #eaf1f3
}

.contact-section .contact-area .right-area input:focus,
.contact-section .contact-area .right-area textarea:focus {
	border: 1px solid #aaa;
}

.contact-section .contact-area .right-area button {
	padding: 12px 30px;
}

/* RESPONSIVE */

@media only screen and (max-width: 767px) {
	.contact-section .contact-area .left-area {
		padding: 20px 20px 10px;
		width: 220px;
	}
	.contact-section .contact-area .right-area {
		padding: 50px 30px;
		padding-left: 190px;
	}
}

@media only screen and (max-width: 479px) {
	.map-wrapper {
		height: 650px;
	}
	.contact-section {
		text-align: center;
	}
	.contact-section .contact-area {
		margin: 0;
	}
	.contact-section .contact-area .left-area {
		border-radius: 5px 5px 0 0;
	}
	.contact-section .contact-area .right-area {
		border-radius: 0 0 5px 5px;
	}
	.contact-section .contact-area .left-area li {
		padding-left: 0px;
		display: block;
	}
	.contact-section .contact-area .left-area li i {
		display: none;
	}
	.contact-section .contact-area .left-area {
		position: static;
		padding: 50px 30px 40px;
		width: 100%;
	}
	.contact-section .contact-area .right-area {
		padding: 50px 30px;
	}
}

/* ---------------------------------
19. FOOTER STYLING
--------------------------------- */

footer {}

/* RESPONSIVE */

@media only screen and (max-width: 479px) {
	footer {}
}

/* common/footer-styles.css */

/* works tablet */

@media only screen and (min-width: 479px) and (max-width: 769px) {

	.center-right {
		margin: auto 0 0 100%;
	}
}