:root {
    --color-1: #ecd3fc;
    --color-2: #312035;
    --color-3: #c8add9;
}

body {
    font-family: 'Montserrat', serif;
    font-size: 17px;
    color: var(--color-2);
    line-height: 1.8;
    margin: 0;
    padding: 0;
    background: var(--color-1);
    font-weight: 400;
}

a {
    color: var(--color-3);
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color:#000;
}

.title {
    margin-top: 10px;
    margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Barlow Semi Condensed", sans-serif;
    ;
}

h1.title {
    font-family: "Cookie", cursive;
    font-weight: 400;
    font-weight: 400;
    font-size: 4em;
    position: relative;
    color: var(--color-2);
    padding-left: 25px;
}

h2.title {
    font-family: "Cookie", cursive;
    font-weight: 400;
    font-weight: 400;
    font-size: 2.5em;
    position: relative;
    color: var(--color-2);
    padding-left: 25px;
}

h2.title:before {
    content: '';
    display: block;
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--color-2);
}



h1.title:before {
    content: '';
    display: block;
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--color-2);
}

h1.title.text-center {
    padding: 0px;
}

h1.title.text-center:before {
    content: '';
    display: block;
    width: 75px;
    height: 5px;
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translateX(-50%);
    background: var(--color-2);
}

h1.title.text-white:before {
    background: #fff;
}

h2.title.text-white:before {
    background: #fff;
}

.title span {
    color: #e30000;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 22px;
}

.title span i {
    font-size: 15px;
    color: var(--color-);
    margin-right: 10px;
    margin-left: 10px;
}

