@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
h1{font-size: 3.8em !important;}
h2{font-size: 2.8em !important;}
h3{font-size: 2.8em !important;}
h4{font-size: 2.8em !important;}
h5{font-size: 2.5em !important;}
h6{font-size: 2.5em !important;}

a:hover{text-decoration: none;}
/* Side Floating Navigation */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 1) !important;
  font-size: 16px !important;
text-transform: uppercase;
}
.mobile-logo{display: none;}
/* Closable button inside the image */
.closebtn {
  display: none;
} 
.hero{height: 100vh !important;}

#secondary-hero{
  background: url("../img/home-solar-sm.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
#secondary-hero-storage{
  background: url("../img/solar-energy-storage-home-sm.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
#secondary-hero-business{
  background: url("../img/solar-energy-storage-buiness-sm.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
#secondary-hero-ground-mounts{
  background: url("../img/solar-energy-ground-mounts-sm.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-description{
  background-color: rgba(34,108,190,0.5);
}
.overlay-1{
  background-color: rgba(34,108,190,0.5);
}
#cd-vertical-nav {
    position: fixed;
    right: -78px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #e06919;
    z-index: 5;
}
#cd-vertical-nav ul {
    list-style: none;
    padding: 0;
    z-index: 10
}
#cd-vertical-nav li {
    text-align: right;
}
#cd-vertical-nav a {
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
}
#cd-vertical-nav .cd-dot {
    position: relative;
    top: 8px;
    right: calc(100% - 15px);
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #E97E36;
    transition: background-color .5s,-webkit-transform .2s;
    transition: transform .2s,background-color .5s;
    transition: transform .2s,background-color .5s,-webkit-transform .2s;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    color: #E97E36 !important;
    z-index: 12;
}

#cd-vertical-nav .cd-label {
    position: relative;
    margin-right: 10px;
    padding: 7px 14px;
    color: #fff;
    background: rgba(0,0,0,.53);
    font-size: 10px;
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: 600;
    opacity: 0;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}
#cd-vertical-nav a::after {
    content: "";
    clear: both;
    display: table;
}
/* end vertical menu 1 */

/* Start Vertical Menu 2 */

#dot-nav{    
  position: fixed;
    right: 0px;
    top: 50%;
  margin-top: -50px;
      bottom: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  background-color: #e06919;
  z-index: 999;
}

#dot-nav ul {
  list-style: none;
  margin:0;
  padding: 0;
}
#dot-nav li {
  position: relative;
  background-color: #226cbe;
  border: 1px solid #226CBE;
  border-radius: 15px 15px 15px 15px;
  cursor: pointer;
  padding: 5px;
  height: 10px;
  margin: 10px 5px 5px 5px;
  width: 10px;
  vertical-align:bottom;
}
#dot-nav li.active{
  background-color: transparent;
} 

#dot-nav li:hover {
  background-color: #e06919;
}

#dot-nav a {
  outline: 0;
  vertical-align:top;
  margin: 0px 0px 0px 25px;
  position: relative;
  top:-5px;
}
.awesome-tooltip + .tooltip > .tooltip-inner {
    /*background-color: #8e44ad;*/ 
    color: #f5f5f5; 
    border: 1px solid #8e44ad; 
}
.awesome-tooltip + .tooltip.left > .tooltip-arrow{
    top:50%;
    right:0;
    margin-top:-5px;
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    border-left:5px solid #8e44ad;
}

/* end vertical menu 2 */
.mobile-view{ display: none; }
.desktop-view{}
.board{
    width: 75%;
margin: 60px auto;
height: 500px;
background: #fff;
/*box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/
}
.board .nav-tabs {
    position: relative;
    /* border-bottom: 0; */
    /* width: 80%; */
    margin: 40px auto;
    margin-bottom: 0;
    box-sizing: border-box;

}

.board > div.board-inner{
    background: #fafafa url(http://subtlepatterns.com/patterns/geometry2.png);
    background-size: 30%;
}

p.narrow{
    width: 60%;
    margin: 10px auto;
}

.liner{
    height: 2px;
    background: #ddd;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    /* background-color: #ffffff; */
    border: 0;
    border-bottom-color: transparent;
}

