/*
  Theme Name: Agency - OnePage Responsive HTML5 Template
  Theme URL: http://themewar.com/html/agencylanding
  Author: ThemeWar
  Author URI: http://themewar.com
  Description: OnePage Responsive HTML5 Template
  Version: 1.0.0
*/

/*=======================================================================
[Table of contents]
=========================================================================
1. Header 
2. Slider 01
3. Slider 02
4. Features
5. Fun Facts
6. Portfolio
7. About Us
8. Testimonial
9. Team
10. Process
11. Pricing
12. Client
13. News 
14. Contact
15. Footer

==========================================================================*/
/*=======================================================================
[Font Family]
=========================================================================
1. Cutive Mono [ Use for all content except headings]
2. Roboto [ Use for all headings ]

==========================================================================*/

/*=======================================================================
// Fonts
=========================================================================*/
@import url(https://fonts.googleapis.com/css?family=Cutive+Mono);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);

body, html{
    font-family: 'Cutive Mono';
    font-size: 14px;
    line-height: 24px;
    color: #282828;
    font-weight: 400;
    overflow-x: hidden;
}

a{
    color: #282828;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
a:hover{
    color: #b38441;
    text-decoration: none;
}
a:focus{
    outline: 0;
    text-decoration: none;
    color: #282828;
}

h1, h2, h3,h4, h5, h6{
    font-family: Roboto;
}

/*=======================================================================
// Section Setup
=========================================================================*/
.comonSection{
    width: 100%;
    position: relative;
    background: #FFF;
    padding: 110px 0;
}
.sectionTitle{
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 55px;
}
.sectionTitle i{
    font-size: 32px;
    color: #808184;
}
.sectionTitle p{
    font-size: 16px;
    margin: 0px;
    letter-spacing: 1px;
    line-height: 24px;
}
.sectionTitle.whites p{
    color: #FFF;
}
.sectionTitle h2{
    font-size: 16px;
    letter-spacing: 3px;
    font-weight: 700;
    margin: 15px 0 20px;
    line-height: 11px;
    text-transform: uppercase;
    font-family: Roboto;
}
.sectionTitle.whites h2{
    color: #FFF;
}
.sectionTitle.whites i{
    color: #FFF;
}
.comonPage{
    padding: 80px 0px;
    background: #f7f7f7;
}

/*=======================================================================
// Margin & padding Setup
=========================================================================*/
.noMarginBottom{
    margin-bottom: 0px !important;
}
.noMarginRight{
    margin-right: 0px !important;
}
.paddingRight30{
    padding-right: 30px !important;
}
.paddingLeft30{
    padding-left: 30px !important;
}