.btn {
    position: relative;
    z-index: 1;
    padding: 13px 60px 13px 20px;
    border: none;
    border-radius: 0;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    font-family: "Barlow Semi Condensed", sans-serif;
    text-align: left;
    text-transform: none;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn:before {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    content: "";
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 46px;
    border-left: 1px solid #fff;
    font-family: "uicons-regular-rounded";
    line-height: 44px;
    text-align: center;
    content: "\f19b";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn:hover:before {
    width: 100%;
}

.btn-default {
    background-color: var(--color-1);
    color: #fff;
}

.btn-white,
.btn-white:active {
    border: 1px solid var(--color-1);
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

.btn-white:before {
    background-color: var(--color-2);
}

.btn-white:after {
    border-color: #fff;
}

.btn-white:hover:after {
    border-left-color: #fff;
}

.btn-white:hover {
    color: #fff;
}

.btn-white:after {
    border-left-color: #fff;
}

i.fi {
    vertical-align: middle;
    line-height: 1;
}

.bg-color-1 {
    background-color: var(--color-1);
    color: #fff;
}

.bg-color-2 {
    background-color: var(--color-2);
    color: #fff;
}

.modal-backdrop {
    background: rgba(255, 255, 255, .1);
}

.modal-backdrop.show {
    opacity: .3;
}

.modal {
    backdrop-filter: blur(15px);

}

#achievements .modal-content {
    background: rgba(71, 110, 33, 1);
    border: 0px;
    border-radius: 0px;
    color: #fff;
}



/*-----============= Header =============---------*/

header {
    background: var(--color-3);
    backdrop-filter: blur(15px);
    position: relative;
    top: 0px;
    margin: 0 auto;
    z-index: 99;
    left: 0;
    right: 0;
    width: 100%;
    animation: slideout .8s;
    border-bottom: 1px solid #fff;
    max-height: 125px;
}

header.fixed-top {
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(10px);
    animation: slidein .8s;
    animation-fill-mode: forwards;
}

@keyframes slidein {
    from {
        transform: translateY(-100px);
    }

    to {
        transform: translateY(0px);
    }

}

@keyframes slideout {
    from {
        transform: translateY(-100px);
    }

    to {
        transform: translateY(0px);
    }

}

header.fixed-top .navbar-nav li .nav-link {
    color: #fff;
}

.social ul li {
    color: #000;
    display: inline-block;
    list-style: none;
}

.logo {
    position: relative;
}

.logo img {
    max-width: 150px;
    display: inline-flex;
    height: 100%;
    object-fit: contain;
    margin-left: 10px;
}

.logo p {
    line-height: 1.3em;
    margin-top: 20px;
    color: #fff;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 400;
    display: inline-flex;
}

.logo,
.social {
    width: 290px;
}

.social ul {
    margin-bottom: 0px;
    padding: 0px;
}

.social ul li i {
    font-weight: bold;
    font-size: 15px;
    color: var(--color-2);
}


.btn-hdr {
    font-size: 14px;
    background: rgba(255, 255, 255, .3);
    border: 1px solid var(--color-2);
    border-radius: 20px;
    padding: 8px 15px;
    margin: 0px 5px;
    font-family: inherit;
    font-weight: 400;
    letter-spacing: inherit;
    text-align: center;
    text-transform: capitalize;
    line-height: 1.5;
    color: var(--color-2);
    display: block;
    width: auto;
    height: 40px;
    text-wrap: nowrap;
}

.btn-hdr:hover{
    color: var(--color-1);
    border: 1px solid var(--color-1);
}

.btn-hdr:hover i {
    color: var(--color-1);
}

/* .btn-hdr:before{
    content: "Call Now";
    display: block;
    width: 100%;
    height: auto;
} */

.btn-srvc {
    font-size: 14px;
    background: rgba(255, 255, 255, .3);
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 8px 15px;
    margin: 0px 5px;
    font-family: inherit;
    font-weight: 400;
    letter-spacing: inherit;
    text-align: center;
    text-transform: capitalize;
    line-height: 1.5;
    color: #fff;
    display: inline-block;
    width: auto;
    height: 40px;
}

.btn-srvc:after,
.btn-srvc:before {
    display: none;
}

.navbar {
    flex-wrap: nowrap;
}


.navbar-toggler {
    color: #fff;
    background: var(--color-1);
    border: 0px;
    min-height: 60px;
    /* height: fit-content; */
    /* height: -webkit-fill-available; */
    border-radius: 0px;
    max-height: 79px;
    display: block;
    height: 100%;
    align-self: flex-start;
}

.navbar-toggler-icon {
    height: 1em;
}

.navbar-toggler[aria-expanded="false"] .navbar-toggler-icon:before {
    content: '\f0c9';
    display: block;
    font-family: "Font Awesome 5 Pro";
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    content: '\f00d';
    display: block;
    font-family: "Font Awesome 5 Pro";
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-nav {
    margin: 0 auto;
}


.navbar-nav li {
    font-family: inherit;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 20px 6px;
}

.navbar-nav li .nav-link {
    color: var(--color-2);
    letter-spacing: .05rem;
    position: relative;
    white-space: nowrap;
}


.navbar-nav li:hover .nav-link {
    color: var(--color-1);
}

.navbar-nav li .nav-link:after {
    content: '';
    background: #fff;
    width: 0%;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s ease-in-out 0s;
}

.navbar-nav li:hover .dropdown-toggle::after {
    color: var(--color-1);
}

.navbar-nav li:hover  .nav-link:after {
    width: 80%;
    background: var(--color-1);
}

.dropdown-toggle::after {
    color: #fff;
}

.navbar-nav li a.dropdown-toggle {
    position: absolute !important;
    top: 75%;
    right: 50%;
    transform: translateX(50%);
    line-height: 0;
}


        .dropdown-menu[data-bs-popper] {
            left: auto;
            margin-top: 0rem;
        }

.dropdown-menu {
    border: 0px;
    border-radius: 0px;
    background: var(--color-1);
    min-width: 200px;
    top: 100%;
}

.dropdown-menu li {
    padding: 0px;
}

.dropdown-menu li a {
    padding: 15px 15px;
    color: #fff;
    letter-spacing: .1rem;
    position: relative;
    overflow: hidden;
    transition: all .4s ease-in-out 0s;
}

.dropdown-menu li a:hover {
    background: transparent;
    color: var(--color-1);
    transition: all .4s ease-in-out 0s;
}

.dropdown-menu li a:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: var(--color-2);
    color: #fff;
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    transition: all .4s ease-in-out 0s;

}

.dropdown-item.active {
    background-color: transparent;
}

.dropdown-menu li a.active:before,
.dropdown-menu li a:hover:before {
    background: var(--color-2) !important;
    width: 100%;
    transition: all .4s ease-in-out 0s;
}

.dropdown:hover .dropdown-menu {
    display: block !important;
    top: 100%;
}

.rev_slider {
    font-family: 'Forum', cursive;
}

.rev_slider .overlay {
    background: rgb(0 0 0 / 30%);
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 22;
}


.rev_slider .tp-caption li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.rev_slider .tp-caption ul {
    padding: 0px;
    list-style: inherit;
}

.rev_slider .tp-caption li:before {
    content: '';
    height: 15px;
    width: 15px;
    border: 2px solid #fff;
    border-radius: 20px;
    display: inline-block;
    margin-right: 10px;
}

.rev_slider .tp-caption li:first-child:before {
    display: none;
}

#rev_slider_54_1_wrapper {
    overflow: hidden !important;
    border-radius: 300px;
    border: 12px solid var(--color-1);
    box-shadow: 0 0 0 1px var(--color-2);
}



#main-slide {
    position: relative;
    padding: 20px 0 100px 0;
    background-color: #ecd3fc;
    opacity: 1;
    background-image:  linear-gradient(135deg, #312035 25%, transparent 25%), linear-gradient(225deg, #312035 25%, transparent 25%), linear-gradient(45deg, #312035 25%, transparent 25%), linear-gradient(315deg, #312035 25%, #ecd3fc 25%);
    background-position:  13px 0, 13px 0, 0 0, 0 0;
    background-size: 13px 13px;
    background-repeat: repeat;
    z-index: 1;
}

#main-slide::before {
    content: '';
    background-color: var(--color-1);
    background-size: 50%;
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
/* #main-slide {
    position: relative;
    padding: 20px 0 100px 0;
    background-image: url(../img/bg-pattern.png);
    background-repeat: repeat-x;
    background-position: right bottom ;
    background-size: 75%;
} */

/*-----============= Tagline =============---------*/

#main-slide .tagline h1 {
    font-family: "Cookie", cursive;
    font-size: 5em;
    line-height: 1;
    color: var(--color-2);
}

