.mr-5 {
    margin-right: 5px !important;
}

.border-img {
    border: 2px solid #FEC722;
    border-radius: 5px;
}

/* index css */
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.course-img {
    /* width: 260px !important;
    height: 145px !important; for col-3 */
    width: 360px !important;
    height: 245px !important;
    border-radius: 5px;
}

.shadow:hover {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5) !important;
    border-radius: 5px;
    /* border: 2px solid #969696; */
}

/* ameneties css */
.event-info p {
    text-align: justify;
}

.shadow1 {
    box-shadow: 2px 2px 15px 2px #000;
    margin-bottom: 45px;
}

.shadow1:hover {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5) !important;
    border-radius: 5px;
    /* border: 2px solid #969696; */
}

.pl-0 {
    padding-left: 0px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.query-btn {
    position: fixed;
    /* right: -35px; */
    right: -80px;
    top: 250px;
    z-index: 999;
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
}

button#send {
    background-color: #ffb606;
    color: #002147;
    border-color: transparent;
}

#query-modal .form-control {
    color: #333;
}



.btncourse {
    margin: 12px 0;
    width: 108px;
    height: 25px;
    /* background: #FEC722; */
    background: #FFBE7B;
    text-align: center;
    padding: 15px 0;
    justify-content: center;
    color: #002147;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 10px 20px -8px rgba(0, 33, 71, .5);
    transition: 0.7s;
}

.btncourse:hover {
    /* background-color: #002147; */
    background-color: #FFA351;
    color: #fff;
    /* box-shadow: 0 10px 20px -8px rgba(254, 199, 34,.7); */
    transition: 0.7s;
}

/* for scroll to top button */
#scroll-button {
    display: inline-block;
    background-color: #002147;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 0px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#scroll-button::after {
    content: "\f077";
    /* content: "Top"; */
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#scroll-button:hover {
    cursor: pointer;
    background-color: #FEC722;
    text-decoration: none;
}

#scroll-button:hover::after {
    color: #002147;
}

#scroll-button:active {
    background-color: #555;
}

#scroll-button.show {
    opacity: 1;
    visibility: visible;
}

/* for course scroll button */
#course-button {
    display: inline-block;
    background-color: #2E3D50 !important;
    color: #FFFFFF;
    width: 140px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: -50px;
    line-height: 3;
    font-weight: 700;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#course-button::after {
    /* content: "\f077"; */
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#course-button:hover {
    cursor: pointer;
    background-color: #D7B791 !important;
    text-decoration: none;
    color: #2E3D50;
}

#course-button:hover::after {
    color: #002147;
}

#course-button:active {
    background-color: #555;
}

#course-button.show {
    opacity: 1;
    visibility: visible;
}

/* for enquiry button */
#enquiry-button {
    display: inline-block;
    background-color: #2E3D50 !important;
    color: #FFFFFF;
    /* background: rgba(254, 199, 34, 0.5) !important; */
    width: 130px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    top: 400px;
    right: -50px;
    line-height: 3;
    font-weight: 700;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#enquiry-button::after {
    /* content: "\f077"; */
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#enquiry-button:hover {
    cursor: pointer;
    background-color: #D7B791 !important;
    text-decoration: none;
    color: #2E3D50;
}

#enquiry-button:hover::after {
    color: #002147;
}

#enquiry-button:active {
    background-color: #555;
}

#enquiry-button.show {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 750px) {}

@media (max-width: 506px) {
    .floating_btn {
        right: 3px !important;
        bottom: 30px !important;
    }

    .contact_icon {
        font-size: 20px !important;
        width: 40px !important;
        height: 40px !important;
    }

    #scroll-button {

        width: 35px !important;
        height: 35px !important;
        text-align: center;
        border-radius: 4px;
        position: fixed;
        bottom: 5px;
        right: 30px;
    }

    #scroll-button::after {
        content: "\f077";
        /* content: "Top"; */
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 1.3em;
        line-height: 32px;
        color: #fff;
    }

    #course-button {
        display: inline-block;
        background-color: #FFBE7B !important;
        width: 110px;
        height: 50px;
        text-align: center;
        border-radius: 4px;
        position: fixed;
        bottom: 30px;
        right: -50px;
        line-height: 3;
        font-weight: 700;
        font-size: 12px !important;
        transition: background-color .3s,
            opacity .5s, visibility .5s;
        opacity: 0;
        visibility: hidden;
        z-index: 1000;

    }

    #course-button::after {
        /* content: "\f077"; */
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 12px !important;
        line-height: 50px;
        color: #fff;
    }

    #enquiry-button {
        display: inline-block;
        background-color: #FFBE7B !important;

        width: 110px;
        height: 50px;
        /* top: 400px !important; */
        text-align: center;
        border-radius: 4px;
        position: fixed;
        bottom: 30px;
        right: -50px;
        line-height: 3;
        font-weight: 700;
        font-size: 12px !important;
        transition: background-color .3s,
            opacity .5s, visibility .5s;
        opacity: 0;
        visibility: hidden;
        z-index: 1000;

    }

    #enquiry-button::after {
        /* content: "\f077"; */
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 12px !important;
        line-height: 50px;
        color: #fff;
    }
}

