﻿﻿.shrtnav {
    display: block;
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}

.shrtnav li {
    display: inline-block;
    margin: 0 2px;
    padding: 2px;
    color: white;
    cursor: pointer;
}

.navshort {
    background-color: #069eed;
    padding: 2px;
}

.navbar-default {
    background-color: #12215a !important;
    margin-bottom: 0px;
}

.navli {
    color: white !important;
}

    .navli a {
        color: white !important;
    }

.navabarbg {
    box-shadow: 0 19px 38px rgba(0,0,0,0.25), 0 15px 12px rgba(0,0,0,0.18);
}

.navbar-brand {
    margin-left: 0px !important;
    line-height: 62px;
    font-size: 27px;
    letter-spacing: 6px;
    color: white !important;
}

.navbar-nav li {
    font-size: 15px;
}

.navbar-nav {
    margin-top: 22px;
}

.caraodiv {
    padding-left: 2px;
    padding-right: 2px;
}

.Slider {
    margin-top: 0px;
    padding: 2px;
    border: 2px solid #0f4997;
}

.owl-carousel .owl-item img {
    height: 381px;
    width: 100%;
}

.activitiesbg {
    background-color: #119dd1;
}

.owl-nav {
    display: none;
}

.owl-dot {
    display: none;
}

#owlCarousel,
.owl-stage-outer,
.owl-stage,
.owl-item-bg,
.owl-item {
    height: 100%;
    min-height: 200px;
}

#owlCarousel {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.actihead {
    color: white;
    letter-spacing: 2px;
}

.activites {
    color: white;
}

.imgacti {
    height: 72px;
}

.activitycntnt {
    margin-top: 90px;
}



/*tab section ----------------------------------------------------------------------*/

.title {
    text-align: center;
    padding: 40px 0;
    font-size: 40px;
    font-weight: 300;
    color: #636983;
}

.wrapper {
    width: 100%;
    margin-top: 0px;
}

.line {
    width: 50%;
    margin: 50px auto 0 auto;
    height: 1px;
    background-color: #c3d2e3;
}

h2.tab-title {
    font-weight: 300;
}

    h2.tab-title .tab-primary {
        color: #636983;
    }

        h2.tab-title .tab-primary.tab-success {
            color: #51a14c;
        }

.tab-default {
    color: #525252;
}

h2.tab-title.tab-warning {
    color: #b12222;
}

.card {
    max-width: 600px;
    min-height: 140px;
    background-color: white;
    border-radius: 10px;
    border: 1px solid #e3e3e3;
    margin: 0 auto;
}

.tabs {
    text-align: left;
    position: relative;
}

input {
    position: absolute;
    opacity: 0;
    margin: 0;
    padding: 0;
}

    input + label {
        font-weight: 300;
        color: #666;
        margin: 10px 0;
        width: 110px;
        cursor: pointer;
        display: inline-block;
        transition: all .3s;
        text-align: center;
        font-size: 12px;
        border: none;
    }

        input + label:hover {
            color: #777;
        }

.tabsShadow {
    width: 100%;
    padding: 10px;
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 4%);
    box-sizing: border-box;
    position: absolute;
    height: 35px;
    z-index: 0;
    top: 0;
    pointer-events: none;
}

.content {
    margin: 0px auto;
    text-align: left;
    color: #666;
    font-size: 13px;
    line-height: 20px;
    position: relative;
    height: 406px;
}

.itemsec {
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    position: absolute;
    padding: 10px 20px;
}

    .itemsec p {
        letter-spacing: 1px;
        text-align: justify;
    }

p {
    margin: 0px 0;
}

.glider {
    width: 110px;
    height: 3px;
    background: linear-gradient(90deg, rgba(91,60,196,1) 0%, rgba(60,108,196,1) 100%);
    border-radius: 3px;
    position: absolute;
    box-shadow: 0px 0px 8px 0px rgba(91, 60, 196, 0.4);
    transition: all .3s;
}

#tab-1:checked ~ .glider {
    left: calcLeft(1, 110px);
}

#tab-2:checked {
    @include tabSuccess;
}

    #tab-2:checked ~ .glider {
        left: calcLeft(2, 110px);
    }