/*-----============= About =============---------*/


 .image-col .inner {
    position: relative;
    display: block;
}

.image-col .images {
    position: relative;
}

.image-col .images {
    position: relative;
    display: inline-block;
    max-height: 650px;
    overflow: hidden;
}

 .image-col .images::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px solid var(--color-1);
    pointer-events: none;
    box-sizing: border-box;
    border-radius: 300px 300px 0 0;
    z-index: 100;
}

 .image-col .images img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    z-index: 1;
    border-radius: 300px 300px 0 0;
}



/*-----=============  Our Approach =============---------*/

.bg-pattern-dark {
    background-color: #312035;
    opacity: 1;
    background: radial-gradient(circle, transparent 20%, #312035 20%, #312035 80%, transparent 80%, transparent), radial-gradient(circle, transparent 20%, #312035 20%, #312035 80%, transparent 80%, transparent) 32.5px 32.5px, linear-gradient(#ecd3fc 2.6px, transparent 2.6px) 0 -1.3px, linear-gradient(90deg, #ecd3fc 2.6px, #312035 2.6px) -1.3px 0;
    background-size: 65px 65px, 65px 65px, 32.5px 32.5px, 32.5px 32.5px;
    background-attachment: fixed;
}


.approach-content {
    /* background-color: rgba(255, 255, 255, 0.1); */
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 300px;
    backdrop-filter: blur(5px);
}


/*-----============= Events =============---------*/

.feature-block .inner-box{
    position: relative;
    display: block;
    text-align: center;
    border: solid 1px var(--color-2);
    border-radius: 500px 500px 0 0;
    padding: 25px;
  }
  
  .feature-block.rounded .inner-box{
    border-radius: 500px;
  }
  
  .feature-block .inner-box .image{
    position: relative;
    display: block;
    overflow:hidden;
    margin-top: 10px;
    margin-bottom: 40px;
    overflow: hidden;
    border-radius: 500px;
  }
  
  .feature-block .inner-box .image img{
    position: relative;
    display: block;
    width: 100%;
    height: 450px;
    object-fit: cover;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    border-radius: 500px;
  }
  
  .feature-block .inner-box:hover .image img{
    transform: rotate(5deg) scale(1.3);
  }
  
  .feature-block h5{
    position: relative;
    margin-bottom: 10px;
  }
  
  .feature-block h5 a{
    color: var(--white-color);
  }
  
  .feature-block h5 a:hover{
    color: var(--main-color);
  }
  
  .feature-block .desc{
    position: relative;
    font-size: 15px;
    color: var(--color-three);
    margin-bottom: 15px;
  }
  
  
/*-----============= Who we are =============---------*/




/*-----============= Form =============---------*/

form.consult input,
form.consult select,
form.consult textarea {
    color: #0b0a0a;
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    border: 1px solid var(--color-1);
    background: rgba(255, 255, 255, .4);
}


form.consult input:focus,
form.consult input:active,
form.consult select:focus,
form.consult select:active,
form.consult textarea:focus,
form.consult textarea:active {
    /* background: rgba(0, 0, 0, .2); */
    color: #1a1919;
    outline: none;
    box-shadow: none;
}

::placeholder {
    color: #fff;
}



/*-----============= Testimonial =============---------*/



#testimonial {
    position: relative;
    background-image: url(../img/approach-bg.jpg);
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.testimonial-box {
    background: var(--color-2);
    border-radius: 300px;
    border: 2px solid var(--color-1);
}


#testimonial .carousel {
    min-height: 200px;
    height: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 3px;
    color: #fff;
}