@media (min-width: 500px) {
    /* .containers{
        padding-left: none !important;
    } */

    #scroll-button {
        margin: 20px;
    }

    /* publication image */
    .notice {
        /* border: 2px solid #000; */
        padding: 15px;
        overflow-y: auto;
        height: 250px;
        text-align: justify;
    }

    .cover-page {
        height: 400px;
        width: 260px;
        /* border: 3px solid #FEC722; */
        border-radius: 5px;
    }

    /* .publication-shadow:hover {
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5) !important;
        border-radius: 5px;
        /* border: 2px solid #969696; 
    } */
    .publication-shadow {
        padding-right: 10px !important;
    }
}

/*-------------- notice__board start --------------*/
.notice--board {
    position: absolute;
    z-index: 99;
    right: 5rem;
    bottom: 0px;
}

.notice--board--btn--text {
    position: absolute;
    z-index: 99;
    top: -12em;
}

.notice--board--btn--close {
    position: absolute;
    right: -50px;
}

.notice--board--btn--text,
.notice--board--btn--close {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    cursor: pointer;
    color: white;
    padding: 1.6rem 1rem;
    /* letter-spacing: 0.1rem; */
}

.notice--board--btn--text {
    display: block;
    /* background: black; */
    background: #2E3D50;
}

.notice--board--btn--close {
    display: none;
    background: red;
}

.notice--board--content {
    /* background: white; */
    width: 40rem;
    max-height: 40rem;
    overflow-y: auto;
    display: none;
}

.notice--board--content .notice--list {
    padding: 0em 1rem;
    margin: 0;
    /* background: rgb(0, 0, 0, 0.5); */
    /* background: rgba(0, 33, 71, 0.5); */
    /* background: rgba(215, 183, 145, 0.5); */
    background: rgba(46, 61, 80, 0.7);
    color: #fff;
}

.notice--board--content .notice--list--item {
    padding: 0.5rem 1rem;
    list-style: none;
    font-size: 1.6rem;
}

.notice--board--content .notice--list--item a {
    color: #fff;
}

/*-------------- notice__board end --------------*/
@media screen and (max-width: 375px) {
    .query-btn {
        top: 500px !important;
    }

    #enquiry-button {
        top: 620px !important;
    }

    .notice--board {
        width: 90%;
    }

    .notice--board--btn--text,
    .notice--board--btn--close {
        padding: 1.3rem 1rem;
    }

    .notice--board--content {
        width: 34rem !important;
    }

    /* .containers{
        padding-left: none !important;
    } */
}

/* for owner image style */

.owner {
    /* background-color: #FFA351; */
    background-color: #D7B791;
    /* background-color: #8894A2; */
    /* width: 100%; */
    text-align: center;
    border-radius: 15px;
    padding: 20px 20px 35px;
    position: relative;
    border: 2px dashed #fff;
    border-radius: 15px;
    /* height: 430px; */
}

/*.owner::before{
content: '';
position: absolute;
left: 7px;
top: 0;
width: 100%;
height: 100%;
border: 2px dashed #fff;
border-radius: 15px;
}*/
.owner a {
    display: inline-block;
}

.owner-img img {
    margin: 0 auto;
    /* -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; */
    /* width: 250px;
    height: 250px; */
    width: 100%;
    /* width: 100%;
    height: 100%; */
    /* -webkit-border-radius: 50%; */
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    /* border-radius: 50%; */
    background-clip: padding-box;
}

.owner h2 {
    font-size: 22px;
    color: #222;
    line-height: 30px;
    font-weight: 500;
    margin: 20px 0px 0px;
}

.owner h2 a {
    color: #222;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.owner h2 a:hover {
    text-decoration: none;
    color: #fff;
}

.owner p {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #111;
    margin: 8px 0px 12px;
}

.owner .own-btn {
    display: inline-block;
    background: #fff;
    font-size: 14px;
    line-height: 22px;
    padding: 10px 15px;
    color: #111;
    font-weight: 500;
    font-style: normal;
    margin: 0px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.owner .own-btn:hover {
    background-color: #2E3D50;
    color: #fff;
    text-decoration: none;
}

.owner.own-btn span {
    margin-left: 5px;
    color: #111;
}

.owner.own-btn span:hover {
    color: #fff;
}




.overlay {
    z-index: 5;
    width: 80%;
    height: 100%;
    /* background-color: rgba(139, 135, 135, 0.5); */
    background-color: rgba(0, 0, 0, 0.5);
    transform: rotate(45deg) scaleY(2) scaleX(0);
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border-left: #fdca40 2px solid;
    border-right: #fdca40 2px solid;
}

.block:hover .overlay {
    transform: rotate(45deg) scaleY(2) scaleX(1);
}

.block--text {
    position: absolute;
    top: 25%;
    width: 100%;
    height: 100%;
    padding: 20px;
    color: antiquewhite;
    transform-origin: bottom center;
    transition: all 300ms ease-in;
    z-index: 100;
    opacity: 0;
    transition: all 300ms 200ms ease-in;
}

.block:hover .block--text {
    opacity: 1;
}

.text--head {
    text-align: center;
    font-weight: 600;
    letter-spacing: 2px;
    padding-bottom: 15px;
    font-size: 20px;
    text-transform: uppercase;
    color: #fdca40;
}

.text--quote {
    font-size: 14px;
    line-height: 150%;
}

.text--person {
    padding-top: 15px;
    position: relative;
    text-align: center;
    color: #fdca40;
}

.text--person a {
    padding-top: 15px;
    position: relative;
    text-align: center;
    color: #FFFFFF;
    /* color: #002147; */
    /* color: #000000 ; */
    font-size: 18px;
}


/* for social media button */
.fa-social {
    font-size: 20px;
    display: inline-block;
    border-radius: 60px;
    box-shadow: 0 0 2px #888;
    padding: 0.5em 0.6em;
    margin-right: 5px;
}

/* for whatssapp floating button  */
.floating_btn {
    position: fixed;
    /* bottom: 30px;
right: 30px; */
    bottom: 80px;
    right: 30px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

.contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}

.text_icon {
    margin-top: 8px;
    color: #707070;
    font-size: 13px;
}

/* for about trust css */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

/* body {
    margin: 0;
    padding: 30px 0;
    font-family: 'Roboto', sans-serif;
    background: #F1F2F6;
} */
/* h1 {
    text-align: center;
    font-weight: 300;
    color: #777
}
h1 span {
    font-weight: 600;
} */

/* for table creation */
.colored-table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

.colored-table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

.colored-table tr {
    /* background-color: #f8f8f8; */
    /* background-color: #FEC722; */
    background-color: #5c5c5c;
    border: 1px solid #ddd;
    padding: .35em;
}

.colored-table th,
.colored-table td {
    padding: .625em;
    text-align: justify;
    color: #ffffff;

}

.colored-table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
    /* background-color: #002147; */
    background-color: #003366;
    color: #fff;
    font-weight: bold;

}

