
body {
	    background: #ffffff;
        font-family: 'Raleway', sans-serif;
		font-weight: 300;
}

/* all section */
#feature, #service,
#team, #portfolio, #contact {
    padding-top: 100px;
    padding-bottom: 100px;
}

#home, #error-home, #comingsoon-home,
#blog-home, #team, #testimonial {
    text-align: center;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}

/* hr */
hr {
    border: 1px solid #1EB642;
    width: 100px;
    margin-top: 20px;
}

/* h2 */
h2 {
    font-size: 60px;
    font-weight: bold;
    text-align: center;
}

/* h4 */
h4 {
    text-align: center;
    padding-bottom: 50px;
}

/* overlay */
.overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
} 

/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.sk-rotating-plane {
  width: 30px;
  height: 30px;
  background-color: #1EB642;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
          animation: sk-rotatePlane 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }



/* navigation */
.custom-navbar {
    margin-bottom: 0;
    background-color: #fff;
}
.custom-navbar .navbar-brand {
    color: #1EB642;
    font-weight: bold;
    font-size: 30px;
}
.custom-navbar .navbar-brand .navbar-toggle  {
    background: #1EB642;
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}
.custom-navbar .nav li a {
    color: #999;
    font-weight: 700;
    font-size: 13px;
}
.custom-navbar .nav li a:hover {
    background: transparent;
    color: #1EB642;
}
.custom-navbar .nav li.active > a {
    background-color: transparent;
    color: #1EB642;
}
.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
}
.custom-navbar .navbar-toggle .icon-bar {
    background: #1EB642;
    border-color: transparent;
}
@media(min-width:768px){
    .custom-navbar {
        padding: 20px 0;
        border-bottom: 0;
        background: 0 0; }
    .custom-navbar.top-nav-collapse {
        padding: 0;
        box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
        background: #fff; }
}
.dropdown:hover .dropdown-menu {
    display: block; }
.custom-navbar .dropdown-menu {
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
    width: 200px;
    padding: 0;
    border: none; }
.custom-navbar .dropdown-menu li a {
    border-bottom: 1px solid #eee;
    line-height: 40px; }



/* home */        
#home {
    background: url('../images/home-bg.jpg') 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
}
#home .home-des {
    padding-top: 300px;
    padding-bottom: 160px;
}
#home h1 {
	font-size: 80px;
    font-weight: bold;
    line-height: 60px;
    letter-spacing: 2px;
}
#home span {
    color: #1EB642;
    font-weight: bold;
}
#home .btn {
    background: transparent;
    border: 2px solid #1EB642;
    border-radius: 0px;
    color: #fff;
    margin-top: 40px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#home .btn:hover {
    background: #1EB642;
    border-color: transparent;
}



/* 404 page */      
#error-home {
    background: url('../images/home-bg.jpg') 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
     background-position: center center;
    color: #ffffff;
}
#error-home .error-home-des {
    padding-top: 300px;
    padding-bottom: 160px;
}
#error-home h1 {
    font-size: 80px;
    font-weight: bold;
    line-height: 60px;
    letter-spacing: 2px;
}
#error-home span {
    color: #1EB642;
    font-weight: bold;
}
#error-home .btn {
    background: transparent;
    border: 2px solid #1EB642;
    border-radius: 0px;
    color: #fff;
    margin-top: 40px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#error-home .btn:hover {
    background: #1EB642;
    border-color: transparent;
}



/* coming soon page */      
#comingsoon-home {
    background: url('../images/home-bg.jpg') 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
    color: #ffffff;
}
#comingsoon-home .comingsoon-home-des {
    padding-top: 300px;
    padding-bottom: 160px;
}
#comingsoon-home h1 {
    font-size: 80px;
    font-weight: bold;
     line-height: 60px;
    letter-spacing: 2px;
    padding-bottom: 20px;
}
#comingsoon-home span {
    color: #1EB642;
    font-weight: bold;
}
#comingsoon-home .btn {
    background: transparent;
    border: 2px solid #1EB642;
    border-radius: 0px;
    color: #fff;
    margin-top: 40px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#comingsoon-home .btn:hover {
    background: #1EB642;
    border-color: transparent;
}



/* blog page */     
#blog {
    padding-top: 100px;
    padding-bottom: 100px;
} 
#blog-home {
    background: url('../images/home-bg.jpg') 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
    color: #ffffff;
}
#blog-home .blog-home-des {
    padding-top: 300px;
    padding-bottom: 160px;
}
#blog-home h1 {
    font-size: 80px;
    font-weight: bold;
    line-height: 60px;
    letter-spacing: 2px;
    padding-bottom: 20px;
}
#blog-home span {
    color: #1EB642;
    font-weight: bold;
}
#blog-home .btn {
    background: transparent;
    border: 2px solid #1EB642;
    border-radius: 0px;
    color: #fff;
     margin-top: 40px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    }
