@font-face {
    font-family: Poppins-Regular;
    src: url('../fonts/Poppins-Regular.html');
}

@font-face {
    font-family: RobotoSlab-Light;
    src: url('../fonts/RobotoSlab-Light.html');
}

* {
    margin: 0px;
    padding: 0px;
    outline: none;
}

body {
    overflow-x: hidden;
    font-family: Poppins-Regular;
}

.clr {
    clear: both;
}

.clr5 {
    clear: both;
    height: 10px;
}

.clr10 {
    clear: both;
    height: 10px;
}

.clr15 {
    height: 18px;
    clear: both;
}

.clr20 {
    clear: both;
    height: 20px;
}

.clr25 {
    clear: both;
    height: 30px;
}

p {
    line-height: 32px;
    font-size: 17px;
    color: #424242;
    text-align: justify;
    font-family: RobotoSlab-Light;
}

a {
    color: #333333;
    outline: none !important;
    text-decoration: none !important;
}

a:hover, a:focus {
    outline: none !important;
}

input {
    outline: none !important;
}

h2 {
    font-size: 30px;
    margin: auto;
    color: #060606;
    font-weight: normal;
    font-family: Poppins-Regular;
    text-transform: capitalize;
}

.erp_links {
    right: 0px;
    position: fixed;
    bottom: 60px;
    z-index: 9999;
}

.erp_links img {
    width: 100px;
    transition: all 3s;
}

.erp_links img:hover {
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transform: translate3d(0, 20px, 0);
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.modal-dialog {
    width: 700px;
    margin-top: 105px !important;
    height: 500px;
}

.modal-dialog {
    transition: all 3s;
    animation: mymove 3s;
}

@keyframes mymove {
    from {
        top: 0px;
    }
    to {
        top: 100px;
    }
}

@keyframes mymove {
    from {
        top: 100px;
    }
    to {
        top: 0px;
    }
}

.modal-open .modal {
    padding-right: 0px !important;
}

.modal-body {
    padding: 0px;
}

.modal-body p {
    margin: 0px 10px;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
}

.modal {
    background: #000000c7;
    z-index: 999999999 !important;
}

.modal-body img {
    height: 450px !Important;
    width: 100%;
    object-fit: fill;
    object-position: top;
}

.modal-header .close {
    margin-top: -2px;
    color: #fff;
    opacity: 9;
    right: 8px;
    font-size: 25px;
}

.modal-header {
    background: #002879;
}

.modal-header h4 {
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
}

.modal .carousel-control.right, .carousel-control.left {
    background-image: inherit;
}

.modal .carousel-control {
    top: 50px;
}

#ui-to-top {
    display: none;
}

.timing_sec {
    background: #fff7e1;
    padding: 20px 10px;
}

#myNav {
    display: none !important;
}

.btn {
    position: absolute;
    /*top: 350px;*/
    display: block;
    z-index: 9;
    left: 0px;
    padding-left: 0px;
}

.btn img {
    cursor: pointer;
    width: 150px;
}

.btn li {
    margin-left: -90px;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    list-style-type: none;
}

.btn li:hover {
    margin-left: 0px;
}

/**********************************************Menu*********************************************************************/
.navbar-toggle {
    border: solid 1px #fff;
    background-color: rgba(22, 94, 254, 0.5607843137254902);
}

.navbar-toggle .icon-bar {
    border: solid 1px #fff;
}

.nav > li > a {
    color: #fff;
    font-size: 16px;
    transition: all .5s;
}

.dropdown-menu {
    z-index: 99999 !important;
    background: rgb(2, 50, 146);
    text-align: left !important;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: rgba(2, 60, 177, 0.03);
    color: #ffc158;
}

.dropdown-menu > li > a {
    color: #fff;
    line-height: 25px;
    transition: all .5s;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.32941176470588235);
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
    border-color: #337ab7;
}

.navbar-collapse.in {
    overflow-y: inherit;
}

.read_more {
    padding: 10px 20px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #011c52;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 20px;
}

.read_more:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 20px;
    border: solid 2px #011c52;
}

.read_more:hover, .read_more:focus, .read_more:active {
    color: white;
}

.read_more:hover:before, .read_more:focus:before, .read_more:active:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.read_more:hover {
    border-radius: 20px;
}

.ani img {
    -webkit-animation: mymove 3s infinite;
    animation: mymove 3s infinite;
    transition-duration: 0.3s;
}

@-webkit-keyframes mymove {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(.9);
    }
}

@keyframes mymove {
    from {
        transform: scale(.9);
    }
    to {
        transform: scale(1);
    }
}

.logo_1 {
    width: 120px;
    border-radius: 100%;
    background: #fff;
    padding: 5px;
    margin: 0 auto
}

