/*
    Spark Landing Page Styles
    By TeamXcel
*/

/*  ==========================================================================
    Table of Contets
    ==========================================================================
    
    1.0 Common Styles
    2.0 Header / Navigation
    3.0 Hero Section
    3.0 Promo Section
    4.0 Feature Section
    5.0 Services Section
    6.0 Works Section
    7.0 Skills Section
    8.0 Our Team Section
    9.0 Testimonial Section
    10.0 Call To Action
    11.0 Map Section
    12.0 Contact Section
    13.0 Footer Section
    
    ==========================================================================
    Luxury Hotel Landing Page Styles
    ========================================================================== */



/*  ==========================================================================
    1.0 Common Styles
    ========================================================================== */
*{
	padding:0;
	margin:0;
}
html, body{
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 23px;
    color: #333;
    font-weight: 500;
    position: relative;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
    text-transform: uppercase;
    letter-spacing: 1px;
}
h1{
	font-size: 24px;
    font-weight: 700;
}
h2{
	font-size: 18px;
    font-weight: 600;
}
h3{
	font-size: 14px;
	font-weight: 600;
}
img{
    border: none;
    outline:none;
	width:100%;
}
ul{
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
p{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    color: #333;
}
a, a:hover{
	text-decoration: none;
}
a:focus{
    outline: 0;
    text-decoration: none;
}
.padding{
    padding: 100px 0;
}
.padding-60{
    padding-bottom: 60px;
}
.no-padding{
    padding: 0;
}
.text-dark{
	color: #2a2a2a;
}
.text-white{
	color: #ffffff;
}
.text-grey{
    color: #f3f3f3;
}
.align-left{
    text-align: left;
}
.align-right{
    text-align: right;
}
.align-center{
    text-align: center;
}

/* Buttons */
.spark-btn-lg{
	background-color: #2ecc71;
	display: inline-block;
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 60px;
	font-weight: 500;
	padding: 0 40px;
}
.spark-btn-lg:hover{
	background-color: #fff;
	color: #2a2a2a;
}
.spark-btn-md{
	display:inline-block;
	font-size: 18px;
	line-height: 40px;
    text-transform: uppercase;
	border: 1px solid #2ecc71;
	color: #2a2a2a;
	padding: 0 30px;
}
.spark-btn-md:hover{
	background-color: #2ecc71;
	color: #fff;
}
/* Transition */
a, a:hover, .active, .tl-circ, .tl-circ:before, .filter-menu li, .filter-menu li:hover, .contact-btn, .contact-btn:hover{
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* Heading */
.heading{
	text-align: center;
}
.heading h1{
	display: inline-block;
	font-weight: 600;
	padding-bottom: 30px;
	margin: 0 0 30px;
	position: relative;
}
.heading h1 span.head-border{
	width: 200px;
	height: 1.5px;
	background-color: #2ecc71;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -100px;
}
.heading h1 span.head-border:before{
	background-color: #2ecc71;
	content: "";
	width: 20px;
	height: 20px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -9.5px;
}
.heading p{}

/* Preloader Styles */
#preloader{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #FFF;
    height: 100%;
    width: 100%;
    -webkit-transition: all .5s .5s ease;
    -moz-transition: all .5s .5s ease;
    transition: all .5s .2s ease;
}
.loader{
    position:absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 90px;
    height: 120px;
    display: block;
    margin: auto;
    margin-top: -50px;
}
body.loaded #preloader{
    opacity: 0;
    visibility: hidden;
}


/*  ==========================================================================
    2.0 Header / Navigation
    ========================================================================== */
.header{
	width: 100%;
	position: relative;
    z-index: 999;
}
.sticky.header{
	position: fixed;
	left: 0;
	top: 0;
}
.navbar{
	background-color: #2ecc71;
	border: medium none;
	border-radius: 0;
	margin: 0;
	height: 80px;
    position: relative;
}
.navbar-header{
	padding: 22px 0;
}
.navbar-header .brand{}
.navbar-header .brand img{
    width: 200px;
    height: 36px;
}
.navbar-header .nav-btn{
	background-color: #1aad59;
}
.navbar-header .nav-btn .icon-bar{
	background-color: #f3f3f3;
}
.navbar-header .nav-btn:hover{
	opacity: 0.8;
}