#testimonial .carousel-inner {
    height: 100%;
    display: flex;
    align-items: center;
}

#testimonial .carousel-inner .carousel-item {
    min-height: 250px;
}

#testimonial .carousel-inner .carousel-item img {
    height: 100%;
    max-height: 65px;
    width: auto;
    margin: 0 auto;
    display: flex;
}

#testimonial .carousel-caption {
    position: initial;
    text-align: center;
}

#testimonial .carousel-caption h5 {
    color: #fff;
    font-style: italic;
}

#testimonial .carousel-indicators {
    bottom: 10px;
}

#testimonial .carousel-indicators [data-bs-target] {
    background-color: #fff;
    width: 15px;
    height: 5px;
    border-radius: 5px !important;
    border: 0px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}

#testimonial .carousel-indicators [data-bs-target].active {
    width: 25px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-color: var(--color-1);
    padding: 20px;
    border-radius: 10px;
    background-size: 70%;
}

footer .social ul li a {
    width: 40px;
    height: 40px;
    margin: 5px;
    border: 1px solid #fff;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .social ul li a i {
    line-height: 0;
    font-size: 20px;
}


footer a:hover {
    color: #fff;
}


/*-----============= Contact =============---------*/


.loc-block .contact-image{
    position: relative;
    display: inline-block;
    border-radius: 500px 500px 0 0;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
    max-width: 300px;
  }
  
  .loc-block .contact-image img{
    display: block;
    border-radius: 500px 500px 0 0;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
  
  .loc-block .contact-image::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid var(--color-1);
    border-radius: 500px 500px 0 0;
    pointer-events: none;
    z-index: 2;
    box-sizing: border-box;
  }

  #contact-us form input {
    background-color: transparent;
    border-radius: 0px;
    border: 1px solid var(--color-1);
    padding: 10px;
  }

/*-----============= Contact =============---------*/



/*-----============= Inside Page =============---------*/

#page_header {
    min-height: 650px;
    height: 50vh;
    padding-top: 100px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: color;
}

.page-title {
    color: #fff;
    font-family: 'Josefin Slab';
    margin-bottom: 30px;
}

.breadcrumb {
    justify-content: center;
}

.breadcrumb li i {
    padding-right: 10px;
    color: #fff;
    position: relative;
}

.breadcrumb li a {
    padding-right: 30px;
    color: #fff;
    position: relative;
}

.breadcrumb li a:after {
    content: '/';
    font-family: 'Josefin Slab';
    position: absolute;
    right: 13px;
    top: 0px;
}

.breadcrumb li.active {
    font-weight: 500;
    font-style: italic;
    color: var(--color-1);
}

#page_header.about-header {
    height: 85vh;
}

.sidebar {
    background: #9cc673;
}

.sidebar ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.sidebar li {
    padding: 10px 20px;
}

.sidebar li a {
    color: #333;
    transform: translateX(0px);
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
}

.sidebar li.active a {
    color: #fff;
    display: block;
    transform: translateX(10px);
    transition: all .3s ease-in 0s;
    -webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
}

.sidebar li.active {
    background: #6d8a4b;
}


.sidebar li:hover {
    background: #e2e2e2;
    transition: all .3s ease-in 0s;
    -webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
}

.sidebar li:hover a {
    color: #333;
    display: block;
    transform: translateX(10px);
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
}

ul.injury-list {
    list-style: none;
    padding: 0px;
}

