/*
  Project Name : XL
  Author Company : Ewebcraft
  Project Date: 08 May, 2015
  Author Website : http://www.ewebcraft.com
  Author Email : ewebcraft@gmail.com
*/

/*------------------------------------------------------------------
[generic Table of contents]

* body
  
    + #loader
  

    + .top-bar
        - .right-side
        - .left-side
            
    + .slider-wrapper
        - header
        - .rider-slider
            
    + #about
        - .about-content
        - .about-wrapper
        - .responsive-wrapper
        - .featured-wrapper

    + #services
        - .services-wrapper
        - .skills

    + #portfolio
        - .portfolio-wrapper
            - .portfolio-filter
            - .portfolio-list

    + #team
        - .team-wrapper
        - .testimonial-wrapper

    + #price
        - .price-wrapper
     
    + #blog
        - .blog-wrapper

    + #client
        - .client-wrapper
        
    + #contact
        - .contact-wrapper     
    
    + . map-container

    + footer
  
  -------------------------------------------------------------------*/
  .formOverlay:before {
    content: "\f110";
    font-family: fontawesome;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    color: #6ca03c;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -5%;
    font-size: 56px;
    margin-top: -34px;
}
.formOverlay {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.alert .message-icon {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #9F9F9F;
    border-radius: 50%;
    line-height: 30px;
}
label.error {
  color: red;
  font-weight: bold !important;
  margin:5px;
}

@media only screen and (min-width: 1170px) {
    .container{
        width: 1170px;
        padding: 0;
        border: 0;
    }
}
body{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #212121;
    font-weight: 300;
}

a,a:active,a:visited.a:focus{
    text-decoration: none;
    color: #212121;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
}
 a:hover
		{
			color:#6ca03c !important;
			text-decoration:none;
		}
		
img
{
	max-width:100%;
}
.margin-style
{
	margin-top:20px;
}
#donate-img
{
	margin:0 auto;
	text-align:center;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.spliter{
    display: inline-block;
    height: 6px;
    background: #6ca03c;
    border-radius: 10px;
    width: 72px;
    clear: both;
    transition: all 0.4s ease;
}

hr::before {
  background-color: #ffffff;
  color: #6ca03c;
  content: "\f078";
  font-family: fontawesome;
  font-size:18px;
  left: 0;
  margin: -16px auto;
  position: absolute;
  right: 0;
  width: 42px;
}
hr {
  border-color: #6ca03c;
  width: 15%;
}
	
.cd-primary-nav-trigger{
    background: none;
}
.cd-primary-nav{
    list-style: none;
}
.right-menu{
    display: none !important;
}
.yellow-btn{
    background: #6ca03c;
	border:2px solid #6ca03c;
}
.invert-btn{
    background: #fff;
    border: 2px solid #474747 !important;
}
/* ---------------------------------- INNER PAGE SECTION -------------------------------- */
.featured-img{
    float: left;
    width: 100%;
    min-height: 183px;
    position: relative;
    background-size: cover;
}
.featured-img .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(84,79,75,.7);
}
.featured-img .breadcum{
    position: relative;
    z-index: 1;
}
    .featured-img .breadcum h4{
        color: #fff;
        margin: 65px 0 10px 0;
        font-size: 26px;
    }
    .featured-img .breadcum ul{
        list-style: none;
        margin: 0;
        padding: 0;
    }
        .featured-img .breadcum ul li{
            display: inline-block;
        }
            .featured-img .breadcum ul li a,.featured-img .breadcum ul li span{
                color: #fff;
                font-size: 16px;
                font-family: 'Roboto', sans-serif;
                font-weight: normal;
				text-decoration:none;
            }
.page-content{
    padding: 60px 0;
} 
    .page-content-wrapper h1{
        font-size: 38px;
        font-family: 'Roboto', sans-serif;
        font-weight: lighter;
        margin-bottom: 35px;
        margin-top: 0;
        line-height: 23px;
    }
	.blog-ceontent-holder > p 
	{
	  color: #525252;
	}
    .page-content-wrapper .blog-post-holder{
        margin-bottom: 30px;
        border-bottom: 1px solid #d5d5d5;
        padding-bottom: 30px;
    }
    .page-content-wrapper .blog-post-holder h1,.page-content-wrapper #comments h3{
        font-family: "Roboto",sans-serif;
        font-size: 30px;
        font-weight: lighter;
        line-height: 23px;
        margin-bottom: 30px;
        margin-top: 24px;
    }
    .page-content-wrapper #comments label {
        display: block;
        font-weight: lighter;
        margin: 5px 0 15px;
    }
    .page-content-wrapper .blog-post-holder a.readmore{
        background: #6ca03c none repeat scroll 0 0;
        border-radius: 25px;
        display: inline-block;
        padding: 8px 15px;
    }
    .page-content-wrapper .blog-post-holder .meta-item{
        display: inline-block;
        margin:0 15px;
        font-size: 14px;
    }
    .page-content-wrapper .blog-post-holder .meta-item a{
        padding-left: 5px;
		text-decoration:none;
    }
    .page-content-wrapper .blog-post-holder .meta-item:first-child{
        margin-left: 0;
    }
    .page-content-wrapper .blog-post-holder .meta-item:last-child{
        margin-right: 0;
    }
    .page-content-wrapper .blog-post-holder.single-post{
        border:0;
    }
    .page-content-wrapper .blog-post-holder a.readmore:hover{
        background: #212121;
    }
    .page-content-wrapper a.with-arrow-btn{
        background: #6ca03c;
        border-radius: 20px;
        color: #212121;
        font-size: 16px;
        width: 200px;
        height: 43px;
        display: inline-block;
        margin-top: 40px;
    }
    .page-content-wrapper a.with-arrow-btn:hover{
        background: #212121;
        color:#6ca03c;
    }
        .page-content-wrapper a.with-arrow-btn span{
            display: inline-block;
            float: left;
            margin:10px 0 0 28px;
        }
        .page-content-wrapper a.with-arrow-btn i{
            color: #fff;
            font-size: 40px;
            float: right;
            margin: 2px 6px 0 0;
        }
.page-content-wrapper .ms-skin-black-2 .ms-nav-next,.page-content-wrapper .ms-skin-black-2 .ms-nav-prev{
    height: 35px !important;
    width: 35px !important;
}
.section-wrapper.second-level{
    padding-bottom: 0;
}
.page-content-wrapper .ms-skin-black-2 .ms-nav-next{
    background-position:-90px -108px !important;
}
.page-content-wrapper .ms-skin-black-2 .ms-nav-prev{
    background-position:59px -31px !important;
}

.gray-background .team-holder{
    background: #fff;
}
.page-content-wrapper .inner-string{
    display: inline-block;
    margin: 0 0 40px;
}
.small-services{
    margin-bottom: 13px;
    padding-left: 9px;
    padding-right: 9px;
    height: 186px;
	
}
.small-services .gray-background{
    border:5px solid #fff;
	transition:all 0.3s ease 0s;
}
.small-services:hover .gray-background{
    border:5px solid #6ca03c;
	
}
.small-services > div{
    height: 100%;
}
.small-services i{
    color: #acacac;
    font-size: 50px;
    padding-top: 40px;
	transition:all 0.3s ease 0s;
}
.small-services:hover i{
    color: #6ca03c;
	
}
.small-services span{
    display: block;
    font-size: 18px;
    padding: 10px 10px 0;
}
.page-content .contact-holder,.page-content .contact-holder span,
.page-content .contact-holder .detail-holder i{
    color: #212121;
}
.page-content .contact-holder .left-detail .spliter{
    background: #212121;
}
.page-content .contact-holder .detail-holder a,
.page-content .contact-holder .detail-holder a:hover{
    color: #212121 !important;
}
.page-content .contact-holder input{
    width: 100%;
    height: 48px;
    border:1px solid #d9d9d9;
    color: #212121;
    background: none;
    margin-bottom: 15px;
    padding-left: 20px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    transition: .4s; 
}
.page-content .contact-holder input:focus,.page-content .contact-holder textarea:focus{
    background: #f7f7f7;
    color: #212121;
}
.page-content .contact-holder textarea{
    width: 100%;
    height: 215px;
    border:1px solid #d9d9d9;
    color: #212121;
    resize:none;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-top: 20px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    transition: .4s; 
    background: none;
}
 .page-content .contact-holder .submitbtn{
    border-radius: 25px;
    display: inline-block;
    padding: 13px 55px;
    line-height: 16px;
    color: #212121;
    border:1px solid #d9d9d9;
    background: none;
    width: auto;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    transition: 1s; 
}
.page-content .contact-holder .submitbtn:hover{
    background: #6ca03c;
    border:1px solid  #6ca03c;
    color: #212121;
}

.contact-holder .submitbtn{
        border-radius: 25px;
        display: inline-block;
        padding: 13px 55px;
        line-height: 16px;
        color: #fff;
		margin-top:20px;
        border: 2px solid #fff;
        background: none;
        width: auto;
        -webkit-transition:0.5s;
        -moz-transition:0.5s;
        -o-transition:0.5s;
        -ms-transition:0.5s;
        transition: 0.5s; 
    }
    .contact-holder .submitbtn:hover{
        background: #6ca03c;
        border:1px solid  #6ca03c;
        color: #212121;
    }
.page-content .contact-holder input[type=submit]{
    border-radius: 25px;
    display: inline-block;
    padding: 13px 55px;
    line-height: 16px;
    color: #212121;
    border:1px solid #d9d9d9;
    background: none;
    width: auto;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    transition: 1s; 
}
.page-content .contact-holder input[type=submit]:hover{
    background: #6ca03c;
    border:1px solid  #6ca03c;
    color: #212121;
}
.page-content.contact-wrapper p{
    margin-bottom: 20px;
}
.page-content .contact-holder label{
    display: block;
    font-weight: lighter;
    margin:30px 0 15px; 
}
.page-content .contact-page-ops span.heading-spn{
    display: block;
    font-size: 26px;
}
.page-content .contact-page-ops span.spliter{
    background: #212121;
    margin-top: 20px;
    margin-bottom: 40px;
}
.page-content .contact-holder .detail-holder{
    margin-bottom: 52px;
}
.about-bg{
    background: url(../images/slider1.jpg) center center no-repeat;   
}
.portfolio-bg{
    background: url(../images/portfilio_bg.jpg) center center no-repeat;   
}
.price-bg{
    background: url(../images/price_bg.jpg) center center no-repeat;   
}
.team-bg{
    background: url(../images/team_bg.jpg) center center no-repeat;   
}
.services-bg{
    background: url(../images/slider3.jpg) center center no-repeat;   
}
.contact-bg{
    background: url(../images/slider2.jpg) center center no-repeat;   
}
.detail-page-feature{
    height: 365px;
    overflow: hidden;
}
.detail-page-feature img{
    width: 100%;
}
.detail-page p{
    margin: 20px 0;
}
.detail-page h6{
    font-size: 18px;
    font-weight: normal;
    margin: 30px 0 0;
}
.page-content .widget h5{
    font-size: 26px;
    font-weight: normal;
    margin-top: 0;
}
.page-content aside{
    margin-bottom: 40px;
}
.page-content aside ul{
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
}
    .page-content aside.services-list ul li{
        padding: 11px 0;
        border-bottom: 1px solid #e9e9e9;
    }
    .page-content aside.services-list ul li:last-child{
        border-bottom: 0;
    }
        .services-list li a{
            font-size: 17px;
			text-decoration:none;
        }
        .services-list li a:hover,.services-list li.active a{
            color:#7d7d7d !important;
        }
        .services-list li a i{
            font-size: 16px;
        }
        .services-list li a i:last-child{
            display: none;
            float: right;
            margin-top: 5px;
        }
    .services-list li a:hover i:last-child,.services-list li.active a i:last-child{
        display: inline-block;
    }
