body {
    background: #fff;
    font-family: 'Roboto', sans-serif;
}

@media screen and (max-width: 767px) {
    body {
        padding-left: 0px;
        padding-right: 0px;
    }
}

#hover-menu {
    position: fixed;
    z-index: 5;
    padding: 20px;
    width: 240px;
    border-radius: 3px;
    background: #fff;
    opacity: 0.9;
    top: 180px;
    left: 5%;
    border: 1px solid #ddd;
}

@media screen and (max-width: 1360px) {
    #hover-menu {
        display: none;
    }
}

#hover-menu ul {
    padding: 0px;
    margin: 0px;
}

#hover-menu ul li {
    padding: 15px 0px;
    border-bottom: 1px solid #00adef;
    display: block;
    list-style: none;
}

#hover-menu ul li:hover {
    border-bottom: 1px solid #666;
    transition: all 1s ease;
}

#hover-menu ul li a {
    color: #222;
}

#hover-menu ul li a .img-box {
    padding: 4px 16px 10px 8px;
    float: left;
}

#hover-menu ul li a h5 {
    font-weight: 300;
}

#hover-menu ul li a:hover {
    text-decoration: none;
    color: #00adef;
    transition: all 1s ease;
}

#main-header {
    z-index: 1;
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    opacity: 0.93;
    border-top: 4px solid #2e3091;
    background: #fff;
    /*top menu in small screen*/
    /*top menu in small screen*/
}

@media screen and (max-width: 767px) {
    #main-header {
        position: inherit;
    }
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: #2e3091;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav ul {
    padding: 0px;
    margin: 0px;
}

.sidenav ul li a {
    padding: 12px 2px 12px 20px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.sidenav ul li a:hover {
    background: #00adef;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#main-header .btn-btn1 {
    display: none;
}

@media screen and (max-width: 767px) {
    #main-header .btn-btn1 {
        display: inline-block;
        background: #2e3091;
        padding: 0px 8px;
        color: #fff;
    }
}

#main-header .menu-top {
    width: 100%;
    border-bottom: 1px solid #dedede;
    margin-bottom: 3px;
}

@media screen and (max-width: 767px) {
    #main-header .menu-top {
        text-align: center;
        background: #eee;
        display: none;
    }
}

#main-header .menu-top .navbar-toggle {
    background: #000 !important;
}

#main-header .menu-top .navbar-toggle .icon-bar {
    background: #000;
}

#main-header .menu-top ul {
    padding: 0px;
    margin: 0px;
}

#main-header .menu-top ul li {
    list-style: none;
    display: inline-block;
    padding: 10px 0px;
}

#main-header .menu-top ul li a {
    font-family: 'Abel', sans-serif;
    color: #000;
    font-size: 17px;
    padding: 10px 13px;
}

@media screen and (max-width: 767px) {
    #main-header .menu-top ul li a {
        font-size: 14px;
        padding: 10px 10px;
    }
}

#main-header .menu-top ul li a:hover {
    text-decoration: none;
    color: #00adee;
    transition: all 0.7s ease;
}

#main-header .logo-wrapper {
    float: left;
}

@media screen and (max-width: 767px) {
    #main-header .logo-wrapper {
        float: none;
        text-align: center;
    }
}

#main-header .logo-wrapper img {
    padding-top: 6px;
}

@media screen and (max-width: 767px) {
    #main-header .logo-wrapper img {
        display: inline-block;
    }
}

#main-header .contact {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    #main-header .contact {
        display: none;
    }
}

#main-header .contact img {
    float: left;
    padding: 10px 13px;
    background: #18b2f0;
    margin-right: 12px;
}

#main-header .contact p {
    float: left;
    margin-right: 24px;
    font-family: 'Abel', sans-serif;
    color: #000;
    font-size: 17px;
    padding-top: 8px;
}
/* #main-nav ul li.active a, #main-nav ul li:hover > a {
	background: #18b2f0;
} */
#main-nav {
    background: #3c3d9c;
}

