

body {
	font-family: 'Roboto', sans-serif;
	
  }  
  a {
	color: #81b03f;
	transition: 0.5s;
  }
  ul{
	margin: 0;
	padding: 0;
	list-style: none;
  }
  a:hover,
  a:active,
  a:focus {
	outline: none;
	text-decoration: none;
  }
  p {
	padding: 0;
	margin: 0 ;
	color: #666666;
  }
  h1{
	  margin: 0;
  }
  .btn-theme{
	background-color:#8cc53e; 
	margin-top: 20px;
	padding:7px 30px;
	border: none;
	border-radius: 0px;
	cursor: pointer;
	font-weight: 500;
  }

  .pos-sub{

    font-size: 20px;
    margin-top: 10px;
  }
  .video-bg{
    width: 100%;
  }
/*<!--================== Start Loader ==================-->*/
.preloader {
    background-color: #f7f7f7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    margin: 0 auto
}

.preloader .preloader-circle {
    width: 100px;
    height: 100px;
    position: relative;
    border-style: solid;
    border-width: 3px;
    border-top-color: #8cc53e;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    z-index: 10;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185, .15);
    box-shadow: 0 1px 5px 0 rgba(35, 181, 185, .15);
    background-color: #fff;
    -webkit-animation: zoom 2000ms infinite ease;
    animation: zoom 2000ms infinite ease;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.preloader .preloader-circle2 {
    border-top-color: #0078ff
}

.preloader .preloader-img {
    position: absolute;
    top: 50%;
    z-index: 200;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 6px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.preloader .preloader-img img {
    max-width: 55px
}

.preloader .pere-text strong {
    font-weight: 800;
    color: #dca73a;
    text-transform: uppercase
}

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
}

@keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
}
.ftr-cntct ul li {
  color: white;
  font-size: 13px;
  padding-bottom: 6px;
}

.ftr-cntct ul li span {
  padding-right: 8px;
}
.ftr-cntct p{
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
/*<!--================== End Preloader ==================-->*/  
  
/*<!--================== HEADER START ==================-->*/
.caslogo img{
  height: 50px;
  width: 120px;
}

.poslogo img{
  padding-top: 0px;
  width: 130px;
  margin-left: 7px;
}
.justline{
  border: 1px solid;
  border-color: rgba(145, 176, 209, 1.0);
  height: 35px;
}
/*<!--================== HEADER END ==================-->*/						
/*<!--================== slider start ==================-->*/
#slider{
	background: url("../img/background.png");
	background-size: cover;
	margin: 0;
  height: auto;
  padding-bottom: 150px;
	position: relative;
}
#slider .slider-img{
	padding-top: 170px;
}
#slider .htext h1 {
	font-size: 40px;
	font-weight: 600;
	padding-top: 180px;
	text-shadow: 2px 0px black;
}
#slider .htext h5 {	
	font-weight: 600;
	text-shadow: 0.5px 0.5px black;
	padding-top: 10px;
}
#slider .htext p {
	padding-top: 6px;
	font-size: 16px;
	text-shadow: 0px 1px black;
	letter-spacing: 0.5px;
	line-height: 20px;
}
.form-row{
	padding-top: 30px;
}
.form-row .col .form-control{
	background-color:transparent;
	border: 1.5px solid white;
	border-radius: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}