.father_logo {
    width: 120px;
    border-radius: 100%;
    background: #fff;
    padding: 5px;
    margin: 0 auto
}

.logo_2 {
    width: auto;
    margin: auto 0px;
    margin-top: 0px; /* background: rgba(255, 255, 255, 0.788235294117647); */
    height: 154px;
    width: 100%;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    overflow: hidden;
    transition: 0.5s;
    display: block;
    background: #000;
}

.overlay-content {
    display: block;
    width: 100%;
    text-align: center;
    position: fixed;
    background: #000;
    height: 100%;
}

.overlay a {
    padding: 0px 10px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #000000;
}

.overlay .closebtn {
    position: fixed;
    top: 20px;
    right: 45px;
    font-size: 35px;
    z-index: 99;
    display: block;
    background: rgba(255, 255, 255, 0.75);
}

.videobutton {
    cursor: pointer;
    position: absolute;
    top: 40%;
    display: block;
    z-index: 9;
    left: -90px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    display: none;
}

.videobutton:hover {
    left: 0px;
}

/**********************************************slider_sec*********************************************************************/
.top_sec {
    border-bottom: solid 1px rgba(255, 255, 255, 0.1803921568627451);
    padding-bottom: 0px;
}

.top_sec ul {
    margin: auto;
}

.top_sec ul li a {
    color: #fff;
}

.top_sec ul li a:hover {
    color: #ffca00;
}

.top_sec ul li {
    color: #fff;
    list-style-type: none;
    margin-right: 10px;
    line-height: 30px;
}

.menu_sec {
    background: #011c52;
    z-index: 99;
    position: relative;
}

.logo_sec {
    background: #fff;
    background: url(../images/floor-tile.jpg) repeat;
}

.menu_sec ul {
    text-align: center;
    float: none;
}

.menu_sec ul li {
    margin: 0px;
    float: none;
    display: inline-block;
}

.menu_sec ul li li {
    display: block;
}

.navbar-collapse {
    position: relative;
    z-index: 999;
}

.menu_sec.fix-header {
    background: #011c52;
    position: fixed;
    width: 100%;
    z-index: 99;
    -webkit-transition: width 1s;
    transition: width 1s;
    transition: background 0.5s;
    top: 0px;
    padding-bottom: 3px;
}

.menu_sec.fix-header img {
    width: 275px;
    margin-top: 1px;
}

header {
    background: #fff;
}

header img {
    width: 150px;
}

header ul li {
    list-style-type: none;
    display: inline-block;
}

header .top_links {
    margin: 0px;
}

header .details_link {
    float: right;
}

.slider {
    overflow: hidden !important;
    position: relative;
}

#jssor_1 {
    width: 1920px !important;
}

.jssorb051 .i {
    position: absolute;
    cursor: pointer;
    overflow: hidden !important;
}

.jssorb051 .i .b {
    fill: #fff;
    fill-opacity: 0.5;
    stroke: #000;
    stroke-width: 400;
    stroke-miterlimit: 10;
    stroke-opacity: 0.5;
    display: none;
}

.jssorb051 .i:hover .b {
    fill-opacity: .7;
}

.jssorb051 .iav .b {
    fill-opacity: 1;
}

.jssorb051 .i.idn {
    opacity: .3;
}

.jssora051 {
    display: block;
    position: absolute;
    cursor: pointer;
}

.jssora051 .a {
    fill: none;
    stroke: #fff;
    stroke-width: 360;
    stroke-miterlimit: 10;
}

.jssora051:hover {
    opacity: .8;
}

.jssora051.jssora051dn {
    opacity: .5;
}

.jssora051.jssora051ds {
    opacity: .3;
    pointer-events: none;
}

#jssor_1 img {
    object-fit: cover !important;
    width: 100% !important;
}

#jssor_1 {
    object-fit: cover !important;
    -webkit-width: 100% !important;
    -moz-width: 99% !important;
}

/**********************************************about_sec*********************************************************************/
.about_us_sec {
    margin: auto;
    margin-top: -75px;
}