#main-nav .navbar-toggle {
    background: #fff;
}

#main-nav .navbar-toggle .icon-bar {
    background: #000;
}

#main-nav ul {
    padding: 0px;
    margin: 0px;
    text-align: center;
}

#main-nav ul li {
    list-style: none;
    position: relative;
	float: left;

}

#main-nav ul li .dropdown {
    width: 226px;
    /* Set width of the dropdown */
    display: none;
    position: absolute;
    z-index: 999;
    border-radius: 5px 5px 5px 5px;
    padding-left: 0px;

	left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
    #main-nav ul li .dropdown {
        position: inherit;
        padding-top: 9px;
        margin-left: 0px;
    }
}

#main-nav ul li .dropdown li {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 14px;
    text-transform: lowercase;
    width: 100%;
    border-bottom: 1px solid #2e3091;
    background: #fff;
}

@media screen and (max-width: 767px) {
    #main-nav ul li .dropdown li {
        background: #53d0ff;
        border-bottom: 1px solid #2e3091;
        color: #fff;
    }
}

#main-nav ul li .dropdown li a {
    display: block;
    padding: 8px 25px;
    color: #222;
    text-decoration: none;
    text-transform: capitalize;
}

#main-nav ul li .dropdown li a:hover {
    color: #fff;
    background: #2e3091;
}

#main-nav ul li:hover > .dropdown {
    display: block;
    /* Display the dropdown */
}

@media screen and (max-width: 767px) {
    #main-nav ul li {
        display: block;
        border-bottom: 1px solid #58d1ff;
        padding: 12px 0px;
    }
}

#main-nav ul li a {
    color: #fff;
    font-family: 'Abel', sans-serif;
    font-size: 18px;
    padding: 12px 25px;
	display: block;
}

@media screen and (max-width: 1199px) {
    #main-nav ul li a {
        font-size: 16px;
        padding: 12px 20px;
    }
}

#main-nav ul li a:hover {
    text-decoration: none;
    color: #000;
    transition: all 0.7s ease;
}

#main-banner .bx-wrapper {
    width: 100% !important;
}

@media screen and (max-width: 767px) {
    #main-banner .bx-wrapper {
        z-index: -1;
    }
}

#main-banner ul {
    padding: 0px;
    margin: 0px;
}

#main-banner ul li {
    list-style: none;
}

#main-banner ul li img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

#the-benchmark {
    padding-bottom: 45px;
}

#the-benchmark .wrapper {
    text-align: center;
}

#the-benchmark .wrapper span {
    padding-top: 45px;
    display: inline-block;
    padding-bottom: 15px;
    width: 100%;
}

@media screen and (max-width: 767px) {
    #the-benchmark .wrapper span {
        padding-top: 5px;
    }
}

#the-benchmark .wrapper span h1 {
    font-weight: 700;
    float: left;
    margin-bottom: 17px;
}

@media screen and (max-width: 767px) {
    #the-benchmark .wrapper span h1 {
        margin-top: 5px;
        margin-bottom: -5px;
    }
}

#the-benchmark .wrapper span h2 {
    float: left;
    margin-bottom: -5px;
    font-weight: 100;
    padding: 4px;
}

@media screen and (max-width: 767px) {
    #the-benchmark .wrapper span h2 {
        margin-top: 5px;
    }
}

#the-benchmark .wrapper p {
    font-size: 15px;
    font-weight: 300;
    text-align: justify;
    float: left;
}

#the-benchmark .wrapper a {
    padding: 12px 26px;
    background: #00adee;
    color: #fff;
    border: 1px solid #00adee;
    display: inline-block;
    text-align: center;
    margin-top: 23px;
}

#the-benchmark .wrapper a:hover {
    text-decoration: none;
    background: #fff;
    color: #222;
    transition: all 1s ease;
}

#the-benchmark .notification {
    margin-top: -81px;
}