.services-list li a i:first-child{
    padding-right: 10px;
}
aside.recent-post li{
    margin-top: 20px;
}
    aside.recent-post li img{
        display: inline-block;
        width: 70px;
        height: 70px;
        float: left;
        margin-right: 15px;
    }
    aside.recent-post li a:hover{
        color: #212121 !important;
    }
    aside.recent-post li span.meta-date{
        color: #7d7d7d;
        display: block;
        margin-top: 5px;
    }
.testi-author-meta img{
    display: inline-block;
    float: left;
    width: 56px;
    height: 46px;
    border-radius: 3px;
    border: 2px solid #6ca03c;
    margin-right: 10px;
}   
.testi-author-meta h2{
    font-size: 16px;
} 
.testi-author-meta h2 small{
    font-size: 14px;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
}
.portfolio-detail-wrapper{
    margin-top: 50px;
    float: left;
    width: 100%;
}
    .portfolio-detail-wrapper h3{
        font-size: 26px;
        font-weight: normal;
        margin-top: 0;
    }
    .portfolio-detail-wrapper aside h6{
        margin-top: 0;
        margin-bottom: 5px;
    }
    .portfolio-detail-wrapper aside span{
        display: block;
        margin-bottom: 30px;
    }
.want-wrapper{
    padding: 50px 0;
    float: left;
    width: 100%;
}     
    .want-wrapper h3{
        font-size: 30px;
        margin-top: 0;
    }
    .want-wrapper span{
        font-family: 'Roboto', sans-serif;
        font-weight: normal;
    }
    .want-wrapper a{
        display: inline-block;
        width: 250px;
        height: 53px;
        background: #fff;
        float: right;
        border-radius: 25px;
        text-align: center;
        padding-top: 16px;
        font-family: 'Roboto', sans-serif;
        font-weight: normal;
		text-decoration:none;
    }
    .want-wrapper a:hover{
        background: #212121;
    }
/* ---------------------------------- PAGINATION -------------------------------- */    
.pagination ul{
    list-style: none;
    margin:0;
    padding: 0;
}
    .pagination ul li{
        display: inline-block;
        margin: 5px 0;
    }
    .pagination ul li:first-child{
        margin-left: 0;
    }
    .pagination ul li:last-child{
        margin-right: 0;
    }
        .pagination ul li a{
            display: inline-block;
            background: #6ca03c;
            padding: 8px 15px;
            border-radius: 25px;
			text-decoration:none;
        }
        .pagination ul li a:hover{
            background: #212121;
        }
        .pagination ul li span{
            display: inline-block;
            color: #6ca03c;
            padding: 8px 15px;
            border-radius: 25px;
            background: #212121;
        }
/* ---------------------------------- PRELOADER -------------------------------- */
/*.loader {
    background: #6ca03c;
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.loader-inner {
    bottom: 0;
    height: 60px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
}

.loader-line-wrap {
    animation: 
        spin 2000ms cubic-bezier(.175, .885, .32, 1.275) infinite
    ;
    -webkit-animation: 
        spin 2000ms cubic-bezier(.175, .885, .32, 1.275) infinite
    ;
    box-sizing: border-box;
    height: 50px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    transform-origin: 50% 100%;
    width: 100px;
}
.loader-line {
    border: 4px solid transparent;
    border-radius: 100%;
    box-sizing: border-box;
    height: 100px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
}
.loader-line-wrap:nth-child(1) { animation-delay: -50ms; }
.loader-line-wrap:nth-child(2) { animation-delay: -100ms; }
.loader-line-wrap:nth-child(3) { animation-delay: -150ms; }
.loader-line-wrap:nth-child(4) { animation-delay: -200ms; }
.loader-line-wrap:nth-child(5) { animation-delay: -250ms; }

.loader-line-wrap:nth-child(1) { -webkit-animation-delay: -50ms; }
.loader-line-wrap:nth-child(2) { -webkit-animation-delay: -100ms; }
.loader-line-wrap:nth-child(3) { -webkit-animation-delay: -150ms; }
.loader-line-wrap:nth-child(4) { -webkit-animation-delay: -200ms; }
.loader-line-wrap:nth-child(5) { -webkit-animation-delay: -250ms; }

.loader-line-wrap:nth-child(1) .loader-line {
    border-color: #ffffff;
    height: 90px;
    width: 90px;
    top: 7px;
}
.loader-line-wrap:nth-child(2) .loader-line {
    border-color: #000;
    height: 76px;
    width: 76px;
    top: 14px;
}
.loader-line-wrap:nth-child(3) .loader-line {
    border-color: #ffffff;
    height: 62px;
    width: 62px;
    top: 21px;
}
.loader-line-wrap:nth-child(4) .loader-line {
    border-color: #000;
    height: 48px;
    width: 48px;
    top: 28px;
}
.loader-line-wrap:nth-child(5) .loader-line {
    border-color: #ffffff;
    height: 34px;
    width: 34px;
    top: 35px;
}


#loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #000;
}
.loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  top:40%;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader:before {
  width: 50%;
  height: 50%;
  background: #ffffff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader:after {
  background: #0dc5c1;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
*/

#loader
{
	 position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #000;
}
.loader {
  position: relative;
  margin: auto;
}
.loader span {
  display: block;
  position: absolute;
  background: #666;
  box-sizing: border-box;
}
.loader.round-square {
  width: 40px;
  height: 40px;
  top:50%;
}
.loader.round-square .wrap {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-animation: round_square 5000ms infinite ease-in-out;
          animation: round_square 5000ms infinite ease-in-out;
}
.loader.round-square .wrap span {
  width: 50%;
  height: 50%;
  border-radius: 0;
}
.loader.round-square .wrap span:nth-child(1) {
  -webkit-animation: round_square_1 1250ms infinite ease-in-out;
          animation: round_square_1 1250ms infinite ease-in-out;
  top: 0;
  left: 0;
  background: #ffffff;
}
.loader.round-square .wrap span:nth-child(2) {
  -webkit-animation: round_square_2 1250ms infinite ease-in-out;
          animation: round_square_2 1250ms infinite ease-in-out;
  top: 0;
  left: 50%;
  background: #6ca03c;
}
.loader.round-square .wrap span:nth-child(3) {
  -webkit-animation: round_square_3 1250ms infinite ease-in-out;
          animation: round_square_3 1250ms infinite ease-in-out;
  top: 50%;
  left: 0;
  background:#6ca03c;
}
.loader.round-square .wrap span:nth-child(4) {
  -webkit-animation: round_square_4 1250ms infinite ease-in-out;
          animation: round_square_4 1250ms infinite ease-in-out;
  top: 50%;
  left: 50%;
  background: #ffffff;
}

