@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Fira+Sans:200,400,500);

::selection {
  color: #262626;
  background: #6A962F;
}
#overlay, #pop_up_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #262626;
    z-index: 2;
    cursor: pointer;
}
#text , #pop_up_text{
    position: absolute;
    top: 30%;
    left: 37%;
    width: 25%;
    font-size: 50px;
    color: white;
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.row:before, .row:after {
    display: inline-block;
}
#pop_up_text{
    position: absolute;
    top: 30%;
    left: 37%;
    width: 25%;
    font-size: 50px;
    color: white;
}

.quote_second{
  color: #6a962f;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 11px;
  top: 0;
  position: absolute;
  text-align: center;
  margin: 40px 0 0 45px;
  font-family: 'Bebas Neue', cursive;
}

#header{
  position:fixed;
  display:block;
  width: 100%;
  height: 58px;
  background-color: #FFFFFF;
  z-index:9;
  text-align:center;
  padding: 0 0 0px 0;
}
#header{
  top:0;
}
.navItems {
  padding: 0 0 7px 0;
}
nav a {
  color: #262626;
}

nav{
  text-align: center;
}

.navbar-toggler {
  border: none !important;
}

.dropdown:hover .dropdown-menu{
  display: block !important;
}

nav a:hover{
  color: #FFFFFF;
}

.menu_icon {
  display: none;
}

.barOne, .barTwo, .barThree {
  width: 30px;
  height: 2px;
  background-color: white;
  margin: 6px 0;
  transition: 0.4s;
}

.change .barOne {
  transform: rotate(-45deg) translate(-8px,6px);
}

.change .barTwo {
  opacity: 0;
}

.change .barThree {
  transform: rotate(45deg) translate(-5px, -5px);
}

.nav_background_change{
  background-color: #262626;
}

.btn-outline-danger {
  color: #6A962F !important;
  border: 1px solid #6A962F !important;
}

.btn-outline-danger:hover{
  color: white !important;
  background-color: #6A962F !important;
}

#login:hover {
  background-color: #6A962F !important;
}

.onlyOnCollapse {
  margin: 8px 0;
}

.navbar-nav li.active > a {
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  color: #262626;
}

.main-menubox {
  display: none;
}
.main-menu:hover .main-menubox{
  display: block;
}
.dropdown-submenu{
  position: relative;
}
.dropdown-submenu a::after{
  transform: rotate(-90deg);
  position: absolute;
  right: 3px;
  top: 40%;
}
.dropdown-submenu:hover .dropdown-menu, .dropdown-submenu:focus .dropdown-menu{
  display: flex;
  flex-direction: column;
  position: absolute !important;
  margin-top: -30px;
  left: 100%;
}
@media (max-width: 992px) {
  .dropdown-menu{
    width: 100%;
    text-align: center;
  }
  .dropdown-menu .dropdown-submenu{
    width: auto;
  }

  .dropdown-menu{ left: -131%;}
}
.dropdown-submenu a::after {
  right: 16px;
  top: 42%;
}
.dropdown-item {
  padding: 8px 18px;
}
.dropdown-item{white-space: normal}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  font-size: 14px;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #6a962f;
}

li.nav-item{padding: 10px 20px;}
ul li a{
  color: #262626 !important;
}


.button{
  color: white;
  background-color: #262626;
  font-size: 14px;
  margin-top: 15px;
    font-family: 'Bebas Neue', cursive;
  padding: 8px 10px 5px 10px;
  text-align: center;
  text-decoration: none;
    letter-spacing: 1px;
    cursor: pointer;
  display: inline-block;
  transition-duration: 0.5s;
  border-radius: 3%;
}
.button:hover,
.button:focus,
.button.active {
  color: #262626;
    background-color: #B9E0A5;
    font-family: 'Bebas Neue', cursive;
    letter-spacing: 1px;
  padding: 8px 10px 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition-duration: 0.5s;
  border-radius: 3%;
}

.pop_button{
    color: #262626;
    background-color: #B9E0A5;
    font-size: 12px;
    margin-top: 15px;
    width: 100px;
    font-family: 'Bebas Neue', cursive;
    padding: 8px 10px 5px 10px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
    cursor: pointer;
    display: inline-block;
    transition-duration: 0.5s;
    border-radius: 3%;
}
.pop_button:hover,
.pop_button:focus,
.pop_button.active {
    color: #262626;
    background-color: white;
    font-family: 'Bebas Neue', cursive;
    letter-spacing: 1px;
    padding: 8px 10px 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    transition-duration: 0.5s;
    border-radius: 3%;
}

