/*
Theme Name: Agristar Dev Site
Theme URI: 
Description: My Responsive Portofolio Website
Version: 2
Author: Harry Santos
Author URI: 
*/
@import url('css/bootstrap.min.css');
@charset "utf-8";
html{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0;
    padding: 0;
    font-family: Poppins;
    
}
input[type="text"]::placeholder { /* Firefox, Chrome, Opera */ 
    color: #fff; 
} 
  
input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */ 
    color: #fff; 
} 
  
input[type="text"]::-ms-input-placeholder { /* Microsoft Edge */ 
    color: #fff; 
} 
textarea[type="text"]::-webkit-input-placeholder {
  color: #fff;
}

textarea[type="text"]:-moz-placeholder { /* Firefox 18- */
  color: #fff;  
}

textarea[type="text"]::-moz-placeholder {  /* Firefox 19+ */
  color: #fff;  
}

textarea[type="text"]:-ms-input-placeholder {
  color: #fff;  
}

textarea[type="text"]::placeholder {
  color: #fff;  
}
body::-webkit-scrollbar {
    width: 0.5em;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #000;
  outline: 1px solid slategrey;
}
body::-webkit-scrollbar-track{
    background-color: #fff;
}
*{
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0; 
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Poppins', sans-serif;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;

}
p{
    font-family: "Lato", sans-serif;
}

body{
    position: relative;
    padding: 0px;
	margin: 0px;
    overflow-x:hidden; 
    background: #000;   
}
.navbar-default{
    height: 100px;
 
    border: 0px;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 99999;
     background-color: #000000;
}
.navbar-nav{
    position: relative;

    top: 30px;
     background-color: #000000;
}
.navbar-brand>img{
    width: 150px;
    height: auto;
    display: block;
    margin: auto;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
}
.navbar-default .navbar-nav>li>a{
    color: #fff;
    background-color: #000000;
    text-transform: uppercase;
    transition: 0.25s;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    color: #18b451;
 background-color: #000000;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
   background-color: #000000;
}
.navbar-default .navbar-nav>li>a {
    background-color: #000000;
    border: 0;
    font: inherit;
    line-height: 1;
    padding: 1em;
    text-transform: uppercase;
}
.navbar-default .navbar-nav>.active>a{
    color: #18b451;
     background-color: #000000;
}
.navbar-form .input-group>.form-control{
  background-color: #000000;
    border: 0px;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
}
.navbar-default .input-group-btn:last-child>.btn,.navbar-default .input-group-btn:last-child>.btn-group{
    background-color: #000000;
    border: 0px;
    border-radius: 0px;
    
}
.navbar-default .input-group-btn:last-child>.btn .glyphicon{
    color: #fff;
}
.navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn{
    border-bottom: 1px solid #fff;
}
.navbar-form .input-group{
    top: 25px;
    right: 25px;
}
.navbar-default .form-control{
    box-shadow:inset 0 0px 0px #000;
}
.first-section{
    width: 70%;
    height: 100vh;
    background: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 30%;
    margin-bottom: 0;
    padding: 0px;
}
.first-section .text-entry{
   
    left: 200px;
    top: 20%;
    z-index: 10;
}
.first-section h1{
    color: #fba000;
 
    letter-spacing: -3px;
    font-weight: bold;
    text-shadow: 3px 3px 3px #333;
 font-size: 5.9vw;
}

