thead tr,
th {
    background: rgba(255, 0, 170, 0.534);
    color: #fff;
}

tbody tr,
td {
    background: rgba(189, 79, 152, 0.534);
    color: #000;
}

/*------------------------------------------------------------------
  header css start
-------------------------------------------------------------------*/
.top-header {
    background: #cdc2b9;
}

.top-header .top-bar {
    position: relative;
    z-index: 9;
}

.contant {
    position: relative;
}

.top-header:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: calc(95% - 223px);
    border-radius: 0 0 50px 0;
    background: #F875AA;
}

.top-header h2 {
    color: #000000;
    font-size: 15px;
    padding-top: 2%;
}

.header {
    position: relative;
    background: #F875AA;
}

.header::before {
    position: absolute;
    content: "";
    top: 0px;
    border-radius: 65px 0px 0px 0px;
    width: 100%;
    height: 85px;
    background-color: #FFDFDF;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.nav-item {
    color: #fff;
}

.main-nav-wrap {
    position: relative;
}

.brand-logo img {
    width: 90%;
    cursor: grab;
    border-radius: 0px 0px 50px 50px;
}

.brand-logo {
    border-radius: 0px 0px 60px 60px;
    z-index: 9999;
    width: 115px;
    height: 125px;
    position: absolute;
    padding: 0px 0px;
    left: 52px;
    padding-left: 0px;
    background: #FFF6F6;
}

.brand-text h3 {
    color: #000;
    margin: 0px;
    padding: 0px;
    padding-left: 15%;
    padding-top: 5px;
    font-size: 35px;
    font-weight: 700;
    text-transform: capitalize;
}

.brand-text h4 {
    color: #000;
    margin: 0px;
    padding: 0px;
    padding-left: 15%;
    font-weight: 600;
    text-transform: capitalize;
}
/*------------------------------------------------------------------
  header css end
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
  banner css start
-------------------------------------------------------------------*/
.carousel-comtant {
    position: relative;
}

.carousel-box {
    position: absolute;
    top: 35%;
    background: rgba(15, 15, 15, 0.5);
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.carousel-box h2 {
    text-align: center;
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
}

.carousel-box h3 {
    text-align: center;
    font-size: 40px;
    color: #fff;
    text-transform: capitalize;
}

.carousel-box p {
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
}

/*------------------------------------------------------------------
  banner css end
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
  border css start
-------------------------------------------------------------------*/
.middle-border {
    background: #F875AA;
}

.middle-title {
    color: #fff;
    position: relative;
}

.middle-title h2 {
    color: #fff;
    margin: 0px;
    padding: 2px;
    font-size: 18px;
}

.middle-border {
    position: relative;
}

.middle-border .scroll-title {
    position: absolute;
    background: #FFDFDF;
    border-radius: 0px 0px 50px 0px;
    width: 150px;
    top: 0px;
    left: 0px;
    padding: 9px 8px;
    color: #000;
    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(15, 15, 15, 0.5);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}

.about-text .readmore {
    color: #fff;
    background: #F875AA;
}

.about-img {
    position: relative;
}

.about .img-box .img-2 {
    position: absolute;
    right: 53%;
    width: 257px;
    top: 53%;
    height: 200px;
    background: #fff;
    padding: 8px;
}

.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;
    padding-left: 10px;
    padding-bottom: 10px;
}

#about .about-box h3 {
    font-size: 25px;
}

/*------------------------------------------------------------------
  about css end 
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
  counter css start
-------------------------------------------------------------------*/
.counterbg {
    background: #F875AA;
}

:root {
    --main-color: #3755AE;
}

.counter {
    color: var(--main-color);
    font-family: 'Alegreya Sans', sans-serif;
    text-align: center;
    padding: 20px 15px 15px;
    position: relative;
    z-index: 1;
}

.counter:before,
.counter:after {
    content: "";
    background: var(--main-color);
    border-radius: 14px;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.counter:after {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
    top: 85px;
    left: 5px;
    right: 5px;
    bottom: 5px;
}

.counter .counter-icon {
    color: #fff;
    background-color: var(--main-color);
    font-size: 35px;
    text-align: center;
    line-height: 80px;
    width: 80px;
    height: 80px;
    margin: 0 auto 30px;
    border-radius: 10px;
    box-shadow: 0 0 0 5px #fff;
    transform: rotate(45deg);
}

.counter .counter-icon span {
    transform: rotate(-45deg);
    display: block;
}

.counter .counter-value {
    font-size: 38px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 15px;
    display: block;
}

.counter h3 {
    color: #555;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
}

.counter.orange {
    --main-color: #fa871c;
}

.counter.red {
    --main-color: #DD4655;
}

.counter.blue {
    --main-color: #1cb1c2;
}

@media screen and (max-width:990px) {
    .counter {
        margin-bottom: 40px;
    }
}

/*------------------------------------------------------------------
  counter css end
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
  principal css start
-------------------------------------------------------------------*/
.principal {
    display: flex;
}

.principal .message-box {
    margin-top: 35px;
    padding: 16px;
    background: #ffdfdf;
    margin-right: -20px;
}

.principal-profile img {
    height: 430px;
    left: 8px;
    top: 10px;
    border: 10px solid #f875aa;
}

.principal-content {
    padding-left: 2%;
    height: 430px;
    position: relative;
}

.principal-profile::before {
    left: 0;
    content: "";
    z-index: -1;
    border-bottom-left-radius: 55px;
}

.principal-title {
    color: #fff;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
}

.principal .principal-name {
    font-size: 35px;
    color: #F875AA;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
}

.principal .principal-description {
    font-size: 15px;
    color: #000;
    line-height: 23px;
    margin-bottom: 30px;
}

.principal .btn {
    background: #F875AA;
}

#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;
}