span.round-tabs{
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: white;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

span.round-tabs.one{
    color: rgb(34, 194, 34);border: 2px solid rgb(34, 194, 34);
}

li.active span.round-tabs.one{
    background: #fff !important;
    border: 2px solid #ddd;
    color: rgb(34, 194, 34);
}

span.round-tabs.two{
    color: #febe29;border: 2px solid #febe29;
}

li.active span.round-tabs.two{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #febe29;
}

span.round-tabs.three{
    color: #3e5e9a;border: 2px solid #3e5e9a;
}

li.active span.round-tabs.three{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #3e5e9a;
}

span.round-tabs.four{
    color: #f1685e;border: 2px solid #f1685e;
}

li.active span.round-tabs.four{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #f1685e;
}

span.round-tabs.five{
    color: #999;border: 2px solid #999;
}

li.active span.round-tabs.five{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #999;
}

.nav-tabs > li.active > a span.round-tabs{
    background: #fafafa;
}
.nav-tabs > li {
    width: 20%;
}
/*li.active:before {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:0;
    margin: 0 auto;
    bottom: -2px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    z-index: 1;
    transition:0.2s ease-in-out;
}*/
.nav-tabs > li:after {
    content: " ";
    position: absolute;
    left: 45%;
   opacity:0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #ddd;
    transition:0.1s ease-in-out;
    
}
.nav-tabs > li.active:after {
    content: " ";
    position: absolute;
    left: 45%;
   opacity:1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #ddd;
    
}
.nav-tabs > li a{
   width: 70px;
   height: 70px;
   margin: 20px auto;
   border-radius: 100%;
   padding: 0;
}

.nav-tabs > li a:hover{
    background: transparent;
}

.tab-content{
}
.tab-pane{
   position: relative;
padding-top: 50px;
}
.tab-pane img{
    max-width: 350px;
    max-height: 250px;
    margin-top: -50px !important;
}
.tab-content .head{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.btn-outline-rounded{
    padding: 10px 40px;
    margin: 20px 0;
    border: 2px solid transparent;
    border-radius: 25px;
}

.btn.green{
    background-color:#000;
    /*border: 2px solid #5cb85c;*/
    color: #ffffff;
}
.mobile-faq{display: none;}

@media( max-width : 585px ){
  .mobile-logo{background: transparent !important; display: block;
    margin-left: auto;
    margin-right: auto;}
 .content {
  padding: 0rem 0;
}
.carousel-caption {
  position: absolute;
  right: 2% !important;
  top: 3% !important;
  left: 10% !important;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  max-width: 350px;
  height: 200px;
  background-color: rgba(0,0,0,0.5);
}
  .carousel-caption h5{font-size: 2em !important;}
  .carousel-caption p{font-size: .8em !important;}

.carousel-caption2 {
  position: absolute;
  right: 2% !important;
  top: 15% !important;
  left: 10% !important;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  max-width: 350px;
  height: 250px;
  background-color: rgba(0,0,0,0.5);
}
  .carousel-caption2 h5{font-size: 2em !important;}
  .carousel-caption2 p{font-size: .8em !important;}

.carousel-caption3 {
  position: absolute;
  right: 2% !important;
  top: 15% !important;
  left: 10% !important;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  max-width: 350px;
  height: 250px;
  background-color: rgba(0,0,0,0.5);
}
  .carousel-caption3 h5{font-size: 2em !important;}
  .carousel-caption3 p{font-size: .8em !important;}

 #dot-nav {
display: none;
}   
    .board {
width: 90%;
height:auto !important;
}
    span.round-tabs {
        font-size:16px;
width: 50px;
height: 50px;
line-height: 50px;
    }
    .tab-content .head{
        font-size:20px;
        }
    .nav-tabs > li a {
width: 50px;
height: 50px;
line-height:50px;
}

.nav-tabs > li.active:after {
content: " ";
position: absolute;
left: 35%;
}

.btn-outline-rounded {
    padding:12px 20px;
    }
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}
}
 /* Desktop View The grid: Four equal columns that floats next to each other */
.column {
  float: left;
  width: 25%;
  padding: 10px;
}

/* Style the images inside the grid */
.column img {
  opacity: 0.8;
  cursor: pointer;
}

