@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: "texgyreadventor";
  src: url("fonts/texgyreadventor-regular.otf") format("opentype"),
  url("fonts/texgyreadventor-regular.eot") format('embedded-opentype');
}
@font-face {
  font-family: "texgyreadventorbold";
  src: url("fonts/texgyreadventor-bold.otf") format("opentype"),
  url("fonts/texgyreadventor-bold.eot") format('embedded-opentype');
}
@font-face {
  font-family: "OpenSans";
  src: url("fonts/OpenSans-Regular.ttf") format("truetype"),
  url("fonts/OpenSans-Regular.eot") format('embedded-opentype');
}

*{
	padding: 0;
	margin: 0;
}
.heading-year{
  margin-left:-8px !important;
  margin-bottom:0 !important;
}
body {
  float: left;
  width: 100%;
  font-family:"OpenSans";
}
/*.....................header................*/
#header {
  float: left;
  padding: 20px 0;
  width: 100%;
  position: fixed;
  top: 0;
  background-color: #fff;
  z-index: 900;
}

.site-logo img {
    max-width: 155px;
  width: 100%;
}
.header-side {
  float: left;

  text-align: right;
  width: 100%;
}
#footer-logos{
  float: left;
}
#footer-logos li img {
    width: 120px;
}
#footer-logos li{
  display: inline-block;
    padding: 10px;
}
#footer-logos.bodylogos{
  float: none;
  text-align: center;
}
.service-page #footer-logos.bodylogos{
  margin-bottom: 30px;
  margin-top: -10px;
}
.main-menu #menu > li {
  display: inline-block;
  padding: 10px 15px;
}
.main-menu {
  display: inline-block;
  margin-right: 0px;
  margin-top: 12px;
}
#menu a {
  color: #454444;
  font-size: 16px;
  font-family: texgyreadventorbold;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

.header-text {
  background: #29a7b7 none repeat scroll 0 0;
  float: right;
  padding: 8px 8px;
  text-align: center;
}
.header-text > p {
  color: #ffffff;
  font-family:texgyreadventorbold;
  font-size: 17px;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}
.header-text > span {
  color: #ffffff;
  font-size: 16px;
}

#call-mobile{
	display:none;
}
.parallax-window {
  min-height: 400px;
  background: transparent;
}
.parallax-window1 {
  min-height: 400px;
  background: transparent;
}
.testimonials{
  display: none;
}
.testimonial-show{
  display: block;
}

ul.ticks {
    list-style: none;
    font-size:18px;
}c
ul.ticks li {
    background-image: url(/images/tick-mark-sm.png);
    background-position: 0 5px;
    background-repeat: no-repeat;
    padding:0 0 25px 55px;
}

ul.about_ticks{
    list-style: none;
    font-size:18px;
}
.about_ticks li {
    background-image: url(/images/tick-mark-sm.png);
    background-position: 0 5px;
    background-repeat: no-repeat;
    padding:0 0 25px 55px;
    text-align: center;
}
ul.service-list {
    padding: 2em 0 0 2em;
}
/*................................slider........................*/

#slider {
  float: left;
  width: 100%;
  overflow: hidden;
}
.form_footer{
	float: left;
	width: 100%;
}
.flexslider {
  border: medium none;
  margin: 0;
}
#slider .flex-control-nav {
  bottom: 20px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.caption {
  /* background: rgba(1, 69, 83, 0.7) none repeat scroll 0 0; */
  height: 100%;
  padding-top: 11%;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.slider-main {
  float: left;
  position: relative;
  width: 100%;
}
.caption > a {
  background: #FFFFFF;
  color: #63a5b5;
  display: inline-block;
    font-size: 20px;
    font-weight: bold;
    margin: 11px 0 0;
    padding: 8px 16px;
    border-radius: 3px;
  text-decoration: none;
  text-transform: uppercase;
}
.caption > a:hover {
  color: #FFFFFF;
  background: #63a5b5;
}
#slider .flex-caption {
  color: #ffffff;
  font-size: 36px;
  font-weight: bold;
  margin: auto;
  text-transform: uppercase;
}
#slider .flex-direction-nav .flex-prev {
  left: 21%!important;
  opacity: 1!important;
}
#slider .flex-direction-nav .flex-next {
  right: 21%!important;
  text-align: right;
  opacity: 1!important;
}
#testimonials-slider .flex-direction-nav .flex-prev {
  left: -12%!important;
  opacity: 1!important;
}
#testimonials-slider .flex-direction-nav .flex-next {
  right: -12%!important;
  text-align: right;
  opacity: 1!important;
}
#slider .flex-direction-nav .flex-nav-next a::before {
  background: rgba(0, 0, 0, 0) url("/images/right.png") no-repeat scroll 0 0 / 37px auto;
  color: #ffffff;
  content: "";
  height: 40px;
  width: 40px;
}
#testimonials-slider .flex-direction-nav .flex-nav-next a::before {
  background: rgba(0, 0, 0, 0) url("/images/b-right.png") no-repeat scroll 0 0 / 37px auto;
  color: #ffffff;
  content: "";
  height: 40px;
  width: 40px;
}
#slider .flex-direction-nav .flex-nav-prev a::before {
  background: rgba(0, 0, 0, 0) url("/images/left.png") no-repeat scroll 0 0 / 37px auto;
  color: #ffffff;
  content: "";
  height: 40px;
  width: 40px;
  }
  #testimonials-slider .flex-direction-nav .flex-nav-prev a::before {
  background: rgba(0, 0, 0, 0) url("/images/b-left.png") no-repeat scroll 0 0 / 37px auto;
  color: #ffffff;
  content: "";
  height: 40px;
  width: 40px;
  }

  .testimonials_signature {
      font-weight: bold;
      margin: 1em 0em;
  }