@media screen and (max-width: 600px) {
    .colored-table {
        border: 0;
    }

    .colored-table caption {
        font-size: 1.3em;
    }

    .colored-table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .colored-table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    .colored-table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: justify;
    }

    .colored-table td::before {
        /*
* aria-label has no advantage, it won't be read inside a table
content: attr(aria-label);
*/
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    .colored-table td:last-child {
        border-bottom: 0;
    }
}

/* achivement css */

/*index css achivement*/

.achiveimg {
    /* width: 35%;
border-radius: 50%; */
    height: 330px;
}

.containerachivement {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.items {
    display: flex;
    align-items: center;
    width: fit-content;
    animation: carouselAnim 10s infinite alternate linear;
    /* animation: carouselAnim 50s infinite alternate linear; */
}

@media screen and (max-width: 992px) {
    .items {
        display: flex;
        align-items: center;
        width: fit-content;
        animation: carouselAnim 10s infinite alternate linear;
        /* animation: carouselAnim 50s infinite alternate linear; */
    }
  }
  
  /* On screens that are 600px or less, set the background color to olive */
  @media screen and (max-width: 600px) {
    .items {
        display: flex;
        align-items: center;
        width: fit-content;
        animation: carouselAnim 10s infinite alternate linear !important;
        /* animation: carouselAnim 50s infinite alternate linear; */
    }
  }

.entry {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    width: 300px;
    background: #fff;
    margin: 1em;
    padding: 0.5em;
    border-radius: 10px;
    box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.5);
}



@media only screen and (max-width: 768px) {
    .items {
        animation: carouselAnim 35s infinite alternate linear;
    }

    @keyframes carouselAnim {
        from {
            transform: translate(0, 0);
        }

        to {
            transform: translate(calc(-100% + (2 * 300px)));
        }
    }
}

.entry p {
    text-align: center;
    padding: 1em;
}

.name {
    font-weight: bold;
}

@keyframes carouselAnim {
    from {
        transform: translate(0, 0);
    }

    to {
        transform: translate(calc(-100% + (5 * 300px)));
    }
}

.containerachivement .faders {
    width: 100%;
    position: absolute;
    height: 100%;
}

.faders .right,
.faders .left {
    background: linear-gradient(to right,
            rgba(245, 245, 245, 1) 0%,
            rgba(255, 255, 255, 0) 100%);
    /* width: 15%; */
    width: 5%;
    height: 100%;
    position: absolute;
    z-index: 200;
}

.right {
    right: 0;
    background: linear-gradient(to left,
            rgba(245, 245, 245, 1) 0%,
            rgba(255, 255, 255, 0) 100%);
}

.quote {
    font-weight: 600;
    color: #002147;
    /* font-size: 16px; */
}

/* blockquote {
    border: none;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin-bottom: -30px;
    quotes: "\201C" "\201D" "\2018" "\2019";
    position: relative;
  }

  blockquote h3 {
    font-size: 12px;
  }

  blockquote h3:before {
    content: open-quote;
    font-weight: bold;
    font-size: 14px;
    color: #889c0b;
    position: absolute;
    top: 0;
    left: 0;
  }

  blockquote h3:after {
    content: close-quote;
    font-weight: bold;
    font-size: 14px;
    color: #889c0b;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
  } */



/*--------------------------------------------------------------
# Cta
# Cta
--------------------------------------------------------------*/
.cta {
    /* background: linear-gradient(rgba(103, 176, 209, 0.8), rgba(103, 176, 209, 0.8)), url("../../images/background/1.jpg") fixed center center; */
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("img/logo/TPoly-Header.png") fixed center center;
    background-size: cover;
    padding: 60px 0;
}

.cta-infra {
    /* background: linear-gradient(rgba(103, 176, 209, 0.8), rgba(103, 176, 209, 0.8)), url("../../images/background/1.jpg") fixed center center; */
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("img/logo/TPoly-Header.png") fixed center center;
    background-size: cover;
    padding: 60px 0;
}

.cta h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

.cta p {
    color: #fff;
}

.cta .cta-btn {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 25px;
    transition: 0.5s;
    margin-top: 10px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: #fff;
}

.cta .cta-btn:hover {
    border-color: #fff;
}

/* for image hover */

.entry .image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.entry .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.entry:hover .image {
    opacity: 0.3;
}

