@font-face {
    font-family: 'Jost';
    src: url('fonts/Jost-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Jost';
    src: url('fonts/Jost-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Jost';
    src: url('fonts/Jost-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'Jost';
    src: url('fonts/Jost-SemiBold.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'Jost';
    src: url('fonts/Jost-Bold.ttf') format('truetype');
    font-weight: 700;
}



html{
    scroll-behavior: smooth;
}
body{
    font-family: 'Jost', sans-serif;
    font-size: 18px; 
    color: #a7a9ab;
    font-weight: 300;
}



a{-webkit-transition: all 0.32s ease-out; -moz-transition: all 0.32s ease-out; -o-transition: all 0.32s ease-out; -ms-transition:  all 0.32s ease-out; transition: all 0.32s ease-out; text-decoration:none;}
a:hover{color: #da1f31; text-decoration: none;}

::placeholder { color: 000; opacity: 1; }
:-ms-input-placeholder { color: 000;}
::-ms-input-placeholder { color: 000;}

/*COMMOM STYLES*/


.fw-bo{font-weight: 700;}
.fw-sb{font-weight: 600;}
.fw-me{font-weight: 500;}
.fw-re{font-weight: 400;}
.fw-li{font-weight: 300;}


.fs-79{font-size: 79px;}
.fs-63{font-size: 63px;}
.fs-41{font-size: 41px;}
.fs-30{font-size: 30px;}
.fs-22{font-size: 22px;}



.ls-1{letter-spacing: 1px;}
.ls-2{letter-spacing: 2px;}

.lh-2{line-height: 2;}
.lh-15{line-height: 1.5;}
.lh-45{line-height: 45px;}


@media screen and (max-width: 991px) {
    .fs-79{font-size: 59px;}
    .fs-63{font-size: 53px;}
    .fs-41{font-size: 38px;}
    .fs-30{font-size: 29px;}
    .fs-22{font-size: 21px;}  
}

@media screen and (max-width: 767px) {
    .fs-79{font-size: 49px;}
    .fs-63{font-size: 43px;}
    .fs-41{font-size: 32px;}
    .fs-30{font-size: 28px;}
    .fs-22{font-size: 20px;}
}

@media screen and (max-width: 576px) {
    .fs-79{font-size: 39px;}
    .fs-63{font-size: 33px;}
    .fs-41{font-size: 24px;}
    .fs-30{font-size: 22px;}
    .fs-22{font-size: 19px;}

}


@media screen and (min-width: 1800px) {
    .myContainer-xxl{max-width: 1650px;}
    .myContainer-xl{max-width: 1525px;}
}
@media screen and (min-width:768px){
    .mt-md-lg{margin-top: 60px!important;}
    .mb-md-lg{margin-bottom: 60px!important;}

    .mt-md-xl{margin-top: 100px!important;}
    .mb-md-xl{margin-bottom: 100px!important;}
  
}

.bg-grey{background-color: #484c4c!important; }
.bg-brand{background-color: #538073;}

.text-brand{color:#538073!important;}
.text-black{color:#000!important;}

.btn-brand{background-color: #538073; border:none; display: inline-block;  transition: all 0.32s ease-out; color: #FFF; font-weight: 500; font-size: 19px; padding: 15px 25px; letter-spacing: 2px; }
.btn-brand:hover{background-color: #a7a9ab; color: #FFF!important;}



.has-bg{background-position: center; background-size: cover; }


.img-linked{
    -webkit-transition: all 0.32s ease-out;
    -moz-transition: all 0.32s ease-out;
    -o-transition: all 0.32s ease-out;
    -ms-transition:  all 0.32s ease-out;
    transition: all 0.32s ease-out;
}
.img-linked:hover{
    transform: scale(1.04);
    cursor: pointer;
}

.text-linked{color: inherit;}
.text-linked:hover{color: inherit; text-decoration: underline;}


.mt-n5{margin-top: -50px;}
.mt-n150{margin-top: -150px;}
.ms-n5{margin-left: -50px;}
.ms-n75{margin-left: -75px;}
.border-l{border-left: 1px solid #FFF;}

.border-l-r{border-left: 1px solid #a7a9ab; border-right: 1px solid #a7a9ab;}
.border-r{border-right: 1px solid #a7a9ab;}
.border-t{border-top: 1px solid #a7a9ab;}

.col-cnt-2{columns: 2;}



@media screen and (max-width: 767px) {
    .col-cnt-2{columns: 1;}
    .border-t, .border-r{border: none;}
}
/* Navigation */

#topNavigation .img-logo{width: 410px;}
#topNavigation .nav-link{color:#a7a9ab; font-size: 17px; letter-spacing: 3px; font-weight: 500; padding: 18px 25px;}
#topNavigation .nav-link:hover{color: #538073;}
#topNavigation .nav-link.activeNav{font-weight: 700;}


footer{background-color: #538073;}

@media screen and (max-width: 1199px){
    #topNavigation .img-logo{width: 215px;}
    #topNavigation .nav-link{padding: 10px 8px; font-size: 16px;} 
}


@media screen and (max-width: 991px){
    #topNavigation .navbar-toggler-icon {background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(83, 128, 115, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");}
    #topNavigation .navbar-toggler {border-color: rgba(255,255,255,0);} 
    #topNavigation .navbar-toggler:focus, .navbar-toggler:active { outline: none; box-shadow: none;  }

    #topNavigation .img-logo{width: 175px;}
    #topNavigation .nav-link{padding: 10px 25px;}
}

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

    #topNavigation .img-logo{width: 175px;}
}





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


@media(min-width:768px) and (max-width: 991px){
}

@media screen and (min-width:1199px){
   #nav-register{font-size: 25px!important; margin-top: -8px;}
}

.img-area-png{margin-bottom: -159px; position: relative;}
.info-box {
    position: absolute;
    z-index: 999;
    background: #000;
    padding: 0;
    border: 2px solid #FFF;
    color:#FFF;
    display: none;
    transform: translate(-50%, -50%);
    transition: all .25s linear;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
}
#sharePopUp .modal-content{background-color: transparent; border:none;}
#sharePopUp .modal-header{border:none;}


@media screen and (min-width: 1899px){
    .video-1{margin-top: -50px;}
}

@media screen and (max-width: 1199px){
   .video-1{width: 100%!important; margin-top: 25px;}
}



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

    #area .img-area-png{margin-bottom: -55px;}
    #area .ms-n75{margin-left: auto; margin-right: auto; display: block; margin-top: 25px;}
}


@media screen and (max-width: 1199px){
    #locationSection .fs-22{font-size: 17px; margin-bottom: 10px;}
    #locationSection .fs-30{font-size: 17px;}


}






#registrationForm .form-control{border-radius: 0; border: 1px solid #a7a9ab; margin-bottom: 27px;}

#registrationForm  select {
    display: block;
    line-height: 1.3;
    padding: 1rem .75rem;
    margin: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23538073%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
    color:#a7a9ab;
}

/* <div class="scrollImg">
                    <div class='icon-scroll'><div>
                </div> */
#heroSlider .scrollImg{position: absolute;width: 100%; left: 0; bottom: 0; z-index: 10;  height: 100px; }
.icon-scroll,
.icon-scroll:before{
  position: absolute;
  left: 50%;
}

.icon-scroll{
  width: 40px;
  height: 70px;
  margin-left: -20px;
  top: 50%;
  margin-top: -35px;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px;
}

.icon-scroll:before
{
  content: '';
  width: 8px;
  height: 8px;
  background: #83C02F;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}

@keyframes scroll{
  0%{opacity: 1;}
  100%{opacity: 0; transform: translateY(46px);}
}


iframe#ssf_szBONTUxTUvUNU00M9I1MTEy1LVMTTXXNU02MDNJMjEwMklNBAA {
    display: none;
}

