body{
    user-select: none;
}

p{
    text-align: justify;
}

.navbar-brand{
    font-size: 27px;
    font-weight: 750;
    color: #C9C7C7;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: cyan;
}

.nav-link{
    color: white;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.5s;
}

.nav-link:hover{
    color: lightgray;
    
}

.nav-link:active{
    color: cyan;
}

.nav-link:visited{
    color: none;
}

.navlink.active{
    color: cyan;
}


.dropdown-menu{
    /* border-radius: 5px; */
    border: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
    background-color: rgb(58, 58, 58);
    
}



.dropdown-menu ul{
    list-style: none;
    padding: 0;
}


.dropdown-menu li a{
    margin: 1em 0em;
    color: white;
}

.myButton {
    color: rgb(255, 255, 255); 
    font-size: 20px; 
    line-height: 20px; 
    font-weight: 500;
    padding: 9px; 
    border-radius: 10px;
    background:  orange;
    border: 2px solid rgb(15, 52, 67); 
    display: inline-block;   
}

/* footer */

footer{
    padding-top: 100px;
    margin-top: 100px;
    background: linear-gradient(0deg, rgba(35,149,116,1) 35%, rgba(19,72,77,1) 100%);
}

footer span{
    font-size: 1em;
    font-weight: 600;
}

footer li a{
    color: #e9e4e4;
    font-size: 0.875rem;
    font-weight: 510;
}

footer li{
    color: #e9e4e4;
}

footer li a:hover{
    color: #fff;
}



.footer-content li{
    margin-bottom: 2px;
}

.footer-brand h2{
    font-size: 27px;
    font-weight: 750;
    color: #C9C7C7;
}

.footer-brand p{
    font-size: 15px;
}


.ft-social-links a{
    color: white;
}

.ft-social-links{
    cursor: pointer;
    transition: all 0.25s;
}

.move-anim{
    display: inline-block;
    cursor: pointer;
    transition: all 0.25s;
}

.move-anim:hover{
    transform: translateY(-15%);
}


.form-shadow{
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.65); 
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.65);
}

.why-section{
    margin-bottom: 110px;
}

.copyright{
    font-size: 14px;
}

.copyright a:hover{
    text-decoration: underline;
}



::-moz-selection { /* Code for Firefox */
    color: black;
    background: #49E3C1;
  }
  
  ::selection {
    color: black;
    background: #49E3C1;
  }

  textarea[type="text"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: rgba(126, 239, 104, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);
  outline: 0 none;
}


.sub-nav{
    font-size: 14px;
    height: 50px;
    /* background-color: #212529; */

    .nav-link{
        color: black;
        text-transform: none;
        font-size: 14px;
        font-weight: 400;
        transition: color 0.25s;
    }


    .nav-link.sub-btn.success{
        color: #fff;
        background-color: #2CC18A;
        transition: background-color 0.25s;
        border-radius: 5px;
 
    }

    .nav-link.sub-btn.primary{
        color: #fff;
        background-color: #2a8adf;
        transition: background-color 0.25s;
        border-radius: 5px;

    }


    .nav-link.brochure{
        color: #fff;
        background-color: orange;
        transition: background-color 0.25s;
        border-radius: 5px;
    }  
    
    
}

.header{
    transition: transform 0.2s;
    background-color: #C9C7C7;
}

.sub-nav-contact a{
    color: #000;
}

.sub-nav-contact a:visited{
    color: #000;
}

.form-bg{
    background-color: #E7F7F4;
}

.form-label{
    font-size: 15px;
  }
  
  .form-control::placeholder{
    font-size: 14px;
  }









@media screen and (min-width:992px) {
    .dropdown:hover>.dropdown-menu {
        top: 54px;
        display: flex;
        transition-duration: 2s;
      }

      .dropdown-center:hover>.dropdown-menu{
        top: 54px;
        position: absolute;
        display: flex;
        transform: translateX(-50%);
        transition-duration: 2s;
      }
             

    .dropdown-menu.show{
        display: flex;
    }

    .dropdown-content{
        border-right: 3px double white;
    }

    .dropdown-content:last-child{
        border-right: none;
    }

    .dropdown-content li{
        width: 200px;
        text-align: center;
    }

    .sub-link-anim{
        border-bottom: 1px solid cyan;
        transition: 0.3s;
        text-align: left;
    }
    
   
    .sub-link-anim:hover{
        border-radius: 5px;
        background-color: #34e89e;
        color: black;
    }

    .navscroll-hidden{
        transform: translateY(-50px);
    }

    .sub-nav-contact li {
        border-right: 1px solid #fff;
    }

    .sub-nav-contact li:last-child{
        border-right: none;
    }
    
}

@media screen and (max-width:992px) {
    .dropdown-menu.show{
        max-height: 60vh;
        overflow-y: scroll;
    }
    /* changed 27/10/2023 */

    .nav-item a{
        text-align: left;
        border-bottom: 1px solid cyan ;
    }

  
    .nav-item{
        padding: auto 30px auto 30px;
    }

    .dropdown li a, .dropdown-center li a{
        border-bottom: 1px solid cyan;
    }

    .nav-item.dropdown i{
        display: inline-block;
        margin-left: 8px;
    }

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


    footer{
        padding-top: 10px;
    }

    .join-us-section{
        display: none;
    }

    .navscroll-hidden{
        transform: translateY(-50px);
    }

    .sub-nav{
        background-color: #212529;
        color: white;
        border-bottom: 1px solid #fff;
      }

      .sub-nav-contact a{
        color: #fff;
    }

    .sub-nav-contact a:visited{
        color: #fff;
    }
    
}

@media screen and (min-width: 992px) {
    [data-bs-toggle="dropdown"] {
        pointer-events: none;
    }
}

/* Google Hyperlink CSS */

.hyperlink{
    color: #212529;
}

a.pointer{
    cursor: context-menu;
}

@media screen and (max-width: 992px) {
    .hyperlink{
        color: #fff;
    }
}