.owl-theme .owl-controls .owl-buttons div {
    padding: 5px 5px !important;
}

/*------------------------------------------------------------------
  principal css end
-------------------------------------------------------------------*/



/*------------------------------------------------------------------
   testimonial css 
-------------------------------------------------------------------*/
#testimonial {
    background: #ffdfdf;
}

.testimonial {
    margin: 0 15px;
}

.testimonial-box {
    padding: 0px 20%;
}

.testimonial .content {
    padding: 15px 10px;
    border-radius: 6px;
    margin-bottom: 15px;
    position: relative;
    background: #f875aa;
    min-height: 100px;
}

.testimonial .content:after {
    content: "";
    border-top: 10px solid #f875aa;
    border-left: 10px solid transparent;
    border-right: 9px solid transparent;
    position: absolute;
    bottom: -8px;
    left: 15%;
}

#testimonial-slider div.owl-item:nth-child(2n) .content {
    background: #f875aa;
}

#testimonial-slider div.owl-item:nth-child(2n) .content:after {
    content: "";
    border-top: 10px solid #f875aa;
    border-left: 10px solid transparent;
    border-right: 9px solid transparent;
    position: absolute;
    bottom: -8px;
    left: 15%;
}

#testimonial-slider div.owl-item:nth-child(3n+1) .content {
    background: #f875aa;
}

#testimonial-slider div.owl-item:nth-child(3n+1) .content:after {
    content: "";
    border-top: 10px solid #f875aa;
    border-left: 10px solid transparent;
    border-right: 9px solid transparent;
    position: absolute;
    bottom: -8px;
    left: 15%;
}

.testimonial .description {
    margin-bottom: 10px;
    color: #fff;
}

.testimonial-pic {
    float: left;
}

.testimonial-pic>img {
    width: 80px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #e5e5e5;
    margin-left: 20px;
}

.testimonial .testimonial-review {
    margin: 20px 0 0 15px;
    float: left;
}

.testimonial .testimonial-title {
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: bold;
    margin: 0;
    padding-left: 20px;
}

.testimonial>.testimonial-review span {
    color: #000;
    display: block;
    font-size: 13px;
    padding-left: 20px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #ae8484;
}

.owl-theme .owl-controls .owl-page span {
    background: #333;
    opacity: 1;
}

.owl-theme .owl-controls .owl-page span {
    width: 10px;
    height: 10px;
    margin: 5px 6px;
}

/*------------------------------------------------------------------
  testimonial css end
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
   gallery css
-------------------------------------------------------------------*/

.port {
    padding: 0%;
    background: #ffdfdf;
}

.gallery-item {
    position: relative;
    border: 2px solid #f775a9;
    border-radius: 5px;
    box-shadow: 0 5px 10px 1px rgb(248 117 170);
}

.gallery-item img {
    height: 200px;
    width: 100%;
    cursor: grab;
    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-dialog {
    border: 5px solid #fff;
}



.gallerybtn a {
    color: #fff;
    padding: 5px 5px;
    background: #F875AA;
    text-decoration: none;
}



/*------------------------------------------------------------------
   gallery css end 
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
   facilite css
-------------------------------------------------------------------*/
.facilities {
    background: #FFDFDF;
}

.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: #F875AA;
}

.cards {
    border: 5px solid #F875AA;
}

.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;
    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: 250px;
    cursor: grab;
}

.card-title {
    font-size: 19px;
    font-weight: 200;
}

.post-button {
    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;
    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%;
    }
}

.con_bg{
    background: #e2d4d4;
}
.reply-area{
    margin: 0px 10px;
}
.reply-area h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    margin-top: 58px;
    margin-bottom: 15px;
}

@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 label {
    color: #000 !important;
}

#contact-form .form-message {
    margin-top: 15px;
    margin-bottom: 0;
}

/* ----------------------------------------------------------------------------------------- */
.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;
    cursor: grab;
}

tbody tr,
td.pdf-name {
    text-transform: capitalize;
}

.form-box {
    background: #F875AA;
    padding: 20px 20px;
}

.location-box {
    padding-top: 50px;
}

#contact {
    position: relative;
}

.img-box img.img-1 {
    height: 415px;
}

#testimonial .box {
    margin: 0px 20%;
}