.about_us_sec a {
    color: #fff;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.about_us_sec a:hover {
    padding-left: 15px;
    color: #000;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transform: translate3d(20px, 0px, 20px);
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.about_us_sec .one_clr {
    background: #e04800;
    border: dotted 1px #ffffff;
    border-radius: 10px;
}

.about_us_sec .two_clr {
    background: #011c52;
    border-top: dotted 1px #ffffff;
    border-bottom: dotted 1px #ffffff;
    border-radius: 10px;
}

.about_us_sec .two_clr a:hover {
    color: #f19c0a;
}

.about_us_sec .three_clr {
    background: #f19c0a;
    border: dotted 1px #ffffff;
    border-radius: 10px;
}

.about_us_sec .one_clr, .about_us_sec .two_clr, .about_us_sec .three_clr {
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.about_us_sec .three_clr:hover, .about_us_sec .one_clr:hover, .about_us_sec .two_clr:hover {
    box-shadow: 0 20px 60px rgba(4, 75, 194, 0.2);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transform: translate3d(0, -20px, 0);
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.about_us_sec article {
    margin: auto;
    padding-bottom: 20px;
}

.about_us_sec article p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 85px;
    color: #fff;
    font-size: 17px;
    line-height: 28px;
    text-align: center;
}

.about_us_sec article img {
    margin: auto;
    height: 110px;
    width: 110px;
    border-radius: 100%;
    margin-top: -60px;
    border: solid 5px rgba(255, 255, 255, 0.38823529411764707);
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.about_us_sec article img:hover {
    border: solid 5px #ffffff;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.about_us_sec article h3 {
    color: #ffffff;
    text-align: center;
}

/**********************************************highlights*********************************************************************/
.highlights {
    background: #fbb845;
    width: 100%;
    height: 29px;
}

.highlights marquee {
    margin: 0px;
}

.highlights marquee p {
    margin: 0px;
    line-height: 29px;
    color: #001f44;
    font-size: 14px;
    font-weight: bold;
}

.highlights marquee a {
    background: #cd3028;
    padding: 1px 5px;
    color: #fff;
}

.highlights marquee a:hover {
    color: #ffd200;
}

.highlights .online_reg {
    position: absolute;
    z-index: 9;
    margin-top: 5px;
    right: 0px;
}

.highlights .online_reg a {
    color: #fff;
    animation: blinker 2s linear infinite;
    background: #011c52 !important;
    padding: 3px;
    padding-right: 5px;
    line-height: 18px;
    font-size: 16px;
    padding-left: 10px;
}

@keyframes blinker {
    50% {
        background: #cb271f;
    }
}

.highlights .online_reg .fa {
    background: #fbb845;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 15px;
    padding-top: 2px;
    color: #000;
    border-radius: 100%;
}

/**********************************************about_sec_bottom*********************************************************************/
.about_sec_bottom {
    padding-top: 60px;
    padding-bottom: 30px;
    background: #ffffff;
}

.about_sec_bottom h2 {
    margin: auto;
    margin-bottom: 10px;
    line-height: 37px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 70px;
}

.about_sec_bottom img {
    margin: auto;
}

.about_sec_bottom img {
    background: #fff;
    padding: 15px;
    border: solid 1px #eaeaea;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.about_sec_bottom img:hover {
    box-shadow: 0 20px 60px rgba(4, 75, 194, 0.2);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transform: translate3d(0, -20px, 0);
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.about_sec_bottom p {
    line-height: 33px;
    margin-bottom: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    height: 200px;
}

.about_sec_bottom ul li {
    list-style-type: none;
    font-size: 17px;
    line-height: 40px;
}

.about_sec_bottom article {
    width: 80%;
    margin: auto;
}

.about_sec_bottom li {
    font-family: RobotoSlab-Light;
}

/**********************************************latest_news_sec*********************************************************************/
#mixedSlider {
    position: relative;
}

.MS-content {
    white-space: nowrap;
    overflow: hidden;
}

.MS-content .item {
    display: inline-block;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    min-height: 400px;
    height: 100%;
    white-space: normal;
    padding: 0 10px;
    float: none;
}

.MS-controls button {
    border: none;
    background-color: transparent;
    outline: 0;
    font-size: 50px;
    top: 0px;
    color: rgba(0, 0, 0, 0.4);
    transition: 0.15s linear;
}

.MS-controls {
    position: absolute;
    right: 10px;
    top: -80px;
}

.MS-controls .MS-left {
    left: 0px;
}

.MS-controls .MS-right {
    right: 0px;
}

.MS-controls .MS-left {
    top: 35px;
    left: 10px;
}

.MS-controls .MS-right {
    top: 35px;
    right: 10px;
}

/**********************************************Events_sec*********************************************************************/
.Events_sec {
    background: url(../img/building1.jpg) fixed;
}

.Events_sec .row {
    background: rgba(1, 26, 80, 0.78);
    height: 330px;
}

.Events_sec_new {
    margin-top: -240px;
}

.Events_sec_new h2 {
    color: #fff;
    margin-bottom: 20px;
}

.Events_sec_new h2 a {
    color: #fbb845;
}

.Events_sec_new h2 a:hover {
    color: #fff;
}

.Events_sec_new img {
    height: 170px;
    object-fit: fill;
    transform: scale(1, 1);
    width: 100%;
    transition: all .3s;
    object-position: top;
}

.Events_sec_new img:hover {
    transform: scale(1.2, 1.2);
}

.Events_sec_new article {
    overflow: hidden;
    background: #fff;
    padding: 11px;
    border: solid 1px #eaeaea;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.Events_sec_new article:hover {
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transform: translate3d(0, 20px, 0);
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.Events_sec_new h3 {
    text-align: center;
    color: #000000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 25px;
    font-size: 20px;
}

.Events_sec_new p {
    line-height: 29px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 57px;
}

.Events_sec_new .MS-controls .fa {
    border: solid 1px #ffffff;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 20px;
    padding-top: 4px;
}

.Events_sec_new .MS-controls .fa:hover {
    background: #ee2022;
}

.Events_sec_new article .fa-paperclip {
    background: #ee2022;
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 16px;
    padding-top: 5px;
    position: absolute;
    z-index: 9;
    text-align: center;
}

.Events_sec_new article .fa-paperclip:hover {
    background: #fbb845;
    color: #000;
}

.Events_sec_new article ul {
    margin: 0px;
    text-align: center;
}

.Events_sec_new article ul li {
    display: inline-block;
    margin: 0px 5px;
}

.Events_sec_new article ul li .fa {
    border: solid 1px #e2e2e2;
    font-size: 15px;
    color: #929292;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 6px;
}

/******************************************************latest_news_sec*************************************************************/
.latest_news_sec marquee {
    height: 340px;
}

.latest_news_sec {
    background: #ffffff;
}

.latest_news_sec h2 a {
    color: #fbb845;
}

.latest_news_sec h2 a:hover {
    color: #000;
}

.latest_news_sec .attach_link {
    float: right;
    width: 10%;
}

.latest_news_sec .attach_link .fa {
    background: #be2628;
    width: 20px;
    height: 20px; /* border-radius: 100%; */
    text-align: center;
    padding-top: 3px;
    margin-top: 5px;
    color: #fff;
}

.latest_news_sec .attach_link .fa:hover {
    color: #ffc100;
}

.latest_news_sec h1 {
    font-size: 23px;
    text-align: center;
    line-height: 42px;
    color: #000000;
    margin-top: 10px;
}

.latest_news_sec article {
    padding: 5px 10px;
    margin-bottom: 20px;
    background: rgb(255, 227, 149);
    border: solid 1px #ffeec5;
    width: 100%;
}

.latest_news_sec article h4 {
    float: left;
    width: 90%;
    color: #000000;
    font-weight: bold;
    font-size: 17px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 20px;
}

.latest_news_sec article p {
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 57px;
    line-height: 27px;
    margin-bottom: 3px;
    color: #000;
}

/**********************************************message_sec*********************************************************************/
.message_sec {
    background: url(../images/bubles.png) repeat;
    padding-top: 30px;
    padding-bottom: 30px;
}

.message_sec h2 {
    margin-bottom: 20px;
    margin-top: 25px;
}

.message_sec p {
    line-height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 165px;
}

.message_sec img {
    width: 330px;
    height: 330px; /* border-radius: 100%; */
    object-fit: cover;
    object-position: top;
    background: #fff;
    border: 5px solid rgba(255, 255, 255, 0.6901960784313725);
}

.message_sec article {
    width: 85%;
}

/**********************************************gallery*********************************************************************/
.gallery_sec {
    padding-top: 10px;
    padding-bottom: 40px;
    background: #fff;
    margin-top: 50px;
}

.gallery_sec h2 {
    margin: 0px;
    text-align: center;
    margin-bottom: 25px;
}

.gallery_sec h2 .read_more {
    margin: auto;
    text-align: center;
    display: block;
    width: 110px;
    padding: 7px 0px;
    margin-top: 10px;
    font-size: 16px;
    float: right;
}

.gallery_sec p {
    margin: 0px;
}

.gallery_sec article {
    background: #ffffff;
    margin-bottom: 15px;
    padding: 10px;
    border: dotted 1px #e4e4e4;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.gallery_sec article:hover {
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transform: translate3d(0, 20px, 0);
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.gallery_sec article h3 {
    background: #011c52;
    text-align: center;
    font-size: 18px;
    line-height: 35px;
    color: #fff;
    margin: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 35px;
}

.gallery_sec article img {
    width: 100%;
    height: 150px !important;
    object-fit: cover;
    margin-bottom: 10px;
}

.gallery_sec article p {
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 95px;
}

.gallery_sec .news_attachment {
    margin-top: 15px;
    text-align: center;
    border-top: solid 1px #eee;
    padding-top: 10px;
}

.gallery_sec .news_attachment .fa {
    padding-left: 0px;
}

.gallery_sec .read_more {
    padding: 5px 10px;
}

.gallery_sec .read_more {
    background: none;
}

.gallery_sec .read_more:before {
    background: none;
    border: solid 0px #1865a7;
}

.gallery_sec .read_more:hover {
    background: #011c52;
}

.inner_gal_sec {
    margin-top: 0px;
}

.inner_gal_data_sec img {
    height: 40px;
    margin: auto;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    float: left;
    margin-bottom: 20px;
    margin-right: 61px;
}

.inner_gal_data_sec img:hover {
    transform: translate3d(0, -20px, 0);
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.inner_gal_data_sec p {
    margin: auto;
    text-align: left;
}

/**********************************************circle_sec*********************************************************************/
.circle_sec { /* background:url(../images/bubles.png) repeat; */
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 50px;
}

.circle_sec h2 {
    margin-bottom: 20px;
    margin-top: 25px;
}

.circle_sec img {
    margin: auto;
    width: 150px;
    height: 150px;
    text-align: center;
    border-radius: 100%;
    border: solid 1px #e2e2e2;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    box-shadow: 0 20px 60px rgba(4, 75, 194, 0.2);
    margin-bottom: 20px;
    object-fit: cover;
}

.circle_sec img:hover {
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transform: translate3d(0, 20px, 0);
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

/**********************************************footer*********************************************************************/
.footer_sec {
    background: url(../images/pencil.jpg) repeat;
}

.footer_sec .bg_clr {
    background: #011c52;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer_sec .email_sec {
    border: solid 1px rgba(255, 255, 255, 0.0784313725490196);
    margin: auto;
    margin-top: 15px;
    width: 350px;
    height: 42px;
}

.footer_sec .email_sec p {
    float: left;
    line-height: 20px;
    padding-left: 15px;
    margin-bottom: 0px;
    padding-top: 8px;
    color: #ffffff;
    font-size: 16px;
    margin-top: 0px;
}

.footer_sec .email_sec .one_p {
    float: right;
    padding-top: 0px;
}

.footer_sec .email_sec p a {
    background: #fbb845;
    padding: 10px;
    float: right;
    color: #000;
}

.footer_sec p {
    color: #fff;
    font-size: 15px;
    text-align: center;
    margin: 3px auto;
}

.footer_sec h3 {
    color: #fbb845;
    text-align: center;
    font-size: 22px;
}

.footer_sec ul {
    margin: auto;
}

.footer_sec ul li {
    list-style-type: none;
    text-align: center;
    line-height: 25px;
}

.footer_sec ul li a {
    color: #fff;
    transition: all 3s;
}

.footer_sec ul li a:hover {
    color: #fbb845;
}

/*********************************************mobileapp*******************************************************/
.mob_app {
    text-align: center;
    background: url(../images/bgpat.html);
}

.mob_app h2 {
    font-size: 22px;
    text-align: left;
    color: #fcc973;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mob_app .mob_sec img {
    width: 113px;
    float: right;
}

.mob_app .icon_sec img {
    width: 160px;
    margin: 10px 5px;
    float: left;
    margin-left: 0px; /* border: solid 1px #fff; */
}

.mob_app .icon_sec p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 63px;
    line-height: 35px;
}

.mob_app .icon_sec h4 {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #ffffff;
    line-height: 25px;
    font-size: 15px;
    background: no-repeat;
    width: auto;
    border: none;
    padding: 0px;
}

.mob_app h5 {
    color: #ffffff;
    font-size: 15px;
    text-align: left;
}

/*********************************************mobileapp*******************************************************/
.footer_sec_bottom {
    background: #fff;
}

.footer_sec_bottom p {
    text-align: center;
    line-height: 30px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: bold;
}

.footer_sec_bottom a {
    color: #da251d;
}

.footer_sec_bottom a:hover {
    color: #000;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px;
}

/*********************************************innerpage*******************************************************/
.innerpage {
    background: url(../img/inner_img.jpg) repeat;
}

.innerpage .row {
    background: rgba(0, 0, 0, 0.6196078431372549);
    height: 185px;
    padding-top: 50px;
}

.innerpage h2 {
    font-size: 25px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}

.innerpage h5 {
    font-size: 16px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.innerpage h5 a {
    color: #fcc973;
}

.innner_content {
    padding-top: 50px;
    padding-bottom: 50px;
    background: url(../images/inner_design_bg.png) repeat;
    min-height: 550px;
}

.innner_content .container {
    background: rgba(255, 255, 255, 0.28);
}

.innner_content h3 {
    color: #0033a5;
    margin-bottom: 20px;
    line-height: 40px;
}

.innner_content .inner_img {
    float: left;
    margin-bottom: 20px;
    width: 400px;
    margin-right: 30px;
}

.innertable {
    overflow: auto;
    color: #753400;
}

.innertable td {
    border: solid 1px #d9d9d9;
    padding: 5px;
    font-size: 16px;
    color: #333;
}

.innertable th {
    background: #fcc973;
    border: solid 1px #fcf4ff;
    padding: 5px;
    color: #000;
    font-size: 16px;
    font-weight: normal;
}

.innertable tr:nth-child(odd) {
    background-color: #fffaf2;
}

.innner_content ul {
    margin-left: 15px;
}

.innner_content ul li {
    text-align: justify;
    font-size: 17px;
    line-height: 35px;
    color: #333;
    list-style-type: circle;
    font-family: RobotoSlab-Light;
}

.innner_content ol {
    margin-left: 15px;
}

.innner_content ol li {
    text-align: justify;
    font-size: 17px;
    line-height: 35px;
    color: #333;
    list-style-type: decimal;
    font-family: RobotoSlab-Light;
}

.st_vincent article {
    background: #fffcf2;
    padding: 20px;
    margin-bottom: 15px;
    border: solid 1px #ffe9a8;
    min-height: 302px;
}

.st_vincent article h3 {
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
}

.st_vincent article h4 {
    text-align: center;
}

.st_vincent article p {
    text-align: center;
}

.st_vincent article .nmbrs {
    font-size: 25px;
    text-align: center;
    display: block;
    background: #ffcd78;
    width: 50px;
    height: 50px !important;
    margin: 10px auto;
    padding-top: 10px;
    color: #000;
    border-radius: 100%;
}

.st_vincent article h3 .fa {
    font-size: 25px;
    display: inline-block;
    background: none;
    height: auto !important;
    color: #1833a5;
}

.panel-heading {
    background: #fff2ec;
}

.news_title {
    font-size: 18px;
    font-family: calibri;
    font-weight: 600;
    color: #0d2d71;
}

.news_details {
    float: right;
    margin-top: -17px;
    color: #0d2d71;
}

.latest_news_class img {
    float: left;
    margin-right: 25px;
    width: 270px;
    height: 180px;
    border: solid 5px #fff2ec;
    object-fit: fill;
}

.latest_news_class a {
    font-size: 15px;
}

.latest_news_class span {
    font-size: 15px;
    font-weight: bold;
    color: #0d2d71;
}

.latest_news_class span .fa {
    background: #ffc000;
    padding: 6px 6px;
    font-size: 17px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    color: #fff;
    text-align: center;
}

.latest_news_class span .fa:hover {
    background: #444;
}

.latest_news_class p {
    font-size: 17px;
}

.video_sec article {
    background: #fff0cf;
    padding: 10px 10px 10px 10px;
    margin-bottom: 25px;
    border: dashed 1px #e4a20f;
}

.video_sec article h3 {
    font-size: 17px;
    text-align: center;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 20px;
    line-height: 20px;
}

.tcsec input {
    width: 100%;
    border: solid 1px #ececec;
    padding: 10px;
    background: #f9f9f9;
    margin: auto;
}

.tcsec input[type="submit"] {
    width: 108px;
    background: #fcc973;
    font-weight: bold;
    color: #000000;
}

.tcsec input[type="submit"]:hover {
    background: #052e5c;
    color: #fff;
}

.tcsec article img {
    width: 100%;
    height: 270px;
    margin-bottom: 0px;
}

.school_timing article {
    background: #fff0cf;
    padding: 10px 10px 10px 10px;
    margin-bottom: 25px;
    border: dashed 1px #e4a20f;
    min-height: 270px;
}

.school_timing article h3 {
    font-size: 24px;
    text-align: center;
    color: #000;
}

.school_timing article p {
    text-align: center;
}

.facilities img {
    border: solid 5px #fff;
    box-shadow: 3px 5px 10px #ddd;
    margin-bottom: 30px;
    width: 100%;
}

.contact_page .fa {
    float: right;
    background: #ffa000;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    padding-top: 15px;
    font-size: 20px;
}

.contact_page h3 {
    color: #000;
    font-size: 22px;
}

#myImg, #myImg1, #myImg2 {
    width: 100%;
    border: 5px solid rgba(158, 158, 158, 0.1);
    background: #eaeaea;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {
    opacity: 0.7;
}

.animodal {
    display: none;
    position: fixed;
    z-index: 99999999999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.animodal-content {
    margin: auto;
    display: block;
}

#anicaption, #anicaption2, #anicaption3 {
    margin: auto;
    display: block;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    height: 150px;
    font-size: 24px;
    text-transform: capitalize;
}

.animodal-content, #anicaption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    opacity: 0.5;
}

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
        height: auto;
    }

    .animodal-content, #anicaption {
        width: 100%;
    }
}

.myDiv {
    display: none;
}

.selected_year {
    display: block;
}

#ddlYear {
    border: solid 1px #d2d2d2;
    color: #001a52;
    width: 200px;
    height: 31px;
    padding: 5px;
    margin-top: 0px;
    background: #ffcc0a;
    margin-bottom: 15px;
}

.year_selction_sec {
    float: right;
    padding: 0px 15px;
}

.year_selction_sec select {
    margin: 0px;
}

.year_selction_sec select {
    width: 100%;
    background: #ffe1c9;
    border: solid 1px #ffc291;
    height: 28px;
    color: #9e0405;
    margin-top: 15px;
}

#top_go_link {
    position: fixed;
    z-index: 9;
    bottom: 20px;
    left: 20px;
    -webkit-transition: width 1s;
    transition: width 1s;
    transition: background 0.5s;
}