@-webkit-keyframes round_square {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  6.25% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  12.5% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  18.75% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  31.25% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  37.5% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  43.75% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  56.25% {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
  62.5% {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
  68.75% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  81.25% {
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
  }
  87.5% {
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
  }
  93.75% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes round_square {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  6.25% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  12.5% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  18.75% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  31.25% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  37.5% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  43.75% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  56.25% {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
  62.5% {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
  68.75% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  81.25% {
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
  }
  87.5% {
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
  }
  93.75% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes round_square_1 {
  0% {
    -webkit-transform: translateX(0) translateY(0) rotate(0deg);
            transform: translateX(0) translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(-25%) translateY(-25%) rotate(180deg);
            transform: translateX(-25%) translateY(-25%) rotate(180deg);
    background: #ffffff;
    border-radius: 55%;
  }
  80%, 100% {
    -webkit-transform: translateX(0) translateY(0) rotate(360deg);
            transform: translateX(0) translateY(0) rotate(360deg);
  }
}
@keyframes round_square_1 {
  0% {
    -webkit-transform: translateX(0) translateY(0) rotate(0deg);
            transform: translateX(0) translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(-25%) translateY(-25%) rotate(180deg);
            transform: translateX(-25%) translateY(-25%) rotate(180deg);
    background: #ffffff;
    border-radius: 55%;
  }
  80%, 100% {
    -webkit-transform: translateX(0) translateY(0) rotate(360deg);
            transform: translateX(0) translateY(0) rotate(360deg);
  }
}
@-webkit-keyframes round_square_2 {
  0% {
    -webkit-transform: translateX(0) translateY(0) rotate(0deg);
            transform: translateX(0) translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(25%) translateY(-25%) rotate(180deg);
            transform: translateX(25%) translateY(-25%) rotate(180deg);
    background: #6ca03c;
    border-radius: 55%;
  }
  80%, 100% {
    -webkit-transform: translateX(0) translateY(0) rotate(360deg);
            transform: translateX(0) translateY(0) rotate(360deg);
  }
}
@keyframes round_square_2 {
  0% {
    -webkit-transform: translateX(0) translateY(0) rotate(0deg);
            transform: translateX(0) translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(25%) translateY(-25%) rotate(180deg);
            transform: translateX(25%) translateY(-25%) rotate(180deg);
    background: #6ca03c;
    border-radius: 55%;
  }
  80%, 100% {
    -webkit-transform: translateX(0) translateY(0) rotate(360deg);
            transform: translateX(0) translateY(0) rotate(360deg);
  }
}
@-webkit-keyframes round_square_3 {
  0% {
    -webkit-transform: translateX(0) translateY(0) rotate(0deg);
            transform: translateX(0) translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(-25%) translateY(25%) rotate(180deg);
            transform: translateX(-25%) translateY(25%) rotate(180deg);
    background: #6ca03c;
    border-radius: 55%;
  }
  80%, 100% {
    -webkit-transform: translateX(0) translateY(0) rotate(360deg);
            transform: translateX(0) translateY(0) rotate(360deg);
  }
}
@keyframes round_square_3 {
  0% {
    -webkit-transform: translateX(0) translateY(0) rotate(0deg);
            transform: translateX(0) translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(-25%) translateY(25%) rotate(180deg);
            transform: translateX(-25%) translateY(25%) rotate(180deg);
    background: #6ca03c;
    border-radius: 55%;
  }
  80%, 100% {
    -webkit-transform: translateX(0) translateY(0) rotate(360deg);
            transform: translateX(0) translateY(0) rotate(360deg);
  }
}
@-webkit-keyframes round_square_4 {
  0% {
    -webkit-transform: translateX(0) translateY(0) rotate(0deg);
            transform: translateX(0) translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(25%) translateY(25%) rotate(180deg);
            transform: translateX(25%) translateY(25%) rotate(180deg);
    background: #ffffff;
    border-radius: 55%;
  }
  80%, 100% {
    -webkit-transform: translateX(0) translateY(0) rotate(360deg);
            transform: translateX(0) translateY(0) rotate(360deg);
  }
}
@keyframes round_square_4 {
  0% {
    -webkit-transform: translateX(0) translateY(0) rotate(0deg);
            transform: translateX(0) translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(25%) translateY(25%) rotate(180deg);
            transform: translateX(25%) translateY(25%) rotate(180deg);
    background: #ffffff;
    border-radius: 55%;
  }
  80%, 100% {
    -webkit-transform: translateX(0) translateY(0) rotate(360deg);
            transform: translateX(0) translateY(0) rotate(360deg);
  }
}


/* ---------------------------------- TOP BAR ---------------------------------- */
.top-bar{
    height:41px;
    width: 100%;
    background:#6ca03c;
}
    .top-bar ul{
        list-style: none;
        padding: 0;
        margin: 0;
    }
        .top-bar ul li{
            display: inline-block;
        }
            .top-bar ul li a,.top-bar ul li a:active,.top-bar ul li a:visited,.top-bar ul li a:focus{
                color:#000000 !important;
                text-transform: capitalize;
				text-decoration:none;
            }
    .top-bar .left-side,.top-bar .right-side{
        margin: 9px 0 0 0;
    }
        .top-bar .left-side li{
            padding: 0 10px;
        }
        .top-bar .left-side li:first-child{
            padding-left: 0;
        }
    .top-bar .right-side{
        text-align: right;
    }
        .top-bar .right-side li{
            padding: 0 4px;
        }
        .top-bar .right-side li:last-child{
            padding-right : 0;
        }
		
.effect {
	}
.effect::before {
	color:#000000;
	text-transform:capitalize;
	content: attr(title);
	position: absolute;
	opacity: 0;
	-webkit-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	-moz-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;

}
.effect:hover::before {
	-webkit-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	-moz-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	opacity: 1;
}


/* ---------------------------------- HEADER ---------------------------------- */
.right-side a
{
	margin-right:5px;
}
.slider-wrapper{
    position: relative;
    width: 100%;
    float: left;
}
    .slider-wrapper header{
        height: 81px;
        background:rgba(241, 241, 241, 0.8) none repeat scroll 0 0;
        width: 100%;
        position:absolute;
        z-index: 999;
        top: 0;
        left: 0;
    }
    .slider-wrapper header.sticky{
        position: fixed;
        top: 0;
        width: 100%;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -o-transition: .5s;
        -ms-transition: .5s;
        transition: .5s;
        background: rgba(241, 241, 241, 0.8) none repeat scroll 0 0;
    }
        .slider-wrapper header figure{
            display: inline-block;
            float: left;
            margin: 12px 0 0 0;
        }
            .slider-wrapper header a.text-base,.slider-wrapper header a.text-base:hover,.slider-wrapper header a.text-base:visited{
                font-size: 40px;
                font-weight: normal;
                color: #fff !important;
                line-height: 28px;
                font-weight: 500;
            }
            .slider-wrapper header a.text-base span{
                color: #6ca03c;
            }
            .slider-wrapper header a.img-base{
                display: none;
            }
        .slider-wrapper header nav.main-nav{
            display: inline-block;
            float: right;
            margin:29px 0 0 0;
        }
            .slider-wrapper header nav.main-nav ul{
                list-style: none;
            }
                .slider-wrapper header nav.main-nav ul li{
                    display: inline-block;
                    padding: 0 ;
                    margin: 0 10px;
                }
				.slider-wrapper header nav.main-nav ul li a:hover
				{
					color:#000000;
					text-decoration:none;
				}
                .slider-wrapper header nav.main-nav ul li:last-child{
                    padding-right: 0;
                }
                .slider-wrapper header nav.main-nav ul li:first-child{
                    padding-left: 0;
                }
                    .slider-wrapper header nav.main-nav ul li a{
                        color:#212121;
                        font-weight: 400;
                        font-size: 15px;
                        padding: 5px 15px;
                        -webkit-transition: .4s;
                        -moz-transition: .4s;
                        -o-transition: .4s;
                        -ms-transition: .4s;
                        transition: .4s;
						border:1px solid rgba(77,77,77,0);
                    }
                    .slider-wrapper header.sticky nav.main-nav ul li a{
					}

.wrap *,.wrap *::before,.wrap *::after {
    box-sizing: border-box;
    transition: all 0.5s ease 0s;
}
.wrap i,.wrap em,.wrap b,.wrap strong,.wrap span {
    transition: none 0s ease 0s ;
}

.centerer {
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
}
.wrap {
    float: left;
	margin:5px;
}
[class^="btn-"] {
    display: block;
    height: 80px;
    margin: 20px auto;
    max-width: 250px;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}

.btn-7 {
  color: #b86398;
  position: relative;
}
.btn-7:before, .btn-7:after,
.btn-7 span:before,
.btn-7 span:after {
  content: '';
  position: absolute;
  top: -28px;
  width: 25%;
  height: 0;
  background: #6ca03c;
  z-index:-1
}
.btn-7:before {
  left: 0;
}
.btn-7:after {
  left: 50%;
}
.btn-7 span:before, .btn-7 span:after {
  top: auto;
  bottom: -26px;
}
.btn-7 span:before {
  left: 25%;
}
.btn-7 span:after {
  left: 75%;
}
.btn-7:hover {
  color: #000000 !important;
}
.btn-7:hover:before, .btn-7:hover:after,
.btn-7:hover span:before,
.btn-7:hover span:after {
  height: 82px;
}
.btn-7:active {
  background: #6ca03c;
}



        .slider-wrapper header .right-menu{
            display: inline-block;
            float: right;
        }
        .slider-wrapper header.sticky .right-menu .cd-primary-nav-trigger .cd-menu-icon,
        .slider-wrapper header.sticky .right-menu .cd-primary-nav-trigger .cd-menu-icon::before, 
        .slider-wrapper header.sticky .right-menu .cd-primary-nav-trigger .cd-menu-icon:after
        {
            background-color: #6ca03c;
        }
    .slider-wrapper .rider-slider{
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }    
        .slider-wrapper .rider-slider .item{
            position: relative;
        }
            .slider-wrapper .rider-slider .item img{
                width: 100%;
                height: auto;
            }
                .slider-wrapper .rider-slider .item .container{
                    padding-left: 30px;
                }
                .slider-wrapper .rider-slider .item .slider-caption{
                    position: absolute;
                    top: 27%;
                    z-index: 999;
                    font-family: 'Roboto', sans-serif;
                }
                    .slider-wrapper .rider-slider h1{
                        color: #fff;
                        font-size: 42px;
                    }
                        .slider-wrapper .rider-slider small{
                            color: #fff;
                            display: block;
                            font-size: 18px;
                            font-weight: normal;
                          font-family: 'Roboto', sans-serif;
                        }
                        .slider-wrapper .rider-slider span{
                            color: #fff;
                            display: block;
                            font-weight:bold;
                            padding: 5px 0;
                            font-size:70px;
                            font-family: 'Roboto', sans-serif;
							text-transform:uppercase;
                        }
						.slider-wrapper .rider-slider h1
						{
							font-family: 'Roboto', sans-serif;
							font-weight:700;
							font-size:35px;
							text-transform:uppercase;
							font-weight:bold;
						}
							
                    .slider-wrapper .rider-slider p{
                        color: #fff;
                        display: block;
                        font-weight: normal;
                        font-weight: normal;
                      font-family: 'Roboto', sans-serif;
                    }
                    .slider-wrapper .rider-slider span.spliter{
                        height: 5px;
                    }
                    .slider-wrapper .rider-slider a{
                        background: #6ca03c;
                        border-radius: 25px;
                        padding: 8px 30px;
                        display: inline-block;
                        margin-top: 30px;
                       font-family: 'Roboto', sans-serif;
                        -webkit-transition:0.5s;
                        -moz-transition:0.5s;
                        -o-transition:0.5s;
                        -ms-transition:0.5s;
                        transition:0.5s;
						text-decoration:none;
                    }
                    .slider-wrapper .rider-slider a:hover{
                        color: #212121 !important;
                        background: #fff;
                    }
header.inner{
    position: relative;
}
/* ---------------------------------- PROGRESS BAR SECTION ----------------------------- */
.progress-bg 
{
	height: 78px;
	border-radius:50px;
    text-align: center;
	background-color:#e4e4e4;
	-moz-box-shadow:    inset 0 0 10px #ccc;
	-webkit-box-shadow: inset 0 0 10px #ccc;
	box-shadow:inset 0 0 10px #ccc;
}
	.progress-br
	{
		margin-top:80px;
	}
	
		.progress-br .container div[class^="col-"]
		{
			padding:0px;
		}
	#donate-now
	{
		text-align:center;
	}
		#donate-now  a
		{
			background:#474747;
			 border-radius:50px;
			display: inline-block;
			padding: 22px 55px;
			text-decoration:none;
			color:#6ca03c;
			font-size:24px;
		}
		
		#donate-now  a:hover
		{
			background:#6ca03c;
			 border-radius:50px;
			display: inline-block;
			padding: 22px 55px;
			font-size:24px;
			text-decoration:none;
			color:#000000 !important;
		}
	.progress-bar 
	{
		height: 78px;
		border-radius:50px;
		float: left;
		width: 50%;
		/* fallback */ 
		background-color: #6ca03c; 
		
		/* Safari 4-5, Chrome 1-9 */ 
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6ca03c), to(#6ca03c)); 
		
		/* Safari 5.1, Chrome 10+ */ 
		background: -webkit-linear-gradient(top, #6ca03c, #6ca03c); 
		
		/* Firefox 3.6+ */ 
		background: -moz-linear-gradient(top, #6ca03c, #6ca03c); 
		
		/* IE 10 */ 
		background: -ms-linear-gradient(top, #6ca03c, #6ca03c); 
		
		/* Opera 11.10+ */ 
		background: -o-linear-gradient(top, #6ca03c, #6ca03c);	
	}

	.progress-bg h3.goal, .progress-bg h3.raised 
	{
		font-family: 'Roboto', sans-serif;
	  font-size: 2.7em;
	  font-weight: 600;
		line-height: 78px;
		margin: 0;
		padding: 0;
		text-align: center;
		display: inline;
	}


	.progress-bg h3.raised 
	{
		color:#000000;
		margin: 14px 25px 0 50px;
		padding: 0 25px 0 0;
		text-transform:capitalize;
	}

	.progress-bg h3.goal
	{
		color: #b2b2b2;
	  text-align: center;
	}

	.progress-bg h3.raised 
	{
		-webkit-animation: fadein 2s; /* Safari and Chrome */
		   -moz-animation: fadein 2s; /* Firefox */
			-ms-animation: fadein 2s; /* Internet Explorer */
			 -o-animation: fadein 2s; /* Opera */
				animation: fadein 2s;
	}
		
		@keyframes fadein {
			from { opacity: 0; }
			to   { opacity: 1; }
		}
		
		/* Firefox */
		@-moz-keyframes fadein {
			from { opacity: 0; }
			to   { opacity: 1; }
		}
		
		/* Safari and Chrome */
		@-webkit-keyframes fadein {
			from { opacity: 0; }
			to   { opacity: 1; }
		}
		
		/* Internet Explorer */
		@-ms-keyframes fadein {
			from { opacity: 0; }
			to   { opacity: 1; }
		}​
		
		/* Opera */
		@-o-keyframes fadein {
			from { opacity: 0; }
			to   { opacity: 1; }
		}​

	.progress-bg h3.goal 
	{
		float: right;
		display: inline;
		padding: 0 25px 0 0;
	  text-align: center;
	}

	
		.progress-bg .running-bar {
			-webkit-animation: progress-bar 2s ease forwards;
			-moz-animation: progress-bar 2s ease forwards;
			-o-animation: progress-bar 2s ease forwards;
			animation: progress-bar 2s ease forwards;
		}
        .full-visible {
            width: 50%;
        }

			@-webkit-keyframes progress-bar {
				from { width: 0%; }
				to { width: 50%; }
			}
			
			@-moz-keyframes progress-bar {
				from { width: 0%; }
				to { width: 50%; }
			}
			
			@-o-keyframes progress-bar {
				from { width: 0%; }
				to { width: 50%; }
			}
			
			@keyframes progress-bar {
				from { width: 0%; }
				to { width: 50%; }
			}
/* ---------------------------------- ABOUT US SECTION ---------------------------------- */
.heding-wrapper p {
  color: #525252;
  line-height: 26px;
}
#about{
    padding-bottom: 0;
}
.about-wrapper
{
	margin-bottom:40px;
}
.section-wrapper{
    float: left;
    width: 100%;
}
    .section-wrapper .heding-wrapper{
		padding-top:80px;
    }
    .section-wrapper .heding-wrapper span{
        font-size: 20px;
        color: #8d8d8d;
        font-family: 'Roboto', sans-serif;
        font-weight: normal;
    }
    .section-wrapper .heding-wrapper h3{
        font-family: 'Roboto', sans-serif;
        font-weight: lighter;
        font-size: 30px;
    }

        .section-wrapper .gropbg {
			background:url(../images/group_device.png) center no-repeat fixed;
        }
		
		.section-wrapper .about-content .gray-box{
            background: #f7f7f7;
            padding: 15px 30px;
            margin-bottom: 30px;
        }
		.container.about-content p 
		{
		  margin:20px 0px 30px 0px;
		  color:#525252;
		  line-height:26px;
		}
            .section-wrapper .about-content .gray-box p{
                margin: 15px 0;
            }
    .section-wrapper .view-all{
        display: block;
    }
        .section-wrapper .view-all a{
            margin: 0 6px;
			text-decoration:none;
        } 
        .gradiant-box i{
            font-size: 30px;
            color: #414141;
        } 
        .gradiant-box .heding-wrapper h3{
            font-size: 21px;
            margin: 15px 0 0 0;
        }
        .gradiant-box .white-spliter{
            background: #6ca03c;
            width: 50px;
            margin: 15px 0 25px 0;
            -webkit-transition: .5s;
            -moz-transition: .5s;
            -o-transition: .5s;
            -ms-transition: .5s;
            transition: .5s;
        }
        .gradiant-box-holder:hover .white-spliter{
            width: 75px;
        }
        .gradiant-box-holder:first-child{
            background: #E4E4E4;
        }
        .gradiant-box-holder:nth-child(2){
            background: #eaeaea;
        }
        .gradiant-box-holder:last-child{
            background: #F0EFEF;
        }
    .section-wrapper .responsive-wrapper{
        position: relative;
        width: 100%;
        background-size: cover;
        background-attachment: fixed;
    }
    .device-helper{
        position: absolute;
        width: 100%;
        height: 70px;
        bottom: 0;
        z-index: -1;
    }
        .section-wrapper .responsive-wrapper h2{
            font-size: 40px;
            color: #fff;
            margin: 70px 0 25px 0;
            font-family: 'Roboto', sans-serif;
        }
        .section-wrapper .responsive-wrapper p{
            font-size: 20px;
            color: #fff;
            font-family: 'Roboto', sans-serif;
            padding: 0 40px;
            margin-bottom: 40px;
        }
        .section-wrapper .responsive-wrapper figure{
           margin:80px 0px;
        }
    .section-wrapper .featured-wrapper .featured-box span{
        width: 61px;
        height: 53px;
        border-radius: 3px;
        background: #6ca03c;
        color: #474747;
        display: inline-block;
        margin-right: 25px;
        font-size: 30px;
        line-height: 54px;
    }
    .section-wrapper .featured-wrapper .featured-box .feature-content{
        border-bottom: 1px solid #d5d5d5;
        margin-bottom: 50px;
        padding-bottom: 25px;
    }
    .section-wrapper .featured-wrapper .featured-box .feature-content h5{
        margin: 0 0 20px 0;
        font-size: 20px;
        font-weight: normal;
    }
    .device-holder{
        margin-bottom: 70px;
        float: left;
    }  
	
	  
/* ---------------------------------- EXPERENCES SECTION -------------------------------- */
.yellow-background{
    background: #6ca03c;
}
.section-wrapper1
{
	float:left;
	width:100%;
}
	.section-wrapper1 h3
	{
		margin:30px 12px;
	}
	#section-wrapper1 .container div[class^="col-"]
	{
		padding:0px;
	}
	#according
	{
		padding:30px 0px;
	}
	.experience-wrapper .panel-group
	{
		margin:40px 0 0 !important;
		padding-left:15px;
	}
.experience-wrapper .panel{
    background: #f7f7f7 ;
    border: 0 !important;
    box-shadow: none !important;
}
.experience-wrapper .panel-default > .panel-heading{
    background: none;
    border-bottom: 0;
    box-shadow: none;
    padding: 14px 15px 15px 0;
}
.experience-wrapper .panel-default > .panel-heading + .panel-collapse > .panel-body{
    border-top:0;
}
.panel-group .panel + .panel{
    margin-top: 2px;
}
.panel-group .panel{
    border-radius: 0;
}
.experience-wrapper .panel-title a,.experience-wrapper .panel-title a:hover{
    color: #212121 !important;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}
.experience-wrapper .panel-heading{
    padding-right: 0;
    padding-left: 0;
}
    .experience-wrapper .panel-heading i{
        color: #fff;
        float: left;
        font-size: 22px;
        margin-top: -14px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -o-transition: .5s;
        -ms-transition: .5s;
        transition: .5s;
        background: #474747;
        display: inline-block;
        text-align: center;
        width: 56px;
        height: 49px;
        line-height: 46px;
        margin-right: 20px;
    }
.panel-collapse.collapse.in .panel-body{
    margin-left: 76px;
}    
.panel-title{
    font-size: 18px;
} 
	.panel-title a:hover,.panel-title a:active,.panel-title a:focus,.panel-title a:visited
	{
		text-decoration:none;
	}
.experience-wrapper .panel-collapse.in .panel-heading i{
    font-weight: lighter;
}
.more-about {
}
.more-about a{
    border-radius: 25px;
    display: inline-block;
    padding: 10px 50px;
    width: auto;
    color:#212121 !important;
	text-decoration:none;
	font-weight:normal;
}
.more-about a:hover{
    background: #474747;
    color: #6ca03c !important;
	border:2px solid #474747;
} 
	#according1
	{
		background-color:#ffffff;
	}
/* ---------------------------------- VIDEO SECTION ---------------------------------- */   
.video-wrapper{
    background:url(../images/video-tour.png) center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 460px;
}
	.video-wrapper h1 span .yellow
	{
		color: #6ca03c !important;
    	display: inline-block;
    	font-family: 'Roboto', sans-serif;
    	font-size: 35px;
    	font-weight: 700;
	}
    .video-wrapper .video-holder{
        position: relative;
        top: 57%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
.video-wrapper h1{
    color: #fff;
    font-size: 40px;
    font-family: "Roboto",sans-serif;
    font-weight: lighter;
}
.video-wrapper h1 span{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    display: inline-block;
}
.video-wrapper i{
    color: #fff;
    font-size: 80px;
}
.yellow{
    color:#6ca03c;
}
/* ---------------------------------- SKILLS ---------------------------------- */
.skilk{
    padding-bottom: 0;
}
.different
{
	background:linear-gradient(to right,  #6ca03c 0%,#6ca03c 50%,#f7f7f7  50%,#f7f7f7  100%);
}
.different1
{
	background:linear-gradient(to right,  #f7f7f7  0%,#f7f7f7  50%,#6ca03c 50%,#6ca03c 100%);
}
.specilize-wrapper h6{
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    margin-top: 0;
    margin-bottom:30px;
	color:#000000;
	line-height:28px;
}
.specilize-wrapper p {
  line-height: 26px;
  color: #525252;
}

.half-container-right .row > div{
}
.half-container-left .row > div{
}

.skills-slider-holder .span{
    display: block;
}
.skills-slider-holder .rail{
    width: 100%;
    position: relative;
    height: 3px;
    background: #fff;
    margin-bottom: 80px;
}
    .skills-slider-holder .rail .skill-bar{
        width: 0;
        height: 100%;
        background: #212121;
        float: left;
    }
    .skills-slider-holder .rail .html-bar.animated{
        width: 90%;
    }
    .skills-slider-holder .rail .photo-bar.animated{
        width: 95%;
    }
    .skills-slider-holder .rail .wp-bar.animated{
        width: 70%;
    }
    .skills-slider-holder .rail .php-bar.animated{
        width: 90%;
    }
    .skills-slider-holder .rail .skill-tool{
        width: 0;
        float: left;
        height: 100%;
        position: relative;
    }
    .skills-slider-holder .rail .skill-tool:after{
        position: absolute;
        height: 30px;
        width: 60px;
        border-radius: 3px;
        padding-top: 3px;
        top: -50px;
        left: -45px;
        color: #fff;
        text-align: center;
        background: #474747;
    }
    .skills-slider-holder .rail .skill-tool.html-tool:after{
        content: '90%';
    }
    .skills-slider-holder .rail .skill-tool.photo-tool:after{
        content: '95%';
    }
    .skills-slider-holder .rail .skill-tool.wp-tool:after{
        content: '70%';
    }
    .skills-slider-holder .rail .skill-tool.php-tool:after{
        content: '90%';
    }
    .skills-slider-holder .rail .skill-tool:before{
        position: absolute;
        content: '';
        height: 30px;
        width: 60px;
        top: -45px;
        left: -57px;
        color: #fff;
        text-align: center;
        background: url(../images/down-arror.png) no-repeat bottom right;
    }
/* ---------------------------------- SERVICES SECTION ---------------------------------- */
.gray-background{
    background: #ffffff;
}
#services{
}

#services ul::after {
    clear: both;
    content: "";
    display: table;
}
#services .container
{
	padding:0px;
}
#services_gallery
{
	margin:50px 0px 80px;
}
#services_gallery ul {
    
    padding: 0;
}
#services_gallery li {
    float: left;
    list-style: outside none none;
    margin: 5px;
    padding: 0;
    position: relative;
}
#services_gallery li {
  -webkit-perspective:400px;
          perspective:400px;
}
#services_gallery li .normal {

    font-size: 50px;
    height: 100%;
    text-align: center;
    width: 100%;
}
	#services_gallery li .normal img
	{
		border-radius:4px;
	}
#services_gallery li a {
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
    vertical-align: top;
}

#services_gallery .info {
    background-color: rgba(108, 160, 60, 0.8);
    border-radius: 4px;
    height: 100%;
    left: 0;
    padding:68px 20px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: rotate3d(1, 0, 0, 90deg);
	-webkit-transform: rotate3d(1, 0, 0, 90deg);
    width: 100%;
	text-align:center;
}

#services_gallery .info small
{
	display:block;
	text-align:center;
	font-family: "Roboto",sans-serif;
}
#services_gallery li h4 {
    color: rgba(255, 255, 255, 0.9);
    font-size: 26px;
    margin:15px 0px;
	color:#000000;
	font-family: "Roboto",sans-serif;
}

#services_gallery li span {
    color:#000000;
    font-size:18px;
    line-height: 1.5;
	margin:2px 0px;
	font-family: "Roboto",sans-serif;
}

.in-top .info {
    animation: 300ms ease 0ms normal forwards 1 running in-top;
    transform-origin: 50% 0 0;
	-webkit-transform-origin: 50% 0%;
      -ms-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  -webkit-animation: in-top 300ms ease 0ms 1 forwards;
          animation: in-top 300ms ease 0ms 1 forwards;

}
.in-right .info {
    animation: 300ms ease 0ms normal forwards 1 running in-right;
    transform-origin: 100% 0 0;
	
	-webkit-transform-origin: 100% 0%;
      -ms-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
  -webkit-animation: in-right 300ms ease 0ms 1 forwards;
          animation: in-right 300ms ease 0ms 1 forwards;

}
.in-bottom .info {
    animation: 300ms ease 0ms normal forwards 1 running in-bottom;
    transform-origin: 50% 100% 0;
	
	 -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-animation: in-bottom 300ms ease 0ms 1 forwards;
          animation: in-bottom 300ms ease 0ms 1 forwards;

}
.in-left .info {
    animation: 300ms ease 0ms normal forwards 1 running in-left;
    transform-origin: 0 0 0;
	
	  -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-animation: in-left 300ms ease 0ms 1 forwards;
          animation: in-left 300ms ease 0ms 1 forwards;

}
.out-top .info {
    animation: 300ms ease 0ms normal forwards 1 running out-top;
    transform-origin: 50% 0 0;
	
	  -webkit-transform-origin: 50% 0%;
      -ms-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  -webkit-animation: out-top 300ms ease 0ms 1 forwards;
          animation: out-top 300ms ease 0ms 1 forwards;

}
.out-right .info {
    animation: 300ms ease 0ms normal forwards 1 running out-right;
    transform-origin: 100% 50% 0;
	 -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-animation: out-right 300ms ease 0ms 1 forwards;
          animation: out-right 300ms ease 0ms 1 forwards;

}
.out-bottom .info {
    animation: 300ms ease 0ms normal forwards 1 running out-bottom;
    transform-origin: 50% 100% 0;
	  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-animation: out-bottom 300ms ease 0ms 1 forwards;
          animation: out-bottom 300ms ease 0ms 1 forwards;

}
.out-left .info {
    animation: 300ms ease 0ms normal forwards 1 running out-left;
    transform-origin: 0 0 0;
	  -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-animation: out-left 300ms ease 0ms 1 forwards;
          animation: out-left 300ms ease 0ms 1 forwards;

}
@keyframes in-top {
0% {
    transform: rotate3d(-1, 0, 0, 90deg);
}
100% {
    transform: rotate3d(0, 0, 0, 0deg);
}
}
@keyframes in-right {
0% {
    transform: rotate3d(0, -1, 0, 90deg);
}
100% {
    transform: rotate3d(0, 0, 0, 0deg);
}
}
@keyframes in-bottom {
0% {
    transform: rotate3d(1, 0, 0, 90deg);
}
100% {
    transform: rotate3d(0, 0, 0, 0deg);
}
}
@keyframes in-left {
0% {
    transform: rotate3d(0, 1, 0, 90deg);
}
100% {
    transform: rotate3d(0, 0, 0, 0deg);
}
}
@keyframes out-top {
0% {
    transform: rotate3d(0, 0, 0, 0deg);
	opacity:1;
}
100% {
    transform: rotate3d(-1, 0, 0, 104deg);
	opacity:0;
}
}
@keyframes out-right {
0% {
    transform: rotate3d(0, 0, 0, 0deg);
	opacity:1;
}
100% {
    transform: rotate3d(0, -1, 0, 104deg);
	opacity:0;
}
}
@keyframes out-bottom {
0% {
    transform: rotate3d(0, 0, 0, 0deg);
	opacity:1;
}
100% {
    transform: rotate3d(1, 0, 0, 104deg);
	opacity:0;
}
}
@keyframes out-left {
0% {
    transform: rotate3d(0, 0, 0, 0deg);
	opacity:1;
}
100% {
    transform: rotate3d(0, 1, 0, 104deg);
	opacity:0;
}
}

@-webkit-keyframes in-top {
  from {
    -webkit-transform: rotate3d(-1, 0, 0, 90deg);
            transform: rotate3d(-1, 0, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
}

@-webkit-keyframes in-right {
  from {
    -webkit-transform: rotate3d(0, -1, 0, 90deg);
            transform: rotate3d(0, -1, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
}

@-webkit-keyframes in-bottom {
  from {
    -webkit-transform: rotate3d(1, 0, 0, 90deg);
            transform: rotate3d(1, 0, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
}

@-webkit-keyframes in-left {
  from {
    -webkit-transform: rotate3d(0, 1, 0, 90deg);
            transform: rotate3d(0, 1, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
}

@-webkit-keyframes out-top {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
			opacity:1;
  }
  to {
    -webkit-transform: rotate3d(-1, 0, 0, 104deg);
            transform: rotate3d(-1, 0, 0, 104deg);
			opacity:0;
  }
}
@-webkit-keyframes out-right {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
			opacity:1;
  }
  to {
    -webkit-transform: rotate3d(0, -1, 0, 104deg);
            transform: rotate3d(0, -1, 0, 104deg);
			opacity:0;
  }
}

@-webkit-keyframes out-bottom {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
			opacity:1;
  }
  to {
    -webkit-transform: rotate3d(1, 0, 0, 104deg);
            transform: rotate3d(1, 0, 0, 104deg);
			opacity:0;
  }
}
@-webkit-keyframes out-left {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
			opacity:1;
  }
  to {
    -webkit-transform: rotate3d(0, 1, 0, 104deg);
            transform: rotate3d(0, 1, 0, 104deg);
			opacity:0;
  }
}

/* ---------------------------------- PORTFOLIO SECTION ---------------------------------- */
#portfolio
{
}
#portfolio_gallery
{
}
.portfolio-wrapper{
    position: relative;
}
    .portfolio-wrapper ul{
        list-style: none;
        text-align: center;
        margin: 0;
        padding: 0;
    }
        .portfolio-wrapper ul li{
            display: inline-block;
            margin: 0 25px;
            line-height: 15px;
        }
            .portfolio-wrapper ul li a{
                font-size: 20px;
                font-family: 'Roboto', sans-serif;
				text-decoration:none;
				color:#000000;
            }
            .portfolio-wrapper ul li span.spliter{
                width: 0;
            }
            .portfolio-wrapper ul li:hover span.spliter,.portfolio-wrapper ul li.active span.spliter{
                width: 100%;
            }
            .portfolio-wrapper ul li.active a{
                color: #6ca03c;
            }
    .portfolio-wrapper #portfolio-list{
        margin: 60px 0 0 0;
    }     
        .portfolio-wrapper #portfolio-list img{
            width: 100%;
        }
        .portfolio-wrapper #portfolio-list > div{
            padding: 0px;
        }   
        .portfolio-wrapper #portfolio-list .portfolio-holder{
            position: relative;
            margin-bottom: 4px;
        }
            .portfolio-wrapper #portfolio-list .portfolio-holder .overlay{
                position: absolute;
                width: 100%;
                height: 100%;
                background: rgba(87,79,75,.6);
                top: -100%;
                left: 0;
                -webkit-transition: .5s;
                -moz-transition: .5s;
                -o-transition: .5s;
                -ms-transition: .5s;
                transition: .5s;
				
            }
			#img-overlay
			{
			}
            .portfolio-wrapper #portfolio-list .portfolio-holder:hover .overlay{
                top: 0;
            }
            .portfolio-wrapper #portfolio-list .portfolio-holder .overlay h3{
                color: #fff;
                font-size: 26px;
                text-align: center;
                margin-top: 30%;
            }   
                .portfolio-wrapper #portfolio-list .portfolio-holder .overlay h3 small{
                    color: #fff;
                    font-size: 18px;
                    display: block;
                    margin-bottom:5px;
                    -webkit-transition:0.5s;
                    -moz-transition:0.5s;
                    -o-transition: 0.5s;
                    -ms-transition:0.5s;
                    transition:0.5s;
                }
                .portfolio-wrapper #portfolio-list a{
                    color: #fff;
					text-decoration:none;
                }
                .portfolio-wrapper #portfolio-list a:hover small{
                    color: #6ca03c !important;
                }
				.mask a.fancybox
				{
					font-size:18px;
				}
					.fancybox i.fa
					{
						font-size:18px;
					}
                .view-fourth:hover .mask a.fancybox,.view-fourth:hover .mask a.fancybox{
                    position: absolute;
                    bottom:-100%;
                    right: -100%;
                    display: inline-block;
                    height: 44px;
                    width: 44px;
                    background: #6ca03c;
                    text-align: center;
                    line-height: 44px;
                    color: #212121 !important;
                    -webkit-transition: .5s;
                    -moz-transition: .5s;
                    -o-transition: .5s;
                    -ms-transition: .5s;
                    transition: .5s;
                }
				.view-fourth:hover .mask a.fancybox
				{
					 bottom: 0;
                     right: 0;
				}
       /* ---------------------------------- PORTFOLIO SECTION ---------------------------------- */
