@media only screen and (min-width:200px) and (max-width:320px) {
    .logo {
        display: none;
    }
    .logo-small img {
        width: 100%;
    }
}

@media only screen and (min-width:321px) and (max-width:480px) {
    .logo {
        display: none;
    }
    .logo-small img {
        width: 100%;
    }
}

@media only screen and (min-width:481px) and (max-width:600px) {
    .logo {
        display: none;
    }
    .logo-small img {
        width: 100%;
    }
}

@media only screen and (min-width:481px) and (max-width:768px) {}

@media only screen and (min-width:769px) and (max-width:1024px) {
    .logo img {
        width: 100%;
    }
}

@media only screen and (min-width:1025px) and (max-width:2000px) {}

@media only screen and (min-width:481px) and (max-width:768px) {}

.logo,
.logo-small {
    text-align: center;
}


/****************** responsive end **********************/

header {
    background: #fff6b4;
    border-top: 3px solid #f6bc00;
}

.menu {
    background-color: #000079;
}

.menu a {
    color: #ffc300;
    font-weight: bold;
    font-size: 15px;
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
}

.menu a:hover {
    background-color: #fffab0;
    color: rgb(255, 0, 0);
}

.navbar-expand-lg .navbar-nav .nav-link {
    /* padding-right: 0.5rem; */
    /* padding-left: 0.5rem; */
    padding: 12px 7px;
}

.navbar-toggler-icon {
    display: block;
    width: 25px;
    height: 1px;
    border: 1px solid #fff;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin: 6px;
}

.dropdown-menu {
    background-color: #000335;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #000000
}


/**************************************/

h1 {
    position: relative;
    margin: 40px 0 30px 0;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    color: red;
}

h1::after {
    content: "";
    position: absolute;
    left: 10px;
    bottom: -15px;
    height: 3px;
    width: 100px;
    background: #000079;
}

h2 {
    margin: 10px 0;
    font-size: 26px;
    font-weight: bold;
}

body {
    font-size: 18px;
}

a {
    text-decoration: none;
}

ul li {
    list-style-type: circle;
    margin-left: 50px;
    line-height: 30px;
}

.nav-item ul li {
    list-style-type: none;
    margin-left: 0;
}

.navbar-collapse ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.justify {
    text-align: justify;
}

.primary-btn {
    display: inline-block;
    background: -webkit-linear-gradient(to right, #00aee0 0%, #00fedc 51%, #00aee0 100%);
    background: -moz-linear-gradient(to right, #00aee0 0%, #00fedc 51%, #00aee0 100%);
    background: -ms-linear-gradient(to right, #00aee0 0%, #00fedc 51%, #00aee0 100%);
    background: -o-linear-gradient(to right, #00aee0 0%, #00fedc 51%, #00aee0 100%);
    background: linear-gradient(to right, #00aee0 0%, #00fedc 51%, #00aee0 100%);
    background-size: 200% auto;
    padding: 0px 25px;
    margin: 10px;
    color: #000079;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    border-radius: 0px;
    outline: none !important;
    box-shadow: 0px 20px 50px rgb(0 175 224 / 30%);
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.primary-btn:hover {
    background-position: right center;
    color: #fff;
    box-shadow: none;
}

.heading1 {
    margin-top: 25px;
    background-color: deepskyblue;
    padding: 10px;
    font-weight: bold;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    border-left: 5px solid #028cba;
}

.heading1 i {
    color: #00a0d5;
    margin-right: 10px;
    font-size: 25px;
}

.box1 {
    background-color: cornsilk;
    min-height: 250px;
    padding: 20px;
    border-radius: 0 0 30px 30px;
    -webkit-border-radius: 0 0 30px 30px;
    -moz-border-radius: 0 0 30px 30px;
    -ms-border-radius: 0 0 30px 30px;
    -o-border-radius: 0 0 30px 30px;
}

.box1 li {
    line-height: 40px;
    border-bottom: 1px solid #fae389;
}

.intro {
    padding: 20px;
}

.intro img {
    width: 100%;
}

.block1 {
    background-color: #d5fff5;
}

.block2 {
    background-color: #ffe6c6;
}

.block3 {
    background-color: #fff9c3;
}

.pb200 {
    padding-bottom: 200px;
}

.pb500 {
    padding-bottom: 500px;
}

.pb100 {
    padding-bottom: 100px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb20 {
    padding-bottom: 20px;
}


/************  Testimonial just html and css change class- carouselExampleCaptions2 ******************/

.testimonial {
    background-color: #000335;
    margin: 30px 0;
    padding: 10%;
}

.testimonial p {
    text-align: center;
    color: #fff;
    margin-top: 50px;
}

.testimonial img {
    display: block;
    width: 200px;
    height: 200px;
    border: 5px solid #fff;
    margin: 0 auto;
    border-radius: 100%;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}


/****************** gallery ******************/

.gallery-heading {
    background: #000;
    color: #f1bb3f;
    padding: 20px;
}

#photo {
    margin: 20px 0;
}

#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
}

#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}

#jquery-lightbox a img {
    border: none;
}

#lightbox-container-image-box {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}

#lightbox-container-image {
    padding: 10px;
}

#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

#lightbox-container-image-box>#lightbox-nav {
    left: 0;
}

#lightbox-nav a {
    outline: none;
}

#lightbox-nav-btnPrev,
#lightbox-nav-btnNext {
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block;
}