.form-row .col .form-control::placeholder{
	color: white;
	font-weight: 500;
}
.pos-title{
  padding-top: 10px;
 
}
/*<!--================== slider END ==================-->*/
/*<!--================== Slider Bar Start ==================-->*/
#slid-bar{
	background-color: #8cc53e;
}
#slid-bar .bar-set{
	padding-top: 30px;
	padding-bottom: 20px;
}
#slid-bar .bar-set .bar-text{
	font-size: 20px;
	font-weight: 500;
	padding-left: 20px;
	color: white;
}
/*<!--================== Slider Bar End ==================-->*/
/*<!--================== Introduction Start ==================-->*/
#intro{
	padding-top: 50px;
}
#intro .intro-text h2{
	color: #0089c2;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
	/* font-weight: 600; */
}
#intro .intro-text p{
	padding-top: 12px;
	font-size: 16px;
	
	text-align: justify;
	word-spacing: 1px;
	letter-spacing: 1px;
	line-height: 28px;
}
#intro .intro-pic{
	padding-top: 50px;
}
#intro .media{
	padding-top: 30px;
}
#intro .media h5{
	color: #0089c2;
	font-weight: 600;
	letter-spacing: 1px;
}
#intro .media h5{
  text-transform: uppercase;
	color: #0089c2;
	font-weight: 600;
	letter-spacing: 0.5px;
}
#intro .media p{
	text-align: justify;
	font-size: 14px;
	word-spacing: 1px;
	letter-spacing: 1px;
	/* font-weight: 500;	 */
}
/*<!--================== Introduction End ==================-->*/
/*<!--================== Video Start ==================-->*/
 section#st-video{
	background: url("../img/pic3.png");
	background-size: cover;
	margin-top: 40px;
	padding-bottom: 20px;
 }
 #st-video .detail {
	 padding-top: 50px;
	 color: white;
 }
 #st-video .detail h2{
	font-size: 24px;
  font-weight: 700;
	color: white;
  text-transform: uppercase;
}
 #st-video .detail p{
	 padding-top: 10px;
	color: white;
}
#st-video .vedio-detail {
	padding-top:40px;
	padding-left:40px;
	width: 100%;
	height: auto;
}
/*<!--================== Video End ==================-->*/
/*<!--================== Features Start==================-->*/
.section-padding {
    padding: 60px 0;
}
#services h2{
text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
}
.mt-80 {
    margin-top: 30px;
}
.service-box {
    padding: 30px 15px;
}
#services .section-title{
	color: #0089c2;
}
.service-box h3 {
    color: #0089c2;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.service-box p {
    line-height: 22px;
}
.sbox-gutter {
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}
h3 {
    font-size: 20px;
    line-height: 25px;
}
.sbox-gutter, .sbox-gutter i::before, .sbox-gutter h3, .sbox-gutter p {
	transition: all 0.4s ease-in-out;
    -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;

}
#services.service-box .icon{
  color: white;
}
.service-box img::before {
    font-size: 40px;
    margin-bottom: 20px;
    color: #0089c2;
}
.sbox-gutter:hover i::before, .sbox-gutter:hover h3 {
    color: #8cc53e;}

.sbox-gutter:hover {
  
}
.sbox-gutter:nth-child(4), .sbox-gutter:nth-child(5), .sbox-gutter:nth-child(6) {
    border-bottom: 0;
}
/*<!--================== Features End ==================-->*/
#features {
    margin-bottom: 70px;
    padding-top: 50px;
    background-color: #f6f8fa;
}
.title {
    text-align: center;
    margin-bottom: 15px;
}
.title h2 {
    margin-bottom: 10px!important;
    color: #0785f2;
    text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
}
p.description {
    font-size: 14px;
    font-weight: 400;
    text-align: center!important;
    padding-bottom: 5px;
    max-width: 650px;
    margin: 0 auto;
    color: #9d9d9d;
}
.caption {
    text-align: center;
    margin-bottom: 70px;
}
#features i.fa {
    font-size: 50px;
    color: #0785f2;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}
#features h3 {
	padding-top: 20px;
    color: #222;
}
#features .caption p {
    padding-left: 10px;
    padding-right: 10px;
}
/*<!--================== Why POS Start ==================-->*/
#why-pos .card .btn-outline-primary:hover{
	color: #fff !important;
}
#why-pos .why-text {
	
	color: #0089c2;
	text-align: center;
}
#why-pos .card:hover {
    box-shadow: 0px 3px 8px 0px #828080;
    transition: 0.3s;
}

