@import url(http://fonts.googleapis.com/css?family=Raleway:300,400,400italic,600,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,400italic,600,700);
body {
    background: #FFF;
    color: #737a7f;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    color: #000000;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 35px;
}

p { 
    color: #737a7f;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
}
.row {
    max-width: 1170px;
    margin: auto;
}
img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
a {
    font-family: 'Roboto', sans-serif;
}
a:focus,
a:hover {
    text-decoration: none;
}
section .btn {
    background: #A0CE4E;
    color: #FFF;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
section .btn:hover {
    background: #84AE39;
    color: #FFF !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.form-control{
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin-bottom: 30px;
}
.form-control:focus {
    border-color: #333333;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
::-webkit-input-placeholder {
    color: #999999 !important;
}
::-moz-placeholder {
    color: #999999 !important;
}
:-ms-input-placeholder {
    color: #999999 !important;
}
input:-moz-placeholder {
    color: #999999 !important;
}

#toTop {
    width: 40px;
    height: 40px;
    font-size: 28px;
    color: #ffffff;
    background: #A0CE4E;
    position: fixed;
    right: 10px;
    bottom: 20px;
    text-align: center;
}
#toTop a:focus,
a:hover {
    color: #ffffff;
}

.shr-section-title {
    color: #000000;
    border-bottom: 1px solid #A0CE4E;
    padding-bottom: 20px;
    margin-bottom: 30px;
    display: inline-block;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    position: relative;
}
.shr-section-title span{
    color: #A0CE4E;
}
.shr-section-title .shr-round{
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -4px;
    width: 10px;
    height: 10px;
    background: #000000;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.shr-sub-title{
    text-align: center;
    margin-bottom: 60px;
}
.shr-color{
    color: #A0CE4E;
}

/************header start************/

.shr-header {
    width: 100%;
}
.navbar {
    background: transparent;
    margin-bottom: 0px;
    min-height: 70px;
    border: none;
}
.navbar-brand > img{
	display: inline-block;
}
.shr-logo{
    width: 140px;
    height: auto;
    margin-top: 35px;
    display: inline-block;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;

}
.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    margin-left: 0px;
}
.navbar-brand {
    padding: 10px 15px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
} 
.navbar-default .navbar-nav>.active>a {
    background: transparent;
    color: #ffffff;
    border-bottom: 2px solid #A0CE4E;
}
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background: transparent;
    color: #FFF;
}
.navbar-default .navbar-nav>li>a {
    font-size: 14px;
    font-weight: 700;
    color: #C5C5C5;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top:40px;
    margin-bottom: 15px;
    margin-right: 1px;
    margin-left: 1px;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #FFF;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
    color: #ffffff;
}
/*underline*/
.cmn-t-underline {
  position: relative;
  color: #ff3296;
}
.cmn-t-underline:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: #A0CE4E;
  content: "";
  transition: width 0.2s;
}
.cmn-t-underline:hover {
  color: #98004a;
}
.cmn-t-underline:hover:after {
  width: 100%;
}
/*end underline*/