.first-section span{
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-shadow: 3px 3px 3px #333;
}
.first-section .carousel-slider .carousel-slider__item img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: 100vh;
    object-fit: cover;
}
.first-section .owl-nav{
    position: absolute;
}
.first-section .carousel-slider.dots-center .owl-dots{
    text-align: left;
    position: absolute;
    bottom: 1%;
    right: 0;
}
.first-section .carousel-slider .owl-dots .owl-dot{
    margin-left: 30px;
}
.first-section .owl-carousel .owl-dots .owl-dot span{
    border-radius: 50%:
}
.first-section .carousel-slider .owl-nav .owl-prev,.first-section .carousel-slider .owl-nav .owl-next{
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.owl-carousel .owl-prev, .owl-carousel .owl-next, .owl-carousel .carousel-slider-nav-icon{
    background: #fba000;
}
.first-section .contact-details{
    position: absolute;
    width: 30%;
    height: 100vh;
    left: 0;
    bottom: 0;
}
.second-section{
    width: 100%;
    height: auto;
    background: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 0;
}
.second-section h1{
    color: #fba000;

    letter-spacing: -3px;
    font-weight: bold;
    font-size: 80px;
}
.second-section p{
    color: #000;
}
.third-section{
    width: 100%;
    height: auto;
    background: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 0;
}
.third-section h1{
    color: #fba000;
   
    letter-spacing: -3px;
    font-weight: bold;
    font-size: 80px;
}
.third-section img{
    width: 200px;
    height: 200px;
    display: block;
    margin: auto;
}
.third-section h4{
    text-align: center;
}

.products-spes{
    width: 100%;
    height: 100vh;
    background-image: url('https://images.unsplash.com/photo-1429991889170-afd56b2a1210?ixlib=rb        1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1867&q=80');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    z-index: 1;
}
.products-spes .container{
    width: 100%;
    min-height: 100vh;
    padding: 0;
    margin: 0;
}
.products-spes .container .row{
    width: 100%;
    min-height: 100vh;
    padding: 0;
    margin: 0;
}
.products-spes .left-side{
    width: 30%;
    height: 100vh;
    background: rgba(28,214,97,0.4);
    display: flex;
    align-items: center;
}
.products-spes .left-side h1{
    text-transform: uppercase;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
}
.products-spes .left-side h4{
    color: #eee;
    text-transform: uppercase;
    font-weight: 100;
}
.products-spes .left-side .back-link{
    position: absolute;
    left: 2%;
    bottom: 3%;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.products-spes .left-side .quotaion{
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    background: #fba000;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 3px;
}
.products-spes .right-side{
    width: 70%;
    height: 100vh;
    display: flex;
    align-items: center;
}
.products-spes .right-side img{
    width: auto;
}
.products-spes .right-side img{
    display: block;
    margin: auto;
}
.products-spes .right-side .scroll-link{
    position: absolute;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 3px;
    font-family: 'Lato', sans-serif;
    bottom: 3%;
    right: 2%;
    z-index: 3;
}
.products-spes .no-js .owl-carousel, .owl-carousel.owl-loaded{
    height: 100vh;
    display: flex;
    align-items: center;
}
.products-spes .owl-nav{
    position: absolute;
    width: 100%;
}
.products-spes .owl-carousel .owl-nav button{
    position: absolute;
}
.products-spes .owl-carousel .owl-nav button.owl-prev{
    left: 0;
}
.products-spes .owl-carousel .owl-nav button.owl-next{
    right: 0;
}
.products-spes .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
    color: #fba000;
    font-size: 25px;
}
.products-spes .owl-theme .owl-controls .owl-page {
    display: inline-block;
}
.products-spes .owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}
.products-spes .owl-dots{
    position: absolute;
    bottom: 2%;
}
.owl-theme .owl-dots .owl-dot span{
    background-color: #000000;
    border: 1px solid #fba000;
    border-radius: 50%;
}
.products-spes .owl-theme .owl-dots .owl-dot.active span,.products .owl-theme .owl-dots .owl-dot:hover span{
    background: #fb9000;
}
.products-spes .view{
    width: 100%;
}
.products-spes .view h4{
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'Lato', sans-serif;
}

