/* Base CSS */
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
}
html,
body { height: 100% }
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
a:hover { text-decoration: none }

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.fix{
    overflow: hidden;
}
.mainmenu ul.nav.navbar-nav li a {
    color: #9e9e9e;
    font-weight: 600;
    padding-top: 20px;
    text-transform: uppercase;
}
.mainmenu ul.nav.navbar-nav li a:hover{
    color: #71317a
}
.mainmenu {
    float: right;
}
.header-text {
    height: 480px;
    position: relative;
}
.header-text h1{
    color: #fff;
    font-size: 80px;
    font-weight: 900;
    font-family: 'Raleway', sans-serif;    
}
.top-area-bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.bg-1{
    background: rgba(0, 0, 0, 0) url("img/slider_baner.jpg") no-repeat scroll center bottom / cover ;
}
.sticky-wrapper .header-area {
    background: #fff none repeat scroll 0 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}
.header-text p {
    color: #fff;
    font-size: 20px;
}

.header-text p {
    color: #fff;
    font-size: 20px;
}
.logo h2 {
    color: #71317a;
    float: left;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 2px;
}
.nav > li > a:focus, .nav > li > a:hover {
  background-color: transparent;
  text-decoration: none;
}
.logo img {
    float: left;
    height: 35px;
    margin-right: 8px;
    width: 35px;
}

.header-area {
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4);
    margin: 0;
    overflow: hidden;
}
.logo {
    margin: 0;
    overflow: hidden;
    padding: 10px 0;
}

.single-service h2 {
    color: #303030;
    font-size: 18px;
    margin-bottom: 12px;
}
.post_desc {
    color: #424242;
    line-height: 20px;
}

.single-service i {
    font-size: 25px;
    margin-bottom: 15px;
}

.service-headding h2 {
    font-size: 35px;
    font-weight: 300;
    text-transform: uppercase;
}
.service-headding p {
    color: #424242;
    font-size: 20px;
}

.service-headding {
    margin-bottom: 25px;
}
.our-services-area {
    background: #f5f5f5 none repeat scroll 0 0;
}
.single-service {
    margin-bottom: 0;
    min-height: 120px;
}

.priceing-table-area {
    background: #eeeeee none repeat scroll 0 0;
    padding-top: 45px;
}

.section-padding{
    padding: 40px 0;
}
.single-protfolio-item {
    border: 5px solid #fff;
    display: inline-block;
    float: left;
    overflow: hidden;
    position: relative;
    width: 25%;
}
.protfolio-item-menu {
    margin-bottom: 16px;
    text-align: center;
}
.protfolio-item-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.protfolio-item-menu ul li {
    background: #575757 none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0 -2px;
    padding: 10px 18px;
    text-transform: uppercase;
    transition: .4s;
}
.protfolio-item-menu ul li:hover {
    background: #111 none repeat scroll 0 0;
}

.single-protfolio-item:hover img {
    transform: translate3d(10px, 0px, 0px) scale(1.1);
}
.single-protfolio-item img {
    height: 270px;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    width: 100%;
}

.protfolio-text {
    bottom: 0;
    left: -30px;
    opacity: 0;
    padding: 50px 7px 0;
    position: absolute;
    transition: all 0.4s ease 0s;
}
.single-protfolio-item:hover .protfolio-text {
    left: 10px;
    opacity: 1;
    z-index: 2;
}
.single-protfolio-item:hover::after {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
}
.single-protfolio-item:hover{    
    transition: all 0.4s ease 0s;
}

.protfolio-text a {
    color: #fff;
    font-size: 18px;
}
.protfolio-text p {
    color: #fff;
}

.priceing-head h3 {
    background: #1abc9c none repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    margin: 0;
    padding: 10px;
}
.single-priceing-table {
    margin-bottom: 50px;
    text-align: center;
}
.priceing-head h2 {
    background: #16a085 none repeat scroll 0 0;
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
    padding: 10px;
}
.single-priceing-table ul {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.single-priceing-table ul li {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #e5e5e5;
    color: #616161;
    padding: 10px;
}

.priceing-table-area {
    overflow: hidden;
}
.protfollio-area {
    overflow: hidden;
}

.footer-area {
    background: #162028 none repeat scroll 0 0;
    color: #fff;
    padding: 14px 0;
}
.single-footer.footer-link {
  text-align: center;
}
.single-footer p {
    margin: 0;
}
.single-footer.footer-link i {
    color: #cbcbcb;
    display: inline-block;
    font-size: 30px;
    margin: 0 5px;
}
.mainmenu ul li {
    position: relative;
}
.mainmenu ul li.active:after {
    background: #71317a;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.mainmenu ul li.active a{
    color:#71317a;
}

.single-contact {
    float: left;
    overflow: hidden;
    text-align: center;
    width: 33.33%;
}
.contact-heading {
    text-align: center;
}
.single-contact i {
    color: #71317a;
    font-size: 30px;
    margin-bottom: 13px;
}
.contact-heading h1 {
    color: #303030;
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 50px;
    text-transform: uppercase;
}
.single-contact:last-child{
    margin-bottom: 0;
}
.single-contact p {
    margin-bottom: 0;
}

.about_us_area {
    color: #000;
}
.contact_us_area {
    background: #f5f5f5 none repeat scroll 0 0;
}
.priceing-description {
    margin-bottom: 40px;
}

.protfolio-btn {
    display: inline-block;
    margin-top: 20px;
    overflow: hidden;
    width: 100%;
}

.single-about p {
    font-size: 15px;
}
.single-about h5 {
    margin-bottom: 5px;
    margin-top: 3px;
}
.single-about {
    margin-bottom: 20px;
}

.single-skill {
    float: left;
    margin-right: 5px;
}
.single-skill p {
    float: left;
    margin-bottom: 0;
}
.map {
  margin-top: 30px;
}
.protfolio-description-text {
  margin-bottom: 13px;
}
.protfolio-description-text h3 {
    font-size: 14px;
    margin-bottom: 3px;
}
.protfolio-description-text {
    margin-bottom: 13px;
}
.protfolio-description-text span {
    font-weight: normal;
    line-height: 17px;
}

.single-protfolio img {
    float: left;
    margin-right: 30px;
    width: 100%;
}

.protfolio-text h3 {
    color: #fff;
    font-size: 18px;
}
.priceing-description {
  margin-bottom: 40px;
}
.priceing-description h3 {
    font-size: 18px;
}