html {
  height: 100%;
}

body {
  height: inherit;
  display: flex;
  flex-direction: column;
  font-family: 'Fira Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #79838c;  
}

a {
  color: #50585f;
  text-decoration: none;
}
a:hover {
  color: #383e44;
}

div.container {
  display: flex;
  flex: auto;
  flex-direction: column;
  max-height: 100%;
}

div.header {
  height: auto;
  text-align: center;
  background: slategrey;
  color: ghostwhite;
  padding: 2.3rem 1rem 2.3rem 1rem;
  position: relative;
}
div.header:after {
  content: '';
  position: absolute;
  bottom: -5rem;
  left: 0rem;
  height: 5.1rem;
  display: block;
  width: 100%;
  z-index: 300;
  background: -moz-linear-gradient(top, white 20%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 20%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 20%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
  /* IE6-9 */
}
div.header h1 {
  margin-top: .8rem;
  margin-bottom: .5rem;
  font-weight: 200;
  font-size: 1.6em;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
@media (min-width: 62em) {
  div.header h1 {
    font-size: 1.9em;
    letter-spacing: 0.2rem;
  }
}
div.header h2 {
  font-size: 1.1em;
  font-weight: 400;
  color: #cfd7de;
  max-width: 30rem;
  margin: auto;
}

div.item {
  display: flex;
  flex: auto;
  padding: 0rem 1rem 0rem 1rem;
}

.circle_bullets{
    height: 7px;
    width: 7px;
    margin: 2px 15px 3px 0;
    background-color: #6a962f;
    border-radius: 50%;
    display: inline-block;
}

.textstyle{
    font-family: 'Bebas Neue', cursive;
    color: #262626;
}

.slideshow-container {
    width: 100%;
    text-align: center;
    height: 300px;
    position: relative;
    margin: auto;
}

.dot {
  height: 7px;
  width: 7px;
  margin: 0 2px;
  background-color: #B9E0A5;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.activee {
  background-color: #729c5d;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
img {vertical-align: middle;}
@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.quotation_frame{
    width: 100%;
    position: absolute;
    background-color: #FFFFFF;
    height: 150px;
    margin-top: 20px;
}
.add_to_cart_frame{
    width: 92%;
    position: absolute;
    background-color: #FFFFFF;
    height: 70px;
    margin-top: 20px;
}


.atc_frame_2{
    width: 30%;
    float:left;
    text-align: center;
}

.atc_frame_3{
    width: 40%;
    height: 40px;
    margin: 15px 0 15px 0;
    float:left;
    text-align: center;
    border: 1px solid #262626;
}


.atc_frame_4{
    width: 30%;
    float:left;
    text-align: center;
}

#atc {
    background-color: #262626;
    color: white;
    transition-duration: 0.5s;
    cursor: pointer;
}

#atc:hover{
    border-color: #B9E0A5;
    background-color: #B9E0A5;
    color: #262626;
    transition-duration: 0.5s;
    cursor: pointer;
}

.link_button {
    background-color: #262626;
    color: white;
    border: 0px solid #262626;
    transition-duration: 0.5s;
    cursor: pointer;
    height: 30px;
    width: 100%;
    padding: 4px 0 0 0;
    font-size: 16px;
    font-family: 'Bebas Neue', cursive;
}



.link_button:hover{
    background-color: #B9E0A5;
    color: #262626;
    border-color: #262626;
    transition-duration: 0.5s;
    cursor: pointer;
}

.atc_frame_2_lower {
    height: 35px;
    width: 100%;
}

.atc_frame_2_upper {
    height: 35px;
    font-weight: bold ;
    font-family: 'Bebas Neue', cursive;
    padding-top: 10px;
    color: #262626;
    letter-spacing: 1px;
    font-size: 20px;
}


.minusSymbol, .plusSymbol {
    border-radius:50%;
    width: 20px;
    height: 20px;
    margin-top: 5px;
    background-color: white;
    position: relative;
    color: #262626;
    border: none;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.atc_frame_2_lower_value{
    width: 40px;
    background-color: white;
    font-size: 18px;
    margin: 7px 0 0 0;
    border : 1px solid white;
    color: #262626;
}

.quotation_frame_2_lower_value_div{
    width: 100%;
    background-color: white;
    font-size: 14px;
    margin: 17px 0 0 0;
    float: left;
    color: #262626;
}

.quotation_frame_2_lower_value{
    width: 70px;
    background-color: white;
    font-size: 14px;
    border : 1px solid #6a962f;
    color: #262626;
}

.quotation_output{
    margin-top: -73%;
    background-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.quotation_input{
  margin-top: 10%;
    background-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);

}

.atc_frame_4_upper{
    font-weight: bold;
    font-family: 'Bebas Neue', cursive;
    color: #262626;
    height: 35px;
    letter-spacing: 1px;
    font-size: 20px;
    padding: 10px 0 5px 0;
}

.quotation_proceed{
    margin: 25px 0 0 0;
    width: 120px;
    float: left;
}

.atc_frame_4_lower{
    color: #262626;
    height: 35px;
    font-size: 50px;
    letter-spacing: 1px;
    float: right;
    text-align: right;
    font-family: 'Bebas Neue', cursive;
}

.atc_frame_3_main{
    height: 40px;
    font-size: 18px;
    padding: 7px 0 0 0;
    width: 100%;
    cursor: pointer;
    font-family: 'Bebas Neue', cursive;
}

.specification_f{
    float:left;
    width:50%;
    padding: 5px 0 5px 30px;
    margin-bottom: 10px;
    font-size: 15px;
    font-family: 'Bebas Neue', cursive;
}

.specification_s{
    float:left;
    font-size: 15px;
    width:50%;
    background-color: #B9E0A5;
    padding: 5px 0 5px 30px;
    margin-bottom: 10px;
    font-family: 'Bebas Neue', cursive;
    animation: 5s develop;
    transition: all 1s;
}

.specification_s:hover{
    float:left;
    font-size: 15px;
    width:50%;
    color:#262626;
    background-color: #ecffe3;
    padding: 5px 0 5px 5px;
    margin-bottom: 10px;
    font-family: 'Bebas Neue', cursive;
    animation: 4s develop;
    transition: all 1s;
}
.mobile_view_feature {
    width: 100%;
    margin-top: 31%;
}

.mobile_view_specifications{
    padding-left:30px;

}
.mobile_view_spec_header {
    margin-top: 8%;
}

[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;

}

/* IMAGE STYLES */
[type=radio] + img {
    cursor: pointer;
    border-radius: 10%;
    border: 1px solid #6A962F;
}

/* CHECKED STYLES */
[type=radio]:checked + img {
    border: 1px solid #6A962F;
    background-color: #6a962f;
    border-radius: 10%;
    transition: all 0.5s;
}

#features ul li{
    text-align: left;
}

#features ul  li label{
    font-family: 'Bebas Neue', cursive;
    color: #808080;
}