.flex-control-paging li a.flex-active {
  background: #ffffff none repeat scroll 0 0;
  cursor: default;
}
.flex-control-paging li a {
  border-radius: 50%;

  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  padding: 6px;
}
/*..................................................clients-section................................*/

#clients,
#beers {
  background: #29a7b7 none repeat scroll 0 0;
  float: left;
  padding: 20px 0;
  width: 100%;
}

#beers {
  background: #1f3334 none repeat scroll 0 0;
}


.logo-img,
.beer-img {
  display: inline-block;
  width: 19.6%;
}
.client-title {
  border-right: 2px solid #ffffff;
  float: left;
}
#client-logos,
#beer-logos {
  float: left;
  width: 83%;
  overflow:hidden;
}
.client-title > h2 {
  color: #ffffff;
  font-size: 26px;
  margin: 10px 17px 10px 0;
}
.logo-img > img,
.beer-img > img {
  height: auto !important;
  width: 100% !important;
  margin: 0 6px;
}
#body-section3 .container {
}

.flex-caption {
  line-height: 2.0em;
  margin-bottom: .8em;
}

/*............................................service...............................*/
#service {
  float: left;
  width: 100%;
}

#service .container-manage > h1 {
  color: #008490;
  font-size: 30px;
  font-family: texgyreadventorbold;
  margin: 50px 0;
  text-transform: uppercase;
}
#service .container-manage  p {
  font-size: 17px;
  color: #4E4E4E;
}
.container .link a {
  border: 1px solid #000000;
  color: #000000;
  display: inline-block;
  font-weight: 700;
  padding: 15px 20px;
  text-decoration: none;
  text-transform: uppercase;
  margin: 20px 0 0;
  padding-left: 10px;
  margin-right: 10px;
}
.front-service {
  margin: 0 0 70px;
}
#service .front-service {
  float: left;
  margin: 70px 0;
  width: 100%;
}
.service-inner:hover img {
  filter: brightness(100%);
  -webkit-filter: brightness(100%);

}
.service-inner:hover h2 {
  visibility: hidden;
  opacity:0;
}
.service-inner {
  float: left;
  width: 100%;
  overflow: hidden;
}
.service1, .service2, .service3, .service4, .service5, .service6 {
  margin: 7px 0;
}
.service1 img, .service2 img, .service3 img, .service4 img, .service5 img, .service6 img {
  -webkit-filter: brightness(60%);
  filter: brightness(60%);
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  width: 100%;
}
.service6 img{
    -webkit-filter: brightness(100%);
  filter: brightness(100%);
}
.service-inner h2 {
  visibility: visible;
  opacity:1;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.service1, .service4 {
  padding: 0 8px 0 0;
}
.service2, .service5 {
  padding: 0 4px 0 4px;
}
.service3, .service6 {
  padding: 0 0 0 8px;
}

.front-service h2 {
  font-family:texgyreadventorbold;
  color: rgb(255, 255, 255);
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  margin-top: 0px;
  margin-bottom: 0px;
}



.services_dotpoints{
    font-size: 16px;
}




/*............................................service-bottom-section.......................................*/

#service-bottom {
  float: left;
  padding: 0 60px 50px;
  width: 100%;
}
.about {
  text-align: center;
}
.about > h1, .about > h1 a  {
  color: #008490;
  font-family: texgyreadventorbold;
  margin: 52px 0;
  text-transform: uppercase;
}
.about  img {
  margin-bottom: 30px;
  width: 100%;
}
.about > p {
  font-size: 17px;
}
.about > a, .container a.link {
  background: #29a7b7 none repeat scroll 0 0;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 15px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 20px 0;
  text-decoration: none;

}

.home-links{
    min-width: 250px;
}

.white_button {
  background: #f0f0f0;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 15px;
  text-transform: uppercase;
  color: #29a7b7;
  margin: 20px 0;
  text-decoration: none;

}

.white_button:hover{
  color: #fff;
  background: #218d9a;
}

.about > a.picture {
  background: #FFFFFF none repeat scroll 0 0;
  padding: 0px 0px;
}

.about > a.picture:hover {
  background: #FFFFFF none repeat scroll 0 0;
}

.about > a:hover, .container a.link:hover {
  color: #29a7b7;
  background: #f0f0f0;
}

.about_us_blocks{
    min-height: 145px;
    font-size: 17px;
}
/*.........................................form-section......................................*/
.container-manage #get_a_quote {
  background: #ffffff none repeat scroll 0 0;
  float: left;
  padding-top: 10px;
  width: 100%;
}
#get_a_quote > h2 {
  color: #008490;
  text-transform: uppercase;
  padding-left:20px;
  text-align: center;
}
.get_a_quote-full {
  background: #29a7b7 none repeat scroll 0 0;
  float: left;
  padding: 60px 0 70px;
  width: 100%;
}