@media screen and (max-width: 767px) {
    #the-benchmark .notification {
        width: 100%;
        margin-top: 0px;
    }
}

#the-benchmark .notification h2 {
    background: #2e3091;
    color: #fff;
    padding: 13px 15px;
    font-weight: 300;
    font-size: 32px;
    opacity: 0.92;
}

#the-benchmark .notification .col-box {
    background: #eee;
    padding: 0px 10px 10px 10px;
    float: left;
}

@media screen and (max-width: 767px) {
    #the-benchmark .notification .col-box {
        width: 100%;
    }
}

#the-benchmark .notification .col-box .box1 {
    padding: 12px 15px;
    border-left: 5px solid #00adef;
    background: #fff;
    margin-bottom: 6px;
    float: left;
    width: 320px;
}

@media screen and (max-width: 767px) {
    #the-benchmark .notification .col-box .box1 {
        width: auto;
    }
}

#the-benchmark .notification .col-box .box1 p {
    font-weight: 300;
    font-size: 15px;
    padding-top: 9px;
}

#the-benchmark .notification .col-box .box1 .date-box {
    padding: 10px;
    float: left;
    margin-right: 8px;
}

#the-benchmark .notification .col-box .box1 .date-box h1 {
    font-weight: 100;
    text-align: center;
    color: #222;
    margin: 0px;
    padding: 0px;
}

#the-benchmark .notification .col-box .box1 .date-box p {
    font-weight: 300;
    font-size: 15px;
    columns: #666;
    margin: 0px;
    padding: 0px;
}

#features {
    padding-top: 65px;
    padding-bottom: 55px;
    background: #f2f2f2;
}

@media screen and (max-width: 767px) {
    #features {
        padding-top: 45px;
        padding-bottom: 35px;
    }
}

#features .wrapper {
    text-align: center;
    padding: 10px;
}

#features .wrapper img {
    padding: 16px 0px;
    display: inline-block;
}

#features .wrapper h4 {
    font-family: 'zekton_freeregular';
    color: #005aaa;
}

#features .wrapper p {
    font-size: 15px;
    font-weight: 300;
}

#features .wrapper a {
    padding: 10px 28px;
    border-radius: 25px;
    background: #d1d1d1;
    border: 1px solid #d1d1d1;
    display: inline-block;
    margin-top: 12px;
    color: #000;
}

#features .wrapper a:hover {
    text-decoration: none;
    background: #f3f3f3;
    border: 1px solid #d1d1d1;
    transition: all 1s ease;
}

#news {
    background-image: url(../images/news_calendar/imgbg1.jpg);
    background-position: center;
    background-attachment: fixed;
    padding-top: 80px;
    padding-bottom: 50px;
    position: relative;
}

@media screen and (max-width: 767px) {
    #news {
        padding-top: 45px;
        padding-bottom: 35px;
    }
}

#news .bg-color {
    position: absolute;
    background: #000;
    opacity: 0.92;
    width: 100%;
    height: 599px;
    left: 0px;
    top: 0px;
}

#news .bx-wrapper {
    width: 100% !important;
}

@media screen and (max-width: 767px) {
    #news .bx-wrapper {
        width: 243px !important;
    }
}

#news h1 {
    font-size: 38px;
    color: #fff;
    font-weight: 300;
    padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
    #news h1 {
        text-align: center;
    }
}

#news ul {
    padding: 0px;
    margin: 0px;
}

#news ul li {
    list-style: none;
    display: inline-block;
}

#news ul li .news-wrapper {
    width: 243px;
    background: #fff;
    border-bottom: 2px solid #222;
    margin: 0px 2px;
    float: left;
}

#news ul li .news-wrapper img {
    display: inline-block;
}

#news ul li .news-wrapper .detail-box {
    padding: 10px 14px;
    float: left;
}

#news ul li .news-wrapper .detail-box h5 {
    font-size: 17px;
    color: #222;
}