ul.injury-list li {
    display: inline-block;
    padding: 8px 20px;
    background: #999;
    color: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
    font-family: 'Josefin Slab';
    font-weight: 500;
    font-size: 1.2em;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.main-img {
    max-height: 400px;
    overflow: hidden;
    margin-bottom: 20px;
}

.main-img img {
    width: 100%;
}

.quote {
    padding: 20px 30px;
    text-align: center;
    position: relative;

}

.quote p:before,
.quote p:after {
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 1.5em;
    font-style: normal;
    color: #9cc673;
}

.quote p:before {
    content: '\f10d';
    top: 6%;
    left: 0;
}

.quote p:after {
    content: '\f10e';
    bottom: 6%;
    right: 0;
}

.quote p {
    margin: 0px;
    font-style: italic;
}


/*-----============= Team =============---------*/

.our-team {
    text-align: center;
    transition: all 0.5s ease 0s;
    border: 1px solid #9cc673;
}

.our-team:hover {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

.our-team .pic {
    overflow: hidden;
    position: relative;
}

.our-team .pic:before,
.our-team .pic:after {
    content: "";
    width: 200%;
    height: 80%;
    background: rgba(156, 198, 115, 0.8);
    position: absolute;
    top: -100%;
    left: -4%;
    transform: rotate(45deg);
    transition: all 0.5s ease 0s;
}

.our-team .pic:after {
    background: rgba(109, 138, 75, 0.8);
    top: auto;
    left: auto;
    bottom: -100%;
    right: -4%;
}

.our-team:hover .pic:before {
    top: 0;
}

.our-team:hover .pic:after {
    bottom: 0;
}

.our-team .pic img {
    width: 100%;
    height: auto;
}

.our-team .social,
.our-team .r-more {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 45%;
    left: 0;
    opacity: 0;
    z-index: 2;
    transition: all 0.5s ease 0.3s;
}

.our-team .r-more {
    bottom: 5%;
}

.our-team:hover .social,
.our-team:hover .r-more {
    opacity: 1;
}

.our-team .social li {
    display: inline-block;
}

.our-team .social li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
    position: relative;
    transition: all 0.3s ease 0s;
}

.our-team .social li a:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #db162f;
    border-radius: 0 20px 20px 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}

.our-team .social li a:hover:after {
    transform: rotate(180deg);
}

.our-team .team-content {
    padding: 20px;
}

.our-team .title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 7px;
}

.our-team .post {
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #707070;
    text-transform: capitalize;
}

@media only screen and (max-width: 990px) {
    .our-team {
        margin-bottom: 30px;
    }
}


.modal.team .modal-content {
    background: rgba(255, 255, 255, .9);
    backdrop-filter: blur(8px);
    border: 0px;
    border-radius: 0px;
}

.modal.team .modal-header {
    border: 0px;
}

.modal.team .team-image img {
    max-width: 300px;
    border: 8px solid #9cc673;
    border-radius: 250px;
}

.modal.team .modal-title {
    color: var(--color-1);
    display: grid;
}

.modal.team .modal-title span {
    margin-top: 10px;
    font-style: italic;
    font-size: 18px;
}


.modal.team .team-contact ul {
    list-style: none;
    padding: 0px;
}

.modal.team .team-contact ul li:first-child:after {
    content: '';
    background: #333;
    height: 1px;
    width: 200px;
    display: block;
    margin-bottom: 20px;
}

.modal.team .team-contact ul h5 i {
    min-width: 35px;
}



/*-----============= Testimonial =============---------*/


figure {
    margin: 10px;
    color: #333;
    text-align: left;
    display: flex;
    align-items: center;
    background: #9cc673;
    border: 2px solid #9cc673;
    position: relative;
}

figure * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

figure figcaption {
    display: flex;
    align-items: center;
    width: 70%;
    background-color: #ffffff;
    min-height: 150px;
}

figure blockquote {
    position: relative;
    padding: 25px 50px 25px 50px;
    font-size: 0.8em;
    font-weight: 500;
    text-align: left;
    margin: 0;
    line-height: 1.6em;
    font-style: italic;
}

figure blockquote:before,
figure blockquote:after {
    font-family: 'FontAwesome5';
    content: "\201C";
    position: absolute;
    font-size: 50px;
    opacity: 0.3;
    font-style: normal;
}

figure blockquote:before {
    top: 25px;
    left: 20px;
}