section#why-pos {
    padding:  0;
    padding-bottom: 40px;
}
#why-pos .card{
	box-shadow: 0px 0px 2px 0px gray;
  border-radius: 10px;
  margin-bottom: 20px;
}
#section5 h2 {
  padding-top: 60px;
  font-size: 40px;
  font-weight: bold;
}
#why-pos .why-text h2{
	text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
	/* font-weight: 600; */
}
#why-pos .why-text p{
	padding-top: 10px;
	padding-bottom: 30px;
}
#why-pos .card .card-body{
	padding-top: 50px;
	text-align: center;
	color: #0089c2;
}
#why-pos .card .card-body h5{
	padding-top: 20px;
	font-weight: 600;
}
#why-pos .card .card-body h6{
	color: #0089c2;
}
#why-pos .card .card-body p{
	padding-top: 10px;
	font-size: 14px;
	line-height: 20px;	
	color: black;	
}
#why-pos .card .why-btn{
	margin-top: 20px;
	padding: 2px 20px;
	border-radius: 16px; 
	border: 1.5px solid #0089c2;
	color: #0089c2;
	font-weight: 600;
}
.pos-slide{
  padding-top: 10%;
}
/*<!--================== Why POS End ==================-->*/
/* Testimonials Section
--------------------------------*/

#testimonials {
  padding: 60px 0;
}
#testimonials .test-header h2{
	color: #0785f2;
}

#testimonials .section-header {
  margin-bottom: 40px;
}

#testimonials .testimonial-item .test-inner h3{
	color: #0785f2;

}

#testimonials .owl-nav,
#testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}
.testimonial-item {
  padding: 50px 0;
  position: relative;
}
.testimonial-item .test-inner img.testimonial-img {
  width: 80px;
  border-radius: 50%;
  border: 4px solid #fff;
  position: absolute;
  top: 0;
}
.testimonial-item .test-inner img.quote-sign-right {
  width: 50px;
  position: absolute;
  bottom: 90px;
  right: 10px;
}

.testimonial-item .test-inner {
  background-color: #fff;
  padding: 50px 30px;
  border-radius: 15px;
  height: 275px;
}
#testimonials .owl-dot.active {
  background-color: #81b03f;
}
.testimonial-item .test-inner h3 {
  margin-bottom: 0px;
  margin-top: 10px;
}
/*<!--================== CAll out start ==================-->*/
#call-out {
    background: url("../img/bread.jpg");
	background-attachment: fixed;
	 background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0px;

}

.call-heads {
    padding: 70px 0px;
}
.call-heads h2 {
    font-weight: 400;
    padding: 0.5rem;
    font-size: 38px;
}
.call-heads h1 {
    
    font-size: 60px;
    letter-spacing: 2px;
}

#call-out h3{
  text-transform: uppercase;
	font-size: 30px;
 
}
.call-heads h3 {
    font-weight: 700;
    font-size: 70px;
	padding-bottom: 20px;

}
/*<!--================== CAll out end ==================-->*/
/*<!--==================  Contact Us start ==================-->*/
#contact .contact-text h1{
	padding-top: 40px;
	text-align: center;
	color:#0089c2;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
}
#contact {
    padding: 0px 0!important;
}
#contact .contact-text p{
	padding-top: 10px;
	text-align: center;
}
#contact .contact-pic{
	padding-top: 40px;
}
#contact .form-group h3{
	padding-top: 50px;
	
	font-weight: 600;
	color:#0089c2;
}
#contact .form-group .form-control{
	padding-top: 20px;
	padding-bottom: 26px;
	letter-spacing: 0.25px;
	font-weight: 500;
}
#contact .form-group .form-btn{
	margin-top: 16px;
	padding: 5px 40px;
	background-color:#0089c2;
	border: none;
	font-weight: 500;
}
#contact .form-group #exampleInputPassword5{
	padding-bottom: 100px;
}
#toTop {
  position: fixed;
  bottom: 40px;
  right: 40px;
  text-decoration: none;
  color: #fff !important;
  font-size: 20px;
  display: none;
  font-weight: bold;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
