/*
    Template Name: Redon-Agency landing Tempalate
    Author: Themeturn
    Author URI: 
    Description: 
    Version: 1.0
*/

/* Table of Content
==================================================
1.  Global Styles
2.  Typography
3.  Common styles
4.  Navigation
5.  HEADER AREA
6.  SECTION ABOUT
7.  SECTION SERVICES
8.  SECTION PORTFOLIO
9.  SECTION FEATURES
10.  SECTION EDUCATION
11. SECTION TESTIMONIAL
12. SECTION CONTACT
13. SECTION FOOTER


*/

/* 1 - Fonts
------------------------------------------------------------------------*/


@font-face {
    font-family: 'Simple-Line-Icons';
    src:url('fonts/Simple-Line-Icons.eot');
    src:url('fonts/Simple-Line-Icons.eot?#iefix') format('embedded-opentype'),
        url('fonts/Simple-Line-Icons.woff') format('woff'),
        url('fonts/Simple-Line-Icons.ttf') format('truetype'),
        url('fonts/Simple-Line-Icons.svg#Simple-Line-Icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* 2 - General styles
------------------------------------------------------------------------*/
:-moz-selection {
    background-color: #e6ae49;
    color: #FFF;
}

::-moz-selection {
    background-color: #e6ae49;
    color: #FFF;
}


body {
    width: 100%;
    height: 100%;
    line-height: 24px;
    color: #6a6a6a;
    font-size: 13px;
    font-family: 'Oxygen', sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
}

html {
    width: 100%;
    height: 100%;
}

.no-padding{
    padding: 0;
}



a, a:focus, a:active, a:link, img {
    outline: none;
}


a {
    color:#555;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}


a {
    cursor: pointer;
    text-decoration: none;
    color: #323232;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}

    a:hover {
        color:#FC7F0C;
        text-decoration: none;
        transition: all 0.25s ease 0s;
        -moz-transition: all 0.25s ease 0s;
        -webkit-transition: all 0.25s ease 0s;
        -o-transition: all 0.25s ease 0s;
    }

a:focus {
    outline:none;
    outline-offset:0;
}

a:link,
a:visited{
    text-decoration: none;
}


p {
    line-height: 26px;
    font-size: 13px;
    font-weight: 400;
    color: #666;
}
.dark-bg {
    background: #323232;
    color: #fff;
}


img {
     height: auto;
    max-width: 100%;
    border: none;
    outline: none;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

iframe,
audio {
    width: 100%;
    max-height: auto;
    border: none;
}

ul,li{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}


/* 2.1 - Headings 
--------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
    color: #232323;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    margin-top: 0px;
    margin-bottom: 10px;
}

h1 {
    font-size: 43px;
    letter-spacing: 2px;
    line-height: 40px;
    font-weight: 900;
}


h2 {
    font-size: 27px;
    letter-spacing: 2px;
    line-height: 37px;
}

h3 {
    font-size: 21px;
    letter-spacing: 4px;
    line-height: 32px;
}

  

h4 {
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 28px;
}



h5 {
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 23px;
}

h6 {
    font-size: 14px;
    line-height: 18px;
    
}


/* buttons style */
.btn{
    padding: 10px 30px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.btn-container{
    margin-top: 35px;
}
.btn-primary{
    border:3px solid#FC7F0C;
    background: #FC7F0C;
    color:#fff ;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    padding: 12px 30px;
}

.btn-primary:hover{
    background:#2A2A2A;
    border-color:#2A2A2A;
    color: #fff;
}

.btn-container{
    margin-top: 35px;
}
.btn-primary.black{
    background:#2A2A2A;
    border-color:#2A2A2A;
    color: #fff;
    padding: 12px 40px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.btn-primary.black:hover{
    border-color: #FC7F0C;
    background: #FC7F0C;
    color:#fff;
}


.btn-primary.grey{
    border-color:#2A2A2A!important;
    background: transparent;
    color: #2A2A2A;
    padding: 12px 40px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.btn-primary.grey:hover{
    background: #2A2A2A;
    color: #fff;
    border-color: #2A2A2A;
}
.form-submit #submit,
input[type="submit"],
button
{
	padding: 12px 40px;
	border: 1px solid #FC7F0C;
}
.btn-primary.feature,
.form-submit #submit,
input[type="submit"],
button{
    background: #FC7F0C;
    color:#fff ;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    border: 2px solid#FC7F0C;
}
.btn-primary.feature:hover,
.form-submit #submit:hover,
input[type="submit"]:hover,
button:hover{
    background:#2A2A2A;
    border: 2px solid#2A2A2A;
    color: #fff;
}
.single_post_blog input[type="text"],
.single_post_blog input[type="password"],
.single_post_blog input[type="email"],
.single_post_blog input[type="url"]{
	border: 1px solid #ddd;
	padding: 13px 15px;  
}
/*==================== section heading ========================*/
.section-heading{
    margin-bottom: 80px;
    padding-top: 80px;
    position: relative;
}

.section-heading span{
    color: #FC7F0C;
}
.section-heading .divider{
    width: 50px;
    background: #ddd;
    height: 2px;
    margin: 15px auto;
}

.section-heading p{
    font-family: 'Lora', serif;
    font-style: italic;
    text-transform: lowercase;
}

.section-padding{
    padding-top: 80px 0px;
}


/*======================================================
     navigation 
==========================================================*/
.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    background: rgba(255,255,255,.6);
}

.navbar-custom .navbar-brand {
    font-weight: 700;
    text-transform: uppercase;
    
}
.navbar-custom .navbar-brand  span{
    text-transform: capitalize;
    color: #FC7F0C;
}
.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #232323;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255,255,255,.8);
    background-color: transparent;
    color: #FC7F0C;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}


.navbar-custom .nav li.active a:hover {
    font-weight: 700;
}


@media(min-width:768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        border-bottom: 1px solid rgba(255,255,255,.9);
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        -webkit-box-shadow: 0px 0px 2px #777;
        box-shadow: 0px 0px 2px #777;
        background: rgba(255,255,255,.95);
    }
    .navbar-custom.top-nav-collapse .nav li a{
        color: #222;
        font-weight: 700;
    } 
 

}
.navbar-custom.top-nav-collapse .nav li.current a{
	background-color: transparent;
	color: #FC7F0C;
}
.navbar-brand img{
    width: 70px;
}

/*-------------------------------
# dropdwon menu 
--------------------------------*/

#nav li ul.sub-menu, #nav ul li ul.sub-menu li ul.sub-menu{
	opacity: 0;
	position: absolute;
	top: 115%;
	transition: all 0.3s ease 0s;
	width: 228px;
	z-index: -99;
	visibility:hidden;
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.2);
	padding: 15px;  
	left: 10px;
	background: #f5f5f5;
}
#nav ul li ul.sub-menu li ul.sub-menu{
	top: 0;
	left: 100%;
	transition: all 0.5s ease 0s;
}
#nav ul li ul.sub-menu li{
	padding: 0;
	width: 100%;
}
#nav ul li:hover ul.sub-menu{
	top:100%;
	opacity:1;
	z-index:999;
	visibility:visible;
}
#nav ul.nav > li ul li:hover ul.sub-menu{
	opacity:1;
	visibility:visible;	
}
#nav ul li ul.sub-menu li a {
	color: #333;
	cursor: pointer;
	display: block;
	padding: 13px 10px;
	font-weight: 400;
	text-transform: none;
	font-size: 14px;
}
#nav ul li:hover ul.sub-menu li a:hover{
	color: #fff;
	background: #FC7F0C;
	text-decoration: none;
}
/*============================================
    SLIDER SECTION
===============================================*/

