/*-----------------------------------------------------------------------------------

    Template Name: 
    Template URI: 
    Description: 
    Author: 
    Version: 1.0

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
  
    1. 1. Theme Default CSS (body, link color, section etc)

-----------------------------------------------------------------------------------*/

/*======================================
    1. Theme default CSS
========================================*/

html,
body {
    font-family: 'Roboto', sans-serif;
    background: #ffffff none repeat scroll 0 0;
    color: #444444;
    font-size: 12px;
    font-weight: 400;
	height: 100%;
}
.floatleft {
    float: left
}
.floatright {
    float: right
}
.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px
}
.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px
}
.aligncenter {
    display: block;
    margin: 0 auto 15px
}
a:focus {
    outline: 0px solid
}
img {
    max-width: 100%;
    height: auto
}
.fix {
    overflow: hidden
}
p {
    margin: 0 0 0px;
    color: #222;
    font-size: 14px;
    line-height: 24px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 0px;
}
a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
}
a:hover {
    color: #ec4445;
    text-decoration: none;
}
a:active,
a:hover {
    outline: 0 none;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}
.clear {
    clear: both
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}





.main-menu {
    background: #FBBCC7;
    border: 3px solid #D7E3E8;
}
.cons-mood img {
    width: 50%;
    margin: 40px;
}
.banner img {
    width: 100%;
}

.main-menu ul li {
    display: inline-block;
    background: #FCCFD6;
    margin-left: -3px;
}

.main-menu ul li a {
    color: #000000;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 13px 17px;
	padding-left: 3px;
}
.main-menu ul li a:hover {
    color: #bc0704;
}
.main-menu.footer ul {
    text-align: right;
}

header.main-header {
    background: #e6727f;
}

.main-area {
    background: #f77d88;
}
.main-menu ul li.active a {
    color: #bd0405;
}


footer.footer-area {
    background: #e6727f;
}

/*======================================
    2. Contact Page CSS
========================================*/

.main-area-contact {
    padding: 40px 0px;
}

.contact-text {
    text-align: center;
	font-family: arial;
}

.contact-text p {
    font-size: 48px;
    font-weight: 700;
    line-height: 68px;
}

.contact-text p span {
    font-size: 28px;
    line-height: 20px;
}

.contact-text h5 {
    font-size: 28px;
    color: blue;
    font-weight: 600;
    line-height: 83px;
}

.contact-text h4 {
    font-size: 35px;
    font-weight: 600;
    color: #000;
    line-height: 52px;
    padding: 20px;
}
.contact-text img {
    width: 210px;
}

.contact-text a span {
    color: #000;
    position: absolute;
    top: -10px;
    background: #fff;
    left: 38%;
    z-index: 99999999;
    display: block;
    font-size: 15px;
    padding: 1px 6px;
    font-weight: bold;
}

.contact-text a {
    position: relative;
}