.entry:hover .middle {
    opacity: 1;
}


/* for academic excellence hover */

.acex {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    width: 100%;
    /* height: 100%; */
    background: #fff;
    margin: 1em;
    padding: 0.5em;
    border-radius: 10px;
    box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.5);
}


.acex .image {
    opacity: 1;
    display: block;
    width: 100%;
    height: 100px;
    transition: .5s ease;
    backface-visibility: hidden;
}

.acex .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.acex:hover .image {
    opacity: 0.3;
}

.acex:hover .middle {
    opacity: 1;
}

/* for dashed last */
.dashed_last {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    margin: 12px 0px;
}

/* for footer */
/* .footer {
    background-image: url(../img/footer-bg.jpg) !important;
} */

/* header body css */

.header-body-1 {
    /* background: url("../images/Single_cources/banner-bg.jpg") no-repeat center center; */
    background: url("../img/slider/banner-1.jpg") no-repeat center center;
    min-height: 360px;
    background-size: cover;
    position: relative;
}

.header-body-1:before {
    /* background: rgba(0, 0, 0, 0.5); */
    background: rgba(46, 61, 80, 0.5);
    /* background: rgba(215,183,145, 0.5); */
    /* background: rgba(196,118,43, 0.5); */
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
}

.header-body-1 .intro-text {
    text-align: center;
    margin-top: 200px;

}

.header-body-1 .intro-text h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 45px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
}

.header-body-1 .intro-text p {
    margin-top: 15px;
}

.header-body-1 .intro-text p span {
    font-size: 14px;
    color: #ffffff;
}

.header-body-1 .intro-text p span a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.header-body-1 .intro-text p span a:hover {
    color: #FEEECD;
    transition: all 0.3s ease-in-out;
}

span.b-active {
    color: #FEEECD !important;
}

/* courses style css */
.content1 {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
}

.content1 .content1-overlay {
    /* background: rgba(0,0,0,0.7); */
    /* background: rgba(215, 183, 145, 0.7); */
    background: rgba(46, 61, 80, 0.7);
    /* background: rgba(196, 118, 43, 0.7); */
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.content1:hover .content1-overlay {
    opacity: 1;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;

}

.content1-image {
    width: 100%;
    height: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}


.content1-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content1:hover .content1-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content1-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.content1-details p {
    color: #fff;
    font-size: 0.8em;
}

.fadeIn-bottom {
    top: 80%;
}

.fadeIn-top {
    top: 20%;
}

.fadeIn-left {
    left: 20%;
}

.fadeIn-right {
    left: 80%;
}

/* for accordian css */

.nbaaccordian h3 {
    background: #D7B791;
    color: #2E3D50;
    text-align: left;
    border-radius: 4px;
    padding: 14px 12px;
    cursor: pointer;
    margin-top: 0;
    margin-bottom: 9px;
    padding-right: 40px;
    transition: 0.25s all;
    position: relative;
    font-size: 20px !important;
}

.nbaaccordian h3.active {
    margin-bottom: 21px;
    /* background: #EED971; */
    background: #8894A2;
    color: #fff;
}

.nbaaccordian h3::before {
    content: attr(data-prefix);
    font-size: 18px;
    margin-right: 9px;
}

.nbaaccordian h3.alignLeft {
    padding-left: 35px;
}

.nbaaccordian>div {
    display: none;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #cdcdcd;
    text-align: left;
    padding: 31px 33px;
    margin-bottom: 9px;
}

.nbaaccordian .arrowDown {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13.0px 7.5px 0 7.5px;
    border-color: #8894A2 transparent transparent transparent;
    position: absolute;
    bottom: 0;
    left: 40px;
    transition: 0.25s all;
    opacity: 0;
}

.nbaaccordian .active .arrowDown {
    bottom: -13px;
    border-color: #8894A2 transparent transparent transparent;
    opacity: 1;
}

.nbaaccordian .collapseIcon {
    position: absolute;
    right: 20px;
    top: 45%;
    font-size: 25px;
    font-weight: 300;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.nbaaccordian .collapseIcon.alignLeft {
    right: initial;
    left: 20px;
}

.content ul li {

    line-height: 25px;
    list-style-type: circle;
}


/* colored table css */

.roundedTable {
    border-collapse: collapse;
    border-radius: 1.2em;
    overflow: hidden;
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
}


.roundedTable th {
    padding: .6em;
    background: #003366;
    /* background: #ff944d; */
    border-bottom: 1px solid white;
    color: #FFFFFF;
}

.roundedTable th {
    text-align: left;
}

.roundedTable tr:last-child td {
    border-bottom: none;
}

.table {
    border: 1px solid #fff !important;
}


/* for pdf file css */


/* ----- Image grids ----- */
ul.rig {
    list-style: none;
    font-size: 0px;
    margin-left: -2.5%;
    margin-right: 3.5%;
    /* should match li left margin */
}

ul.rig li {
    display: inline-block;
    padding: 10px;
    margin: 0 0 2.5% 2.5%;
    background: #fff;
    /* border: 1px solid #ddd; */
    border: 1px solid #C4762B;
    font-size: 16px;
    border-radius: 10px;
    font-size: 1rem;
    vertical-align: top;
    box-shadow: 0 0 5px #2E3D50;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

ul.rig li img {
    max-width: 100%;
    height: 270px;
    margin: 0 0 10px;
}

ul.rig li h3 {
    text-align: center;
    padding: 7px 0 7px 0;
    /* font-family: Chaparral Pro Light; */
    /*background-color:#5151FF;*/
    /* background-color: #008000; */
    /* background-color: #8894A2; */
    background-color: #2E3D50;
    /* clip-path: polygon(6% 0, 100% 0, 100% 79%, 95% 100%, 0 100%, 0 19%); */
    color: #FFFFFF;
    /* color: #002147; */
    font-size: 16px;
    /* border-radius: 20px; */
}

ul.rig li p {
    font-size: .9em;
    line-height: 1.5em;
    color: #999;
}

/* class for 2 columns */
ul.rig.columns-2 li {
    width: 47.5%;
    /* this value + 2.5 should = 50% */
}

/* class for 3 columns */
ul.rig.columns-3 li {
    width: 30.83%;
    /* this value + 2.5 should = 33% */
}

/* class for 4 columns */
ul.rig.columns-4 li {
    width: 22.5%;
    /* this value + 2.5 should = 25% */
}

ul.rig i {
    font-size: 80px;
    color: red;
}

@media (max-width: 1199px) {
    .container {
        width: auto;
        padding: 0 10px;
    }
}

@media (max-width: 480px) {
    ul.grid-nav li {
        display: block;
        margin: 0 0 5px;
    }

    ul.grid-nav li a {
        display: block;
    }

    ul.rig {
        margin-left: 0;
        margin-right: 38px;
    }

    ul.rig li {
        width: 100% !important;
        /* over-ride all li styles */
        margin: 0 0 20px;
    }
}

/* instraction area */

#instraction-area {
    /* background: transparent url("../images/index/instraction-bg.jpg") no-repeat center center/cover; */
    /* background: transparent url("../img/student-cheerup.jpg") no-repeat center center/cover; */
    background: transparent url("../img/enquiry-bg.jpg") no-repeat center center/cover;
    position: relative;
    min-height: 20%;
    max-height: 40%;
}

#instraction-area:before {
    /* background: rgba(254, 199, 34, 0.75); */
    background: rgba(215, 183, 145, 0.75);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;



}

#instraction-area .inspiration-full-box {
    padding: 70px 0;
}