#toTop span {
  display: block;
  position: relative;
  background: #8cc53e;
  padding: 5px 12px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*<!--==================  Contact Us End ==================-->*/
/*<!--==================  Footer Start ==================-->*/
/* footer#footer{
	background: url("../img/fbg.png");
	background-size: cover;
	padding-top: 40px;
}
#footer .footer-text p{
	 color: white;
	 padding-top: 20px;
	 text-align: justify;
	 line-height: 20px;
}
#footer .footer-text h1{
	color: white;
	text-align: center;
	margin-bottom: 18px;
}
#footer .footer-text .list-group{
	color: white;
	padding-top: 2px;
	padding-left: 10px;
}
#footer .footer-text .list-group{
	color: white;
	padding-top: 2px;	
	padding-left: 10px;
}
#footer .footer-text #f-p{
	color: white;
	padding-left: 30px;	
}
#footer .footer-text .f-list-group{
	color: white;
	padding-left: 14px;	
}
#footer .footer-text .footer-icon .f-btn{
	background-color: #8cc53e;
	border: none;
	padding: 0px 5px;
	border-radius: 0px;
}
#footer .footer-icon .fa-list-group{
	padding-top: 20px;
	padding-left: 40px;
	color: white;
	text-align: justify;
}
#footer .copyright p{
	color: white;
}
#footer .copyright{
	margin-top: 20px;
	background-color: #8cc53e;
	text-align: center;
	padding: 16px 0px;
} */
.ft-center {
    background-color: #191a1b;
    padding: 60px 0;
}
.ft-content p {
    margin: 0;
    color: #999999;
    padding-top: 20px;
    font-size: 16px;
}
.ft-content{
  color: #999999;
  padding-top: 10px;
  font-size: 16px;
}
.FP {
    padding-top: 2px !important;
}
.filterpadding {
    padding: 0px 0;
}
h6.mb-4.text-white {
    font-size: 16px;
}
.colorline {
    background-color: #8cc53e;
    width: 13%;
    height: 2px;
    margin-top: -15px;
    margin-bottom: 12px;
}
ul.ft-links li {
    list-style: none;
    padding: 5px 0;
    color: #fff;
    font-size: 13px;
}
ul.ft-links li a {
    color: #fff;
    font-size: 13px;
}
.Topcont {
    background: #292929;
    padding: 10px 0;
}
.copyright {
    color: #999999;
    font-size: 13px;
    padding-top: 3px;
}
.text-right {
    text-align: right!important;
}
.Topcont ul li {
    display: inline-block;
    padding-right: 20px;
}
.TopcontRightPadding {
    padding-right: 5px !important;
}



/* Tablet and up */