.portfolio-wrapper{
    position: relative;
	margin-top:50px;
}
    .portfolio-wrapper ul{
        list-style: none;
        text-align: center;
        margin: 0;
        padding: 0;
    }
        .portfolio-wrapper ul li{
            display: inline-block;
            margin: 0 15px;
            line-height: 15px;
        }
            .portfolio-wrapper ul li a{
                font-size: 20px;
                font-family: 'Roboto', sans-serif;
            }
            .portfolio-wrapper ul li span.spliter{
                width: 0;
            }
            .portfolio-wrapper ul li:hover span.spliter,.portfolio-wrapper ul li.active span.spliter{
                width: 100%;
            }
            .portfolio-wrapper ul li.active a{
                color: #6ca03c;
            }
    .portfolio-wrapper #portfolio-list{
        margin: 50px 0 0 0;
    }     
        .portfolio-wrapper #portfolio-list img{
            width: 100%;
        }
        .portfolio-wrapper #portfolio-list > div{
            padding: 0px;
        }   
        .portfolio-wrapper #portfolio-list .portfolio-holder{
            position: relative;
            margin-bottom: 4px;
        }
            .portfolio-wrapper #portfolio-list .portfolio-holder .overlay{
                position: absolute;
                width: 100%;
                height: 100%;
                background: rgba(87,79,75,.6);
                top: -100%;
                left: 0;
                -webkit-transition: .5s;
                -moz-transition: .5s;
                -o-transition: .5s;
                -ms-transition: .5s;
                transition: .5s;
            }
            .portfolio-wrapper #portfolio-list .portfolio-holder:hover .overlay{
                top: 0;
            }
            .portfolio-wrapper #portfolio-list .portfolio-holder .overlay h3{
                color: #fff;
                font-size: 26px;
                text-align: center;
                margin-top: 30%;
            }   
                .portfolio-wrapper #portfolio-list .portfolio-holder .overlay h3 small{
                    color: #fff;
                    font-size: 18px;
                    display: block;
                    margin-bottom:5px;
                    -webkit-transition:0.5s;
                    -moz-transition:0.5s;
                    -o-transition:0.5s;
                    -ms-transition:0.5s;
                    transition:0.5s;
                }
                .portfolio-wrapper #portfolio-list a{
                    color: #fff;
                }
                .portfolio-wrapper #portfolio-list a:hover small{
                    color: #6ca03c !important;
                }
                .portfolio-wrapper #portfolio-list .portfolio-holder a.fancybox,.portfolio-wrapper #portfolio-list .portfolio-holder a.fancybox:hover{
                    position: absolute;
                    bottom: -100%;
                    right: -100%;
                    display: inline-block;
                    height: 44px;
                    width: 44px;
                    background: #6ca03c;
                    text-align: center;
                    line-height: 44px;
                    color: #212121 !important;
                    -webkit-transition: .5s;
                    -moz-transition: .5s;
                    -o-transition: .5s;
                    -ms-transition: .5s;
                    transition: .5s;
                }
                .portfolio-wrapper #portfolio-list .portfolio-holder:hover a.fancybox{
                    bottom: 0;
                    right: 0;
                }        
