/*
  Theme Name: 
  Theme URL: http://themewar.com/html/martin
  Author: ThemeWar
  Author URI: http://themewar.com
  Description: 
  Version: 1.0.0
*/

/*=======================================================================
[Table of contents]
=========================================================================
1. Fonts
2. Normalization
3. Margin and padding setup
4. Section setup
5. Overlay
6. Button
==========================================================================*/

/*=======================================================================
// Fonts
=========================================================================*/
@import 'https://fonts.googleapis.com/css?family=Droid+Serif|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i';
@import 'https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i';


/*=======================================================================
// Normalization
=========================================================================*/
htm,body{
    color: #787878;
    font-family: 'Droid Serif', serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
} 
a{
    color: #222222;
    transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
    -ms-transition: all ease 500ms;
    -o-transition: all ease 500ms;
}
a:hover{
    text-decoration: none;
}
a:focus{
    outline: 0;
    text-decoration: none;
}
ul,
ol{
    margin: 0;
    padding: 0;
    list-style: none;
}
button{
    border: none;
    background: transparent;
    transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
    -ms-transition: all ease 500ms;
    -o-transition: all ease 500ms;
}
p.lead{
    font-size: 16px;
    font-style: italic;
    line-height: 26px;
    margin-bottom: 15px;
}
h1, h2, h3, h4, h5, h6{
    color: #373737;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}
blockquote{
    background: #f8f8f8;
    padding: 66px 65px 75px;
    margin: 30px 0;
    border: none;
    text-align: center;
}
blockquote img {
    margin-bottom: 23px;
}
blockquote p {
    color: #373737;
    font-family: "Droid serif",serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 28px;
    margin: 0 0 21px;
}
blockquote h5 {
    color: #373737;
    font-family: roboto;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 0.8;
    text-transform: uppercase;
}

/*=======================================================================
//  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;
}


/*=======================================================================
//  Section setup
=========================================================================*/
.commonSection{
    padding: 100px 0; 
    position: relative;
}
.commonSectionTitle{
    margin-bottom: 45px;
}
.commonSectionTitle h2{
    font-size: 30px;
    color: #373737;
    line-height: 38px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.commonSectionTitle.white h2{
    color: #fff;
}
.doot_line{
    border-bottom: 2px dotted #373737;
    width: 38px;
    display: inline-block;
    margin-bottom: 14px;
}
.doot_line.white{
    border-color: #fff; 
}
.commonSectionTitle.white .doot_line{
    border-color: #fff;
}
.commonSectionTitle p.pt_lead{
    font-size: 16px;
    color: #373737;
    line-height: 28px;
    font-style: italic;
    margin-bottom: 22px;
}
.commonSectionTitle.white p.pt_lead, 
.commonSectionTitle.white p{
    color: #fff;
}
.bggray{
    background: #f8f8f8;
}
.bgTriangle {
    position: relative;
}
.bgTriangle {
    background: rgba(0, 0, 0, 0) url("../images/trangle.png") no-repeat scroll center center;
    height: 118px;
    width: 100%;
    position: absolute;
    content: '';
}
.pageTitle{
    text-align: center;
}
.pageTitle h1 {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 0.8;
    margin: 0 0 25px;
    text-transform: uppercase;
    position: relative;
}
.pageTitle .doot_line{
    margin-bottom: 20px;
}
.pageTitle p {
    color: #fff;
    font-family: "Droid serif",serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
}
.pageTitle2{
    text-align: center;
}
.pageTitle2 h1{
    font-family: "Droid Serif",serif;
    color: #373737;
    font-weight: 700;
    font-style: italic;
    text-transform: capitalize;
    font-size: 50px;
    margin-bottom: 17px;
}
.pageTitle2 h1 span{
    color: #25ad65;
}
.pageTitle2 p{
    font-family: roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    color: #373737;
}
.pageTitle3{
    text-align: center;
}
.pageTitle3 h1 {
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-family: "Droid serif",serif;
    font-size: 50px;
    font-weight: 900;
    padding: 11px 20px;
    text-transform: uppercase;
}

/*=======================================================================
//  Overlay 
=========================================================================*/
.overlayG80, 
.overlayBlack50,
.overlayBlack90,
.overlayG90,
.overlay2G90{
    position: relative;
}
.overlayG80:before{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(28, 135, 78, .8);
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.overlayBlack50:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(55, 55, 55, .5);
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.overlayBlack90:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .9);
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.overlayG90:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(37, 173, 101, .8);
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.overlay2G90:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(28, 69, 135, .9);
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

/*=======================================================================
//  Button 
=========================================================================*/
.contactBtn {
    border-color: #fff;
    color: #fff;
    background: transparent;
}
.newLife_btn,
.newLife_btn:active,
.newLife_btn:focus{
    background: #25ad65;
    border-radius: 4px;
    color: #ffffff;
    height: 46px;
    padding: 0 42px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 43px;
    display: inline-block;
    border-bottom: 2px solid #1c874e;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 2px solid transparent;
}
.newLife_btn:hover{
    background: transparent;
    border-bottom: none;
    border: 2px solid #25ad65;
    color: #25ad65;
}
.newLife_btn_nobg,
.newLife_btn_nobg:focus,
.newLife_btn_nobg:active{
    border: 2px solid #25ad65;
    border-radius: 5px;
    color: #25AD65;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 40px;
    padding: 0 42px;
    text-transform: uppercase;
    display: inline-block;
    height: 45px;
}
.newLife_btn_nobg:hover{
    background: #25ad65;
    color: #fff;
    border-bottom: 2px solid #1c874e;
}
.newLife_btn_nobg.white{
    border-color: #fff;
    color: #fff;
}
.newLife_btn_nobg.white:hover{
    background: #25ad65;
    border-color: #25ad65;
    border-bottom: 2px solid #25995b;
}
.newLife_btn.squre{
    padding: 0 15px;
}
.newLife_btn.squre:hover{
    background: #333;
    border-color: #333;
}
.newLife_btn_post {
    color: #373737;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 700;
    padding-bottom: 7px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.newLife_btn_post:before{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: #373737;
    content: '';
}
.newLife_btn_post:after{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background: #1c874e;
    content: '';
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.newLife_btn_post:hover:after{
    width: 100%;
}
.newLife_btn_post:hover {
    color: #1c874e;
}
/*=======================================================================
//  Page Breadcrump 
=========================================================================*/
.pageBreadcrump{
    background: url("../images/bg/1.jpg") no-repeat scroll center top / cover ;
    position: relative;
    padding: 178px 0 98px;
}