body {
            font-family: 'Roboto', sans-serif !important;
        }

        .landingPage{
            
            background-size: cover; 
            background-color: #142628;
        }

        nav {
            padding: 40px !important;
        }

      
        .navbar-brand {
            color: #d7c2ab !important;
            padding-right: 40px;
            font-family: 'Oswald', sans-serif;
        }
        .navbar-nav .nav-link{
            font-size:16px;
            padding-left: 10px !important;
            padding-right: 10px !important;
        }

        .dropdown-item{
          /* width: auto !important;
          display: block !important; */

          padding-top: 10px;
          width: auto !important;
          display: inline-block !important;
        }

       

       

.nav-item a   {
  font-family: 'Oswald', sans-serif;
  font-weight: 500 !important;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 15px;
  font-size: 14px;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
}

.nav-item a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background: #d7c2ab;
  /* top: 47%; */
  top: 85%;
  animation: out 0.2s cubic-bezier(1, 0, 0.58, 0.97) 1 both;
}

.nav-item a:hover:before {
  animation: in 0.2s cubic-bezier(1, 0, 0.58, 0.97) 1 both;
}

@keyframes in {
  0% {
    width: 0;
    left: 0;
    right: auto;
  }
  100% {
    left: 0;
    right: auto;
    width: 100%;
  }
}
@keyframes out {
  0% {
    width: 100%;
    left: auto;
    right: 0;
  }
  100% {
    width: 0;
    left: auto;
    right: 0;
  }
}
@keyframes show {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.nav-item a:nth-child(1) {
  animation: show 0.2s 0.8s ease 1 both;
}

.nav-item a:nth-child(2) {
  animation: show 0.2s 0.7s ease 1 both;
}

.nav-item a:nth-child(3) {
  animation: show 0.2s 0.6s ease 1 both;
}

.nav-item a:nth-child(4) {
  animation: show 0.2s 0.5s ease 1 both;
}

.nav-item a:nth-child(5) {
  animation: show 0.2s 0.4s ease 1 both;
}
        
        .nav-link {
            color: white !important
        }



        .centerlogo {
            height: 78.3vh
        }

        .centerlogo section {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
            flex-direction: column
        }

        .centerlogo section img{
            max-width: 450px;
        }


        .footer{
            background-color: #142628; 
            border-top:1px solid #d7c2ab; 
            color:white; 
            padding:18px; 
            font-size: 11px; 
            color:#d7c2ab;
            text-transform: uppercase;
        }

        .registerBtn{
            border: 1px solid #d7c2ab; 
            color:#d7c2ab; 
            padding:12px 45px; 
            font-weight: 600; 
            cursor: pointer; 
            font-size: 18px;
        }

        .frontDivider{
            height: 1px; 
            width:100%; 
            background-color:#d7c2ab; 
            opacity: 0.24; 
            margin-top: 25px; 
            margin-bottom: 36px;
        }

        .frontRightMain .qoute{
            color: #d7c2ab; 
            font-size: 32px; 
            line-height: 1.5em; 
            font-weight: 600; 
            text-align: center;
        }

        .frontRightMain .qoute span{
                font-size: 32px;
                /* position: relative;
                top: 23px; */
        }


        .frontRightMain .subtagLine{
            font-size:16px; 
            font-weight: 300;
            margin-top: 50px; 
            color:white;
            text-align: center;
        }

        /* .navbar-light .navbar-toggler-icon{
            background-image: url(https://i.stack.imgur.com/mSXoO.png)!important;
            } */

        .navbar-light .navbar-toggler {
            color: rgb(215, 194, 171) !important;
            border-color: rgb(215, 194, 171) !important;
        }


         .svg-wrapper {
            height: 60px;
            /* margin: 0 auto; */
            /* position: relative; */
            /* top: 50%; */
            transform: translateY(-50%);
            /* width: 320px; */
            text-align: center;
            margin-top: 40px;
            cursor: pointer;
        }

        .shape {
            fill: transparent;
            stroke-dasharray: 140 540;
            stroke-dashoffset: -474;
            stroke-width: 8px;
            stroke: #d7c2ab;
            -webkit-animation: 0.5s drawout linear forwards;
            animation: 0.5s drawout linear forwards;
        }

        .text {
            color: #fff;
            font-family: 'Roboto';
            font-size: 20px;
            letter-spacing: 5px;
            line-height: 32px;
            position: relative;
            top: -48px;
        }

         .svg-wrapper:hover .text {
            color: #d7c2ab !important;
            
        }

        @keyframes draw {
            0% {
                stroke-dasharray: 140 540;
                stroke-dashoffset: -474;
                stroke-width: 8px;
            }

            100% {
                stroke-dasharray: 760;
                stroke-dashoffset: 0;
                stroke-width: 2px;
            }
        }

        @keyframes drawout {
            0% {
                stroke-dasharray: 760;
                stroke-dashoffset: 0;
                stroke-width: 2px;
            }

            100% {
                stroke-dasharray: 140 540;
                stroke-dashoffset: -474;
                stroke-width: 8px;
            }


        }

        .svg-wrapper:hover .shape {
            -webkit-animation: 0.5s draw linear forwards;
            animation: 0.5s draw linear forwards;

        }

        .phoneBrand{
            display: none;
        }

        @media (min-width: 1580px) {
            .container {
                max-width: 1725px !important;
            }
        }


.footerRight{
    text-align: right;
}

.footerLeft{
    text-align: left;
}

.centerlogo section .logo {
            display:block
        }

        .centerlogo section img {
            display:none
        }

         .dropdown-item {
            /* color: #d7c2ab; */
           
            padding: 0 ;
            /* margin-left: 27px !important; */
            padding-bottom: 15px !important;
            padding-top: 5px !important;

        }
       
        
      .secondaryPage > .dropdown a {
       
        padding: 20px
    }
        .dropdown-item:hover {
            /* color: #d7c2ab !important; */
            background-color: transparent !important;
        }

        .dropdown.active a {
            color: #d7c2ab !important;

        }

        .secondaryPage .navbar-toggler{
          background-color: #142628;
       
        }

        .dropdown-menu {
            width: max-content;
            
            border: none !important;
            max-width: auto;
            display: block;
            padding-top: 40px;
            position: absolute;
            top: -20px;
            background-color: #142628  !important;
            margin:0 !important
        }

        .dropdown-menu .dropdown-item {
            animation: show 0.1s 0.2s ease 1 both !important;
        }

        .dropdown-toggle::after {
            display: none !important;
        }

        .form-inline li{
            list-style: none;
        }

         .nav-link.icon i{
           color:white; 
           position: relative; 
           top: 2px;
        }

        .nav-link.icon:hover i{
            color: #a09181 !important;
            cursor: pointer;
        }

          

        .circlemenu{
          background-color:white; 
          height: 4px; 
          width: 4px; 
          border-radius: 100px; 
          position: relative; 
          top: 0px;
          margin-left: 10px; 
          margin-right: 10px;
        }

        .footerRights{
            display: inline;
        }

         .footerRight li{
            display: inline;
            list-style: none;
            padding-right: 40px;
        }
        
        .footerRight li a{
        color:#d7c2ab
 
        }

         .footerRight li a:hover{
                text-decoration: none;
                 color: #a09181 !important;
        }
      
        .secondaryPage .navbar-brand {
            color: #d7c2ab !important;
            padding-right: 40px;
            font-family: 'Oswald', sans-serif;
        }
        
        .secondaryPage .nav-link {
            color: #142628 !important
        }
       .secondaryPage  .circlemenu{
          background-color:#142628; 
          height: 4px; 
          width: 4px; 
          border-radius: 100px; 
          position: relative; 
          top: 0px;
          margin-left: 10px; 
          margin-right: 10px;
        }

  .secondaryPage p {
            line-height: 2em;
            margin-bottom: 30px;
        }

        .listContainer{
            background-color: #f3f3f3; 
            padding:15px;
             border-radius: 15px
        }

        .listContainer h4{
           font-family: 'Oswald'; 
           margin-bottom: 20px; 
           color:#c3b986; 
           display:block; 
           margin-top: 20px;
        }

        .ListTypes{
            font-family: 'Oswald';
            margin: 0;
            padding: 0;
        }

        .ListTypes li{
            list-style: none;
            margin-bottom: 11px;
        }

         .ListTypes a{
           color:#4a4a4a;
           font-size:20px;
       
        }

         .ListTypes a:hover{
           color:#c3b986;
        }
        .centerTypes{
            display: block; 
            margin: 0 auto; 
            width: max-content;
        }

        /* .SecondaryRegister{
            border:1px solid #142628; 
            display: block; 
            text-align:center; 
            padding:10px; 
            color:#142628
        }

        .SecondaryRegister:hover{
            border-radius: 30px;
            text-decoration: none;
        } */

.SecondaryRegister {
  background: none;
  border: 0;
  box-sizing: border-box;
padding:10px; 
  box-shadow: inset 0 0 0 2px #142628;
  color: #142628;
  font-size: inherit;
  font-weight: 700;
  position: relative;
  text-align:center;
  display: block;
  text-decoration: none !important;
}
.SecondaryRegister::before, .SecondaryRegister::after {
  box-sizing: inherit;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}

.draw {
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.draw::before, .draw::after {
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
.draw::before {
  top: 0;
  left: 0;
}
.draw::after {
  bottom: 0;
  right: 0;
}

.draw:hover::before, .draw:hover::after {
  width: 100%;
  height: 100%;
}


.meet:hover {
  color: #c3b986;
}
.meet::after {
  top: 0;
  left: 0;
}
.meet:hover::before {
  border-top-color: #c3b986;
  border-right-color: #c3b986;
}
.meet:hover::after {
  border-bottom-color: #c3b986;
  border-left-color: #c3b986;
  -webkit-transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
  transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}


.listContainer.registerNow{
    margin-top: 20px; 
    padding: 30px;
}

.listContainer.registerNow span{
   font-family: 'Oswald', sans-serif; 
   text-align:center;
   margin-top: 20px; 
   display:block; 
   font-weight: 600;
}

/* .ListTypes .active{
    background-color: #c3b986;
    padding-left: 20px;
    border-radius: 20px;
     color:#4a4a4a
}

.ListTypes .active a:hover{
 text-decoration: none;
     color:#4a4a4a
   
} */

.ListTypes .active{
     color:#4a4a4a;
     text-decoration: underline;
}

.ListTypes .active a{
     font-weight: 400 !important;
}

.ListTypes .active a:hover{
     color:#4a4a4a
   
}

.nextStep{
    width: fit-content; 
    padding-left: 20px; 
    padding-right: 20px;
}

.flex-container {
            display: flex;
            flex-wrap: nowrap;
            
        }

        .flexContentContainer{
padding-left:100px;
        }

        .secondaryPage .navbar-default .navbar-toggle.collapsed {
  border-color: #000;
}

.secondaryPage.navbar-default .navbar-toggle{
 border-color: #000;
}


