﻿@font-face {
    font-family: 'Changa';
    src: url('../fonts/Changa-SemiBold.ttf') format('truetype'), url('../fonts/Changa-Bold.ttf') format('truetype'), url('../fonts/Changa-ExtraBold.ttf') format('truetype'), url('../fonts/Changa-ExtraLight.ttf') format('truetype'), url('../fonts/Changa-Light.ttf') format('truetype'), url('../fonts/Changa-Medium.ttf') format('truetype'), url('../fonts/Changa-Regular.ttf') format('truetype');
}

#logo img {
    max-height: 99px;
    margin: -20px 0px;
}

.bg-features {
    background-image: url('../bg/parallax-3.jpg');
    background-size: cover;
}

.bg-gray {
    background-color: #f8f8f8;
}
.bg-white {
    background-color: #fff;
}

.homebg {
    background: url('../bg/experience-1-1.png') no-repeat left center;
    background-size: 30%;
}

    .homebg h1 {
        padding-top: 8rem;
        line-height: 4rem;
        font-size: 5rem;
    }


    .homebg h1 span {
        display: block;
        font-size: 3rem;
        color: #808080;
    }

.section-padding {
    padding: 90px 0px;
}
.expr {
    font-size: 22rem;
    line-height: 22rem;
    color: #bfa980;
    display: inline-block;
    position: relative;
    font-weight: 300;
    font-family: Changa;
    margin-left: 30px;
}

h5.acc-head {
    color: #bfa980;
    font-size: 2rem;
    line-height: 3rem;
    font-family: Changa;
}

h5.acc-head i{
    font-size: 3rem;
}

.two-colored-title span {
    color: #fec200;
}

.headline {
    margin-bottom: 40px;
}



/* ---------------------------------- */
/* Featured Services
------------------------------------- */
a.featured {
    background-color: transparent;
    height: 156px;
    padding: 37px 0px;
    display: inline-block;
    margin-bottom: 10px;
}

.featured h4 {
    font-size: 16px;
    color: #f8f8f8;
}

.featured p {
    color: #f8f8f8;
    font-size: 11px;
}

.featured i {
    font-size: 72px;
    color: #fec200;
    float: right;
    display: inline-block;
    margin-left: 29px;
    line-height: 95px;
    height: 95px;
    width: 95px;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
}

a.featured.left {
    text-align: left;
}

.featured.left i {
    font-size: 72px;
    color: #fec200;
    float: left;
    display: inline-block;
    margin-right: 29px;
    line-height: 95px;
    height: 95px;
    width: 95px;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
}



a.featured,
a.featured h4,
a.featured p,
a.featured i {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    a.featured:hover h4,
    a.featured:hover p,
    a.featured:hover i {
        color: #bfa980;
    }

a.button {
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: right;
    color: #666;
    padding: 12px 0;
    padding-right: 20%;
    font-size: 14px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #FFF;
}
.plan-price h3 i,
.button i {
    font-size: 3rem;
    line-height: 1rem;
    position: relative;
    top: 8px;
    margin-left: 10px;
    margin-top: 12px;
}


.boxshadow {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

.boxshadow2:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

.boxshadow2 {
    -webkit-box-shadow: 0px 0px 35px -10px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 35px -10px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 35px -10px rgba(0,0,0,0.45);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
@media (max-width: 800px){
	.expr {
	font-size: 13rem;
    line-height: 13rem;
}
.homebg h1 {
    padding-top: 2rem;
    line-height: 4rem;
    font-size: 2.5rem;
}
.homebg h1 span {
    display: block;
    font-size: 2.5rem !important;
    color: #808080;
}
.homebg {
	background:none}
}
}