.get_a_quote-full form .form-text input,
.form-text select{
  background: #f0f0f0 none repeat scroll 0 0;
  border: medium none;
  margin: 15px 0;
  padding: 13px 10px;
  width: 100%;
}
.get_a_quote-full .form-textarea textarea {
  background: #f0f0f0 none repeat scroll 0 0;
  border: medium none;
  height: 290px;
  margin: 15px 0 30px;
  padding: 15px;
  width: 100%;
}
.form_checkbox input {
  display: inline-block;
  float: left;
  margin: 4px 9px 0 0;
}
.form_checkbox > p {
  color: #898989;
  float: left;
}
.form_checkbox > p  label{
  font-weight:400;
}
.form-textarea > input {
  background: #29a7b7 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  float: right;
  font-size: 16px;
  padding: 10px 13px;
  text-transform: uppercase;
}
.form-textarea > input:hover {
  color: #29a7b7;
  background: #f0f0f0;
}


/*......................................footer-section.....................................*/
.footer {
  float: left;
  padding: 60px 0 0;
  width: 100%;
}
#footer-menu li {
  list-style: none;
}
#footer-menu a {
  color: #454444;
  font-family: texgyreadventorbold;
  font-size: 16px;
  line-height: 2;
  text-decoration: none;
  text-transform: uppercase;
}
.footer-info > p, .footer-info > p a {
  font-size: 17px;
  font-family: OpenSans;
  color: #454444;
}
.footer-info span {
  font-family: texgyreadventorbold;
  margin-right: 9px;
}
.siteby > p {
  font-family: OpenSans;
}
.siteby a {
  color:#29a7b7;
}
.footer-logo > img {
  width: 212px;
}
#copyright {
  float: left;
  margin-top: 42px;
  width: 100%;
}
.policy {
  float: left;
}
.policy  p {
  display: inline-block;
  margin-right: 29px;
}
.siteby {
  float: right;
}



/*......................................................map-bottom........................................*/
.contact-body {
  clear: both;
  padding: 60px 0;
}
.contact-content h1 {
  color: #008490;
  font-family: texgyreadventorbold;
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  margin-top: 0;
}
.contact-content p {
  text-align: center;
  font-family: OpenSans;
  font-size: 17px;
}
.contact-icon {
  text-align: center;
}
.contact-icon img {
  margin: 10px 0;
}

.icon img{
	width:135px
}
p.conatct-page-bottom  {
  float: left;
  padding: 16px 10% 0;
  text-align: center;
  width: 100%;
}
#contact-content-number{
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 15px;
}
/*......................................................page-inner........................................*/
#body-section1 {
  float: left;
  width: 100%;
  padding-bottom: 60px;
  background-color: #fff;
}
#fixed-image {
  float: left;
  position: relative;
  width: 100%;
  overflow: hidden;
}
#fixed-image > img {
  width: 100%;
}
.image-caption {
  /* background: rgba(1, 69, 83, 0.7) none repeat scroll 0 0; */
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.image-caption > h1 {
  color: #ffffff;
  font-family: texgyreadventorbold;
  font-size: 36px;
  font-weight: bold;
  margin: auto;
  padding: 0 15%;
  text-transform: uppercase;
  position: relative;
  top: 46%;
}
.image-caption.more-text > h1 {
  top: 43%;

}
#body-section1 .container-manage {
  text-align: center;
}
#body-section1 .container-manage > h1 {
  color: #008490;
  font-family: texgyreadventorbold;
  margin: 50px 0;
  text-transform: uppercase;
}
#body-section1 .container-manage p {
  color: #4e4e4e;
  font-size: 17px;
  font-family: OpenSans;
}
#body-section2 {
  background: #29a7b7 none repeat scroll 0 0;
  float: left;
  padding: 50px 0 10px;
  width: 100%;
  text-align: center;
}
#body-section2 h1 {
  color: #ffffff;
  font-size: 30px;
  font-family: texgyreadventorbold;
  margin: 0 0 50px;
  text-transform: uppercase;
  text-align: center;
}
#body-section2  p {
  color: #fff;
  font-size: 17px;
}
#body-section3 {
  float: left;
  padding: 50px 0;
  width: 100%;
}
#body-section4 {
  float: left;
  padding: 50px 0 0 0;
  width: 100%;
}