@media screen and (min-width: 768px) {
  .carousel-inner .active,
  .carousel-inner .active+.carousel-item {
    display: block;
  }
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item {
    -webkit-transition: none;
    transition: none;
  }
  .carousel-inner .carousel-item-next,
  .carousel-inner .carousel-item-prev {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-inner .active.carousel-item+.carousel-item+.carousel-item+.carousel-item {
    position: absolute;
    top: 0;
    right: -50%;
    z-index: -1;
    display: block;
    visibility: visible;
  }
  /* left or forward direction */
  .active.carousel-item-left+.carousel-item-next.carousel-item-left,
  .carousel-item-next.carousel-item-left+.carousel-item {
    position: relative;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  /* farthest right hidden item must be abso position for animations */
  .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }
  /* right or prev direction */
  .active.carousel-item-right+.carousel-item-prev.carousel-item-right,
  .carousel-item-prev.carousel-item-right+.carousel-item {
    position: relative;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}

/* Desktop and up */

@media screen and (min-width: 992px) {
  .carousel-inner .active,
  .carousel-inner .active+.carousel-item,
  .carousel-inner .active+.carousel-item+.carousel-item {
    display: block;
  }
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item,
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item {
    -webkit-transition: none;
    transition: none;
  }
  .carousel-inner .carousel-item-next,
  .carousel-inner .carousel-item-prev {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-inner .active.carousel-item+.carousel-item+.carousel-item+.carousel-item {
    position: absolute;
    top: 0;
    right: -33.3333%;
    z-index: -1;
    display: block;
    visibility: visible;
  }
  /* left or forward direction */
  .active.carousel-item-left+.carousel-item-next.carousel-item-left,
  .carousel-item-next.carousel-item-left+.carousel-item,
  .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item,
  .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item {
    position: relative;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  /* farthest right hidden item must be abso position for animations */
  .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }
  /* right or prev direction */
  .active.carousel-item-right+.carousel-item-prev.carousel-item-right,
  .carousel-item-prev.carousel-item-right+.carousel-item,
  .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item,
  .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item {
    position: relative;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}



/*<!--==================  Footer End ==================-->*/
/*<!--================== Media quries ==================-->*/
@media(max-width:1020px){
	#slider .slider-img{
		padding-top: 130px;
	}
	#slider .htext h1 {
		font-size: 36px;
		font-weight: 600;
		padding-top: 135px;
	}
} 
@media (max-width: 767px){
  #slider{
  height: 110vh;
  
}
	#slider .slider-img{
		padding-top: 230px;
	}
	#slider .htext h1 {
		font-size: 36px;
		font-weight: 600;
		padding-top: 20px;
	}
	#slider .htext p {
		padding-top: 5px;
		font-size: 14px;
	}
}
@media (max-width: 320px){
	#slider .htext h1 {
		font-size: 26px;
		font-weight: 600;
		padding-top: 20px;
	}
	#slider .htext p {
		padding-top: 5px;
		font-size: 14px;
	}
  #slider .slider-img{
  padding-top: 300px;
}
	.btn-theme{
		padding:0px 15px;
		
	  }
}

/* Bounce Out */
.hvr-bounce-out {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
  }
  .hvr-bounce-out:hover, .hvr-bounce-out:focus, .hvr-bounce-out:active {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
	transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  }


/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
  
  #slider .slider-img {
    padding-top: 300px;

}
  
}

/* small Mobile :320px. */
@media (min-width: 320px) and (max-width: 577px) {

#slider .htext h1 {
    font-size: 20px;
    font-weight: 600;
    padding-top: 95px;
   
}
/* img.img-fluid {
  padding-top: 50px;
} */
#slider .htext h5 {
    font-weight: 600;
    text-shadow: 0.5px 0.5px black;
    padding-top: 15px;

}
#slider .htext p {
    padding-top: 5px;
    font-size: 14px;
    
}
#slider .slider-img {
    padding-top: 300px;

}
.pos-button{
  margin: auto;
  }
  .restaurant-title{
font-size: 20px !important;
font-weight: bold;
  }
  .restaurant-p{
    font-size: 16px !important;
  }

  .retail-title{
    font-size: 20px !important;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
      }
      .retail-p{
        font-size: 16px !important;
      }
      #slid-bar .bar-set .bar-text {
        font-size: 18px;
    
        /* padding-left: 20px; */
        color: white;
    }
  .home-title{
    font-size: 18px !important;
font-weight: bold;
  }
  .home-p{
    font-size: 16px !important;
  }

  .fec-title {
   font-size: 20px !important;
}

.fec-pra{
  font-size: 16px !important;
  font-weight: 200 !important;
}
#call-out h3{
  font-size: 20px !important;
}
h4.text-center.text-light {

font-size: 16px !important;

}
#section6{
  padding-bottom: 0 !important;;
}
}


@media (min-width: 320px) and (max-width: 768px){

.ft-pos-1.offset-1
 {
    margin-left: 0px;
    margin-top: 20px;
}
}


.pos-image-bg{
  z-index: 99;
}


