/* width */
::-webkit-scrollbar {
    width: 15px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 35px grey; 
    border-radius: 1px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #583869; 
    border-radius: 15px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #d5bdbd; 
  }
/*------------------------------------------------------------------
  header css start
-------------------------------------------------------------------*/
.top-header {
    background: #583869;
}

.top-header h2 {
    color: #fff;
    font-size: 15px;
    padding-top: 2%;
}

.header {
    background: #583869;
}

.nav-item {
    color: #fff;
}

.main-nav-wrap {
    position: relative;
}

.brand-logo img {
    width: 35%;
    transform: skewX(-35deg);
}

.brand-logo {
    position: absolute;
    padding: 8px 5%;
    transform: skewX(35deg);
    left: -85px;
    padding-left: 80px;
    background: #d5bdbd;
    border-right: 7px solid #d5bdbd;
}

.brand-text {
    border-top: 5px solid #d5bdbd;
    border-bottom: 5px solid #d5bdbd;
}

.brand-text h3 {
    color: #ffffff;
    margin: 0px;
    padding: 5px;
    padding-left: 23%;
    padding-top: 10px;
    font-size: 29px;
    font-weight: 700;
    text-transform: capitalize;
}

.brand-text h4 {
    color: #ffffff;
    margin: 0px;
    padding: 0px;
    padding-top: 5px;
    padding-left: 23%;
    font-size: 10px;
    font-weight: 600;
    text-transform: capitalize;
}

.brand-text h5 {
    color: #fffefe;
    margin: 0px;
    padding: 10px;
    padding-left: 23%;
    padding-bottom: 15px;
    font-size: 10px;
    font-weight: 500;
    text-transform: capitalize;
}

.logo-img img {
    height: 85px;
    right: 8%;
    top: 10px;
    position: absolute;
    width: 100px;
    padding: 5px 5px;
    background: #d5bdbd;
}

/*------------------------------------------------------------------
  header css end
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
  banner css start
-------------------------------------------------------------------*/
.carousel-comtant {
    position: relative;
}

.carousel-box {
    position: absolute;
    top: 40%;
    left: 8%;
    width: 50%;
    background: rgb(0, 0, 0, 0.7);
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.carousel-box h2 {
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
}

.carousel-box h3 {
    font-size: 22px;
    color: #fff;
    text-transform: capitalize;
}

.carousel-box p {
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
}

/*------------------------------------------------------------------
  banner css end
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
  border css start
-------------------------------------------------------------------*/
/* border css start  */
.middle-border {
    background: #583869;
}

.middle-title {
    color: #fff;
}

.middle-title h2 {
    color: #fff;
    margin: 0px;
    padding: 8px;
    font-size: 18px;
}

.middle-border {
    position: relative;
}

.middle-border .scroll-title {
    position: absolute;
    background: #864d97;
    top: 0px;
    left: 0px;
    padding: 9px 8px;
    color: #fff;
    text-transform: capitalize;
}

/*------------------------------------------------------------------
  border css end
-------------------------------------------------------------------*/

.section {
    padding-top: 50px;
    padding-bottom: 50px;
}

/*------------------------------------------------------------------
  about css start
-------------------------------------------------------------------*/
.about-image {
    background-size: cover;
    background-position: center;
    position: relative;
}

.about-title {
    padding: 100px 0px;
    text-align: center;
}

.about-image::before {
    background: rgba(129, 68, 145, 0.7);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}

.about-text .readmore {
    color: #fff;
    background: #583869;
}

.about-img img {
    
    width: 100%;
    border: 10px solid #583869;
}

.about-img{
    
    padding-top: 7%;
}


.aboutsimage img {
    width: 100%;
}

.section-title {
    position: relative;
}

.section-title h2::after {
    position: absolute;
    background: #d5bdbd;
    content: "";
    display: block;
    width: 15%;
    top: 52%;
    left: 30%;
    height: 2px;
}

.section-title h2::before {
    position: absolute;
    background: #d5bdbd;
    content: "";
    display: block;
    width: 15%;
    top: 52%;
    right: 30%;
    height: 2px;
}

.section-title h2 {
    margin-top: 10px;
    text-transform: capitalize;
}

.section-title img {
    width: 5%;
    margin-bottom: 3%;
}

.about-text {
    position: relative;
}

.about-text h2 {
    font-size: 34px;
    color: #303030;
    font-weight: 700;
    margin-top: 40px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}

.about-text p {
    font-size: 14px;
    color: #606060;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
}
/*
.about-text a {
    position: absolute;
    bottom: 0px;
}
*/
.about-text h2 span {
    color: #B0578D;
}

#about .about-box img {
    float: right;
    width: 300px;
    padding-bottom: 10px;
}

#about .about-box h3 {
    font-size: 25px;
}

/*------------------------------------------------------------------
  about css end 
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
  counter css start
-------------------------------------------------------------------*/
.counterbg {
    background: #ae8484;
}