#body-section3 h1 {
  color: #008490;
  font-size: 30px;
  font-family: texgyreadventorbold;
  margin: 50px 0;
  text-transform: uppercase;
  text-align: center;
}
#body-section3 h2 {
  color: #008490;
  font-size: 24px;
  font-family: texgyreadventorbold;
  margin: 36px 0 18px;;
}
#body-section3 li {
  color: #4e4e4e;
  font-family: OpenSans;
  font-size: 17px;

}
.about-page p {
  float: left;
  min-height: 70px;
  padding-left: 87px;
  position: relative;
  width: 100%;
}
.about-page .tick > img {
  left: 0;
  position: absolute;
}
#body-section3 .link {
  text-align: center;
}
#parallax {
  width: 100%;
  float: left;
  overflow: hidden;
}
#parallax img {
  max-width: 100%
}
#work-section2 {
  float: left;
  padding: 7px 0;
  width: 100%;
}
#work-section2 img {
 /* filter: brightness(60%); */
 /* -webkit-filter: brightness(60%); */
  max-width: 100%;
  transition: all 0.4s ease-in-out 0s;
}
.work-page-image > h1 {
  color: #ffffff;
  font-weight: 700;
  position: absolute;
  text-align: center;
  top: 33%;
  width: 100%;
}
.work-image-even.worktext > img {
  filter: none !important;
}
#work-section2 .work-image-odd:hover img, #work-section2 .work-image-even:hover img {
  filter: brightness(100%);
  -webkit-filter: brightness(100%);
  transition: all 0.4s ease-in-out 0s;
}
.work-image-odd {
  padding: 0;
}
.iso-logos{
  text-align: center;
  margin-top: 40px;
}
.iso-logos li{
  display: inline-block;
  padding: 10px;
}
ul.iso-logos img {
    max-width: 150px;
}
.work-image-even {
  padding: 0;
  position: relative;
}
.work-text-in h1,
.work-text-in h2 {
  color: #ffffff;
  font-family: texgyreadventorbold;
  margin: 30px 0 30px;
  text-align: center;
  text-transform: uppercase;
  padding: 0 30px;
}
.work-text-in {
  background: #29a7b7 none repeat scroll 0 0;
  float: left;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  text-align: center;
}

.testimonials.testimonial-show {
  background: #EEEEE7 none repeat scroll 0 0;
  height: 100%;
  left: 0;
  padding: 0 3%;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  overflow-y:scroll;
}
.testimonials.testimonial-show h1, .testimonials.testimonial-show p  {
  color: #5c5c5c;
  font-size: 16px;
  line-height: 1.2em;
  margin-bottom: 1.6em;
}
.work-text-in  .flex-direction-nav {
  display: none;
}
.work-text-in .flexslider {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: none;
  border-radius: 0;
  text-align: left;
}
.work-text-in  p {
  color: #ffffff;
  text-align: center;
  margin-bottom: 5px;
  line-height: 1.5em;
}
 .work-page-image {
  position: relative;
  width: 100%;
  float: left;
  border: 1px solid #000;
}
.work-text-in ul li {
  font-size: 18px;
  list-style: initial;
}

.terms-and-conditions ol li{
    font-size: 17px;
    font-family: OpenSans;
    margin:10px;
}
.terms-and-conditions ol{
    margin: 20px 0px 0px 0px;
}

.work-text-in .link {
  text-align: center;
}
.work-text-in .link-testimonial, .work-text-in .link-goback {
  display: inline-block;
}
.work-text-in .link a, .work-text-in .link-goback span, .work-text-in .link-testimonial span {
  background: #ffffff none repeat scroll 0 0;
  color: #008490;
  display: inline-block;
  font-weight: 700;
  padding: 15px 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;
  cursor: pointer;
  margin: 0.5em 0em;
}
.work-text-in {
  opacity: 0;
  transition: all 0.4s ease-in-out 0.2s;
}
.work-page-image:hover .work-text-in {
    opacity: 1;
    transition: all 0.4s ease-in-out 0s;
}
.work-text-in .flex-control-nav {
  bottom: -100px;
}
#body-section2 .client-logos  img {
  margin: 20px 40px;
}
.body-section3 h1 {
  text-align: center;
}
#testimonials-slider {
  padding: 0 12% 30px;
}
#testimonials-slider .slides li {
  text-align: center;
}
#testimonials-slider .flex-active-slide span {
  font-weight: 700;
}

/*.................................service-inner-page....................*/
.service-page-img img {
  max-width: 100%;
}
.service-page {
  float: left;
  padding: 40px 0;
  width: 100%;
}
.service-page .service-info h1 {
  color: #008490;
  font-size: 30px;
  font-family: texgyreadventorbold;
  /*text-align: center;*/
  text-transform: uppercase;
  margin-top: 0;
  padding-bottom: .5em;
}
.service-page .service-info p, .dotpoints li {
  color: #4e4e4e !important;
  font-size: 17px;
  font-family: OpenSans;
}
.service-page-ul {
  padding-left: 15px;
  margin: 2em 0em;
}
.service-page-ul  li {
  color: #29a7b7;
}
.service-page .link {
  margin-right: 20px;
  display: inline-block;

}
.service-page .link a {
  border: 1px solid #000000;
  color: #000000;
  display: inline-block;
  font-weight: 700;
  padding: 15px 20px;
  text-decoration: none;
  text-transform: uppercase;
}

.logo-img, .logo-img img,
.beer-img, .beer-img img {
    visibility:hidden;
    width:0;
    opacity: 0;

    -webkit-transition: width 0s, visibility 0s, linear 0s;
    -moz-transition:    width 0s, visibility 0s, linear 0s;
    transition:         width 0s, visibility 0s, linear 0s;

    -webkit-transition: opacity 1s, margin-left 1s ease-in-out 0s;
    -moz-transition:    opacity 1s, margin-left 1s ease-in-out 0s;
    transition:         opacity 1s, margin-left 1s ease-in-out 0s;
}
.logo-img.show-logo,
.beer-img.show-logo {
    visibility:visible;
    opacity:1;
    width:19.6%;
}
.logo-img.show-logo img,
.beer-img.show-logo img {
    visibility:visible;
    opacity:1;
    height:50px;
    width:auto;
}