#news ul li .news-wrapper .detail-box p {
    font-size: 15px;
    font-weight: 300;
    text-align: justify;
}

#news ul li .news-wrapper .detail-box .ftr {
    width: 100%;
    float: left;
}

#news ul li .news-wrapper .detail-box .ftr i {
    float: left;
    color: #00adef;
    font-size: 14px;
    margin-right: 9px;
    padding-top: 7px;
}

#news ul li .news-wrapper .detail-box .ftr p {
    float: left;
    font-size: 13px;
    color: #666;
    padding-top: 5px;
}

#news ul li .news-wrapper .detail-box .ftr a {
    padding: 4px 14px;
    background: #f3f3f3;
    color: #222;
    float: right;
    border-radius: 25px;
    font-size: 12px;
}

#news ul li .news-wrapper .detail-box .ftr a:hover {
    text-decoration: none;
    background: #fff;
    border: 1px solid #fff;
    color: #222;
    transition: all 1s ease;
}

#news .more-btn {
    text-align: center;
}

#news .more-btn a {
    color: #fff;
    padding: 10px 22px;
    display: inline-block;
    background: #00adef;
    margin-top: 25px;
    border: 1px solid #00adee;
}

#news .more-btn a:hover {
    text-decoration: none;
    background: inherit;
    border: 1px solid #fff;
    color: #fff;
    transition: all 1s ease;
}

#princ {
    background-image: url(../images/prince/bg1.jpg);
    background-position: center;
    padding-top: 95px;
    padding-bottom: 75px;
}

@media screen and (max-width: 767px) {
    #princ {
        padding-top: 65px;
        padding-bottom: 45px;
    }
}

#princ .princ-wrapper {
    padding: 0px 100px;
    color: #fff;
}

@media screen and (max-width: 767px) {
    #princ .princ-wrapper {
        padding: 0px 10px;
    }
}

#princ .princ-wrapper h1 {
    font-size: 38px;
    color: #222;
    font-weight: 300;
    padding-bottom: 15px;
    color: #fff;
    margin-left: 305px;
}

@media screen and (max-width: 767px) {
    #princ .princ-wrapper h1 {
        margin-left: 0px;
        text-align: center;
    }
}

#princ .princ-wrapper .img-box {
    float: left;
    margin-right: 90px;
}

@media screen and (max-width: 767px) {
    #princ .princ-wrapper .img-box {
        padding-bottom: 10px;
        text-align: center;
        float: none;
        margin-right: 0px;
    }
}

#princ .princ-wrapper .img-box img {
    display: inline-block;
}

@media screen and (max-width: 767px) {
    #princ .princ-wrapper .img-box img {
        text-align: center;
    }
}

#princ .princ-wrapper .message {
    padding-top: 25px;
}

@media screen and (max-width: 767px) {
    #princ .princ-wrapper .message {
        padding-top: 5px;
        text-align: center;
    }
}

#princ .princ-wrapper .message p {
    font-size: 15px;
    text-align: justify;
    line-height: 23px;
    font-weight: 300;
}

#princ .princ-wrapper .message a {
    color: #fff;
    padding: 10px 22px;
    background: #00adef;
    display: inline-block;
    margin-top: 12px;
    border: 1px solid #00adee;
}

#princ .princ-wrapper .message a:hover {
    text-decoration: none;
    background: inherit;
    border: 1px solid #fff;
    color: #fff;
    transition: all 1s ease;
}

#facilities {
    background-image: url(../images/facilities/bg2.jpg);
    background-position: center;
    background-attachment: fixed;
    padding-top: 80px;
    padding-bottom: 50px;
    position: relative;
    text-align: center;
}

#facilities .bg-color {
    position: absolute;
    background: #fdc153;
    opacity: 0.85;
    width: 100%;
    height: 400px;
    left: 0px;
    top: 0px;
}

#facilities h1 {
    font-size: 38px;
    color: #222;
    font-weight: 300;
    padding-bottom: 15px;
    z-index: 100;
}