.column img:hover {
  opacity: 1;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* The expanding image container (positioning is needed to position the close button and the text) */
.container {
  position: relative;

}

/* Expanding image text */
#imgtext {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: white;
  font-size: 20px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #E97E36;
}


/* Carousel 15 Start */

.content {
  padding: 3rem 0; }

h2 {
  font-size: 20px; }

.slider-92911 {
  position: relative; }

/* Carousel 4*/
.testimony-29101 .image {
  width: 70%;
  background-size: cover;
  background-position: center center; }
  @media (max-width: 991.98px) {
    .testimony-29101 .image {
      height: 300px; } }

.testimony-29101 .text {
  width: 30%;
  padding: 7rem 4rem;
  background: #fff;
}
  .testimony-29101 .text blockquote {
    position: relative;
    padding-bottom: 50px;
    font-size: 20px; }
.testimony-29101 .text blockquote p {
  color: #000;
  line-height: 1.8;
}
    .testimony-29101 .text blockquote .author {
      font-size: 16px;
      letter-spacing: .1rem;
      position: absolute;
      bottom: 0;
      color: rgba(255, 255, 255, 0.7); }

@media (max-width: 991.98px) {
  .testimony-29101 .image, .testimony-29101 .text {
    width: 100%;
    display: block !important; } }

.slide-one-item {
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1); }
  @media (max-width: 991.98px) {
    .slide-one-item .owl-nav {
      display: none; } }
  .slide-one-item .owl-nav .owl-prev,
  .slide-one-item .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #000; }
    .slide-one-item .owl-nav .owl-prev span,
    .slide-one-item .owl-nav .owl-next span {
      font-size: 60px; }
    .slide-one-item .owl-nav .owl-prev:hover,
    .slide-one-item .owl-nav .owl-next:hover {
      color: #000; }
    .slide-one-item .owl-nav .owl-prev:active, .slide-one-item .owl-nav .owl-prev:focus,
    .slide-one-item .owl-nav .owl-next:active,
    .slide-one-item .owl-nav .owl-next:focus {
      outline: none; }
  .slide-one-item .owl-nav .owl-prev {
    left: 20px; }
  .slide-one-item .owl-nav .owl-next {
    right: 20px; }
  .slide-one-item .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    z-index: 2; }
    .slide-one-item .owl-dots .owl-dot {
      display: inline-block; }
      .slide-one-item .owl-dots .owl-dot > span {
        -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
        -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
        transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
        display: inline-block;
        width: 15px;
        height: 3px;
        background: rgba(0, 123, 255, 0.4);
        margin: 3px; }
      .slide-one-item .owl-dots .owl-dot.active > span {
        width: 15px;
        background: #007bff; }

.thumbnail {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateY(50%) translateX(-50%);
  -ms-transform: translateY(50%) translateX(-50%);
  transform: translateY(50%) translateX(-50%);
  z-index: 99; }
  .thumbnail li {
    display: inline-block; }
.thumbnail li a {
  display: block;
  margin: 4px;
  margin-top: 35px;
}
      .thumbnail li a img {
        width: 50px;
        border-radius: 50%;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2); 
      margin-left: 2px;}
    .thumbnail li.active a img {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
      -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2); }

.ue-item-hero-label {
  position: absolute;
  left: 5px;
  top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  padding:4px;
  font-size: 11px;
  border-radius: 50px;
}
.ue-item-hero-label2 {
  position: absolute;
  left: 70px;
  top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  padding:4px;
  font-size: 11px;
  border-radius: 50px;
}
.ue-item-hero-label3 {
  position: absolute;
  left: 135px;
  top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  padding:4px;
  font-size: 11px;
  border-radius: 50px;
}
.ue-item-hero-label4 {
  position: absolute;
  left: 195px;
  top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  padding:4px;
  font-size: 11px;
  border-radius: 50px;
}
.ue-item-hero-label5 {
  position: absolute;
  left: 255px;
  top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  padding:4px;
  font-size: 11px;
  border-radius: 50px;
}
/* End Carousel 15 */

/* Begin Carousel 18 */
.content {
  padding: 3rem 0; }

h2 {
  font-size: 20px; }