.features_image{
    background-position: center;
    background-image: url('images/index_page/features/efficient_algorithm.png');
    background-repeat: no-repeat;
    height: 300px;
    margin-top: 30px;
    transition: background-image 0.2s ease-in-out;
}

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    background-color: rgba(0,0,0,0.7);
    z-index: 2;
    cursor: pointer;
}

.overlay_text{
    position: absolute;
    top: 10%;
    left: 0;
    margin: 2% 10% 0 15%;
    font-size: 50px;
    color: white;


}
.overlay_text_2{
    position: absolute;
    top: 10%;
    left: 0;
    margin: 4% 10% 0 25%;
    font-size: 50px;
    color: white;


}

@keyframes develop {
    0% {
        opacity: 0.2;
    }
    100% {
        visibility: visible;
        opacity: 1;
    }
}

.disc_anim_right{
    border-bottom: 1px solid #262626;
    margin: 0 100% 0 0;
    animation: disc_move_right 3s infinite;
}

@keyframes disc_move_right {
    from {margin: 0 100% 0 0;}
    to {margin: 0 0 0 0;}
}

.disc_anim_left{
    border-bottom: 1px solid #262626;
    margin: 0 0 0 100%;
    animation: disc_move_left 3s infinite;
}

@keyframes disc_move_left {
    from {margin: 0 0 0 100%;}
    to {margin: 0 0 0 0;}
}

.product_left{
    margin: 0 0 0 0;
}

.product_holder{
  height:350px;
   
}

.dot_holder{
  margin-top: 30px;
}

.extra_button{
  cursor: pointer;
}

.extra_button_holder{
  width: 374px;
  height: 166px;
}



