@charset "utf-8";
/* CSS Document */


.banner{
	background: url(../img/fastag-new-date-web-bnr.jpg)no-repeat;
	height: 350px;
	width: 100%;
    background-size: cover;
	position: relative;
	margin-top: 5%;
}
.banner_2{
	display: none;
}


.fixed-nav-bar {
  position: fixed;
  align-items: flex-end;
  justify-content: flex-end;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 70px;
  background-color: white;
  box-shadow: 0px 0px 10px gray;
  display: flex;
  line-height: 50px;
}


nav img {
  height: 50px;
	    margin-left: 30px;
    margin-top: 10px;
}

nav .brand {
  flex: 1;
  align-self: flex-start;
  height: 50px;
  margin-left: 10px;
}

nav .link {
  flex: 1;
  max-width: max-content;
  color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-right: 60px;
}

.page-container {
  margin-top: 50px;
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
}

.page-container > .post {
  flex: 1;
  max-width: 500px;
}

.post > .link {
  text-align: center;
  font-family: courier;
  font-size: 2.5em;
  font-weight: lighter;
  margin: 50px 0px;
}






.section1{
	padding: 60px 0;
	background: #f5f5f5;
}

.section1 h3{
	    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 600;
}
.section1 h3 span{
	font-weight: 100;
}
.section1 p{
	font-size: 18px;
}



.section2{
	padding: 40px;
	background-color: #ffc61a;
}
.icon_block{
	    text-align: center;
    padding: 20px;
    background: white;
    border-radius: 10px;
	    height: 430px;
}

.icon_block h4{
	    margin: 35px 0 20px;
    font-size: 18px;
    color: black;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.icon_block .brd_top{
	text-align: left;
    margin: auto;
    color: #666;
    font-size: 16px;
    padding: 0 0 0 20px;
}
.icon_block .brd_top li{
	margin-bottom: 8px
}





.section3{
	padding: 60px 0;
	text-align: center;	
	background: #f5f5f5;
}

.Content{
	    background: #ffc61a;
    height: auto;
    color: white;
    border-right: 6px solid #2a2a2a;
}

.heading h4{
	    margin-bottom: 0;
    font-size: 26px;
    font-weight: 700;
    color: #ffc61a;
    text-transform: uppercase;
}

.heading h2{
	margin: 0;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 5px;
	margin-bottom: 40px;
}

/* Slick Slider Css Ruls */

.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.img-fill {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center
}

.img-fill img {
  height: 100%;
  min-width: 100%;
  position: relative;
  display: inline-block;
  max-width: none
}
/* Slider Theme Style */

.Container {
  padding: 0 15px;
}

.Container:after,
.Container .Head:after {
  content: '';
  display: block;
  clear: both;
}

.Container .Head {
  font: 20px/50px NeoSansR;
  color: #222;
  height: 52px;
  over-flow: hidden;
}

.Container .Head .Arrows {
  float: right;
}

.Container .Head .Slick-Next,
.Container .Head .Slick-Prev {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-top: 6px;
  background: #2b2b2b;
  color: #FFF;
  margin-left: 5px;
  cursor: pointer;
  font: 18px/36px FontAwesome;
  text-align: center;
  transition: all 0.5s;
}

.Container .Head .Slick-Next:hover,
.Container .Head .Slick-Prev:hover {
  background: #33687a;
}

.Container .Head .Slick-Next:before {
  content: '\f105'
}

.Container .Head .Slick-Prev:before {
  content: '\f104'
}

.SlickCarousel {
  margin: 0 -7.5px;
  margin-top: 10px;
}

.ProductBlock {
  padding: 0 7.5px;
}

.ProductBlock .img-fill {
  height: 200px;
}

.ProductBlock h3 {
  font: 15px/36px RalewayR;
  color: #393939;
  margin-top: 5px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, .25);
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.04);
}





.img-icon img{
	margin: 40px 0 30px;
}
.c-name{
	font-size: 17px;
}
.line{
	height: 1px;
    margin: 15px 40px 20px;
        background: #fff;;
}
.t-price span{
	font-size: 18px;
}
.t-price p{
	    font-size: 36px;
    margin-top: 0;
}

.section3 .btn-default{
	    width: 100%;
    margin-top: 20px;
    padding: 10px;
    border-radius: 0;
    border: none;
    background: #2a2a2a;
    color: white;
    font-size: 20px;
}