#facilities .facilit-wrapper {
    background: #2e3091;
    color: #fff;
    text-align: center;
    padding: 16px 5px;
    margin-bottom: 12px;
}

#facilities .facilit-wrapper:hover {
    background: #fff;
    color: #222;
    transition: all 1.3s ease;
}

#facilities .facilit-wrapper a {
    color: #fff;
}

#facilities .facilit-wrapper a:hover {
    background: #222;
    color: #222;
    transition: all 1.3s ease;
    text-decoration: none;
}

#facilities .facilit-wrapper a h4 {
    font-size: 19px;
    margin: 0px;
    padding: 0px;
    font-weight: 300;
}

#facilities .more-btn {
    text-align: center;
}

#facilities .more-btn a {
    color: #fff;
    padding: 10px 22px;
    display: inline-block;
    background: #222;
    margin-top: 25px;
    border: 1px solid #222;
}

#facilities .more-btn a:hover {
    text-decoration: none;
    background: inherit;
    border: 1px solid #222;
    color: #222;
    transition: all 1s ease;
}

#gallery {
    padding-top: 60px;
    padding-bottom: 55px;
}

#gallery h1 {
    font-size: 38px;
    color: #222;
    font-weight: 300;
    padding-bottom: 15px;
    text-align: center;
}

#gallery .bx-wrapper {
    max-width: 100% !important;
}

#gallery ul {
    padding: 0px;
    margin: 0px;
}

#gallery ul li {
    list-style: none;
    display: inline-block;
    float: left;
    width: 269px;
    height: 300px;
    margin: 0px 8px;
}

#gallery ul li .li-wrapper {
    position: relative;
    float: left;
}

#gallery ul li .li-wrapper .title {
    position: relative;
    color: #fff;
    background: #2e3091;
    padding: 8px;
    text-align: center;
    left: 0px;
    bottom: 68px;
    display: block;
    z-index: 10;
}

#gallery ul li .li-wrapper .title a {
    color: #fff;
}

#gallery ul li .li-wrapper .title a h4 {
    font-weight: 300;
    display: inline-block;
}

#main-footer {
    background: #eee;
    padding-top: 70px;
    padding-bottom: 45px;
}

@media screen and (max-width: 767px) {
    #main-footer {
        padding-top: 50px;
        padding-bottom: 35px;
        text-align: center;
    }
}

#main-footer .bt-wrapper img {
    width: 60px;
    display: inline-block;
    padding-bottom: 10px;
}

#main-footer .bt-wrapper ul {
    padding: 0px;
    margin: 0px;
}

#main-footer .bt-wrapper ul li {
    list-style: none;
    padding: 4px 0px;
}

#main-footer .bt-wrapper ul li a {
    color: #222;
    font-weight: 300;
    padding: 4px 0px;
}

#main-footer .bt-wrapper ul li a:hover {
    text-decoration: none;
    color: #666;
}

#main-footer .bt-wrapper1 {
    text-align: center;
}

#main-footer .bt-wrapper1 .social {
    width: auto;
    padding-top: 30px;
    display: inline-block;
}

#main-footer .bt-wrapper1 .social i {
    font-size: 19px;
}

#main-footer .bt-wrapper1 .social a:hover {
    text-decoration: none;
}

#main-footer .bt-wrapper1 .social a .fb {
    color: #fff;
    background: #1f72d9;
    padding: 14px 18px;
    float: left;
    margin-right: 18px;
}

#main-footer .bt-wrapper1 .social a .fb:hover {
    background: #2b80ea;
    text-decoration: none;
}

#main-footer .bt-wrapper1 .social a .twit {
    color: #fff;
    background: #00c4db;
    padding: 14px 16px;
    float: left;
    margin-right: 18px;
}

#main-footer .bt-wrapper1 .social a .twit:hover {
    background: #27dcf1;
    text-decoration: none;
}