#map {
    width: 100%;
    height: 500px;
}
.policy a {
  color: #333333;
}
.error {
  outline: 2px solid #ff3000 !important;
}
/*..................................................media-screen...................................*/
@media screen and (max-width: 1500px) {
    .contact-icon img {
      width: 36px;
    }
    .work-text-in h1,
    .work-text-in h2 {
  font-size: 40px;
}
.work-page-image > h1 {
  font-size: 50px;
}
}

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

    .home_icons_txt{
        min-height: 0px !important;
    }
    .white_button{
    margin-bottom:50px;
    }
    #body-section2 .client-logos img{
      margin: 0 auto;
          width: 50%;
          padding: 20px 0;
    }
    .client-logos{
      display: flex;
      flex-wrap: wrap;
    }
}


@media screen and (min-width: 1500px) and (max-width: 1749px) {
.work-text-in h1,
.work-text-in h2 {
  font-size: 50px;
}
.work-page-image > h1 {
  font-size: 50px;
}
.work-text-in p {
  font-size: 26px;
}
.work-text-in ul li {
  font-size: 24px;
  list-style: initial;
}
.about_us_blocks{
    min-height: 80px;
}

}
@media screen and (min-width: 1750px) {
    .container {
  width: 1700px;
}
.main-menu #menu > li {
  display: inline-block;
  padding: 10px 24px;
}

#menu a {
  font-size: 21px!important;
}
.header-text > p {
  font-size: 30px;
}
.header-text > span {
  font-size: 24px;
}
.header-text {
  padding: 5px 30px;
}
.header-side {
  margin-top: 0px;
}
.client-title > h2 {
  font-size: 36px!important;
  font-weight: 700;
  margin: 20px 17px 20px 0!important;
}
.work-text-in .flex-control-nav {
  bottom: -130px;
}
.work-text-in .link a {
  font-size: 25px;
}
.work-text-in ul li {
  font-size: 28px;
  list-style: initial;
}
.work-text-in p {
  color: #ffffff;
  font-size: 31px;
  margin-bottom: 20px;
  text-align: center;
}
.work-text-in h1,
.work-text-in h2 {
  font-size: 60px;
  margin: 81px 0 37px;
}
.work-page-image > h1 {
  font-size: 60px;
}
#testimonials-slider {
  padding: 0 17% 30px;
}
.contact-content h1 {
  font-size: 36px;
}
.header_dummy {
  height:120px !important;
}
.site-logo img {
    max-width: 199px;
    width: 100%;
}
}
@media screen and (min-width: 1200px) and (max-width: 1499px) {
    .about_us_blocks{
        min-height: 90px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
.work-text-in h1,
.work-text-in h2 {
  font-size: 30px;
  margin: 30px 0 22px;
}
.work-text-in .link a {
  font-size: 16px;
}
#client-logos,
#beer-logos {
  width: 79%;
}
.logo-img img,
.beer-img img {
  height:43px !important;
}
.front-service h2 {
  font-size: 24px;
}


}

@media screen and (min-width: 992px) {
  .header-text-mobile {
    display: none;
  }
  #carousel-mobile,
  #carousel-beer-mobile {
    display: none;
  }
  .work-text-in {

     padding-top: 1.5em;
  }
  #header-text-desktop{
  display:block;
}
#header-text-mobile{
  display:none;
}
  .work-text-in ul {
  display: inline-block;
  margin: 10px 0 0px;
  text-align: left;
}
.get_a_quote-full form {
  background: #ffffff none repeat scroll 0 0;
  float: left;
  padding: 0 30px 15px 15px;
  width: 100%;
}
.policy p {
  padding:  0 15px;
  border-right: 1px solid #808080;
}
.privacy-policy {
  border-right: medium none !important;
}
/*menu-css*/
#menu a:hover {
  color:#008490;
}

#menu li ul {
  background: #ffffff none repeat scroll 0 0;
  visibility: hidden;
  max-width: 240px;
  opacity: 1 !important;
  padding: 15px;
  position: absolute;
  text-align: left;
  z-index: 999;
  transition: ease 1s linear 1s;
}
#menu li:hover ul {
  display: block;
  visibility: visible;
  opacity: 1 !important;
  transition: all 1s ease 0.3s;
}
#menu li ul li {
  list-style: outside none none;
}
#menu li ul li a {
  border-top: 1px solid #008490;
  color: #000000;
  display: inline-block;
  font-size: 15px ;
  padding: 10px 0;
  width: 100%;
}
#menu li ul li a:hover{
  color: #008490;
}

.header_dummy {
  height:106px;
}


/*............................................................*/
}
@media screen and (min-width: 768px)and (max-width: 991px) {

.caption {
  /* padding: 30% 20% 0; */
}
.image-caption.more-text > h1 {
  top: 35%;

}
.about_us_blocks{
        min-height: 20px;
    }
}

@media screen and (max-width: 991px) {
	#header-text-mobile{
	max-width: 125px;
	}