#blog-home .btn:hover {
    background: #1EB642;
    border-color: transparent;
}
#blog .blog-des {
    padding-top: 10px;
}
#blog .blog-des .fa {
    padding-left: 10px;
    padding-right: 4px;
}
#blog .blog-title {
    color: #1EB642;
    font-weight: bold;
}



/* feature */
#feature .media {
    padding: 10px;
}
#feature .media .fa {
    color: #1EB642;
    font-size: 60px;
    margin-right: 20px;
}
#feature .media .media-heading {
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 10px;
}



/* service */
#service {
     background: #f9f9f9;
}
#service .media {
     padding: 10px;
}
#service .media .fa {
    color: #1EB642;
    font-size: 60px;
    margin-right: 20px;
}
#service .media .media-heading {
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 10px;
}



/* about */
#about {
    background: url('../images/about-bg.jpg') 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
    color: #ffffff;
}
#about .about-des {
    padding-top: 100px;
    padding-bottom: 240px;
}
#about .media .fa {
    color: #1EB642;
    font-size: 60px;
    margin-right: 20px;
}
#about .media .media-heading {
    font-weight: 600;
   font-size: 20px;
    padding-bottom: 10px;
}



/* team */
#team {
    background: #ffffff 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
#team span {
    display: block;
     margin-top: 12px;
     margin-bottom: 6px;
}
#team .team-wrapper {
    margin-bottom: 20px;
    padding: 20px;
}
#team .team-wrapper h3 {
    color: #1EB642;
    font-weight: bold;
}
#team .team-wrapper h5 {
    font-weight: bold;
    padding-bottom: 10px;
}



/* testimonial */
#testimonial {
    background: url('../images/testimonial-bg.jpg') 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
    color: #ffffff;
}
#testimonial .testimonial-des {
    padding-top: 100px;
    padding-bottom: 100px;
}
#testimonial img {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-top: 30px;
    margin-bottom: 240px;
}
#testimonial .carousel-caption {
    text-shadow: none;
    margin-bottom: 40px;
}
#testimonial .carousel-caption h5 {
    font-weight: bold;
}



/* portfolio */
#portfolio .portfolio-thumb {
    overflow: hidden;
    margin: 0;
    position: relative;
}
#portfolio .portfolio-thumb .portfolio-overlay {
    background: #333;
     color: #ffffff;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 60px 60px 0px 60px;
    text-align: center;
     position: absolute;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#portfolio .portfolio-thumb:hover .portfolio-overlay {
    opacity: 0.9;
     -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
#portfolio .portfolio-thumb .portfolio-overlay .fa {
    border: 1px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    margin-right: 6px;
    margin-bottom: 10px;
}
#portfolio .portfolio-thumb .portfolio-overlay h4 {
    padding-bottom: 10px;
}

/*filter css*/
.filter-wrapper {
    width: 100%;
    margin: 0 0 24px 0;
    overflow: hidden;
    text-align: center;
}
.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}
.filter-wrapper li a {
    border: 1px solid #f2f2f2;
    color: #999;
    padding: 8px 17px;
    display: block;
    text-decoration: none;
}
/*isotope box css*/
.iso-box-section {
    width: 100%;
    margin: 0 0 24px 0;
}
.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}
.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.fluid-img {
    width: 100%;
    display: block;
    height: auto;
}



/* contact */
#contact {
    background: url('../images/contact-bg.jpg') 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
    color: #ffffff;
}
#contact h3 {
    padding-bottom: 20px;
}
#contact .fa {
    color: #1EB642;
    font-size: 16px;
    padding-bottom: 14px;
    padding-right: 10px;
}
#contact .text-success,
#contact .text-danger {
    display: none;
    padding: 0 0 10px 1em;
}
#contact .form-control {
    background: transparent;
     border-radius: 0px;
    box-shadow: none;
    border: 2px solid #f2f2f2;
    color: #ffffff;
     margin-bottom: 20px;
     -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#contact input {
    height: 50px;
}
#contact button#cf-submit {
     border: 2px solid #1EB642;
    font-weight: bold;
    height: 50px;
 }
#contact button#cf-submit:hover {
    background: #1EB642;
}



/* footer */
footer {
    background: #101010;
    color: #ffffff;
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}
footer hr {
    width: 100px;
    margin-top: 30px;
    margin-bottom: 30px;
}
footer span {
    color: #1EB642;
    font-weight: bold;
}



/* social icon */
.social-icon {
    position: relative;
     padding: 0;
    margin: 0;
    top: 20px;
}
.social-icon li {
    display: inline-block;
    list-style: none;
}
.social-icon li a {
    border: 2px solid #303030;
    color: #303030;
    font-size: 20px;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
}
.social-icon li a:hover {
    color: #1EB642;
}



/* media quires 980 */
@media screen and ( max-width: 980px ){
    h2 {
        font-size: 30px; }
    #comingsoon-home h1 {
            font-size: 60px; }
    
}

/* media quires 360 */
@media screen and ( max-width: 360px ){
    #home h1 {
            font-size: 30px;
            line-height: 15px; }
}
