body,
html {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

#nav-bar {
    position: relative;
    /* top: 0; */
    z-index: 10;
    width: 100%;
    height: 106px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#nav-bar.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    height: 70px;
}

#nav-bar.fixed .navbar-brand img {
    height: 55px;
}

.navbar {
    background-color: #ffffff;
    padding: 20 !important;
    
}

.navbar-brand img {
    height: 80px;
    padding-left: 20px;
}

.navbar-nav li {
    padding: 0 10px;
}

.navbar-nav li a {
    color: #650038 !important;
    font-weight: bold;
    float: right;
    text-align: left;
}

.fa-bars {
    font-size: 20px;
}

.navbar-toggler {
    outline: none !important;
}

.hero-image {
    position: relative;
    height: 100%;
    overflow: hidden;
    background: url(img/banner-1.jpg) no-repeat center;
    background-position: center;
    background-size: cover;
}

.hero-image-about {
    position: relative;
    top: 0;
    height: 45%;
    overflow: hidden;
    background: url(img/banner-about-1.jpg) no-repeat center;
    background-position: center;
    background-size: cover;
    margin-top: 0 auto !important;
}

.hero-image-services {
    position: relative;
    top: 0;
    height: 45%;
    overflow: hidden;
    background: url(img/banner-service-1.jpg) no-repeat center;
    background-position: center;
    background-size: cover;
    margin-top: 0 auto !important;
}

.hero-image-contact {
    position: relative;
    top: 0;
    height: 45%;
    overflow: hidden;
    background: url(img/banner-contact-1.jpg) no-repeat center;
    background-position: center;
    background-size: cover;
    margin-top: 0 auto !important;
}

.hero-image-login {
    position: relative;
    top: 0;
    height: 45%;
    overflow: hidden;
    background: url(img/banner-login-1.jpg) no-repeat center;
    background-position: center;
    background-size: cover;
    margin-top: 0 auto !important;
}

#content {
    background-image: url(img/bg.jpg);
    background-size: cover;
}

.main {
    display: block;
    text-align: center;
    margin-top: 300px;
    font-family: Montserrat;
    color: white;
    font-size: 40px;
    font-weight: 600;
}

.main-about {
    display: block;
    text-align: center;
    margin-top: 140px;
    font-family: Montserrat;
    color: white;
    font-size: 34px;
    font-weight: 600;
}

.main-services {
    display: block;
    text-align: center;
    margin-top: 140px;
    font-family: Montserrat;
    color: white;
    font-size: 34px;
    font-weight: 600;
}

.row {
    padding: 80px 0;
}

.boxleft {
    width: 900px;
    height: 400px;
    background-image: url(img/image.jpg);
    background-size: cover;
    float: left;
}

.boxright {
    width: 900px;
    height: 400px;
    background: #650038;
    float: left;
}

.intro {
    font-size: Montserrat;
    font-size: 16px;
    color: white;
    font-weight: 600;
    margin-left: 24px;
    margin-top: 1rem;
    margin-right: 20px;
    line-height: 35px;
    text-align: left;
}

#content {
    background-image: url(img/bg.jpg);
    background-size: cover;
}

.main-logo {
    width: 300px
}

.logo-des {
    margin-top: 80px;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    color: #650038;
    padding-bottom: 120px;
    line-height: 50px;
}

#social-media {
    padding: 45px 0;
}

#social-media p {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    color: #650038;
}

#social-media img {
    width: 60px;
    margin: 30px;
}

#contact p {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    color: #650038;
}

#contact h3 {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600 color: #808080;
}

#contact img {
    width: 30px;
    margin-bottom: 30px;
}

#footer {
    font-family: Montserrat;
    background-image: linear-gradient(90deg, #08162D, #175D80, #08162D);
    padding: 10px;
    color: #eee;
    font-size: 14px;
}

#content-about h1 {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    color: #650038;
    padding-top: 30px;
    margin-bottom: 0;
}

#content-about h2 {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    color: #650038;
    margin-bottom: 10px;
}

#content-about li {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

#content-about {
    background-image: url(img/bg.jpg);
    background-size: cover;
}

#content-about p {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}

#content-about span {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    ;
}

.about-img-1 {
    width: 500px;
}

.about-img-2 {
    width: 500px;
}

.services-img-1 {
    width: 500px;
    margin-top: 50px;
    margin-bottom: 20px;
}

.services-img-2 {
    width: 500px;
    margin-top: 80px;
}


#content-service {

    
}


#content-service h1 {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    color: #650038;
    padding-top: 30px;
    padding-bottom: 20px;
}

#content-service h2 {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    color: #650038;
    margin-bottom: 10px;
}

#content-service li {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

#content-service {
    background-image: url(img/bg.jpg);
    background-size: cover;
}

#content-service p {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}

.small-box {
    width: 80%;
    height: 3px;
    background-image: linear-gradient(90deg, #08162D, #175D80, #08162D);
    margin: 0 auto;
}

#contact {
    padding: 60px 0;
}

#contact .contact-info {
    text-align: center;
}

#contact .contact-info i {
    font-size: 48px;
    display: inline-block;
    margin-bottom: 10px;
    color: #18d26e;
}

#contact .contact-info address,
#contact .contact-info p {
    margin-bottom: 0;
    color: #000;
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 600;
}

#contact .contact-info h3 {
    font-size: 18px;
    margin-bottom: 18px;
    font-family: Montserrat;
    font-weight: 600;
    color: #650038;
}

#contact .contact-info a {
    color: #000;
}

#contact .contact-info a:hover {
    color: #18d26e;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    #contact .contact-address,
    #contact .contact-phone,
    #contact .contact-email {
        padding: 20px 0;
    }
}

@media (min-width: 768px) {
    #contact .contact-phone {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }
}

@media (max-width: 767px) {
    .about-img-1 {
        width: 100%;
    }
    .about-img-2 {
        width: 100%;
    }
    #content-about h2 {
        margin-top: 15px;
    }
    #social-media img {
        margin: 30px 15px;
    }
    .services-img-1 {
        width: 100%;
        margin-top: 0;
    }
    .services-img-2 {
        width: 100%;
        margin-top: 0;
    }
}

#contact .form #sendmessage {
    color: #650038;
    border: 1px solid#650038;
    font-family: Montserrat;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contact .form #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
    display: block;
}

#contact .form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

#contact .form input,
#login .form input,
#contact .form textarea {
    padding: 10px 14px;
    border-radius: 0;
    box-shadow: none;
    font-size: 15px;
}

#contact .form button[type="submit"],
#login .form button[type="submit"], #btnSubmit {
    background: #650038;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    cursor: pointer;
}

#contact .form button[type="submit"], #btnSubmit:hover,
#login .form button[type="submit"]:hover {
    background: #83124e;
}

.aladc-mb-10
{
    margin-bottom: 100px;
}

.text-red
{
    color: #FF0000  !important
}

.aladc-hide
{
    display: none;
}



.sec-head {

    font-family: Montserrat;
    font-size: 18px;
    font-weight: 800;
    color: #650038;
    padding-top: 30px;
    margin-bottom: 0;



}






.ser-link {

    font-size: Montserrat;
    font-size: 18px;
    color: #000;
    text-decoration: none !important;
    font-weight: 700;
    margin-top: 1rem;
    margin-right: 35px;
    line-height: 35px;  

}


.ser-link:hover {
    color: #650038 !important;
}