.home-section {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.full-screen {
    height: 580px;
    width: 100%;
}

.parallax-hero, .zoom-hero {
    position: fixed;
    top: 0px;
    left: 0px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider-caption {
    position:absolute;
    left:0;
    right:0;
    z-index:2;
    width: 65%;
    border: 1px solid#eee;
    margin-top: 140px;
    padding: 60px 40px;
    background: rgba(255,255,255,.6);
}
.slider-title{
    font-size: 40px;
    line-height: 50px;
    text-transform: capitalize;
    color: #333;
}
.slider-title span{
    color: #FC7F0C;
}
.slider-caption h4{
    font-size: 50px;
    color: #fff;
    line-height: 60px;
    letter-spacing: 4px;
    margin-bottom: 20px;
    border: 1px solid#fff;
    padding: 10px 25px;
}
.slider-caption p{
    color: #444;
    margin: 25px 0px 35px;
    width: 70%;
}




.home-section {
    background-position: 50% 0px;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 0px;
    position: relative;
    max-height: 600px;
    overflow: hidden;
}

/*=====================About more ========================*/
#section-more{
    padding: 80px 0px;
}

.about-block{}
.about-block h4{
    color: #222;
    position: relative;
    padding-bottom: 10px;
}
.about-block h6{
    text-transform: capitalize;
    font-weight: 400;
    color:#999999;
    font-size: 13px;
    letter-spacing: 0px;
    font-family: "lora",sans-serif;
    line-height: 13px;
}

.about-block h4:after{
    position: absolute;
    content:"";
    width: 25px;
    height: 1px;
    background: #FC7F0C;
    left: 0px;
    bottom: 0px;
}



/*================================================================
        section about
===============================================================*/

#section-about{
    padding: 80px 0px ;
}
.about-heading{
    width: 70%;
    margin: 0 auto;
}
.about-heading i{
    font-size: 40px;
    line-height: 40px;
    color: #FC7F0C;
}
.about-inner{
    margin: 30px 0px;
}
.about-inner h2{
    margin-bottom: 20px;
}