/*header style start*/
.top-nav-collapse{
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    position: fixed;
    z-index: 999;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    
}
.top-nav-collapse:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(images/bgs/pattern.png);
    background-repeat: no-repeat;
}
.top-nav-collapse .nav>li>a{
    margin-top: 15px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.top-nav-collapse .shr-logo{
    margin-top: 5px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
/*header style end*/

/************header end************/



/************hero start************/
.shr-hero-area{
    width: 100%;
    padding-top: 160px;
    position: relative;
}
.shr-hero-area:before{
    content:"";
    position:absolute;
    height:100%;
    width:100%;
    z-index:0;
    left:0;
    top:0;
    background-image:url(images/bgs/pattern.png);
    background-repeat:repeat;
}
.shr-bg-opacity{
    background: url(images/bgs/pattern.png);
    background-repeat: repeat;
}
#hero{
  background: url(images/bgs/01.jpg) center center fixed;
  background-size:cover;
  background-position: center;
}
.shr-hero-area h1{
    font-size: 54px;
    color: #ffffff;
    font-weight: 900;
    padding-top: 100px;
    line-height: 1.2;
    text-transform: uppercase;
}
.shr-hero-area p{
    font-size: 18px;
    color: #ffffff;
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 25px;
}
.shr-hero-area .btn{
    font-size: 17px;
    font-style: normal;
    background: #A0CE4E;
    border: 1px solid #A0CE4E;
    letter-spacing: 2px;
    padding: 12px 25px 12px;
    margin-bottom: 50px;
    margin-right: 5px;
}
.shr-hero-area .btn:hover{
    background: #ffffff;
    color: #000000 !important;
    border-color: #ffffff;
}
.shr-hero-area .shr-download-btn{
    background: none;
    border: 1px solid #ffffff;
}
.shr-hero-content-img{

}
.shr-hero-content-img img{

}

/************hero end************/



/************welcome start************/
.shr-welcome-area{
    width: 100%;
    padding: 120px 0 0px;
}
.shr-welcome-content{
    position: relative;
    margin-bottom: 60px;
    text-align: right;
    padding-right: 130px;
}
.shr-welcome-content i{
    font-size: 45px;
    background: url(images/bgs/pattern.png);
    background-repeat: repeat;
    background-color: #656565;
    color: #ffffff;
    text-align: center;
    padding-top: 23px;
    width: 90px;
    height: 90px;
    position: absolute;
    right: 0px;
    top: 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.shr-welcome-content:hover i{
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
/************welcome end************/



/************features start************/
.shr-features-area{
    width: 100%;
    padding: 120px 0px 20px;
    background: url(images/bgs/02.jpg) center center fixed;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.shr-features-area:before{
    content:"";
    position:absolute;
    height:100%;
    width:100%;
    z-index:0;
    left:0;
    top:0;
    background-image:url(images/bgs/pattern.png);
    background-repeat:repeat;
}
.shr-features-area h2, .shr-features-area p, .shr-features-area h4{
    color: #ffffff;
}
.shr-features-area .shr-sub-title{
 color: #ffffff;
}
.shr-features-area .shr-round{
    background: #ffffff;
}
.shr-left-features-text{
    text-align: right;
    margin-top: 40px;
    margin-bottom: 70px;
}
.shr-left-features-text i{
    font-size: 55px;
    color: #A0CE4E;
    margin-bottom: 30px;
}
.shr-left-features-text p{
    font-size: 14px;
    font-weight: normal;
}
.shr-features-img{
    width: 318px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 100px;
}
.shr-features-img img{
    
}
.shr-right-features-text{
    text-align: left;
    margin-top: 40px;
    margin-bottom: 70px;
}
.shr-right-features-text i{
    font-size: 55px;
    color: #A0CE4E;
    margin-bottom: 30px;
}
.shr-right-features-text p{
    font-size: 14px;
    font-weight: normal;
}

/************features end************/



/************pricing start************/
.shr-pricing-area{
    width: 100%;
    padding: 120px 0px 70px;
}
.shr-pricing-area .shr-table-col{
    margin-bottom: 50px;
    text-align: center;
    background-color: rgba(0,0,0,.005);
    border: 1px solid #e4e9ee;
    transition: all 350ms ease-in-out 0s;
    -moz-transition: all 350ms ease-in-out 0s;
    -webkit-transition: all 350ms ease-in-out 0s;
    -o-transition: all 350ms ease-in-out 0s;
    -ms-transition: all 350ms ease-in-out 0s;
}
.shr-pricing-area .shr-table-col:hover{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transition: all 350ms ease-in-out 0s;
    -moz-transition: all 350ms ease-in-out 0s;
    -webkit-transition: all 350ms ease-in-out 0s;
    -o-transition: all 350ms ease-in-out 0s;
    -ms-transition: all 350ms ease-in-out 0s;
}
.shr-table-col .shr-table-heading{
    background-color: #F3F3F3;
    padding: 35px;
    transition: all 350ms ease-in-out 0s;
    -moz-transition: all 350ms ease-in-out 0s;
    -webkit-transition: all 350ms ease-in-out 0s;
    -o-transition: all 350ms ease-in-out 0s;
    -ms-transition: all 350ms ease-in-out 0s;
}
.shr-table-col:hover .shr-table-heading{
    background: #A0CE4E;
    transition: all 350ms ease-in-out 0s;
    -moz-transition: all 350ms ease-in-out 0s;
    -webkit-transition: all 350ms ease-in-out 0s;
    -o-transition: all 350ms ease-in-out 0s;
    -ms-transition: all 350ms ease-in-out 0s;
}
.shr-table-col .shr-table-heading i{
    color: #000000;
    font-size: 30px;
    border-bottom: 1px solid #000000;
    margin-bottom: 10px;
}
.shr-table-col .shr-table-heading h2{
    margin-bottom: 0px;
}
.shr-table-col:hover .shr-table-heading i, .shr-table-col:hover .shr-table-heading h2{
    color: #ffffff;
    border-color: #ffffff;
}
.shr-table-col h1{
    color: #A0CE4E;
    font-size: 55px;
    font-weight: 900;
    margin: 30px 0px;
}
.shr-table-col h1 span{
    font-size: 12px;
}
.shr-table-col .list-group{
    padding: 30px 30px 0px 30px;
}
.shr-table-col .list-group .list-group-item{
    padding: 15px;
    border: none;
    border-top: 1px solid #e4e9ee;
}
.shr-table-col .shr-table-footer{
    background:#F3F3F3;
    padding: 25px; 
    display: block;
    cursor: pointer;
}
.shr-table-col .shr-table-footer a{
    font-size: 15px;
    color: #000000;
    display: block;
    padding: 10px 5px;
    font-weight: 700;
}
.shr-table-col .shr-table-footer:hover a{
    color: #A0CE4E;
}
/************pricing end************/



/************describe start************/
.shr-describe-area{
    width: 100%;
    padding: 120px 0px 0px;
    background: #f1f1f1;
}
.shr-describe-area .shr-discribe-col{
    margin-bottom: 0px;
}
.shr-discribe-col h1{
    font-size: 45px;
    line-height: 55px;
}
.shr-discribe-col p{
    margin-bottom: 50px;
}
/************describe end************/



/************team start************/
.shr-team-area{
    width: 100%;
    padding: 120px 0px 70px;
    background: url(images/bgs/04.jpg) center center fixed;
    background-size: cover;
    position: relative;
}
.shr-team-area:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: url(images/bgs/pattern.png);
    background-repeat: repeat;
}
.shr-team-area h2{
    color: #ffffff;
}
.shr-team-area .shr-round{
    background: #ffffff;
}
.shr-team-area .shr-sub-title{
    color: #ffffff;
}
.shr-team-col{
    margin-bottom: 50px;
}
.shr-team-col .ih-item.square{
    width: 100%;
    height: auto;
    border: none;
    box-shadow: none;
}
.shr-team-col .ih-item.square.effect6 .info h3 {
    background: rgba(17, 17, 17, 0.5);
}
.shr-team-col .shr-social-link{
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #ffffff;
}
.shr-team-col .shr-social-link i{
    width: 35px;
    height: 35px;
    font-size: 17px;
    padding-top: 8px;
    text-align: center;
    color: #ffffff;
    background: #A0CE4E;
    border: 1px solid #A0CE4E;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all 350ms ease-in-out 0s;
    -moz-transition: all 350ms ease-in-out 0s;
    -webkit-transition: all 350ms ease-in-out 0s;
    -o-transition: all 350ms ease-in-out 0s;
    -ms-transition: all 350ms ease-in-out 0s;
}
.shr-team-col .shr-social-link i:hover{
    background: none;
    color: #A0CE4E;
    transition: all 350ms ease-in-out 0s;
    -moz-transition: all 350ms ease-in-out 0s;
    -webkit-transition: all 350ms ease-in-out 0s;
    -o-transition: all 350ms ease-in-out 0s;
    -ms-transition: all 350ms ease-in-out 0s;
}
/************team end************/



/************counter start************/
.shr-counter-area{
    width: 100%;
    padding: 120px 0px 70px;
    text-align: center;
    background: #f1f1f1;
}
.shr-counter-area .shr-count-col{
    margin-bottom: 50px;
}
.shr-count-col i{
    font-size: 45px;
    background: url(images/bgs/pattern.png);
    background-repeat: repeat;
    background-color: #656565;
    color: #ffffff;
    text-align: center;
    line-height: 110px;
    margin-bottom: 30px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.shr-count-col h3{
    margin-bottom: 25px;
}
.shr-count-col span{
    font-size: 60px;
    line-height: 45px;
    font-weight: 900;
    color: #A0CE4E;
}
/************counter end************/



/************news start************/
.shr-news-area{
    width: 100%;
    padding: 120px 0px 70px;
}
.shr-news-col{
    margin-bottom: 50px;
    background: #f1f1f1;
    padding: 30px;
}
.shr-news-content{
    position: relative;
    padding-left: 140px;
}
.shr-news-content .shr-awesome{
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0px;
    top: 10px;
    font-size: 50px;
    color: #A0CE4E;
    padding-top: 20px;
    border: 2px solid #333333;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all 350ms ease-in-out 0s;
    -moz-transition: all 350ms ease-in-out 0s;
    -webkit-transition: all 350ms ease-in-out 0s;
    -o-transition: all 350ms ease-in-out 0s;
    -ms-transition: all 350ms ease-in-out 0s;
}
.shr-news-col:hover .shr-news-content .shr-awesome{
    -webkit-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
    transition: all 350ms ease-in-out 0s;
    -moz-transition: all 350ms ease-in-out 0s;
    -webkit-transition: all 350ms ease-in-out 0s;
    -o-transition: all 350ms ease-in-out 0s;
    -ms-transition: all 350ms ease-in-out 0s;
}
.shr-news-content h3{
    text-transform: uppercase;
}
.shr-news-info{
    margin: 10px 0px;
}
.shr-news-info ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.shr-news-info ul li{
    float: left;
    margin-right: 20px;
}
.shr-news-info ul li i{
    color: #A0CE4E;
    margin-left: 5px;
}
/************news end************/



/************twitter start************/
.shr-twitter-area{
    width: 100%;
    padding: 30px 0px;
    background: #A0CE4E;
    position: relative;
}
.shr-twitter-area i{
    width: 60px;
    height: 60px;
    background: #A0CE4E;
    font-size: 38px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    left: 50%;
    top: -60px;
    margin-left: -30px;
    padding-top: 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
/************twitter end************/



/************subscribe start************/
.shr-subscribe-area{
    width: 100%;
    padding: 120px 0px 120px;
    background: url(images/bgs/03.jpg) center center fixed;
    background-size: cover;
    position: relative;
}
.shr-subscribe-area:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(images/bgs/pattern.png);
    background-repeat: repeat;
}
.shr-subscribe-area h2{
    color: #ffffff;
}
.shr-subscribe-area .shr-round{
    background: #ffffff ;
}
.shr-subscribe-area .shr-sub-title{
    color: #ffffff;
}
.shr-subscribe-area .navbar-form .form-group{
}
.shr-subscribe-area .form-control{
    margin-bottom: 0px;
    border: none;
    box-shadow: none;
}
.shr-subscribe-area .navbar-form .form-group .btn{
    color: #ffffff;
    border: 1px solid #A0CE4E;
}
.shr-subscribe-area .navbar-form .form-group .btn:hover{
    background: #84ae39;
}
/************subscribe end************/



/************contact start************/
.shr-contact-area{
    width: 100%;
    padding: 120px 0px 120px;
    background: url(images/bgs/05.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.shr-contact-area .shr-sub-title{
    color: #ffffff;
}
.shr-contact-area .form-control{
    background: url(images/bgs/pattern.png);
    background-repeat: repeat;
    background-color: rgba(0,0,0,.3);
    border: 1px solid #666666;
    color: #ffffff;
    margin-bottom: 5px;
    min-height: 50px;
    resize: none;
}
.shr-contact-area .form-control:focus{
    background: url(images/bgs/pattern.png) !important;
    background-repeat: repeat;
    background: #000000;
}
.shr-contact-area .btn{
    background: #A0CE4E;
    padding-top: 16px;
    padding-bottom: 16px;
}
/************contact end************/


/************footer start************/
.shr-footer-area{
    width: 100%;
    padding: 100px 0px 20px;
    background-image: url(images/bgs/pattern.png);
    background-repeat: repeat;
    background-color: rgba(0,0,0,.8);
}
.shr-footer-btn{
    margin-bottom: 50px;
}
.shr-footer-btn .btn{
    font-size: 20px;
    font-weight: 300;
    padding: 20px 20px 20px 20px;
    color: #fff;
    border-color: rgba(0,0,0,.1);
    background-color: rgba(0, 0, 0, 0.35);
    border-radius: 0px;
    transition: all 350ms ease-in-out 0s;
    -moz-transition: all 350ms ease-in-out 0s;
    -webkit-transition: all 350ms ease-in-out 0s;
    -o-transition: all 350ms ease-in-out 0s;
    -ms-transition: all 350ms ease-in-out 0s;
}
.shr-footer-btn .btn:hover{
    background: #070707;
    transition: all 350ms ease-in-out 0s;
    -moz-transition: all 350ms ease-in-out 0s;
    -webkit-transition: all 350ms ease-in-out 0s;
    -o-transition: all 350ms ease-in-out 0s;
    -ms-transition: all 350ms ease-in-out 0s;
}
.shr-footer-btn i{
    font-size: 30px;
    margin-left: 10px;
    margin-right: 10px;
}
.shr-socila-grup{
    border-top: 1px solid rgba(0,0,0,.3);
    padding-top: 50px;
    padding-bottom: 10px;
}
.shr-socila-grup i{
    width: 70px;
    height: 70px;
    font-size: 20px;
    line-height: 70px;
    color: #ffffff;
    margin: 5px;
    text-align: center;
    border-color: rgba(0,0,0,.1);
    background-color: rgba(0, 0, 0, 0.35);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all 350ms ease-in-out 0s;
    -moz-transition: all 350ms ease-in-out 0s;
    -webkit-transition: all 350ms ease-in-out 0s;
    -o-transition: all 350ms ease-in-out 0s;
    -ms-transition: all 350ms ease-in-out 0s;
}
.shr-socila-grup i:hover{
    background: #A0CE4E;
}
.shr-copyright-text{
    color: #d9e2e9;
}
.shr-copyright-text a{
    color: #797979;
}
.shr-copyright-text a:hover{
    color: #A0CE4E;
}
/************footer end************/