.my-fec-btn .btn-primary{
 padding: 15px;
 margin-left: auto ;
 margin-right: auto ;
 margin: auto;
 text-align: center;
 margin-top: 20px;
 background-color:#0089c2;
   border: none;

}
.fec-tr{
  z-index: 99;
}
.ret-pos-p{
  color: #000 !important;
   text-align: justify !important;
   word-break: break-all;

}
.pos-nu{
  font-style: 22px;
  font-weight: bold;
  color:#000;
}
.sim-button{
	line-height: 50px;
	height: 50px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  cursor: pointer;
  background-color: rgb(140, 197, 62);
}
.button2 {
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	border: 1px solid rgba(255,255,255,0.5);
	overflow: hidden;
}
.button2 a{
	color: rgba(51,51,51,1);
	text-decoration: none;
	display: block;
}
.button2 span {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.button2:hover{
	background-color: rgba(255,255,255,0.2);
}
.button2:hover > span{
	opacity: 0;
	-webkit-transform: translate(0px,-40px);
	transform: translate(0px,-40px);
}
.button2::after{
	content: attr(data-text);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transform: translate(0, 30%);
	transform: translate(0, 30%);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;	
}
.button2:hover::after{
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
.card2 p{
  font-size: 14px !important;
} 

.card2 h3{
  font-size: 16px;
color:  rgb(102, 102, 102);
font-weight: bold;
}
.go-corner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: absolute;
  width: 45px;
  height: 45px;
  overflow: hidden;
  top: 0;
  right: 0;
  background-color: #0089c2;
  border-radius: 0 4px 0 32px;
}

.go-arrow {
  margin-top: -4px;
  margin-right: -4px;
  color: white;

}

.card2 {
  display: block;
  top: 0px;
  position: relative;
  height: 100%;
  background-color: #f2f8f9;
  padding: 32px 24px;
  margin: 12px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  border: 1px solid #f2f8f9;
}
.card2:hover {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
  top: -4px;
  border: 1px solid #0089c2;
  background-color: white;
}
.card2:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -16px;
  background: #00838d;
  height: 32px;
  width: 32px;
  border-radius: 32px;
  -webkit-transform: scale(2);
          transform: scale(2);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}
.card2:hover:before {
  -webkit-transform: scale(2.15);
          transform: scale(2.15);
}
/* #section2{
  background-image: url('../img/bread.jpg');
  background-size: cover;
  
  padding-top: 40px;
  padding-bottom: 60px;
} */




