

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Light.eot');
    src: url('fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gotham-Light.woff2') format('woff2'),
        url('fonts/Gotham-Light.woff') format('woff'),
        url('fonts/Gotham-Light.ttf') format('truetype'),
        url('fonts/Gotham-Light.svg#Gotham-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Medium.eot');
    src: url('fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gotham-Medium.woff2') format('woff2'),
        url('fonts/Gotham-Medium.woff') format('woff'),
        url('fonts/Gotham-Medium.ttf') format('truetype'),
        url('fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Book';
    src: url('fonts/Gotham-Book.eot');
    src: url('fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gotham-Book.woff2') format('woff2'),
        url('fonts/Gotham-Book.woff') format('woff'),
        url('fonts/Gotham-Book.ttf') format('truetype'),
        url('fonts/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Bold.eot');
    src: url('fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gotham-Bold.woff2') format('woff2'),
        url('fonts/Gotham-Bold.woff') format('woff'),
        url('fonts/Gotham-Bold.ttf') format('truetype'),
        url('fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Black.eot');
    src: url('fonts/Gotham-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gotham-Black.woff2') format('woff2'),
        url('fonts/Gotham-Black.woff') format('woff'),
        url('fonts/Gotham-Black.ttf') format('truetype'),
        url('fonts/Gotham-Black.svg#Gotham-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}




html{
    scroll-behavior: smooth;
}
body{
    font-family: 'Gotham';
    font-size: 18px; 
    color: #333333;
    font-weight: 300;
    /* letter-spacing: .8px; */
}
.gotham-book{font-family: 'Gotham Book';}
.gotham{font-family: 'Gotham';}
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: #606f3f; text-decoration: none;}

::placeholder { color: #ffffff; opacity: 1; }
:-ms-input-placeholder { color: #ffffff;}
::-ms-input-placeholder { color: #ffffff;}

/*COMMOM STYLES*/

.fw-bl{font-weight: 900;}
.fw-sb{font-weight: 600;}
.fw-bo{font-weight: bold;}
strong, .fw-me{font-weight: 500;}
.fw-re{font-weight: 400;}
.fw-li{font-weight: 300;}

.fs-106{font-size: 106px;}
.fs-87{font-size: 87px;}
.fs-82{font-size: 82px;}
.fs-72{font-size: 72px;}
.fs-65{font-size: 65px;}
.fs-60{font-size: 60px;}
.fs-58{font-size: 58px;}
.fs-56{font-size: 56px;}
.fs-55{font-size: 55px;}
.fs-52{font-size: 52px;}
.fs-50{font-size: 50px;}
.fs-49{font-size: 49px;}
.fs-48{font-size: 48px;}
.fs-45{font-size: 45px;}
.fs-42{font-size: 42px;}
.fs-40{font-size: 40px;}
.fs-38{font-size: 38px;}
.fs-36{font-size: 36px;}
.fs-35{font-size: 35px;}
.fs-32{font-size: 32px;}
.fs-30{font-size: 30px;}
.fs-28{font-size: 28px;}
.fs-26{font-size: 26px;}
.fs-24{font-size: 24px;}
.fs-22{font-size: 22px;}
.fs-20{font-size: 20px!important;}
.fs-19{font-size: 19px;}
.fs-18{font-size: 18px;}
.fs-15{font-size: 15px;}
.fs-14{font-size: 14px;}
.fs-13{font-size: 13px!important;}
.fs-12{font-size: 12px;}
.fs-11{font-size: 11px;}
.ls-0-4{letter-spacing: .4px;}
.ls-1{letter-spacing: 1px;}
.ls-2{letter-spacing: 2px;}
.ls-3{letter-spacing: 3px;}
.ls-4{letter-spacing: 4px;}
.ls-6{letter-spacing: 6px;}
.ls-8{letter-spacing: 8px;}
.ls-10{letter-spacing: 10px;}
.ls-13{letter-spacing: 13px;}
.ls-20{letter-spacing: 20px;}
.ls-30{letter-spacing: 30px;}
.ls-80{letter-spacing: 80px;}

.lh-1{line-height: 1;}
.lh-1-1{line-height: 1.1;}
.lh-1-2{line-height: 1.2;}
.lh-1-4{line-height: 1.4;}
.lh-1-7{line-height: 1.7;}
.lh-2{line-height: 2;}
.lh-2-4{line-height: 2.4;}

.lh-4{line-height: 4;}



.bg-grey{background-color: #484c4c!important; }
.bg-brand{background-color: #8C734B!important;}
.bg-light-brand{background-color: #b6c7cc!important;}
.bg-pink{background-color: #C92E63!important;}

.text-justify  { text-align: justify !important; }
.text-brand{color:#3daae1!important;}
.text-grey{color:#666666!important;}
.text-lgrey{color: #999999;}
.text-black{color:black!important;}
.bg-light{background-color: #e2e2e2!important;}
.btn-brand{background-color:#238dc1; border:none; display: inline-block; position: relative; transition: all 0.32s ease-out; color: #ffffff; font-weight: 500; font-size: 25px; padding: 15px 40px; }
.btn-brand:hover{background-color: #484c4c; color: #FFF!important;}

.btn-brand1{background-color: #238dc1;border:none; display: inline-block; position: relative; transition: all 0.32s ease-out; color: #ffffff; font-weight: 500; font-size: 25px; padding: 15px 35px; letter-spacing: 1px; }
.btn-brand1:hover{background-color: #484c4c; color: #FFF!important;}


.btn-share{background-color: #929497;font-weight:300; background-image: url('../images/misc/share.png');letter-spacing: 1px;font-size:19px; padding:15px 25px; color:white;border:none; background-position: 90% 52%; background-repeat: no-repeat; padding-right: 65px!important;}
.btn-share:hover{background-color: #535850;}
.btn-share:focus {border: none;  }


.has-bg{background-position: center; background-size: cover; background-repeat:no-repeat;}
#carousel .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f1f1f1' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
#carousel .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f1f1f1' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-thumbnails {
    background-color:#ccc;
}
.carousel-inner {
    text-align:center;
}

.carousel-indicators [data-bs-target]{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    opacity: 1;
    border:1px solid white;
    background: transparent;
}
.carousel-indicators .active{background-color: white;}
.custom-indicator-wrap {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
    display: block;
}

.custom-indicator-wrap li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
.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(.96);
    cursor: pointer;
}

.text-linked{color: inherit;}
.text-linked:hover{color: inherit; text-decoration: underline;}
.border-t{border-top: 1px solid #666; }
.border-b{border-bottom: 1px solid  #666;}
footer{background-color: #238dc1;color: #ffffff;}

/* Navigation */
/* #topNavigation { padding: 0; background-color: #FFF;} */
/* #topNavigation .img-logo{top: 0;} */
#topNavigation .nav-link{font-size: 21px; font-weight: 500; color: #666666;padding: 0px 2rem; letter-spacing: 4px;}
#topNavigation .nav-link:hover, #topNavigation .nav-link:active{color: #82C341;}
#topNavigation .nav-item{display: flex; align-items: center;}



#sideNav{position: fixed; top: 300px; right: 0; z-index: 89; width: 50px; display: block;}
#sideNav .nav-register{padding: 14px 15px;;  background-color: #005839;  transform: rotate(-90deg); top: -123px; position: absolute; width: 170px; left: -57px;}
#sideNav .nav-register:hover{background-color: #535850; }
#sideNav .nav-register a{color: #FFF; font-weight: 500; display: block; }
#sideNav .btn-social{padding: 11px;}
#sideNav .btn-fb{background-color: #316094;}
#sideNav .btn-ig{background-color: #559390;}
#sideNav .bt-share{background-color: #929497;}

.withBg-wrapper{overflow-x: hidden!important; overflow-y: hidden;}
.withBg{position: relative;}
.withBg:after{content: ''; background-color: #F2f2f2; width: 120%; height: 78%; position: absolute; left: -7%; top: 157px; z-index: -1; transform: rotate(-5deg);}
.withBg-top:after{height: 1299px; bottom: 57px; top: inherit;}

.bg-main {
    background-image: url(/images/bg-main.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh;
    min-height: 200px;
    position: relative;
}
.bg-main .caption {
    position: absolute;
    letter-spacing: 20px;
    top: 45%;
    width:100%;
    left: 0px;
    font-size:40px;
    color: #ffffff;
    text-align:center;
    font-weight:500;
  }
  #registrationForm input::placeholder { color:#333333;font-size: 15px;font-family: 'Gotham Book';text-transform: uppercase;font-weight: 400; }
  

  #registrationForm  input::-webkit-input-placeholder {
    color:#333333;font-size: 15px;font-family: 'Gotham Book';text-transform: uppercase;font-weight: 400;
      }
      
      #registrationForm  input:-moz-placeholder { 
        color:#333333;font-size: 15px;font-family: 'Gotham Book';text-transform: uppercase;font-weight: 400;
      }
      
      #registrationForm   input::-ms-input-placeholder  { 
        color:#333333;font-size: 15px;font-family: 'Gotham Book';text-transform: uppercase; font-weight: 400;
      }
#registrationForm .form-control{border: none;color:#333333;  border-radius: 0; margin-bottom: 15px;height: 50px;font-family: 'Gotham Book'; font-size: 15px; font-weight: 400;background-color: #e6e7e8;}
#registrationForm .form-control:focus{ box-shadow: none;}
#registrationForm sup{color: #C92E63; font-size: 16px!important; font-weight: 400;}
#registrationForm  label{color:#333333;font-size: 15px;font-family: 'Gotham Book';text-transform: uppercase;font-weight: 400;}
#registrationForm  select {
    display: block;
   line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    height: calc(3.5rem + 2px);
    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%23333333%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: #333333;
}
.activeNav{color:#82C341!important}
.navbar-nav .active a{color:#82C341!important}
#mainNav .nav-link .active{color:#82C341!important}
#topNavigation .nav-item .active{color:#82C341!important;font-weight: bold;}
#sharePopUp .modal-header{border: none;}

input[type="radio"] {
    -ms-transform: scale(1.9); /* IE 9 */
    -webkit-transform: scale(1.9); /* Chrome, Safari, Opera */
    transform: scale(1.9);
}
/* Customize the label (the container) */
.label-container {
    display: inline-block;
    position: relative;
    padding-left: 0px;
    padding-right: 11px;
    margin-bottom: 5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default radio button */
  .label-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  .label-container .checkmark {
    position: absolute;
    top: 7px;
    left: 40px;
    height: 22px;
    width: 22px;
    background-color: transparent;
    border-radius: 50%;
    border:1px solid #666666;
  }
  
  /* On mouse-over, add a grey background color */
  .label-container:hover input ~ .checkmark {
    background-color: #ffffff;
  }
  
  /* When the radio button is checked, add a blue background */
  .label-container input:checked ~ .checkmark {
    background-color: #709E3B;
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .label-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .label-container input:checked ~ .checkmark:after {
    display: block;
  }
  
  
.arrow{
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.arrow span{
    display: block;
    width: 30px;
    height: 30px;
    border-bottom: 5px solid #FFF;
    border-right: 5px solid #FFF;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}
.arrow span:nth-child(2){
    animation-delay: -0.2s;
}

svg { 
    height: 100%;
    width: 100%;
  }
#topNavigation{height: 108px;background-color: white;border-bottom:1px solid #DCDDDE}
#design p{line-height: 2;letter-spacing: 1px;}
#design h2{line-height: 1.4;}
#areaphotos p{margin-bottom: 3rem;line-height: 2;padding-right: 3rem;}
#areaphotos h2{letter-spacing: 4px;}

footer .btn-social{padding: 4px;}


.carousel-control-next, .carousel-control-prev{opacity: 1;width: 54px;height: 54px;top: 300px;background: #000000;}
.carousel-caption{color: #333333;position: relative;font-size: 18px;font-weight: 300;right: 0;left: 0;}
.carousel-caption p{position: relative;text-align: left;}
.carousel-caption span{font-size: 15px;
    font-weight: 600;
    position: absolute;
    background: #A18C66;
    color: white;
    text-align: center;
    height: 20px;
    width: 20px;
    --size: 20px;
    margin-top: 3px;
    border-radius: 50%;
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
}
.img-magnifier-container {
    position:relative;
  }
  
  .img-magnifier-glass {
    position: absolute;
    border: 11px solid #ffffff;
    border-radius: 50%;
    cursor: none;
    /*Set the size of the magnifier glass:*/
    width: 300px;
    height: 300px;
  }
  .nav-tabs{border: none;margin-top: 33%;}
  .nav-tabs .nav-link{font-size: 27px;font-weight: normal;color: #58595B;border: none;position: relative;}
  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{color: #8C734B; background-color: transparent;border: none;font-weight: bold;}
  .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{border-color: transparent;}
  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active::after{content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -16px;
    margin-bottom: -3px;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid #8C734B;}

   
    .form-control:disabled {
        background-color: #b3b2b2!important;
    }

    ul#tabs { list-style-type: none; margin-top: 36%;margin-bottom:3rem;
        position: absolute; }
    ul#tabs li { display: inline; }
    ul#tabs li a { font-size: 27px;font-weight: normal;color: #58595B;border: none;position: relative; letter-spacing: 6px;padding-left: 3rem;padding-right: 3rem;}
    ul#tabs li a.selected { color: #8C734B; background-color: transparent;border: none;font-weight: bold; }

    div.tabContent { }
    div.tabContent.hide { display: none; }
    ul#tabs li a.selected::after{
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -16px;
    margin-bottom: -3px;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid #8C734B;}

    .form-score{border: none;color:#666666;  border-radius: 0; margin-bottom: 25px;height: 50px; font-size: 19px; font-weight: 300;background-color: #EFEFEF;}
    .form-control:focus{ box-shadow: none;}
    .btn-go{background-color: transparent; border:none; display: inline-block; position: relative; transition: all 0.32s ease-out; color: #7BA843; font-weight: bold; font-size: 35px; letter-spacing: 1px; }

    .centered {
      position: absolute;
      bottom: 5%;
      left: 50%;
      transform: translate(-50%, -50%);
    }














      































    @media (min-width:993px) and (max-width:1700px) {
        .fs-55{font-size: 30px;}
        .fs-45 {font-size: 28px;}
        .fs-19{font-size: 18px;}
    }



@media (min-width:992px) and (max-width:1500px) {
    #topNavigation .nav-link{padding: 0 1rem;font-size: 16px;}
    .carousel-control-next, .carousel-control-prev{top: 180px;}
    ul#tabs li a{padding-left: 2rem;padding-right: 2rem;font-size: 24px;}
    .fs-52 {
        font-size: 26px;
    }
    .fs-24 {
        font-size: 18px;
    }
}


@media screen and (max-width:1200px){
    .fs-32 {
        font-size: 30px;
    }
    .fs-38 {
        font-size: 30px;
    }
    .fs-49 {
        font-size: 42px;
    }
    .fs-87 {
        font-size: 60px;
    }
    .fs-106{font-size: 80px;}
    .fs-82 {
        font-size: 65px;
    }
    .ps-timeline-sec .ps-container ol.ps-timeline li span{width: 90px;
      height: 90px;line-height: 5rem;top: -52px;}
      .fs-36 {
        font-size: 24px;
    }
    .ps-timeline-sec .ps-container ol.ps-timeline li .img-handler-top{margin-left: -130px;}
}

@media screen and (max-width:991px){
    main {
        padding-top: 0px;
    }
    #topNavigation .navbar-toggler-icon {width: 2.5em;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='rgb(153, 153, 153)' 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 {background-color: #E6E7E8; height: 55px; top:0px; width: 100%; justify-content: flex-end; z-index: 99;position: sticky;}   
    #topNavigation  .navbar-collapse{width: 100%; background-image: url("/images/bg-nav.jpg"); left: 0;margin-top: 7px;}
    #topNavigation .nav-link{color: #FFF; padding-bottom: 30px;font-size: 25px;font-weight: 300;}
     #sideNav{width: 140px; left: 12px; top: 0; z-index: 101;position: absolute;float: right;}
    #sideNav .btn-social{padding: 6px;}   
    #topNavigation .nav-item .active {color: white!important;font-weight: bold;position: relative;}
    #topNavigation .nav-item .active::after{content: '';position: absolute;width: 62%;height: 1px;background: white;right: 0;left: 33px;bottom: 14px;}
    .navbar-nav .active a{color: black!important;}
     #topNavigation .nav-link:hover, #topNavigation .nav-link:active{color: white;}
     #topNavigation .nav-link{padding: 1rem 2rem;}
     .carousel-control-next, .carousel-control-prev{top: 150px;}
     .img-magnifier-glass{width: 120px;height: 120px;border: 4.5px solid #ffffff;}
     /* .btn-brand{font-size: 14px;} */
     .btn-brand1{padding: 10px 22px;}
     .btn-share{padding: 10px 20px;}
        }           
@media screen and (max-width:992px){
    
    .fs-106{font-size: 70px;}
    .fs-87{font-size: 50px;}
    .fs-82 {font-size: 49px;}
    .fs-72{font-size: 40px;}
    .fs-65{font-size: 45px;}
    .fs-60{font-size: 45px;}
    .fs-58{font-size: 44px;}
    .fs-56{font-size: 42px;}
    .fs-55{font-size: 38px;}
    .fs-52{font-size: 44px;}
    .fs-50{font-size: 43px;}
    .fs-49{font-size: 42px;}
    .fs-48{font-size: 42px;}
    .fs-45{font-size: 40px;}
    .fs-42{font-size: 39px;}
    .fs-40{font-size: 38px;}
    .fs-38{font-size: 36px;}
    .fs-36{font-size: 24px;}
    .fs-35{font-size: 33px;}
    .fs-32{font-size: 29px;}
    /* .fs-30{font-size: 28px;} */
    /* .fs-28{font-size: 26px;} */
    .fs-26 {font-size: 24px;}
    /* .fs-22{font-size: 20px;} */
    
}

@media screen and (max-width: 767px){
    .fs-106{font-size: 65px;}
    .fs-87{font-size: 40px;}
    .fs-82 {font-size: 49px;}
    .fs-72{font-size: 35px;}
    .fs-65{font-size: 45px;}
    .fs-60{font-size: 45px;}
    .fs-58{font-size: 45px;}
    .fs-56{font-size: 46px;}
    .fs-55{font-size: 38px;}
    .fs-52{font-size: 39px;}
    .fs-50{font-size: 36px;}
    .fs-49{font-size: 36px;}
    .fs-48{font-size: 36px;}
    .fs-45{font-size: 34px;}
    .fs-42{font-size: 33px;}
    .fs-40{font-size: 33px;}
    .fs-38{font-size: 31px;}
    .fs-36{font-size: 24px;}
    .fs-35{font-size: 32px;}
    .fs-32{font-size: 25px;}
    /* .fs-30{font-size: 24px;} */
    /* .fs-28{font-size: 26px;} */
    /* .fs-22{font-size: 20px;} */
    .fs-14{font-size: 13px;}
   
        .ps-timeline-sec .ps-container ol.ps-timeline li span{margin-left:-120px;top: -122px;}
        .ps-timeline-sec .ps-container ol.ps-timeline li:first-child {
          margin-left: 17%;
      }
      .ps-timeline-sec .ps-container ol.ps-timeline li:last-child .img-handler-top{bottom: -7px!important;}
}

@media screen and (max-width: 576px){
    .fs-106{font-size: 60px;}
    .fs-87{font-size: 60px;}
    .fs-82 {font-size: 49px;}
    .fs-72{font-size: 30px;}
    .fs-65{font-size: 45px;}
    .fs-60{font-size: 38px;}
    .fs-58{font-size: 34px;}
    .fs-56{font-size: 32px;}
    .fs-55{font-size: 28px;}
    .fs-52{font-size: 28px;}
    .fs-50{font-size: 26px;}
    .fs-49{font-size: 25px;}
    .fs-48{font-size: 24px;}
    .fs-45{font-size: 23px;}
    .fs-42{font-size: 31px;}
    .fs-40{font-size: 30px;}
    .fs-38{font-size: 30px;}
    .fs-36{font-size: 18px;}
    .fs-35{font-size: 29px;}
    .fs-32{font-size: 25px;}
    .fs-24 {
      font-size: 20px;
  }
    .fs-19{font-size: 19px;}
    /* .fs-30{font-size: 20px;} */
    /* .fs-28{font-size: 24px;} */
    /* .fs-22{font-size: 18px;} */
    .fs-17{font-size: 16px;}
    .fs-14{font-size: 12px;}
    .ls-6 { letter-spacing: 2px!important;} 
    .ls-8 { letter-spacing: 3px; }
    .ls-20 {  letter-spacing: 6px!important;} 
    .ls-30{letter-spacing: 16px;}
    .carousel-control-next, .carousel-control-prev{top: 100px;}
    .carousel-control-next, .carousel-control-prev{width: 20px;height: 20px;}
    .btn-brand{font-size: 16px;}
}

@media screen and (max-width: 500px){
    
}
@media screen and (max-width: 430px){
    
}
@media screen and (max-width: 380px){
    
}
@media (min-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1227px;
}
}