.top-bar {
    background-color: #ffd200;
}

.bi-telephone-fill,
.bi-envelope-fill {
    color: #003b6e;
}

.top-text {
    font-weight: 500;
    margin-left: 5d px;
}
.fclty-stff{

    background: #f4f4f4;
    padding: 0px 0px 20px 0px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    border-radius: 5px;
    border: 4px solid #5e5b5b;

}
.main-box{

    background: #f2f2f2;
    margin: 22px;
    border-radius: 12px;
    /* text-align: center; */
    border: 5px double #000c5b;

}
.main-box h3{


background: #ffb44a;
    padding: 4px;
    text-align: center;
    margin: 12px;
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
}

.fclty-cntnt{

   padding: 0px 6px 0px 6px;
    text-align: center;
    margin-top: 12px;
 }

.fclty-cntnt h5{

    color: black;
    font-weight: bold;
 }
.fclty-cntnt h6{

    font-weight: bold;
    font-size: 17px;
    color: red;
    line-height: 26px
 }

.top-text1 {
    font-size: 25px;
    margin-top: 15px;
}

.top-text2 {
    font-size: 18px;
}

.logo-bar {
    background-color: #fff;
}

.align {
    text-align: center;
}

.logo-text {
    margin-top: 0px;
    font-size: 30px;
    font-family: 'Tourney', cursive;
    color: #f55105;
}

.social-icon {
    font-size: 20px;
    color: #003b6e;
    position: relative;
    text-align: center;
}

.s-text {
    margin-right: 25px;
    margin-left: 10px;
}

.s-icons {
    margin-right: 12px;
}

.nav-link {
    margin: -2px 17px;
    color: #fff!important;
}

.navbar-nav {
    list-style-type: none;
}

.navi-bar {
    background-color: #0e167b;
    z-index: 999!important;
}

.navbar {
    /* margin-left: 100px; */
    padding: 0px !important;
}

.text {
    font-size: 18px;
    text-align: justify;
    margin: 0;
    display: flex;
}

.heading {
    margin: 40px 0;
}

.item-zoom {
    overflow: hidden;
    float: right;
    width: 40%;
    margin: 0 20px;
}

.item-zoom img {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.item-zoom:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.read_more {
    margin-left: 10px;
    font-weight: bold;
}

.marq {
    padding-top: 30px;
    padding-bottom: 30px;
    border: 2px solid black;
    height: 280px;
}

.geek1 {
    font-weight: bold;
    text-align: center;
}

.set_cat{

    background-color: #ffffff80;
    margin: 6px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    border-radius: 4px;

}

.post_head{
    padding: 12px;
    border-left: 5px solid #221f1f;
    margin-top: 21px;
    background: #f2f4ffb8;
}

.post_desc{

    text-align: justify!important;
    line-height: 27px!important;
    word-spacing: 1px!important;


}




.cat_img{

    max-width: 244px;
    height: 165px;

}



#gallery {
    padding-top: 40px;
}
@media screen and (min-width: 991px) {
    #gallery {
        padding: 60px 30px 0 30px;
   }
}
.img-wrapper {
    position: relative;
    margin-top: 15px;
}
.img-wrapper img {
    width: 100%;
}
.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
.img-overlay i {
    color: #fff;
    font-size: 3em;
}
#overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
    padding: 5%;
}
@media screen and (min-width: 768px) {
    #overlay img {
        width: 60%;
   }
	.wrapper {
    position: relative;
    height: 200px!important;
    width: 100%!important;
}
}
@media screen and (min-width: 1200px) {
    #overlay img {
        width: 50%;
   }
	
		.wrapper {
    position: relative;
    height: 520px!important;
    width: 100%!important;
}
	
}
#nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}
#nextButton:hover {
    opacity: 0.7;
}
@media screen and (min-width: 768px) {
    #nextButton {
        font-size: 3em;
   }
}
#prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}
#prevButton:hover {
    opacity: 0.7;
}
@media screen and (min-width: 768px) {
    #prevButton {
        font-size: 3em;
   }
}
#exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
}
#exitButton:hover {
    opacity: 0.7;
}
@media screen and (min-width: 768px) {
    #exitButton {
        font-size: 3em;
   }
}

