
.header-bottom{
    border-bottom: 3px solid #FE1411;
    background: url(../images/new_banner_4.jpg) center no-repeat;
    width: 100%;
    height: 477px;
    background-size: cover;
  
     box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.33);
}

.header-bottom2 {
    background: url(../images/new_banner_4.jpg) center no-repeat;
    width: 100%;
    height: 477px;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.43);
}

.header-bottom3 {
    background: url(../images/new_banner_4.jpg) center no-repeat;
    width: 100%;
    height: 477px;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.63);
}
.header-bottom4 {
    background: url(../images/new_banner_4.jpg) center no-repeat;
    width: 100%;
    height: 477px;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.63);
}

.header-bottom5 {
    background: url(../images/vender.jpg) center no-repeat;
    width: 100%;
    height: 80px;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.63);
}

.header-bottom6 {
    background: url(../images/OSPartner.jpg) center no-repeat;
    width: 100%;
    height: 477px;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.63);
}
.active, .dot:hover {
	background-color: #0000!important;
	border-radius: 5px!important;
}

.navbar-expand-lg .navbar-nav .nav-link {
	text-transform: capitalize;
}

.nav-item:hover{
	background-color: #d31716!important;
	border-radius: 5px!important;
}


.header-bottom h3 {
	text-align: center;
	    color: #d7b34d !important;
	    
	padding-top: 100px;
	text-transform: capitalize;
}

.header-bottom2 h3, 
.header-bottom3 h3, 
.header-bottom4 h3, 
.header-bottom5 h3,
.header-bottom6 h3, 
.header-bottom7 h3{
	color:#D8B44E;
    font-size: 40px;
    font-family:Lato,'Open Sans',sans-serif;
	text-align: center;
	padding-top: 100px;
	margin: 0;
	text-transform: capitalize;
}


.box-grey{
	background-color: #c1bdb7;
	width: 55%;
	border-radius: 5px;
	padding: 20px 25px;
	margin: 0 auto;
	position: relative;
}

.box-grey input[type="text"] {
	padding: 10px;
	background: none;
	color: #dd1717;
	border: 1px solid #dd1717;
	font-size: 14px;
	font-weight: bold;
	border-radius: 10px;
}

.box-grey input[type="date"]{
	padding: 10px;
	background: none;
	color: #dd1717;
	border: 1px solid #dd1717;
	font-size: 14px;
	font-weight: bold;
	border-radius: 10px;
	margin-left: 15px;
}

.box-grey input[type="location"] {
	padding: 10px;
	background: none;
	color: #dd1717;
	border: 1px solid #dd1717;
	font-size: 14px;
	font-weight: bold;
	border-radius: 10px;
	position: relative;

}

.navbar-toggler:not(:disabled):not(.disabled) {
    color: #fff !important;
    float: right;
    padding: 0;
}

.box-grey .selectpicker {
	background: none;
	color: #dd1717;
	border: 1px solid #dd1717;
	font-size: 14px;
	font-weight: bold;
	border-radius: 10px;
	margin-left: 15px;
	width: 175px;
	text-align: center;
	padding: 10px 0px;
	-webkit-appearance: none;
	
}

/* .box-grey .selectpicker::after{
	content: '';
	position: absolute;
	width: 11px;
	height: 8px;
	background: url(../images/down-arrow.png) no-repeat;
	bottom: 10px;
} */

.box-grey input[type="button"]{
	font-size: 14px;
	font-weight: bold;
	border-radius: 10px;
	padding: 10px 25px;
	background-color: #dd1717;
	border: none;
	color: #fff;
	font-weight: bold;
	margin-left: 15px;
}



@media (min-width: 767px)and (max-width: 992px){
	.box-grey input[type="text"]{
		margin-bottom: 10px;
	}
	.form-inline {
	display: block;
}

.box-grey .selectpicker {
	margin-bottom: 10px;
}

.box-grey input[type="date"]{
	margin-bottom: 10px;
}

}

@media (min-width: 992px)and (max-width: 1280px){
	.box-grey input[type="text"] {
	margin-bottom: 10px;
}

.box-grey .selectpicker {
	margin-bottom: 10px;
}

.box-grey input[type="date"]{
	margin-bottom: 10px;
}

.form-inline {
	display: block;
}

	.box-grey input[type="location"]{
	margin-bottom: 10px;
}
}