.home_icons_txt{
	min-height: auto!Important;
}
.home-icons-div .white_button{
	margin-bottom: 50px !Important;
}
  .privacy-policy {
  width: 100%;
}
  .get_a_quote-full form {
  background: #ffffff none repeat scroll 0 0;
  float: left;
  width: 100%;
}
  #menu a {
  color: #ffffff;
}
 .service1, .service2, .service3, .service4, .service5, .service6 {
  display: inline-block;
  margin: 7px 0;
  padding: 0;
  height: 250px;
  overflow: hidden;
  width: 100%;
}
  #header-text-desktop{
  display:none;
}
#header-text-mobile{
  display:block;
}
.header-text-mobile {
    display: none;
  }
  #carousel-mobile,
  #carousel-beer-mobile{
    display: block;
  }
  #clients,
  #beers {
  display: none;
}

#slider .flexslider .slides img {
  /* width: auto!important; */
}
.header-text {
  display: block;
}
.mobile-icon {
  display: inline-block;
}
.mobile-info {
  float: right;
  padding: 0px 0 0 10px;
}
.mobile-icon  img {
  width: 65px;
}
.mobile-info > p {
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  margin: 0;
  text-transform: uppercase;
}
#carousel-mobile ,
#carousel-beer-mobile {
  background: #29a7b7 none repeat scroll 0 0;
  float: left;
  padding: 60px 30px;
  width: 100%;
}

#carousel-beer-mobile {
  background: #1f3334 none repeat scroll 0 0;
}


#carousel-mobile .owl-nav img,
#carousel-beer-mobile .owl-nav img {
  width: 41px;
}
#carousel-mobile .owl-controls,
#carousel-beer-mobile .owl-controls {
  left: 0;
  padding: 0 0 0 10px;
  position: absolute;
  top: 0;
  width: 100%;
}
#carousel-mobile .owl-prev,
#carousel-beer-mobile .owl-prev {
  float: left;
  margin: 0 0 0 100px;
}
#carousel-mobile .owl-next,
#carousel-beer-mobile .owl-next {
  float: right;
}
#carousel-mobile .owl-carousel.owl-theme.owl-loaded,
#carousel-beer-mobile .owl-carousel.owl-theme.owl-loaded {
  display: block;
  padding: 0 59px 0 174px;
}
.client-title {
  width: 100px;
}
.client-title > h2 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  margin: 10px 17px 10px 0;
}

#slider .flex-direction-nav .flex-prev {
  left: 15px!important;
}
#slider .flex-direction-nav .flex-next {
  right: 15px !important;
}


#service-bottom {
  padding: 0 15px;
}
.container-manage #get_a_quote {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.get_a_quote-full form {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
#get_a_quote > h1 {
  color: #ffffff;
  font-family: texgyreadventorbold;
}
.form_checkbox > p {
  color: #ffffff;
  float: left;
  font-size: 17px;
}
.form_checkbox input {
  margin: 6px 9px 0 0;
}
.form-textarea > input {
  background: #008490 none repeat scroll 0 0;
  font-weight: 700;
  padding: 6px 13px;
}
.front-service h2 {
 font-size:25px;

}

.footer-menu {
  display: none;
}
.footer {
  padding: 60px 15px 70px;
}
.container-manage {
  width: 100%;
}
.policy p {
  display: inline-block;
  margin-right: 5px;
}
.policy p span, .siteby span  {
  font-weight: 700;
}
.policy {
  width: 50%;
}
/*inner-page*/
#fixed-image > img {
  width: auto;
}
#fixed-image > img {
  width: auto;
  max-width: 1366px;
}
#parallax img {
  max-width: 1366px;
  width: auto;
}
.work-image-odd {
  float: left;
  margin: 7px 0;
  padding: 0;
  width: 100%;
}
.work-image-even {
  float: left;
  margin: 7px 0;
  padding: 0;
  width: 100%;
}
#carousel-mobile .owl-carousel .owl-item img,
#carousel-beer-mobile .owl-carousel .owl-item img {
  display: block;
  width: auto!important;
  max-width: 100%;
}
.work-text-in ul {
  padding-left: 0;
  text-align: center;
}
.work-text-in ul li {
  line-height: 28px ;
  list-style: outside none none;
  text-align: center;
}
.service-info {
  margin: 60px 0;
}
.service-page .service-info h1 {
  margin-bottom: 36px;
}
.service-page .link a, #body-section3 .link a {
  background: #29a7b7 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  font-size: 17px;
}
.service-page .service-info p {
  color: #4e4e4e;
  font-size: 20px;
  font-family: opensans;
}
.service-page-ul li {
  font-size: 20px;
}
.serivce-page-link {
  margin: 47px 0 0;
  text-align: center;
}
.container-manage.about-page span {
  float: left;
  text-align: center;
  width: 100%;
}
#body-section3 p {
  text-align: center;
}
.about-page p {
  float: none;
  min-height: auto;
  padding-left: 0;
  position: static;
  width: 100%;
}
.about-page .tick > img {
  position: static;
}
#get_a_quote > h2 {
  color: #ffffff;
  padding: 0;
}
.get_a_quote-full form .form-text input {
  margin: 15px 0 0;
}
.meanmenu-reveal {
  left: 56% !important;
  position: absolute;
  top: 25px !important;
}
.mean-container a.meanmenu-reveal {
  border-right: 2px solid #000000;
  height: 41px !important;
  padding: 1px 13px 11px !important;
  width: 42px !important;
}
.mean-container .mean-bar {
  float: left;
  min-height: 0!important;
  height: 0!important;

}