.mb{
    margin-bottom: 30px;
}

.about-img{
    position: relative;
    display: block;
	padding: 50px 30px 40px;
	border: 1px solid #ddd;
	transition: .5s;
}
.about-img:hover{
	background: #FC7F0C;
	color: #fff;
	border-color: #FC7F0C;
}
.about-img:hover .about-overlay h6,
.about-img:hover .about-overlay i{
	color: #fff;
}
.about-img img{
	width: 100%;
}
.about-overlay{

}
.about-overlay i{
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
}
.about-overlay h6{
    margin-top: 20px;
    line-height: 25px;
    width: 100%;
}


#section-about-features{
    background:#FCFCFC;
    padding: 80px 0px;
}

.about-features h2,.features-list h5{
    font-weight: 400;
    text-transform: capitalize;
}
.about-features h2{
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}
.about-features h2:after{
    position: absolute;
    background: #FC7F0C;
    content: "";
    width: 40px;
    height: 2px;
    left: 0px;
    bottom: 0px;
}
.about-features h6{
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 0px;
    color: #777;
    font-family: 'Lora', serif;
    font-style: italic;
    text-transform: capitalize;
}
.features-list {
    padding: 0px;
    margin: 30px 0px 0px 0px;
}
.features-list li{
    font-weight: 700;
    padding: 7px 0px;
}
.features-list li i{
    float: left;
    margin-right: 18px;
    font-size: 20px;
    color: #222;
    line-height: 20px;
}
.features-list li h5{
    font-size: 13px;
    letter-spacing: 0px;
    color: #888;
	display: inline-block;
}

/*===================================================
    SECTION subscriber 
===========================================================*/


#section-subcribe{
    
    -webkit-background-size: cover;
    background-size: cover;
    padding: 120px 0px;
    position: relative;
}

.parallax-overlay.white-overlay{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0% 0%;
}
.parallax-overlay.black-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0% 0%;
}


.sub-inner{
    color: #fff;
}
.sub-inner h1{
    color: #fff;
    font-size: 50px;
    line-height: 60px;
}
.sub-inner p{
    color: #ddd;
    text-transform: capitalize;
    font-family: "Lora",serif;
    font-style: italic;
    font-size: 15px;
    margin: 25px 0px;
}