#top_go_link img {
    width: 40px;
    border: solid 2px #fff;
    height: 40px;
    border-radius: 100%;
    -webkit-transition: width 1s;
    transition: width 1s;
    transition: background 0.5s;
    cursor: pointer;
    transition: all 3s;
}

#top_go_link img:hover {
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transform: translate3d(0, -20px, 0);
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.top_go {
    display: none;
}

.top_go_1 {
    display: block;
}

.toppers_sec_new article {
    background: #ffeee6;
    border: solid 1px #ffdac7;
    padding: 10px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.toppers_sec_new article h3 {
    color: #000;
    font-size: 18px;
    line-height: 20px;
    overflow: hidden;
    display: block;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 23px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}

.toppers_sec_new article h4 {
    margin: 0px;
    line-height: 28px;
    font-size: 14px;
    background: #fff8ef;
    overflow: hidden;
    display: block;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 30px;
    text-align: center;
}

.toppers_sec_new article .percentage {
    background: url(../images/ribbon_new1.png) center no-repeat;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    padding-top: 3px;
    text-align: center;
    margin: auto;
    height: 30px;
}

.toppers_sec_new article img {
    height: 120px;
    width: 120px;
    object-fit: fill;
    border-radius: 100%;
    border: 5px #fff solid;
}

.toppers_sec_new article .birthday_flo {
    background: url(../images/flower.html);
    width: 100px;
    height: 130px;
    position: absolute;
    right: 10px;
    bottom: 22px;
}

.toppers_sec_new .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    border-radius: 0px;
    color: #fff;
    background-color: #c91318;
}

