body{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}
a{
    color: #003271;
}
a:hover {
    color: #003271;
    text-decoration: none;
}
.headerleft img {
    max-width: 60%;
    width: 60%;
}
.dflex {
    display: flex;
    align-items: center;
}
.dflex ul {
    display: flex;
    align-items: center;
    padding: 0px;
    margin: 0px;
}
.headerright p {
    margin-left: 10px;
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
}
.headerright img {
    width: 20px;
}
.headerright span {
    color: rgba(255, 255, 255, 0.502);
    font-size: 15px;
    margin-left: 10px;
}
.greyline
{
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.502);
}
.greyline a:hover {
    color: #fc9717 !important;
    transition: all linear .3s;
}
.headerright li:first-child {
    margin-right: 110px;
}
/* carousel */
.carousel-indicators {
    bottom: 40px;
}
.banner .carousel-control-prev-icon {
    background-image: url(../images/banleftarrow.png) !important;
    width: 30px;
    height: 30px;
}
.banner .carousel-control-next-icon {
    background-image: url(../images/banrightarrow.png) !important;
    width: 30px;
    height: 30px;
}
.banner .carousel-control-prev, .banner .carousel-control-next
{
    opacity: 1;
}
.carousel-indicators .active {
    background-color: #003271;
}
.banner .carousel-indicators li
{
    width: 20px;
}
.carousel-indicators li
{
    height: 4px;
}

/* end */

/* marquee */
.yellowbg span {
    background: #fff;
    color: #fc9717;
    border-radius: 0px;
    margin-right: 10px;
    height: 25px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    }
.yellowbg {
    background: #fc9717;
    display: flex;
    align-items: center;
    height: 39px;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    }
.fs-14 li {
    list-style-type: none;
    font-size: 12px;
    color: #fff;
    padding: 0px 10px;
}
.fs-14 li:nth-child(1) {
    border-right: 1px solid;
}
.fs-14 li:nth-child(2) {
    border-right: 1px solid;
}
.bg1 {
    height: 35px;
    margin-top: -37px;
} 
.bgblack
{
    height: 39px;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.33);
        padding: 0;
}