#main-footer .bt-wrapper1 .social a .insta {
    /*Standard*/
    background: #f218c1;
    color: #fff;
    padding: 14px 16px;
    margin-right: 18px;
    float: left;
}

#main-footer .bt-wrapper1 .social a .insta:hover {
    text-decoration: none;
    background: #b80688;
    color: #fff;
}

#main-footer h1 {
    font-weight: 400;
    font-size: 30px;
}

#main-footer h4 {
    font-size: 20px;
    font-weight: 300;
}

.stripe {
    background: #222;
    padding-bottom: 15px;
    font-weight: 300;
    position: relative;
}

.stripe .line1 {
    padding-top: 25px;
    border-top: 1px solid #afafaf;
}

.stripe .powerd {
    color: #666;
    float: left;
}

@media screen and (max-width: 767px) {
    .stripe .powerd {
        text-align: center;
        float: none;
    }
}

.stripe .powerd a {
    color: #074e8c;
    font-weight: 400;
}

.stripe .to-top {
    width: 65px;
    height: 64px;
    border-radius: 85px;
    background: #000;
    bottom: 10px;
    position: absolute;
    text-align: center;
    left: 0px;
    right: 0px;
    top: -45px;
    margin: auto;
    padding-top: 22px;
}

.stripe .to-top:hover {
    background: #00adef;
    transition: all 1s ease;
}

.stripe .to-top a {
    text-decoration: none;
}

.stripe .to-top a i {
    color: #fff;
    font-size: 30px;
    display: inline-block;
}

.stripe .copyright {
    float: right;
    color: #666;
}

@media screen and (max-width: 767px) {
    .stripe .copyright {
        text-align: center;
        float: none;
    }
}

#inner-bnr {
    width: 100%;
    max-width: 100%;
    height: auto;
}

#bgbnr {
    overflow: hidden;
}

#bgbnr .img-bg-1 {
    background-image: url(../images/inne_bnr/contact_bg.jpg);
    width: 100%;
    height: 85%;
    background-attachment: fixed;
    position: relative;
    transition: all 2s ease;
    overflow: hidden;
}

#bgbnr .img-bg-1 .bg-color-2 {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    opacity: 0.75;
    z-index: -0;
    transition: all 2s ease;
}

#bgbnr .img-bg-1 .bg-color-2:hover {
    background: #00aceb;
    opacity: 0.2;
    transition: all 1s ease;
}

#bgbnr .img-bg-1:hover {
    transform: scale(1.05);
    transition: all 2s ease;
    overflow: hidden;
}

#contact {
    z-index: 1;
}

#contact h1 {
    font-weight: 300;
    font-size: 35px;
}

#contact .wrapper {
    position: relative;
}

#contact .wrapper .wrapper1 {
    width: 100%;
    border-top: 25px solid #00aceb;
    border-bottom: 5px solid #352d8d;
    background: #fff;
    height: auto;
    position: absolute;
    padding: 25px 15px 25px 15px;
    margin-top: -220px;
    left: 0px;
    right: 0px;
}

@media screen and (max-width: 1199px) {
    #contact .wrapper .wrapper1 {
        position: inherit;
        margin-top: 0px;
    }
}

#contact .wrapper .wrapper1 .col-wrapper {
    text-align: center;
}

#contact .wrapper .wrapper1 .col-wrapper img {
    width: 60px;
    display: inline-block;
    padding-bottom: 6px;
}

#contact .wrapper .wrapper1 .col-wrapper h4 {
    font-size: 20px;
    font-weight: 300;
}

#contact .wrapper .wrapper1 input[type=text]:focus {
    border: 1px solid #00aceb;
}

#contact .wrapper .wrapper1 .name-box {
    width: 100%;
    background: #f3f3f3;
    border: 1px solid #dedede;
    padding: 18px;
}

#contact .wrapper .wrapper1 .number-box {
    width: 48%;
    background: #f3f3f3;
    border: 1px solid #dedede;
    margin-right: 16px;
    padding: 18px;
}