/*---------------------------------------------------------------------
                           Section Title
-----------------------------------------------------------------------*/
.heading-title { margin-bottom: 10px; text-align: center; }
.heading-title .title { position: relative; }
.heading-title .divider { border: 2px solid #fff; position: relative; display: inline-block; width: 30px; margin-top: 10px; }
.heading-title .divider:after { position: absolute; content: ""; top: -8px; left: 0; width: 50px; height: 1px; background: #fff; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.heading-title .divider:before { position: absolute; content: ""; bottom: -8px; right: 0; width: 50px; height: 1px; background: #fff; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.heading-title p { display: block;  margin-top: 20px; }

/* heading Title border White */
.heading-title .divider.white { border-color: #fff; }
.heading-title .divider.white:after { background: #fff; }
.heading-title .divider.white:before { background: #fff; }

/* heading Title Hover */
section:hover .heading-title .divider:after { width: 70px; }
section:hover .heading-title .divider:before { width: 70px; }

/* heading Title Left */
.heading-left { position: relative; padding-bottom: 12px; margin-bottom: 25px; }
.heading-left:before { position: absolute; content: ""; bottom: 0; left: 0; width: 60px; height: 2px; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; background: rgba(9, 179, 239, 1); background: -moz-linear-gradient(left, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(9, 179, 239, 1)), color-stop(100%, rgba(30, 80, 226, 1))); background: -webkit-linear-gradient(left, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%); background: -o-linear-gradient(left, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%); background: -ms-linear-gradient(left, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%); background: linear-gradient(to right, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#09b3ef', endColorstr='#1e50e2', GradientType=1); }


.res{
  color:#fff;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 10px;
}
/* heading Title Left White */
.heading-left.white:before { background: #fff; }
#restaurant-section{

background-color: #0089c2;
padding-top: 30px;
padding-bottom: 50px;

}
.restaurant-title{
color:#fff;
}
.restaurant-p{
  color:#666666;
  padding-bottom: 30px;
}

.restaurant-sub{
  color:#fff;
  padding-bottom: 30px;
}
.iq-fancy-box-03 
{
 position: relative;
  padding: 20px;
      height: 220px;

   overflow: hidden;
   background-color: #fff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);}
.iq-fancy-box-03:before

 {
  position: absolute;
   content: "";
    left: -100%;
     bottom: 0;
      height: 3px;
       width: 100%; 
       transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;
         -webkit-transition: all 0.5s ease-in-out; background: #8cc53e;
          }
.iq-fancy-box-03 i { font-size: 50px; display: inline-block; float: left; margin-right: 20px; }
.iq-fancy-box-03 h4 { margin: 22px 0 0px; display: inline-block; float: left; }
.iq-fancy-box-03 .info-03 { display: inline-block; width: 100%; margin-top: 5px; }
.iq-tw-6{
  font-size: 18px;
  font-style: bold;
}
/* fancy box Hover */

.iq-fancy-box-03:hover:before { left: 0; }
@media (min-width: 320px) and (max-width: 766px) {
  #contact .contact-pic {
    display: none;
    }
  
}



.iq-fancy-box-04
{
 position: relative;
  padding: 20px;
      height: 280px;

   overflow: hidden;
   background-color: #fff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);}
.iq-fancy-box-04:before

 {
  position: absolute;
   content: "";
    left: -100%;
     bottom: 0;
      height: 3px;
       width: 100%; 
       transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;
         -webkit-transition: all 0.5s ease-in-out; background: #8cc53e;
          }
.iq-fancy-box-04 i { font-size: 50px; display: inline-block; float: left; margin-right: 20px; }
.iq-fancy-box-04 h4 { margin: 22px 0 0px; display: inline-block; float: left; }
.iq-fancy-box-04 .info-03 { display: inline-block; width: 100%; margin-top: 5px; }
.iq-tw-6{
  font-size: 18px;
  font-style: bold;
}
/* fancy box Hover */
.iq-fancy-box-04:hover {}
.iq-fancy-box-04:hover:before { left: 0; }
@media (min-width: 320px) and (max-width: 766px) {
  #contact .contact-pic {
    display: none;
    }
  
}


.iq-fancy-box-05
{
 position: relative;
  padding: 20px;
      height: 250px;

   overflow: hidden;
   background-color: #fff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);}
.iq-fancy-box-05:before

 {
  position: absolute;
   content: "";
    left: -100%;
     bottom: 0;
      height: 3px;
       width: 100%; 
       transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;
         -webkit-transition: all 0.5s ease-in-out; background: #8cc53e;
          }
.iq-fancy-box-05 i { font-size: 50px; display: inline-block; float: left; margin-right: 20px; }
.iq-fancy-box-05 h4 { margin: 22px 0 0px; display: inline-block; float: left; }
.iq-fancy-box-05 .info-03 { display: inline-block; width: 100%; margin-top: 5px; }
.iq-tw-6{
  font-size: 18px;
  font-style: bold;
}
/* fancy box Hover */
.iq-fancy-box-05:hover:before { left: 0; }




@media (min-width: 320px) and (max-width: 766px) {
  #contact .contact-pic {
    display: none;
    }
  
}


@media only screen and (max-width: 575px){
.ft-ico.text-right {
  margin-top:10px;
    text-align: center !important;

}}
@media (max-width:768px){
  .ft-pos-1.col-lg-2.col-md-2.col-sm-6 {
    padding-top: 10px;
}
#call-out h3{
  font-size: 30px;
  font-weight: bold;
}
}