@media only screen and (max-width: 1025px) {
  .hide-on-med-and-down {
    display: none !important;
  }
}

@media only screen and (max-width: 1025px) {
  nav .brand-logo {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  nav .brand-logo.left, nav .brand-logo.right {
    padding: 0;
    -webkit-transform: none;
            transform: none;
  }
  nav .brand-logo.left {
    left: 0.5rem;
  }
  nav .brand-logo.right {
    right: 0.5rem;
    left: auto;
  }
}

@media only screen and (min-width: 993px) {
  nav a.sidenav-trigger {
    display: block !important;
  }
}

@media only screen and (min-width: 1026px) {
  nav a.sidenav-trigger {
    display: none !important;
  }
}

/*general*/
img {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
p{
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

/*general end*/


/*login-modal*/
.modal-background{
    background: #FFF1B9 !important;
    padding: 30px;
    height: fit-content;
}



.modal-card-div {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.modal-card {
    width: 95%;
    height: auto;
    padding: 5% 20%;
    text-align: center;
    background: white;
    line-height: normal;
    color: var(--primary-color);
    box-shadow: 0 1px 3px rgba(0,0,0,0.08), 0 3px 3px rgba(0,0,0,0.08);
    border-radius: 20px;
    transition: 0.4s;
}
.modal-card:hover{
    background: var(--primary-color);
    color: #ffffff;
    cursor: pointer;
}

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

    .modal-card {
        width: 40%;
    }

    .modal-card-div{
        margin-top: 50px;
        flex-direction: column;
        justify-content: center;
    }
    .modal-card{
        width: 100%;
        margin-top: 20px;
    }
}

/*login-modal end*/

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }

  main {
    flex: 1 0 auto;
  }

/*brand-logo*/
    nav .brand-logo {
        /*padding: 0.5% 9.9%;*/
        height: inherit;
        line-height: 3;
        padding-left: 9%;
    }

    @media screen and (max-width : 993px){
        nav .brand-logo {
            padding-left: 0;
        }
    }

/*brand-logo end*/

/*fon-awesome*/

.btn-footer{
    color: var(--primary-color);
    background: var(--footer_text_color);
    border: 2px solid var(--footer_text_color);
    border-radius: 5px;
    height: 40px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.btn-footer:hover{
    background: #ffffff;
    border-color: #ffffff;
    cursor: pointer;
}

.fa {
    padding: 10px;
    font-size: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    margin: 5px 5px;
    background: white;
    border-radius: 50%;
    opacity: 0.5;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.fa:hover {
    opacity: 1;
}

@media screen and (max-width : 993px){
    .fa {
        opacity: 1;
    }
    .btn-footer{
        background: #ffffff;
        border-color: #ffffff;
    }
}

.fa-facebook {
    color: #3B5998;
}

.fa-twitter {
    color: #55ACEE;
}

.fa-instagram {
    color: #125688;
}

.fa-linkedin {
    color: #007bb5;
}


/*fon-awesome end*/

/*navbar class*/
nav ul a,
nav .brand-logo {
    color: var(--primary-color);
}

.primary-text{
    color: var(--primary-color);
}

.sidenav-trigger {
    color: #26a69a;
}
/*navbar class*/

/*footer*/

.footer-class{
    padding-top: 20px;
    color: var(--footer_text_color);
    background: var(--primary-color);
}

.email-div{
    background: white;
    border-radius: 5px;
    height: 40px;
    width: 70%;
    padding: 0px 5px;
}

.email-input{
    text-align: center;
    box-shadow: none;
    border-bottom: none;
    font-size: 1rem;
}

#btn-flex{
    width: 20%;
}

#subemail{
    padding: 10px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.office{
    font-size: 1.25rem;
}

#social{
    display: flex;
    flex-direction: row;
}


@media screen and (max-width : 993px){
    #subemail{
        justify-content: left;
    }
    #btn-flex{
        margin-left: 25px;
    }
}

@media screen and (max-width : 450px){
    #social{
        flex-direction: column;
    }
}

.footer-address{
    background: #2F7C8A;
    width: auto;
    height: 2px;
}

.text-footer-color:hover{
    color: #FFFFFF;
}

/*footer end*/

.dotted-div{
    background: white;
    background-image:
        radial-gradient(var(--primary-color) 20%, transparent 0),
        radial-gradient(var(--accent-color) 20%, transparent 0);
    background-size: 24px 24px;
    background-position: 3px 4px, 15px 16.5px;
    height: 33px;
}

.calltoaction-btn {
    width: auto;
    border-radius: 30px;
    background: var(--primary-color);
    color: white;
    font-size: 1.3rem;
    align-content: center;
    border: none;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    padding: 10px 25px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.calltoaction-btn:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    background: var(--primary-dark-color);
}

.big-dot{
    background-image: radial-gradient(var(--accent-color) 25%, transparent 0);
    background-size: 24px 24px;
    background-position: 24px 20.5px;
    height: 15px;
    width: 71px;
}

.div5{
    padding: 10px 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: var(--accent-color);
}

@media screen and (max-width: 975px){
    .div5{
        flex-direction: column;
    }
}
.divider{
    margin: unset !important;
}