#lightbox-nav-btnPrev {
    left: 0;
    float: left;
}

#lightbox-nav-btnNext {
    right: 0;
    float: right;
}

#lightbox-container-image-data-box {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0 10px 0;
    box-sizing: content-box;
}

#lightbox-container-image-data {
    padding: 0 10px;
    color: #666;
}

#lightbox-container-image-data #lightbox-image-details {
    width: 70%;
    float: left;
    text-align: left;
}

#lightbox-image-details-caption {
    font-weight: bold;
}

#lightbox-image-details-currentNumber {
    display: block;
    clear: left;
    padding-bottom: 1.0em;
}

#lightbox-secNav-btnClose {
    width: 66px;
    float: right;
    padding-bottom: 0.7em;
}


/*************************/

#gallery {
    /* margin: 30px 20px; */
}

#gallery .holder {
    margin-bottom: 20px;
}

#gallery .thumb:hover {
    border: 2px solid #f1bb3f;
}

.holder .thumb {
    transition: all 0.2s ease 0.2s;
    -moz-transition: all 0.2s ease 0.2s;
    -webkit-transition: all 0.2s ease 0.2s;
    -o-transition: all 0.2s ease 0.2s;
}

.holder .title {
    width: 140px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    overflow: hidden;
}

.title h3 {
    margin: 0;
    font-family: "Comic Sans MS", cursive;
    font-size: 14px;
    overflow: hidden;
    color: #333;
}

.holder img {
    border: none;
    width: 100%;
}


/************************ footer ******************/


/************/

.facilities {
    padding: 30px 30px 10px 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.facilities:hover {
    background-color: blanchedalmond;
}

.facilities {}

.facilities:hover.facilities i {
    /*rotate: calc(360deg);
    */
    color: red;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.facilities i {
    font-size: 50px;
    margin-bottom: 20px;
    color: #000079;
    display: block;
    text-align: center;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
}

.facilities p {
    text-transform: capitalize;
    text-align: center;
    font-size: 15px;
}

.bg-primary th,
.bg-danger th {
    color: #fff;
}

.brdr-img {
    padding: 20px;
    margin-bottom: 20px;
    width: 100%;
    border: 3px solid #fcc70f;
}

.alert a {
    float: right;
    padding: 0px 20px!important;
}

footer {
    background-color: #000044;
    padding: 50px;
    color: #fff;
    text-align: center;
    margin-top: 300px;
}

footer a {
    background-color: #fff;
    color: red;
    padding: 5px 10px;
    white-space: nowrap;
    line-height: 50px;
}