@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Muli:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arizonia&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');


h1, .h1 {
	font-family: 'Fredoka One', cursive;
	font-size:36px;
}
h2, .h2 {
	font-family: 'Fredoka One', cursive;
    font-size:32px;
}
h3, .h3 {
	font-family: 'Fredoka One', cursive;
    font-size:22px;
}

h4 {
	font-family: 'Ubuntu', sans-serif;
	font-size:22px;
}

h5, .h5, h6, .h6 {
  font-family: 'Fredoka One', cursive;
}

p.h4 {
	font-family: 'Fredoka One', cursive!important;
	font-size:22px!important;
	color: #666!important;
}

.top_bar{
	background-color: transparent;
	padding-top: 15px;
}
.top_bar p{
	color:#CCC;
}
.main_menu{
	background-color:transparent;
	position:relative;

}
.get-a-quote-header{
	background-color: #66aede;
    border: 0;
    border-radius: 0;
    padding: 8px 30px;
}
.get-a-quote-header:hover{
	background-color: #000;
}
.get-a-quote-header p{
	margin-bottom:0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:15px;
	font-weight:bold;
}
.nav-right{
	margin-left:30px;

}
.navbar_fixed .main_menu:before{
	display:none;

}
.top-call{
	text-align:right;
	margin-right:30px;
}
.top-call .fa{
	font-size:12px;
	padding-right:10px;
	color:#01aded;
}
.top-mail{
	text-align:left;
	padding-top:10px;
}
.top-mail .fa{
	font-size:12px;
	padding-right:10px;
	color:#01aded;
}
.call-top{
	color:#4c4c4c;
	font-weight:bold;
	font-size:14px;
	font-family: 'Roboto Condensed', sans-serif;
}

.call-top img{
	padding-right:10px;
}
.search-top span i {
    margin-top: 7px;
    color: #d8d8d8;
    font-size: 15px;
}
.search-top .form-control {
    border-top:0;
	border-left:0;
	border-right:0;
	background:none;
}
::placeholder {
  color: #d8d8d8 !important;
  opacity: 1; /* Firefox */
  font-size:13px;
  font-weight:100;
}

.logo-scroll{
	display:none;
}
.navbar_fixed .logo-scroll{
	display:inherit;
}
.navbar_fixed .logo_h{
	width:20%;
}
.navbar_fixed .logo_h img{
	width:37%;
}
.navbar_fixed .main_menu:before {
    content: '';
    position: absolute;
    width: 28%;
    height: 100%;
    left: 0;
    border-top: 90px solid white;
    border-right: 26px solid transparent;
}
.header_area .navbar .nav .nav-item.submenu .fa {
    margin-left: 4px;
    font-size: 10px;
}
.navbar_fixed{
	display:block;
}

.navbar_fixed .header_area a.navbar-brand:before  {
    border-top: 59px solid white !important;
    border-right: 14px solid transparent !important;
}
.dropdown-menu{
	background-color: #79c23a !important;
}
.dropdown-item{
	padding: 10px 15px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: white;
}