.counter {
    color: #43155c;
    background: #43155c;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    width: 200px;
    height: 200px;
    padding: 20px 15px;
    margin: 0 auto;
    border-radius: 20px;
    box-shadow: 0 7px 5px -3px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.counter:before,
.counter:after {
    content: "";
    background: #fff;
    width: 100%;
    height: 50%;
    box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.counter:before {
    background-color: transparent;
    height: 130px;
    width: 130px;
    border: 5px solid #fff;
    border-radius: 50%;
    box-shadow: none;
    transform: translateX(-50%);
    left: 50%;
    top: 15px;
    bottom: auto;
}

.counter .counter-value {
    color: #ae8484;
    background: #fff;
    font-size: 35px;
    font-weight: 600;
    line-height: 110px;
    width: 120px;
    height: 120px;
    margin: 0 auto 15px;
    border: 5px solid #43155c;
    border-radius: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    display: block;
}

.counter h3 {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 5px 4px;
    margin: 0;
    border: 1px solid #43155c;
    border-radius: 20px;
}

.counter.pink {
    color: #43155c;
    background: #43155c;
}

.counter.yellow {
    color: #43155c;
    background: #43155c;
}

.counter.yellow .counter-value,
.counter.yellow h3 {
    border-color: #43155c;
}

.counter.pink .counter-value,
.counter.pink h3 {
    border-color: #43155c;
}

@media screen and (max-width:990px) {
    .counter {
        margin-bottom: 40px;
    }
}

/*------------------------------------------------------------------
  counter css end
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
  principal css start
-------------------------------------------------------------------*/
.principal {
    display: flex;
}

.principal .principal-content {
    background: #d5bdbd;
}

.principal-profile img {
    height: 430px;
    left: 8px;
    top: 10px;
    border: 10px solid #43155c;
    border-bottom-left-radius: 50px;
}

.principal-content {
    padding-left: 2%;
    height: 430px;
    border-top-right-radius: 50px;
}

.principal-profile::before {
    left: 0;
    content: "";
    z-index: -1;
    border-bottom-left-radius: 55px;
}

.principal-title {
    color: #fff;
    font-size: 18px;
    margin-top: 50px;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
}

.principal .principal-name {
    font-size: 35px;
    color: #43155c;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
}

.principal .principal-description {
    font-size: 15px;
    color: #000000;
    line-height: 23px;
    margin-bottom: 30px;
}

.principal .btn {
    position: absolute;
    background: #583869;
    bottom: 5%;
}

#message .message-box img {
    float: right;
}

#message .message-box a {
    background: #43155c;
}
#message .message-box h2 {
    font-size: 15px;
}
#message .message-box h3 {
    font-size: 25px;
}
/*------------------------------------------------------------------
  principal css end
-------------------------------------------------------------------*/



/*------------------------------------------------------------------
   testimonial css 
-------------------------------------------------------------------*/
.demo {
    background: #ae8484;
}

.testimonial {
    margin: 20px 0;
}

.testimonial-box {
    padding: 0px 20%;
}

.testimonial .testimonial-content {
    width: 20%;
    display: inline-block;
    float: left;
    text-align: center;
    margin-right: 5%;
}

.testimonial .pic {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
    border: 8px solid rgb(67 21 92);
}

.testimonial .pic img {
    width: 100%;
    height: auto;
}

.testimonial .title {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin: 10px 0 0 0;
}

.testimonial .post {
    font-size: 12px;
    color: #fff;
}

.testimonial .description {
    display: inline-block;
    width: 75%;
    padding: 30px 20px;
    border: 1px solid rgb(255, 255, 255);
    font-size: 14px;
    color: #fff;
    background: #43155c;
    margin: 0;
    position: relative;
}

.testimonial .description:before {
    content: "";
    border: 10px solid transparent;
    border-right: 10px solid rgb(67 21 92);
    position: absolute;
    top: 20px;
    left: -21px;
}

.owl-theme .owl-controls .owl-page.active span {
    background: #fff;
    border: 1px solid #fff;
}

.owl-theme .owl-controls .owl-page span {
    border: 1px solid #fff;
    background: transparent;
    opacity: 1;
}

/*------------------------------------------------------------------
  testimonial css end
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
   gallery css
-------------------------------------------------------------------*/

.port {
    padding: 0%;
    background: #43155c;
}

.gallery-item {
    position: relative;
    border: 2px solid #fff;
    border-radius: 5px;
    box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.5);
}

.gallery-item img {
    height: 200px;
    width: 100%;
    border-radius: 5px;
}

.gallery-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.gallery-item:hover .overlay {
    opacity: 1;
}

.gallery-item .overlay h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.gallery-item .overlay p {
    font-size: 16px;
    margin-bottom: 20px;
}

.gallery-item .overlay .btn {
    font-size: 16px;
}