.owl-1 .owl-nav {
  width: 100%;
  position: absolute;
  top: 110%; }
  .owl-1 .owl-nav .owl-next,
  .owl-1 .owl-nav .owl-prev {
    border: 1px solid red;
    z-index: 92;
    position: absolute;
    top: 50%; background-color: #000;}
    .owl-1 .owl-nav .owl-next:active, .owl-1 .owl-nav .owl-next:focus,
    .owl-1 .owl-nav .owl-prev:active,
    .owl-1 .owl-nav .owl-prev:focus {
      outline: none; }
    .owl-1 .owl-nav .owl-next span,
    .owl-1 .owl-nav .owl-prev span {
      color: #fff; }
      .owl-1 .owl-nav .owl-next span:before,
      .owl-1 .owl-nav .owl-prev span:before {
        font-size: 60px !important;background-color: #000;border-radius: 100px; }
  .owl-1 .owl-nav .owl-next {
    border: 4px solid blue;
    right: 20px; }
  .owl-1 .owl-nav .owl-prev {
    left: 20px; }

.owl-1 .owl-dots {
  position: absolute;
  bottom: 40px;
  left: 85%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .owl-1 .owl-dots .owl-dot {
    background: none;
    display: inline-block; }
    .owl-1 .owl-dots .owl-dot > span {
      display: inline-block;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.2);
      margin: 4px; }
    .owl-1 .owl-dots .owl-dot.active > span {
      background: #000;width:15px;height:15px; }
    .owl-1 .owl-dots .owl-dot:active, .owl-1 .owl-dots .owl-dot:focus {
      outline: none; }

.media-29101 .img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;max-height:500;overflow: hidden; }

.media-29101 .text {
  padding: 50px; }
  @media (max-width: 991.98px) {
    .media-29101 .text {
      padding: 20px;
      width: 100%; } }
  .media-29101 .text .category {
    color: #adb5bd;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .2rem; }
  .media-29101 .text h2 {
    font-family: "Playfair Display", times, serif;
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 30px; }
    .media-29101 .text h2 a {
      color: #000; }

.carousel-nav {
  width: 60%;
  margin-bottom: 40px;margin-top: 40px;margin-left: 6%; }
  .carousel-nav a {
    color: #999;
    padding: 20px;
    text-align: center;
    display: inline-block; }
    .carousel-nav a:hover {
      color: #000;border: 3px solid #000; }
    .carousel-nav a.active {
      color: #000;border: 3px solid #000; }
      .carousel-nav a.active:before {
        content: "";
        bottom: -1px;
        left: 0;
        right: 0;
        position: absolute;

         }
/* End Carousel 18 */

/* Begin Carousel 18 Mobile */
@media( max-width : 585px ) {
.mobile-faq{display: block;}
.desktop-faq{display: none;}
html, body{width: auto !important;
overflow-x: hidden !important;}
  h1,h2,h3,h4,h5,h6{text-align: center !important;}
h1{font-size: 2.8em !important;}
h2{font-size: 2.2em !important;}
h3{font-size: 2.2em !important;}
h4{font-size: 1.8em !important;}
h5{font-size: 1.8em !important;}
h6{font-size: 1.4em !important;}
.mobile-view{ display: block; }
.desktop-view{ display: none; }
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 1) !important;
  font-size: 1.2rem !important;
  text-transform: uppercase !important;
  border: 2px solid;
  padding-left: 15px;
}
.content {
  padding: 3rem 0; }

h2 {
  font-size: 20px; }

.owl-1 .owl-nav {
  width: 100%;
  position: absolute;
  top: 110%; }
  .owl-1 .owl-nav .owl-next,
  .owl-1 .owl-nav .owl-prev {
    border: 1px solid red;
    z-index: 92;
    position: absolute;
    top: 50%; background-color: #000;}
    .owl-1 .owl-nav .owl-next:active, .owl-1 .owl-nav .owl-next:focus,
    .owl-1 .owl-nav .owl-prev:active,
    .owl-1 .owl-nav .owl-prev:focus {
      outline: none; }
    .owl-1 .owl-nav .owl-next span,
    .owl-1 .owl-nav .owl-prev span {
      color: #fff; }
      .owl-1 .owl-nav .owl-next span:before,
      .owl-1 .owl-nav .owl-prev span:before {
        font-size: 60px !important;background-color: #000;border-radius: 100px; }
  .owl-1 .owl-nav .owl-next {
    border: 4px solid blue;
    right: 20px; }
  .owl-1 .owl-nav .owl-prev {
    left: 20px; }

.owl-1 .owl-dots {
  position: relative !important;
  bottom: 40px !important;
  left: 38% !important;
  -webkit-transform: translateX(-0%);
  -ms-transform: translateX(-0%);
  transform: translateX(0%);
  margin-bottom: 20px;
  margin-top: 100px;
}
  .owl-1 .owl-dots .owl-dot {
    background: none;
    display: inline-block; }
    .owl-1 .owl-dots .owl-dot > span {
      display: inline-block;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.2);
      margin: 4px; }
    .owl-1 .owl-dots .owl-dot.active > span {
      background: #000;width:15px;height:15px; }
    .owl-1 .owl-dots .owl-dot:active, .owl-1 .owl-dots .owl-dot:focus {
      outline: none; }

.media-29101 .img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;max-height:500;overflow: hidden; }

.media-29101 .text {
  padding: 50px; }
  @media (max-width: 991.98px) {
    .media-29101 .text {
      padding: 20px;
      width: 100%; } }
  .media-29101 .text .category {
    color: #adb5bd;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .2rem; }
  .media-29101 .text h2 {
    font-family: "Playfair Display", times, serif;
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 30px; }
    .media-29101 .text h2 a {
      color: #000; }

.carousel-nav {
  width: 60%;
  margin-bottom: 40px;margin-top: 40px;margin-left: 6%; }
  .carousel-nav a {
    color: #999;
    padding: 20px;
    text-align: center;
    display: inline-block; }
    .carousel-nav a:hover {
      color: #000;border: 3px solid #000; }
    .carousel-nav a.active {
      color: #000;border: 3px solid #000; }
      .carousel-nav a.active:before {
        content: "";
        bottom: -1px;
        left: 0;
        right: 0;
        position: absolute;

         }

         /* End Carousel 18 Mobile */
/* padding */
.pb-5, .py-5 {
  padding-bottom: .5rem !important;
}
.pt-5, .py-5 {
  padding-top: .5rem !important;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  display: none !important;
}
.display-3 {
  font-size: 3.5rem !important;
  font-weight: 300;
  line-height: 1.2;
  text-align: center !important;
}
.lead {
  font-size: 1.3rem;
  font-weight: 300;
  text-align: center !important;
}
.ml-5, .mx-5 {
  margin-left: 30% !important;
}
.testimony-29101 .text {
  padding: 2rem 2.5rem !important;
}


    .navbar-collapse {
        position: absolute;
        top: 54px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        padding-top: 50px;
        width: 100%;
        background-color: #000;
        z-index: 11001
    }
    .navbar-collapse.collapsing {
        height: auto;
        -webkit-transition: left 0.3s ease;
        -o-transition: left 0.3s ease;
        -moz-transition: left 0.3s ease;
        transition: left 0.3s ease;
        left: -100%;
    }
    .navbar-collapse.show {
        left: -25px;
        -webkit-transition: left 0.3s ease-in;
        -o-transition: left 0.3s ease-in;
        -moz-transition: left 0.3s ease-in;
        transition: left 0.3s ease-in;
    }
   .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color: #fff;
  z-index: 11001;
background-color: #fff;
}
.h-100 {
  height: 100vh !important;
}
#home{height: 100vh !important;}
.mobile-carousel{ height:400px; margin-bottom: 50px;}
.mobile-carousel img{ height:400px; }
}

.plan-list-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 6px 0px rgb(148 148 148 / 40%);
  border-radius: 8px;
  overflow: hidden;
}

.form-control {
  border-radius: 1.75rem !important;
}
.dropdown-item {
  text-transform: uppercase !important;
}

.footer{
  background-color: #2f343a;
}
.footer-form{ background-image: url('../img/AI7I3710-scaled.jpg'); 
background-position: center;  background-size: 100%;  
background-repeat: no-repeat; background-size: cover;}