.dropbtn {
    background: transparent;
    color: #287dc0;
	font-family: 'Roboto Condensed', sans-serif;
    padding: 8px 11px;
    font-size: 13px;
	text-transform:uppercase;
    border: none;
    cursor: pointer;
    border-radius: 5px;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.dropbtn img {
    width:17px;
	margin-top: -3px;
}

.dropbtn:hover, .dropbtn:focus {

	  -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.dropdown-location {
  position: relative;
  display: inline-block;
  -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.dropdown-location .active{
	color:#F00;
}
.location-color{
	color: #00a9ff;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #1565a5;
  border-radius: 5px;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.dropdown-content a {
  color: black;
  color: #e4e4e4;
    padding: 8px 15px;
    border-bottom: 1px #1c77bf solid;
  text-decoration: none;
  display: block;

  -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.dropdown-location a:hover {background-color: #ddd;color:#333}

.show {
	display: block;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;

}
.logo-center img{
	margin-top: 20px;
}
.head_in{
	padding:0;
	float:left;
	width:100%;
}
.head_in p{
	float:right;
	margin:0;
	color:#4d4d4d;
}
.head_in p a {
    color: #4d4d4d;
    padding: 22px 20px;
    border-left: 1px #cccccc solid;
    /* margin-top: 20px; */
    display: block;
    float: right;
}
.head_in p .fa{
	margin-right:12px;
	font-size:18px;
}
.header_area .navbar-brand {
    margin-right: 30px;
    padding: 0;
    position: relative;
    z-index: 1;
    margin-bottom: 12px;
    margin-top: 12px;
}
.header-btm-line{
}
.cart-in {
    float: right;
    position: relative;
    margin-bottom: 0;
	border: 1px darkgrey solid;
    border-radius: 5px;
	padding-left: 8px;
    padding-right: 30px;
}
.cart-botton {
    border-radius: 90px;
    width: 16px;
    height: 16px;
    background: #fe3057;
    color: #FFF;
    border: 0;
    font-size: 9px;
    position: absolute;
    left: 30px;
    top: 3px;
}
.my-account {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    color: #2a2a2a;
    border: 1px darkgrey solid;
    border-radius: 5px;
    padding: 7px 15px;
    margin-right: 10px;
	position: relative;
}
.navbar_fixed .nav-right-scroll{

}
.social-mob{
	position: absolute;
    right: 55px;
	top: 22px;
	display:none;
}
.social-mob a{
	margin-left: 12px;
}


.banner-area{
    position:relative;
}
.fill{
	width:100%;
	height:650px;
	background-position:center !important;
	background-size:cover !important;
}
.txt_sldr {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0px;
    bottom: 0px;
    margin: auto;
    text-align: center;
    display: none;
}
.txt_sldr h4{
    color: #FFF;
    padding: 10px 0;
    display: inline-block;
    margin: 0px;
    line-height: 65px;
    font-family: 'Fredoka One', cursive;
    margin-top: 300px;
	text-shadow: 2px 2px rgb(0 0 0 / 40%);
	white-space: nowrap;
    font-size: 39px;
    font-weight: 400;
}
.txt_sldr h4 span{
    font-size: 22px;
    font-weight: 400;
}

.inner-banner-area .txt_sldr h4{
	margin-top: 90px;
}
.txt_sldr p {
    color: #FFF;
    display: inline-block;
    padding:0;
	margin-top:20px;
    font-size: 17px;
    font-weight: 400;
	font-family: 'Fredoka One', cursive;
}
li.active-slide .txt_sldr {
    display: block;
}

.cup-out{
	position: absolute;
    bottom: -150px;
    right: 8%;
    z-index: 1;
}

.ourstory-out{
	padding-top:70px;
	padding-bottom:70px;
	background-color: #70bc4f;
	position:relative;
	text-align:center;
}

.ourstory-out:after{
	position: absolute;
    content: '';
    right: 0;
    top: 25%;
    width: 450px;
    height: 450px;
}

.ourstory-left img{
	border:6px #FFF solid;
}
.ourstory-right h2{
	font-size:39px;
	font-weight:bold;
	color:#FFF;
	font-family: 'Fredoka One', cursive;
	margin-top:50px;
	margin-bottom:40px;
}
.ourstory-right p{
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
.ourstory-right a{
	font-size:14px;
	font-weight:bold;
	color:#000;
	text-transform:uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	margin-top:20px;
	display:inline-block;
	background-color:#FFF;
	padding:12px 30px;
	-webkit-box-shadow: 3px 3px 5px -1px rgb(0 0 0 / 36%);
    -moz-box-shadow: 3px 3px 5px -1px rgba(0,0,0,0.36);
    box-shadow: 3px 3px 5px -1px rgb(0 0 0 / 36%);
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.ourstory-right a:hover{
	color:#FFF;
	background-color:#000;

}

.opening-hours-out{
	margin-top:60px;
	border:1px solid #FFF;
	text-align:center;
}

.opening-hours-out h1{
	text-transform:uppercase;
	margin-top:40px;
	margin-bottom:40px;
}
.opening-hours-in{
	padding-bottom: 20px;
}
.opening-hours-in h3{
	text-transform:uppercase;
	color:#FFF;
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
	font-weight:bold;
	margin-top:20px;
}
.opening-hours-in p{
	color:#000;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	font-weight:700;
}




.affiliations-out{
	text-align:center;
	padding-top:100px;
	padding-bottom:100px;
}


.gallery .col-sm-3{
	padding:5px;
}
.gallery .col-sm-3 img{
	width:100%;
}




/*lightbox*/
.lightbox {
	cursor: pointer;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgb(0, 0, 0); /* IE Fallback (Solid Colour) */
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2NkYGDYDMRkA8ZRAxhGw4BhNAyA+WAYpAMAIFgLQfO9BoEAAAAASUVORK5CYII=);
	background: rgba(0, 0, 0, 0.7);
	-webkit-filter: none !important;
	z-index: 9997;
}
.lightbox img {
	display: block;
	position: absolute;
	border: 5px solid #fff;
	box-shadow: 0 0 20px #000;
	border-radius: 1px;
}
body.blurred > * {
  -webkit-filter: blur(2px);
  -webkit-transform: translate3d(0, 0, 0);
}
.lightbox-loading {
	background: url(../images/loading.gif) center center no-repeat;
	width: 31px;
	height: 31px;
	margin: -16px 0 0 -16px;
	position: absolute;
	top: 48%;
	left: 50%;
}
.lightbox-caption {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index: 9998;
	background: #000;
	background: rgba(0,0,0,0.7);
}

.lightbox-caption p {
	margin: 0 auto;
	max-width: 70%;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 10px;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
}

.lightbox-button {
	position: absolute;
	z-index: 9999;
	background: no-repeat center center;
	width: 32px;
	height: 32px;
	opacity:0.4;
	-webkit-transition: all 0.3s;
	-moz-transition:    all 0.3s;
	-ms-transition:     all 0.3s;
	transition: 		all 0.3s;
}

.lightbox-button:hover,
.lightbox-button:focus {
	opacity: 1;
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	transform: scale(1.4);
}

.lightbox-close {
	right: 10px;
	top: 10px;
	background-image: url('../images/close.png');
}
.lightbox-next {
	right: 10px;
	top: 48%;
	background-image: url('../images/next.png');
}
.lightbox-previous {
	left: 10px;
	top: 48%;
	background-image: url('../images/previous.png');
}





















.inner-banner-area{
	background:url(../images/inner-banner-01.jpg);
	background-position:center !important;
	background-size:cover !important;
	position:relative;
	padding-top: 30px;
    padding-bottom: 0;
	padding-top: 130px;
}
.inner-banner-area h1 {
    font-family: 'Patua One', cursive;
    font-size: 35px;
    color: #ffffff;
    text-align: left;
    margin-top: 20px;
	margin-bottom: 30px;
}

.banner-area .modal-header{
	background-color:#0b2e4a;
}
.inner-banner-area .modal-header{
	background-color:#0b2e4a;
}
.inner-banner-area .modal-header .close {
    padding: 5px;
    margin: 0;
	margin-left: 0;
	line-height: 10px !important;
	color: #e6e6e6;
	position: absolute;
    right: 18px;
	font-size: 36px;
	top:20px;
}
.banner-area .modal-header .close {
    padding: 5px;
    margin: 0;
	margin-left: 0;
	line-height: 10px !important;
	color: #e6e6e6;
	position: absolute;
    right: 18px;
	font-size: 36px;
	top:20px;
}
.banner-area .modal-header h3 {
    margin-top:10px;
}
.inner-banner-area .modal-header h3 {
    margin-top:10px;
}

.fill-inner{
	height:300px;
}


.modal-dialog {
    margin: 4.75rem auto;
}
.modal-dialog .btn {
    background: #66aede;
    color: white;
}
.modal-header{
	border:0;
}
.modal-header img{
	width: 23%;
}
.modal-title{
	color:#FFF;
	text-transform: uppercase;
    font-size: 27px;
	color: #1f95c1 !important;
	margin-left: 15px;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(255,255,255, 0.3);
}

.banner-area h1{
	font-family: 'Oswald', sans-serif;
	font-size:40px;
	color: #ffffff;
	text-align:left;
	margin-top:0px;
	line-height: 53px;
}
.banner-area h3{
	font-family: 'Oswald', sans-serif;
	font-size:19px;
	color: #dcdcdc;
	text-align:left;
	margin-top:20px;
	line-height: 30px;
    border-radius: 10px;
}
.inner-banner-area h3{
	font-family: 'Patua One', cursive;
	font-size:19px;
	color: #dcdcdc;
	text-align:left;
	margin-top:30px;
	line-height: 30px;
    border-radius: 10px;

}
.banner-area-content{
	padding-top:0px;
	margin-bottom: 30px;
}
.banner-area .col-sm-7{
	text-align:center;
}

.banner-area .col-sm-5 img {
    margin-top: 0;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-right: 100px;
    margin-top: -30px;
}

/*__________________*/

.inner-section-one{
	padding-top:40px;
	padding-bottom:40px;
}
.inner-section-in{
	padding:30px;
	border-radius: 10px;
	border:1px #f5f4f4 solid;
}
.inner-section-in h1{
	font-size:26px;
	color:#005782;
}
.inner-section-in p{
	font-size:14px;
	font-family: 'Ubuntu', sans-serif;
}

.inner-section-one h1{
	color: #0092e0;
	margin-bottom: 25px;
}
.inner-section-one p{
	font-size:15px;
	line-height: 24px;
	font-family: 'Ubuntu', sans-serif;
}

.inner-section-one h3{
	color: #666;
}
.inner-section-one h4 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 22px;
    margin-top: 10px;
}
.inner-section-one .card-right h2{
	color: #0092e0;
	text-align:left;
}
.inner-section-one .card-right p{
	text-align:left;
}
.inner-section-one .card-right h3{
	color: #cb0069;
	text-align:left;
	margin-top: 35px;
}

.button-01{
	background-color: #c8126a;
	color:#FFF;
	font-size:17px;
	font-weight:bold;
	padding-left: 20px;
    padding-right: 20px;
}























.service-section-out {
    text-align: center;
    margin-top: 0;
	background: #FFF;
	padding-top:30px;
	padding-bottom:60px;
	position:relative;
	background-size: cover;
}

.service-section-out h1{
	text-align:center;
	position:relative;
	padding-bottom: 15px;
	color:#333;
	margin-top: 20px;
	padding-bottom:20px;
	margin-bottom:40px;
}
.service-section {

}

#balloon-container {
  height: 70vh;
  padding: 1em;
  box-sizing: border-box;
  flex-wrap: wrap;
  overflow: hidden;
	padding-top: 75px;
}

.balloon {
  height: 125px;
  width: 105px;
  border-radius: 75% 75% 70% 70%;
  position: relative;
}

.balloon:before {
  content: "";
  height: 75px;
  width: 1px;
  padding: 1px;
  background-color: #FDFD96;
  display: block;
  position: absolute;
  top: 125px;
  left: 0;
  right: 0;
  margin: auto;
}

.balloon:after {
    content: "▲";
    text-align: center;
    display: block;
    position: absolute;
    color: inherit;
    top: 120px;
    left: 0;
    right: 0;
    margin: auto;
}

@keyframes float {
  from {transform: translateY(100vh);
  opacity: 1;}
  to {transform: translateY(-300vh);
  opacity: 0;}
}










.featured-in{
	position: relative;
	display:inline-block;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.featured-in h3{
	text-align:center;
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	color:#000;
	font-weight: normal;
    line-height: 31px;
	padding-top: 15px;
    margin-bottom: 30px;
	padding-bottom:20px;
	margin:0;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;

}

.featured-in:hover{

}

.featured-in:hover h3{
	color: #000;
}

.featured-in:hover, .featured-in:focus, .featured-in:active {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
}


.view-all{
	color:#FFF;
	text-align:center;
	display:inline-block;
	font-size:16px;
	font-weight:700;
	background: #66aede;
	padding:11px 30px;
	margin-top:50px;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.view-all:hover{
	color:#FFF;
	background-color:#000;
}




.why-choose-out{
	text-align:center;
	padding-top: 100px;
    padding-bottom: 100px;
	background-image:url(../images/why-choose-bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
}

.why-choose-out h1{
	color:#FFF;
}
.why-choose-out p{
	color:#FFF;
	color: #96f543;
    font-weight: bold;
}


/*__________________*/


.testimonials-out{
	padding-top:50px;
	padding-bottom: 50px;
	background-color:#70bc4f;
	text-align:center;
	position:relative;
}
.testimonials-out h1{
	text-align:center;
	position:relative;
	padding-bottom: 15px;
	color: #fff;
	margin-top: 20px;
	padding-bottom:20px;
	margin-bottom:40px;
}
.testimonials-out h1:after{
	content: '';
    border-bottom: 2px #CCC solid;
    left: 43%;
    bottom: 0;
    right: 43%;
    position: absolute;
}
.testimonials-in{
	padding-top: 20px;
}
.testimonials-in ul li p{
	background: #c3005e;
	border-radius: 10px;
	padding:30px;
	color:#FFF;
	font-size:15px;
	line-height:23px;
}
.testimonials-in ul li p img{
	border-radius: 90px;
	margin-bottom:15px;

}
.testimonials-in span{
	font-size:18px;
	font-weight:bold;
	color:#FFF;

}
.pizza{
	position:absolute;
	right:6%;
	bottom:50px;
}
.testimonials-int ul{
	background:#FFF;
	border-radius: 10px;
}
.testimonials-in ul li{
}

.testimonials-in .bx-wrapper .bx-controls-direction a {
    bottom: -20px;
}
.testimonials-in .bx-wrapper .bx-prev {
    left: -50px;
}
.testimonials-in .bx-wrapper .bx-next {
    right: -50px;
}
.quote-1{
	margin-right:60px;
}
.quote-2{
	float: right;
}

/*__________________*/



.gallery-out{
	padding-top:50px;
	padding-bottom:50px;
}

#photos {
  /* Prevent vertical gaps */
  line-height: 0;

  -webkit-column-count: 5;
  -webkit-column-gap:   0px;
  -moz-column-count:    5;
  -moz-column-gap:      0px;
  column-count:         5;
  column-gap:           0px;
}

#photos img {
    width: 96% !important;
    height: auto !important;
    margin: 5px;
}





/*__________________*/

.map iframe{
	display:block;
	height:100%;
	width:100%;
}
footer{
	background:#cb0069;
	color:#fff;
}
#back_top{
	position:fixed;
	right:5%;
	bottom:30px;
	width:40px;
	height:40px;
	background: #fd0404;
	display:none;
	cursor:pointer;
	color:#fff;
	text-align:center;
	line-height:40px;
	opacity:.6
}
#back_top:hover{
	opacity:1;
}

.col-1-5{
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
.footer_out{
	background-position:center;
	padding-top:70px;
	padding-bottom:0px;
	background-size: cover;

}
.footer_out p{
	font-size:14px ;
	color: #ffffff;
	line-height: 29px;
}
.footer_out h2 {
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    padding-bottom: 15px;
    text-transform: uppercase;
	margin-top:0;
}
.footer_out li a {
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    color: white;
	font-size:14px ;
	color: #FFF;
}
.cpy{
	text-align:left;
	border-top: 1px solid #7d7d7d;
	padding-top:20px;
	color:#ababab;
}
.social{
	padding-top:20px;
	color:#ababab;
}
.cpy p{
	text-align:left;
	color: #ffffff;
	margin:0;
}
.cpy p a{
	text-align:right;
	display:block;
	color:#ababab;
}
.btm_logo{
	margin-bottom:30px;
}
.btm_logo img{
	width:90%;
}
.footer-btm{
	background: #262829;
}
.footer-btm-tabs{
	text-align: center;
    border-top: 1px #333 solid;
    margin-top: 30px;
}

.footer-btm-tabs a{
	color:#c9c9c9;
	font-size:13px;
	padding-left:15px;
	padding-right:15px;
	padding-top: 20px;
    display: inline-block;
}
.footer-in{
	padding-bottom:10px;
}
.footer-in img{
	width:23px;
    margin-bottom: 20px;
}


.social{
	padding-top:0px;
	float: right;
}
.payment h2{
	float: right;
	margin-top:10px;
}
.social a{
	display:inline-block;
	margin-right: 20px;
}
.social a:hover{
    filter: hue-rotate(150deg);
   -webkit-filter: hue-rotate(150deg);
}
.book-table{
	display:inline-block !important;
	padding:14px 24px;
	color:#FFF !important;
	border:1px #FFF solid;
	text-align:center;
	font-weight:bold;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.book-table:hover{
	background-color:#66aede;
}


.slide_out_inner{
	position:relative;
	text-align:center;
}
.slide_out_inner_text{
	position:absolute;
	left:20%;
	top:35%;
	margin-left: auto;
    margin-right: auto;
}
.slide_out_inner_text h2{
	font-size:35px;
	color:#FFF;
	background:rgba(88,161,57,.6);
	padding:10px 20px;
}

.fill_inner{
	width:100%;
	height:300px;
	background-position:top -40px center !important;
	background-size:cover !important;
	background-repeat:no-repeat;
}

.inner_slider{
	margin-bottom:0;
}
.more-out{
	width: 350px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	position:relative;
}
.more{
	background-color: #81da5a;
	padding:15px 25px;
	margin-left:10px;
	margin-right:10px;
	color:#FFF;
	-webkit-box-shadow: 3px 3px 5px -1px rgb(0 0 0 / 36%);
    -moz-box-shadow: 3px 3px 5px -1px rgba(0,0,0,0.36);
    box-shadow: 3px 3px 5px -1px rgb(0 0 0 / 36%);
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.more1{
	background-color: #81da5a;
	padding:15px 25px;
	margin-left:10px;
	margin-right:10px;
	color:#FFF;
	-webkit-box-shadow: 3px 3px 5px -1px rgb(0 0 0 / 36%);
    -moz-box-shadow: 3px 3px 5px -1px rgba(0,0,0,0.36);
    box-shadow: 3px 3px 5px -1px rgb(0 0 0 / 36%);
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.more {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 1;
    background: #c3005e;
    color: #fff;
    border-radius: 100%;
    -webkit-animation: bounce .3s infinite alternate;
    -moz-animation: bounce .3s infinite alternate;
    animation: bounce .3s infinite alternate;
}
@-webkit-keyframes bounce {
  to { -webkit-transform: scale(1.2); }
}
@-moz-keyframes bounce {
  to { -moz-transform: scale(1.2); }
}
@keyframes bounce {
  to { transform: scale(1.2); }
}




.more1 {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    opacity: 1;
    background: #c3005e;
    color: #fff;
    border-radius: 100%;
    -webkit-animation: bounce .3s infinite alternate;
    -moz-animation: bounce .3s infinite alternate;
    animation: bounce .3s infinite alternate;
}
@-webkit-keyframes bounce {
  to { -webkit-transform: scale(1.2); }
}
@-moz-keyframes bounce {
  to { -moz-transform: scale(1.2); }
}
@keyframes bounce {
  to { transform: scale(1.2); }
}


.more1:hover{
	color:#FFF;

}
.more:hover{
	color:#FFF;

}

.view-more {
	background-color: #81da5a;
	padding:15px 25px;
	margin-left:10px;
	margin-right:10px;
	color:#FFF;
	-webkit-box-shadow: 3px 3px 5px -1px rgb(0 0 0 / 36%);
    -moz-box-shadow: 3px 3px 5px -1px rgba(0,0,0,0.36);
    box-shadow: 3px 3px 5px -1px rgb(0 0 0 / 36%);
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    position: absolute;
    bottom: 0;
    right: auto;
	left:auto;
    text-align: center;
    opacity: 1;
    background: #c3005e;
    color: #fff;
    border-radius: 100%;
    -webkit-animation: bounce .3s infinite alternate;
    -moz-animation: bounce .3s infinite alternate;
    animation: bounce .3s infinite alternate;
}
@-webkit-keyframes bounce {
  to { -webkit-transform: scale(1.2); }
}
@-moz-keyframes bounce {
  to { -moz-transform: scale(1.2); }
}
@keyframes bounce {
  to { transform: scale(1.2); }
}




.hvr-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
}



/*__________________*/

.mobile-float{
	position:fixed;
	width:100%;
	left:0;
	right:0;
	bottom: -1px;
	background-color: #cb0069;;
	z-index: 11;
	display: none;
}
.column {
  float: left;
  width: 33.33%;
  text-align:center;
}
.column p {
  margin-bottom: 5px;
  color: white;
  font-size: 13px;
}
.column p a {
  color: white;
}
.column img {
  padding-top:10px;
  padding-bottom:5px;
  width: 20px;
}
.for-mob{
	display:none;
}
.for-desktop{
	display:inherit;
}

.subsidies-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
}

.subsidies-bullets li {
  padding-left: 1em;
  text-indent: -.7em;
}

.subsidies-bullets li::before {
  content: "• ";
  color: #c8126a;
  font-weight: bold;
  font-size: 26px;
}



.tab-content-out .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
		margin-bottom: 30px;
}

.tab-content-out .panel-default > .panel-heading {
        padding: 0;
        border-radius: 5px;
        color: #FFF;
        background-color: #c8126a;
        border-color: #EEEEEE;
		-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.tab-content-out .panel-default > .panel-heading:hover {
        background-color: #79c23a;

}

.tab-content-out .panel-title {
        font-size: 14px;
		margin-bottom: 0;
		padding: 10px;
}

.tab-content-out .panel-title > a {
    display: block;
    padding: 0px;
    text-decoration: none;
	color: #FFF;
	font-family: 'Ubuntu', sans-serif;
	font-size:20px;
	transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.tab-content-out .panel-title > a:hover {

}
.more-less {
        float: right;
        color: #FFF;
		padding: 0px 16px;
}
.tab-content-out .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
		background: #f0eeee;
        padding: 25px;
}
.tab-icon{
	display: inline-block;
    background: #ff496c;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    padding: 12px;
	margin-right:15px;
}
.tab-content-out{
	background:#FFF;
	padding-top:10px;
	padding-bottom:10px;
	overflow:hidden;
	margin-left: -15px;
    margin-right: -15px;
}




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




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

.txt_sldr h4 {
    margin: 0px;
    width: 90%;
    font-size: 18px;
	line-height: 30px;
	margin-top:60px;

}
.txt_sldr p {
    color: #FFF;
    display: inline-block;
    padding: 0;
    margin-top: 0px;
    font-size: 14px;
}
.offset-1 {
    margin-left:0;
}
.offset-2 {
    margin-left:0;
}
.offset-3 {
    margin-left:0;
}
.offset-4 {
    margin-left:0;
}
.fill {
    height: 200px;
}
.txt_sldr {
    height: 100%;
}

.for-mob{
	display:inherit;
}
.for-desktop{
	display:none;
}

.mobile-float{
	display: inherit;
}
.main_menu .navbar{
	padding:0;
}
.navbar-default {
    background: #ffffff;
    border-bottom:1px solid #CCC;
}
.navbar-default .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;

}
.navbar-brand {
    padding: 4px 7px;

}
.navbar-brand>img {
    width: 89px;
    height: 45px;
    padding-left: 0;
    margin-top: 0;
    margin-right: 0;
}
.navbar_fixed .logo_h img {
    width: 89px;
    height: 45px;
}
.navbar-brand {
    height: 34px;
	padding:0;
}
.mobile_icon_nav a span img{
	border: 0 !important;
    width: 40px;
    margin-top: 6px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #666;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #333;
    background-color: #FFF;
}
.navbar-nav .open .dropdown-menu>li>a {
    line-height: 24px;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
}
.header_area .navbar .nav .nav-item:hover .nav-link, .header_area .navbar .nav .nav-item.active .nav-link {
    color: #66aede;
    opacity: 1;
     border-bottom:0;
}
.banner-area {
	margin-bottom: -1px;
    padding-top: 60px;
    padding-bottom: 0px;
    margin-top: 0;
    overflow: hidden;
    background: url(../images/banner-bg.jpg) !important;
    background-size: cover !important;
    background-position: top right 24% !important;
}

.banner-area h1 {
    margin-top: 0;
	text-align: center;
	font-size: 30px;
	line-height: 40px;
}
.cup-out{
	display:none;
}
.view-all {
    margin-top: 20px;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 24px;
}

.ourstory-out {
    padding-top: 0px;
}

.featured-in {
    margin-bottom: 30px;
}

.form-bttn:after {
	display:none;
}

.service-section-out {
    padding-top: 50px;
	padding-bottom: 40px;
}
#balloon-container {
    overflow: hidden;
    height: 1621px;
}
.ourstory-right h2 {
    font-size: 30px;
    font-weight: normal;
}

.testimonials-in .offset-2{
	margin-left:0;
}
.testimonials-out h1 {
    margin-top: 0px;
}
.quote-1 {
    margin-right: 10px;
    width: 35px;
    position: absolute;
    top: 0;
}
.quote-2 {
    width: 35px;
}

.footer_out {
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer_out img{
    margin-bottom:30px;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    width: 100%;
}
.social {
     border-top: 0;
}


.head_in p span {
    display:none;
}

.abt_mob{
	display:block;
}

.abt_pc{
	display:none;
}

.fill_inner{
	height:200px;
}

.head_in {
    padding: 0;
}
.head_in p a {
    color: #FFFFFF;
    margin-left: 10px;
    margin-right: 15px;
    background: #58a139;
    padding: 5px;
    text-align: center;
    width: 30px;
    display: inline-block;
	border-radius:4px;
}
.head_in p .fa {
    margin-right: 0;
    font-size: 16px;
}
.mobile_icon_nav{
	position:absolute;
	right:75px;
	top:8px;
	display:inline-block;
}
.fill_inner {
    height: 250px;
    background-position: top 0px center !important;
}


.navbar-fixed-top {
    top: 0;

}
.navbar-default .navbar-nav>li>a{
	padding-left:20px;
	color:#333;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    display: inherit;
}

.service-section-out h1{
	font-size:30px !important;
	padding-bottom: 20px;
}
.pizza {
    display:none;
}
.book-table {
    margin-top: 20px;
}

.cpy p a {
    text-align: left;
}
.social {
    text-align: left;
}
.contact-section-out {
    padding-bottom: 0;
}
.contact-widget {
    padding-bottom: 0;
	padding: 20px;
	margin-bottom: 30px;
}
.payment {
    border-top: 0;
}
.payment a img {
    width: 80%;
    float: left;
	margin-top: 35px;
}
.payment a {
    float: left;
}
.payment h2 {
    float: left;
    margin-top: -95px;
}
.navbar_fixed .logo_h {
    width: 22%;
}
.header_area {
    position: fixed;
	top:0;

}
.dropdown-location {
    position: absolute;
    right: 107px;
    top: 18px;
}
.dropdown-content {
    min-width: 126px;
}
.dropbtn img {
    width: 18px;
}
.dropbtn {
    font-size: 13px;
	text-transform:uppercase;
}
.service-in {
    padding: 30px 10px 30px 10px;
}
.footer-btm {
    padding-bottom: 50px;
}
.header_area.navbar_fixed .main_menu .navbar {
    border-top: 0;
    top: -1px;
}
.car-out{
	position:relative;
	text-align:center;
}
.car-out img {
    position: absolute;
    top: -7px;
    right: 0;
}

.banner-area .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    z-index: 11;
	    width: 100%;
}
.banner-area h3{
	background: transparent;
    border-radius: 10px;
    padding-top: 0;
    padding-bottom: 0;
	text-align: center;
	color: #22c1fd;
}
.testimonials-in .bx-wrapper .bx-pager {
    text-align: center;
    padding: 0;
    bottom: -30px;
}

.contact-form {
    margin-top: 0;
	padding: 20px;
}
.banner-area .modal-header h3 {
    margin-top: 0;
    margin-bottom: 0;
}
.banner-area .modal-header .close {
    padding: 0;
}
.social-mob{
	display:inherit;
	right: 110px;
}
.social-mob a img{
	width:18px;
}
.footer_out h2 {
    padding-bottom: 0;
}
.footer_out .col-sm-3 {
    margin-bottom:20px;
}
.footer_out .col-sm-2 {
    margin-bottom:20px;
}
.testimonials-in {
    padding-top: 20px;
    margin-bottom: 0;
    padding-bottom: 0px;
}
.companies-out h1:before {
    display:none;
}

.main_menu:before {
    width: 36%;
	border-top: 71px solid white;
    border-right: 26px solid transparent;
}
.banner-area-content {
    padding-top: 40px;
}
.banner-bottom {
   padding-bottom: 0;
}
.promise-area-out {
    margin-top: 0;
}
.header_area .navbar-brand:before {
    top: -18px;
	border-top: 70px solid white;
}
.navbar_fixed .header_area .navbar-brand:before {
    top: -20px;
}
.navbar_fixed .logo-out-new {
    height:inherit;
    overflow-y:inherit;
    width: inherit;
}
.header_area .menu_nav {
    width: 100%;
	text-align: center;
	padding-bottom: 15px;
}
.header_area .navbar .nav .nav-item .nav-link {
    padding: 14px 0;
    margin-right: 0px;
    display: block;
    border-bottom: 0;
    border-radius: 0px;
	font-size: 16px;
	font-weight:bold;
}
.header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
    line-height: 20px;
    padding: 14px 0;
}
.header_area .get-a-quote-header {

}
.header_area.navbar_fixed .get-a-quote-header {
    display:inherit;
}
.top-call {
    text-align: right;
    margin-right: 10px;
}
.get-a-quote-header {
    margin-right: 10px;
}
.navbar-collapse {
        position: absolute;
        top: -338px;
        left: 0;
		bottom:100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
        display: block;
		background: #012544;
		padding-top: 80px;
    }
    .navbar-collapse.collapsing {
        height: auto !important;
        margin-left: 0%;
        left: 0;
        transition: all 0.2s ease;
    }
    .navbar-collapse.show {
        left: 0;
		background: #cb0069;
		bottom:auto;
		top: 0px;
		z-index: -1;
    }
.inner-section-one {
    padding-top: 20px;
    padding-bottom: 20px;
}
.location-color{
	display:inherit !important;
	color:#FFF;
}
.plumbing-service-section-in {
    border-bottom: 1px #e2e2e2 solid;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.plumbing-service-section hr {
    display:none;
}
.trust-right{
	display:none;
}
#get_quote {
    top: 40%;
}
.service-in {
    padding: 30px 25px 30px 25px;
	margin-bottom:0px
}
.service-in h2 {
    font-size: 17px;


}

.testimonials-in .bx-wrapper .bx-controls {
display:none;
}

}

@media only screen and (max-width: 575px){
.promise-area-out .offset-2 {
    margin-left: 0;

}

.banner-area .col-sm-5 {
    position: absolute;
    left: 0;
}
.social-mob{
	display:inherit;
	right: 55px;
}
}
@media (min-width: 1400px) {
.main_menu:before {
    width: 33%;
}



}
@media (max-width: 1200px) {
  #photos {
  -moz-column-count:    4;
  -webkit-column-count: 4;
  column-count:         4;
  }
}
@media (max-width: 1000px) {
  #photos {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  }
}
@media (max-width: 800px) {
  #photos {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
}
@media (max-width: 400px) {
  #photos {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  }
}






.inner-section-two .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 19px;
    width: 100%;
}