#tab-3:checked {
    @include tabDefault;
}

    #tab-3:checked ~ .glider {
        left: calcLeft(3, 110px);
    }



#tab-4:checked {
    @include tabWarning;
}

    #tab-4:checked ~ .glider {
        left: calcLeft(4, 110px);
    }



    #tab-1:checked ~ section #content-1,
    #tab-2:checked ~ section #content-2,
    #tab-3:checked ~ section #content-3,
    #tab-4:checked ~ section #content-4 {
        opacity: 1;
        visibility: visible;
    }

@media (max-width: 700px) {



    .tabs input + label, .glider {
        width: 70px;
    }

    #tab-1:checked ~ .glider {
        left: calcLeft(1, 70px);
    }

    #tab-2:checked ~ .glider {
        left: calcLeft(2, 70px);
    }

    #tab-3:checked ~ .glider {
        left: calcLeft(3, 70px);
    }

    #tab-4:checked ~ .glider {
        left: calcLeft(4, 70px);
    }
}


/*________________________________________________Tab section legend __________________________________________________*/
.abtimg {
    padding: 5px;
    margin-right: 15px;
    border: 1px solid #999;
    float: left;
}

.imgabt {
    height: 100px;
    width: 134px;
}

.navbar-default {
    border-color: white;
}

/*---------------------------------------------------- gallery grid starts -----------------------------------------------------------------------*/
#CONT-GEN {
}

.resize-cont-gen {
    width: 460px;
    height: 460px;
}

:root {
    --wbox: 100px;
    --hbox: 100px;
    --duracion: 16s;
    --gmargen: 20px;
}

.cont-cajas3d {
    display: grid;
    grid-template-areas:
        '-b-uno -b-uno -b-dos -b-tres'
        '-b-cuatro -b-cinco -b-cinco -b-seis'
        '-b-siete -b-cinco -b-cinco -b-ocho'
        '-b-nueve -b-nueve -b-diez -b-once';
    grid-gap: 20px;
}

.-cont-caja3d {
}

.box-caja3d {
    height: var(--hbox);
    transform: rotateX(0deg) rotateY(0deg);
    transform-style: preserve-3d;
    transform-origin: center center;
    animation: rotacion var(--duracion) infinite ease;
}

    .box-caja3d:hover {
        animation-play-state: paused;
    }



.cond-caja3d {
    width: var(--wbox);
    height: var(--hbox);
    position: absolute;
    background-color: grey;
    color: white;
    text-align: center;
    line-height: var(--hbox);
    cursor: pointer;
}

    .cond-caja3d:hover {
        background-color: lightgrey;
    }

.-caja3d {
}

.-caja-1 {
    -webkit-transform: translateZ(calc(var(--hbox)/2));
    transform: translateZ(calc(var(--hbox)/2));
}

.-caja-2 {
    -webkit-transform: rotateX(-90deg) translateZ(calc(var(--hbox)/2));
    transform: rotateX(-90deg) translateZ(calc(var(--hbox)/2));
    background-color: #6f6f6f;
}

.-caja-3 {
    -webkit-transform: rotateX(180deg) translateZ(calc(var(--hbox)/2));
    transform: rotateX(180deg) translateZ(calc(var(--hbox)/2));
}

.-caja-4 {
    -webkit-transform: rotateX(90deg) translateZ(calc(var(--hbox)/2));
    transform: rotateX(90deg) translateZ(calc(var(--hbox)/2));
    background-color: #6f6f6f;
}

@keyframes rotacion {
    10.001%, 15%, 35.001%, 40%, 60.001%, 65%, 85.001%, 90% {
        pointer-events: none;
    }

    0%, 10% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        pointer-events: initial;
    }

    15.001%, 25%, 35% {
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
        pointer-events: initial;
    }

    40.001%, 50%, 60% {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
        pointer-events: initial;
    }

    65.001%, 75%, 85% {
        -webkit-transform: rotateX(270deg);
        transform: rotateX(270deg);
        pointer-events: initial;
    }

    90.001%, 100% {
        -webkit-transform: rotateX(360deg);
        transform: rotateX(360deg);
        pointer-events: initial;
    }
}

