.header-area.header-sticky {
    min-height: 95px !important;
}

.background-header .main-nav .nav {
    margin-top: 23px !important;
}


h1 {
    font-family: 'Oswald', sans-serif;
}

p {
    font-family: 'Montserrat', sans-serif;
}

.image-wrap {
    position: relative;
    width: 60%;
    top: 100px;
    z-index: 1;
}

.banner-content {
    position: absolute;
    z-index: 99999;
    top: 50%;
    left: 80%;
    transform: translate(-50%, -50%);
    width: 35%;
    text-align: center;
    font-size: 1.5em;
    color: #000;
    line-height: 1.5;
}

.img-content img {
    width: 100%;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #530473;
    opacity: .8;
    z-index: 999;
}

.ban-btn {
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 4px;
}

.btn-red {
    background-color: red;
}

.btn-green {
    background-color: #4CAF50;
}


.service-item {
    padding: 60px 30px;
    border: 2px solid #f7f7f7;
    border-radius: 5px;
    transition: all .3s;
    margin-bottom: 30px;
    text-align: center !important;
}

.contact-us .contact-info {
    padding: 40px 30px;
    border: 2px solid #eee;
    height: 200px !important;
}


.header-area {
    background-color: #F2E5F5 !important;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    height: 100px;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.header-area .main-nav .nav li a {
    display: block;
    font-weight: 600;
    font-size: 17px;
    color: #6e30a7;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    height: 40px;
    line-height: 40px;
    border: transparent;
    letter-spacing: 1px;
}

.header-area .main-nav .nav li:hover a, .header-area .main-nav .nav li a.active {
    color: #878b93  !important;
}

.carousel-item {
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 5.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #6e30a7;
    text-align: center;
}

.h22 {
    font-size: 25px;
    color: #6e30a7;
    font-weight: 600;
    position: relative;
    z-index: 2;
    line-height: 45px;
    background: rgba(238, 222, 249, 0.7) !important;
    margin-right: 20% !important;
    margin-left: 20% !important;
}

.main-blue-button a {
    display: inline-block;
    background-color: #6e30a7 !important;
    font-size: 15px;
    font-weight: 400;
    color: #fff !important;
    text-transform: capitalize;
    padding: 12px 25px;
    border-radius: 23px;
    letter-spacing: 0.25px;
    border-bottom: 2px solid #fff !important;
    transition: all .3s;
}

.main-blue-button a:hover {
    background-color: #fff!important;
    color: #fff !important;
    border-bottom: 2px solid #6e30a7 !important;
}

.header-area .main-nav .nav li:last-child a:hover, .background-header .main-nav .nav li:last-child a:hover {
    color: #6e30a7 !important;
}

.contact-us .contact-info ul li .icon {
    margin-bottom: 20px !important;
}

.contact-us .contact-info ul li .icon img {
    max-width: 45px !important;
}

#about {
    padding-top: 130px;
    background-color: #d8d7dd40 !important;
}

p {
    font-size: 20px !important;
    line-height: 30px;
    color: #2a2a2a;
}

.contact-us .contact-info ul li a {
    font-size: 17px !important;
    line-height: 30px;
    color: #afafaf;
}

.p_banner {
    font-size: 20px !important;
    line-height: 30px;
    color: #6e30a7;
    background: rgba(238, 222, 249, 0.7) !important;
    margin-right: 20% !important;
    margin-left: 20% !important;
}

.features-item .line-dec {
    width: 100px;
    height: 3px !important;
    background-color: rgba(85, 15, 240, 0.3) !important;
    margin: 30px auto;
    transition: all 0.5s;
}