.product_250_container{
  height: 580px;
  width: 90%;
  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.feature_web_column{
  margin-top: 0%;
}

.product_navigation{
  position: fixed;
}
@media screen and (max-width: 1000px) {

  .barOne, .barTwo, .barThree {
    width: 30px;
    height: 2px;
    background-color: #26262690;
    margin: 6px 0;
    transition: 0.4s;
  }

  .nav_background_change{
    background-color: #FFFFFF;
  }

  .extra_button_holder{
    width: 300px;
    height: 166px;
  }

  .dot_holder{
    margin-top: 0px;
  }

    .product_holder{
      height:200px;
       margin-top: 0;
    }
    .product_left{
        margin: 0 0 0 0;
    }

    .quotation_frame{
      width: 92%;
      position: absolute;
      background-color: #FFFFFF;
      height: 150px;
      margin-top: 20px;
  }

    .quotation_frame_2_lower_value_div{
        width: 120px;
        background-color: white;
        font-size: 14px;
        margin: 17px 0 0 0;
        float: left;
        color: #262626;
    }

    .quotation_frame_2_lower_value{
        width: 70px;
        background-color: white;
        font-size: 14px;
        border : 1px solid #6a962f;
        color: #262626;
    }

    .quotation_proceed{
        margin: 25px 0 0 0;
        width: 120px;
    }
    .quotation_output{
        margin-top: -100%;
        width: 100%;
        background-color: #FFFFFF;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -ms-transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    .feature_web_column{
        margin-top: 35%;
    }

    .menu_icon {
        display: inline-block;
        cursor: pointer;
        margin-top: 10px;
    }

    .navbar-nav li.active > a {
        border-bottom: none;
        color: #6A962F;
    }

    .mobile_view_header{
        margin-top: 50px;
    }
    .mobile_view_feature {
        width: 100%;
        margin-top: 0%;
    }

    .mobile_view_specifications{
        padding-left:0px;
    }

    .specification_f{
        float:left;
        width:50%;
        padding: 5px 0 5px 0px;
        margin-bottom: 10px;
        font-size: 15px;
        font-family: 'Bebas Neue', cursive;
    }
    .mobile_view_spec_header {
        margin-top: 60%;
    }

    .atc_frame_2_lower_value{
        width: 30px;
        background-color: white;
        font-size: 15px;
        border : 1px solid white;
        color: #262626;
    }

    .add_to_cart_frame{
        width: 92%;
        position: absolute;
        background-color: #FFFFFF;
        height: 70px;
        margin-top: 40px;
    }

    .atc_frame_4_upper{
        font-weight: bold;
        font-family: 'Bebas Neue', cursive;
        color: #262626;
        height: 35px;
        letter-spacing: 1px;
        font-size: 16px;
        padding: 10px 0 5px 0;
    }

    .atc_frame_4_lower{
        color: #262626;
        height: 35px;
        font-size: 40px;
        float: right;
        margin: 10px 0 0 0;
        letter-spacing: 1px;
        padding-top: 8px;
        font-family: 'Bebas Neue', cursive;
    }


    .atc_frame_2_upper {
        height: 35px;
        font-weight: bold ;
        font-family: 'Bebas Neue', cursive;
        padding-top: 10px;
        color: #262626;
        letter-spacing: 1px;
        font-size: 16px;
    }

    .slideshow-container {
        width: 300px;
        height: 200px;
        position: relative;
        margin: auto;
    }
    .slideshow-container-1 {
        width: 300px;
        height: 300px;
        position: relative;
        margin: auto;
    }

    .v_dot {
        height: 7px;
        width: 7px;
        margin: 0 2px;
        background-color: #bbb;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
    }
    .text {
        color: #262626;
        font-size: 15px;
        font-family: 'Bebas Neue', cursive;
        padding: 8px 12px;
        position: absolute;
        bottom: 8px;
        width: 100%;
        text-align: center;
    }

    .link_button {
        background-color: #262626;
        color: white;
        border: none;
        transition-duration: 0.5s;
        cursor: pointer;
        height: 30px;
        width: 30%;
        padding: 4px 0 0 0;
        margin: 0 1% 0 0;
        font-size: 14px;
        font-family: 'Bebas Neue', cursive;
    }



    .link_button:hover{
        background-color: #B9E0A5;
        color: #262626;
        border-color: #262626;
        transition-duration: 0.5s;
        cursor: pointer;
    }

    .link_button_disabled{
        color: #cdcdcd;
        border-color: #cdcdcd;
        font-family: 'Bebas Neue', cursive;
        height: 30px;
        width: 30%;
        padding: 4px 0 0 0;
        margin: 0 1% 0 0;
        font-size: 14px;
    }

    #overlay, #pop_up_overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow-y: scroll;
        background-color: #262626;
        z-index: 2;
        cursor: pointer;
    }

    #text, #pop_up_text {
        position: absolute;
        top: 30%;
        left: 5%;
        width: 90%;
        font-size: 50px;
        color: white;
    }

}