.mean-bar{
    position: fixed !important;
}
.mean-container a.meanmenu-reveal span {
  background: #29a7b7 none repeat scroll 0 0 !important;
  display: block;
  height: 8px !important;
  margin-top: 6px !important;
}
.mean-container a.meanmenu-reveal.meanclose {
  background: #0c1923 none repeat scroll 0 0;
  float: right;
  position: static !important;
  text-align: right!important;
  width: 100% !important;
}
.mean-container .mean-nav {
  margin-top: 0!important;
}
.header-side {
  margin-top: 0px;
}
.header_dummy{
    height:107px;
}
}
@media screen and (min-width: 541px) and (max-width: 767px) {
.work-text-in {
  padding: 6% 0;
}
}
@media screen and (max-width: 767px) {
.work-text-in > h1 {
  display: none;
}
.work-text-in p {

  margin-bottom: 23px;
  margin-top: 29px;
}

.site-logo {
  width: 60%;
  float: left;
  max-width: 250px;
}
.header-side {
  width: 39%;
}
.caption {
 /* padding: 40% 20% 0; */
}
#body-section2 #client-logos img,
#beer-logos img {
  display: block;
  margin: 25px auto;
}
.image-caption.more-text > h1 {
  top: 35%;

}
.siteby > p {
  text-align: right;
}
.header-side {
  float: right;
}
.siteby {
  float: right;
  width: 41.6666%;
}
.policy {
  float: left;
  width: 58.333%;
}
.siteby span {
  width: 100%;
  float: left;
}
#copyright {
  float: left;
  margin-top: 0;
  width: 100%;
}
.footer-info {
  padding: 0;
}
.footer-logo {
  padding: 0;
}
.footer-logo > img {
  border-bottom: 1px solid #333333;
  margin-bottom: 20px;
  padding-bottom: 25px;
  width: 212px;
}
.mobile-icon img {
  width: 45px;
  margin-top: 18px;
}
.mobile-info > p {
  font-size: 17px;
}
.header-text-mobile {
  display: none;
  margin-top: 0px;
}
.about_us_blocks{
        min-height: 20px;
    }
}
@media screen and (max-width: 700px) {
.image-caption.more-text > h1 {
  top: 31%;
  }
.footer {
  padding-left: 0;
  padding-right: 0;
}

.footer-logo > img {
  width: 100%;
}
.siteby > p, .policy p {
  margin-bottom: 0;
}
#copyright {
  float: left;
  margin-top: 0;
  width: 100%;
}
}

@media screen and (max-width: 550px) {
	.mean-container a.meanmenu-reveal{
		border: none !Important;
	}
.site-logo {
  float: left;
  width: 50%;
}
.header-side {
  width: 50%;
    margin-top: 0;
}
.mobile-icon img {
  width: 44px;
}
.mobile-info {
  float: right;
  padding: 16px 0 0px 7px;
}
.mobile-info > p {
  font-size: 15px;
  line-height: 22px;
}
#header .col-md-9.col-sm-6 {
  padding: 0;
}
#header .col-md-3.col-sm-6{
  padding-left: 0;
}
#carousel-mobile .owl-carousel .owl-item img,
#carousel-beer-mobile .owl-carousel .owl-item img {
  display: block;
  max-width: 100% !important;
}
#slider .flexslider .slides img {
  /* width: 1400px!important; */
}
.caption {
  padding: 118px 20% 0;
}
#slider .flex-caption {
  color: #ffffff;
  font-size: 23px;
  font-weight: bold;
  margin: auto;
  text-transform: uppercase;
}
.front-service h2 {
  font-size: 20px;
}
.footer-info > p, .footer-info > p a {
  font-size: 13px;
}
.footer .container-manage {
  padding: 0;
}
.siteby > p, .policy p {
  font-size: 12px;
}