figure blockquote:after {
    content: "\201D";
    right: 20px;
    bottom: 0px;
}

figure .arrow {
    bottom: 10px;
    left: 28%;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 0px solid transparent;
    border-top: 25px solid #ffffff;
    margin: 0;
    position: absolute;
}

figure .author {
    top: 100%;
    width: 30%;
    padding: 10px 15px;
    float: left;
    text-align: center;
}

figure .author h5 {
    margin: 0;
    font-weight: 800;
    color: #fff;
}

figure .author h5 span {
    font-weight: 400;
    text-transform: none;
    padding-top: 8px;
    display: block;
    font-size: .8em;
}

figure .stars {
    display: block;
    list-style: none;
    margin: 10px 0px;
    padding: 0;
}

figure .stars li {
    display: inline-block;
    font-size: .7em;
    color: #fff;
}


/*====================================== Internal Pages =================================*/



/*=============== About ==============*/

#team .team-bg-img {
    height: 100%;
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}

#team .team-bg-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}


.profile-card-2 {
    max-width: 370px;
    height: 450px;
    background-color: #FFF;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    background-position: center;
    overflow: hidden;
    position: relative;
    margin:0 auto 30px;
    cursor: pointer;
    border-radius: 10px;
}

.profile-card-2 img {
    transition: all linear 0.25s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-card-2 .profile-name {
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 24px;
    color: #FFF;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    font-weight: bold;
    transition: all linear 0.25s;
}

.profile-card-2 .profile-icons {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #FFF;
    transition: all linear 0.25s;
    background-color: #fff;
    border-radius: 30px;
    padding: 10px;
}

.profile-card-2 .profile-icons i {
    line-height: 1em;
    display: block;
}

.profile-card-2 .profile-username {
    /* position: absolute;
    bottom: 40px;
    left: 30px; */
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    transition: all linear 0.25s;
    display: block;
}

.profile-card-2 .profile-icons .fa {
    margin: 5px;
}

.profile-card-2:hover img {
    filter: grayscale(100%);
}

.profile-card-2:hover .profile-name {
    bottom: 50px;
}

.profile-card-2:hover .profile-icons {
    right: 40px;
}





/*=============== Partners ==============*/


.partners-list {
    padding-left: 0px;
}

.partners-list li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    width: 33.33%;
    float: left;
    text-align: center;
    padding: 20px;
    font-size: 1.2em;
    min-height: 200px;
    border-right: .5px solid var(--color-2);
    border-bottom: .5px solid var(--color-2);
    color: var(--color-3);
    transform: scale(1);
    transition: all 0.9s ease-in-out 0.4s;
}

.partners-list li img {
    max-width: 310px;
    width: 100%;
}

.partners-list a:nth-child(3) li,
.partners-list a:nth-child(6) li,
.partners-list a:nth-child(9) li,
.partners-list a:nth-child(12) li {
    border-right: 0px;
}


.partners-list a:nth-child(10) li,
.partners-list a:nth-child(11) li,
.partners-list a:nth-child(12) li {
    border-bottom: 0px;
}

.partners-list li img {
    transform: scale(1);
    transition: all 0.9s ease-in-out 0.4s;
}

.partners-list li:hover img {
    transform: scale(1.3);
    transition: all 0.4s ease-in-out 0s;
}



/*=============== Morgantown WV ==============*/

.video-bg {
    background-image: url(../img/video-bg-img.jpeg);
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: color;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    min-height: 600px;
    height: 100%;
    position: relative;
}

.video-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(251, 157, 78, .8);
    background-blend-mode: color;
    z-index: 3;
}

.video_btn {
    background: #fff;
    padding: 30px;
    border-radius: 60px;
    display: inline-block;
}

.video_btn i {
    vertical-align: middle;
    font-size: 3em;
    line-height: 0;
}

/*=============== Services ==============*/

.services-card {
    height: 300px;
    overflow: hidden;
    position: relative;
    border-radius: 30px;
    margin-bottom: 30px;
}

.services-card img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all .3s ease-in-out 0s;
}

.services-card:hover img {
    transform: scale(1.3) rotate(10deg);
    transition: all .3s ease-in-out 0s;
}

.services-card .service-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    transition: all 0.4s ease-in-out 0s;
    transform: translateY(200px);
    background-color: rgba(251, 157, 78, .9);
    color: #fff;
    border-radius: 30px;
    height: 300px;
}