.toppers_sec_new .nav-pills > li.active > a {
    color: #fff;
    border-radius: 0px;
    border: 1px solid rgb(255, 225, 188);
    background: #ed1c23;
}

.toppers_sec_new .nav > li > a {
    color: #444;
    border: 1px solid rgb(255, 225, 188);
    background: #ffffff;
    padding: 5px 10px;
    font-size: 15px;
}

.Ee_Magazine article h4 {
    text-align: center;
    padding-top: 15px;
    font-size: 15px;
}

.Ee_Magazine img {
    width: 55px;
    height: 55px;
    margin: auto;
}

.Ee_Magazine article {
    margin: auto;
    margin-bottom: 20px;
    border-radius: 100%;
    border: solid 1px #ece2ff;
    width: 150px;
    height: 150px;
    padding-top: 30px;
    background: #ffffff;
}

.Ee_Magazine article a {
    color: #000;
}

.Ee_Magazine article h4:hover {
    color: #a93a00;
}

/*********************************************resposive*******************************************************/
.res_logo {
    display: none;
}

@media (max-width: 1400px) {
    .logo_2 {
        margin-top: 0px;
    }
}

@media (max-width: 1199px) {
    .school_timing article {
        min-height: inherit;
    }

    .st_vincent article {
        min-height: 271px;
    }

    .footer_sec .container {
        width: 100%;
    }

    .footer_logo img {
        width: 300px;
    }

    .mob_app {
        margin-top: 50px;
    }

    .gallery_sec p {
        margin-top: 20px;
    }

    .about_sec_bottom .timing_sec {
        margin-top: 50px;
    }

    .about_sec_bottom .timing_sec h2, .about_sec_bottom h2 {
        text-align: center;
        line-height: 50px;
        height: auto;
    }

    .about_sec_bottom article {
        width: auto;
        padding-left: 25px;
    }

    .menu_sec .container, .top_sec .container {
        width: 100%;
    }

    .nav > li > a {
        padding: 10px 5px
    }
}