.photo_img{

    max-width: 240px;
    height: 200px;

}



.geek2 {
    font-weight: bold;
    text-align: center;
}

.right-border {
    border-right: 1px solid silver;
}

.bottom-border {
    border-bottom: 1px solid silver;
}

.news_cat{

    /* background: #ff0202; */
    border-radius: 6px;
    border: 4px solid #fefefe !important;

}

.news_cat h2{

    background: #091580;
    font-size: 20px;
    padding: 6px 12px 7px 12px;
    text-transform: uppercase;

}

.notice-board {
    background: linear-gradient(45deg, #0e167ba6, #0e167b), url(../img/banner/b1.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    /* width: 100%; */
    background-size: cover;
    padding: 40px 0px 20px;
}

.far {
    margin-right: 10px;
}

.underline {
    text-decoration: none;
}

.footer {
    background-color: #0e167b;
}

.footer-list {
    list-style-type: none;
    margin-top: 10%;
    margin-bottom: 10%;
    font-weight: 500;
}

.post_desc{
    line-height: 27px!important;
}

.copyright{


background: red!important;

}

.footer-head {
    margin-top: 5%;
    padding-bottom: 0;
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
    color: #fff;
}

.footer-link,
.footer-link:hover,
.header-link,
.header-link:hover {
    color: #fff;
    text-decoration: none;
}

.footer-link:hover {
    color: #0089ff;
    text-decoration: none;
}

.social-link:hover {
    color: #0089ff;
}

.icons {
    color: #0089ff;
    margin-right: 10px;
}

.icons1 {
    color: #fff;
    margin-right: 10px;
}

.list {
    color: #fff;
}

.social-list {
    display: flex;
}

.social-icons {
    margin-right: 30px;
}

.copyright {
    background-color: grey;
}

.social {
    color: #fff;
    margin-right: 10px;
}

.social:hover {
    color: #f2f2f2;
}

.social-link {
    color: #fff;
}

.text1 {
    color: #fff;
    text-align: justify;
}

.dropdown-item:hover {
    padding-left: 22px;
    background-color: #ff0000;
    color: #fff;
}

.dropdown-item {
    transition: all 0.4s ease-in-out;
    border-bottom: 1.5px solid #ffffff;
    padding: 8px 8px 8px 15px;
    color: white !important;
}

.dropdown-menu {
    min-width: 14rem;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: red;
    border: 1px solid red;
}

@media(max-width:991px) {
    .s-text {
        margin-right: 6px;
        margin-left: 10px;
    }
    .logo {

        width: 100%;
        padding: 5px;
    }
    .top-text1 {
        font-size: 15px;
        margin-top: 0;
    }
    .top-text2 {
        font-size: 12px;
    }
    .logo1 {
        width: 30%;
    }
    .logo-text {
        margin-top: 0;
        font-size: 25px;
    }
    .social-icon {
        margin-top: 0;
    }
    .navbar {
        margin-left: 0;
    }
    .side-image {
        width: 100%;
    }
    .item-zoom {
        overflow: hidden;
        float: clear;
        width: 100%;
        margin: 15px 0;
    }
    .message {
        display: block!important;
    }
    .footer-list {
        margin-top: 2%;
        margin-bottom: 2%;
        font-weight: 500;
    }
    .right-border {
        border-right: none;
    }
}

@media(max-width:767px) {
    .logo-text {
        font-size: 20px;
        text-align: center;
        font-weight: 700;
    }
    .logo {
        width: 40%;
    }
    .logo1 {
        width: 20%;
    }
    .top-text1 {
        font-size: 12px;
        margin-top: 0;
    }
    .top-text2 {
        font-size: 10px;
    }
}

@media(max-width:424px) {
    .logo {
    width: 100%;
    padding: 5px;
    }
	
	.wrapper {
    position: relative;
    height: 200px!important;
    width: 100%!important;
}
	
    .logo1 {
        width: 20%;
    }
    .top-text1 {
        font-size: 8px;
        margin-top: 0;
    }
    .top-text2 {
        font-size: 12px;
    }
}

.enquiry {
    display: flex;
}

.icon i {
    color: red;
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.icon1 {
    font-size: 20px;
    background-color: #ffd200;
    padding: 18px;
    height: 180px;
    text-align: center;
}

.form {
    background: lightblue;
    padding: 20px;
}

.navbar-light .navbar-toggler {
    color:#fff;
    border-color: rgb(255 255 255);
    /* background: #fefeff; */
    border-radius: 0;
}
.navbar-toggler{
    font-size: 15px!important;
}

.icon-button {
    border-radius: 2.6rem;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    height: 1.6rem;
    line-height: 2.6rem;
    margin: 0 5px;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 2.6rem;
}

::selection {
    background-color: #19c58a;
    color: #fff;
}


/* Circle */

.icon-button span {
    border-radius: 0;
    display: block;
    height: 0;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 0;
}

.icon-button:hover span {
    width: 30px;
    height: 30px;
    border-radius: 2.6rem;
    margin: -16px;
}


/* Icons */

.icon-button i {
    background: none;
    color: white;
    height: 2.6rem;
    left: 0;
    line-height: 1.6rem;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 2.6rem;
    z-index: 10;
}

.twitter span {
    background-color: #4099ff;
}

.facebook span {
    background-color: #1c61f7;
}

.google-plus span {
    background-color: #db5a3c;
}

.tumblr span {
    background-color: #34526f;
}

.instagram span {
    background-color: #517fa4;
}

.youtube span {
    background-color: #bb0000;
}

.pinterest span {
    background-color: #cb2027;
}

.icon-button .fa-twitter {
    color: #4099ff;
}

.icon-button .fa-facebook {
    color: #2a6dfc;
}

.icon-button .fa-tumblr {
    color: #34526f;
}

.icon-button .fa-google-plus {
    color: #db5a3c;
}

.icon-button .fa-instagram {
    color: #517fa4;
}

.icon-button .fa-youtube {
    color: #bb0000;
}

.icon-button .fa-pinterest {
    color: #cb2027;
}

.icon-button:hover .fa-twitter,
.icon-button:hover .fa-facebook,
.icon-button:hover .fa-google-plus,
.icon-button:hover .fa-tumblr,
.icon-button:hover .fa-instagram,
.icon-button:hover .fa-youtube,
.icon-button:hover .fa-pinterest {
    color: white;
}

@media all and (max-width: 680px) {
    .icon-button {
        border-radius: 1.6rem;
        font-size: 0.8rem;
        height: 1.6rem;
        line-height: 1.6rem;
        width: 1.6rem;
    }
	.wrapper {
    position: relative;
    height: 200px!important;
    width: 100%!important;
}
    .icon-button:hover span {
        width: 1.6rem;
        height: 1.6rem;
        border-radius: 1.6rem;
        margin: -0.8rem;
    }
    /* Icons */
    .icon-button i {
        height: 1.6rem;
        line-height: 1.6rem;
        width: 1.6rem;
    }
    .pinterest {
        display: none;
    }
}

.nav-item {
    list-style: none;
}
.nav-item:hover{
    background: red;
}
.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    padding: 30px 50px;
}

.tz-gallery {
    padding: 40px;
}


/* Override bootstrap column paddings */

.tz-gallery .row>div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Glyphicons Halflings';
    /* content: '\e003'; */
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}