/* .modal {
    background: rgba(0, 0, 0, 0.8);
} */

.modal-dialog {
    border: 5px solid #fff;
}

@media (max-width: 991px) {
    .gallery-item {
        margin-bottom: 30px;
    }

    .gallerybtn {
        left: 320px;
    }
}

.gallerybtn a {
    color: #fff;
    padding: 5px 5px;
    background: #ae8484;
    text-decoration: none;
}

/*------------------------------------------------------------------
   gallery css end 
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
   facilite css
-------------------------------------------------------------------*/
.facilities {
    background: #583869;
}

.slick-prev:before,
.slick-next:before {
    position: absolute;
    padding-right: -48px;
    font-family: 'slick';
    font-size: 30px !important;
    line-height: 2;
    right: -3px;
    opacity: 9.75;
    color: #ae8484 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev:before,
.slick-next:before {
    position: absolute;
    padding-left: -48px;
    font-family: 'slick';
    font-size: 30px !important;
    line-height: 2;
    right: -5px;
    opacity: 9.75;
    color: #ae8484 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width:991.98px) {
    .padding {
        padding: 1.5rem
    }
}

@media (max-width:767.98px) {
    .padding {
        padding: 1rem
    }
}

.padding {
    padding: 5rem
}

.card {
    position: relative;
    display: flex;
    width: 600px;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #8d5e5e;
    background-clip: border-box;
    border: 5px solid #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
    -moz-box-shadow: 0px 0px 5px 0px rgb(255, 255, 255);
    box-shadow: 0px 0px 5px 0px rgb(161, 163, 164);
}

.cards {
    border: 5px solid #8d5e5e;
}

.card .card-body {
    padding: 1rem 1rem;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

p {
    font-size: 0.875rem;
    margin-bottom: .5rem;
    line-height: 1.5rem
}

h4 {
    line-height: .2 !important;
}


.items {
    width: 100%;
    margin: 0px auto;
}

.slick-slide {
    margin: 10px
}


.media iframe,
.media-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    border-radius: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: rgba(120, 120, 120, .1);
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.media-content:before {
    content: '';
    position: absolute;
    height: 10%;
    width: 90%;
    left: 5%;
    bottom: 0;
    background: inherit;
    background-position-y: 100%;
    filter: blur(10px)
}

.circle .media-content:before {
    width: 40%;
    left: 30%
}


.profile-image {
    width: 100%;
    height: 300px;
}

.card-title {
    font-size: 19px;
    font-weight: 200;
}

.post-button {
    color: #fff;
    background: #43155c;
    margin: 0px;
    padding: 2% 0px;
}

.post-button a {
    color: #fff;
}
/*------------------------------------------------------------------
   facilite css
-------------------------------------------------------------------*/
.contact-contents {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.13);
    padding: 55px 0;
    margin-right: 65px;
}

.contact-icon {
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    height: 50px;
    margin: auto auto 0px;
    position: relative;
    text-align: center;
    width: 50px;
}

.contact-add {
    margin-bottom: 20px
}

.contact-icon img {
    bottom: 0;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

@media (min-width: 992px) {
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
}

.contact-area .reply-area h3 {
    margin-top: 0;
}

.reply-area h3 {
    font-size: 20px;
    color: #303030;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    margin-top: 58px;
    margin-bottom: 15px;
}

.reply-area p {
    font-size: 14px;
    color: #606060;
    font-weight: 400;
    margin-bottom: 26px;
}

@media (min-width: 768px) {
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

.reply-area form p {
    font-size: 14px;
    color: #030303;
    font-weight: 600;
    margin-bottom: 10px;
}

.reply-area form input,
.reply-area form textarea {
    border: 1px solid #E1E1E1;
    height: 42px;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 15px;
}

.reply-area form .reply-btn {
    background: #2C2B5E;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    padding: 8px 25px;
    font-weight: 700;
    display: inline-block;
}

.form-floating {
    border: 1px solid #000 !important;
    border-radius: 10px;
}

.form-floating label {
    color: #000 !important;
}

#contact-form .form-message {
    margin-top: 15px;
    margin-bottom: 0;
}

/* ------------------------------------------------------------------------------------------------------------- */

.navbar {
    background: #43155c;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    padding: 10px 16px;
    font-size: 15px;
    text-transform: capitalize;
    outline: none;
}

.contant {
    background-color: #071952;
}

.news_image {
    border: 1px solid #000;
    position: relative;
    background-color: #eee;
    margin-bottom: 20px;
}

.news_image img {
    width: 100%;
    height: 260px;
    display: block;
}

.fancybox-button {
    color: #000;
    background-color: rgb(0, 88, 140, 0.1);
    position: absolute;
    top: 5px;
    right: 5px;
}

.fancybox-button:hover {
    color: #fff;
    background-color: #a91a14;
}

tbody tr,
td.pdf-name {
    text-transform: capitalize;
}