@media screen and (max-width: 1199px) {
    #contact .wrapper .wrapper1 .number-box {
        width: 100%;
        margin-right: 0px;
    }
}

#contact .wrapper .wrapper1 .mail-box {
    width: 48%;
    background: #f3f3f3;
    border: 1px solid #dedede;
    padding: 18px;
}

@media screen and (max-width: 1199px) {
    #contact .wrapper .wrapper1 .mail-box {
        width: 100%;
        margin-right: 0px;
    }
}

#contact .wrapper .wrapper1 textarea {
    width: 100%;
    background: #f3f3f3;
    border: 1px solid #dedede;
    padding: 18px;
    color: #a6a6a6;
}

#contact .wrapper .wrapper1 textarea:focus {
    border: 1px solid #00aceb;
}

#contact .wrapper .wrapper1 .submit-btn {
    color: #fff;
    padding: 10px 50px;
    background: #352d8d;
    border-radius: 2px;
    border: 1px solid #d7d7d7;
    margin-top: 10px;
    float: right;
}

#contact .wrapper .wrapper1 .submit-btn:hover {
    background: #00aceb;
    color: #fff;
    transition: all 2s ease;
}

/* aboutus page start----------------------- */
#about-us {
    padding-top: 45px;
    padding-bottom: 40px;
}

#about-us .contact-wrapper h1 {
    font-weight: 300;
    font-size: 35px;
    text-align: center;
}

#about-us p {
    font-size: 15px;
    text-align: justify;
    line-height: 23px;
    font-weight: 300;
}

#about-us .col-wrapper {
    text-align: center;
}

#about-us .col-wrapper h3 {
    font-weight: 300;
    font-size: 28px;
    text-align: center;
}

#about-us .col-wrapper i {
    font-size: 65px;
    display: inline-block;
    padding-bottom: 15px;
}

#about-us .col-wrapper img {
    display: inline-block;
    width: 100px;
    margin: 12px;
}

#news-events {
    padding-top: 45px;
    padding-bottom: 45px;
    text-align: center;
}

#news-events h1 {
    font-weight: 300;
    font-size: 35px;
    text-align: center;
    padding-bottom: 18px;
}

#news-events .news-wrapper {
    width: auto;
    background: #fff;
    border-bottom: 2px solid #222;
    padding: 18px;
    float: left;
    background: #f3f3f3;
    border: 1px solid #ddd;
}

#news-events .news-wrapper img {
    display: inline-block;
}

#news-events .news-wrapper .detail-box {
    padding: 10px 14px 4px 14px;
    float: left;
}

#news-events .news-wrapper .detail-box h5 {
    font-size: 17px;
    color: #222;
}

#news-events .news-wrapper .detail-box p {
    font-size: 15px;
    font-weight: 300;
    text-align: justify;
}

#news-events .news-wrapper .detail-box .ftr {
    width: 100%;
    float: left;
}

#news-events .news-wrapper .detail-box .ftr i {
    float: left;
    color: #00adef;
    font-size: 14px;
    margin-right: 9px;
    padding-top: 7px;
}

#news-events .news-wrapper .detail-box .ftr p {
    float: left;
    font-size: 13px;
    color: #666;
    padding-top: 5px;
}

#news-events .news-wrapper .detail-box .ftr a {
    padding: 4px 14px;
    background: #f3f3f3;
    color: #222;
    float: right;
    border-radius: 25px;
    font-size: 12px;
}

#news-events .news-wrapper .detail-box .ftr a:hover {
    text-decoration: none;
    background: #fff;
    border: 1px solid #fff;
    color: #222;
    transition: all 1s ease;
}

/* gallery page start--------------------------- */
#main-gallery {
    padding-top: 45px;
    padding-bottom: 45px;
    text-align: center;
}

#main-gallery h1 {
    font-weight: 300;
    font-size: 35px;
    padding-bottom: 20px;
}