.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(46, 132, 206, 0.7);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}
@media (max-width: 1366px){
.news-marquee p {
    display: flex;
    background: #0e167b;
    color: #fff;
    padding: 0;
    margin-top: 12px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}
.news-marquee span {
   width: 10%;
    padding: 8px 16px;
    background: #ff0202;
    font-weight: 400;
    font-size: 16px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}
.news-marquee p marquee {
    width: 90%;
    position: relative;
    top: 7px;
}
}
@media (max-width: 992px){
/* .news-marquee p {
    /* display: flex;
    background: #184a7b;
    color: #fff;
    padding: 0;
    margin-top: 32px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px; */

	.wrapper {
    position: relative;
    height: 200px!important;
    width: 100%!important;
}
.news-marquee span {
    width: 44%;
    padding: 5px 8px;
    background: #ff0000;
    font-weight: 400;
    font-size: 15px;
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
}
.news-marquee p marquee {
    width: 90%;
    position: relative;
    top: 5px;
}

.heading{

    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
}
.cat_img {
    max-width: 279px;
    height: 200px;
}

.photo_img {
    max-width: 290px;
    height: 200px;
}

}

.vm-text p{

    text-align: center;

}
.vm-text h2{

    text-align: center;


}

.wrapper{
    position: relative;
    width: 1349px;
    height: 500px;
  }
  .wrapper .img{
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .wrapper .img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    clip-path: circle(0% at 0% 100%);
    transition: all 0.7s;
  }
  #one:checked ~ .img-1 img{
    clip-path: circle(150% at 0% 100%);
  }
  #two:checked ~ .img-1 img,
  #two:checked ~ .img-2 img{
    clip-path: circle(150% at 0% 100%);
  }
  #three:checked ~ .img-1 img,
  #three:checked ~ .img-2 img,
  #three:checked ~ .img-3 img{
    clip-path: circle(150% at 0% 100%);
  }
  #four:checked ~ .img-1 img,
  #four:checked ~ .img-2 img,
  #four:checked ~ .img-3 img,
  #four:checked ~ .img-4 img{
    clip-path: circle(150% at 0% 100%);
  }
  #five:checked ~ .img-1 img,
  #five:checked ~ .img-2 img,
  #five:checked ~ .img-3 img,
  #five:checked ~ .img-4 img,
  #five:checked ~ .img-5 img{
    clip-path: circle(150% at 0% 100%);
  }
  .wrapper .sliders{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    display: flex;
  }
  .wrapper .sliders label{
    border: 2px solid rgb(255, 255, 255);
    width: 13px;
    height: 13px;
    margin: 0 3px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  #one:checked ~ .sliders label.one,
  #two:checked ~ .sliders label.two,
  #three:checked ~ .sliders label.three,
  #four:checked ~ .sliders label.four,
  #five:checked ~ .sliders label.five
  {
    width: 35px;
    border-radius: 14px;
    background: rgb(0, 66, 209);
  }
  .sliders label:hover{
    background: rgb(0, 0, 0);
  }
  input[type="radio"]{
    display: none;
  }
  .top_header{
      background:#0E167B;
      color: white;
  }


.side_nav_btn{
    margin: 25px 2px 2px 2px;
    /* padding: 8px 14px 7px 18px; */
    cursor: pointer;
    background: #ff0000;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-radius: 4px;
    letter-spacing: 0.5px;
    box-shadow: inset 0 -3em 3em rgba(0,0,0,0.1), 0 0 0 2px rgb(255,255,255), 0.3em 0.3em 1em rgba(0,0,0,0.3);
}
.zoom-in-out-box {
    animation: zoom-in-zoom-out 0.7s cubic-bezier(0.66, 0.23, 0.6, 1) infinite;
}
  

@keyframes zoom-in-zoom-out {
    0% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(1.2, 1.2);
    }
    100% {
      transform: scale(1, 1);
    }
  }


  @media only screen and (max-width: 600px){
    .col.blink{
  display: block;
    text-align: center;
  }
}

@media only screen and (max-width: 600px){
.img-itm img {

    width: 100% !important;
    height: 100% !important;
}
}

.col.blink.blnk {
    display: flex;
    justify-content: end;
}
.snv.zoom-in-out-box{

    margin: 2px 2px 2px 2px;
    /* padding: 8px 14px 7px 18px; */
    cursor: pointer;
    background: #ff0000;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-radius: 4px;
    letter-spacing: 0.5px;
    box-shadow: inset 0 -3em 3em rgba(0,0,0,0.1), 0 0 0 2px rgb(255,255,255), 0.3em 0.3em 1em rgba(0,0,0,0.3);
}

.col.blink.blnk.bnm {

    margin: 0px 0px 0px 267px;
}
@media only screen and (max-width: 600px){
.col.blink.blnk.bnm {

    margin: 0px 0px 0px 0px !important;
}
}