footer{
	    padding: 20px;
    font-size: 14px;
    background: #2a2a2a;
    color: white;
    text-align: center;
}




/*================================ DETALI PAGE =========================================*/



.section {
  max-width: 100%;
  padding: 4rem;
  margin: 5vh auto 0 auto;
  background: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}



main{
	margin: 10% 0 5%	;
}

.form{
	background: white;
    padding: 30px;
	box-shadow: 1px 2px 11px #ccc;
}



.right-side, .rs_bottom{
	    background: white;
    padding: 20px;
	box-shadow: 1px 2px 11px #ccc;
	margin-bottom: 40px;
}
.right-side h3, .rs_bottom h3{
	    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
}
.right-side p{
	    font-size: 16px;
    text-align: left;
    border-bottom: 2px solid;
    padding-bottom: 10px;
}
.right-side span{
	    text-align: right;
    float: right;
}


.rs_bottom ul{
	    font-size: 16px;
    padding: 0 0 0 20px;
}
.rs_bottom ul li{
	margin-bottom: 10px;
}


select{
	width: 100%;
    padding: 12px;
    border: 2px solid #444;
    font-size: 18px;
    color: #989898;
    font-weight: 700;
	    margin-top: 15px;
}

















.wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}


.box {
      display: block;
    width: 45%;
    height: 240px;
    margin: 10px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
}

.upload-options {
      position: relative;
    height: 50px;
    background-color: cadetblue;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    transition: background-color ease-in-out 150ms;
}
.upload-options:hover {
  background-color: #7fb1b3;
}
.upload-options input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.upload-options label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
}
.upload-options label::after {
  content: 'ADD';
  font-family: 'Material Icons';
  position: absolute;
  font-size: 2.5rem;
  color: #e6e6e6;
  top: calc(50% - 2.5rem);
  left: calc(50% - 1.25rem);
  z-index: 0;
}
.upload-options label span {
  display: inline-block;
  width: 50%;
  height: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
}
.upload-options label span:hover i.material-icons {
  color: lightgray;
}

.js--image-preview {
  height: 190px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-image: url(stylesheet.css);
    background-color: white;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.js--image-preview::after {
  content: "photo_size";
    font-family: 'Material Icons';
    position: relative;
    font-size: 3.5em;
    color: #e6e6e6;
    top: calc(50% - 5rem);
    left: calc(50% - 10.25rem);
    z-index: 0;
}
.js--image-preview.js--no-default::after {
  display: none;
}
.js--image-preview:nth-child(2) {
  background-image: url("http://bastianandre.at/giphy.gif");
}

i.material-icons {
  transition: color 100ms ease-in-out;
  font-size: 2.25em;
  line-height: 55px;
  color: white;
  display: block;
}

.drop {
  display: block;
  position: absolute;
  background: rgba(95, 158, 160, 0.2);
  border-radius: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.animate {
  -webkit-animation: ripple 0.4s linear;
          animation: ripple 0.4s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
}

@keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
}



















/*
////////////
//Team Page Popup
////////////
*/

section.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
}

.modal img{
	    height: 400px;
    width: 100%;
}

section.modalWindow {
       display: none;
    position: fixed;
    top: 15%;
    left: 50%;
    z-index: 999 !important;
    width: 40%;
    height: 450px;
    margin-left: -300px;
    background: #FFF;
    cursor: default;
}
section.modal.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 997;
    cursor: pointer;
}
section.modalWindow section.modalWrapper {
   margin: 30px;
    border: 1px solid #DADADA;
    text-align: left;
    line-height: 20px !important;
    height: 402px;
}
.closeBtn {
    position: absolute;
    right: 10px;
    top: 6px;
    cursor: pointer;
}





.offer_1{
	       background:#002cce;
    margin-top: 40px;
    padding: 20px;
    font-size: 18px;
    box-shadow: 1px 2px 11px #ccc;
    color: white;
}



.add-ul{
	    text-align: center;
    font-size: 20px;
}
.add-ul li{
	    width: 50%;
}















@media (max-width: 767px){
	nav .link{
		margin-right: 20px;
	}
	
	nav img {
    height: 26px;
    margin-left: 0;
    margin-top: 19px;
}
	
	.icon_block {
    height: auto;
    margin-bottom: 30px;
}
	
	.banner{ display: none}
	.banner_2{ display: block;}
	.banner_2 img{
	 
		    width: 100%;
    height: 240px;
    margin-top: 11%;
}
	
}