/* ---------------------------------- TEAM SECTION ---------------------------------- */
#team{
}
#team_gallery
{
}
.team-holder{
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -o-transition: .8s;
    -ms-transition: .8s;
    transition: .8s;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    min-height: 396px;
    overflow: hidden;
    margin:50px 0px 0px 0px;
    background: #F7F7F7
}
.team-socials
{
	padding-bottom:25px;
}
	.team-socials > a 
	{
	  padding-right: 10px;
	}
.team-holder:hover{
    box-shadow: 3px 3px 5px #d3d2d0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
    .team-wrapper{
        padding-bottom: 80px;
    }
    .team-holder img{
        border-top-right-radius: 5px;
        border-top-left-radius: 5px; 
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -o-transition: .5s;
        -ms-transition: .5s;
        transition: .5s;  
    }
    .team-holder h6{
        font-size: 20px;
        font-weight: normal;
        margin: 25px 0 0 0;
    }
        .team-holder h6 small{
            font-family: 'Roboto', sans-serif;
            font-size: 16px;
            color: #212121;
            font-weight: lighter;
            display: block;
            margin: 10px 0 0 0;
        }
    .team-holder .spliter{
        width: 35px;
        margin:15px 0 15px 0;
        background: #acacac;
    }    
    .team-holder:hover .spliter{
        width: 70px;
        background: #6ca03c;
    }
/* ---------------------------------- TESTMONIALS SECTION ---------------------------------- */
.testimonial-wrapper{
    min-height:370px;
    width: 100%;
    position: relative;
    background: url(../images/testmonial.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    float: left;
}
    .testimonial-wrapper .overlay{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(87,79,75,.6);
        z-index: 1;
    }
    .testimonial-wrapper h2{
        color: #fff;
        margin-top: 80px;
        font-size: 26px;
    }
    .testimonial-wrapper h2 small{
        color: #fff;
        display: block;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        font-weight: lighter;
        margin-top: 15px;
    }
    .testimonial-wrapper .spliter{
        width: 35px;
        margin:15px 0 28px 0;
    }    
    .testimonial-wrapper p{
        color: #fff;
        font-size: 18px;
    }
/* ---------------------------------- PRICE SECTION ---------------------------------- */
.white-background
{
}
#price
{
	padding-bottom:60px;
}
#price_gallery
{
	margin:0 0 10px;
}
.big-wrapper{
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
    padding: 0;
}
.big-wrapper:hover {
    -ms-transform: scale(1.05); 
    -webkit-transform: scale(1.05); 
    -moz-transform: scale(1.05); 
    transform: scale(1.05);
    position: relative;
    z-index: 990;
}
.big-wrapper .price-holder.active {
    -ms-transform: scale(1.05); 
    -webkit-transform: scale(1.05); 
    -moz-transform: scale(1.05); 
    transform: scale(1.05);
    position: relative;
    z-index: 990;
}
.big-wrapper .price-holder.active {
    background: #fff none repeat scroll 0 0;
    box-shadow: 2px 2px 5px #d3d2d0;
}
.big-wrapper .price-holder.active .spliter {
  width: 75px;
}
.big-wrapper .price-holder.active a {
  background: #6ca03c none repeat scroll 0 0;
  border: 1px solid #6ca03c;
  color: #212121 !important;
}
.price-holder{
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    background: #f8f8f8;
    overflow: hidden;
}
.price-holder:nth-of-type(2){
    border-right: 0;
    border-left: 0;
}
.big-wrapper:hover .price-holder:nth-of-type(2){
    border-right: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
}
.big-wrapper:hover .price-holder{
    box-shadow: 2px 2px 5px #d3d2d0;
    background: #fff;
}
    .price-holder.heding-wrapper{
        padding: 40px 0;   
    }
        .price-holder.heding-wrapper span{
            font-size: 16px;
        }
        .price-holder.heding-wrapper span.spliter{
            width: 35px;
        }
        .big-wrapper:hover .price-holder.heding-wrapper span.spliter{
            width: 75px;
        }
        .price-holder.heding-wrapper h3{
            margin: 20px 0 10px;
            font-size: 70px;
            font-weight:bold;
        }
        .price-holder.heding-wrapper ul{
            list-style: none;
            margin: 25px 0;
            padding: 0;
        }
            .price-holder.heding-wrapper ul li{
                border-bottom: 1px solid #fff;
                padding: 10px 15px;
                background: #efefef;
            }
        .price-holder.heding-wrapper a{
            display: inline-block;
            padding: 13px 55px;
            background: none;
            border-radius: 25px;
            border:2px solid #474747;
			color:#212121;
			text-decoration:none;
        }
        .big-wrapper:hover a{
            background: #6ca03c;
            color: #212121 !important;
            border:2px solid #6ca03c;
        }
/* ---------------------------------- BLOG SECTION ---------------------------------- */
#blog
{
}
#blog_gallery
{
}
.blog-wrapper
{
	margin-top:50px;
}
.blog-content{
    overflow: hidden;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
    .blog-content img{  
        border-radius: 5px;
    }
    .blog-content .img-holder{
        position: relative;
    }
        .blog-content .img-holder .overlay{
            background: rgba(87,79,75,.6);
            position: absolute;
            top: 0;
            left: -100%;
            height: 100%;
            width: 100%;
            -webkit-transition: .5s;
            -moz-transition: .5s;
            -o-transition: .5s;
            -ms-transition: .5s;
            transition: .5s; 
        }
        .blog-content:hover .img-holder .overlay{
            left: 0;
        }
        .blog-content .img-holder .author{
            position: absolute;
            bottom:100px;
            right: -100%;
            height: auto;
            width: 100%;
            -webkit-transition: .5s;
            -moz-transition: .5s;
            -o-transition: .5s;
            -ms-transition: .5s;
            transition: .5s; 
        }
        .blog-content:hover .img-holder .author{
            right: 0;
        }
        .blog-content:hover .img-holder .author span{
            height: 53px;
            width: 61px;
            background: #6ca03c;
            border-radius: 2px;
            font-size: 30px;
            display: inline-block;
            line-height: 55px;
            margin-bottom: 20px;
        }
        .blog-content .img-holder .author-link,.blog-content .img-holder .author-link a{
            color: #fff;
            -webkit-transition: .5s;
            -moz-transition: .5s;
            -o-transition: .5s;
            -ms-transition: .5s;
            transition: .5s; 
        }
        .blog-content .img-holder .author-link a:hover{
            color: #fff;
            text-decoration: underline;
        }
    .blog-content .blog-ceontent-holder{
        padding-bottom: 30px;
        border-bottom: 1px solid #d5d5d5;
        margin-bottom: 20px;
    }    
    .blog-content h4{
        font-size: 20px;
        font-weight: normal;
        margin: 35px 0 20px;
    }
    .blog-content h4 a:hover{
        color: #212121 !important;
        text-decoration: underline;
    }
    .blog-content .date{
        float: left;
        display: inline-block;
        color: #8d8d8d;
    }
    .blog-content .comments{
        float: right;
        display: inline-block;
        color: #8d8d8d;
    }
/* ---------------------------------- CLIENT SECTION ---------------------------------- */
#client
{
	padding:0px 0px 80px;
}
.client-wrapper
{
	margin-top:40px;
}
.client-wrapper img{
    border: 1px solid #c7c7c7;
    border-radius: 5px ;
	text-align:center;
}
/* ---------------------------------- CONTACT SECTION ---------------------------------- */
.contact-background{
    min-height:715px;
    width: 100%;
    position: relative;
    background: url(../images/contact-bg.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    float: left;
}
    .contact-background .overlay{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(87,79,75,.6);
        z-index: 1;
    }
    .section-wrapper.contact-background .heding-wrapper span,
    .section-wrapper.contact-background .heding-wrapper h3{
        color: #fff;
    }
	.contact-holder
	{
		margin-top:50px;
	}
    .contact-holder input{
        width: 100%;
        height: 48px;
        border:0px;
        background: none;
        padding-left: 20px;
        color: #6ca03c;
        -webkit-transition:0.5s;
        -moz-transition: 0.5s;
        -o-transition:0.5s;
        -ms-transition:0.5s;
        transition:0.5s; 
		border:1px solid #6ca03c;
    }
    .contact-holder input:focus{
        background:rgba(255,255,255,0.4);;
        color:#000000;
		border-radius:0;
		box-shadow:0 0 5px 0 #9c9c9c inset;
		border:1px solid #ffffff;
    }
	
    ::-webkit-input-placeholder { color:#6ca03c;opacity: 1; }
    ::-moz-placeholder { color:#6ca03c;opacity: 1; } 
    :-ms-input-placeholder { color:#6ca03c;opacity: 1; }
    input:-moz-placeholder { color:#6ca03c;opacity: 1; }
    ::-webkit-textarea-placeholder { color:#6ca03c;opacity: 1; }
    ::-moz-placeholder { color:#6ca03c;opacity: 1; } 
    :-ms-textarea-placeholder { color:#6ca03c;opacity: 1; }
    textarea:-moz-placeholder { color:#6ca03c;opacity: 1; }
    .contact-holder textarea{
        width: 100%;
        height: 190px;
        border: 1px solid #6ca03c;
        resize:none;
        padding-left: 20px;
        padding-top: 20px;
        -webkit-transition:0.5s;
        -moz-transition:0.5s;
        -o-transition:0.5s;
        -ms-transition:0.5s;
        transition:0.5s; 
        color:#6ca03c;
        background: none;
    }
    .contact-holder textarea:focus{
        background:rgba(255,255,255,0.4);
        color:#000000;
		box-shadow:0 0 5px 0 #9c9c9c inset;
		border:1px solid #ffffff;
    }
    .contact-holder input[type=submit]{
        border-radius: 25px;
        display: inline-block;
        padding: 13px 55px;
        line-height: 16px;
        color: #fff;
		margin-top:20px;
        border: 2px solid #fff;
        background: none;
        width: auto;
        -webkit-transition:0.5s;
        -moz-transition:0.5s;
        -o-transition:0.5s;
        -ms-transition:0.5s;
        transition: 0.5s; 
    }
    .contact-holder input[type=submit]:hover{
        background: #6ca03c;
        border:1px solid  #6ca03c;
        color: #212121;
    }
    .contact-holder .detail-holder{
        color: #fff;
        margin-bottom: 60px;
    }
     .contact-holder .detail-holder a{
        color: #fff !important;
     }
    .contact-holder .detail-holder i{
        color: #6ca03c;
    }
    .contact-holder .left-detail{
        display: inline-block;
        float: left;
        margin-right: 25px;
        width: 50px;
        text-align: center;
    }
        .contact-holder .left-detail .spliter{
            margin-top: 10px;
        }
    .contact-holder .right-detail{
        display: inline-block;
        float: left;
    }
/* ---------------------------------- MAP SECTION ---------------------------------- */
#map-canvas{
    width: 100%;
    height: 230px;
    float: left;
}
/* ---------------------------------- FOOTER SECTION ---------------------------------- */
footer{
    height: auto;
    width: 100%;
    background: #424242;
    float: left;
    padding: 40px 0 36px 0;
}
    footer .footer-left span{
        display: inline-block;
        color:#D7D5D5;
        margin-top: 20px;
		line-height:26px;
    }
    footer .footer-left{
        margin-top: 14px;
    }
    footer ul{
        list-style: none;
        padding: 0;
        margin: 0;
    }
    footer h3{
        color: #fff;
        font-weight: normal;
        margin-top: 10px;
    }
    footer a{
        color:#D7D5D5 ;
		text-decoration:none;
    }
		 footer a:active
		 {
			 color:#6ca03c;
		 }
		 footer a:focus
		 {
			 color:#6ca03c;
		 }
    footer .footer-left ul{
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: left;
        margin-top: 15px;
    }
        footer ul li{
            padding: 5px 0;
        }
        footer .footer-left ul li{
            display: inline-block;
            margin-left: 5px;
        }
        footer .footer-left ul li:first-child{
            margin-left: 0;
        }  
        footer ul.footer-thumb li{
            display: inline-block;
        }
            footer ul li img{
                display: inline-block;
                margin: 0 2px 2px;
                height: 80px;
                width:80px;
            }
            footer .footer-left ul li a{
                width: 34px;
                height: 34px;
                border-radius: 2px;
                font-size: 18px;
                background: #707070;
                color:#D7D5D5;
                -webkit-transition: .5s;
                -moz-transition: .5s;
                -o-transition: .5s;
                -ms-transition: .5s;
                transition: .5s;
                display: inline-block;
                text-align: center;
                line-height: 35px;
                margin-top: 5px;
				text-decoration:none;
            }
				
            footer .footer-left ul li a:hover{
                color: #424242 !important;
                background: #6ca03c;
            }
            .botton-bar{
                padding: 20px 0;
                width: 100%;
                background: #212121;
                text-align: center;
                color: #767676;
                float: left;
            }
            .botton-bar a{color: #767676;}
			.botton-bar a:active
			{
				color:#6ca03c;
			}
/* ---------------------------------- SCROLL TO TOP ---------------------------------- */            
.scrollToTop{
    width:50px; 
    height:50px;
    text-align:center; 
    background: #fff;
    font-weight: bold;
    color: #212121;
    text-decoration: none;
    position:fixed;
    bottom:75px;
    right:40px;
    display:none;
    border: 5px solid #6ca03c;
    border-radius: 25px;
    font-size: 32px;
    line-height: 32px;
    -webkit-transition:0.5s;
    -moz-transition:0.5s;
    -o-transition:0.5s;
    -ms-transition:0.5s;
    transition:0.5s;
    z-index: 9999;
}
.scrollToTop:hover{
    text-decoration:none;
    background: #6ca03c;
    color: #212121 !important;
}
/* ---------------------------------- ANIMATION ---------------------------------- */
.animate-in{
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -o-transition: .6s;
    -ms-transition: .6s;
    transition: .6s;
}


.fade-in{
    opacity: 0;
    margin-top: -20px;
}
.fade-in.animated{
    opacity: 1;
    margin-top: 0px;
}
.scale-less{
    opacity: 0;
    -ms-transform: scale(.8); 
    -webkit-transform: scale(.8); 
    -moz-transform: scale(.8); 
    transform: scale(.8);
}
.scale-less.animated{
    opacity: 1;
    -ms-transform: scale(1); 
    -webkit-transform: scale(1); 
    -moz-transform: scale(1); 
    transform: scale(1);
}
.left-out{
    margin-left: -100%;
    opacity: 0;
}
.left-out.animated{
    margin-left: 0;
    margin-top: -181px;
    opacity: 1;
}
.right-out{
    margin-right: -100%;
    opacity: 0;
}
.right-out.animated{
    margin-right: -70px;
    margin-top: -202px;
    opacity: 1;
}
.move-up{
    margin-top:30px;
    opacity:0;
}
.move-up.animated{
    margin-top:0;
    opacity:1;
}
.scale-big{
    opacity: 0;
    -ms-transform: scale(.9); 
    -webkit-transform: scale(.9); 
    -moz-transform: scale(.9); 
    transform: scale(.9);
}
.scale-big.animated{
    -ms-transform: scale(1); 
    -webkit-transform: scale(1); 
    -moz-transform: scale(1); 
    transform: scale(1);
    opacity:1;
}
.small-spliter{
    width: 50px;
}
.small-spliter.animated{
    width: 20px;
}
/* ---------------------------------- CUSTOM MEDIA QUERY ---------------------------------- */
@media only screen and (max-width: 1170px) {
    .img-responsive{
        width: 100%;
    }
    .slider-wrapper header nav.main-nav{
        margin-right: 75px;
    }
    .section-wrapper .about-wrapper .about-box h6{
        padding: 0;
    }
    .skills .skills-wrapper #skill-one.circle{
        margin-left: 50px;
    }
    .skills .skills-wrapper #skill-five.circle{
        margin-right: 50px;
    }
}
@media only screen and (max-width: 1024px) {
    .slider-wrapper header nav.main-nav ul li{
        padding: 0 15px;
    }
    
    .slider-wrapper header nav.main-nav{
        display: none;
    }
    .right-menu{
        display: inline-block !important;
    }
}
@media only screen and (max-width: 991px) {
    .
    .half-container-right .row > div,.half-container-left .row > div{
        padding-left: 30px;
        padding-right: 30px;
    }
    
    footer{
        text-align: center;
    }
    footer div{
        float: none;
    }
    footer .footer-left ul{
        text-align: center;
    }
    .container{
        overflow: hidden;
    }
}
@media only screen and (max-width: 767px) {
    .cd-primary-nav-trigger{
        height: auto;
        top: 40px;
    }
    .contact-background{
        min-height: 1000px;
    }
    .section-wrapper .responsive-wrapper h2{
        font-size: 28px;
        margin-top: 50px;
    }
    .section-wrapper .responsive-wrapper p{
        font-size: 16px;
    }
    .section-wrapper .responsive-wrapper figure img{
        width: 80%;
    }
    .featured-wrapper{
        text-align: center;
        margin-top: 30px;
    }
    .top-bar .left-side, .top-bar .right-side{
        text-align: center;
    }
    .top-bar{
        height: auto;
        padding-bottom: 10px;
    }
    .left-out.animated{
        margin-left: -50px;
        margin-top: -181px;
    }
    .right-out.animated{
        margin-right: -50px;
        margin-top: -202px;
    }
    .section-wrapper .featured-wrapper .featured-box span{
        margin-right: 0;
    }
    .price-holder:nth-of-type(2){
        border-right: 1px solid #cdcdcd;
        border-left: 1px solid #cdcdcd;
        border-bottom: 0;
        border-top: 0;
    }
    .big-wrapper:hover .price-holder:nth-of-type(2){
        border-bottom: 1px solid #cdcdcd;
        border-top: 1px solid #cdcdcd;
    }
    .page-slider{
        margin-bottom: 40px;
    }
    .page-content.contact-wrapper p{
        margin-top: 20px;
    }
    .detail-page-feature{
        height: auto;
    }
    .want-wrapper,.want-wrapper .animate-in.animated{
        text-align: center;
    }
    .want-wrapper a{
        float: none;
        margin-top: 20px;
    }
    .slider-wrapper .rider-slider h1{
        margin-top: 7% !important;
    }
    .slider-wrapper .rider-slider small{
        margin-top: 10% !important;
    }
    .slider-wrapper .rider-slider span{
        margin-top: 15% !important;
    }
    .slider-wrapper .rider-slider p{
        margin-top: 12% !important;
    }
    .slider-wrapper .rider-slider span.spliter{
        margin-top: 11% !important;
    }
    .slider-wrapper .rider-slider a{
        margin-top: 14% !important;
    }
    .slider-wrapper .rider-slider .last-slide h1{
        left:auto !important;
        right: 50px !important;
    }
    .slider-wrapper .rider-slider .last-slide small{
        left:auto !important;
        right: 50px !important;
    }
    .slider-wrapper .rider-slider .last-slide span{
        left:auto !important;
        right: 50px !important;
    }
    .slider-wrapper .rider-slider .last-slide p{
        left:auto !important;
        right: 50px !important;
    }
    .slider-wrapper .rider-slider .last-slide span.spliter{
        left:auto !important;
        right: 50px !important;
    }
    .slider-wrapper .rider-slider .last-slide a{
        left:auto !important;
        right: 50px !important;
    } 
}
@media only screen and (max-width: 600px) {
    .mac{
        width: 250px;
    }
    .laptop{
        width: 150px;
    }
    .ipad{
        width: 70px;
    }

}
@media only screen and (max-width: 500px) {
    .section-wrapper .heding-wrapper h3{
        font-size: 28px;
    }
    .services-content .overlap h4 small{
        font-size: 14px;
    }
    .services-content .overlap h4{
        font-size: 22px;
        margin-left: 15px;
    }
    .services-content .overlap span{
        font-size: 12px;
        padding: 4px 12px;
    }
    .services-content:hover .overlap span{
        margin-left: 15px
    }
    .section-wrapper .responsive-wrapper h2{
        font-size: 22px;
    }
    .section-wrapper .responsive-wrapper p{
        padding: 0;
    }
    .section-wrapper .heding-wrapper h3{
        font-size: 24px;
    }
    .testimonial-wrapper h2{
        font-size: 30px;
    }
    p{
        text-align: justify;
    }
    .slider-wrapper .rider-slider small,.slider-wrapper .rider-slider p{
        font-size: 14px !important;
    }
    .slider-wrapper .rider-slider a{
        font-size: 12px !important;
        padding: 5px 10px !important;
    }
    .ms-nav-prev,.ms-nav-next{
        display: none !important;
    }
    .page-content-wrapper h1{
        font-size: 28px;
    }
}
@media only screen and (max-width: 479px) {
    .contact-holder .left-detail{
        margin: 0 0 10px;
        width: 100%;
        text-align: center;
    }
    .contact-holder .right-detail{
        width: 100%;
        text-align: center;
    }
    .contact-holder .detail-holder{
        margin-bottom: 25px;
    }
    .contact-background{
        min-height: 1070px;
    }
}
@media only screen and (max-width: 321px) {
    .container{
        overflow: hidden;
    }
}

	
/*********************************** tabber *****************************************/
.clear-class
{
	clear:both;
}


.adds
{
}
.adds .tab-content
 {
  padding: 7% 0% 80px; 
  margin:1% 0 5% 0;
 }

  .adds .tab-content p
  {
   font-family: 'Roboto', sans-serif;
   font-weight: normal;
   color:#525252; 
   line-height:26px;
  }
  #award-winning ul li
  {
   font-family: 'Roboto', sans-serif;
   font-weight: normal;
   color:#525252; 
   line-height:26px;
  }
  
  .adds .tab-content h4
  {
   font-family: 'Roboto', sans-serif;
   font-weight: normal;
   color:#666666; 
   line-height:2.2em;
  }
  
  .adds .tab-content ul li
  {
  font-family: 'Roboto', sans-serif;
   font-weight: normal;
   color:#666666; 
   line-height:1.6em; 
   margin-left:10px;
  }
  
 .adds .nav-tabs{border-bottom:0px; margin:80px 0 0 0%;}
 
  .adds .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover
  {
   background-color:#474747; 
   border-radius:0px;
   color:#6ca03c;
   font-family: 'Roboto', sans-serif;
   font-weight: normal;
   letter-spacing:0.1em; 
   margin-right: 10px;
   font-size:14px;
   border:none;
   border:2px solid #474747;
   padding:10px 25px;
   text-align:center;
  }
  .nav-tabs > li
  {
	  margin-right:5px;
  }
  .adds .nav-tabs > li > a 
  {
   border: 2px solid #474747;
   border-radius:0px;
   line-height: 1.42857;
   margin-right: 10px;
   color:#474747;
   font-family: 'Roboto', sans-serif;
   font-weight: normal;
   letter-spacing:0.1em;
   font-size:14px;
   padding:10px 25px;
    text-align:center;
   }
   	.adds  .nav > li > a:focus,.adds  .nav > li > a:hover
	{
		color:#6ca03c !important;
		background:#474747;
		border:2px solid #474747;
	}
   
   
     /********************* small progress bar *************************/
  
  .progress-bg1 
{
	height:24px;
	border-radius:50px;
    text-align: center;
	background-color:#000000;
	margin-bottom:80px;
	width:120%;
}

	.progress-bar1 
	{
		height:24px;
		border-radius:50px;
		float: left;
		width: 50%;
		/* fallback */ 
		background-color: #6ca03c; 
		
		/* Safari 4-5, Chrome 1-9 */ 
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6ca03c), to(#6ca03c)); 
		
		/* Safari 5.1, Chrome 10+ */ 
		background: -webkit-linear-gradient(top, #6ca03c, #6ca03c); 
		
		/* Firefox 3.6+ */ 
		background: -moz-linear-gradient(top, #6ca03c, #6ca03c); 
		
		/* IE 10 */ 
		background: -ms-linear-gradient(top, #6ca03c, #6ca03c); 
		
		/* Opera 11.10+ */ 
		background: -o-linear-gradient(top, #6ca03c, #6ca03c);	
	}

	.progress-bg h3.goal1, .progress-bg h3.raised1 
	{
		font-family: 'Roboto', sans-serif;
	  font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		display: inline;
	}


	.progress-bg1 h3.raised1 
	{
		color:#000000;
		margin:5px 0px 0 0px;
		text-transform:capitalize;
		font-size:14px;
		font-weight:normal;
	}

	.progress-bg1 h3.goal1
	{
		color: #ffffff;
	  text-align: center;
	  line-height:25px;
	  font-size:14px;
	  font-weight:normal;
	}

	.progress-bg1 h3.raised1 
	{
		-webkit-animation: fadein 2s; /* Safari and Chrome */
		   -moz-animation: fadein 2s; /* Firefox */
			-ms-animation: fadein 2s; /* Internet Explorer */
			 -o-animation: fadein 2s; /* Opera */
				animation: fadein 2s;
	}
		
		@keyframes fadein {
			from { opacity: 0; }
			to   { opacity: 1; }
		}
		
		/* Firefox */
		@-moz-keyframes fadein {
			from { opacity: 0; }
			to   { opacity: 1; }
		}
		
		/* Safari and Chrome */
		@-webkit-keyframes fadein {
			from { opacity: 0; }
			to   { opacity: 1; }
		}
		
		/* Internet Explorer */
		@-ms-keyframes fadein {
			from { opacity: 0; }
			to   { opacity: 1; }
		}​
		
		/* Opera */
		@-o-keyframes fadein {
			from { opacity: 0; }
			to   { opacity: 1; }
		}​

	.progress-bg1 h3.goal 
	{
		float: right;
		display: inline;
		padding: 0 25px 0 0;
	  text-align: center;
	}

	
		.progress-bg1 .running-bar1 {
			-webkit-animation: progress-bar 2s ease forwards;
			-moz-animation: progress-bar 2s ease forwards;
			-o-animation: progress-bar 2s ease forwards;
			animation: progress-bar 2s ease forwards;
		}
        .full-visible {
            width: 50%;
        }

			@-webkit-keyframes progress-bar1 {
				from { width: 0%; }
				to { width: 50%; }
			}
			
			@-moz-keyframes progress-bar1 {
				from { width: 0%; }
				to { width: 50%; }
			}
			
			@-o-keyframes progress-bar1 {
				from { width: 0%; }
				to { width: 50%; }
			}
			
			@keyframes progress-bar1 {
				from { width: 0%; }
				to { width: 50%; }
			}
/**************** specialize wrapper *************************/
.specilize-wrapper {
  margin-top:40px;
  padding-left:30px;
}



.gray-background hr::before {
  background-color:#ffffff;
  color: #6ca03c;
  content: "\f078";
  font-family: fontawesome;
  font-size:18px;
  left: 0;
  margin: -16px auto;
  position: absolute;
  right: 0;
  width: 42px;
}
.gray-background hr {
  border-color: #6ca03c;
  width: 15%;
}
hr
{
	margin-bottom:10px;
}
.form-group
{
	margin-bottom:15px;
}

.form-control::-moz-placeholder {
  color: #6ca03c;
  opacity: 1;
}

/****************** banner border ***************************/
.sep-line {
  overflow: hidden;
  text-align: center;
  display: block;
  width: 33%;
  margin-left: auto;
  margin-right: auto;
}
.sep-line:before,
.sep-line:after {
  background-color:#6ca03c;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width:65px;
}
.sep-line:before {
   right: 0.5em;
    margin-left: -50%;
}
.sep-line:after {
  left: 0.5em;
    margin-right: -50%;
}
.sep-line i.fa {
  font-size:18px;
  vertical-align: middle;
  color:#6ca03c;
}

/********************* portfolio hover ***************************/

[class^="btn-8"] {
    height: 39px !important;
    margin:0px auto;
    max-width: 250px;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}
.btn-8 > span {
  padding:10px 15px;
  position: relative;
  top: 12px;
  font-size:16px;
  font-weight:normal;
}

.btn-8 {
  color: #b86398;
  position: relative;
}
.btn-8:before, .btn-8:after,
.btn-8 span:before,
.btn-8 span:after {
  content: '';
  position: absolute;
  top: -28px;
  width: 25%;
  height: 0;
  background:#4B4B4B;
  z-index:-1
}
.btn-8:before {
  left: 0;
}
.btn-8:after {
  left: 50%;
}
.btn-8 span:before, .btn-8 span:after {
  top: auto;
  bottom: -26px;
}
.btn-8 span:before {
  left: 25%;
}
.btn-8 span:after {
  left: 75%;
}
.btn-8:hover {
  color: #000000 !important;
}
.btn-8:active {
  color: #000000 !important;
}
.btn-8:hover:before, .btn-8:hover:after,
.btn-8:hover span:before,
.btn-8:hover span:after {
  height:67px;
}
.btn-8.current:before, .btn-8.current:after,
.btn-8.current span:before,
.btn-8.current span:after {
  height:67px;
}
.btn-8.active {
  background: #6ca03c;
}
wrap1 *,.wrap1 *::before,.wrap1 *::after {
    box-sizing: border-box;
    transition: all 0.5s ease 0s;
}
.wrap1 i,.wrap1 em,.wrap1 b,.wrap1 strong,.wrap1 span {
    transition: none 0s ease 0s ;
}
.wrap1 {
	margin:5px;
}
ul#portfolio-filter li a:hover span {
  color: #6ca03c;
}
ul#portfolio-filter li a:active span
{
	color:#000000;
}


/************************* about page *************************/
.single-icon i.fa
{
	font-size:30px;
}
.about-wrapper
{
	margin-top:40px;
}
.about-wrapper h6
{
	font-weight:normal;
}

.successmsg {
	font-size:12px;
	border-bottom:2px solid #d2d2d2;
	border-top:2px solid #d2d2d2;
	border-left:2px solid #d2d2d2;
	border-right:2px solid #d2d2d2;
	
	padding:15px 8px 15px 45px;
	
	position:relative;
	vertical-align:middle;
	cursor:pointer;
	background-position:12px 12px;
	background-repeat:no-repeat;
	background-color:#e1f1c0 !important;
	border-color:#b5d56d !important;
	color:#62a426 !important;
	background-position:left middle;
	list-style-position:inside;
	list-style-type:inherit;
	margin:0;
}

.errormsg {
	font-size:16px;
	border-bottom:2px solid #d2d2d2;
	border-top:2px solid #d2d2d2;
	border-left:2px solid #d2d2d2;
	border-right:2px solid #d2d2d2;
	padding:15px 8px 15px 45px;
	position:relative;
	vertical-align:middle;
	cursor:pointer;
	background-position:12px 12px;
	background-repeat:no-repeat;
	background-color:#ffcbca !important;
	border-color:#eb979b !important;
	color:#9b4449 !important;
	background-position:left middle;
	list-style-position:inside;
	list-style-type:inherit;
	margin:0;
}