body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    font-size: 16px;
}

p {
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
}

:focus {
    outline: none;
}


@font-face {
    font-family: "f1";
    src: url(../fonts/source-sans/SourceSansPro-Regular.ttf);
}

@font-face {
    font-family: "f2";
    src: url(../fonts/bebas-neue/BebasNeue.otf);
}

@font-face {
    font-family: "f3";
    src: url(../fonts/calibri/Calibri.ttf);
}

@font-face {
    font-family: "f4";
    src: url(../fonts/roboto/Roboto-Bold.ttf);
}



.header-top {
    background: #07294d;
}

.tally-call ul li {
    list-style: none;
    padding: 20px 10px;
    display: inline-block;
}

.tally-call ul li a {
    color: #fff;
    text-decoration: none;
}

.tally-call ul li a img {
    padding-right: 10px;
}

.tally-call ul li strong {
    color: #fff;
}

.tally-call ul li i {
    color: #fff;
}

.tally-call {
    text-align: center;
}

.tally-call ul span {
    color: #ffc600;
}

.tally-call ul li a:hover {
    color: #ffc600;
}

.tally-call ul li a:hover i {
    color: #ffc600;
}

.brand-logo {
    text-align: center;
    position: relative;
}

.brand-logo a {
    position: absolute;
    background: #07294d;
    border-radius: 100%;
    top: -42px;
    left: 40%;
    padding: 16px 48px 26px 30px;
    margin: -10px;
    z-index: 999;
}

.banner-content {
    position: absolute;
    top: 42%;
    left: 15%;
    text-align: justify;
}

.banner-content h1 {
    font-family: "f2";
    color: #ffc600;
    font-size: 50px;
}

.banner-content h2 {
    font-family: "f2";
    color: #fff;
    font-size: 50px;
}

.banner-prev {
    left: 5%;
    border: 2px solid;
    height: 6%;
    width: 3%;
    top: 50%;
    opacity: 1;
    transition: all 0.6s linear;
}

.banner-next {
    right: 5%;
    border: 2px solid;
    height: 6%;
    width: 3%;
    top: 50%;
    opacity: 1;
    transition: all 0.6s linear;
}

.banner-prev:hover {
    background: #ffc600;
    transition: all 0.6s linear;
}

.banner-next:hover {
    background: #ffc600;
    transition: all 0.6s linear;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 13px;
    height: 20px;
}

.navbar {
    padding: 0;
}

.navbar-collapse {
    position: absolute;
    top: 50px;
    left: 22%;
    z-index: 999;
}

.nav-link {
    color: #fff !important;
    font-family: "f3";
    font-size: 20px;
}

.nav-item {
    padding: 0 10px;
}

.nav-item:hover .nav-link {
    color: #ffc600 !important;
    transition: all 0.6s ease;
}

.platform {
    background: #07294d;
    margin-top: -150px;
    border-radius: 10px;
}

.platform h2 {
    color: #fff;
    font-family: "f2";
    font-size: 44px;
    padding: 50px;
    margin: 18px;
}

.tally-training {
    color: #ffc600;
}

.tally-course {
    padding: 63px 100px;
}

.placement1 {
    background: #4886ff;
    width: 170px;
    height: 170px;
    border-radius: 10px;
    background-image: url(../images/platform-bg.webp);
    background-repeat: no-repeat;
    margin: 0 auto;
}

.placement2 {
    background: #a1c44f;
    width: 170px;
    height: 170px;
    border-radius: 10px;
    background-image: url(../images/platform-bg.webp);
    background-repeat: no-repeat;
    margin: 0 auto;
}

.placement3 {
    background: #ff6f6f;
    width: 170px;
    height: 170px;
    border-radius: 10px;
    background-image: url(../images/platform-bg.webp);
    background-repeat: no-repeat;
    margin: 0 auto;
}

.placement1 h5 {
    text-align: center;
    color: #fff;
    padding-top: 37px;
}

.placement1 h2 {
    text-align: center;
    font-size: 50px;
}

.placement1 h4 {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
}

.placement1 strong {
    text-align: center;
    color: #fff;
    display: block;
}

.placement2 h5 {
    text-align: center;
    color: #fff;
    padding-top: 37px;
}

.placement2 h2 {
    text-align: center;
    font-size: 50px;
}

.placement2 h4 {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
}

.placement2 strong {
    text-align: center;
    color: #fff;
    display: block;
}

.placement3 h5 {
    text-align: center;
    color: #fff;
    padding-top: 37px;
}

.placement3 h2 {
    text-align: center;
    font-size: 50px;
}

.placement3 h4 {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
}

.placement3 strong {
    text-align: center;
    color: #fff;
    display: block;
}
.about-section {
    margin-top: 50px;
}
.about-section img {
    margin-top: -35px;
}