.footer-logo > img {
  width: 94%;
}
.about_us_blocks{
        min-height: 20px;
    }
}
@media screen and (min-width: 410px) and (max-width: 550px) {
  .siteby {
  float: right;
}
#carousel-mobile .owl-carousel.owl-theme.owl-loaded,
#carousel-beer-mobile .owl-carousel.owl-theme.owl-loaded {
  display: block;
  padding: 0 40px 0 148px;
}
.meanmenu-reveal {
    left: 45% !important;
    position: fixed;
    top: 25px !important;
}
.about_us_blocks{
        min-height: 20px;
    }
}
@media screen and (max-width: 409px) {
.footer-logo {
  float: left;
}
#carousel-mobile .owl-carousel.owl-theme.owl-loaded,
#carousel-beer-mobile .owl-carousel.owl-theme.owl-loaded {
  display: block;
  padding: 0 40px 0 148px;
}
.contact-content h1 {
  font-size: 23px;
}
.image-caption > h1 {

  font-size: 30px;
}
.footer-info > p, .footer-info > p a {
  font-size: 10px;
}
.mean-container a.meanmenu-reveal span {
  height: 5px !important;
  margin-top: 5px !important;
}
.mobile-icon img {
  margin-top: 7px;
  width: 30px;
}
.padding-only {
  padding: 0;
}
.meanmenu-reveal {
  top: 30px !important;
}
.mean-container a.meanmenu-reveal {
  height: 29px !important;
  width: 33px !important;
}
.siteby > p, .policy p {
  font-size: 10px;
}
}
@media screen and (min-width: 431px) and (max-width: 540px) {
.work-text-in p {

  font-family: texgyreadventorbold;
  font-size: 19px;
  letter-spacing: 0.5px;
  margin-bottom: 23px;
  margin-top: 29px;
}
.work-text-in .link a {
  padding: 11px 17px;
}
.work-text-in .flex-control-nav {
  bottom: -89px;
}
}
@media screen and (min-width: 351px) and (max-width: 430px) {

.work-text-in p {
  color: #ffffff;
  font-family: texgyreadventorbold;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 9px;
  text-align: center;
}
.flex-control-paging li a {
  padding: 5px;
}
.work-text-in ul li {
  font-size: 16px;
  line-height: 25px;
}
.work-text-in .link a {
  font-size: 15px;
  font-weight: 700;
  padding: 8px 10px;
}
.work-text-in ul {
  margin-bottom: 19px;
}
.work-text-in .flex-control-nav {
  bottom: -60px;
}

.meanmenu-reveal {
  top: 38px !important
  left: 48% !important;
}
.padding-only {
  padding: 0;
}
.header-text-mobile {

    margin-top: -10px;
    right: 16px;
    position: relative;
    bottom: 0px;
    right: -15px;
}
.about_us_blocks{
        min-height: 20px;
    }
}


@media screen and (min-width: 321px) and (max-width: 350px) {
.work-text-in p {
  font-family: texgyreadventorbold;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 15px;
  letter-spacing: 0.5px;
}
.work-text-in ul li {
  font-size: 14px;
  list-style: initial;
  font-family: opensans;
  line-height: 20px!important;
}

.work-text-in ul {
  margin-bottom: 5px;
}
.work-text-in .link a {
  font-size: 12px;
  font-weight: 700;
  padding: 8px 10px;
  letter-spacing: 1px;
}
.work-text-in .flex-control-nav {
  bottom: -54px;
}
.flex-control-paging li a {
  padding: 5px;
}


.footer-info > p, .footer-info > p a {
  font-size: 9px;
}
.mobile-info > p {
  font-size: 12px;
}

.mean-container a.meanmenu-reveal {
  width: 31px !important;
}
.meanmenu-reveal {
  left: 49% !important;
  top: 43px !important;
}
.header-text-mobile {

  margin-top: 8px;
}
.mean-container a.meanmenu-reveal {
  border-right: 2px solid #000000;
  height: 28px !important;
  padding: 1px 9px 11px !important;
  width: 28px !important;
}
.meanmenu-reveal {
  left: 48% !important;
  top: 25px !important;
}
.siteby > p, .policy p {
  font-size: 9px;
}
.about_us_blocks{
        min-height: 20px;
    }
  }
   .home_icons_txt{
      min-height: 120px;
  }

 @media screen and (max-width: 1199px) {
  .home_icons_txt{
      min-height: 144px;
  }
 }



 .dontdisplay{
     height:1px;
 }

 #service-panels{
    top: 2.2vw;
    position: relative;
}

.robotic { display: none; }


 @media screen and (max-width: 800px) {
  #testimonials-slider{
      min-height: 650px;
  }
 }

 @media screen and (min-width: 801px) and (max-width: 1199px) {
       #testimonials-slider{
      min-height: 500px;
  }
 }

  @media screen and (min-width: 1200px) {
  #testimonials-slider{
      min-height: 450px;
  }
 }

 input{
	 font-size:16px;
 }

 .head-24{
     font-size: 17px;
     color: #000 !important;
     font-weight: bold;
 }
 @media screen and (min-width:1800px){
     .home_icons_txt{
        min-height: 73px;
     }
 }



 #suburb,
 #state{
     width:49%;
     font-size: 16px;
 }
 #state{
  color:#9b9b9b;
      width: 50%;
    height: 48px;
    padding-top: 12px;
 }
 @media screen and (max-width: 610px) {
	 .header_dummy {
    height: 81px;
}
	 #header {
    padding: 9px 0;

}

	 #call-mobile{
		 display:inline;
	 }
	 .site-logo img {
    max-width: 109px;
    width: 100%;
}


		 #header-text-mobile{
	position: fixed;
    width: 100%;
    max-width: 100%;
    left: 0;
    top: 60px;
    padding: 5px 0;
	 }

	 .header-text > p {
    font-size: 15px;
}

	 .meanmenu-reveal{
		 left: auto !Important;
		 right: 3vw !important;
		 position: fixed !important;
		 border: none !important;
		 top: 8px !important;
	 }
.image-caption.more-text > h1 {
  top: 25%;

}
.siteby {
  float: right;
  width: 41.6666%;
}
.policy {
  float: left;
  width: 58.333%;
}
.siteby span {
  width: 100%;
  float: left;
}
}

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


     #suburb,
    #state{
        width:100%;
         font-size: 16px;
    }
 }