#instraction-area .inspiration-full-box .section-header-l {
    padding-bottom: 0px;
}

#instraction-area .inspiration-full-box .section-header-l:before {
    display: none;
}

#instraction-area .inspiration-full-box .section-header-l h2 {
    padding-bottom: 0px;
    margin-bottom: 20px;
    color: #002147;

}

#instraction-area .inspiration-full-box .section-header-l p {
    color: #333333;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    margin: 0;
    padding: 0px;
    text-align: left;
}

#instraction-area .inspiration-full-box .instraction-btn {
    margin: 12px 0;
    width: 208px;
    height: 55px;
    /* background: #292929; */
    background: #002147;
    text-align: center;
}

#instraction-area .inspiration-full-box .instraction-btn a {
    line-height: 55px;
    color: #ffffff;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}

#syllabus {
    /* background-color: #f6f6f6; */
    background-color: #FFFFFF;
    /* float: left; */
    /* display: inline; */
    width: 100%;
    padding: 60px 0px;
}

#academic-calender {
    /* background-color: #f6f6f6; */
    background-color: #FFFFFF;
    /* float: left; */
    /* display: inline; */
    width: 100%;
    padding: 60px 0px;
}

#admission-rules {
    /* background-color: #f6f6f6; */
    background-color: #FFFFFF;
    /* float: left; */
    /* display: inline; */
    width: 100%;
    padding: 60px 0px;
}

#common {
    /* background-color: #f6f6f6; */
    background-color: #FFFFFF;
    /* float: left; */
    /* display: inline; */
    width: 100%;
    /* padding: 60px 0px; */
}

/* for h3 title */

#title {
    color: #FFFFFF;
    /* color: #333333; */
    font-size: 18px;
    text-align: center;
    /* background-color: #8894A2; */
    background-color: #2E3D50;
    border-radius: 20px;
    margin-bottom: 10px;
    margin-top: 5px;
    height: auto;
    width: 100%;
    vertical-align: center;
    padding: 10px 5px 15px 20px;
    /* background: rgba(0, 0, 0, 0.5); */
}

/* for achivers institute toppers css */

.caption {
    text-align: center;
}

.thumbnail {
    border: 1px solid #D7B791;
    box-shadow: 2px 5px #D7B791;
    /* border: 1px solid #C4762B;
    box-shadow: 2px 5px #C4762B;*/
}

.thumbnail img {
    border-radius: 50%;
    height: 128px;
    width: 128px;
    border: 2px dashed #C4762B;
}


/* for Faculty Profile css */


.card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    /* background-color: #8894A2; */
    flex: 0 0 100%;
    padding: 20px;
    /* background: var(--bg-color); */
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    box-shadow: 6px 6px 12px 0 rgba(46, 61, 80, 0.5),
        -6px -6px 12px 0 rgba(255, 255, 255, 0.5);
    scroll-snap-align: start;
    transition: all 0.2s;
    /*height: 320px;*/
    margin-bottom: 20px;
}

.card:not(last-child) {
    margin-right: 10px;
}

.card:hover {
    scale: 1.05;
}

.card .card-title {
    font-size: 14px;
    font-weight: 600;
}

.card .round {
    border: 2px solid var(--persian-orange);
    border-radius: 30px;
    padding: .35rem;
    align-items: center;
}

.round {
    border: 2px solid var(--persian-orange);
    border-radius: 30px;
    padding: .35rem;
    align-items: center;
}