/*============================================
    section features
===============================================*/
#section-features{
    background: #E84B3A;
    
}
.feature-box{
    text-align: center;
    padding: 60px 0px;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.feature-box.yel{
    background: #FFC000;
}
.feature-box.color{
    background: #FC7F0C;
}

.feature-inner i{
	display: inline-block !important;
	font-size: 35px;
	height: auto !important;
	line-height: 35px !important;
	margin-bottom: 20px;
	margin-left: 0 !important;
	width: auto !important;
}
.feature-inner i,.feature-inner h6,.feature-inner p{
    color: #fff;
}

.feature-box:hover{
    background: #fff;
}
.feature-box:hover .feature-inner i,.feature-box:hover .feature-inner h6,
.feature-box:hover .feature-inner p {
    color: #2a2a2a;
}

.line{
    text-align: center;
    background: #FC7F0C;
    width: 30px;
    height: 2px;
    margin: 0 auto;
    background: #FD9638;
}
i.icon {
	width: auto!important;
	height: auto!important;
	line-height: 16px;
	vertical-align: text-top;
	margin-left: 0!important;
}
/*======================================================
    section service
============================================================*/
#section-services{
    background: #fff;
    padding-bottom: 40px;
}
.service-box{
    margin-bottom: 55px;
}
.service-head{
    margin-bottom: 50px;
    float: left;
    margin-right: 25px;
    width: 70px;
    height: 70px;
    border: 5px solid #EFF2F7;
    border-radius: 100%;
    padding-top: 0px;
    text-align: center;
    margin-top: 40px;
}
.service-head i.icon {
	display: inline-block !important;
	width: 60px !important;
	height: 60px !important;
	line-height: 16px !important;
	vertical-align: text-top !important;
	margin-left: 0px !important;
}
.service-head i{
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ddd;
	border-radius: 100%;
	color: #333333;
	display: inline-block !important;
	font-size: 20px;
	height: 60px !important;
	margin-left: 0 !important;
	margin-top: -4px;
	padding-top: 22px;
	text-align: center;
	transition: all 0.4s ease 0s;
	width: 60px !important;
}

.service-head:hover i{
     background:#FC7F0C;
     color: #fff;
     border-color: #FC7F0C;
}

.service-inner {
    display:table;
}
.service-inner p{
    font-size: 13px;
    line-height: 22px;
    margin: 15px 0px 20px;
    color: #777;
}
.service-inner h5{
    margin-top: 10px;
    display: inline-block;
    font-weight: 800;
    font-size: 14px;
	letter-spacing: 1px;
	line-height: 33px;
	text-transform: uppercase;
    margin-bottom: 0px;
}
.service-inner h6{
    text-transform: capitalize;
    font-family: "lora",sans-serif;
    font-style: italic;
    color: #999;
    font-size: 13px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 0px;
}
.service-inner h6:after{
    position: absolute;
    content:"";
    background:#888;
    background:#FC7F0C;
    height: 2px;
    width: 50px;
    left: -7%;
    bottom: 0px;
}
.read-more{
    text-transform: capitalize;
}



/* ----------------------------------------------------------------------*/
/* Portfolio   --------------------------------------------------------- */
/* ----------------------------------------------------------------------*/
#section-portfolio{
    padding-bottom: 70px;
}

.item-box {
    position: relative;
    overflow: hidden;
    display: block;
}

    .item-box a {
        display: inline-block;
    }

    .item-box:hover .item-mask {
        opacity: 1;
        visibility: visible;
    }

        .item-box:hover .item-mask .item-caption {
            bottom: 30px;
            opacity: 1;
        }

    .item-box:hover .item-container {
        transform: scale(1.1);
        transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
        width: 100%;
    }

.item-container {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    width: 100%;
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    min-height: 250px;
}

.item-mask {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    height: 100%;
    position: absolute;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

    .item-mask h5, .item-mask h6, .item-mask p {
        margin-bottom: 0px;
    }

    .item-mask p {
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: 1.5px;
        font-weight: 400;
        margin-top: 0;
        text-align: left;
    }

    .item-mask .item-caption {
        position: absolute;
        bottom: -60px;
        left: 0px;
        padding-left: 30px;
        padding-right: 30px;
        text-align: left;
        transition: all 0.5s ease-in-out 0s;
        -moz-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        opacity: 0;
    }
.item-caption h6{
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #eee;
}
.grid-item{
    margin-bottom: 30px;
}
.white{
    color: #fff!important;
}

.item-desc{
    background: #efefef;
    padding: 20px 0px;
    border: 1px solid#eee;
}
.item-desc {
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    display: block;
}
.item-desc h5{
    text-transform: capitalize;
    margin-bottom: 0px;
    letter-spacing: 0px;
}
.item-box:hover .item-desc{
    opacity: 0;
}



/* ===========Section team ====================*/

#section-team{
    
}