@media (max-width: 991px) {
    .btn {
        top: 190px;
    }

    .menu_sec ul li {
        display: block;
        float: none;
        text-align: left;
    }

    #new, .overlay {
        display: none !important;
    }

    .logo_2 {
        margin-top: 5px;
    }

    .latest_news_class img {
        float: none;
        margin: auto;
        margin-bottom: 25px;
    }

    .latest_news_class p {
        text-align: center;
    }

    .news_title, .news_details {
        float: none;
        text-align: center;
        margin: 10px auto;
    }

    .st_vincent article {
        min-height: inherit;
    }

    .menu_sec.fix-header {
        display: none;
    }

    .about_sec_bottom ul li {
        text-align: center;
    }

    .carousel-inner.vertical > .item {
        margin-top: 40px;
    }

    .message_sec article {
        width: auto;
    }

    .message_sec h2 {
        text-align: center;
        margin-top: 20px;
    }

    .about_us_sec {
        margin-top: 0px;
    }

    .menu_sec ul {
        float: none;
        padding-left: 10px;
    }

    .logo_1 {
        width: 124px;
    }
}

@media (max-width: 767px) {
    .logo_1, .father_logo {
        display: none;
        margin: 0 auto
    }

    .highlights {
        height: auto;
    }

    .highlights .online_reg {
        position: inherit;
        text-align: center;
        padding-bottom: 4px;
    }

    .menu_sec {
        position: relative;
        z-index: 9;
    }

    .year_selction_sec {
        width: 200px;
        margin-top: 20px;
        float: none;
        margin: auto;
    }

    .innerpage .row {
        height: 180px;
        padding-top: 60px;
    }

    .innner_content .inner_img {
        float: none;
        margin: auto;
        margin-bottom: 25px;
    }

    .gallery_sec .img_one_big {
        height: 200px !important;
    }

    .about_us_sec .one_clr, .about_us_sec .two_clr {
        margin-bottom: 50px;
    }

    .about_us_sec {
        margin-top: 64px;
    }

    .about_us_sec article {
        margin: 0px;
    }

    .modal-dialog {
        width: auto;
    }

    header {
        position: relative;
        background: #003194;
    }

    .footer_sec .bg_clr {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .event_sec .bg_clr {
        padding-bottom: 50px;
        padding-top: 40px;
    }

    .message_sec {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width: 660px) {
    .fullwidth660 {
        width: 100%;
    }

    .top_sec ul li {
        display: inline-block;
        line-height: 30px;
    }

    header .top_links, header .details_link {
        text-align: center;
        float: none;
    }

    .footer_sec_bottom p {
        line-height: 26px;
    }
}

@media (max-width: 650px) {
    .mob_app .icon_sec img {
        width: 135px;
    }

    .fullwidth650 {
        width: 100%;
    }

    .gallery_sec h2 {
        text-align: center;
    }
}

@media (max-width: 550px) {
    .fullwidth550 {
        width: 100%;
    }

    .mob_app h2 {
        text-align: center;
    }

    .mob_app .mob_sec img {
        float: none;
    }

    .mob_app .icon_sec h4, .mob_app h5 {
        text-align: center;
    }

    .mob_app .icon_sec img {
        float: none;
        margin: auto;
        margin-bottom: 10px;
    }
}

@media (max-width: 450px) {
    .event_thumb_sec article {
        padding-bottom: 0px;
        padding-top: 15px;
    }

    .event_thumb_sec h3 {
        text-align: center;
    }

    .event_thumb_sec img {
        float: none;
        margin: auto;
    }

    .event_thumb_sec p {
        height: 30px;
        -webkit-line-clamp: 1;
    }

    .event_sec .cntrls {
        top: -20px;
        right: 20px;
    }

    .fullwidth {
        width: 100%;
    }

    .footer_sec .email_sec p a {
        float: none;
    }

    .footer_sec .email_sec {
        width: auto;
        border: none;
    }

    .footer_sec .email_sec p {
        float: none !Important;
    }

    .footer_sec .email_sec .one_p {
        margin-top: 22px;
    }
}

#slideshow {
    top: 0px;
    z-index: 9;
    text-align: center;
    margin: 0 auto;
}

#slideshow1 {
    top: 0px;
    z-index: 9;
    text-align: center;
    margin: 0 auto;
}

#slideshow > div {
    margin: 0 auto;
    position: absolute;
    right: 0
}

#slideshow img {
    width: 105px;
}

#slideshow1 > div {
    margin: 0 auto;
    position: absolute;
    left: 0
}

#slideshow1 img {
    width: 105px;
}

.achieve_sec img {
    width: 100%;
    height: 350px !important;
    margin-bottom: 20px;
    object-fit: cover;
}

.media_sec article {
    background: #fff2ec;
    padding: 10px;
    margin-bottom: 25px;
}

.media_sec h3 {
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    margin-bottom: 5px;
    margin-top: 5px;
    color: #000;
}

.media_sec img {
    box-shadow: inherit;
    height: 250px !important;
    width: 100% !important;
    float: none;
    margin: auto;
    margin-bottom: 0px !important;
}

.media_sec h3 i {
    font-size: 23px;
    margin: 0px 5px;
    color: red;
}

@media (min-width: 991px) and (max-width: 1600px) {
    .media_sec h3 {
        height: 78px;
    }
}