/* Nav Menu */
#navbar{
    z-index: 999;
}
ul.nav{}
ul.nav > li{}
ul.nav > li > a{
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 80px;
	padding: 0 15px;
}
ul.nav > li > a:hover, 
ul.nav > li > a:focus, 
ul.nav > li > a:active,
ul.nav > li.active > a{
    background-color: #1aad59;
}


/*  ==========================================================================
    3.0 Hero Section
    ========================================================================== */
.hero-section{
	background: url("../img/slider-bg.jpg") no-repeat scroll center center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 800px;
	position: relative;
	z-index: 1;
	display: table;
}
.hero-section:before{
	background-color: rgba(17,17,7,0.4);
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.hero-caption{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	text-shadow: 3px 3px 2px rgba(0,0,0,1.00);
	
}
.hero-caption h2{
	font-size: 30px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0 0 20px;
}
.hero-caption h1{
	font-size: 42px;
	line-height: 55px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 30px;
}
.hero-caption p{
	color: #fff;
	margin: 0 0 40px;
}


/*  ==========================================================================
    3.0 Promo Section
    ========================================================================== */

.promo-section{
	background-color: #2ecc71;
}
.promo-section .heading h1 span.head-border,
.promo-section .heading h1 span.head-border:before,
.testimonial-heading .heading h1 span.head-border,
.testimonial-heading .heading h1 span.head-border:before{
    background-color: #fff;
}

/*  ==========================================================================
    4.0 Feature Section
    ========================================================================== */

.feature-section{}
.feature-content{
    display: block;
    text-align: center;
}
.feature-content .feature-icon{
    margin-bottom: 30px;
}
.feature-content .feature-icon i{
    font-size: 80px;
    color: #2ecc71;
}
.feature-content h2{
    margin: 0 0 25px;
}
.feature-content p{}

/*
    ==========================================================================
    5.0 Services Section
    ==========================================================================
*/
.services-section{
    background-color: #4f4f4f;
}
.timeline {
    list-style: none;
    position: relative;
}

.timeline:before {
    top: 0;
    position: absolute;
    content: " ";
    width: 1px;
    background-color: #666;
    left: 50%;
    margin-left: -0.5px;
    height: 88%;
}


.timeline li {
  margin-bottom: 60px;
  position: relative;
}
.timeline li:last-child{
    margin-bottom: 0;
}

.timeline li:before, .timeline li:after {
  content: " ";
  display: table;
}
.timeline li:after {
  clear: both;
}
.timeline li:before, .timeline li:after {
  content: " ";
  display: table;
}

/** timeline panels **/
.timeline li .timeline-panel {
    float: left;
    position: relative;
    width: 42%;
}

.timeline li .timeline-panel h2{
   line-height: 40px;
    margin: 0 0 25px;
}

/** panel arrows **/

.timeline li .timeline-panel.noarrow:before, .timeline li .timeline-panel.noarrow:after {
  top:0;
  right:0;
  display: none;
  border: 0;
}

.timeline li.timeline-inverted .timeline-panel {
  float: right;
}

.timeline li.timeline-inverted .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline li.timeline-inverted .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}


/** timeline circle icons **/
.timeline li .tl-circ {
    background: #666 none repeat scroll 0 0;
    color: #fff;
    font-size: 20px;
    height: 40px;
    left: 50%;
    line-height: 40px;
    margin-left: -30px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 60px;
    z-index: 99;
}
.timeline li .tl-circ:before{
    background-color: #666;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    margin-top: -5px;
}
.timeline li:nth-child(2n+1) .tl-circ:before{
    right: -6px;
}
.timeline li:nth-child(2n+2) .tl-circ:before{
    left: -6px;
}
.timeline li:hover .tl-circ,
.timeline li:hover .tl-circ:before{
    background-color: #2ecc71;
}

/*
    ==========================================================================
    6.0 Works Section
    ==========================================================================
*/
.works-section{
	background-color: #DBDBDB;
}

.works-section{}