.about-section h5 {
    font-family: "f3";
    font-size: 25px;
    font-weight: bold;
    margin-top: 40px;
}

.about-section h2 {
    font-family: "f2";
    font-size: 35px;
    font-weight: 600;
    color: #07294d;
}

.about-section p {
    text-indent: 50px;
    text-align: justify;
    color: #363636;
    line-height: 27px;
}

.about-sai {
    margin-top: 65px;
    padding-left: 50px;
}


.learn-sai a {
    background: #ffc600;
    padding: 15px 40px;
    color: #07294d;
    border-radius: 5px;
    font-family: "f4";
    text-decoration: none;
    transition: all 0.8s ease;
}

.learn-sai:hover a {
    background: #123456;
    color: #ffc600;
    transition: all 0.8s ease;
}

.learn-sai {
    margin-top: 35px;
}

.learn-sai img {
    margin-top: 0;
}

.why-choose h2 {
    color: #dcdcdc;
    font-family: "f2";
    margin-top: 40px;
    font-size: 50px;
}

.why-choose h4 {
    color: #07294d;
    font-family: "f3";
    font-size: 25px;
    font-weight: bold;
}

.why-choose img {
    margin-top: -35px;
}

.why-choose p {
    text-align: justify;
    border-right: 1px dotted #dcdcdc;
    padding-right: 40px;
}

.tally-info {
    background-image: url(../images/keep-in-touch.webp);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    margin-top: 70px;
}

.keep-touch {
    background: #07294d;
    opacity: 0.85;
    padding: 50px;
}

.keep-touch h2 {
    font-family: "f2";
    color: #ffc600;
    text-align: center;
    padding: 50px 0 30px 0;
    font-size: 50px;
}

.tally-enq {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.tally-enqs {
    text-align: center;
    margin: 0 auto;
    display: block;
}

.keep-touch .form-control {
    background: none;
    border: 1px dashed #fff;
    margin-top: 35px;
    padding: 35px;
    border-radius: inherit;
    color: #fff !important;
}

.get-now {
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-top: 50px;
    background: #ffc600;
    border: none;
    padding: 15px 50px;
    border-radius: 10px;
    font-family: "f4";
    font-size: 20px;
    transition: all 0.6s ease;
}

.get-now:hover {
    background: #fff;
    color: #123456;
    transition: all 0.6s ease;
}

.form-control:focus {
    background: none;
    box-shadow: none;
    border-color: #fff;
}

.tally-class {
    background: #e9b910;
    width: 150px;
    height: 150px;
    text-align: center;
    margin: 0 auto;
    margin-top: 50%;
    border-radius: 100px;
}

/*
.tally-class a {
    line-height: 150px;
    font-size: 60px;
    color: #07294d;
    padding: 50px;
}
*/
.btn-play {
    background: none;
    border: none;
}

.btn-play i {
    font-size: 50px;
    line-height: 55px;
    padding: 50px;
}

.btn-play:focus {
    outline: none;
}

.placement-history h2 {
    font-family: "f2";
    font-size: 35px;
    font-weight: 600;
    color: #07294d;
    margin-top: 50px;
}

.placement-history img {
    margin-top: -35px;
}

.top-carousel .owl-prev {
    position: absolute;
    top: -100px;
    left: -15%;
    color: #fff !important;
    background: #557495 !important;
    border-radius: 50px;
    transition: all 0.6s ease;
}

.top-carousel .owl-next {
    position: absolute;
    top: -100px;
    right: -15%;
    color: #fff !important;
    background: #557495 !important;
    border-radius: 50px;
    transition: all 0.6s ease;
}

.top-carousel .owl-prev:hover {
    background: #ffc600 !important;
    transition: all 0.6s ease;
}

.top-carousel .owl-next:hover {
    background: #ffc600 !important;
    transition: all 0.6s ease;
}

.owl-nav {
    position: relative;
}

.owl-prev {
    border: 2px solid #fafafb !important;
    position: absolute;
    top: -210px;
    left: -15%;
}

.owl-prev:focus {
    outline: none;
}

.owl-next:focus {
    outline: none;
}

.owl-carousel .owl-nav button.owl-prev {
    padding: 10px 20px !important;
}

.owl-next {
    border: 2px solid #ffffff !important;
    position: absolute;
    top: -210px;
    right: -15%;
}

.owl-carousel .owl-nav button.owl-next {
    padding: 10px 20px !important;

}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: block;
}

.overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: rgba(7, 41, 77, 0.72);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.users:hover .overlay {
    bottom: 0;
    height: 100%;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

/*
.users img::before {
    background: #e3393c;
    width: 200px;
    height: 200px;
    content: "";
    z-index: 999;
}
*/

.text h4 {
    font-family: "f2";
}

.text h5 {
    font-family: "f3";
    color: #daaa02;
    font-weight: bold;
}

.users {
    position: relative;
}

.users .border-top {
    position: absolute;
    top: 25px;
    left: -5px;
    width: 65px;
    height: 20px;
    background: #e3393c;
}

.blog-bg {
    background-image: url(../images/blog-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 60px;
}

.blog-bg h2 {
    color: #fff;
    font-family: "f2";
    text-align: center;
    padding-top: 60px;
}

.bottom {
    margin-top: -35px;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.tally-blog {
    margin-top: 60px;
}

.news-content ul li {
    list-style: none;
    display: inline-block;
    padding: 0 50px 0 0px;
}

.news-content ul li i {
    color: #dbab03;
    padding-top: 20px;
    padding-right: 15px;
}

.news-content ul li a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}

.news-content h3 {
    font-family: "f2";
    color: #fff;
    padding-top: 20px;
}

.news-content a,
.courses-content a {
    text-decoration: none;
}

.news-content p {
    color: #fff;
    line-height: 27px;
    text-align: justify;
}

.tally-courses {
    margin-top: 60px;
}

.courses-content {
    margin-top: 60px;
}

.courses-content ul li {
    list-style: none;
    display: inline-block;
    padding: 0 30px 0 0;
}

.courses-content ul li i {
    padding-right: 15px;
}

.courses-content ul li a {
    color: #fff;
}

.courses-content h3 {
    font-family: "f2";
    color: #fff;
    padding-top: 20px;
    font-size: 20px;
}

.courses-content p {
    color: #fff;
}

.courses-content ul li i {
    color: #dbab03;
}

.view-blog {
    text-align: center;
    margin: 0 auto;
    background: #dbab03;
    padding: 15px 50px;
    font-size: 18px;
    font-family: "f4";
    border-radius: 10px;
    margin-top: 20px;
    transition: all 0.5s ease;
}

.view-blog:hover {
    background: #fff;
    color: #123456;
    transition: all 0.5s ease;
}

.blog-bg a {
    text-decoration: none;
    color: #07294d;
    margin-bottom: 50px;
}

/*** footer ***/

.footer-bg {
    background: #07294d;
}

.ft-tally img {
    padding: 40px 0 10px;
}

.ft-tally p {
    color: #fff;
    line-height: 27px;
    text-align: justify;
}

.ft-social ul li {
    list-style: none;
    display: inline-block;
    padding: 20px;
}

.ft-social ul li a {
    color: #fff;
    text-decoration: none;
}

.ft-social ul li i {
    background: #021d3a;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 48px;
    border-radius: 50px;
    transition: all 0.6s ease;
}

.ft-social ul li a i:hover {
    background: #ffc600;
    color: #07294d;
    transition: all 0.6s ease;
}

.quick-link {
    padding: 40px 0px 40px 25px;
}

.quick-link h3 {
    color: #fff;
    font-family: "f3";
    font-weight: bold;

}

.quick-link ul {
    float: left;
    width: 50%;
}

.quick-link ul li {
    padding-top: 20px;
    list-style: none;
}

.quick-link ul li a {
    color: #fff;
    text-decoration: none;
    transition: all 0.6s ease;
}

.quick-link ul li a:hover {
    color: #ffc600;
    padding-left: 12px;
    transition: all 0.6s ease;
}

.quick-link ul li a i {
    padding-right: 10px;
    font-size: 13px;
}

.tally-address {
    padding: 40px 0;
}

.tally-address h3 {
    color: #fff;
    font-family: "f3";
    font-weight: bold;
}

.tally-address ul li {
    list-style: none;
}

.tally-address ul li i {
    color: #ffc600;
    position: relative;
}

.add-cont p {
    color: #fff;
}

.icon i {
    position: absolute;
    top: 25px;
    left: 0;
}

.add-cont {
    padding-left: 35px;
}

.ft-bottom {
    background: #021d3a;
}

.ft-bottom p {
    color: #fff;
    text-align: center;
    padding: 20px;
}

.ft-bottom a {
    padding-left: 15px;
    color: #ffc600 !important;
    text-decoration: none;
}

/*** about page ***/

.about-banner img {
    width: 100%;
}

.about-sai img {
    background: rgba(0, 0, 0, 0.18);
    padding: 10px;
}

.counter-bg {
    background-image: url(../images/counter-part.webp);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 50px;
    padding: 150px 0;
}

.single-counter span {
    font-size: 30px;
    color: #ffc600;
    font-weight: bold;
}

.single-counter p {
    color: #fff;
}

.teachers-part {
    padding-bottom: 100px;
}

.sai-teacher {
    margin-top: 30px;
    position: relative;
}

.sai-teacher .image {
    border-radius: 5px;
    overflow: hidden;
}

.sai-teacher .image img {
    transition: all 0.6s ease;
    width: 100%;
}

.tech-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    background: #fff;
    width: 80%;
    padding: 10px;
    margin: 0 auto;
    border-radius: 5px;
}

.tech-content a {
    text-decoration: none;
    color: #123456;
    transition: all 0.6s linear;
}

.tech-content a:hover {
    color: #ffc600;
    transition: all 0.6s linear;
}

.sai-teacher:hover .image img {
    transform: scale(1.1);
    transition: all 0.6s ease;
}

/* testimonial section in about page */

.testimonial-bg {
    background-image: url(../images/blog-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 50px;
}

.testimonial-bg h2 {
    color: #fff;
    font-family: "f2";
    text-align: center;
    padding-top: 60px;
}

.testimonial-carousel {
    width: 100%;
    max-width: 1200px;
    margin: 70px;
}

.testimonials-wrapper {
    width: 95%;
    max-width: 500px;
    margin: 0 auto
}

.testimonials-wrapper h4 {
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    position: relative;
    padding: 30px;
    color: #000;
    border-radius: 5px;
    background: #fff;
    box-shadow: 5px 5px 5px 0 rgba(23, 23, 25, .3)
}

.testimonials-blob,
.testimonials-img {
    border-radius: 100%
}

.testimonials-img {
    position: relative;
    left: 50%;
    overflow: hidden !important;
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
    margin-left: -50px;
    box-shadow: 0 0 0 5px #ffc600;
    transition: all ease-out .5s;
    transform: translateY(-30%);
    filter: brightness(2)
}

.testimonial-carousel .active .testimonials-img {
    transform: translateY(0);
    filter: brightness(1)
}

.testimonials-person-info {
    text-align: center;
    color: #fff
}

.testimonials-blob {
    position: relative;
    left: 80%;
    width: 3px;
    height: 3px;
    transform: rotate(45deg)
}

.testimonial-link:hover{
    text-decoration: none;
}

@keyframes anim {
    0% {
        opacity: 0;
        box-shadow: 0 0 0 0 #fff, 0 0 0 0 #fff
    }

    50% {
        box-shadow: 0 15px 0 0 #fff, 0 0 0 0 #fff
    }

    100% {
        opacity: 1;
        background: #fff;
        box-shadow: 0 15px 0 4px #fff, 0 35px 0 6px #fff
    }
}

.testimonial-carousel .active .testimonials-blob {
    transform-origin: 50% 50%;
    animation: anim linear .5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards
}

.testimonial-carousel {
    overflow: hidden;
    cursor: grab
}

.testimonial-carousel:active {
    cursor: grabbing
}

.testimonial-carousel .owl-item {
    overflow: hidden;
    transition: all ease-out .3s;
    transform: scale(.7);
    opacity: 0
}

.testimonial-carousel .owl-item.active {
    transform: scale(1);
    opacity: 1
}

.testimonial-carousel .owl-next,
.testimonial-carousel .owl-prev {
    font-size: 13px;
    line-height: 35px;
    position: absolute;
    top: 50%;
    padding: 0 10px;
    transition: all ease-out .25s;
    transform: translateY(-100%);
    opacity: 1;
    color: #fff;
    border-radius: 3px;
    background: #171719
}

.testimonial-carousel .owl-next:hover,
.testimonial-carousel .owl-prev:hover {
    color: #fff;
    background: #615e6b
}

.testimonial-carousel .owl-prev {
    left: 0
}

.testimonial-carousel .owl-next {
    right: 0
}

/* .testimonial-carousel .owl-next.disabled,
.testimonial-carousel .owl-prev.disabled {
    opacity: 0
} */

/* .testimonial-bg .owl-nav .owl-prev {
    display: none;
}

.testimonial-bg .owl-nav .owl-next {
    display: none;
} */

/*** Tally Page ***/

.tally-curs {
    padding: 50px 0 15px 0;
}

.tally-curs h2 {
    font-family: "f2";
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    color: #07294d;
}

.tally-curs img {
    text-align: center;
    margin: 0 auto;
    display: block;
}

.tally-curs p {
    margin-top: 30px;
    text-align: justify;
    line-height: 27px;
    color: #07294d;
    font-family: "f3";
}

.training-tally h3 {
    margin-top: 30px;
    color: #123456;
    font-family: "f2";
    font-weight: 600;
    font-size: 25px;
}

.training-tally p {
    text-align: justify;
    line-height: 27px;
    font-family: "f3";
    color: #123456;
    text-indent: 50px;
}

.training-video {
    margin-top: 50px;
}

.training-video img {
    margin-top: 20px;
}

.contact-details {
    background: #123456;
    margin-top: 50px;
    padding: 30px 34px 50px;
    margin-bottom: 30px;
}

.contact-details h4 {
    padding: 20px 0;
    color: #fff;
    text-align: center;
}

.contact-details h6 {
    color: #fff;
}

.contact-details li {
    list-style: none;
    color: #fff;
}

.contact-details span {
    font-weight: 500;
}

.contact-details h6 a {
    color: #ffc600;
    text-decoration: none;
    transition: all 0.6s ease;
}

.contact-details h6:hover a {
    color: #fff;
    transition: all 0.6s ease;
}

.contact-details p {
    color: #fff;
}

.taly-sub h3 {
    color: #123456;
    font-family: "f2";
    margin-top: 20px;
    font-weight: bold;
    font-size: 25px;
}

.taly-sub ul li {
    list-style: none;
    line-height: 27px;
    text-align: justify;
    font-family: "f3";
    color: #123456;
    position: relative;
    padding-left: 35px;
}

.taly-sub img,
.training-tally img {
    margin-top: -45px;
}

.taly-sub ul li::before {
    position: absolute;
    top: 30%;
    left: 0;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../images/dotted.webp);
    background-repeat: no-repeat;
}

.taly-sub h4 {
    font-family: "f2";
    color: #123456;
    font-size: 25px;
    margin-top: -15px;
}

.taly-sub {
    padding-bottom: 30px;
}
.taly-sub p {
    text-align: justify;
    line-height: 27px;
    color: #123456;
    font-family: "f3";
}

/*** contact page ***/

.contact-section img {
    margin-top: -35px;
}

.contact-section h5 {
    font-family: "f3";
    font-size: 25px;
    font-weight: bold;
    margin-top: 40px;
}

.contact-section h2 {
    font-family: "f2";
    font-size: 35px;
    font-weight: 600;
    color: #07294d;
    padding-bottom: 20px;
}

.tally-frm {
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #123456;
}

.sub-btn {
    background: #ffc600;
    border: none;
    padding: 15px 45px;
    margin: 0 auto;
    margin-bottom: 25px;
    color: #07294d;
    font-family: "f4";
    border-radius: 5px;
    transition: all 0.6s linear;
}

.sub-btn:hover {
    background: #123456;
    color: #fff;
    transition: all 0.6s linear;
}

.contact-address {
    padding: 90px 50px 50px;
}
.contact-address ul li {
    list-style: none;
    padding: 20px;
}

.cont-adrs .contact-icon i {
    border: 5px solid #123456;
    padding: 20px;
    border-radius: 100px;
    background: rgba(255, 198, 0, 0.32);
}
.contact-icon {
    float: left;
}
.contact-cont p {
    padding: 5px 0 0px 90px;
    font-family: "f3";
    color: #07294d;
}
.contact-cont p a {
    color: #07294d;
    text-decoration: none;
    font-family: "f3";
}
.tally-envelope {
    padding-top: 20px !important;
}
.contact-map {
    margin-top: 20px;
    border-radius: 5px;
}



.tally-end{
    position: fixed;
    left: 0;
    padding: 10px 5px;
    background:  #ffc600;   
    z-index: 99;
    border-radius: 4px;
    transition: all .2s;
    top: 50%;
}
.tally-end button{
    color: #fff;
    font-family: "f1";
    font-weight: 700;
    text-transform: uppercase;
    
}
.tally-end:hover{   
    background: #055395;
    transition: all .2s;
}
.tally-end button:hover{
    color:#fff;
}
.tally-end button:focus{
    outline: none;
    box-shadow: none;
}

.tally-enq input {
    margin-bottom: 20px;
    height: 45px;
    border-radius: 3px;
    background: none;
    color: #fff;
    border: 1px dashed #fff;
}
.tally-enq input:focus {
  border-color: #fff;
    box-shadow: none;
    background: none;
     color: #fff;
}
.tally-enq textarea::placeholder{
    color: #fff;
}
.tally-enq input::placeholder{
    color: #fff;
}
.tally-enq select{
    margin-bottom: 20px;
    height: 45px;
}
.tally-enq select.form-control option{
       background: #333; 
}
.tally-enq select.form-control{
   color: #fff;
   background: none; 
    border: 1px dashed #fff;
}
.tally-enq select.form-control:focus{
    border-color: #fff;
    outline: none;
    box-shadow: none;
}
.tally-enq textarea{
    background: none;
    border: 1px dashed #fff;
}
.tally-enq textarea:focus {
  border-color: #fff;
    box-shadow: none;
    background: none;
}
.tally-enq .modal-header{
    border-bottom: none;
}
.tally-enq .modal-content{
    background: rgba(1, 30, 74, 0.85);
    background: url("../images/blog-bg.webp")no-repeat;
    background-size: cover;
    position: relative;
}

.tally-enqs input {
    margin-bottom: 20px;
    height: 45px;
    border-radius: 3px;
    background: none;
    color: #fff;
    border: 1px dashed #fff;
}
.tally-enqs input:focus {
  border-color: #fff;
    box-shadow: none;
    background: none;
     color: #fff;
}
.tally-enqs textarea::placeholder{
    color: #fff;
}
.tally-enqs input::placeholder{
    color: #fff;
}
.tally-enqs select{
    margin-bottom: 20px;
    height: 45px;
}
.tally-enqs select.form-control option{
       background: #333; 
}
.tally-enqs select.form-control{
   color: #fff;
   background: none; 
    border: 1px dashed #fff;
}
.tally-enqs select.form-control:focus{
    border-color: #fff;
    outline: none;
    box-shadow: none;
}
.tally-enqs textarea{
    background: none;
    border: 1px dashed #fff;
}
.tally-enqs textarea:focus {
  border-color: #fff;
    box-shadow: none;
    background: none;
}
.tally-enqs .modal-header{
    border-bottom: none;
}
.tally-enqs .modal-content{
    background: rgba(1, 30, 74, 0.85);
    background: url("../images/blog-bg.webp")no-repeat;
    background-size: cover;
    position: relative;
}
/*
.sasth-enq .modal-content:before{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(1, 30, 74, 0.85); 
    content: "";
}
*/

.tally-enq .close{
    color: #fff;
    font-size:30px;
}
.tally-enq .modal-title{
    color: #fff;
    font-size: 20px;
    font-family: "f1";
    font-weight: 700;
    padding-left: 20px;
}
.tally-enq button:focus{
    outline: none;
}

.tally-enqs .close{
    color: #fff;
    font-size:30px;
}
.tally-enqs .modal-title{
    color: #fff;
    font-size: 20px;
    font-family: "f1";
    font-weight: 700;
    padding-left: 20px;
}
.tally-enqs button:focus{
    outline: none;
}
.btn-submit{
    padding: 10px 30px;
    background: #ffc600; 
    color: #fff;
    font-family: "f1";
    font-weight: 700;
    cursor: pointer;
    transition: all 0.5s ease-in-out 0s;
    margin: 15px 0;
}

.btn-submit:hover{
    color: #333; 
    text-decoration: none;
   
}



.blog-heading h2::selection {
    background: lightblue;
}

.blog-heading h2 {
    text-align: center;
    font-family: "f2";
    font-size: 40px;
    padding: 20px 0 0px 0;
  
}

.blog-heading h3 {
    text-align: center;
    font-family: "f2";
    font-size: 20px;
   
    margin: 0;
}

/*
.blog-heading h3:hover {
    color: #ffe401;
}
*/

.blog-heading h5 {
    font-family: "f2";
    text-align: center;
}

.blog-heading h4 {
    text-align: center;
    margin-bottom: 20px;
    font-family: "f2";
    font-size: 16px;
    padding: 20px 0 0px 0;
   
    text-transform: uppercase;
    color: #18376d;
}

/*
.blog-heading h5 {
    text-align: center;
    font-family: "f2";
    font-size: 24px;
    text-shadow: 1px 2px 1px #C79292;
    margin: 0;
}
*/

.carousel-control.left {
    background-image: none;
}

.carousel-control.right {
    background-image: none;

}

.carousel-indicators {
    display: none;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 10%;
    font-size: 30px;
    padding: 10px;
    /*    background: #18376d;*/
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 10%;
    font-size: 30px;
    padding: 10px;
    /*    background: #18376d;*/
}

.blog-heading p {
    font-family: "f3";
    width: 70%;
    text-align: center;
    margin: 0 auto;
    padding: 20px 0 20px 0;
    line-height: 26px;
}

.blog-img {
    box-shadow: 0px 2px 5px #4d4d4d;
    position: relative;
   z-index: 1;
    overflow: hidden;
}
.blog-img a{
    z-index: 1;
}
.blog-half a{
   z-index: 11;  
}
.blog-img img {
    width: 100%;
    height: auto;
    
}

.blog-img:before,
.blog-img:after {
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    background: #18376d;
    content: "";
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    opacity: .75;
}

.blog-half:hover .blog-img:before {
    width: 50%;
}

.blog-half:hover .blog-img:after {
    width: 50%;
}

.blog-half:hover .blog-img:after {
    width: 50%;
}

.blog-half {
    position: relative;
}

.share-btn {
    position: absolute;
    bottom: 0;
    right: 1%;
    z-index: 11;
    transition: all 1s ease 0s;
}

.share-btn .share-button:hover {
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
   transition: all 1s ease 0s;
}

.share-button:hover a i {
    color: #fff;
    transition: all 1s ease 0s;
}



.blog-img:before {
    left: 0;
}

.blog-img:after {
    right: 0;
}

.about-me h2 {
    border-top: 2px solid;
    border-bottom: 2px solid;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-family: "f2";
    font-size: 20px;
}

.about-me img {
    width: 100%;
}

.about-txt1 p {
    font-family: "f3";
    font-size: 14px;
    line-height: 24px;
    padding-top: 5px;
    text-align: justify;
}

.about-txt p {
    font-family: "f3";
    font-size: 14px;
    line-height: 24px;
    text-align: justify;

}


.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-unstyled.recent-list li {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.list-unstyled.recent-list img {
    border: 3px solid #b9b9b9;
    width: 90px;
}

.list-unstyled h5 {
        font-size: 15px;
    font-weight: 700;
    color: #252525;
    margin: 10px 0 10px;
    max-width: 334px;
    max-height: 30px;
    overflow: hidden;
}

.list-unstyled small {
    color: #666666;
}

.recent-list a {
    text-decoration: none;
}

.tagclouds a {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 13px;
    padding: 7px 14px;
    border-radius: 5px 0;
    margin: 3px 3px 6px;
    text-transform: capitalize;
    background: #fff;
    border: 1px solid #f1f1f1;
    transition: .5s;
    color: #222;
    text-decoration: none;
}

.tagclouds a:hover {
    background: #18376d;
    color: #fff;
}

.cat-item:after {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    left: 0px;
    font-weight: 700;
    margin-top: 2px;
    color: #666666;
}

.cat-list-item ul li {
    list-style: none;
    padding: 5px 15px;
    position: relative;
}

.cat-list-item li a {
    color: #333;
}

.cat-list-item ul {
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .about-me h2 {
        display: inline-block;
    }


}




.contact-form1 h3 {
    font-size: 14px;
    line-height: 2.14;
    letter-spacing: 0.462px;
    color: #232323;
    font-family: "f1";
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold;
    margin: 0;
}

.contact-form1 .form-group {
    margin-top: 12px;
    margin-bottom: 7px;
}

.contact-form1 .form-group .form-control {
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    box-shadow: none;
    color: #888;
    font-family: "f1";
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.429px;
    line-height: 2.308;
    outline: none;
    padding: 25px 25px;
}

.contact-form1 .form-group .submit {
    background-color: #0a2946;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    line-height: 2.14px;
    letter-spacing: 0.462px;
    color: #fff;
    font-family: "f1";
    font-weight: bold;
    padding: 21px 35px;
    text-transform: uppercase;
    border: none;

    border-radius: 4px;
    margin-bottom: 10px;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.contact-form1 .form-group .submit:hover {
    background-color: #ffe401;
    color: #18376d;
}

.contact-form1 img {
    padding-left: 85px;
}

.contact-img img {
    width: 100%;
    margin-bottom: 10px;
}

.share-btn ul li {
    display: inline-block;
    background: #ccc;
    padding: 10px;
    color: #333;
    transition: all 1s ease 0s;
}

.share-btn li a {
    color: #333;

}

.view-btn {
    background: #18376d;
    color: #fff;
    box-shadow: 0px 2px 5px #4d4d4d;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: "f3";
}

.view-btn:hover {
    background: #ffe401;
    color: #18376d;
    font-weight: bold;
}
.tally-video .modal-content {
    background: #fff;
    border: none;
    border-radius: 0;
}
.tally-video .modal-header {
    border: none;
}

.social-side{
   
    position: fixed;
    top: 50%;
    z-index: 99999;
    right: 0;
}

.footer-site{
    display:none;
}

.social-side a i{
      background: #07294d;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 100px;
    color: #fff;
    font-size: 20px;
}

.social-side .icons-fixed1 i{
    font-size:30px;
}

.quick-link1{
    margin-bottom:15px;
}
.quick-link1 ul li {
    padding-top: 20px;
    list-style: none;
}
.quick-link1 ul li a {
    color: #fff;
    text-decoration: none;
    transition: all 0.6s ease;
}

.quick-link1 ul li a i {
    padding-right: 10px;
    font-size: 13px;
}

.seo-link{
    display:none;
}


/* video scroll section in home page  */


.icon-slider {
  overflow: hidden;
  width: 100%;
}

.icon-track {
  display: inline-block;
  animation: scroll 11s linear infinite;
  width: max-content;
  gap: 6rem;
}

/* Pause animation on hover */
.icon-slider:hover .icon-track {
  animation-play-state: paused;
  
}

/* Keyframes for infinite scrolling */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}


.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* maintains 16:9 aspect ratio */
  overflow: hidden;
  border:1px solid black;
  border-radius: 10px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.video-card{
   width: 350px;                height: 320px;         
  padding: 20px;
  margin: 0 1rem;
  background: #fff;
  border-radius: 10px;
  flex-shrink: 0;             
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease; 
}

.video-card:hover{
    /* background-color: #1ba12d; */
    background-color: #0a0a0a;
    transform: scale(1.05);    
    color: #d4cccc;
    /* box-shadow: #D4A54C; */
    box-shadow: 0 0 5px 2px rgba(204, 176, 19, 1);
}


 .gold{
        background: radial-gradient(76.33% 76.33% at 50% 50%, #FFE162 0%, #FFA700 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0;
    
  }

  

.bosaff{
border: 1px solid #fff3c1!important;
}

@media (min-width:260px) and (max-width:319px) {
.video-card{
   width: 200px;                height: 200px;         
  padding: 20px;
  margin: 0 1rem;
  background: #fff;
  border-radius: 10px;
  flex-shrink: 0;             
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease; 
}
.video-card:hover{
    /* background-color: #1ba12d; */
    background-color: #0a0a0a;
    transform: scale(1.05);    
    color: #d4cccc;
    /* box-shadow: #D4A54C; */
    box-shadow: 0 0 5px 2px rgba(204, 176, 19, 1);
}


}



@media (min-width:320px) and (max-width:424px) {

.video-card{
   width: 250px;                height: 230px;         
  padding: 20px;
  margin: 0 1rem;
  background: #fff;
  border-radius: 10px;
  flex-shrink: 0;             
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease; 
}
.video-card:hover{
    /* background-color: #1ba12d; */
    background-color: #0a0a0a;
    transform: scale(1.05);    
    color: #d4cccc;
    /* box-shadow: #D4A54C; */
    box-shadow: 0 0 5px 2px rgba(204, 176, 19, 1);
}
}


@media (min-width:425px) and (max-width:767px) {



}


@media (min-width:768px) and (max-width:991px) {

.video-card{
   width: 350px;                height: 320px;         
  padding: 20px;
  margin: 0 1rem;
  background: #fff;
  border-radius: 10px;
  flex-shrink: 0;             
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease; 
}
.video-card:hover{
    /* background-color: #1ba12d; */
    background-color: #0a0a0a;
    transform: scale(1.05);    
    color: #d4cccc;
    /* box-shadow: #D4A54C; */
    box-shadow: 0 0 5px 2px rgba(204, 176, 19, 1);
}

.enroll h6{
font-size: 14px;
}
}



/* testimonial */


/* Start testimonial */



.tab-buttons {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-bottom: 40px;
            flex-wrap: wrap;
        }

        .tab-button {
            padding: 15px 40px;
            background: #ffffff;
            backdrop-filter: blur(10px);
            border: 2px solid #ffc600;
            border-radius: 50px;
            font-size: 18px;
            font-weight: 600;
            color: #ffc600;
            cursor: pointer;
            transition: all 0.3s ease;
            outline: none;
        }

        .tab-button:hover {
            background: white;
            transform: translateY(-2px);
            box-shadow: 0 10px 20px rgba(195, 169, 169, 0.2);
        }

        .tab-button.active {
            background: #ffc600;
            color: white;
            border-color: white;
            box-shadow: 0 10px 30px rgba(139, 126, 126, 0.3);
        }

        .tab-button:focus-visible {
            outline: 3px solid #ffc600;
            outline-offset: 2px;
        }

        /* Tab Content Styles */
        .tab-content-panel {
            display: none;
            animation: fadeIn 0.5s ease;
        }

        .tab-content-panel h3{
            font-family: "f2";
            text-transform: uppercase;
            line-height: 40px;
            font-size: 30px;
            letter-spacing: 1px;
            margin: 0 0 2px;  
            font-weight: 700;  
        }
        .tab-content-panel .title-default-left{
           color:#1e2181;
          }
        .tab-content-panel .text-theme{
            color:#ffc600;
        }

        .tab-content-panel.active {
            display: block;
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Video Card Styles */
.video-thumbnail {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    /* Optional: Use padding-top for a consistent 16:9 aspect ratio */
    padding-top: 56.25%; 
    height: 0;
    /* z-index: 1; */
}

.video-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-thumbnail .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: white;
    background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent background */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none; /* Allows clicks to pass to the parent div */
    z-index: 5;
}


        .card:hover {
            transform: translateY(-5px);
            transition: all 0.3s ease;
        }


    /* Video Modal Styling */
.video-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.3s ease;
}

.video-modal.show {
    display: flex !important;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.video-modal-content {
    position: relative;
    width: 90%;
    max-width: 1000px;
    animation: slideIn 0.3s ease;
}

@keyframes slideIn {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.video-modal-content video {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.close-modal {
    position: absolute;
    top: -15%;
    right: 0px;
    color: #000;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    background: rgba(255, 193, 7, 0.9);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    transition: all 0.3s ease;
    border: none;
    line-height: 1;
}

.close-modal:hover {
 
    background: #ffc107;
    transform: rotate(90deg);
}

@media (max-width: 550px){
    .close-modal {
        top: -30%;
        width: 35px;
    height: 35px;
      font-size: 30px;
    }
}

/* End Testimonial tab*/
