@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&family=Space+Grotesk:wght@300..700&display=swap');
body{
    /* font-family: "Rubik", serif;
    overflow-x: hidden; */
        font-family: "Outfit", sans-serif;
}
.pt-20{
    padding-top:20px;
}
a.nav-link {
    text-transform: uppercase;
    /* font-weight: 500; */
    /* border: 1px solid #ddd; */
    border-radius: 30px;
    margin-right: 10px;
    padding: 5px 31px;
    background: #8f0000;
    color: #fff;
    font-size: 14px;
}
a.nav-link:hover {
    color: #FF9800;
}
/*---header-part-css---*/
img.logo {
    width: 100%;
    padding-top: 5px;
}
img.logo1 {
    height: 78px;
    float: right;
    /* padding-top: 5px; */
}
a.nav-link {
    text-transform: uppercase;
    font-weight: 500;
}

.leader-part {
    background-image: url(../images/bg1.jpg);
    /* background-size: cover; */
    position: relative;
    padding: 15px 0px;
    margin-top: 0px;
    margin-bottom: 2px;
    background-size: cover;
    background-position: bottom;
}
.leader-part:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(90deg, rgb(242, 242, 242) 0%, rgb(242, 242, 242) 30%, rgba(0, 212, 255, 0) 100%);
    background: linear-gradient(90deg, rgb(242 242 242) 0%, rgb(242, 242, 242) 30%, rgba(0, 212, 255, 0) 100%);
    background: #510303e8;
}
.cm-section-inner {
    position: relative;
}
.officials {
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    flex-direction: row;
    justify-content: inherit;
    padding: 5px;
    /* margin-bottom: 20px; */
    align-items: center;
    /* background: #f2f2f2; */
    /* border: 2px solid #fff; */
    /* border-radius: 200px; */
    /* box-shadow: 0 5px 8px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); */
    /* transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); */
    /* height: 29%; */
    float: right;
}
.officials img {
    width: clamp(1rem, 15vh, 5rem);
    height: clamp(1rem, 15vh, 5rem);
    object-fit: cover;
    margin-right: 10px;
    float: left;
    /* border-radius: 50%; */
    object-fit: cover;
    margin-right: 10px;
    /* float: left; */
    border-radius: 50%;
    border: 2px solid white;
    background: #fff;
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); */
    width: 90px;
    height: 90px;
}
.officials h2 {
    font-size: 16px;
    letter-spacing: .5px !important;
    color: #ffffff;
    letter-spacing: 0px;
    margin-top: 8px;
    margin-bottom: 6px;
    line-height: 1.3;
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
}
.officials h2 span {
    font-weight: normal;
    display: block;
    font-size: 15px;
    color: rgb(207 207 207);
    margin-top: 3px;
    text-transform: capitalize;
    letter-spacing: 0;
}
#ap-txt{
    text-transform: math-auto;
}
/*---title-txt-css--*/
.title h6 {
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: #a62020;
    margin-bottom: 4px;
}

.title h4 {
    font-size: 30px;
}

.title {
    margin-bottom: 30px;
}
/*---about-css---*/
.about-part {
       padding: 50px 0px 150px;
       position: relative;
}
.abt-txt-box h6 {
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: #a62020;
    margin-bottom: 0px;
}
.abt-txt-box h4 {
    font-size: 30px;
}
.abt-txt-box p {
    font-size: 19px;
    text-align: justify;
}
ol.list-yoga {
    list-style: none;
    padding: 0;
}


ol.list-yoga li {
    position: relative;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-size: 17px;
}

ol.list-yoga li:before {
    content: '\f00c ';
    font-family: FontAwesome;
    margin-right: 10px;
    background: #ffcfcf;
    padding: 5px;
    color: #a62020;
}
.about-img-box {
    position: relative;
}

img.abt-one {
    position: absolute;
    height: 450px;
    width: 356px;
    border: 5px solid #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 100px 0px 0px 0px;
    object-fit: cover;
    object-position: center;
}

