/*
  Theme Name: MyClean - Cleaning Company HTML Template.
  Theme URL: http://themewar.com/html/myclean
  Author: ThemeWar
  Author URI: http://themewar.com
  Description: Cleaning Company HTML Template.
  Version: 1.0
*/

/*=======================================================================
[Table of contents]
=========================================================================
1. Fonts
2. Normalization
3. Margin and padding setup
3. Button Style
==========================================================================*/

/*=======================================================================
// Fonts
=========================================================================*/
@font-face {
	font-family: 'Gotham';
	src: url('../fonts/Gotham-Light.otf');
	src: local('Gotham'), local('Riesling'), url('../fonts/Gotham-Light.otf') format('truetype');
}
.fmOpensans{
    font-family: 'Gotham', sans-serif;
}
.fmRaleway{
    font-family: 'Raleway', sans-serif;
}
/*=======================================================================
// Normalization
=========================================================================*/
/*=======================================================================
//  Margin and padding setup
=========================================================================*/
.noPadding{
    padding: 0px !important;
}
.noPaddingBottom{
    padding-bottom: 0px !important;
}
.noPaddingLeft{
    padding-left: 0px !important;
}
.noPaddingRight{
    padding-right: 0px !important;
}
.noMarginBottom{
    margin-bottom: 0px !important;
}
.noMarginRight{
    margin-right: 0px !important;
}
.noPaddingTop{
    padding-top: 0px !important;
}
.marginBottom30{
    margin-bottom: 30px;
}

/*=======================================================================
//  Button Style
=========================================================================*/
.cleanBtn_style1 {
    background: #085ead;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    height: 50px;
    letter-spacing: 0.28px;
    line-height: 0.8;
    padding: 19px 82px 18px 24px;
    position: relative;
}
.cleanBtn_style1 i{
    height: 50px;
    background: #01539f;
    font-size: 14px;
    padding: 18px 23px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.cleanBtn_style1:hover{
    background: #01539f;
    color: #fff;
}
.cleanBtn_style1:hover i{
    background: #085ead;
    color: #fff;
}
.cleanBtn_style2 {
    background: #ffea00;
    border-radius: 3px;
    color: #333;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    height: 50px;
    letter-spacing: 0.28px;
    line-height: 0.8;
    padding: 19px 82px 18px 24px;
    position: relative;
}
.cleanBtn_style2 i{
    height: 50px;
    background: #e7d402;
    font-size: 14px;
    padding: 18px 23px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.cleanBtn_style2:hover{
    background: #e7d402;
    color: #333;
}
.cleanBtn_style2:hover i{
    background: #ffea00;
    color: #333;
}

/*=======================================================================
//  overlay
=========================================================================*/
.overlay85{
    position: relative;
}
.overlay85:before{
    background: rgba(25, 25, 25, .85);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
}
.overlay80:before{
    background: rgba(0, 0, 0, .80);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
}
.overlay70v:after{
    background: rgba(0, 0, 0, .70);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
}
.overlay70B:before{
    background: rgba(1, 83, 159, .80);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
}
/*=======================================================================
//  Section setup
=========================================================================*/
.commonSection{
    padding: 150px 0;
    position: relative;
}
.bggray{
    background: #f4f7fe;
}
.spSecTitle{
    margin-bottom: 35px;
}
.spSecTitle h2{
    font-size: 36px;
    color: #333;
    line-height: 45px;
    letter-spacing: .72px;
    font-weight: 400;
    margin-bottom: 22px;
}
.spSecTitle h2 span{
    color: #01539f;
}
.spSecTitle h2 span.bold{
    color: #01539f;
    font-weight: 700;
}
.spSecTitle p{
    color: #666666;
}
.sectionTitle{
    position: relative;
    margin-bottom: 53px;
}
.sectionTitle h2{
    font-size: 36px;
    letter-spacing: .72px;
    line-height: .7;
    text-transform: capitalize;
    margin: 0 0 29px;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    color: #333333;
}
.sectionInnerTitle{
    position: relative;
}
.sectionInnerTitle h2{
    font-size: 20px;
    letter-spacing: .4px;
    line-height: .7;
    text-transform: capitalize;
    margin: 0 0 29px;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    color: #333333;
}
.sectionTitle.white h2, .sectionTitle.white p{
    color: #fff;
}
.titleBar{
    height: 8px;
    width: 40px;
    margin: 0 auto 22px;
    position: relative;
    border: 1px solid #666666;
}
.text-left .titleBar{
    margin-left: 0;
}
.titleBar:after{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 2px;
    width: 34px;
    background: #333333;
    content: "";
}
.titleBar.left{
    margin: 0 0 22px;
}

.sectionTitle p{
    letter-spacing: .28px;
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    margin: 0;
}
.titleBar.white{
    border-color: #fff;
}
.titleBar.white:after{
    background: #fff;
}
.specialTitle{
    font-size: 22px;
    color: #333333;
    letter-spacing: .88px;
    text-transform: capitalize;
    line-height: .8;
    margin: 0 0 21px;
    position: relative;
    padding-bottom: 22px;
    font-weight: 400;
}
.specialTitle:after{
    width: 34px;
    height: 2px;
    background: #333;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
}
.marginBbottom40{
    margin-bottom: 30px;
}
.marginBbottom30{
    margin-bottom: 23px;
}
.marginBbottom50{
    margin-bottom: 43px;
}

/**common headding white**/
.commonHeadding.white h2{
    color: #fff;
}
.commonHeadding.white h2 span{
    color: #ffea00;
}
.commonHeadding.white p{
    color: #fff;
}