@media (min-width: 481px)and (max-width: 767px){
.box-grey input[type="text"] {
	margin-bottom: 10px;
}

.form-inline {
	display: block;
}

.header-bottom h3 {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 18px;
}

.box-grey .selectpicker {
	margin-left: unset;
	width: 100%;
	margin-bottom: 10px;
}

.box-grey input[type="date"]{
	margin-left: unset;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}

.box-grey input[type="button"]{
	margin-left: unset;
	width: 100%;
	margin-bottom: 10px;
}

.box-grey {
	width: 63%;
	padding: 12px 25px;
}

.box-grey .selectpicker {
	margin-bottom: 10px;
}

.box-grey input[type="date"]{
	margin-bottom: 10px;
}

.box-grey input[type="location"]{
	margin-bottom: 10px;
}



}



@media (min-width: 320px)and (max-width: 480px){
	.box-grey {
	width: 87%;
	padding: 10px 19px;
}

.header-bottom h3 {
	text-align: center;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 2px;
}

.box-grey .selectpicker {
	margin-left: unset;
	width: 100%;
	margin-bottom: 10px;
}

.box-grey input[type="date"]{
	margin-left: unset;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}

.navbar-brand {
	display: inline!important;
}

.box-grey input[type="button"]{
	margin-left: unset;
	width: 100%;
	margin-bottom: 10px;
}

.box-grey input[type="text"] {
	margin-bottom: 10px;
}

.box-grey input[type="location"]{
	margin-bottom: 10px;
}

.fa.fa-map-marker {
	right: 43px;
	top: 88px;
}

.navbar-brand img {
	width: 64%;
}



}


@media only screen and (max-width: 991px) {

	.header-bottom2, 
	.header-bottom3,
	.header-bottom4,
	.header-bottom5,
	.header-bottom6,
	.header-bottom7{
		height:auto;
	}
	
	.header-bottom2 h3, 
	.header-bottom3 h3, 
	.header-bottom4 h3, 
	.header-bottom5 h3,
	.header-bottom6 h3, 
	.header-bottom7 h3{
		padding-top: 60px;
		font-size:30px;
	}

	
}




.gallery-section {

  text-align: center;
}

/* gallery specific CSS */

.-fx-image-gal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 85%; /* arbitrary valye */
  margin: 0px auto;
}
.-fx-gal-item {
  width: 30%; /* for 3 columns */
  margin: 5px;
  overflow: hidden;
  border-radius: 15px;
}

.-fx-gal-image-thumb img {
  width: 100%;
  border-radius: 15px;
  cursor: pointer;

}

.-fx-gal-image-thumb:hover img {
  width: 100%;
  cursor: pointer;
  transform: scale(1.2);
  transition: all 0.5s ease;
}

.-fx-gal-image-thumb:focus + .-fx-gal-image-big {
  display: block;
}

.-fx-gal-image-big {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(5, 10, 15, 0.8);
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  z-index: 999;
  transition: all 0.3s ease;
}

