@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200, 300;400;500;600;700;800;900&family=Roboto:wght@400;500;700&display=swap');
body {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  float: left;
  width: 100%;
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
  background: #000000;
}
html {}
ul {
  padding: 0px;
  margin: 0px;
}
ul, li {
  display: block;
}
a, ul, li, i, button {
  text-decoration: none;
  transition: all .5s ease-in-out;
  font-family: 'Poppins', sans-serif;
}
* {
  box-sizing: border-box;
}
input, select {
  padding: 0;
  border-radius: 2px;
  background: none;
  transition: all 0.5s ease-in-out;
}
textarea {
  padding: 7px 11px 7px 22px;
  border-radius: 0px;
  background: #fff;
  border: 1px #ececec solid;
  transition: all 275ms ease-in-out;
}
input:focus, textarea:focus {
  transition: all 0.5s ease-in-out;
}
button:focus {
  outline: none;
  outline: 0px auto -webkit-focus-ring-color;
  transition: all 0.5s ease-in-out;
}
button:hover, a:hover {
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
select {
  background: url(../img/select-arrow.png) no-repeat right #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position-x: 89%;
  transition: all 0.5s ease-in-out;
}
a:focus {
  text-decoration: none;
  transition: all .5s ease-in-out;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  font-weight: normal;
  float: left;
  width: 100%;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}
h1 {
  letter-spacing: 1.4px;
  font-size: 66px;
}
h2 {
  letter-spacing: 1.4px;
  font-size: 66px;
}
p {
  float: left;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  line-height: 31px;
}
strong, b {
  font-weight: 700;
}
.collapse {
  transition: .8s transform ease-in-out;
}
.header-basic {
  z-index: 4;
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px 30px 0 30px;
  transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  width: 100%;
}
/* ===================
hero css 
====================== */
.hero-section {
  position: relative;
}
.hero-single {
  padding-top: 350px;
  padding-bottom: 280px;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  min-height: 100vh;
}
.hero-single .hero-content {
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 99;
}
.hero-single .hero-content .hero-title {
  color: #fff;
  font-size: 66px;
  font-weight: 600;
  margin: 0px 0;
  text-transform: capitalize;
  letter-spacing: 10px;
}
.hero-single .hero-content .hero-title span {
  color: #D2AE6D;
}
.hero-single .hero-content .hero-sub-title {
  color: #fff;
  font-size: 18px;
  position: relative;
  font-weight: 700;
  text-transform: capitalize;
}
.hero-single .hero-content p {
  color: #fff;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
  font-weight: 200;
  letter-spacing: 3px;
  font-size: 20px;
}
.hero-single .hero-content .hero-btn {
  /* gap: 2rem; */
  /* display: flex; */
  margin-top: 0rem;
  justify-content: start;
  text-align: center;
  width: 100%;
  float: left;
}
.theme-btn {
  background: linear-gradient(to right, #fb2f13 0%, #fb6500 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  height: 50px;
  width: 171px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  transition: all 0.5s ease-in-out;
  text-transform: uppercase;
  border-radius: 15px 0 15px 0px;
	border: none;
}
.theme-btn:hover {
  color: #fff;
  border-radius: 0px 15px 0px 15px;
  transition: all 0.5s ease-in-out;
}
.hero-slider.owl-theme .owl-nav {
  margin-top: 0px;
}
.hero-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background: rgba(255, 255, 255, 1);
  color: #000;
  border-radius: 15px 0 15px 0px;
}
.hero-slider.owl-theme .owl-nav .owl-prev {
  left: 40px;
}
.hero-slider.owl-theme .owl-nav .owl-next {
  right: 40px;
}
.hero-slider.owl-theme .owl-nav .owl-prev, .hero-slider.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
@media all and (max-width: 1199px) {
  .hero-single .hero-content .hero-title {
    font-size: 37px;
  }
  .hero-slider.owl-theme .owl-nav .owl-prev, .hero-slider.owl-theme .owl-nav .owl-next {
    top: unset;
    bottom: 5px !important;
  }
  .hero-slider.owl-theme .owl-nav .owl-prev {
    left: unset;
    left: 120px;
  }
  .hero-slider.owl-theme .owl-nav .owl-next {
    right: 40px;
  }
}
@media all and (max-width: 991px) {
  .hero-single .hero-content .hero-title {
    font-size: 35px;
  }
  .hero-single .hero-content .hero-btn {
    gap: 1.5rem;
  }
  .hero-single .hero-content .hero-btn .theme-btn {
    padding: 12px 15px
  }
}
@media all and (max-width: 767px) {
  .hero-single .hero-content .hero-sub-title {
    font-size: 18px;
  }
  .hero-single .hero-content .theme-btn {
    padding-left: 20px;
  }
}
.hero-slider.owl-theme .owl-nav [class*=owl-] {
  color: #000;
  font-size: 30px;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 1);
  display: inline-block;
  cursor: pointer;
  height: 55px;
  width: 55px;
  border-radius: 0px;
  line-height: 55px;
  text-align: center;
  transition: all .5s ease-in-out;
  border: none;
}
.hero-slider .owl-nav {
  display: block;
}
.overflow {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9;
}
.hero-content span {
  font-weight: 200;
  letter-spacing: 3px;
  font-size: 20px;
}
.bg-img {
  background: url("../img/banner/slider-1.jpg") no-repeat;
}
.two {
  background: url("../img/banner/slider-2.jpg") no-repeat;
}
.three {
  background: url("../img/banner/slider-3.jpg") no-repeat;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  border-radius: 15px 0 15px 0px;
}
.nav-item.active .nav-link {
  background: linear-gradient(to right, #fb2f13 0%, #fb6500 100%);
  color: #fff;
  border-radius: 15px 0 15px 0px;
  transition: all .5s ease-in-out;
}
.nav-item {
  padding-right: 0px;
}
.nav-item .nav-link {
  color: #fff;
  font-size: 16px;
  transition: all .3s
}
.nav-item:hover .nav-link {
  background: linear-gradient(to right, #fb2f13 0%, #fb6500 100%);
  color: #fff;
  transition: all .5s ease-in-out;
}
ul.call-us {
  padding-left: 20px;
	display: none;
}
ul.call-us li {
  background: linear-gradient(to right, #fb2f13 0%, #fb6500 100%);
  color: #fff;
  border-radius: 15px 0 15px 0px;
  padding: 0.5rem 1.5rem;
}
.victory {
  background: linear-gradient(to right, #fb2f13 0%, #fb6500 100%);
  width: 100%;
 
  justify-content: center;
  align-items: center;
  text-align: left;
  float: left;
  box-shadow: 0px 10px 55px 33px rgba(251, 92, 3, 0.2);
  display: inline-flex;
  position: relative;
  z-index: ;
  margin-top: 0px;
	padding: 60px 0;
	text-align: center;
}
.victort-text {
    float: left;
    width: 100%;
    text-align: center;
}

.victort-text p {
  
  font-size: 21px;
  margin: 0px;
  padding: 0px;
	font-weight: 200;
}
.victort-text a {
  width: 40%;
  text-align: right;
  color: rgba(0, 0, 0, 0.15);
  font-size: 100px;
}
.victort-text a:hover {
  color: rgba(0, 0, 0, 1.00)
}
.fountains {
  background: url("../img/bg-s.png") no-repeat top;
  float: left;
  width: 100%;
  padding: 70px 0;
}
.sub-heading-s {
  font-weight: 200;
  letter-spacing: 3px;
  font-size: 20px;
}
.sub-heading {
  font-weight: 200;
  letter-spacing: 3px;
  font-size: 20px;
  text-transform: uppercase;
  display: block;
}
.page-heading {
  color: #fff;
  font-size: 66px;
  font-weight: 600;
  margin: 10px 0;
  text-transform: capitalize;
  letter-spacing: 10px;
}
.fountains-box {
    float: left;
    width: 100%;
    padding: 0 0rem;
    box-sizing: border-box;
    margin-top: 35px;
    text-align: center;
    margin-bottom: 0px;
}

.fountains-grid {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  text-align: left;
  margin-bottom: 35px;
}
.fountains-box-outer {
    width: 100%;
    float: left;
    border: solid 2px #fb2f13;
    overflow: hidden;
    position: relative;
    min-height: 238px;
    border-radius: 50px 50px 50px 4px;
    background: rgba(0, 0, 0, 0.00);
    
    justify-content: center;
    display: flex;
    align-items: center;
}

.fountains-box p {
    font-weight: 200;
    padding: 10px 0 0 0;
    font-size: 16px;
    line-height: 24px;
}

.fountains-box-outer.box2 {
  border-radius: 50px 50px 50px 50px;
}
.fountains-box-outer.box3 {
  border-radius: 50px 50px 4px 50px;
}
.img-box {
  float: left;
  width: 100%;
}
.fo-box-text {
    float: left;
    padding: 20px 20px 0px 20px;
    margin-top: 0;
    text-align: left;
    padding: 25;
}

.fo-box-text h3 {
  font-size: 20px;
  color: #fb2f13;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.fo-box-text p {
  font-size: 14px;
  line-height: normal;
	font-weight: 200;
}
.fountains-box-outer:hover {
  background: #fb2f13;
  transition: all .5s ease-in-out;
}
.fountains-box-outer:hover .fo-box-text h3 {
  color: #fff;
  transition: all .5s ease-in-out;
}
.about-us {
  background: linear-gradient(to right, #fb2f13 0%, #fb6500 100%);
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: left;
  float: left;
  box-shadow: 0px 10px 55px 33px rgba(251, 92, 3, 0.2);
  display: inline-flex;
  position: relative;
  padding: 60px 0;
}
.about-img {
  float: left;
  width: 100%;
  padding-right: 45px;
}
.about-img img {
  width: 100%;
  box-shadow: 28px 25px 0px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0px 50px 50px 50px;
}
.about-text {
    padding: 0px 0;
    float: left;
    width: 100%;
    text-align: center;
}

.about-text .page-heading {
   
    letter-spacing: 0;
}
.services {
  float: left;
  width: 100%;
  padding: 75px 0;
}
.services-tabs {
  margin-top: 60px;
  float: left;
  width: 100%;
}
.services-tabs .nav-tabs {
  border: none;
  width: 100%;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.services-tabs .nav-tabs .nav-link {
  color: #fb2f13;
  border-radius: 100px;
  border: solid 2px #fb2f13;
  font-size: 22px;
  letter-spacing: 2px;
  padding: 10px 35px;
  transition: all .5s ease-in-out;
  margin: 0 5px;
}
.services-tabs .nav-tabs .nav-link:hover {
  color: #fff;
  background: #fb2f13;
}
.services-tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #fff;
  background: #fb2f13;
  border: solid 2px #fb2f13;
}
.services-box {
  float: left;
  width: 100%;
  padding: 60px 0 0 0;
}
.services-box p.ss-text {
  font-size: 18px;
  color: #c3c3c3;
  line-height: 28px;
  padding: 0 4rem;
  width: 80%;
  margin: auto;
  float: none;
}
.s-outer {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 50px;
  width: 100%;
  float: left;
}
.text-outer {
  width: 100%;
  float: left;
  text-align: left;
}
.text-outer ul {
  float: left;
  margin-right: 35px;
}
.text-outer ul li {
  font-size: 20px;
  line-height: 46px;
  color: #c3c3c3;
  position: relative;
  padding-left: 20px;
}
.text-outer ul li:after {
  width: 10px;
  height: 10px;
  border-radius: 100px;
  border: solid 2px #fb2f13;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.img-left {
  float: left;
  width: 100%;
}
.party-events {
  float: left;
  width: 100%;
  position: relative;
  padding: 0px 0 0 0;
  margin-bottom: 60px;
	
}
.party-events:before {
  background: linear-gradient(to right, #fb2f13 0%, #fb6500 100%);
  width: 100%;
  min-height: 4px;
  content: "";
  position: absolute;
  box-shadow: 0px 10px 55px 33px rgba(251, 92, 3, 0.3);
	left: 0px;
	top: 0px;
}
.events {
  float: left;
  width: 100%;
  padding: 70px 0 0 0;
}
.box-slider {
  float: left;
  width: 100%;
  padding: 0 7.9rem;
  box-sizing: border-box;
  margin-top: 45px;
  text-align: center;
}
.box-slider .fountains-box-outer {
  background: #000;
}
.box-slider .owl-nav {
  display: block;
}
.box-slider .owl-dots {
  display: none;
}
.box-slider .img-box img {
  width: 100%;
}
.box-slider .owl-nav {
  position: absolute;
  top: 15%;
  padding: 0;
  box-shadow: none;
  left: -0px;
  right: auto;
  z-index: 2;
  transform: translate(0, -15%);
  border: none;
  color: #000;
  text-align: center;
  font-size: 28px;
  padding-top: 0px;
  transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  width: 100%;
}
.footer {
  float: left;
  width: 100%;
}
.first-row {
  background: linear-gradient(to right, #fb2f13 0%, #fb6500 100%);
  width: 100%;
  box-shadow: 0px 10px 55px 33px rgba(251, 92, 3, 0.1);
  float: left;
  padding: 10px 0;
  min-height: 80px;
	justify-content: center;
	align-items: center;
	text-align: center;
	display: inline-flex;
}
.first-row p {
  margin: 0px;
  padding: 0px;
  font-size: 33px;
  text-align: center;
}

.f-row-second{
	float: left;
	width: 100%;
	padding: 65px 0 0 0;
}
.f-grid{
	
	float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  text-align: left;
  margin-bottom: 30px;
}

.f-grid h3{
	
	font-size: 22px;
	color: #fff;
	letter-spacing: 2px;
	font-weight: 300;
	padding-bottom: 18px;
	text-transform: uppercase;
}

.f-grid p{
	
	font-size: 16px;
	line-height: 25px;
	margin: 0px;
	padding-bottom: 15px;
	color: #c3c3c3;
	font-weight: 300;
	
}

.f-grid .form-inline {
    float: left;
    width: 100%;
    display: block;
	position: relative;
}
.f-grid .form-inline .form-control-plaintext {
    border: solid 1px #1a1a1a;
    min-height: 55px;
    width: 100%;
    display: block;
    padding: 0 20px 0px 20px;
    border-radius: 0px;
    outline: none;
	transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
	color: #515151;
}

.f-grid .form-inline .form-control-plaintext:focus{
	border: solid 1px #fb2f13;
	transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
}


.f-grid button.btn.btn-primary {
    position: absolute;
    right: 0;
    height: 55px;
    border-radius: 0;
    width: 85px;
    font-size: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
	background: linear-gradient(to right, #fb2f13 0%, #fb6500 100%);
	color: #fff;
	border: none;
	transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
	top: 0;
}

.social-media {
	float: left;
	width: 100%;
	padding: 20px 0 0 0;
}
.social-media ul li {
	
	color: #fff;
	display:  inline-flex;
	border: solid 2px #fff;
	width: 45px;
	height: 45px;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-radius: 100px;
	margin: 0 1px;
}

.social-media ul li a{
	
	margin-top: -3px;
}


.usefull-links{
	
	float: left;
	width: 100%;
}

.usefull-links ul li{
	
	position: relative;
	
	
}

.usefull-links ul li a{
	
	color: #dddddd;
	position: relative;
	font-size: 16px;
	padding-left: 16px;
	line-height: 30px;
	transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
}

.usefull-links ul li a:before{
	width: 6px;
    height: 6px;
    border-radius: 100px;
  
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
	background: #a1a1a1;
	transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
	
}

.usefull-links ul li:hover a:before{
	
	transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
	background: #fb410d;
}


.our-links{
	
	padding-left: 80px;
}

.usefull-details {
    float: left;
    width: 100%;
    padding: 8px 0 0 0;
}

.details{
	
	float: left;
	width: 100%;
	padding-bottom: 0px;
}

.adress {
    display: inline-flex;
    width: 100%;
    float: left;
    padding-bottom: 15px;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.adress p {
    margin: 0px;
    color: #dddddd;    
    padding: 0;
}

.adress p a{
	
	color: #fff;
}

.adress p a:hover{
	
	color: #fb410d;
}

.details span{
	
	border: solid 1px #302e2c;
	float: left;
	width: 45px;
	height: 45px;
	margin-right: 18px;
}

.adress.call p{
	
	letter-spacing: 2px;
}

.copyright-text{
	
	float: left;
	width: 100%;
	background: #131313;
	padding: 10px 0;
	margin: 15px 0 0 0;
	text-align: center;
}

.copyright-text p{
	
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	font-weight: 300;
}

.copyright-text p a{
	
	color: #fff;
}

.copyright-text p a:hover{
	color: #fb410d;
	
}


.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: linear-gradient(to right, #fb2f13 0%, #fb6500 100%);
     border: 1px solid transparent;
     border-radius: 15px 0 15px 0px;
}

.navbar-toggler-icon i {
    color: #fff;
    font-size: 29px;
}



/*inner page css start here*/


.inner-banner{
	
	background: #000;
	float: left;
	width: 100%;
	min-height: 420px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-bottom: solid 1px #131313;
	
}

.text-inner-banner {
    text-align: center;
}

.text-inner-banner .breadcrumb {
    background: none;
    text-align: center;
    display: inline-flex;
    margin: 0;
    padding: 0;
}

.breadcrumb-item a{
	
	color: #fff;
}

.inner-text{
	
	font-weight: 200;
}

.google-map{
	
	float: left;
	width: 100%;
	padding: 20px 0;
	border-bottom: solid 1px #131313;
	margin-bottom: 50px;
}
.google-map iframe{
	
	width: 100%;
	height: 320px;
}

.cont-us h2{
	
	font-size: 22px;
	margin-bottom: 15px;
}

.cont-us .f-about h3{
	
	font-size: 22px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.cont-us p{
	
	font-weight: 200;
	padding: 0px;
	
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 25px;
}

.cont-us {
    float: left;
    width: 100%;
    padding-bottom: 25px;
}

.cont-us .adress p{
	
	margin: 0px;
	padding: 0px;
}

.contac-from{
	
	float: left;
	width: 100%;
}

.contac-from{
	
	float: left;
	width: 100%;
}

.contac-from .page-heading {
    font-size: 22px;
    margin: 0 0 18px 0;
    letter-spacing: 0;
    font-weight: 400;
}

.contac-from .col-lg-6,.contac-from .col-lg-12{
	
	
	padding-right: 5px;
	margin-bottom: 18px;
}


.contac-from .form-control {
    display: block;
    width: 100%;
    height: calc(2.5em + .100rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background:none;
    background-clip: padding-box;
    border: 1px solid #272727;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.contac-from .form-control.area{
	
	min-height: 220px;
	margin-bottom: 22px;
}

.Contacts-us{
	
	float: left;
	width: 100%;
	text-align: center;
	padding: 60px 0;
}


.Contacts-us .page-heading{
	
	font-size: 42px;
	margin-bottom: 25px;
	letter-spacing: 1px;
}

.Contacts-us p{
	
	font-weight: 200;
}

.heading{
	
	font-size: 28px;
	letter-spacing: 0px;
	display: block;
	padding-bottom: 15px;
}

.about-outer {
    float: left;
    width: 100%;
    margin-top: 35px;
    border: solid 1px #fff;
    min-height: 240px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 25px 35px;
}

.about-outer h2{
	
	font-size: 24px;
	font-weight: 500;
	padding-bottom: 8px;
}

.about-us-view {
    text-align: left;
}

.about-us-view p {
    line-height: 24px;
    font-weight: 200;
    font-size: 16px;
}

.heading-pp {
    font-size: 24px;
    text-align: center;
    margin-top: 45px;
}

.s-box-grid{
	
	float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  text-align: left;
  margin-bottom: 30px;
	margin-top: 45px;
}

.s-box-outer {
    text-align: left;
    border: 1px #292929 dashed;
    padding: 25px;
}

.s-box-outer .heading-pp {
    font-size: 21px;
   
    margin-top: 0px;
    padding-bottom: 12px;
    line-height: 34px;
    min-height: 75px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.s-box-outer p{
	
	font-size: 16px;
	font-weight: 200;
	text-align: left;
}

.box-slider-uus{
	
	float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  text-align: left;
	margin-top: 40px;
 
}


.box-slider-uus .fountains-box-outer{
	
	background: #000;
}


.missiion-visson{
	
	float: left;
	width: 100%;
	padding: 60px 0;
}


.visson{
	
	float: left;
	width: 100%;
	min-height: 290px;
	border: solid 1px #101010;
	padding: 25px;
	margin-bottom: 25px;
}

.visson h3{
	
	margin-bottom: 12px;
}

.visson p{
	
	font-size: 16px;
	font-weight: 200;
}

.misson-vission{
	
	text-align: center;
}

.misson-vission a{
	
	color: #fff;
	display: inline-flex;
	border: rgba(18,18,18,1.00) 1px solid;
	margin: 0 2px;
	padding: 5px;
	font-size: 14px;
}

.misson-vission a:hover{
	
	color: #fb2f13;
	border: rgba(251,47,19,1.00) 1px solid;
}

.p-view {
    display: block;
    margin-top: 25px;
    font-size: 29px;
    margin-bottom: 0;
}

.services-view{
	
	float: left;
	width: 100%;
	padding: 60px 0;
}

.services-grid{
	
	
	float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px;
  text-align: left;
	
	
}

.s-view {
    border: solid 1px #2a2a2a;
    float: left;
    width: 100%;
    position: relative;
    min-height: 240px;
}


.img-view {
    text-align: center;
    float: left;
    width: 100%;
    background: #2a2a2a;
    margin-top: 0px;
    border: solid 1px #2a2a2a;
    padding: 10px;
    position: relative;
    bottom: 0;
}

.img-view p{
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: 200;
	display: block; /* or inline-block */
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
  overflow: hidden;
}

.img-view p.prize{
	
	font-size: 16px;
	color: #929292;
}


.service-view-outer {
    float: left;
    width: 100%;
    overflow: hidden;
}

.s-view img{
	
	width: 100%;
	max-width: 100%;
	padding: 20px;
}


.pagenation-services {
    float: left;
    width: 100%;
    padding: 35px 0;
}


.pagenation-services .nav-tabs{
	
	border: none;
}

.pagenation-services .nav-item .nav-link {
    color: #fff;
    font-size: 16px;
    transition: all .3s;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 0px;
}


.page-two-view {
    float: left;
    width: 100%;
    display: inline-flex;
}


.listing {
   /* display: inline-flex;*/
    width: 100%;
    position: relative;
    margin-right: 25px;
}


.listing ul {
    float: left;
    width: 100%;
    border: solid 1px #2a2a2a;
    padding: 0px;
}

.listing ul li {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 8px;
    font-weight: 200;
    border-bottom: solid 1px #2a2a2a;
    padding: 8px 15px;
    float: left;
    width: 100%;
}


.listing ul li:before {
    width: 1px;
    height: 40px;
    position: absolute;
    right: 150px;
    background: #2a2a2a;
    content: "";
    top: 0;
}

.listing ul li span{
	
	position: absolute;
	right: 0px;
	
	padding-right: 15px;
	color: #727272;
	text-align: left;
}

.listing ul li.item{
	
	background: #2a2a2a;
	float: left; width: 100%;
	font-weight: 500;
	font-size: 16px;
	padding: 15px;
}

.offers{
	
	float: left;
	width: 100%;
	text-align: center;
}

.offers h4 {
    font-size: 42px;
    text-transform: capitalize;
    padding-bottom: 20px;
    color: #fff;
}


.offers h4 span{
	color: #fb2f13;
	text-transform: uppercase;
	font-weight: 200;
	
}




.cont-page{
	
	float: left;
	width: 100%;
	min-height: 480px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.cont-page p.thankyou{
	
	font-size: 68px;
	padding-top: 25px;
	font-weight: 200;
	color: #fb2f13;
	margin-bottom: 25px;
}

.cont-page h4{
	
	font-size: 42px;
	text-transform: capitalize;
	padding-bottom: 18px;
	color: #fff;
}
.cont-page  h4 span{
	color: #fb2f13;
	text-transform: uppercase;
	font-weight: 200;
	
}

.cont-page p{
	
	padding: 0 4rem;
	font-size: 22px;
	font-weight: 300;
}

.victory .hero-btn{
	
	float: left;
	width: 100%;
	padding: 25px 0 0 0;
}

.victory .hero-btn .theme-btn{
	
	background: #000;
}

.offers{
	
	padding-bottom: 45px;
}


.adress.call{
	
	display: none;
}