.team-info {
    margin-top: 50px;
}
.team-info h3{
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: 0px;
}
.team-info h6{
    font-weight: 500;
    text-transform: capitalize;
}
.team-info p{
    margin: 40px 0px;
    color: #999;
}

.team-div{
    width: 45px;
    background: #000;
    height: 1px;
    position: relative;
    margin-top: 20px;
}
.team-div:after{
    position: absolute;
    content:"";
    width: 30px;
    background: #000;
    height: 1px;
    bottom: 0px;
    top: 5px;
}
.team-social li a {
    width: 35px;
    height: 35px;
    background: #fff;
    display: block;
    text-align: center;
    padding-top: 5px;
    border: 1px solid#eee;
}

#team-carousel .carousel-indicators {
    bottom: 20px;
    left: 53%;
    }
#team-carousel .carousel-indicators li{
    border-color: #444;
}

#team-carousel .carousel-indicators .active{
    background: #FC7F0C;
    border-color:#FC7F0C;
}


/*================Section Pricing ==========================*/
.pricing-section{
    padding-bottom: 60px;
}
.pricing {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto 3em;
}

.pricing-item {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    text-align: center;
    -webkit-flex: 0 1 330px;
    flex: 0 1 330px;
}

.pricing-feature-list {
    text-align: left;
}

.pricing-action {
    color: inherit;
    border: none;
    background: none;
}

.pricing-action:focus {
    outline: none;
}

.pricing--pema .pricing-item {
    font-family: 'Alegreya Sans', sans-serif;
    padding: 50px 40px;
    margin: 1em;
    color: #262b38;
    background: #fff;
    cursor: default;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
}

@media screen and (min-width: 66.250em) {
    .pricing--pema .pricing-item {
        margin: 1.5em 0;
    }
    .pricing--pema .pricing-item--featured {
        z-index: 10;
        margin: 0;
        font-size: 1.15em;
    }
}

.pricing--pema .pricing-title {
    font-size: 2em;
    margin: 0.5em 0 0;
    color: #1d211f;
}

.pricing--pema .icon {
    display: inline-block;
    min-width: 2em;
    color: #8A9790;
    vertical-align: middle;
}

.pricing--pema .pricing-price {
    font-size: 5em;
    font-weight: 800;
    color: #555;
    position: relative;
    z-index: 100;
    padding: 30px 0px;
    border-bottom: 1px solid#ddd;
    border-top: 1px solid#ddd;
}

.pricing--pema .pricing-currency {
    font-size: 0.5em;
    vertical-align: super;
}

.pricing--pema .pricing-period {
    font-size: 0.25em;
    display: inline-block;
    padding: 0 0 0 0.5em;
    color: #CEDED6;
}

.pricing--pema .pricing-sentence {
    font-weight: bold;
    margin: 0 0 1em 0;
    padding: 0 0 0.5em;
    color: #FC7F0C;
}

.pricing--pema .pricing-feature-list {
    font-size: 0.95em;
    margin: 0;
    padding: 1.5em 0.5em 2.5em;
    list-style: none;
}

.pricing--pema .pricing-feature {
    padding: 0.15em 0;
}

.pricing--pema .pricing-action {
    font-weight: bold;
    margin-top: auto;
    padding: 1em 2em;
    color: #fff;
    border-radius: 5px;
    background: #FC7F0C;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.pricing--pema .pricing-action:hover,
.pricing--pema .pricing-action:focus {
    background-color: #4F5F56;
}




/*===========Section Counter ==============*/
#section-counter{
    -webkit-background-size: cover;
    padding: 60px 0px;
    background-size: cover;
    position: relative;
}
.facts-wrap{
    text-align: center;
}
.icon-box{
    font-size: 50px;
    font-weight: normal;

}
.icon-box i.icon{
	width: auto !important;
	height: auto !important;
	margin-left: 0 !important;
	line-height: 1 !important;
}
.fact-content{}
.fact-content h6{
    font-weight: normal;
    font-size: 16px;
    color: #777;
}
.facts-wrap-num{
    margin:30px 0px;
    font-size: 30px;
    font-weight: normal;
    color: #333;
    font-family: 'Roboto', sans-serif;
}

