/* =-=-=-=-=-=-= General =-=-=-=-=-=-= */

body{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    color: #202020;
    background-color: #E0E0E0;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased !important;
}


html,
body {
    width: 100%;
    height: 100%;
}


/* Link style
/* ------------------------------ */
a {
    color: #76b650;
}
a,
a > * {
    outline: none;
    cursor: pointer;
    text-decoration: none;
}
a:focus,
a:hover {
    outline: none;
    text-decoration: none;
}


/* Transition elements
/* ------------------------------ */
.form-control {
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

a,
.btn {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/* Reset box-shadow
/* ------------------------------ */

.btn,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
}


.btn {
  border-radius: 0;
}
.btn-primary {
  background-color: #76b650;
  border-color: #76b650;
}
.btn-primary.active, 
.btn-primary.focus, 
.btn-primary:active, 
.btn-primary:focus, 
.btn-primary:hover, 
.open>.dropdown-toggle.btn-primary {
  background-color: #35724b;
  border-color: #35724b;
}


.btn-group-lg>.btn, 
.btn-lg {
  padding: 12px 16px;
}

.btn:focus,
button:focus {
    outline: none !important;
}

.alert {
  padding: 10px 15px;
  border-radius: 0;
}


/* =-=-=-=-=-=-= Typography =-=-=-=-=-=-= */

h1, h2, h3, h4, h5, h6{
    margin: 0 0 15px;
}

h1 {
    font-size: 35px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

ul {
    margin:0;
    padding:0;
    list-style: none;
}


/* =-=-=-=-=-=-= Form Style =-=-=-=-=-=-= */
.form-group {
  margin-bottom: 30px;
}
.form-control {
  min-height: 50px;
  padding: 6px 20px;
  font-weight: 300;
  color: #202020;
  background: transparent;
  border: 1px solid #838383;
  border-radius: 0;
}

.form-control:focus {
  border-color: #7eb744;
}




/* =-=-=-=-=-=-= Slider Section =-=-=-=-=-=-= */

#tt-carousel {
    position: relative;
}
#tt-carousel .carousel-inner{
  height:100%;
  overflow: visible;
  overflow-x: hidden;
  overflow-y: -moz-hidden-unscrollable;

}
#tt-carousel .item > img{
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
}

@media (min-width : 1200px) {

    #tt-carousel .item > img{
        width: 100%;
    }

}


.carousel-fade .carousel-inner .item {
    height:100%;
    opacity:.8;
    -webkit-transition-property:opacity;
    -moz-transition-property:opacity;
    -o-transition-property:opacity;
    transition-property:opacity

}
.carousel-fade .carousel-inner .active { 
    opacity: 1 
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right { 
    opacity: 1 
}

.carousel-fade .carousel-inner .item:after {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(225,225,225,.89);
}


.content-wrapper {
    display: table;
    position: relative;
    z-index: 2;
    height: 100%;
    margin:0 auto;
}


.content-wrapper::-webkit-scrollbar {
    width: 5px;
}
 
.content-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.content-wrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}


.content-wrapper > div.valign{
    display: table-cell;
    vertical-align: middle;
}


@media (min-width : 1200px) and (max-width : 1680px) {
  .content-wrapper > div.valign{
      position: relative;
      top: -50px;
  }
}

.carousel-nav {
  position: fixed;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 9999;
}

.carousel-nav li{
  border-right: 1px solid #c5c5c5;
  padding:0;
  text-align: center;
}
.carousel-nav li:last-child{
  border-right: 0;
}
.carousel-nav li a {
  padding: 20px 0 14px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.5);
  font-weight: 700;
  text-transform: uppercase;
}
.carousel-nav li a i {
    display: block;
    font-size: 36px;
}

.nav>li>a:focus, 
.nav>li>a:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: #7eb744;
}

.carousel-nav li.active>a, 
.carousel-nav li.active>a:focus, 
.carousel-nav li.active>a:hover {
  color: #7eb744;
  background-color: #fff;
  -webkit-box-shadow: inset 0px 5px 0 0 #7eb744;
  -moz-box-shadow: inset 0px 5px 0 0 #7eb744;
  -ms-box-shadow: inset 0px 5px 0 0 #7eb744;
  -o-box-shadow: inset 0px 5px 0 0 #7eb744;
  box-shadow: inset 0px 5px 0 0 #7eb744;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.carousel-nav li.active>a {
    position: relative;
}
.carousel-nav li.active>a::before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: -9px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #76b650;
}



/* =-=-=-=-=-=-= Main Content =-=-=-=-=-=-= */
.logo {
    margin-bottom: 68px;
}