/* Filter Menu */
.filter-menu{
    border-bottom: 1px solid #ddd;
    float: left;
    height: auto;
    margin: 0 0 40px;
    text-align: center;
    width: 100%;
}
.filter-menu li{
	display: inline-block;
	cursor: pointer;
	margin: 0 20px -1px 20px;
	font-weight: 500;
	color: #444;
	font-size: 14px;
	-webkit-transition: 0.35s ease-in-out;
	-moz-transition: 0.35s ease-in-out;
	-ms-transition: 0.35s ease-in-out;
	transition: 0.35s ease-in-out;
	position: relative;
	padding-bottom: 5px;
}

.filter-menu li:before{
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	right: 50%;
	bottom: 0px;
	background: #2ecc71;
	height: 2px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.filter-menu li:hover:before,
.filter-menu li.active::before{
	left: 0;
	right: 0;
}
.filter-menu li.active, 
.filter-menu li.active:focus, 
.filter-menu li.active:hover,
.filter-menu li:hover{
	color:#2ecc71;
	background:none;
}

.work-items{
    overflow: hidden;
}
.work-items li.work-item{
    float: left;
    width: 25%;
	min-height: 300px;

}

.work-items ul.work-item{

}

.work-items .work-item-inner{
    position: relative;
    overflow: hidden;

}
.work-items .work-item-inner .overlay{
    background-color: rgba(46,204,113,0.3);
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}


.work-items li .work-item-inner > img{
    width: 100%;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	-webkit-transition:0.4s ease-in-out;
	-moz-transition:0.4s ease-in-out;
	-ms-transition:0.4s ease-in-out;
	transition:0.4s ease-in-out;
	
}
.work-items li:hover .work-item-inner > img{
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	transform:scale(1.2);
}
.work-items .work-item-inner::before{
	top: 50%;
	bottom: 50%;
	left: -35%;
	right: -35%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background: rgba(46,204,113,0.3);
	position: absolute;
	content: '';
	-webkit-transition:0.4s ease-in-out;
	-moz-transition:0.4s ease-in-out;
	-ms-transition:0.4s ease-in-out;
	transition:0.4s ease-in-out;
	z-index:1;
}
.work-items li:hover .work-item-inner::before{
	top: -50%;
	bottom: -50%;
}

.work-overlay {
    bottom: 0;
    color: #ffffff;
    left: 0;
    padding: 30px;
    position: absolute;
    right: 0;
    top: 0;
	opacity:0;
	-webkit-transition:0.4s ease-in-out;
	-moz-transition:0.4s ease-in-out;
	-ms-transition:0.4s ease-in-out;
	transition:0.4s ease-in-out;
	text-align:center;
	z-index:2;
}
.work-items li:hover .work-overlay{
	opacity:1;
}
.overlay-inner{
	width:100%;
	top:50%;
	position:absolute;
	left:0;
	text-align:center;
	-webkit-transform:translate(0%,-50%);
	-moz-transform:translate(0%,-50%);
	-ms-transform:translate(0%,-50%);
	transform:translate(0%,-50%);
}
.overlay-inner h3, 
.overlay-inner p{
    color: #fff;
}
.loadmore-btn{
    margin-top: 40px;
}

/* Image PopUp Animation */
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

/*
    ==========================================================================
    7.0 Skills Section
    ==========================================================================
*/

.skills-section{
    background-color: #4f4f4f;
}
.skill-items{}
.skill-items > .skills-item{
    height: 40px;
    margin-bottom: 40px;
}
.skill-items > .skills-item:last-child{
    margin-bottom: 0;
}
.skill-items > .skills-item .skill-title{
    float: left;
    width: 27%;
    display: block;
}
.skill-items > .skills-item div.progress{
    background-color: #fff;
    border-radius: 0;
    float: left;
    height: 15px;
    margin-bottom: 0;
    margin-left: 3%;
    margin-top: 13px;
    padding: 0;
    width: 70%;
    overflow: visible;
}
.skill-items > .skills-item > div.progress > .progress-bar{
    background-color: #2ecc71;
    position: relative;
}
.progress-bar > .skill-info{
    padding: 10px 8px;
    position: absolute;
    text-align: center;
    top: -50px;
    right: -40px;
}
.progress-bar > .skill-info:before{
    background-color: #fff;
    border-radius: 50%;
    bottom: -27px;
    content: "";
    height: 20px;
    position: absolute;
    right: 31px;
    width: 20px;
}
.progress-bar > .skill-info i{
    font-size: 40px;
    color: #2ecc71;
    position: absolute;
    left: 0;
    top: 0;
}
.skill-title h3{
    font-size: 18px;
    color: #fff;
    margin: 0;
    line-height: 40px;
}


/*
    ==========================================================================
    8.0 Our Team Section
    ==========================================================================
*/

.ourteam-section{
	background-color: #ffffff;
}

.ourteam-section{}
.team-list{
    display: block;
    overflow: hidden;
    padding: 45px 0;
    position: relative;
}
.team-list:before{
    background-color: #ddd;
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -0.5px;
    top: 0;
}
.team-list .team-circle-top,
.team-list .team-circle-bottom{
    background-color: #ddd;
    width: 10px;
    height: 10px;
    -moz-border-radius: 50%;
    -wbkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -5px;
}
.team-list .team-circle-top{
    top: 0;
}
.team-list .team-circle-bottom{
    bottom: 0;
}
.team-list .list-item{
    position: relative;
}
.team-list .list-item span.border-bottom{
    background-color: #ddd;
    width: 70%;
    height: 1px;
    position: absolute;
    bottom: -30px;
}
.team-list .list-item span.border-bottom:before{
    background-color: #ddd;
    content: "";
    width: 10px;
    height: 10px;
    -moz-border-radius: 50%;
    -wbkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    bottom: -5px;
}
.team-list .left-item span.border-bottom{
    right: 0;
}
.team-list .right-item span.border-bottom{
    left: 0;
}
.team-list .left-item span.border-bottom:before{
    left: 0;
}
.team-list .right-item span.border-bottom:before{
    right: 0;
}
.team-list .left-item{
    padding-right: 40px;
    padding-left: 0;
    display: block;
    text-align: right;
}
.team-list .right-item{
    padding-left: 40px;
    padding-top: 60px;
    padding-right: 0;
}
.member-info,
.member-thumb{
    float: left;
}
.member-info{
    width: 60%;
    padding: 20px 0;
}
.member-thumb{
    width: 40%;
}
.left-item .member-thumb{
    padding-left: 20px;
}
.right-item .member-thumb{
    padding-right: 20px;
}
.member-info h3{
    margin: 0 0 5px;
}
.member-info span.position{
    margin: 0 0 20px;
    display: block;
    letter-spacing: 1px;
}
.member-info p{
    margin-bottom: 20px;
}
.member-thumb img{
    width: 100%;
}
.social-profiles{}
.social-profiles li{
	display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 15px;
}
.social-profiles li a{
    color: #444;
    display: block;
    font-size: 12px;
    line-height: 23px;
    text-align: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #444;
}
.left-item .social-profiles{
    float: right;
    margin-right: -15px;
}
.social-profiles li a:hover{
    border: 1px solid #2ecc71;
    color: #2ecc71;
}



/*
    ==========================================================================
    9.0 Testimonial Section
    ==========================================================================
*/

.testimonial-section{
    background-color: #4f4f4f;
}
.testimonial-heading{
    background-color: #2ecc71;
    position: relative;
}
.testimonial-heading:before{
    background-color: #2ecc71;
    content: "";
    width: 40px;
    height: 40px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: -20px;
}
.tm-carousel{
    position: relative;
}
.tm-carousel .tm-item{}
.tm-carousel .tm-item .tm-thumb{
    background-color: #fff;
    float: left;
    width: 40%;
    margin-right: 5%;
}
.tm-carousel .tm-item .tm-content{
    float: left;
    width: 55%;
    height: 100%;
    color: #f3f3f3;
    padding-top: 45px;
}
.tm-carousel .tm-item .tm-content p{
    color: #f3f3f3;
    margin-bottom: 20px;
}
.tm-carousel .tm-item .tm-content ul{
    margin-top: 50px;
}
.tm-carousel .tm-item .tm-content ul li{
    float: left;
    width: 50%;
}
.tm-carousel .tm-item .tm-content ul li h3{
    display: inline-block;
    margin: 0;
    float: right;
    text-transform: capitalize;
}
.tm-carousel .tm-item .tm-content ul li span{
    color: #2ecc71;
    display: block;
    margin-top: 10px;
}
.tm-carousel .owl-controls{
    bottom: 8%;
    left: 46%;
    position: absolute;
}
.tm-carousel .owl-controls .owl-dots{}
.tm-carousel .owl-controls .owl-dots .owl-dot{
    background-color: #f3f3f3;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 10px;
    float: left;
}
.tm-carousel .owl-controls .owl-dots .owl-dot.active{
    background-color: #2ecc71;
}


/*
    ==========================================================================
    10.0 Call To Action
    ==========================================================================
*/

.cta-section{
    background: url("../img/cta.jpg") no-repeat scroll center center;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
    display: block;
}
.cta-section h1.cta-title{
    font-weight: 300;
    margin: 0 0 15px;
}
.cta-section h1.cta-title b{
    font-weight: 600;
}
.cta-section p{}
.cta-section .cta-btn{
    background-color: #fff;
    display: inline-block;
    padding: 0 40px;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 60px;
    color: #111;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin-top: 50px;
}
.cta-section .cta-btn:hover{
    background-color: #2ecc71;
    color: #fff;
}



/*
    ==========================================================================
    11.0 Map Section
    ==========================================================================
*/

.map-section{
    width: 100%;
    height: 400px;
}

/*
    ==========================================================================
    12.0 Contact Section
    ==========================================================================
*/

.contact-section{}
.contact-heading{}
.contact-heading h2{
    color: #111;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 30px;
}
.contact-heading p{}
.addr-list{
    margin-left: 30px;
    position: relative;
    padding: 20px 0;
}
.addr-list:before{
    background-color: #2ecc71;
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: -13.5px;
    top: 0;
}
.addr-list li{
    margin-bottom: 20px;
    position: relative;
}
.addr-list li:last-child{
    margin-bottom: 0;
}
.addr-list li .addr-icon{
    background-color: #2ecc71;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 25px;
    width: 25px;
    height: 25px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -26px;
}
.addr-list li .addr-info{
    display: block;
    margin-left: 30px;
}

/* Contact Form Style */
.form-control {
    background-color: #f8f8f8;
    border: 1px solid #f8f8f8;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
      border-radius: 0;
    box-shadow: none;
    color: #444;
    height: 40px;
    line-height: 40px;
    padding: 0px 12px;
}
textarea.form-control{
    line-height: 23px;
}
.form-control:focus,
.form-control:hover{
    border-color: #2ecc71;
    box-shadow: none;
}
.btn.contact-btn {
    background-color: #2ecc71;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    line-height: 40px;
    padding: 0 20px;
    text-transform: uppercase;
}
.btn.contact-btn:hover{
    background-color: #111;
}
#form-messages.alert{
	display: none;
}
#form-messages.alert.alert-danger,
#form-messages.alert.alert-success{
	display: block;
}


/*
    ==========================================================================
    13.0 Contact Section
    ==========================================================================
*/

.footer{
    background-color: #2ecc71;
    display: block;
    padding: 30px 0;
    text-align: center;
}
.footer-logo{
    display: block;
    margin: 0 auto;
    width: 140px;
}
.footer p{
    margin: 10px 0 0;
}

/* Scroll To Top Style */
.scroll-to-top{
    background-color: #1aad59;
    display: none;
    width: 50px;
    height: 50px;
    font-size: 25px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 999;
}
.scroll-to-top:hover,
.scroll-to-top:focus{
    background-color: #2ecc71;
    color: #fff;
}


/*
    ==========================================================================
    14.0 google Map responsive
    ==========================================================================
*/


.cc-map-wrapper {
        position: relative;
        padding-bottom: 30.25%; /* 16:9 */
        padding-top: 25px;
        height: 0;
}
.cc-map-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
} 