.-fx-gal-image-big img {
  max-width: 90vw;
  position: absolute;
  box-shadow: 0px 0px 800px 40px rgba(0, 0, 0, 0.9);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.gallery-button{
  float: right;
  margin-right: 200px;
  margin-top: 20px;
}
.gallery-button button{
  padding: 5px 15px;
  border-radius: 7px;
  background-color: #FE1411;
  color: #fff;
  border: none;
  cursor: pointer;

}
.gallery-button button:hover{
  background-color: #fff;
  color: #FE1411;
  border: 1px solid #FE1411;
}

a{
	text-decoration:none;
}
.offerings{
	width:100%;
	/*height: 100vh;*/
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	padding:3rem 0rem 0rem 0rem;
}
.s-heading{
	text-align:center;
	padding:2rem 0rem;
}
.s-heading h1{
	color:#FE1411;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0px;
	 text-decoration: underline;
}
.s-heading p{
	color: rgba(87,105,117,0.60);
	font-size: 1rem;
	margin: 5px;
	text-align: center;
}
.s-box-container{
	width:100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.s-box{
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	width:350px;
	padding: 20px 25px;
	height: 300px;
	box-sizing: border-box;
	margin: 30px;
	position: relative;
  box-shadow: 2px 2px 30px rgba(0,0,0,0.08);
  background-color: rgb(254, 254, 245);
}
.offer-img img{
    width:320px;
    height:220px;
   margin-top:-20px;
    border-radius:10px;
}
.vendor-img1 img{
       width:50px;
    height:50px;
    margin-top:-20px;
    
}
.vendor-text{
   margin-top:30px;
}
.s-box h1{
	color:#FE1411;
	letter-spacing: 1px;
	font-size: 1.5rem;
	margin-bottom: 8px;
  text-align: center;
	font-weight:700px;
}
.s-box p{
	color: rgba(87,105,117,0.90);
	text-align: center;
}
.s-btn{
	width: 140px;
	height: 40px;
	border-radius: 20px;
	border:1px solid #fe1411;
	color:##fe1411;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top:10px; 
}

.bar{
	width: 100px;
	height: 6px;
	position: absolute;
	left: 50%;
	top: 0%;
	transform: translateX(-50%);
	background-color:#fe1411; 
	border-radius: 0px 0px 10px 10px;
	display: none;
	animation: bar 0.5s;
}
.s-box:hover{
	box-shadow: 2px 2px 30px rgba(0,0,0,0.08);
	transition: all ease 0.3s;
}
.s-btn:hover{
	background-color:#fe1411;
	border: 1px solid #fe1411;
	color:#fff;
	transition: all ease 0.3s;
	text-decoration:none;
}
.s-box:hover .bar{
	display: block;
}

@keyframes bar{
	0%{
		width:0px;
	}
	100%{
		width:100px;
	}
}
@media(max-width:1050px){
	.s-box-container{
		flex-wrap: wrap;
		
	}	
	.offerings{
		height: auto;
	}
	.s-heading{
		margin: 15px;
	}
	.s-box{
		flex-grow: 1;
	}
	
}




.testim{
	background: rgba(30,30,30);
    width: 100%;
     top: 50%;
    margin-top:100px;
}
.testim .wrap{
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}
.testim .arrow{
    display: block;
    position: absolute;
    color: #eee;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}
.testim .arrow:before{
    cursor: pointer;
}
.testim .arrow.left{
    left: 10px;
}
.testim .arrow.right{
    right: 10px;
}
.testim .arrow:hover{
    color: #ea830e;
}
.testim .dots{
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px;
}
.testim .dots .dot{
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #eee;
    margin: 0 10px;
    cursor: pointer;
    transition: all .5s ease-in-out;
    position: relative;
}
.testim .dots .dot.active,
.testim .dots .dot:hover{
background: #ea830e;
border-color: #ea830e;
}

.testim .dots .dot.active{
    animation: testim-scale .5s ease-in-out forwards;
}
.testim .cont{
    position: relative;
    overflow: hidden;
}
.testim .cont > div{
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}
.testim .cont > div.inactive{
    opacity: 1;
}
.testim .cont > div.active{
    
    position: relative;
    opacity: 1;
    
}
.testim .cont div .img img{
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}
.testim .cont div h2{
    color: #ea830e;
    font-size: 20px;
    margin: 15px 0;
}
.testim .cont div p{
    font-size: 14px;
    color: #eee;
    width: 80%;
    margin: auto;
}

.testim .cont div.active .img img{
    animation: testim-show .5s ease-in-out forwards;
}
.testim .cont div.active h2{
    animation: testim-content-in .4s ease-in-out forwards;
}
.testim .cont div.active p {
    animation: testim-content-in .5s ease-in-out forwards;
}
.testim .cont div.inactive .img img{
    animation: testim-hide .5s ease-in-out forwards;
}
.testim .cont div.inactive h2{
    animation: testim-content-out .4s ease-in-out forwards;
}
.testim .cont div.inactive p {
    animation: testim-content-out .5s ease-in-out forwards;
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }
    35% {
        box-shadow: 0px 0px 10px 5px #eee;
    }
    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;
    }
    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}
@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(0);
    }
}


@media all and (max-width: 300px) {
    body {
        font-size: 14px;
    }
}
@media all and (max-width: 500px) {
    .testim .arrow{
        font-size: 1.5rem;
    }
    .testim .cont div p{
        line-height: 25px;
    }
}
.test-box{
    margin-top:80px;
}

.bg-banner{
 background: url(../images/bg1.png) no-repeat;
	background-position: center;
	background-size: 100%;
	height: 55vh;
}

.btn1{
    margin-top:40px;
}
.btn2{
    margin-top:30px;
}

@media (max-width: 480px) {

          .bg-banner{
        background-image:none;
    }

}

@media (max-width:560px) {

          .choose-box option{
        margin-left:-20px;
    }

}
@media (max-width:560px) {

          .mybutton{
        margin-top:-10px;
    }

}
.offerings-banner{
    background: url(../images/discount-banner.png) center no-repeat;
    width: 100%;
    height: 420px;
    background-size: 100%;
}
