* {
    margin: 0px;
    padding: 0px;
    font-family: hebraheem;
    line-height: 30px;
}
button {
    outline: none;
    border: none;
}
h1, h2, h3, h4, h5, h6 {
    color: #025c76;
}
p {
    color: #212529;
}
@font-face {
    font-family: hebraheem;
    src: url("../montserrat/Montserrat-Regular.ttf");
}
html {
    scroll-behavior: smooth;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
  }
a {
    text-decoration: none;
    cursor: pointer;
}
.top {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #EC739E;
    position: fixed;
    top: 600px;
    right: 20px;
    z-index: 1;
}
.top a{
    margin-left: 12px;
    color: #025c76;
}

/* NAVBAR STYLING */
.container-fluid {
    padding: 0px;
}
.navbar-nav {
    margin-left: auto;
}
.navbar {
    background-color: #025c76;
    padding: 0 8%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}
.rain {
    background: url('../images/under-rainbow.png');
    width: 100%;
    height: 10px;
    top: 110px;
    position: fixed;
    z-index: 2;
}
li a {
    color: #ffffff;
    font-weight: normal;
}
li a:hover {
    color: #009bc9;
}
.navbar-toggler {
    color: #ffffff;
    outline: none;
    padding: 0;
    height: 45px;
    margin-top: 28px;
}
.button {
    background: #EC739E;
    color: #ffffff;
    margin: auto;
}
.button:hover {
    color: #009bc9;
}
.cancel {
    display: none;
}
/* modal section styling */
.modal-header {
    display: block;
    text-align: center;
}
.modal-header img {
    width: 200px;
    height: 80px;
    margin: auto;
    display: block;
}
.modal-header h5 {
    margin: auto;
    font-size: 2rem;
    display: block;
}
.form-control {
    margin-bottom: 20px;
    border: none;
    border-bottom: #025c76 2px solid;
    outline: none;
}
.btnprimary {
    background: #EC739E;
    color: grey;
}
.privacy {
    text-align: center;
}
.privacy a, .forgot a {
    color: #EC739E;
}
.remem {
    padding-left: 20px;
    display: inline-block;
    font-size: 0.8rem;
    margin-right: 120px;
}
.forgot {
    display: inline-block;
    font-size: 0.8rem;
}
.modal-backdrop {
    z-index: 1;
}

  /* About section styling */
.about-header{
    margin-top: 180px;
    margin-bottom: 50px;
}
.about-logo {
    float: left;

}
.about p:nth-child(1) {
   padding-bottom: 50px;
}
.statement {
    padding: 50px 0;
}
.statement p {
    padding: 20px;
    text-align: left;
}




/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
    padding-top: 30px;
}
.contact .info {
    width: 100%;
    padding: 0 8%;
    background: #fff;
    z-index: -1;
}
.section-title h2 {
    text-align: center;
    padding-bottom: 50px;
    color: #025c76;
}
.contact .info i {
    font-size: 20px;
    color: #025c76;
    float: left;
    width: 44px;
    height: 44px;
    background: #eef7ff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}
  
.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}
  
.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
}
.href {
    color: #009bc9;
}
.contact .info .email, .contact .info .phone {
    margin-top: 40px;
}
  
.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
    background: #025c76;
    color: #fff;
}
.contact .php-email-form button[type="submit"] {
    background: #EC739E;
    border: 0;
    padding: 10px 35px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
    margin-bottom: 100px;
    margin-top: 50px;
}
.form-row input, .form-group input, .form-group textarea {
    border-radius: 0;
}
.flex {
    display: flex;
}



 /* Footer section styling */
 .foot {
    background-color: #025c76;
    width: 100%;}
.footer-link li {
    list-style: none;
    display: inline-block;
    margin: 15px 0;
}
.footer-link li a {
    text-decoration: none;
    color: #212529;
    padding-left: 15px;
}
.footer-link li a:hover{
    color: #009bc9;
}
.footer-icon {
    display: flex;
    position: relative;
    bottom: 15px;
}
.footer-icon p{
    padding-top: 3px;
}
.footer-icon span {
    position: absolute;
    right: 0;
}
span img {
    width: 30px;
    height: 30px;
}
hr {
    margin-bottom: 40px;
    border: dashed 2px;
}


@media(max-width: 990px){ 
    .button {
        width: 200px;
        margin-bottom: 20px;
    }
}
@media(max-width: 550px) {
    .footer-icon {
        display: block;
        text-align: center;
    }
    .footer-icon span {
        position: static;
    }
}