#section-counter .parallax-overlay.white-overlay{
    background: rgba(255,255,255,.9);
}


/* =========================Section team =========================*/
#section-testimonial{
    padding-bottom: 80px;
}
.test-block{}

.test-block{
	padding: 0 15px;
}
.test-img{
    width: 220px;
    height: 220px;
    float: left;
    margin-right: 30px;
    border: 2px solid#eee;
	position: absolute;
	 top: 0;
}

.test-title{
    padding: 10px 0px;
}
.test-title span{
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 400;
    font-family: "lora",sans-serif;
    letter-spacing: 0px;
    font-style: italic;
    color: #999999;
}
.test-content{
    margin-left: 20px;
}
.test-content .test-title {
  padding-left: 230px;
}
.test-content p{
    background: #fff;
    border: 1px solid#ddd;
    padding: 40px 40px 40px 207px;
    font-weight: 400;
    font-family: "lora",sans-serif;
    letter-spacing: 0px;
    font-style: italic;
    font-size: 16px;
    box-shadow: 0px 0px 1px 1px #eee;
}



/* section client =============*/
#section-client{
    -webkit-background-size: cover;
    background-size: cover;
    padding: 80px 0px;
    position: relative;
}
.client-img{
    text-align: center;
}

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

#section-contact{
    padding-bottom: 80px;
}

#contact-form .form-control{
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ddd;
}
#contact-form .form-group{
    margin-bottom: 25px;
}

.form-control:focus{
    border-color: #e1e1e1;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#contact-form .col-md-4, #contact-form .col-md-9 {
    position: relative;
}


#contact input.contact-form-field, #contact input.contact-form-field:focus, #contact textarea#cfmessage {
    background-repeat: no-repeat;
}
#contact input[type="text"], #contact input[type="email"] {
    width: 100%;
    margin-bottom: 40px;
}
#cfname {
    background-image: url("../images/contact-form/name.png");
}
.cffield-upper {
    height: 50px;
}
.contact-form-field:focus{
    background: #F5F5F5;
}
.contact-form-field {
    border-radius: 2px;
    color: #444;
    background-color: transparent;
    font-family: "Muli",sans-serif;
    font-size: 13px;
    padding-left: 26px;
    line-height: 20px;
    -webkit-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}

.form-text{
    border: 1px solid#ddd;
}
.form-text .contact-form-field{
    border: 0px;
}
/*===============Section Footer============*/
#section-footer{
     background: #111111;
     padding: 50px 0px 30px;
}
.footer-item h4{
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0px;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 30px;
}
.footer-item p{
    margin-bottom: 30px;
}
.footer-socail li a{
    font-size: 14px;
    width: 30px;
    height: 30px;
    border: 1px solid#292929;
    display: block;
    padding-top: 3px;
    color: #fff;
    text-align: center;
     -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.footer-socail li a:hover{
    background:#FC7F0C;
}
.footer-form .form-control{
    box-shadow: none;
    border-radius: 0px;
    height: 48px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.btn-footer{
    padding: 10px 30px;
    font-weight: normal;
    letter-spacing: 1px;
}

.footer-link-info{}
.footer-link-info li{
    display: block;
}
.footer-link-info li i{
    font-size: 20px;
    color: #fff;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    background: #222222;
    display: block;
    text-align: center;
    padding-top: 10px;
    float: left;
}
.footer-link-info li p{
    color: #ccc;
    padding-top: 7px;
}

/* Footer bottom =================*/
#section-footer-btm{
    padding: 25px 0px;
    background: #222222;
}

.footer-copy h6, .footer-copy h6 a, .footer-link ul li a{
    text-transform: capitalize;
    color: #eee;
    font-weight: normal;
    font-family: 'Roboto Condensed', sans-serif;
}