#main-gallery .album-head {
    padding: 15px 20px;
    background: #eee;
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

#main-gallery .album-head h5 {
    float: left;
}

#main-gallery .album-head a {
    float: right;
    transition: all 1s ease;
    padding-top: 6px;
}

#main-gallery .album-head a:hover {
    padding-right: 12px;
    transition: all 1s ease;
    text-decoration: none;
    color: #666;
}

#main-gallery .album-wrapper {
    width: 360px;
    height: 226px;
    transition: all 1s ease;
    overflow: hidden;
    position: relative;
}

#main-gallery .album-wrapper .overlay-1 {
    position: absolute;
    width: 50px;
    height: 30px;
    z-index: 1;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 104px;
    opacity: 0;
    transition: all 1s ease;
}

#main-gallery .album-wrapper .overlay-1 i {
    font-size: 26px;
    padding: 18px 20px;
    border-radius: 55px;
    background: #fff;
    transition: all 1s ease;
    text-decoration: none;
}

#main-gallery .album-wrapper:hover .overlay-1 {
    transition: all 1s ease;
    opacity: 1;
}

#main-gallery .album-wrapper img {
    display: inline-block;
    transition: all 1s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 100%;
}

#main-gallery .album-wrapper img:hover {
    transition: all 1s ease;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

#main-gallery .col-wrapper {
    padding: 12px 0px 0px 0px;
    background: #eee;
    margin-bottom: 15px;
}

#main-gallery .col-wrapper p {
    padding: 10px 0px;
    font-weight: 300;
    font-size: 16px;
}

#main-gallery .col-wrapper img {
    display: inline-block;
    width: 100%;
}

#main-gallery .col-wrapper a {
    padding: 12px 0px 0px 0px;
    color: #666;
    font-weight: 300;
    font-size: 14px;
    display: inline-block;
    background: #ddd;
    width: 100%;
    transition: all 1s ease-in;
    text-decoration: none;
}

#main-gallery .col-wrapper a:hover {
    background: #00adef;
    transition: all 1s ease-in;
    text-decoration: none;
    color: #fff;
}

#main-gallery .col-wrapper a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #2e3091;
    transition: width 1s;
    margin-top: 5px;
}

#main-gallery .col-wrapper a:hover::after {
    width: 100%;
}




#main-banner ul li img
{
	padding: 0px !important;
}

#features {
padding-top: 65px;
padding-bottom: 55px;
background: #04a2e6;
}
#features .wrapper p {
font-size: 15px;
font-weight: 300;
color: #fff;
}
#features .wrapper a {
padding: 10px 28px;
border-radius: 25px;
background: #2a3b99;
border: 1px solid #d1d1d1;
display: inline-block;
margin-top: 12px;
color: #e6f6fd;
}
#features .wrapper a:hover
{
	color: #2a3b99;
}
#features .wrapper h4
{
	color: #fff
}
#inner-bnr img
{
	padding: 0px !important;
}

#facilities h1
{
	color: #fff;
}

.navbar-collapse ul ul
	
{
	display: none;
	left: 100% !important;
    top: 0;
    transform: translate(0%) !important;
}
.navbar-collapse ul li:hover ul

{
	display: block;
}

*[role="form"] {
    max-width: 80%;
    padding: 15px;
    margin: 0 auto;
    border-radius: 0.3em;
    background-color: #f2f2f2;
}

*[role="form"] h2 { 
    font-family: 'Open Sans' , sans-serif;
    font-size: 18px;
    margin-bottom: 40px;
    font-weight: 600;
    color: #1fbcd4;
    margin-top: 5%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.form-control-ad{
    height: 115px !important;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.btn-prime {
    background-color: #04adef!important;
}
.w-025 {
    width: 20%;
}
.btn {
    color: #fff;
}
.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    font-weight: 500;
    text-align: right;
}
.w-30{
    width: 30px !important;
}

.radio-inline, .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 500;
    vertical-align: middle;
    cursor: pointer;
}
