@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,600;0,700;0,900;1,400;1,600;1,700;1,900&display=swap');

body, #hero-plus-body{
   font-family: 'Montserrat', sans-serif;
   font-size: 16px;
}

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

.align-left{
  text-align: left;
}

.align-right{
   text-align: right;
}

/* sticky header background, in case option is checked */
.sticky-top{
padding: 10px 0px 10px 20px;
background: #fff;
}

.sticky-top > #hero-plus-header {
  background-color: white;
}

.flex-fix{
    padding: 2% 10%;
}

a:link, a:visited{
  color: #e35207;
}

img {
    max-width: 100%;
}

#logo-div .img-inline {
    max-width: 250px;
}

#hero-plus-header {
    align-items: start; 
    display: inline;
}

.lightbox > .img-fluid {
    max-height: 100%;
}


/*Header Box*/
#hero-plus-hero .img-inline {
    width: 100%;
    margin-top: 0%;
}

body {
    background: #fff;
}

.topbar-header {
    width: 100%;
}

#logo-div {
    display: inline-block;
    vertical-align: middle;
}

#logo-div img {
    margin: 5px 12px;
}
#hero-plus-header {  
}


/*Hero Box*/
#hero{
  width: 100%;
  position: relative;
  width: 100%;
}



#hero-plus-hero {
}

.hero-content{
   position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    max-width: px;
    text-align: center;
    color: #fff;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
     max-width: 900px;
}

.hero-content h1{
   font-size: 2.5rem;
    margin-bottom: 40px;
}

.flex-fix h1{
    font-size: 2.2rem;
   font-weight: 600;
}
/*Body Box*/
#hero-plus-body {
}

.image-right{
  float: right;
  margin: 20px 0px 20px 20px;
  width: 55%;
        z-index: 999;
    position: relative;
}

h2{
    font-size: 1.8rem;
    font-style: italic;
}

.list-carousel-gallery h2{
  display: none;
}

.styled-list{
  list-style: none;
}

.styled-list h3{
  font-size: 30px;
    color: #053a4f;
    position: relative;
}

.styled-list h3 i{
       color: #aeb3b6;
    position: absolute;
    left: -46px;
    top: 5px;
}

.styled-list p{
  color: grey;
}

ul.styled-list li{
   margin-bottom: 25px;
}

.gallery-area{
   margin: 50px 0px;
}

.carousel-control-prev{
  left: -35px;
}

.carousel-control-next {
    right: -35px;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover{
   color: #e35207;
}

.carousel-indicators li{
   background-color: rgb(242 108 62);
}

.carousel-indicators .active{
  background-color: #34404b;
}

.v-flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-intro{
  font-size: 30px;
    margin: 38px 0px 0px 0px;
    margin: 38px 0px 25px 0px;
    font-weight: 600;
    line-height: 33px;
}
/*Footer Box*/
.socpad a:link, .socpad a:visited {
   color: #fff;
    margin-right: 10px;
}
#hero-plus-footer{
       background: #34404b;
    text-align: center;
    padding: 58px 0px;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}

.ctab, .ctab:visited {
       display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 20px 25px;
    font-size: 1.2rem;
    line-height: 1.42857143;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff !important;
    background-color: #e35207;
    border-color: #fff;
    /* display: block; */
    /* width: 100%; */
    border-width: 1px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.5s ease;
}

.ctab:hover{
   text-decoration: none;
   background: #ba4305;
}

.ctab-mobile, .ctab-mobile:visited {
    display: none;
    color: #ffffff!important;
    max-width: 100%!important;
}



.lang-ctab, .lang-ctab:visited {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #00637f;
    color: #fff!important;
    padding: 10px 8px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    margin: 25px 11px 30px;
    width: 150px;
    max-width: 100%;
    line-height: 119%;
   transition: all 0.5s ease;
}

.lang-ctab:hover{
   text-decoration: none;
   background: #00475b;
}

.mobile-ctab{
  display: none;
}

@media (max-width: 991px) {
   .hero-content h1{
       font-size: 2.0rem;
       margin-bottom: 40px;
   }
   
}

@media (max-width: 767px) {
#hero-plus-hero{
  display: none;
}
#logo-div {
    display: block;
    text-align: center;
}
.mobile-ctab{
  display: block;
}
.image-right{
  width: 100%;
  margin: 0px;
  float: none;

}
.align-left, .align-right{
  text-align: center;
}
.align-right{
  margin-bottom: 20px;
}
.card-columns {
    column-count: 1!important;
}
    #share-floating-bar {
        width: 100%;
        text-align: center;
        background: #1d1f22;
        padding: 10px 0px 0px 0px;
        margin-bottom: -3px;
        bottom: 0;
        right: 0;
    }
}