.-box1 {
    grid-area: -b-uno;
}

.-box2 {
    grid-area: -b-dos;
}

.-box3 {
    grid-area: -b-tres;
}

.-box4 {
    grid-area: -b-cuatro;
}

.-box5 {
    grid-area: -b-cinco;
}

.-box6 {
    grid-area: -b-seis;
}

.-box7 {
    grid-area: -b-siete;
}

.-box8 {
    grid-area: -b-ocho;
}

.-box9 {
    grid-area: -b-nueve;
}

.-box10 {
    grid-area: -b-diez;
}

.-box11 {
    grid-area: -b-once;
}

.-box1 .cond-caja3d, .-box9 .cond-caja3d {
    width: calc((var(--wbox)*2) + var(--gmargen));
}

.-box5 .cond-caja3d {
    width: calc((var(--wbox)*2) + var(--gmargen));
    height: calc((var(--hbox)*2) + var(--gmargen));
    line-height: 220px;
}

.-box5 .box-caja3d {
    height: calc((var(--hbox)*2) + var(--gmargen));
}

.-box5 .-caja-1 {
    -webkit-transform: translateZ(calc(((var(--hbox)*2) + var(--gmargen))/2));
    transform: translateZ(calc(((var(--hbox)*2) + var(--gmargen))/2));
}

.-box5 .-caja-2 {
    -webkit-transform: rotateX(-90deg) translateZ(calc(((var(--hbox)*2) + var(--gmargen))/2));
    transform: rotateX(-90deg) translateZ(calc(((var(--hbox)*2) + var(--gmargen))/2));
}

.-box5 .-caja-3 {
    -webkit-transform: rotateX(180deg) translateZ(calc(((var(--hbox)*2) + var(--gmargen))/2));
    transform: rotateX(180deg) translateZ(calc(((var(--hbox)*2) + var(--gmargen))/2));
}

.-box5 .-caja-4 {
    -webkit-transform: rotateX(90deg) translateZ(calc(((var(--hbox)*2) + var(--gmargen))/2));
    transform: rotateX(90deg) translateZ(calc(((var(--hbox)*2) + var(--gmargen))/2));
}
/*--------------------------------------------------end------------------------------------------------------------------*/
.notheadspace {
    margin-top: 36px;
    margin-bottom: 36px;
}