.services-card:hover .service-content {
    transition: all 0.4s ease-in-out 0s;
    transform: translateY(0px);
}

/*=============== Gallery ==============*/

.gallery-card {
    height: 500px;
    overflow: hidden;
    position: relative;
    border-radius: 30px;
    margin-bottom: 30px;
}

.gallery-card img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all .3s ease-in-out 0s;
}

.gallery-card:hover img {
    transform: scale(1.3) rotate(10deg);
    transition: all .3s ease-in-out 0s;
}

.gallery-card .gallery-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    transition: all 0.4s ease-in-out 0s;
    transform: translateY(180px);
    background-color: rgba(251, 157, 78, .9);
    color: #fff;
    border-radius: 30px;
    height: 300px;
}

.gallery-card:hover .gallery-title {
    transition: all 0.4s ease-in-out 0s;
    transform: translateY(0px);
}

.gallery-card a.btn {
    position: absolute;
    bottom: 0;
}

.gallery .carousel-caption {
    position: relative;
    TOP: -100px;
    text-align: center;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
}

.gallery .carousel-item img.img-fluid {
    width: 100%;
    height: 85vh;
    object-fit: contain;
}









/*** 

====================================================================
  Inner page Banner Section
====================================================================

***/

.inner-banner{
    position: relative;
    padding: 230px 0 170px 0;
    background: var(--color-2);
  }
  
  .inner-banner .image-layer{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.50;
  }
  
  .inner-banner .inner{
    position: relative;
    display: block;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    z-index: 5;
  }
  
  .inner-banner .inner h1{
    position: relative;
    font-size: 5em;
    text-transform: none;
    line-height:1.0em;
    margin:0px 0px;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-family: "Cookie", cursive;
  }

  
  

/*-------------------------------------------------------------------------------
  Gallery
-------------------------------------------------------------------------------*/

.portfolio-item .item {
    padding: 10px;
  }
  
  .portfolio-item .item img {
    border-radius: 20px;
  }
  
  .gallery {
    --s: 300px;
    /* control the size */
    --g: 10px;
    /* control the gap */
    --f: 2;
    /* control the scale factor */
  
    display: grid;
    gap: var(--g);
    width: calc(3*var(--s) + 3*var(--g));
    aspect-ratio: 1;
    grid-template-columns: repeat(4, auto);
    margin: 0 auto;
  }
  
  .gallery>img {
    width: 0;
    height: 250px;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    object-position: top;
    cursor: pointer;
    border-radius: 10px;
    transition: .35s linear;
  }
  
  .gallery img:hover {
    width: calc(var(--s)*var(--f));
    height: calc(var(--s)*var(--f));
  }
  















/*=============== Media Query ==============*/

@media only screen and (max-width: 1300px) {
    .logo img {
        max-width: 120px;
    }

    .navbar-nav li {
        padding: 20px 2px;
    }

    .dropdown-menu li {
        padding: 0px 2px;
    }

}

@media only screen and (max-width: 1170px) {
    header .social {
        width: auto;
        position: absolute;
        right: 10px;
        top: 15px;
    }
    
    .logo img {
        max-width: 100px;
    }

    .navbar-nav{
        margin-left: auto;
        margin-right: 0;
    }

    .navbar-expand-lg .navbar-collapse {
        align-self: end;
    }

    .navbar-nav.m-auto {
        margin-left: auto !important;
    }


    .dropdown-menu[data-bs-popper] {
        left: -25px;
    }


}

@media only screen and (max-width: 1074px) {

    .logo {
        width: 130px;
    }

}