.home-title h1 {
  font-size: 46px;
  line-height: 54px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.home-title h1 span{
    font-weight: 900;
}
.home-title h1 span.red{
    color: #76b650;
}
.home-title p {
    margin-bottom: 28px;
}




/* =-=-=-=-=-=-= countdown =-=-=-=-=-=-= */
.countdown-wrapper {
    margin-bottom: 38px;
}
#countdown {
    overflow: hidden;
}
#countdown li {
  display: inline-block;
  margin-right: 75px;
}
#countdown li p{
    text-transform: uppercase;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}
#countdown li:last-child {
  margin-right: 0
}
#countdown li span {
  font-size: 40px;
  font-weight: 900;
  color: #7eb744;
}
#countdown li span:hover {
    cursor: pointer;
}




/*subscribe-wrapper*/
.subscribe-wrapper {}
.subscribe-wrapper .btn{
    padding: 9px 36px;
    font-weight: 700;
    text-transform: uppercase;
}

.subscribe-form .form-control {
  border: 1px solid #DFDFDF;
}
.subscribe-form .form-control:focus {
  border-color: #35724b;
}

/*tt-modal*/
body.modal-open #wrap{
    -webkit-filter: blur(7px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
}
.modal-backdrop {
    background: #fff;
}
.tt-modal-content {
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  position: absolute;
  width: 44%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 40%;
  margin-top: -80px;
  padding: 20px;
  border: 10px solid rgba(132, 142, 135, 0.10);
}
.modal-header {
  padding: 0 0 15px;
  border-bottom: 0;
}
.modal-title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #202020;
}
.tt-modal-content .btn-lg {
    height: 45px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.tt-modal-content .form-control {
  min-height: 45px;
}
.close:focus, 
.close:hover {
  color: #7eb744;
  filter: alpha(opacity=100);
  opacity: 1;
}

.subscription-success {
  display: block;
  font-size: 13px;
  line-height: 20px;
  margin-top: 10px;
  text-align: left;
}
.subscription-success {
  color: #3c763d;
}
.subscription-success i {
  margin-right: 6px;
  font-size: 16px;
}

/*tt-modal end*/



/*Common page title*/
.page-title h2 {
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  color: #7eb744;
}


/*Service Section*/
.service-section .page-title {
  margin-bottom: 30px;
}
.service-block {
  margin-top: 30px;
}
.service-block h3 {
    font-weight: 900;
    text-transform: uppercase;
}
.service-block h3 i{
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: #7eb744;
    margin-right: 15px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.service-block:hover h3 i {
    color: #7eb744;
    background-color: #fff;
}



/*About Page*/
.about-content {
    margin: 30px 0 20px;
}
.about-content p{
    margin-bottom: 20px;
}

/*progress bar*/
.skill-progress {}
.skill-title {
    display: block;
    margin-bottom: 3px;
    font-weight: 700;
}
.progress {
  height: 6px;
  margin-bottom: 15px;
  background-color: #bbb;
  border-radius: 0;
  box-shadow: none;
}
.progress-bar {
    background-color: #7eb744;
    box-shadow: none;
}

.progress .progress-bar.six-sec-ease-in-out {
  -webkit-transition: width 2s ease-in-out;
  -moz-transition: width 2s ease-in-out;
  -o-transition: width 2s ease-in-out;
  transition:  width 2s ease-in-out;
}



/*Contact Page*/
.contact-section .page-title {
  margin-bottom: 50px;
}
#contactForm textarea {
  min-height: 130px;
  padding: 15px 20px;
  line-height: inherit;
}

#contactForm .btn {
  font-weight: 600;
  height: 50px;
  min-width: 300px;
  border-radius: 30px;
}


/* =-=-=-=-=-=-= Text animation delay =-=-=-=-=-=-= */
.delay-1 {
    -webkit-animation-delay: 200ms;
    -moz-animation-delay: 200ms;
    animation-delay: 200ms;
}

.delay-2 {
    -webkit-animation-delay: 400ms;
    -moz-animation-delay: 400ms;
    animation-delay: 400ms;
}

.delay-3 {
    -webkit-animation-delay: 600ms;
    -moz-animation-delay: 600ms;
    animation-delay: 600ms;
}


/* =-=-=-=-=-=-= Preloader =-=-=-=-=-=-= */
#preloader {
    background: #FFF;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

#status,
.status-mes {
    background-image: url(../images/preloder.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}

.status-mes {
    background: none;
    left: 0;
    margin: 0;
    text-align: center;
    top: 65%;
}