.bgblue
{
    background: #003271;
    color: #fff;
    padding-left: 5%;
}
.white { color: #fff !important;}
.bgline
{
    background: url(../images/line.png) no-repeat;
    background-position: left bottom;
    padding-bottom: 15px;
    font-size: 23px;
    margin-bottom: 20px;
    color: #003271;
}
.singleline {
    display: flex;
    align-items: start;
    background: #fff;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 15px;
}
.calendar span {
    color: #003271;
    font-size: 23px;
}
.calendar {
    border: 1px solid #003271;
    width: 70px;
    min-width: 70px;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
}
.calendar p {
    border-top: 1px solid #003271;
    margin: 0px;
    background: #003271;
    font-size: 11px;
    padding: 10px;
}
.grey
{
    font-size: 11px;
    color: #777777;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.calendar-text {
    margin-left: 10px;
}
.calendar-text p {
    margin-bottom: 5px;
}
.calendar-text a {
    color: #003271;
    margin: 0px;
    font-size: 12px;
    margin-bottom: 0px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    transition: all linear .3s;
}
.bgblue .btn:hover {
    color: #fff;
}
.calendar-text a:hover {
    color: #00327194;
}
.bgblue .btn {
    color: #fc9717;
    background: transparent;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
}
.bgblue .btn:focus {
    box-shadow: none;
}
.bgblue .btn img {
    margin-left: 20px;
}
/* .calendar-text p:nth-child(2) {
    margin-top: 10px;
} */
.para
 { 
    font-size: 13px;
    color: #222222;
    margin-top: 15px;
    line-height: 22px;
    text-align: left;

}

.lightblue {
    background: #F7F8FF;
    border-radius: 3px;
    padding: 15px;
}
.text1 {
    border-bottom: 1px solid #E2E2E2;
}
.text1 p {
    color: #003271;
    margin: 0px;
    font-size: 12px;
    margin-bottom: 8px;
    margin-top: 10px;
    font-weight: 500;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text1 a:hover {
    color: #00327194;
}
.text1 p:nth-child(2) {
    font-size: 11px;
    color: #777777;
    font-weight: 400;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0px;
}
.bluebtn:hover {
    background: #fff;
}
.text1:last-child {
    border: 0px;
}
.bluebtn
{
    font-size: 16px;
    color: #FC9717;
    text-transform: capitalize;
    background: #003271;
    transition: all linear .3s;
    height: 50px;
    font-weight: 500;
    border-radius: 0.30rem;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.bluebtn:focus {
    box-shadow: none;
}

.bluebtn img {
    margin-left: 20px;
}

/*message from principal*/
.eventtext {
    color: #222222;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0px;
}
.lightblue
{
    background: #F7F8FF;
}
.eventpara
 { 
    font-size: 12px;
    color: #222222;
    line-height: 22px;
    text-align: left;

}
.btnstyle
{
    font-size: 15px;
    box-shadow: 5.657px 5.657px 23px 0px rgba(1, 57, 128, 0.33);
    border-radius: 10px;
    width: 150px;
    height: 40px;
}
.whitebg
{
    background: #fff;
    padding: 20px;
}
.whitebg img {
    width: 70px;
    height: 70px;
}
.paratext {
    font-size: 12px;
    color: #222222;
    font-weight: 600;
    margin: 0px;
    margin-left: 20px;
}

/*  quick links */
.caption p {
    font-size: 12px;
    font-weight: 600;
    margin: 0px;
}
.caption a {
    color: #fff;
}
.caption a:hover {
    color: #fc9717 !important;
    transition: all linear .3s;
}
.imgsec {
    text-align: center;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.imgsec img {
    border-radius: 10px;
    overflow: hidden;
}
.caption {
    position: absolute;
    bottom: 7px;
    color: #fff;
}
.spacedel
{
    background: #003271;
    position: relative;
}
.spacedel ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: flex;
}
.whiteclr
{
    color: #fff;
}
.greybg {
    background: url(../images/bgg.png) no-repeat;
    height: 400px;
    background-position: center center;
    background-size: cover;
    width: 370px;
    position: absolute;
    top: 2725px;
    right: 80px;
}

.spacedel ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.greybg img.d-block {
    margin: 0 auto;
}
.slideimg
{
    padding-top: 100px;
    height: 400px;
}
.greybg .carousel-control-prev-icon {
    background-image: url(../images/leftarrow.png) !important;
    border-radius: 50%;
    background-color: rgb(0, 50, 113);
    box-shadow: 5.657px 5.657px 23px 0px rgba(1, 57, 128, 0.33);
}
.greybg .carousel-control-next-icon {
    background-image: url(../images/rightarrow.png) !important;
    border-radius: 50%;
    background-color: rgb(0, 50, 113);
    box-shadow: 5.657px 5.657px 23px 0px rgba(1, 57, 128, 0.33);
}
.greybg .carousel-control-prev, .greybg .carousel-control-next
{
    opacity: 1;
    bottom: -170px;
}
.carousel-control-prev, .carousel-control-next
{
    transition: all linear .3s;
}
.carousel-control-next:hover, .carousel-control-prev:hover
{
    opacity: .6;
}
.greybg .carousel-control-prev {
    left: 105px;
}

.greybg .carousel-control-next {
    right: 100px;
}

.greybg .carousel-inner {
    height: 294px;
}
.greybg .carousel-item {
    height: 240px;
}
.greybg .carousel-indicators {
    bottom: 70px;
}
.greybg .carousel-caption h5 {
    color: rgb(34, 34, 34);
    font-size: 20px;
    font-weight: 600;
}
.greybg .carousel-caption p {
    color: rgb(119, 119, 119);
    font-size: 15px;
}
.greybg .carousel-indicators .active
{
    background-color: rgba(0, 50, 113);
}
.greybg .carousel-indicators li {
    background-color: rgba(0, 50, 113, 0.271);
    width: 10px;
}
/* end */


/* cluny */
.newcarousel {
    width: 100%;
  }
  
  .slide-box {
    display: flex;
    justify-content: space-between;
  }

.clunygroup .carousel-control-prev-icon {
    background-image: url(../images/leftarrow.png) !important;
    border-radius: 50%;
    background-color: rgb(0, 50, 113);
    box-shadow: 5.657px 5.657px 23px 0px rgba(1, 57, 128, 0.33);
}

.clunygroup .carousel-control-next-icon {
    background-image: url(../images/rightarrow.png) !important;
    border-radius: 50%;
    background-color: rgb(0, 50, 113);
    box-shadow: 5.657px 5.657px 23px 0px rgba(1, 57, 128, 0.33);
}
  
  @media (min-width: 576px) and (max-width: 767.98px) {
    .slide-box img {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
  }
  
  @media (min-width: 768px) and (max-width: 991.98px) {
    .slide-box img {
      -ms-flex: 0 0 33.3333%;
      flex: 0 0 33.3333%;
      max-width: 25.3333%;
    }
  }
  
  @media (min-width: 992px)
  {
    .slide-box img {
      -ms-flex: 0 0 25%;
      flex: 0 0 20%;
      max-width: 20%;
    }
  }
  
  .clounygroup .carousel-caption {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: .5rem;
  }

  .clunygroup .carousel-control-prev {
    left: auto;
    right: 50px;
    top: -50px;
    bottom: auto;
    opacity: 1;
}
.clunygroup .carousel-control-next {
    right: 10px;
    top: -50px;
    bottom: auto;
    opacity: 1;
}
.clunygroup .carousel-control-prev:hover{
    opacity: 0.6;
}
.clunygroup .carousel-control-next:hover {
    opacity: 0.6;
}
.clunygroup .bgline {
    margin-left: 110px;
}
.carousel-control-prev-icon
{
    width: 25px;
    height: 25px;
}
.carousel-control-next-icon
{
    width: 25px;
    height: 25px;
}
/* end */

/* footer */
.footer
{
    background: #001734;
    color: #fff;
}
.footer ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.footlogo { max-width: 70%;}
.footer li {
    margin-bottom: 10px;
}
.footer li a{
    color: #fff;
    text-decoration: none;
}
.firstul li {
    display: flex;
    align-items: center;
}
.footer li {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 300;
    transition: all linear .3s;
}
.firstul img {
    width: 20px;
}
.footer .active {
    color: #fc9717;
}
.footer a:hover {
    color: #fc9717;
}

.footbtm { background: #022147; }
.footbtm p {
    color: #375c8b;
    margin: 0px;
    padding: 10px;
    text-align: center;
    font-size: 14px;
}
/* end */


/* nav */
.bg-light {
    background-color: transparent !important;
    width: 100%;
}
.nav-item a {
    color: #003271 !important;
    font-size: 15px;
    font-weight: 500;
    transition: all linear .3s;
}
.navbar-light .navbar-nav .active > .nav-link {
    background: #fc9717;
    color: #fff !important;
}
.navbar-nav .nav-item a { transition: all linear .3s; }
.navbar-nav .nav-item a:hover {
    background: #fc9717;
    color: #fff !important;
}
.firstnav {
    width: 100%;
}
.firstnav li {
    margin: 0px 8px;
    position: relative;
}
.socialicons .nav-item a:hover {
    background: transparent;
}
.firstnav .dropdown-menu {
    left: 0;
    /*top: 47px;*/
}
.dropdown-menu {
    border-radius: 0px;
    box-shadow: 2px 4px 5px #00000040;
    border: 0px;
}
.dropdown-item {
    padding: 0.25rem 0.5rem;
}
.greyline a {
    color: #fff;
    text-decoration: none;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  pointer-events: none;
}
/* end */

/* about us */
.aboutbg
{
    background: url(../images/banner.png) no-repeat;
    background-position: center center;
    background-size: cover;
}
.abouttitle
{
    font-size: 50px;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 300px;
    align-items: center;
    margin: 0px;
    color: #fff;
}
.firstpara {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px;
    margin-bottom: 10px;
}
.aboutslider h3 {
    font-size: 20px;
    color: #003271;
    margin-bottom: 20px;
}
.aboutslider {
    text-align: center;
}
.img-caption {
    background: #001734;
    color: #fff;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.aboutslider .carousel-control-prev, .aboutslider .carousel-control-next {
    top: -50px;
    bottom: inherit;
    opacity: 1;
}
.aboutslider .carousel-indicators {
    display: none;
}
.aboutslider .carousel-control-prev-icon {
    background-image: url(../images/banleftarrow.png) !important;
}
.aboutslider .carousel-control-next-icon {
    background-image: url(../images/banrightarrow.png) !important;
}
.aboutbtn {
    background: #001734;
    border: 1px solid #FC9717;
}
.img-caption:hover .aboutbtn {
    background: #244977;
}
.aboutslider .img-caption:hover {
    background-color: #244977;
}
/* end */

.btmspace-mobile {
    padding-bottom: 0px !important;
    padding-top: 90px !important;
}


@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
 .navbar-light .navbar-toggler-icon
{
    background-image: url(../images/threeline.png);
        height: 23px;
}
ul.dropdown-menu.show li {
    border-bottom: 0px !important;
}
.firstnav li {
    margin: 0px 0px;
    border-bottom: 1px solid rgba(2, 0, 0, 0.11);
    padding: 5px 10px;
}
    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
    padding: 0.5rem 1rem;
}
.navbar-light .navbar-nav .active > .nav-link {
    background: #fff;
    color: #fc9717 !important;
}
ul.dropdown-menu.show {
    border: 0px;
}
.socialicons a {
    padding: 10px !important;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem !important;
}
.socialicons {
    margin-left: 15px !important;
}
.navbar-nav .nav-item a:hover {
    background: #fff;
    color: #fc9717 !important;
}
.lightblue {
    text-align: center;
}
  .clunygroup .carousel-inner img {
    max-width: 100%;
    width: 90%;
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
}
.bgline {
    background-position: bottom center;
}
    .menustyle
{
    position: absolute;
    z-index: 999;
    background: #fff;
    width: 100%;
}
    ul.lastul {
    border: 0px !important;
}
    .footer ul {
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }
    .dflex ul {
        display: block;
    }
    .bgline {
        font-size: 20px;
        text-align: center;
    }
    .para {
        text-align: justify;
    }
    .eventpara {
        padding-left: 15px !important;
        text-align: justify;
    }
    .whitebg .dflex {
        display: block;
    }
    .footspace
    {
        margin-top: 20px;
    }
    .mspace {
        padding-bottom: 0px !important;
        margin: 0px !important;
    }
    .mediatext
    {
        padding-bottom: 10px !important;
    }
    .headerright {
        display: none;
    }
    .bg-light .navbar-toggler {
        position: absolute;
        top: -57px;
        right: 10px;
        background: transparent;
    }
    .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
        padding: 0.5rem 1rem;
    }
    .clunygroup .bgline {
        margin: 0px 0px 60px 20px;
    }

    #first {
        order: 1;
    }
    #second {
        order: 2;
    }
    #third {
        order: 2;
    }
    .greybg .carousel-control-prev, .greybg .carousel-control-next {
        opacity: 1;
        bottom: -170px;
    }
    .greybg .carousel-control-prev {
        left: 103px;
    }
    .greybg .carousel-control-next {
        right: 88px;
    }
    .spacedel ul {
        display: block;
        width: 100%;
    }
    .imgsec {
        margin-right: 0px;
        display: block;
        margin-bottom: 50px;
    }
    .caption {
        position: unset;
        margin-top: -40px;
    }
    .greybg {
        position: unset; 
        width: 100%;
    }
    .caption p {
        font-size: 15px;
    }
    .bg1 {
        top: 174px;
    }
    .w40 { width: 40%; }
    .w60 { width: 60%; }
    .yellowbg {
        font-size: 14px;
    }
    .dflex ul {
        display: inline-flex;
        align-items: center;
    }
    .btnstyle {
        width: 100%;
        display: block;
    }
    .footer li
    {
        font-size: 15px;
    }
    .spacedel {
        margin-top: 0px !important;
    }
    nav.navbar.navbar-expand-md.navbar-light.bg-light {
        padding: 0px;
        box-shadow: 5.657px 5.657px 23px 0px rgba(53, 55, 58, 0.77);
    border-radius: 3px;
    }
    .collapse.show {
        padding: 0px;
    }
    .paratext {
        margin: 20px 0px;
    }
    .bg-light .navbar-toggler:focus {
        outline: 0px;
    }

    .aboutslider {
        margin-bottom: 40px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) and (orientation:portrait) 
{
    .whitebg .dflex {
        display: block;
    }

    .mspace {
        padding-bottom: 0px !important;
        margin: 0px !important;
    }
    .mediatext
    {
        padding-bottom: 10px !important;
    }
    .bg-light .navbar-toggler {
        position: absolute;
        top: -57px;
        right: 10px;
        background: transparent;
        border: 0px;
    }
    .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
        padding: 0.5rem 1rem;
    }
    .aboutbtn {
        width: 110px;
    }
    

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) 
{
    #first {
        order: 1;
    }
    #second {
        order: 2;
    }
    #third {
        order: 2;
    }
    .greybg .carousel-control-prev, .greybg .carousel-control-next {
        opacity: 1;
        bottom: -170px;
    }
    .greybg {
        position: unset; 
    } 
    .bg1 {
        top: 391px;
    }
    .headerright span {
        font-size: 12px;
    }
    .headerright p {
        font-size: 12px;
    }
    .firstnav li {
        margin: 0px 2px;
    }
    .socialicons {
        display: none;
    }
    .navbar-light .navbar-nav .show > .nav-link
    {
        padding: 0.5rem 0.5rem;
    }
    .headerright li:first-child {
        margin-right: 20px;
    }
    .bgblue {
        padding-left: 2%;
    }
    .paratext {
        margin: 20px 0px;
    }
    .whitebg .dflex {
    display: flex;
}
.paratext {
    margin: 0px 0px 0px 20px;
}
.aboutslider {
    margin-top: 40px;
    margin-bottom: 60px;
}
    
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) 
{
    .bg1 {
        top: 514px;
    }
    .firstnav li {
        margin: 0px 0px;
    }
    .headerright li:first-child {
        margin-right: 90px;
    }
    .bgline {
        font-size: 19px;
    }
    .greybg {
        top: 2610px;
    }
    .footer {
        margin-top: 120px;
    }
    #first {
        order: inherit;
    }
}

@media only screen and (min-width: 800px) and (max-width: 1280px)
 {
    .nav-item a {
        font-size: 12px !important;
    }
    .headerright li:first-child {
        margin-right: 40px;
    }
    .bg1 {
        top: 536px;
    }
    .bgline {
        font-size: 19px;
    }
    .text1 p {
        height: 38px;
    }
    .greybg {
        top: 2590px;
        right: 30px;
    }
    .footer {
        margin-top: 100px;
    }
    #first {
        order: inherit !important;
    }
    #second {
        order: inherit !important;
    }
    #third {
        order: inherit !important;
    }
}


@media only screen and (min-width: 1200px)
{
    .footer {
        background: #001734;
        color: #fff;
        margin-top: 100px;
    }
}