@media only screen and (max-width: 991px) {

    .ptb-100 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    header {
        display: grid;
        max-height: 80px;
    }

    .logo p {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .logo p.fs-2 {
        font-size: 20px !important;
        align-items: center;
    }

    .navbar-collapse {
        position: absolute;
        display: block;
        top: 73px;
        left: 0;
        right: 0;
        text-align: center;
        background: var(--color-2);
        z-index: 1;
    }

    .dropdown-menu li a {
        text-align: center;
    }

    .navbar-nav li {
        padding: 10px 2px;
    }

    .navbar-nav li .nav-link {
        color: #fff;
    }

    .navbar-nav li .nav-link:hover:after,
    .navbar-nav li .nav-link.active:after {
        width: 150px;
    }

    .navbar-nav a.dropdown-toggle {
        right: 15px !important;
        top: 10px !important;
        width: 40px;
        height: 40px;
        background: #6f6f6f;
        /* padding: 20px 0px; */
        align-content: center;
    }

    .dropdown-menu li a {
        padding: 5px;
    }

    header .social {
        position: static;
    }

    .tagline.pb-100 {
        padding-bottom: 50px;
    }

    #highlight .boxes {
        transform: translateY(-30%);
    }

    .inside-page .pl-40 {
        padding-left: 15px;
        padding-top: 15px;
    }

    .inside-page .sidebar.p-40 {
        padding: 20px 40px;
    }


    #page_header.about-header {
        height: 50vh;
        min-height: auto;
        background-position: center top 80px;
    }


    .gallery {
        --s: 300px;
        --g: 10px;
        --f: 1.3;
        --h: 2;
        display: grid;
        gap: var(--g);
        width: calc(2 * var(--s) + 2 * var(--g));
        aspect-ratio: 1;
        grid-template-columns: repeat(3, auto);
        margin: 0 auto;
    }


    .gallery img:hover {
        width: calc(var(--s)*var(--f));
        height: calc(var(--s)*var(--h));
    }

}


@media only screen and (max-width: 767px) {


    .gallery {
        --s: 300px;
        --g: 10px;
        --f: 1;
        --h: 2;
        display: grid;
        gap: var(--g);
        width: calc(1.5 * var(--s) + 1.5 * var(--g));
        aspect-ratio: 1;
        grid-template-columns: repeat(2, auto);
        margin: 0 auto;
    }


    .gallery img:hover {
        width: calc(var(--s)*var(--f));
        height: calc(var(--s)*var(--h));
    }

    .testimonial-box {
        border-radius: 100px;
    }



    #page_header.about-header {
        height: 50vh;
        min-height: auto;
        background-position: center top 80px;
        background-size: contain;
    }

    /* .tp-slide-img img {
        width: 100% !important;
        height: auto !important;
    }

    #services-tabs .tabs.d-flex {
        display: inline-block !important;
    }

    .srvc-tab-btn {
        min-height: 60px;
    }

    .srvc-tab-btn span.srvc-num {
        top: 50%;
        transform: translateY(-50%);
    }

    .srvc-tab-btn.active:after {
        right: 0px;
        top: 100%;
        border-width: 25px 30px 0px 30px;
        border-color: #9cc673 transparent transparent transparent;
    }

    #highlight .boxes {
        transform: translateY(0%);
        margin-top: 40px;
    }

    #highlight .icon-box:nth-child(odd):after {
        display: none;
    }

    .wow {
        animation-name: none !important;
        visibility: visible !important;
    } */
}



@media only screen and (max-width: 575px) {

    .ptb-100 {
        padding-top: 30px;
        padding-bottom: 30px;
    }


    #main-slide {
        padding: 20px 0 50px 0;
    }

    #main-slide .tagline h1 {
        font-size: 3em;
    }
    

    .gallery {
        --s: 300px;
        --g: 10px;
        --f: 1;
        --h:2;
        display: grid;
        gap: var(--g);
        width: calc(1 * var(--s) + 1 * var(--g));
        aspect-ratio: 1;
        grid-template-columns: repeat(1, auto);
        margin: 0 auto;
    }


    .gallery img:hover {
        width: calc(var(--s)*var(--f));
        height: calc(var(--s)*var(--h));
    }

    header {
        max-height: 80px;
    }


    #healthcare-btns.ptb-100 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

/* 
    #highlight .icon-box:after {
        display: none;
    }

    #testimonial .plr-80 {
        padding-left: 30px;
        padding-right: 30px;
    }

    #about.ptb-60,
    #services-tabs.ptb-60 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .srvc-tab-btn span.srvc-num {
        left: 50px;
    } */

}

/* Captcha Styling & Animations */
.btn-refresh {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), color 0.3s ease !important;
}
.btn-refresh:hover {
    color: var(--color-1) !important;
    transform: rotate(180deg) scale(1.1);
}
.btn-refresh:active {
    transform: rotate(360deg) scale(0.95);
}
.captcha-img-container {
    transition: all 0.3s ease;
}
.captcha-img-container:hover {
    background: rgba(255, 255, 255, 0.25) !important;
    border-color: #fff !important;
}