.galllerydiv {
    background-image: url('../Photo/pngtree-lime-green-with-darker-green-watercolor-dabs-and-blend-on-white-image_400519.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 34px;
}

.btngallery {
    text-decoration: none;
    font-size: 15px;
    background: #f0aa00;
    text-transform: uppercase;
    border-radius: 36px !important;
    font-weight: bold;
    display: inline-block;
    padding: 18px 38px;
    color: #fff;
	margin-top: 20px;
}

    .btngallery:hover {
    }

.galleryhead {
    font-size: 48px;
    color: #56225e;
    margin: 0;
    font-weight: bold;
    margin-bottom: 17px;
}

.navbar-default {
    box-shadow: 2px 2px 2px;
    margin-bottom: 4px;
}

.noticehead {
    margin-left: 10px;
    margin-bottom: 5px;
}

.notBodySpace {
    margin-top: 0px;
}

.notiwholebox {
    box-shadow: 0 0 6px rgba(36, 44, 39, 0.60);
    overflow: hidden;
}

.marqueenot {
}

.noticeul {
    list-style: none;
}

.noticea {
    color: black;
    font-size: 19px;
}

.datenotice {
    background-color: #26bccb;
    padding: 7px;
    color: white;
    letter-spacing: 1px;
    font-size: 17px;
    /* border-radius: 10px;*/
    margin-right: 15px;
}

.noticeli {
    margin-bottom: 20px;
    margin-top: 9px;
    margin-left: -38px;
}

.datenoti {
    background-color: #2a6ebc;
    padding: 4px;
    color: white;
}

.achivementhead {
    margin-bottom: 0px;
    box-shadow: 0 0 6px rgb(36 44 39 / 60%);
    overflow: hidden;
    background-color: #1e1a67;
    color: white;
    padding: 5px;
    font-size: 20px;
}

.galleryheadcss {
    margin-bottom: 0px;
    box-shadow: 0 0 6px rgb(36 44 39 / 60%);
    overflow: hidden;
    background-color: #1e1a67;
    color: white;
    padding: 5px;
    font-size: 20px;
    width: 83%;
}

.noticediv {
    background-color: #0000ff0d;
}

.noticedivoverlay {
    background-color: 0px 0px 0px 0.5px;
}

.achievementdiv {
    background-image: url('../Photo/HD-wallpaper-tf2-achievement-10-achievement-best-bhardwaj10ankit-flat-grey-hitman-minimal-orange-target-tf2.jpg');
    background-size: cover;
}

.overlayachivment {
    background-color: rgb(220 220 220 / 52%);
    padding: 20px;
}

@media( max-width: 600px ) {
    .navimg {
        height: 50px;
    }

    .navbar-brand {
        margin-left: 0px !important;
        line-height: 18px;
        font-size: 21px;
        letter-spacing: 2px;
        color: white !important;
    }

    .galleryhead {
        font-size: 37px;
        color: #56225e;
        margin: 0;
        font-weight: bold;
        margin-top: 130px;
    }

    .btngallery {
        text-decoration: none;
        font-size: 13px;
        background: #f0aa00;
        text-transform: uppercase;
        border-radius: 36px !important;
        font-weight: bold;
        display: inline-block;
        padding: 9px 18px;
        color: #fff;
    }

    .content {
        margin: 0px auto;
        text-align: left;
        color: #666;
        font-size: 13px;
        line-height: 20px;
        position: relative;
        height: 582px;
    }
}

.copyright-area {
    background: #202020;
    padding: 10px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
}

    .copyright-text p a {
        color: #ff5e14;
    }

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

    .footer-menu li:hover a {
        color: #ff5e14;
    }

    .footer-menu li a {
        font-size: 14px;
        color: #878787;
    }

.navabarbg {
    background-color: #24419b;
    padding: 10px;
}

.principalbox {
    padding: 2px;
    border: 2px solid #0f4997;
    margin-top: 0px;
}

.principalhead {
    background-color: #0f4997;
    padding: 2px;
}

    .principalhead p {
        color: white;
        margin-left: 6px;
        letter-spacing: 1px;
        text-decoration: underline;
    }

.principalsmessage p {
    text-align: justify;
}

.headerTitle {
    color: #ffffff;
    font-size: 38px;
    text-align: center;
    text-shadow: 2px 2px 5px #fff8b3;
    animation: fade-in-out 3s infinite;
    letter-spacing: 8px;
    font-weight: 700;
    margin-top: 1px !important;
}

@keyframes fade-in-out {
    0% {
         letter-spacing: -0.5em;
                filter: blur(12px) opacity(0.5);
    }

        30% {
                letter-spacing: 0;
                filter: blur(0) opacity(1);
    }

        70% {
                letter-spacing: 0;
                text-shadow: 6px 6px rgba(0,0,0,0.2);
                filter: blur(0) opacity(1);
    }

        100% {
                letter-spacing: -0.5em;
                filter: blur(12px) opacity(0.5);
    }
}

@media only screen and (max-width: 990px) {
         .text-effect {
        font-size: 80px;
    }
}

@media only screen and (max-width: 767px) {
         .text-effect {
        font-size: 60px;
    }
}

@media only screen and (max-width: 576px) {
         .text-effect {
        font-size: 45px;
    }
}

@import url("https://www.w3cplus.com/demo/css3/base.css");

@font-face {
    font-family: 'sansationregular';
    src: url('https://www.w3cplus.com/demo/css3/3DAnimationDropdownMenu/sansation_regular-webfont.eot');
    src: url('https://www.w3cplus.com/demo/css3/3DAnimationDropdownMenu/sansation_regular-webfont.eot?#iefix') format('https://www.w3cplus.com/demo/css3/3DAnimationDropdownMenu/embedded-opentype'), url('https://www.w3cplus.com/demo/css3/3DAnimationDropdownMenu/sansation_regular-webfont.woff') format('woff'), url('https://www.w3cplus.com/demo/css3/3DAnimationDropdownMenu/sansation_regular-webfont.ttf') format('truetype'), url('https://www.w3cplus.com/demo/css3/3DAnimationDropdownMenu/sansation_regular-webfont.svg#sansationregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.nav-menu {
    display: block;
    background: #74adaa;
    width: 100%;
}

    .nav-menu > li {
        display: inline;
        float: left;
        border-right: 1px solid #94c0be;
        position: relative;
    }

        .nav-menu > li:last-child {
            border-right: none;
        }

    .nav-menu li a {
        color: #fff;
        display: block;
        text-decoration: none;
        font-family: 'sansationregular';
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        text-transform: capitalize;
        overflow: visible;
        line-height: 20px;
        font-size: 15px;
        padding: 15px 30px 15px 31px;
    }

/* animation domination */
.three-d {
    -webkit-perspective: 200px;
    -moz-perspective: 200px;
    -ms-perspective: 200px;
    -o-perspective: 200px;
    perspective: 200px;
    -webkit-transition: all .07s linear;
    -moz-transition: all .07s linear;
    -ms-transition: all .07s linear;
    -o-transition: all .07s linear;
    transition: all .07s linear;
    position: relative;
}

    .three-d:not(.active):hover {
        cursor: pointer;
    }

        .three-d:not(.active):hover .three-d-box,
        .three-d:not(.active):focus .three-d-box {
            -wekbit-transform: translateZ(-25px) rotateX(90deg);
            -moz-transform: translateZ(-25px) rotateX(90deg);
            -o-transform: translateZ(-25px) rotateX(90deg);
            -ms-transform: translateZ(-25px) rotateX(90deg);
            transform: translateZ(-25px) rotateX(90deg);
        }

.three-d-box {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform: translatez(-25px);
    -moz-transform: translatez(-25px);
    -ms-transform: translatez(-25px);
    -o-transform: translatez(-25px);
    transform: translatez(-25px);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    -ms-pointer-events: none;
    -o-pointer-events: none;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.front {
    -webkit-transform: rotatex(0deg) translatez(25px);
    -moz-transform: rotatex(0deg) translatez(25px);
    -ms-transform: rotatex(0deg) translatez(25px);
    -o-transform: rotatex(0deg) translatez(25px);
    transform: rotatex(0deg) translatez(25px);
}

.back {
    -webkit-transform: rotatex(-90deg) translatez(25px);
    -moz-transform: rotatex(-90deg) translatez(25px);
    -ms-transform: rotatex(-90deg) translatez(25px);
    -o-transform: rotatex(-90deg) translatez(25px);
    transform: rotatex(-90deg) translatez(25px);
    color: #FFE7C4;
}

.front, .back {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #74adaa;
    padding: 15px 30px 15px 31px;
    color: white;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    -ms-pointer-events: none;
    -o-pointer-events: none;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.nav-menu li .active .front,
.nav-menu li .active .back,
.nav-menu li a:hover .front,
.nav-menu li a:hover .back {
    background-color: #51938f;
    -webkit-background-size: 5px 5px;
    background-size: 5px 5px;
    background-position: 0 0, 30px 30px;
    background-image: -webit-linear-gradient(45deg, #478480 25%, transparent 25%, transparent 75%, #478480 75%, #478480), linear-gradient(45deg, #478480 25%, transparent 25%, transparent 75%, #478480 75%, #478480);
    background-image: -moz-linear-gradient(45deg, #478480 25%, transparent 25%, transparent 75%, #478480 75%, #478480), linear-gradient(45deg, #478480 25%, transparent 25%, transparent 75%, #478480 75%, #478480);
    background-image: -ms-linear-gradient(45deg, #478480 25%, transparent 25%, transparent 75%, #478480 75%, #478480), linear-gradient(45deg, #478480 25%, transparent 25%, transparent 75%, #478480 75%, #478480);
    background-image: -o-linear-gradient(45deg, #478480 25%, transparent 25%, transparent 75%, #478480 75%, #478480), linear-gradient(45deg, #478480 25%, transparent 25%, transparent 75%, #478480 75%, #478480);
    background-image: linear-gradient(45deg, #478480 25%, transparent 25%, transparent 75%, #478480 75%, #478480), linear-gradient(45deg, #478480 25%, transparent 25%, transparent 75%, #478480 75%, #478480);
}

.nav-menu ul {
    position: absolute;
    left: -40px;
    text-align: left;
    line-height: 40px;
    font-size: 14px;
    width: 200px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-transform-origin: 0px 0px;
    -moz-transform-origin: 0px 0px;
    -ms-transform-origin: 0px 0px;
    -o-transform-origin: 0px 0px;
    transform-origin: 0px 0px;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.nav-menu > li:hover ul {
    display: block;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.drop-menu {
    z-index: 999;
}

.noticeborad {
    padding: 2px;
    border: 2px solid #0f4997;
    margin-top: 0px;
    height: 405px;
}

.marque {
    height: 346px;
}

.Noticebody {
    padding: 10px;
    background-color: #74adaa26;
    height: 361px;
}

.imgprinc {
    height: 198px;
    width: 100%;
}

.addressheader {
    color: white;
}

.address {
    font-size: 16px;
    letter-spacing: 3px;
}

.affiliate {
    font-size: 14px;
    letter-spacing: 2px;
}

.reffer {
    letter-spacing: 3px;
    font-size: 16px;
}

.mainnav {
    margin-bottom: 4px;
}

.nav-menu {
    margin-bottom: 1px;
}

.activitybg {
    background-image: url('../Photo/DSC_0640.JPG');
    background-size: cover;
}

.Overlayacti {
    background-color: rgb(220 220 220 / 52%);
}

.FACOverlayacti {
    background-color: rgb(67 67 67 / 78%);
}

.breadcrumb.bc2x {
    font-size: 1em;
}

.breadcrumb li {
    display: inline-block;
    margin-bottom: .2em;
}

    .breadcrumb li a {
        background-color: #006a97;
        box-sizing: border-box;
        color: #fff;
        display: block;
        max-height: 2em;
        padding: .5em 1em .5em 1.5em;
        position: relative;
        text-decoration: none;
        transition: .25s;
    }

        .breadcrumb li a:before {
            border-top: 1em solid transparent;
            border-bottom: 1em solid transparent;
            border-left: 1em solid #fff;
            content: "";
            position: absolute;
            top: 0;
            right: -1.25em;
            z-index: 1;
        }

        .breadcrumb li a:after {
            border-top: 1em solid transparent;
            border-bottom: 1em solid transparent;
            border-left: 1em solid #006a97;
            content: "";
            position: absolute;
            top: 0;
            right: -1em;
            transition: .25s;
            z-index: 1;
        }

        .breadcrumb li a:hover {
            background-color: #0098d9;
        }

            .breadcrumb li a:hover:after {
                border-left-color: #0098d9;
            }

    .breadcrumb li:last-child a {
        background-color: #0098d9;
        pointer-events: none;
    }

        .breadcrumb li:last-child a:after {
            border-left-color: #0098d9;
        }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f56b;
    border-radius: 4px;
    margin-top: 10px;
}

.activitybody {
    background-color: #ffffffba;
    padding: 8px 15px;
    margin-bottom: 10px;
}

.activityhead {
    color: #453e3e;
    font-size: 30px;
    letter-spacing: 2px;
    text-decoration: underline;
    margin-bottom: 16px;
}

.activitydetils p {
    font-size: 16px;
    margin-bottom: 12px;
}

.listactivi p {
    font-size: 19px;
}

.allactivities {
    padding: 4px;
    font-size: 16px;
}

.unstyled {
    list-style: none;
}

.admissionbg {
    background-image: url('../Photo/20221215_112515.jpg');
    background-size: cover;
}

.abtpschool {
    text-align: justify;
}

.imgschool {
    padding: 5px;
    margin-right: 15px;
    border: 1px solid #999;
    float: left;
    height: 263px;
}

.abtpschool {
    line-height: 28px;
    letter-spacing: 2px;
}

___________________________-Gallery_______________________________________________

.boxphoto {
    font-family: 'Raleway', sans-serif;
    overflow: hidden;
    position: relative;
}

.boxphoto img {
    width: 100%;
    height: 310px;
    transition: all 0.5s ease;
    margin-bottom: 18px;
}

.boxphoto:hover img {
    transform: scale(1.12);
    transform-origin: right center;
}

.boxphoto .boxphoto-content {
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    padding: 10px 50px 10px 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    position: absolute;
    bottom: 85px;
    right: -100%;
    z-index: 2;
    transition: all 0.5s ease 0s;
}

.boxphoto:hover .boxphoto-content {
    right: 0;
}

.boxphoto .titlephoto {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 2px;
}

.boxphoto .postphoto {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
}

.boxphoto .iconphoto {
    background-color: rgba(0,0,0,0.5);
    padding: 8px 30px 8px 8px;
    margin: 0;
    list-style: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    position: absolute;
    right: -100%;
    bottom: 15px;
    transition: all 0.5s ease 0.1s;
}

.boxphoto:hover .iconphoto {
    right: 0;
}

.boxphoto .iconphoto li {
    margin: 0 3px;
    display: inline-block;
}

    .boxphoto .iconphoto li a {
        color: #fff;
        font-size: 16px;
        text-align: center;
        line-height: 35px;
        height: 35px;
        width: 35px;
        border: 1px solid #fff;
        display: block;
        transition: all 0.3s ease;
    }

        .boxphoto .iconphoto li a:hover {
            color: #000;
            background-color: #fff;
        }

@media only screen and (max-width:990px) {
    .boxphoto {
        margin: 0 0 30px;
    }
}


___________________________Galery end________________________________


Achivement start____________________________________________________________

.demo {
    background: linear-gradient(to right,#ffcccc,#d3d3d3) !important;
}

.demoachi {
    background: linear-gradient(to right,#ffcccc,#d3d3d3) !important;
}

.post-slide {
    margin: 22px 15px;
    width: 300px;
    box-shadow: 2px 2px 2px 2px #d6b2b2;
}

    .post-slide .post-img {
        overflow: hidden;
    }

        .post-slide .post-img img {
            width: 130px;
            height: 178px;
            transform: scale(1);
            transition: all 1s ease-in-out 0s;
            background-color: white;
        }

    .post-slide:hover .post-img img {
        transform: scale(1.08);
    }

.newslider owl-item {
    width: 340px !important;
}

.post-slide .post-content {
    background: #fff;
    padding: 20px;
}

.post-slide .post-title {
    font-size: 17px;
    font-weight: 600;
    margin-top: 0;
    text-transform: capitalize;
}

    .post-slide .post-title a {
        display: inline-block;
        color: #808080;
        transition: all 0.3s ease 0s;
    }

        .post-slide .post-title a:hover {
            color: #3d3030;
            text-decoration: none;
        }

.post-slide .post-description {
    font-size: 15px;
    color: #676767;
    line-height: 24px;
    margin-bottom: 14px;
    width: 247px;
}

.post-slide .post-bar {
    padding: 0;
    margin-bottom: 15px;
    list-style: none;
}


    .post-slide .post-bar li {
        color: #676767;
        padding: 2px 0;
    }

        .post-slide .post-bar li i {
            margin-right: 5px;
        }

        .post-slide .post-bar li a {
            display: inline-block;
            font-size: 12px;
            color: #808080;
            transition: all 0.3s ease 0s;
        }

            .post-slide .post-bar li a:after {
                content: ",";
            }

            .post-slide .post-bar li a:last-child:after {
                content: "";
            }

            .post-slide .post-bar li a:hover {
                color: #3d3030;
                text-decoration: none;
            }

.post-slide .read-more {
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #e7989a;
    border-bottom-right-radius: 10px;
    text-transform: capitalize;
    transition: all 0.30s linear;
}

    .post-slide .read-more:hover {
        background: #333;
        text-decoration: none;
    }

.achivehead {
    font-size: 38px;
    color: #56225e;
    margin: 0;
    font-weight: bold;
    margin-bottom: 0px;
}

Achivement end________________________________________________________________________

.test {
}

.footer-bs {
    background-color: #3c3d41;
    padding: 60px 40px;
    color: rgba(255,255,255,1.00);
    border-bottom-right-radius: 6px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 6px;
}

    .footer-bs .footer-brand, .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns {
        padding: 10px 25px;
    }

    .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns {
        border-color: transparent;
    }

    .footer-bs .footer-brand h2 {
        margin: 0px 0px 10px;
    }

    .footer-bs .footer-brand p {
        font-size: 12px;
        color: rgba(255,255,255,0.70);
    }

    .footer-bs .footer-nav ul.pages {
        list-style: none;
        padding: 0px;
    }

        .footer-bs .footer-nav ul.pages li {
            padding: 5px 0px;
        }

        .footer-bs .footer-nav ul.pages a {
            color: rgba(255,255,255,1.00);
            font-weight: bold;
            text-transform: uppercase;
        }

            .footer-bs .footer-nav ul.pages a:hover {
                color: rgba(255,255,255,0.80);
                text-decoration: none;
            }

    .footer-bs .footer-nav h4 {
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 3px;
        margin-bottom: 10px;
    }

    .footer-bs .footer-nav ul.list {
        list-style: none;
        padding: 0px;
    }

        .footer-bs .footer-nav ul.list li {
            padding: 5px 0px;
        }

        .footer-bs .footer-nav ul.list a {
            color: rgba(255,255,255,0.80);
        }

            .footer-bs .footer-nav ul.list a:hover {
                color: rgba(255,255,255,0.60);
                text-decoration: none;
            }

    .footer-bs .footer-social ul {
        list-style: none;
        padding: 0px;
    }

    .footer-bs .footer-social h4 {
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 3px;
    }

    .footer-bs .footer-social li {
        padding: 5px 4px;
    }

    .footer-bs .footer-social a {
        color: rgba(255,255,255,1.00);
    }

        .footer-bs .footer-social a:hover {
            color: rgba(255,255,255,0.80);
            text-decoration: none;
        }

    .footer-bs .footer-ns h4 {
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 3px;
        margin-bottom: 10px;
    }

    .footer-bs .footer-ns p {
        font-size: 12px;
        color: rgba(255,255,255,0.70);
    }

@media (min-width: 768px) {
    .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns {
        border-left: solid 1px rgba(255,255,255,0.10);
    }
}



.abtsschoolbg {
    background-image: url('../Photo/20221215_113110.jpg');
    background-size: cover;
}

.principalsschoolbg {
    background-image: url('../Photo/DSC_0006.JPG');
    background-size: cover;
}

.Video {
    margin-top: 22px;
}

@media only screen and (min-width: 1600px) {
    .imgprinc {
        height: 218px;
    }
}

@media only screen and (max-width: 1600px) {
    .imgprinc {
        height: 197px;
    }
}

@media only screen and (min-width: 1400px) {
    .imgprinc {
        height: 176px !important;
    }

    .noticeborad {
        height: 388px;
    }
}

@media only screen and (min-width: 1300px) {
    .imgprinc {
        height: 158px;
    }

    .noticeborad {
        height: 388px;
    }

    .affiliate {
        font-size: 13px;
    }
}

@media only screen and (max-width: 1200px) {
    .imgprinc {
        height: 136px !important;
    }
}

@media only screen and (max-width: 1000px) {
    .imgprinc {
        height: 78px;
    }
}

@media only screen and (max-width: 760px) {
    .imgprinc {
        height: 290px;
    }
}

.card {
    width: 100%;
    margin: 20px auto;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius: 5px;
    overflow: hidden;
}

.card-header {
    background-color: #f1f1f1;
    padding: 20px;
    text-align: center;
}

.card-title {
    font-size: 22px;
}

.card-body {
    padding: 20px;
}

ol {
    list-style-type: decimal;
    margin-left: 20px;
}

.p {
    font-size: 14px;
    text-align: center;
    color: #888;
    margin-top: 20px;
}

.Rulehead {
    text-align: left;
    font-size: 24px;
    text-decoration: underline;
}
.galleryphotoimg{
      height:203px!important ;	
}
.pdfimg{
    opacity: 1;
}
.dwnldbtn
{
    opacity:1 !important;
}
.marqueeHead {
    box-shadow: 0px 1px 4px #978989;
    padding: 10px;
    width:100%;
}