img.abt-two {
    position: absolute;
    right: -13px;
    top: 100px;
    border: 5px solid #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 0px 100px 0px 0px;
    object-fit: cover;
    object-position: top;
    width: 310px;
    height: 461px;
}
img.shape1 {
    position: absolute;
    right: 81px;
    -webkit-animation-name: float-bob-y-2;
    animation-name: float-bob-y-2;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@keyframes float-bob-y-2{
    0% {
        -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
        transform: translateY(0px) translateX(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
        transform: translateY(10px) translateX(10px) rotate(5deg);
    }
    100% {
        -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
        transform: translateY(0px) translateX(0px) rotate(0deg);
    }
    }
    img.shape2 {
        position: absolute;
        bottom: 0;
        width: 198px;
        top: 382px;
        left: 95px;
        -webkit-animation: rotated 12s infinite linear;
        animation: rotated 12s infinite linear;
    }
    @keyframes rotated{
        0% {
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }
        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
        }
        img.yoga-img {
    width: 300px;
    height: 300px;
    position: absolute;
    bottom: -154px;
    right: -51px;
}

.abt-txt-box {
    position: relative;
}
/*---yoga section---*/

.yoga-section {
    padding: 50px 0px;
    position: relative;
    background: url(../images/bg4.jpg);
    background-size: cover;
    /* background-position: unset; */
}
.feature-area.style-one {
    /* padding: 110px 0 0px; */
    position: relative;
}

.style-one .single-feature-box{
    border-radius: 20px;
    background-color: #dafff5;
    padding: 35px 35px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    min-height: 290px;
}

.style-one .single-feature-box.box-2{
    background-color: #fbe7da;
}

.style-one .single-feature-box.box-3{
    background-color: #d3f3ff;
}

.style-one .single-feature-box .feature-icon {
    transition: 0.5s;
    width: 60px;
    height: 42px;
}

.style-one .single-feature-box:hover .feature-icon {
    filter: brightness(0) invert(1);
    animation: bd-bounce 800ms ease-out alternate;
    -webkit-animation: bd-bounce 800ms ease-out alternate;

}

.style-one h4.feature-title {
    font-size: 18px;
    color: var(--title-color);
    font-weight: 700;
    margin-top: 12px;
    transition: 0.5s;
}

.style-one .single-feature-box:hover h4.feature-title {
   color:#fff;
}

.style-one p.feature-desc {
    font-size: 15px;
    line-height: 26px;
    color: var(--text-color);
    font-weight: 400;
    transition: 0.5s;
}

.style-one .single-feature-box:hover p.feature-desc {
    color:rgb(255, 255, 255, 0.8);
 }

/* Box-hover */

.style-one .educate-hover-box {
    background-color:#1ec28e;
    height: 100%;
    top: 0;
    opacity: 0;
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 25%;
    z-index: -1;
}
  
.style-one .single-feature-box.box-2 .educate-hover-box {
    background-color:#ff853f;
}

.style-one .single-feature-box.box-3 .educate-hover-box {
    background-color:#15c1fa;
}

.style-one .hover-bx {
    left: 0;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
    border-radius: 20px 0 0px 20px;
}
  
.style-one .hover-bx2 {
    left: 25%;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}
  
.style-one .hover-bx3 {
    left: 50%;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}
  
.style-one .hover-bx4 {
    left: 75%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    border-radius: 0 20px 20px 0;
}
  
.style-one .single-feature-box:hover .educate-hover-box {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
  
.style-one .feature-shape1 {
    position: absolute;
    top: 100px;
    left: 113px;
    animation: scaleZoom 5s cubic-bezier(0.12, 0, 0.39, 0) 0s infinite alternate;
}

.style-one .feature-shape2 {
    position: absolute;
    top: 100px;
    right: 178px;
}
.feature-num {
    background: #1baf80;
    width: 90px;
    height: 90px;
    font-size: 25px;
    text-align: center;
    /* vertical-align: middle; */
    padding: 27px;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
}
.bg1{
    background: #eb732f;
}
.bg2{background: #11ade1;}
/*--footer--*/
.footer-box {
    padding: 30px 0px 0px;
    position: relative;
    background: linear-gradient(rgb(43 0 0 / 91%), rgb(43 0 0 / 92%)), url(../images/footer-bg.jpg);
    background-size: cover;
    /* background-repeat: no-repeat; */
    background-position: center;
}
img.footer-img {
    position: absolute;
    opacity: .1;
    bottom: 0;
}
ul.one-list {
    padding: 0;
    list-style: none;
    /* display: flex; */
}

ul.one-list li a {
    color: #ffffff;
    font-size: 14px;
    display: flex;
    text-decoration: none;
}
ul.one-list li a:before {
    content: '\f101';
    font-family: 'FontAwesome';
    padding-right: 5px;
}

.footer-sub-box h5 {
    color: #ddd;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 16px;
    padding-bottom: 15px;
    font-size: 16px;
}

.footer-sub-box h5:before {
    /* content: ''; */
    /* width: 100px; */
    /* height: 3px; */
    /* background: #8BC34A; */
    /* position: absolute; */
    /* bottom: 0; */
    /* border-radius: 30px; */
    content: '';
    position: absolute;
    bottom: 4px;
    width: 100px;
    height: 2px;
    background: #c74d4d;
    left: 0;
}

.footer-sub-box h5:after {
    /* content: ''; */
    /* width: 40px; */
    /* height: 9px; */
    /* background: #4CAF50; */
    /* position: absolute; */
    /* bottom: -3px; */
    /* left: 4px; */
    /* border-radius: 30px; */
    content: '';
    position: absolute;
    bottom: 0px;
    width: 75px;
    height: 2px;
    background: #c74d4d;
    left: 0;
}
ul.contact li {
    color: #dedede;
    font-size: 13px;
}
ul.contact li {
    display: flex;
    margin-top: 18px;
}
ul.contact li i {
    display: inline-block;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    margin-right: 20px;
    /* background: rgba(255, 255, 255, 0.1); */
    color: var(--white);
    border: 1px dashed rgba(255, 255, 255, 0.3);
    font-weight: 300;
    font-size: 18px;
}
ul.contact li strong {
    display: block;
    text-transform: uppercase;
    color: #cbc8c8;
    font-size: 14px;
}
ul.contact {
    padding: 0;
}
ul.contact li a {
    color: #ffffff;
    font-weight: 500;
    text-decoration: none;
}
ul.one-list li {
    padding-bottom: 8px;
}
ul.one-list li a:hover{
    color:#fff;
}

.copy-right {
    background: #240000;
    padding-top: 18px;
    padding-bottom: 10px;
    color: #fff;
}
.copy-right p {
    margin-bottom: 0;
    font-size: 14px;
}
p.f-r {
    float: right;
}
.apt-logo{
    width: 90px;
    background: #fff;
    border-radius: 5px;
    padding: 3px 6px;
    margin-left: 4px;
}
.bg-img-part {
    position: relative;
    bottom: 0;
}

.bg-img-part img {
    width: 100%;
    position: absolute;
    bottom: 0;
    /* height: 100px; */
    object-position: top;
    object-fit: cover;
    /* opacity: .3; */
    z-index: -1;
}
.sapt-box {
    padding: 33px;
    background: rgb(255 254 249 / 91%);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    z-index: 9;
    background-attachment: fixed;
    border-top: 5px solid #4CAF50;
}
.footer-img-box {
    background: url(../images/footer-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    /* position: absolute; */
    background-position: bottom;
    /* opacity: .1; */
    padding: 30px 0px 0px;
}
ol.info-list {
    list-style: none;
    padding: 0;
    border-top: 1px solid #08284b;
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 0;
}

ol.info-list li {
    display: inline;
    border-right: 1px solid #073b73;
}

ol.info-list li a {
    padding: 0px 12px;
    color: #dbdada;
    /* text-align: center; */
    font-size: 14px;
    text-decoration: none;
}
.content {
    color: #ffffff;
    font-size: 13px;
}
ul.one-list li a:hover {
    color: #fff;
}
ol.info-list li a:hover{
    color: #fff;
}