.specs{
    height: 100vh;
    width: 100%;
    color: #fff;
     background-image: url('https://images.unsplash.com/photo-1429991889170-afd56b2a1210?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1867&q=80');
    background-repeat: no-repeat;
    background-position: center;   
    z-index: 2;
}
.specs .container{
    width: 100%;
    min-height: 100vh;
    padding: 0;
    margin: 0;
}
.specs .container .row{
    width: 100%;
    min-height: 100vh;
    padding: 0;
    margin: 0;
}
.specs .left-side{
    width: 30%;
    height: 100vh;
    background: rgba(28,214,97,0.4);
    display: flex;
    align-items: center;
}
.specs .left-side h1{

    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
}
.specs .right-side{
    width: 70%;
    height: 100vh;
    display: flex;
    align-items: center;
}
.specs .right-side .details{
    width: 100%;
    padding: 100px;
}
.specs .right-side .details .panel-default{
   background-color: #000000;
    min-height: 50vh;
}
.specs .right-side .details .panel-default>.panel-heading{
  background-color: #000000;
    border: 0;
}
.specs .right-side .details .panel-default>.panel-heading .panel-body{
}
.specs .right-side .details .panel-default>.panel-heading .nav-tabs>li>a{
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.specs .right-side .details .panel-default>.panel-heading .nav-tabs>li>a:hover{
    color: #000;
}
.specs .right-side .details .panel-default>.panel-heading .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    color: #fff;
    background: #fba000;
    border: 0;
}
.specs .right-side .details .panel-body .tab-content table{
    width: 100%;
}
.specs .right-side .details .panel-body .tab-content tr{
    border-bottom: 1px solid #ddd;
}
.specs .right-side .details .panel-body .tab-content td{
    padding-right: 150px;
    padding-bottom: 15px;
    padding-top: 15px;
}
.specs .right-side .details .panel-body .tab-content p{
    font-size: 18px;
    text-align: justify;
    line-height: 1.8em;
}
.specs .right-side .details .panel-body .tab-content ul{
    margin-left: 20px;
}
.specs .right-side .details .panel-body .tab-content ul li{
    line-height: 2em;
}



.product-list{
    background: #fff;
    min-height: 100vh;
    width: 100%;
    margin-bottom: 0;
      background-image: url('http://www.agristarmachineries.com/wp-content/uploads/2019/06/sprayer.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
.product-list .title-holder{
    margin-top: 60px;
    background-image: linear-gradient(to right, #76b852, #8dc26f);
    
    display: inline-block;
}
.product-list h2{
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    margin: 0;
    padding: 10px 50px 10px 10px;
}
.product-list .col-md-4 img{
    width: 100%;
    height: auto;
}
.product-list .col-md-4 .product-container{
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
background: white;
    margin-top: 20px;
    border-radius: 15px 15px 0px 0px;
}
.product-list .col-md-4 .product-title{
    background: #fff;
    padding: 10px;
     border-radius: 0px 0px 5px 5px;
}
.product-list .col-md-4 .product-title h4{
    color: #000;
    text-transform: uppercase;
    left: 2px;
    margin: 0;
    text-align: center;
}
.contact{
    width: 100%;
    min-height: 100vh;
    height: 100vh;
    background: #000;
    display: flex;
    align-items: center;
}
.contact h1{
    color: #fba000;

    letter-spacing: 3px;
    
}
.contact .input-group{
    width: 100%;
}
.contact .input-group input,.contact .input-group textarea{
    background: transparent;
    border-radius: 0;
}

.footer{
    background: #fba000;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 20px 0px;
}
.footer footer{
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}


/*--------- for Mobile Devices View---------- */
@media only screen and (max-width: 1199px ) {
}
@media only screen and (max-width: 768px) {
}
@media
        only screen and (-webkit-min-device-pixel-ratio: 1.5),
        only screen and (-o-min-device-pixel-ratio: 3/2),
        only screen and (-min--moz-device-pixel-ratio: 1.5),
        only screen and (min-device-pixel-ratio: 1.5){

          html,
          body{
            width:100%;
              overflow-x: hidden;
            }

}