.card .card-content {
    margin: 20px 0;
    max-width: 85%;
}

.card-content p {
    /* font-size: 14px;
    font-weight: 600; */
    /* text-align: center; */
}

.designation {
    /* font-size: 14px;
    font-weight: 600; */
    text-align: center;
}

button.primary {
    background-color: var(--color3);
    border: 1px solid var(--color3);
    border-radius: 3px;
    color: var(--white);
    font-family: inherit;
    font-weight: 500;
    padding: 10px 25px;
    margin-top: 1rem;
}

button.primary:hover {
    background: var(--color2);
}

button.primary.ghost {
    background-color: transparent;
    color: var(--color3);
}

button.ghost:hover {
    background: var(--color2);
    color: var(--white);
}

/* Media Query */
@media (min-width: 500px) {
    .card {
        flex-basis: calc(50% - 10px);
    }

    .card:not(:last-child) {
        margin-right: 20px;
    }
}

@media (min-width: 700px) {
    .card {
        flex-basis: calc(calc(100% / 3) - 20px);
    }

    .card:not(:last-child) {
        margin-right: 30px;
    }
}

@media (min-width: 1100px) {
    .card {
        flex-basis: calc(25% - 30px);
    }

    .card:not(:last-child) {
        margin-right: 40px;
    }
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.modal {
    overflow: hidden;
}

/* .modal-dialog {
flex-basis: 50%;
padding: 1rem;
background-color: #8894A2;
border-radius: 3px;
} */
.modal-body {
    flex-basis: 50%;
    padding: 1rem;
    background-color: #FFFFFF;
    border-radius: 3px;
    box-shadow: 6px 6px 12px 0 rgba(46, 61, 80, 0.5),
        -6px -6px 12px 0 rgba(255, 255, 255, 0.5);
}

.modal-header {
    background-color: #FFFFFF;
    /* background-color: #C4762B; */
    color: #FFFFFF;
}

ol li {
    margin-left: 20px;
}


/* for infrastructure css */

/* @import url(https://fonts.googleapis.com/css?family=Raleway);

        *,
        *:before,
        *:after {
            margin: 0;
            padding: 0;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        } */

/* body{
  background: #f9f9f9;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
} */

.main-title {
    color: #2d2d2d;
    text-align: center;
    text-transform: capitalize;
    padding: 0.7em 0;
}

.infracontainer {
    padding: 1em 0;
    float: left;
    width: 100%;
}

@media screen and (max-width: 640px) {
    .infracontainer {
        display: block;
        width: 100%;
    }
}

@media screen and (min-width: 900px) {
    .infracontainer {
        width: 33.33333%;
    }
}

.infracontainer .title {
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 10px;
}

.infracontent {
    position: relative;
    width: 100%;
    /*max-width: 400px;*/
    margin: auto;
    /* overflow: hidden; */
}

.infracontent .infracontent-overlay {
    /* background: rgba(0, 0, 0, 0.7); */
    /* background: rgba(238, 217, 113, 0.7); */
    background: rgba(215, 183, 145, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.infracontent:hover .infracontent-overlay {
    opacity: 1;
}

.infracontent-image {
    width: 100%;
}

.infracontent-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.infracontent:hover .infracontent-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.infracontent-details h3 {
    color: #002147;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.infracontent-details p {
    color: #2E3D50 !important;
    font-size: 14px !important;
}

.fadeIn-bottom {
    top: 80%;
}

.fadeIn-top {
    top: 20%;
}

.fadeIn-left {
    left: 20%;
}

.fadeIn-right {
    left: 80%;
}

.infracontent-details i {
    /* color: #FFFFFF;
                    background: #000000; */
    border-radius: 50%;
    font-size: 34px;
    background: #2E3D50;
    color: #FFFFFF;
    width: 60px;
    height: 60px;
    line-height: 60px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);

}

.border-img {
    border: 1px outset #C4762B;
    /* border-radius: 5%; */
}

/* for PO CO tab and admission process tab */

ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 32px;
    /* border-bottom: 1px solid #333; */
    width: 100%;
}

ul.tabs li {
    float: left;
    margin: 0;
    cursor: pointer;
    padding: 0px 21px;
    height: 41px;
    line-height: 41px;
    /* border-top: 1px solid #333; */
    border-left: 1px solid #FFFFFF;
    /* border-bottom: 1px solid #333; */
    /* background-color: #666; */
    background-color: #003366;
    color: #FFFFFF;
    overflow: hidden;
    position: relative;
}

.tab_last {
    border-right: 1px solid #FFFFFF;
}

ul.tabs li:hover {
    /* background-color: #ccc; */
    background-color: #FF944D;
    color: #fff;
}

ul.tabs li.active {
    /* background-color: #fff; */
    background-color: #8894A2;
    color: #fff;
    border-bottom: 1px solid #fff;
    display: block;
}

.tab_container {
    /* border: 1px solid #333; */
    border: 2px solid #2E3D50;
    /* border-top: none; */
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
    overflow: auto;
    border-radius: 20px;
}

.tab_content {
    padding: 20px;
    display: none;
}

.tab_content ol li {
    line-height: 30px;
}

.tab_drawer_heading {
    display: none;
}

@media screen and (max-width: 480px) {
    .tabs {
        display: none;
    }

    .tab_drawer_heading {
        background-color: #ccc;
        color: #fff;
        border-top: 1px solid #333;
        margin: 0;
        padding: 5px 20px;
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .d_active {
        background-color: #666;
        color: #fff;
    }
}

/* #jpreOverlay { display: none !important; } */


/* for infrastructure css */

/* @import url(https://fonts.googleapis.com/css?family=Raleway);

        *,
        *:before,
        *:after {
            margin: 0;
            padding: 0;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        } */

/* body{
  background: #f9f9f9;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
} */

.main-title {
    color: #2d2d2d;
    text-align: center;
    text-transform: capitalize;
    padding: 0.7em 0;
}

.infracontainer {
    padding: 1em 0;
    float: left;
    width: 100%;
}

@media screen and (max-width: 640px) {
    .infracontainer {
        display: block;
        width: 100%;
    }
}

@media screen and (min-width: 900px) {
    .infracontainer {
        width: 33.33333%;
    }
}

.infracontainer .title {
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 10px;
}

.infracontent {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: auto;
    /* overflow: hidden; */
}

.infracontent .infracontent-overlay {
    /* background: rgba(0, 0, 0, 0.7); */
    /* background: rgba(238, 217, 113, 0.7); */
    background: rgba(215, 183, 145, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.infracontent:hover .infracontent-overlay {
    opacity: 1;
}

.infracontent-image {
    width: 100%;
}

.infracontent-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.infracontent:hover .infracontent-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.infracontent-details h3 {
    color: #002147;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.infracontent-details p {
    color: #fff;
    font-size: 0.8em;
}

.fadeIn-bottom {
    top: 80%;
}

.fadeIn-top {
    top: 20%;
}

.fadeIn-left {
    left: 20%;
}

.fadeIn-right {
    left: 80%;
}

.infracontent-details i {
    /* color: #FFFFFF;
                    background: #000000; */
    border-radius: 50%;
    font-size: 34px;
    background: #2E3D50;
    color: #FFFFFF;
    width: 60px;
    height: 60px;
    line-height: 60px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);

}

.border-img {
    border: 1px outset #C4762B;
    /* border-radius: 5%; */
}

.blink_text {
    animation-name: blinker;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    /*color: #FFFFFF;*/
    color:000000;
    text-align: left !important;
    font-size: 14px;
  }

  @keyframes blinker {
    0% {
      opacity: 1.0;
    }

    50% {
      opacity: 0.0;
    }

    100% {
      opacity: 1.0;
    }
  }

  .enq {
    color: 002147;
  }

  .enq a:hover {
    color: #FFFFFF;
  }


  /* figure image hover */

  figure.imghover {
    position: relative;
    overflow: hidden;
    margin: 10px;
    /* min-width: 220px;
    max-width: 310px; */
    width: 100%;
    background: #000000;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

figure.imghover * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

figure.imghover img {
    max-width: 100%;
    vertical-align: top;
    height: 100%;
}

figure.imghover i {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    font-size: 34px;
    color: #000000;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

figure.imghover a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}

figure.imghover.orange {
    background-color: #D7B791;
}

figure.imghover.orange i {
    color: #FFFFFF;
    background: #2E3D50;
}

figure.imghover:hover img,
figure.imghover.hover img {
    opacity: 0.3;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

figure.imghover:hover i,
figure.imghover.hover i {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* for CTA */
/* instraction area */

#instraction-area {
    /* background: transparent url("../images/index/instraction-bg.jpg") no-repeat center center/cover; */
    /* background: transparent url("../img/student-cheerup.jpg") no-repeat center center/cover; */
    background: transparent url("../img/footer-bg.jpg") no-repeat center center/cover;
    position: relative;
    min-height: 20%;
    max-height: 40%;
}

#instraction-area:before {
    /* background: rgba(254, 199, 34, 0.75); */
    background: rgba(255,148,77, 0.75);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;



}

/* for box height */
.bx-h{
    display: table
}
.bx-h1{
    display: table-cell
}


/* floating button */
.floating {
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);

    position: fixed;
    right: -75px;
    top: 280px;
    z-index: 999;
    transform: rotateZ(90deg);
    border-radius: 15px;
    overflow: hidden;
    background: #451425;
    border: 1px solid #fff
}

.inquire-now {
    font-size: 16px;
    color: #fff;
    padding: 65px 15px 10px;
    text-decoration: none;
    float: left;
    font-weight: 400
}

.inquire-now:hover {
    background: #D9B76F;
    color: #451425
}

.whatsapp {
    font-size: 22px;
    color: #fff;
    padding: 64px 15px 13px;
    text-decoration: none;
    float: left;
    border-radius: 15px 15px 15px 0;
    border-left: 1px solid #fff;
    text-align: center;
    line-height: 0
}

.inquire-now1,
.whatsapp1 {
    color: #959595
}

.floating1 {
    border: 1px solid #959595;
    background: #fff
}

.whatsapp1 {
    border-left: 1px solid #959595
}

.whatsapp svg {
    transform: rotateZ(-45deg)
}

.whatsapp:hover {
    background: #03d904;
    color: #fff
}

@media (max-width:480px) {
    .inquire-now {
        font-size: 13px;
        color: #fff;
        padding: 75px 15px 10px;
        text-decoration: none;
        float: left;
        font-weight: 400
    }

    .whatsapp {
        font-size: 16px;
        color: #fff;
        padding: 74px 15px 13px;
        text-decoration: none;
        float: left;
        border-radius: 15px 15px 15px 0;
        border-left: 1px solid #fff;
        text-align: center;
        line-height: 0
    }

}

/* scroll to top */
.scrollToTopBtn {
    background-color: #000000;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 18px;
    line-height: 48px;
    width: 48px;

    /* place it at the bottom right corner */
    position: fixed;
    bottom: 20px;
    right: 20px;
    /* keep it at the top of everything else */
    z-index: 100;
    /* hide with opacity */
    opacity: 0;
    /* also add a translate effect */
    transform: translateY(100px);
    /* and a transition */
    transition: all 0.5s ease;
}

.showBtn {
    opacity: 1;
    transform: translateY(0);
}

/* floating contact button */
/* Begin float */



/* Animations */
@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}



.text_icon {
    margin-top: 8px;
    color: #451425;
    font-size: 14px;
    font-weight: 600;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;

}

/* for shadow */
.bx-shadow{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.tr-color {
    /* background-color: #FEEECD !important; */
    /* color: #000000 !important; */
    line-height: 25px !important;
}

tr {
    border: 1px dotted #C4762B !important;
}

td {
    border: 1px dotted #C4762B !important;
}

 /* for infra amenities */

 .card-1,
 .card-2 {
     /*width: 500px;*/
     position: relative;
     margin: 20px auto;
     border-radius: 20px;
     overflow: hidden;
 }

 img {
     width: 100%;
     position: relative;
     top: 0;
     left: 0;
 }

 .contents {
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     z-index: 1;
     transform: translateY(100px);
     opacity: 0;
     transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
     transition-delay: 0.3s;
     padding: 0 2rem;
     text-align: center;
 }


 .overlayinfra {
     position: absolute;
     width: 0px;
     height: 0px;
     transform-origin: 50% 50%;
     mix-blend-mode: multiply;
     border-radius: 50%;
     transition: all 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19);
 }

 .card-1 .red {
     width: 1400px;
     height: 1400px;
     /* background-color: #f44336; */
     background-color: #ff944d;
     left: calc(0% - 1400px);
     top: calc(50% - 700px);
 }

 .card-1 .blue {
     width: 1400px;
     height: 1400px;
     /* background-color: #2196f3; */
     background-color: #003366;
     left: calc(100%);
     top: calc(50% - 700px);
 }

 .card-2 .red {
     /* background-color: #f44336; */
     background-color: #451425;
     left: calc(0%);
     top: calc(50%);
 }

 .card-2 .blue {
     /* background-color: #2196f3; */
     background-color: #D9B76F;
     left: calc(100%);
     top: calc(50%);
 }

 .card-1:hover .red,
 .card-2:hover .red {
     width: 1400px;
     height: 1400px;
     left: calc(0% - 700px);
     top: calc(50% - 700px);
 }

 .card-1:hover .blue,
 .card-2:hover .blue {
     width: 1400px;
     height: 1400px;
     left: calc(100% - 700px);
     top: calc(50% - 700px);

 }

 .card-1:hover .contents,
 .card-2:hover .contents {
     transform: translateY(0);
     opacity: 1;
 }

 .infra-texts {
     /*background:#002147;*/
     padding: 20px;
     min-height: 229px;
 }

 .infra-texts h2,
 .infra-btm-text h2 {
     float: left;
     width: 100%;
     font-size: 20px;
     line-height: 26px;
     font-weight: 500;
     font-style: normal;
     color: #FFFFFF;
     margin: 5px 0px 0px;
 }

 .infra-title p,
 .infra-texts p,
 .infra-btm-text p {
     font-size: 14px;
     line-height: 24px;
     font-weight: 400;
     font-style: normal;
     color: #fff;
     width: 100%;
     margin: 15px 0px 0px;
     display: inline-block;
     text-align: justify;
 }

 .infra-title p {
     margin: 0px 0px 30px;
     color: #000;
 }

 /* Bottom left text */
 .bottom-left {
     position: absolute;
     bottom: 8px;
     left: 16px;
     background: rgba(0, 51, 102, 0.7);
     /* background: rgba(217,183,111, 0.9); */
     /*vertical-align:middle;*/
     padding: 8px;
     color: #ffffff;
     /* color: #451425; */
     font-size: 20px;
     font-weight: 600;
     /*text-shadow: 1px 1px #ffffff;*/
 }

 @media screen and (max-width: 600px) {
     .bottom-left {
         font-size: 16px;
     }

 }

  /* Start Gallery CSS */
  .thumb {
    margin-bottom: 15px;
}

.thumb:last-child {
    margin-bottom: 0;
}

.thumb figure img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.thumb figure:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.responsive {
    width: 100%;
    height: auto;
  }

  /*for call button*/

.call-buton .cc-calto-action-ripple {
	z-index: 99999;
	position: fixed;
	right: 1rem;
	bottom: 8rem;
	background: #ec8b00;    
	width: 4rem;
	height: 4rem;
	padding: 1rem;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff;
	-webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
	animation: cc-calto-action-ripple 0.6s linear infinite;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none; }
	.call-buton .cc-calto-action-ripple i {
	  -webkit-transition: 0.3s ease;
	  transition: 0.3s ease;
	  font-size: 2.2rem; }
	.call-buton .cc-calto-action-ripple:hover i {
	  -webkit-transform: rotate(135deg);
	  transform: rotate(135deg); }
  
  @-webkit-keyframes cc-calto-action-ripple {
	0% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2); }
	100% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0); } }
  
  @keyframes cc-calto-action-ripple {
	0% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2); }
	100% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0); } }

	span.num{
		position: absolute;
    color: #ec8b00;
    left: -30%;
    bottom: -50%;
	}

