/* Common Styling */
*,
*::before,
*::after{
  padding:0;
  margin:0;
  border:0;
  outline:0;

  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.mytable{
  display: table;
  width: 100%;
  height: 100%;
}
.table-cell{
  display: table-cell;
}
.va-top{
  vertical-align: top;
}
.va-middle{
  vertical-align: middle;
}
.va-bottom{
  vertical-align: bottom;
}

a{
  color: inherit;
  outline: none !important;
  transition: all 0.7s ease-out;
}
a,
a:hover,
a:link,
a:visited,
a:focus{
  text-decoration: none;
}

h1,h2,h3,h4,h5,h6{
  font-weight: bold;
}

.fill{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* UTILITIES */
.overflow-hidden {overflow:hidden;}
.push-down-xs{margin-bottom: 10px;}
.push-down-sm{margin-bottom:20px;}
.push-down-md{margin-bottom: 40px;}
.push-down-lg{margin-bottom: 80px;}
.push-down-xl{margin-bottom: 120px;}

section.padding-none{padding-top: 0; padding-bottom: 0;}
section.padding-xs{padding-top: 10px; padding-bottom: 10px;}
section.padding-sm{padding-top:20px; padding-bottom: 20px;}
section.padding-md{padding-top: 40px; padding-bottom: 40px;}
section.padding-lg{padding-top: 80px; padding-bottom: 80px;}
section.padding-xl{padding-top: 120px; padding-bottom: 120px;}

.pt-none{padding-top: 0;}
.pt-xs{padding-top: 10px;}
.pt-sm{padding-top:20px;}
.pt-md{padding-top: 40px;}
.pt-lg{padding-top: 80px;}
.pt-xl{padding-top: 120px;}

.pb-none{padding-bottom: 0;}
.pb-xs{padding-bottom: 10px;}
.pb-sm{padding-bottom:20px;}
.pb-md{padding-bottom: 40px;}
.pb-lg{padding-bottom: 80px;}
.pb-xl{padding-bottom: 120px;}

.ptb-none{padding-top: 0;padding-bottom: 0;}
.ptb-xs{padding-top: 10px;padding-bottom: 10px;}
.ptb-sm{padding-top: 20px;padding-bottom:20px;}
.ptb-md{padding-top: 40px;padding-bottom: 40px;}
.ptb-lg{padding-top: 80px;padding-bottom: 80px;}
.ptb-xl{padding-top: 120px;padding-bottom: 120px;}

.pl-none{padding-left: 0;}
.pl-xs{padding-left: 10px;}
.pl-sm{padding-left:20px;}
.pl-md{padding-left: 40px;}
.pl-lg{padding-left: 80px;}
.pl-xl{padding-left: 120px;}
@media only screen and (max-width: 767px) {
.pl-sm,.pl-md,.pl-lg,.pl-xl {padding-left: 10px;}	
}

.pr-none{padding-right: 0;}
.pr-xs{padding-right: 10px;}
.pr-sm{padding-right:20px;}
.pr-md{padding-right: 40px;}
.pr-lg{padding-right: 80px;}
.pr-xl{padding-right: 120px;}
@media only screen and (max-width: 767px) {
.pr-sm,.pr-md,.pr-lg,.pr-xl {padding-right: 10px;}	
}

.plr-none{padding-left: 0;padding-right: 0;}
.plr-xs{padding-left: 10px;padding-right: 10px;}
.plr-sm{padding-left:20px;padding-right: 20px;}
.plr-md{padding-left: 40px;padding-right: 40px;}
.plr-lg{padding-left: 80px;padding-right: 80px;}
.plr-xl{padding-left: 120px;padding-right: 120px;}
@media only screen and (max-width: 767px) {
.plr-sm,.plr-md,.plr-lg,.plr-xl {padding-left: 10px;padding-right: 10px;}	
}

section.margin-none{margin-top: 0; margin-bottom: 0;}
section.margin-xs{margin-top: 10px; margin-bottom: 10px;}
section.margin-sm{margin-top:20px; margin-bottom: 20px;}
section.margin-md{margin-top: 40px; margin-bottom: 40px;}
section.margin-lg{margin-top: 80px; margin-bottom: 80px;}
section.margin-xl{margin-top: 120px; margin-bottom: 120px;}

.mt-none{margin-top: 0;}
.mt-xs{margin-top: 10px;}
.mt-sm{margin-top:20px;}
.mt-md{margin-top: 40px;}
.mt-lg{margin-top: 80px;}
.mt-xl{margin-top: 120px;}

.mb-none{margin-bottom: 0;}
.mb-xs{margin-bottom: 10px;}
.mb-sm{margin-bottom:20px;}
.mb-md{margin-bottom: 40px;}
.mb-lg{margin-bottom: 80px;}
.mb-xl{margin-bottom: 120px;}

.mtb-none{margin-top: 0;margin-bottom: 0;}
.mtb-xs{margin-top: 10px;margin-bottom: 10px;}
.mtb-sm{margin-top: 20px;margin-bottom:20px;}
.mtb-md{margin-top: 40px;margin-bottom: 40px;}
.mtb-lg{margin-top: 80px;margin-bottom: 80px;}
.mtb-xl{margin-top: 120px;margin-bottom: 120px;}

.ml-none{margin-left: 0;}
.ml-xs{margin-left: 10px;}
.ml-sm{margin-left:20px;}
.ml-md{margin-left: 40px;}
.ml-lg{margin-left: 80px;}
.ml-xl{margin-left: 120px;}
@media only screen and (max-width: 767px) {
.ml-sm,.ml-md,.ml-lg,.ml-xl {margin-left: 10px;}	
}

.mr-none{margin-right: 0;}
.mr-xs{margin-right: 10px;}
.mr-sm{margin-right:20px;}
.mr-md{margin-right: 40px;}
.mr-lg{margin-right: 80px;}
.mr-xl{margin-right: 120px;}
@media only screen and (max-width: 767px) {
.mr-sm,.mr-md,.mr-lg,.mr-xl {margin-right: 10px;}	
}

.mlr-none{margin-left: 0;margin-right: 0;}
.mlr-xs{margin-left: 10px;margin-right: 10px;}
.mlr-sm{margin-left:20px;margin-right: 20px;}
.mlr-md{margin-left: 40px;margin-right: 40px;}
.mlr-lg{margin-left: 80px;margin-right: 80px;}
.mlr-xl{margin-left: 120px;margin-right: 120px;}
@media only screen and (max-width: 767px) {
.mlr-sm,.mlr-md,.mlr-lg,.mlr-xl {margin-left: 10px;margin-right: 10;}	
}

/* Specific Styling */

/* ### Topbar Section ### */
.topbar{
  padding-top: 15px;
  padding-bottom: 15px;
}
.topbar ul{
  text-align: right;
  margin-bottom: 0;
}
.topbar ul li{
  display: inline;
}
.topbar span.seprator{
  margin-left: 5px;
  margin-right: 5px;
}-s

/* ### Logo Navigation Section ### */

.logo-navigation .navigation{
  text-align: right;
  margin-left: -15px;
  margin-right: -15px;
}
.logo-navigation .navigation ul{
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
}
.logo-navigation .navigation ul li{
  display: block;
  float: left;
  padding: 15px;
  position: relative;
}
.logo-navigation .navigation ul li a{
  display: block;
  transition: all 0.7s ease-out;
}
.navigation ul.cta li{
  text-align: center;
}
.navigation ul.cta li a{
  padding:5px 7px;
}

.logo-navigation .navigation ul li ul{
  position: absolute;
  z-index: 2;
  top: calc( 100% + 5px);
  left: 0;
  min-width: 220px;
  white-space: nowrap;
  text-align: left;
  opacity: 0;
  visibility: hidden;

  transition: all 0.7s ease-out;
}
.logo-navigation .navigation ul li:hover ul{
  opacity: 1;
  visibility: visible;
}
.logo-navigation .navigation ul li ul li{
  display: block;
  float: none;
  padding: 0;
}
.logo-navigation .navigation ul li ul li a{
  padding: 10px 15px;
  display: block;
}
.logo-navigation .navigation ul li ul li:last-child a{
  border-bottom: 0;
}

/* ### Banner Section ### */
.banner{}
.banner.banner-version-one .item{
  height: 50vh;
}
.banner.banner-version-two .item{
  height: 100vh;
}
.banner.banner-version-three .item{
  height: 75vh;
}
/* 1/2 Size Banner for Subpage */
.banner-subpage .item{
  height: 50vh;
}
/* // 1/2 Size Banner for Subpage */

.banner .item.item-video .vid-icon{
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.slick-dots{
  position: absolute;
  left:0;
  right:0;
  bottom:0;
  z-index: 1;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
.slick-dots li{
  background-color: transparent;
  height: 10px;
  width: 10px;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  margin-left: 2px;
  margin-right: 2px;
  display: inline-block;
  cursor: pointer;
}
.slick-dots li button{
  display: none;
}
.banner .action-buttons{
  margin-bottom: 0;
  margin-top: 25px;
}
.banner .action-buttons li{
  display: inline-block;
  text-align: center;
}
.banner .action-buttons li a{
  display: block;
  border: 1px solid transparent !important;
  padding: 7px 25px;
  border: 3px;
  border-radius: 4px;
  margin-right: 7px;

  transition: all 0.7s ease-out;
}
.banner .action-buttons li:hover a{
  border: 1px solid transparent !important;
}

/* ### Social Proof ### */
.slick-slider{
  /* margin-left: -15px;
  margin-right: -15px; */
}
.slick-slider.contentVerticalAlign .item{
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.slick-slider .item{
  padding-left: 10px;
  padding-right: 10px;
}
.slick-slider .item img{
  max-width: 100%;
  display: inline;
}
.social-proof .slick-dots,
.testimonials .slick-dots{
  position: static;
}
.social-proof .sp-content h2{
  margin-top: 0;
}
.social-proof.social-proof-version-three .sp-content{
  margin-bottom: 30px;
}

/* ### Breakouts Section ### */
.breakouts{}
.breakouts .each-bo{
  position: relative;
}
.breakouts .each-bo:after{
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  top:0;
  right: 0;
  bottom: 0;
  left: 0;
  content:"";
  z-index:1;
}
.breakouts .each-bo .eb-image{
  overflow: hidden;
}
.breakouts .each-bo .eb-image img,
.breakouts .each-bo .eb-content,
.breakouts .each-bo .eb-content > div{
  transition: all 0.5s ease-out;
}
.breakouts .each-bo:hover .eb-image img{
  transform: scale(1.1);
}
.breakouts.breakouts-version-one .each-bo:hover .eb-content{
  padding-top: 35px;
}
.breakouts.breakouts-version-one .each-bo:hover .eb-content > div{
  transform: translateY(-20px);
}
.breakouts .each-bo .eb-content{
  position: absolute;
  left:0;
  right:0;
  bottom:0;
  z-index: 2;
}
.breakouts .each-bo .eb-content > div{
  padding: 15px;
}
.breakouts.breakouts-version-one .each-bo .eb-content{
  background-color: rgba(0,0,0,0.5);
}
.breakouts.breakouts-version-two .each-bo .eb-content{
  top:0;
}
.breakouts.breakouts-version-two .each-bo .eb-content > div{
  position: absolute;
  top:50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%,-50%);
  text-align: center;
}
.breakouts .each-bo .eb-content h3{
  margin: 0;
}
.breakouts .each-bo .eb-content p{
  margin-bottom: 0;
  margin-top: 10px;
}

/* ### Meet Me Section ### */
.meet-me{
  height: 50vh;
}
.meet-me span{
  display: block;
  margin-bottom: 15px;
}
.meet-me .mm-button{
  width: 180px;
  padding-top: 20px;
}
 
.meet-me .mm-button a{
  display: block;
  padding: 10px;
  text-align: center;
  border-radius: 4px;
}

/* ### Section Button ### */
.section-btn {}
.section-btn .s-button{
  width: 180px;
  padding-top: 20px;
}
 
.section-btn .s-button a{
  display: block;
  padding: 10px;
  text-align: center;
  border-radius: 4px;
}

/* ### Free Offer Section ### */
.free-offer .fo-icon{
  width: 80px;
  padding-right: 15px;
}
.free-offer h3{
  margin-top: 0;
  margin-bottom: 5px;
}
.free-offer p{
  margin-bottom: 0;
}
.free-offer .fo-button{
  width: 180px;
  padding-left: 15px;
}

.free-offer .fo-button a{
  display: block;
  padding: 10px;
  text-align: center;
  border-radius: 4px;
}

/* ### Testimonials Section ### */
.testimonials .tes-para{
  margin-bottom: 15px;
}
.testimonials .item .tes-img{
  width: 60px;
  padding-right: 10px;
}
.testimonials .item > div{
  padding: 20px;
}
.testimonials .item .mytable{
  height: auto;
}
.testimonials .item img {
  max-width: 100%;
  border-radius: 50px;
}
/* ### Audience Section ### */
.audience{}
.audience .each-aud{
  position: relative;
}
.audience .each-aud:after{
  position: absolute;
  top:0;
  right:0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: rgba(0,0,0,0.32);
  z-index: 1;
}
.audience .each-aud .ea-image{
  overflow: hidden;
}
.audience .each-aud .ea-content{
  position: absolute;
  right: 0;
  left: 0;
  bottom:15%;
  z-index: 2;
}
.audience .each-aud .ea-content > div{
  padding: 15px;
  text-align: center;
}

.audience .each-aud .ea-image img,
.audience .each-aud .ea-content > div{
  transition: all 0.5s ease-out;
}
.audience .each-aud:hover .ea-image img{
  transform: scale(1.1)
}
.audience .each-aud:hover .ea-content > div{
  transform: translateY(-20px);
}

.header {
    z-index: 9;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 65px;
    /* padding: 5px 0 8px; */
    background-color: #FFF; 
}

/* ### Quote Slider ### */
.photo-background {
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 50px 0; }
  .photo-background .content {
    color: #ffffff; }
    .photo-background .content h2, .photo-background .content h3 {
      font-family: "BELL MT";
      margin: 0; }
    .photo-background .content h3 {
      font-style: italic; }
    .photo-background .content a {
      margin-top: 15px; }
    @media only screen and (max-width: 767px) {
      .photo-background .content {
        padding: 0 10px;
        text-align: center; } 
}

/* ### GOOGLE MAP ### */
#map {
       width: 100%;
       height: 400px;
       background-color: grey;
     }

.quote-slider-wrapper, .quote-slider-alternative {
  background-size: cover !important;
  background-position: center center;
  background-size: cover; }

.quote-slider {
  padding: 55px 0 65px; }
  .quote-slider .quote-slide {
    padding: 0;
    color: #ffffff;
   }
    .quote-slider .quote-slide h2 {
      margin: 35px 0;
      font-family: "BELL MT";
      font-style: italic;
      line-height: 1.4; }
    .quote-slider .quote-slide span {
      display: inline-block;
      text-transform: uppercase; }
      .quote-slider .quote-slide span:before, .quote-slider .quote-slide span:after {
        display: inline-block;
        height: 5px;
        width: 25px;
        content: '';
        margin: 0 20px;
        border-top: 1px solid #fff; }
    @media only screen and (max-width: 1023px) {
      .quote-slider .quote-slide {
        width: 100%;
        padding: 0 10px; } }
  .quote-slider .slick-prev, .quote-slider .slick-next {
    display: none !important; }
  .quote-slider .slick-dots {
    bottom: -50px; }
    .quote-slider .slick-dots li {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.2);
      margin: 0 10px; }
      .quote-slider .slick-dots li button {
      }
    .quote-slider .slick-dots li.slick-active {
      background: #ffffff; }
  @media only screen and (max-width: 1023px) {
    .quote-slider {
      padding: 20px; } }
  @media only screen and (max-width: 767x) {
    .quote-slider {
      padding: 20px 0; } }      
/* ### End Quote Slider ### */



/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #quote-carousel 
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
    }
    
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}



/* Responsive Css */
@media all and (min-width: 1024px) {
  .offcanvas,
  .body-inactive,
  .toggle {
    display: none !important;
  }
  .navigation{
	display:inline-block;
	float:right;
	}
}
@media (max-width:1023px){
  .item-video .banner-caption{
    display: none;
  }
  .breakouts.breakouts-version-one .each-bo:hover .eb-content{
    padding-top: 0;
  }
  .breakouts.breakouts-version-one .each-bo:hover .eb-content > div,
  .audience .each-aud:hover .ea-content > div{
    transform: translateY(0);
  }
  .breakouts .each-bo .eb-content h3{
    font-size: 18px;
  }
  .breakouts .each-bo .eb-content p{
    font-size: 14px;
  }

  .logo-navigation{
    padding: 10px 0;
  }
  .logo-navigation .navigation {
    display: none;
  }
  .offcanvas {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    background: #554684;
    width: 360px;
    z-index: 99;
    padding: 60px 0 0;
  }
  .toggle{
    text-align: right;
  }
  .offcanvas ul {
    margin: 0;
    display: block;
  }
  .offcanvas ul li {
    float: none;
    display: block;
  }
  .offcanvas ul.mynav{
    margin-top: 25px;
  }
  .offcanvas ul.mynav li a{
    border-bottom: 1px solid #776d96;
  }
  .offcanvas ul.cta li{
    padding: 0 15px;
  }
  .offcanvas ul li ul{
    display: none;
    padding: 10px 15px;
    background-color: #776d96;
  }
  .offcanvas ul.mynav li ul li a{
    border-bottom: 0;
  }
  .offcanvas ul li a {
    color: #ffffff;
    font-size: 16px;
    display: block;
    padding: 10px 15px !important;
  }
  .offcanvas .coff {
    top: 0;
    left: 0;
    position: absolute;
  }
  .offcanvas .coff a {
    padding: 9px;
    display: block;
  }
  .offcanvas.show-offcanvas {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .body-inactive {
    z-index: 11;
    background-color: rgba(0, 0, 0, 0.54);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
  }
}
@media (max-width: 767px){
  .banner.banner-version-one .item{
    height: 100vh;
  }
  .banner .banner-caption h2{
    font-size: 28px;
  }
  .audience .each-aud .ea-content h3{
    font-size: 18px;
  }
  .audience .each-aud .ea-content p{
    font-size: 14px;
  }
  .meet-me h3,
  .free-offer h3{
    font-size: 24px;
  }
  .meet-me p,
  .free-offer p,
  .free-offer .fo-button a{
    font-size: 14px;
  }
  
}
@media (max-width: 600px){
  .free-offer{
    text-align: center;
  }
  .free-offer .mytable,
  .free-offer .table-cell{
    display: block;
  }
  .free-offer .fo-icon{
    display: none;
  }
  .free-offer .fo-content{
    margin-bottom: 15px;
  }
  .free-offer h3{
    font-size: 18px;
  }
  .free-offer .fo-button{
    margin: 0 auto;
  }
}
@media (max-width: 480px){
  .banner .action-buttons li{
    display: block;
    padding: 5px 0;
  }
  .free-offer .fo-button{
    display: block;
    width: 100%;
  }
  .offcanvas{
    width: 100%;
  }
}
.parallax { 
	background-color:#333; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.text-white {color:#FFF;}
.text-white-30 {color:rgba(255,255,255,.3);}
.text-white-50 {color:rgba(255,255,255,.5);}
.text-white-70 {color:rgba(255,255,255,.7);}
.text-black {color:#000;}
.text-black-30 {color:rgba(0,0,0,.3);}
.text-black-50 {color:rgba(0,0,0,.5);}
.text-black-70 {color:rgba(0,0,0,.7);}
.half {
	width:50%;
	display:inline-block;
	margin:0;
	padding:0;
}
.half .left {
	margin-left:300px;
	margin-right:20px;
	background:#090;
}

.half .right{
	margin-left:20px;
	margin-right:300px;
	background:#A90;
}