@import url("https://fonts.googleapis.com/css2?family=Darker+Grotesque:wght@300;400;500;600;700;800;900&display=swap");

  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');



*{
   /*	font-family: 'Darker Grotesque', sans-serif; */
   font-family: 'Poppins', sans-serif;
}
html,body {
    padding: 0;
    margin: 0;
/*     font-family:"Open Sans", Helvetica, Arial, sans-serif; */
	/* font-family: 'Darker Grotesque', sans-serif; */
    font-family: 'Poppins', sans-serif;
	font-size: 14px;
	/* font-weight:bold; */
    background: #fff;
    overflow-x: hidden;
}
p{
		/* font-weight:bold; */
        font-size: 14px;
}

a,small {
    font-size: 13px;
}


a {
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
    color: #72afd2;
}

.dark-mode {
    background-color: black;
    color: white;
  }



h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: 'Darker Grotesque', sans-serif; */
  font-family: 'Poppins', sans-serif;
 	/* font-weight:900 !important; */
}
.mt0 {
    margin-top: 0 !important;
}
.pt10 {
    padding-top: 10px;
}
.pt20 {
    padding-top: 20px;
}
.around20 {
    padding: 20px;
}
.toparea {
    background: #ee4444;
    color: #ffffff;
    /* padding-top: 8px; */
}
.navbar-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
     	/* font-weight:bold; */
}

.navbar-dark .navbar-nav .nav-link {
    color: #f8f9fa;
    font-size: 12px;
     	/* font-weight:bold; */
}

/* *************************************************** */

.loginbtn {
    border-radius: 6px;
    border: 1px solid #fff;
    padding: 6px 20px !important;
    margin-top: 8px;
    margin-left: 10px;
}
.social {
    padding: 0;
    margin: 0;
}
.social li {
    margin: 0 1px;
    list-style: none;
    display: inline-block;
     	font-weight:bold;
}
.social li:first-child {
    margin-left: 0;
}
.social li a {
    width: 32px;
    height: 32px;
    display: block;
    border: 1px solid #fff;
    text-align: center;
    line-height: 30px;
    color: #fff;
    border-radius: 4px;
     	font-weight:bold;
}
.social li a:hover {
    background: #ffffff;
    color: #000;
     	font-weight:bold;
}
.dropdown-item{
	/* font-weight:bold */;
}
.top-list {
}
.top-list {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.top-list li {
    position: relative;
    color: #fff;
    display: inline-block;
    color: #fff;
    padding: 6px 0px 5px 15px;
    font-size: 15px;
     	font-weight:bold;
}
.top-list li i {
    margin: 0px 8px 0px 0px;
}
.top-list li a {
    color: #fff;
    text-decoration: none;
}
.top-list li a:hover {
    color: #a2e5f9;
    text-decoration: none;
}
.top-right {
    margin: 0;
    padding: 0;
    float: right;
}
.top-right li {
    list-style: none;
    margin-left: 0.5em;
    display: inline-block;
}
.top-right li a {
    color: #fff;
    padding: 0em 1em;
    line-height: 30px;
    text-decoration: none;
    border: 1px solid #fff;
    display: inline-block;
    border-radius: 4px;
}
.top-right li a:hover {
    background: #068eb7;
}
.top-right li i {
    padding-right: 0.7em;
}
/* .navbar-nav > li {
    margin-top: 15px;
} */
.header {
    /* background: #ee9191; */
}
.Main-Menu {
    background: #010368;
}
header {
    /*box-shadow:0px 1px 20px 0px rgba(0, 0, 0, 0.10);*/

    /*   padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    z-index: 1; */
}
.logo {
    padding: 0px 0 0;
    height: 100%;
}

.spacet50 {
    padding-top: 50px;
}
.spaceb50 {
    padding-bottom: 50px;
}
.more-btn:hover {
    background: #2b2a29;
    color: #fff;
    text-decoration: none;
}
.more-btn {
    background: #fbbe07;
    border-radius: 30px;
    padding: 10px 30px;
    text-align: center;
    display: inline-block;
    border: 1px solid transparent;
    color: #fff;
    -webkit-box-shadow: 6px 20px 20px -16px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 6px 20px 20px -16px rgba(0, 0, 0, 0.75);
    box-shadow: 6px 20px 20px -16px rgba(0, 0, 0, 0.75);
}
.about {
    color: #000;
    text-transform: uppercase;
    font-size: 25px;
    /* letter-spacing: 2px; */
    font-weight: 700;
    text-align: left;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    /* padding-bottom: 15px; */
    /* margin-bottom: 20px; */
}
.about:before {
    content: "";
    background: #b0dd38;
    width: 34%;
    height: 3px;
    position: absolute;
    bottom: 0;
    /* left: 0%; */
}
.about:after {
    content: "";
    background: #f28104;
    width: 10%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0%;
}
.abouttext {
    font-size: 14px;
    color: #8d8d8d;
    line-height: 30px;
}
.bs-slider {
    overflow: hidden;
    max-height: 100%;
    position: relative;
    background: #000000;
}
.background-opacity {
    position: relative;
}

.background-opacity:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(10, 15, 28, 0.7);
}
.about-title {
    /*background-image: url(../images/aboutbg.jpg);*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
    width: 100%;
    height: 200px;
    color: #fff;
    text-align: center;
}

.about-title .container {
    height: 100%;
    display: table;
}

.page-title-wrapper {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}

.captions {
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1;
    margin: 0 0 7px 0;
}

.breadcrumb {
    margin: 0;
    background-color: transparent;
    text-transform: capitalize;
}

.breadcrumb li {
    display: inline-block;
}
.breadcrumb li a {
    color: #cccccc;
}
.breadcrumb li a:hover {
    color: #fbbe07;
}
.breadcrumb li:last-child {
    pointer-events: none;
}
.breadcrumb li.active a {
    color: #fff;
}
.breadcrumb li + li:before {
    padding: 0 10px;
    color: #cccccc;
    content: "\f105";
    font-family: FontAwesome;
}

.aboutpage {
    margin: 2em 0 0 0;
}
.aboutpage-icon {
    /* float:left; */
    width: 41px;
    position: absolute;
}
.aboutpage-icon i.fa {
    color: #1da0e1;
    font-size: 2em;
}
.aboutpage-info {
    /* float:left; */
    /* width:80%; */
    margin-left: 40px;
}
.aboutpage-info h5 {
    font-size: 1.3em;
    margin-top: 0;
    text-transform: uppercase;
}
.aboutpage-info p {
    line-height: 1.8em;
}
.bs-slider:hover {
    /*cursor: -moz-grab;
    cursor: -webkit-grab;*/
}
.bs-slider:active {
    /*cursor: -moz-grabbing;
    cursor: -webkit-grabbing;*/
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

/*.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
*/

/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    /*opacity: 0;*/
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #000;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: #fff;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control {
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left > span:nth-child(1) {
    left: 45%;
}
.control-round .carousel-control.right > span:nth-child(1) {
    right: 45%;
}

.carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
}
.carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 0;
    background-color: #fff;
}

/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators {
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li {
    padding: 0;
    width: 25px;
    height: 25px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    z-index: 10;
    cursor: pointer;
}
.indicators-line > .carousel-indicators li:last-child {
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active {
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.indicators-line > .carousel-indicators .active:before {
    transform: scale(0.5);
    background-color: #fff;
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 15%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
}

.slide-text > h1 {
    padding: 0;
    color: #ffffff;
    font-size: 70px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text > a.btn-default {
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a.btn-primary {
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}

/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {
        font-size: 18px;
    }
}

/*---------- MEDIA 480px ----------*/
@media (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control {
        display: none;
    }
}
@media (max-width: 320px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default,
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators {
        display: none;
    }
}

/*gallery page*/
.gallery {
    position: relative;
    /*z-index: 2;*/
    /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;*/
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.gallery.pop {
    -webkit-filter: blur(10px);
    filter: blur(10px);
}
.gallery figure {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    padding: 10px;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
}
.gallery figure img {
    width: 100%;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.gallery figure figcaption {
    display: none;
}

.popup {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.75);
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out 0.2s;
    transition: opacity 0.5s ease-in-out 0.2s;
}
.popup.pop {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-in-out 0s;
    transition: opacity 0.2s ease-in-out 0s;
}
.popup.pop figure {
    margin-top: 0;
    opacity: 1;
}
.popup figure {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    margin-top: 30px;
    opacity: 0;
    -webkit-animation: poppy 500ms linear both;
    animation: poppy 500ms linear both;
}
.popup figure img {
    position: relative;
    z-index: 2;
    border-radius: 4px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 6px 30px rgba(0, 0, 0, 0.4);
    width: 100%;
}
.popup figure figcaption {
    position: absolute;
    bottom: 50px;
    background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.78));
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.78));
    z-index: 2;
    width: 100%;
    border-radius: 0 0 4px 4px;
    padding: 100px 20px 20px 20px;
    color: #fff;
    font-size: 32px;
}

.popup .close2 {
    position: absolute;
    z-index: 3;
    top: 10px;
    right: 10px;
    width: 25px;
    line-height: 25px;
    height: 25px;
    cursor: pointer;
    background: #1da0e0;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}
.popup .close2:hover {
    background: #6b0f10;
    color: #f0cd86;
}

.catetab {
    background: #116483;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    margin-top: 10px;
    border-radius: 4px 4px 0px 0;
}

.sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
}
.catelist {
    padding: 0;
    margin: 0;
    border: 1px solid #ddd;
}
.catelist li {
    display: block;
    list-style: none;
    position: relative;
    border-bottom: 1px solid #ddd;
}
.catelist li a {
    color: #000;
    text-decoration: none;
    padding: 10px 35px;
    display: block;
}
.catelist li a:after {
    content: "\f105";
    position: absolute;
    top: 10px;
    left: 20px;
    font-family: "FontAwesome";
}
.catelist li a:hover {
    color: #fff;
    text-decoration: none;
    background: #1da0e0;
}
.catelist li:last-child {
    border-bottom: 0;
}
/*end gallery page*/

/*contact*/
.contact-item {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 30px 30px;
    text-align: center;
    background-color: #fafafa;
    border: 1px solid #ececec;
    transition: all 0.3s ease-in;
    box-shadow: 0px 2px 10px -4px #333745;
}
.contact-item h3 {
    font-size: 20px;
    margin-top: 0;
    text-transform: uppercase;
    color: #000;
}
.contact-item:hover i {
    background: #036494;
    color: #fff;
}
.contact-item i {
    color: #036494;
    border: 2px solid #036494;
    width: 66px;
    height: 66px;
    line-height: 62px;
    font-size: 28px;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.contact-item p {
    line-height: 20px;
    margin-bottom: 0;
}
.courses-head {
    margin: 0px 0 5px;
}
.courses-head span {
    color: #fbbe07;
}

.contact-item:hover {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.contact-page {
    padding-top: 30px;
    padding-bottom: 30px;
}

.contact-page .contact-form {
    padding-top: 20px;
}
.form-group label {
    font-weight: normal;
}
.mapWrapper iframe {
    display: block;
}
/*.form-group .form-control {
  border:#999 1px solid;
  box-shadow: none;
}
*/
textarea {
    resize: none;
    padding: 10px;
    border-radius: 0;
}

.contact-page .contact-wrap {
    margin-top: 20px;
}
.bg-gray {
    background: #f9f8f8;
}
.submitbtn:hover {
    background: #2b2a29;
    color: #fff;
    text-decoration: none;
}
.submitbtn {
    background: #036494;
    border-radius: 30px;
    padding: 10px 30px;
    text-align: center;
    display: inline-block;
    border: 1px solid transparent;
    color: #fff;
    -webkit-box-shadow: 6px 20px 20px -16px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 6px 20px 20px -16px rgba(0, 0, 0, 0.75);
    box-shadow: 6px 20px 20px -16px rgba(0, 0, 0, 0.75);
}
/*end contact*/

.eventbox {
    position: relative;
    background-color: #1da0e0;
    color: #fff;
    margin: 0px 0 25px;
    transition: all 1s ease 0s;
    border-radius: 4px;
    height: 230px;
    overflow: hidden;
}
.eventbox a {
    color: #fff;
    cursor: pointer;
    display: block;
    border-radius: 4px;
}
.eventbox a:hover {
    background-color: #ddd;
    color: #fff;
    cursor: pointer;
}
.evcontentfix {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #016a8a;
    padding: 0 10px 5px;
}
/*.evcontentfix:hover{color: #fff; text-decoration: none;}*/
.eventbox img {
    width: 100%;
    height: auto;
    border-radius: 4px 4px 0 0px;
}
.time {
}
.eventbox h3 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.newsborder {
    border: 1px solid #ddd;
    padding: 10px 10px 0;
}
.newsbox {
    width: 100%;
    clear: both;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.date span {
    display: block;
}
.date {
    width: 60px;
    border-radius: 4px;
    padding-top: 5px;
    background: #084d66;
    color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 2px 30px #d8d8d8;
    height: 50px;
    position: absolute;
    left: 0;
    text-align: center;
}
/*.newscontent{padding-left: 10px;float: left;width: 75%;}
.newscontent a{display: block; color: #036494; text-decoration: none; text-align: right;}
.newscontent a:hover{color: #036494; text-decoration: underline;}*/

.complain {
    min-height: 70px;
    transition: all 1s ease 0s;
    border-radius: 4px;
    background: #016a8a;
    /* position: relative; */
    font-size: 18px;
    margin-top: 10px;
    padding-left: 75px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
    width: 100%;

    /* text-transform: uppercase; */
}
.complain i {
    position: absolute;
    left: 20px;
    font-size: 50px;
}
.complain a {
    text-decoration: none;
    display: block;
    cursor: pointer;
    padding: 10px;
    color: #fff;
}
.complain:hover {
    display: block;
    background: #046493;
}
.newshidescroll {
    overflow-y: scroll !important;
    height: 450px !important;
}
.newscontent {
    width: 100%;
    height: 250px;
    overflow: hidden;
    border: 1px solid #ddd;
    padding: 10px 20px 10px 20px;
    box-shadow: 0 10px 30px #d8d8d8;
    border-radius: 0 0 10px 10px;
}
.newscontent .mask {
    position: relative;
    width: 100%;
    height: 230px;
    overflow: hidden;
}
.newscontent ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.newscontent ul li:last-child {
    border-bottom: 0;
}
.newscontent ul li {
    padding: 10px 0px 25px 70px;
    clear: both;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    min-height: 80px;
}
.newscontent ul li a {
    text-decoration: none;
    color: #000;
    display: block;
}
.newscontent a:hover {
    color: #036494;
    text-decoration: underline;
}
/*.newsbox li{list-style: none; display: block; position: relative;}
.newsbox li.date{position: absolute; width: 50px; border:1px solid #000; height: 50px;}
.newsbox li a{padding-left: 60px;}*/

/*gallery*/
.gallheight {
    height: 250px;
    overflow: hidden;
}
.galleryfancy .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.galleryfancy:hover .content-overlay {
    opacity: 1;
    border-radius: 4px;
}
.overlay-details {
    color: #fff;
    font-size: 24px;
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.galleryfancy:hover .overlay-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}
.fadeIn-bottom {
    top: 80%;
}
.galleryfancy {
    display: block;
    margin-bottom: 10px;
    position: relative;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.galleryfancy img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}
.fancy-lightbox {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 0 !important;
}
.fancy-lightbox-container {
    position: relative;
}
.fancy-lightbox-container > div.fancy-lightbox-item {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}
.fancy-lightbox iframe {
    width: 100%;
    height: 100%;
}
.fancy-lightbox-nav-overlay {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
}
.fancy-lightbox-nav-overlay a {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.5s;
    color: #fff;
    font-size: 30px;
    z-index: 1;
}
.fancy-lightbox-nav-overlay a > * {
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.fancy-lightbox-nav-overlay a > :focus {
    outline: none;
}
.fancy-lightbox-nav-overlay a span {
    padding: 0 30px;
}
.fancy-lightbox-nav-overlay a:last-child span {
    text-align: right;
}
.fancy-lightbox-nav-overlay a:hover {
    text-decoration: none;
}
.fancy-lightbox-nav-overlay a:focus {
    outline: none;
}
.fancy-lightbox-nav-overlay a.disabled {
    cursor: default;
    visibility: hidden;
}
.fancy-lightbox a:hover {
    opacity: 1;
    text-decoration: none;
}
.fancy-lightbox .modal-dialog {
    display: none;
}
.ekko-lightbox .modal-footer {
    text-align: left;
}
.fancy-lightbox-loader {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.fancy-lightbox-loader > div {
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
}
.fancy-lightbox-loader > div > div {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    animation: a 2s infinite ease-in-out;
}
.fancy-lightbox-loader > div > div:last-child {
    animation-delay: -1s;
}
.modal-dialog .fancy-lightbox-loader > div > div {
    background-color: #333;
}
.fancy-lightbox-item img {
    border-radius: 4px;
}
.modal-title {
    display: none;
}
.fancy-lightbox .modal-header {
    padding: 0px;
    border-bottom: none;
}
.fancy-lightbox .close {
    background: #000;
    width: 24px;
    height: 24px;
    display: block;
    text-align: center;
    color: #fff;
    outline: 0;
    border-radius: 100%;
    font-size: 20px;
    position: absolute;
    right: -10px;
    opacity: 100;
    top: -10px;
    text-shadow: none;
    border: 2px solid #fff !important;
    box-shadow: 0px 0px 5px #000;
}
.fancy-lightbox .close:hover {
    background: #6b0f10;
    opacity: 100;
    color: #fff;
    display: block;
}
@keyframes a {
    0%,
    to {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

/*end gallery*/

.cuadro_intro_hover {
    padding: 0px;
    position: relative;
    overflow: hidden;
    height: 230px;
    border-radius: 4px;
    margin-bottom: 30px;
}
.cuadro_intro_hover:hover .eventcaption {
    opacity: 1;
    transform: translateY(-180px);
    -webkit-transform: translateY(-180px);
    -moz-transform: translateY(-180px);
    -ms-transform: translateY(-180px);
    -o-transform: translateY(-180px);
}
.cuadro_intro_hover img {
    text-align: center;
    border-radius: 4px 4px 0 0px;
    width: auto;
    height: auto;
}
.cuadro_intro_hover .eventcaption {
    position: absolute;
    top: 180px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
}
.cuadro_intro_hover .blur {
    background: rgba(30, 160, 224, 0.86);
    height: 300px;
    z-index: 5;
    position: absolute;
    width: 100%;
}
.cuadro_intro_hover .caption-text {
    z-index: 10;
    color: #fff;
    position: absolute;
    height: 300px;
    text-align: center;
    top: -20px;
    width: 100%;
}
.event20 {
    padding: 0px 10px;
    color: #fff;
    position: relative;
    z-index: 6;
}
.newsinner {
    background: #1ea0e0;
    padding: 10px;
}
.newsmaindiv .col-md-4 {
    padding-right: 5px;
    padding-left: 5px;
}
.newsmaindiv .row {
    margin-right: -20px;
    margin-left: -20px;
}
.newspagebox2 {
    background: #0a6fa0;
    min-height: 200px;
    border: 1px solid #bfbebe;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 20px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.3);
}
.newspagebox2 h2 {
    color: #35373e;
    text-transform: uppercase;
    margin-top: 0;
    font-size: 20px;
}
.newspagebox2 h3 {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    padding: 4px 20px;
    font-size: 14px;
}
.newspagebox2 h4 {
    color: #35373e;
    font-size: 16px;
    margin-top: 0;
}
.newspagebox2 p {
    color: #35373e;
}
.newspagebox2 a {
    color: #1ea0e0;
}
.newspagebox2 .date2 {
    color: #1ea0e0;
    font-weight: 700;
}
.newspagebox2 a:after {
    content: "\f178";
    display: inline-block;
    margin-left: 6px;
    font-family: FontAwesome;
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    color: #1ea0e0;
}
.news_titles {
    background: #fff;
    margin: 20px 20px 0;
    padding: 15px 20px;
    position: relative;
    border-radius: 2px;
    /* box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.30); */
}
.newsmain {
    display: block;
    margin-left: -20px;
}
/*footer*/
footer {
   /* background: #ebebeb; */
  background-color: #010368; 
    clear: both;
}
.fo-title {
    color: black;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.fo-title:after {
    position: absolute;
    content: "";
    background: #ee4444;
    width: 40px;
    height: 2px;
    bottom: 0;
    left: 0;
}
.f1-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.f1-list li {
    display: block;
    padding: 2px 15px;
    position: relative;
}
.f1-list li a:after {
    content: "\f105";
    position: absolute;
    top: 2px;
    left: 0px;
    font-family: "FontAwesome";
}
.f1-list li a {
    text-decoration: none;
    color: black;
}
.f1-list li a:hover {
    text-decoration: none;
    color: #a2e5f9;
}
.co-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.co-list li {
    display: block;
    padding: 5px 30px;
    position: relative;
    color: black;
}
.co-list li i {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    font-family: "FontAwesome";
    color: #ffffff;
}
.co-list li a {
    text-decoration: none;
    color: black;
}
.co-list li a:hover {
    text-decoration: none;
    color: #a2e5f9;
}
.fleft {
    text-align: left;
}
.fright {
    text-align: right;
}
.copy-right {
    background: none;
    /* margin-top: 30px; */
    /* padding-bottom: 2px;
    padding: 15px 0 0px; */
    color: white;
}
a.copy {
    color: #fff;
}
.copy img {
    width: 15px;
    height: 15px;
}
a.copy:hover {
    color: #d56e00;
    text-decoration: underline;
}
.fbolist {
    margin: 0;
    padding: 0;
}
.fbolist li {
    list-style: none;
    display: inline-block;
    position: relative;
}
.fbolist li a {
    text-decoration: none;
    color: #fff;
    padding: 0 10px;
}
.fbolist li:after {
    content: "|";
    position: absolute;
    left: -3px;
    top: -1px;
    font-size: 15px;
}
.fbolist li:first-child:after {
    display: none;
}
.fbolist li a:hover {
    text-decoration: none;
    color: #ff910b;
}
.fleft {
    text-align: left;
}
.fright {
    text-align: right;
}
/*end footer*/

h2 {
    margin-top: 0;
}
.list-1 {
    margin: 0;
    padding-left: 12px;
}
.list-1 li {
    /*list-style: disc;*/
    padding-bottom: 5px;
    line-height: 24px;
}
.listsub {
    line-height: 24px;
    margin-bottom: 5px;
}
.listbox {
    padding: 0;
    margin: 0;
}
.listbox li {
    display: block;
    border: 1px solid #000;
    padding: 10px;
    margin-bottom: 4px;
    width: 30%;
    float: left;
}
.listbox + li {
    margin-right: 10px;
    margin-left: 10px;
}
/*.list-1 li:after{position: absolute; left: 0; content: ""; top:0; }*/
.list1 {
    padding: 0;
    margin: 0;
}
.list1 li {
    display: block;
    list-style: none;
    position: relative;
    line-height: 24px;
}
.list1 li {
    text-decoration: none;
    padding: 2px 20px;
    display: block;
}
.list1 li:after {
    content: "\f05d";
    position: absolute;
    top: 2px;
    left: 0px;
    font-family: "FontAwesome";
    color: #000;
}
.list1 li a:hover {
    color: #fecc00;
    text-decoration: none;
}

.info-wrap {
    display: block;
    margin-top: 20px;
}
.info-wrap h4 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    color: #000;
}
.info-wrap h4:after {
    width: 40px;
    height: 2px;
    background-color: #000;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
}
.icon-img {
    float: left;
    margin: 10px 35px 0 0;
}
.item-info-content {
    overflow: hidden;
    text-align: left;
}
.opening-hours {
    border: 2px solid #016a8a;
    padding: 5px 10px 32px;
}
.hourlist {
    padding: 0;
    margin: 0;
}
.hourlist li {
    list-style: none;
    color: #232323;
    font-weight: 600;
    padding: 15px 0;
    border-bottom: 1px #e6e6e6 solid;
    text-transform: uppercase;
}
.hourlist li span {
    float: right;
    color: #016a8a;
}

.team-member {
    position: relative;
    margin-bottom: 20px;
    background: #056b8a;
    border: 1px solid #f5f2f2;
    text-align: center;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.07);
}
.team-member img {
    width: 100%;
    height: auto;
}
.team-member h4 {
    color: #fff;
    margin-bottom: 0;
    padding-top: 10px;
}
.team-member p {
    color: #fff;
    padding-bottom: 10px;
}

.doctortap {
    margin: 0;
    padding: 0;
    list-style: none;
}
.doctortap li {
    width: 100%;
    display: block;
    margin-bottom: 2px;
    border: 1px solid #ddd;
}
.doctortap li + li {
    margin-left: 0;
}
.doctortap li a {
    border-radius: 0;
    color: #333;
}

/*---faqs-----*/
.pxlr-club-faq {
    padding: 20px;
    border: 1px solid #ddd;
}
.panel-group {
    margin-bottom: 10px;
}
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
}
.panel-group .panel .panel-heading {
    padding: 0;
}
.panel-group .panel .panel-heading h4 a {
    background: #fff;
    display: block;
    line-height: 20px;
    padding: 15px;
    text-decoration: none;
    transition: 0.15s all ease-in-out;
}
.panel-group .panel .panel-heading h4 a:hover,
.panel-group .panel .panel-heading h4 a:not(.collapsed) {
    /*background: #008fd5;
    color: #fff;*/
    transition: 0.15s all ease-in-out;
}
.panel-group .panel .panel-heading h4 a:not(.collapsed) i:before {
    content: "-";
    font-size: 30px;
    line-height: 10px;
}
.panel-group .panel .panel-heading h4 a i {
    color: #999;
    font-size: 12px;
}
/*.panel-group .panel .panel-body {padding-top: 0;}*/
.panel-group .panel .panel-heading + .panel-collapse > .list-group,
.panel-group .panel .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}
.panel-group .panel + .panel {
    border-top: none;
    margin-top: 0;
}

.sec-title {
    position: relative;
    text-transform: capitalize;
    margin: 0 0 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.sec-title:after {
    content: "";
    position: absolute;
    left: 0;
    background: #016a8a;
    height: 1px;
    width: 80px;
    bottom: -1px;
    margin: 0 auto;
}

/* ================================
:: 13.0 Testimonial Area css
================================ */
.user-testimonial {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.07);
    margin: 187px 0 0;
    padding: 30px;
    position: relative;
    text-align: center;
}
.user-testimonial img {
    border: 5px solid #fff;
    border-radius: 50%;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.08);
    left: 50%;
    margin: -125px 0 0 -93px;
    position: absolute;
    width: 200px;
    height: 200px;
}
.user-testimonial h3 {
    color: #016a8a;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 103px;
}
.user-testimonial p {
    margin: 20px 0 0;
}

.testimonial-icon i {
    color: #ffc000;
    font-size: 18px;
    margin-right: 2px;
}

.testimonial-icon {
    margin-top: 20px;
}
.testimonial-icon i:last-child {
    margin: 0px;
}

/*------testimonials-------*/
.who-we-are h2 {
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 50px;
    letter-spacing: 1px;
}
.info-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.info-list li {
    position: relative;
    padding-right: 20px;
    margin-bottom: 30px;
}

.info-list li:last-child {
    margin-bottom: 0px;
}

.info-list li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #000;
    font-size: 16px;
}

.info-list li h3 {
    padding-left: 50px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.chooseus {
    border: 1px solid #ddd;
    margin-bottom: 30px;
    padding: 15px;
    text-align: center;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.chooseus img {
    margin: 0px auto 5px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 100px;
}

.chooseus h4 {
    color: #000;
    padding-top: 10px;
}
.chooseus p {
    color: #999;
    padding-bottom: 10px;
}
.chooseus:hover {
    z-index: 20;
    background: #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}

.appointment {
}
/*.appointment textarea{height: 100px !important;}*/

.appointment .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 0px;
    box-shadow: none;
}
.appointment select.form-control {
    height: 50px;
}
.formgroup75 {
    max-height: 75px;
}
.appointment .has-error span.select2-container {
    border: 1px solid #a94442 !important;
    height: 50px;
    overflow: hidden;
}
.appointment .select2-container .select2-selection--single,
.appointment .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
}

.appointment .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
}
.appointment .has-error .form-control {
    border: 1px solid #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.appointment button {
    transition: all 0.4s;
    display: inline-block;
    padding: 15px 30px;
    font-size: 15px;
    font-weight: 700;
    outline: none;
    text-align: center;
    border: 0;
    border-radius: 4px;
    background-color: #016a8a;
    color: #ffffff;
}
.appointment button:hover {
    background-color: #0b4d65;
    color: #ffffff;
}

.appointment select.form-control {
    height: 50px;
}
.appointment .select2-container .select2-selection--single,
.appointment .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
}

.appointment .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
}
.appointment .has-error .form-control {
    border: 1px solid #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.view-all-btn {
    background: #016a8a none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.75px;
    padding: 15px 30px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}
.view-all-btn:focus,
.view-all-btn:hover {
    background: #0b4d65 none repeat scroll 0 0;
    color: #fff;
    outline: 0;
    transition: 0.3s;
}
.eventsdate {
    color: #074d65;
    font-size: 60px;
    font-weight: 900;
    line-height: 36px;
    display: block;
    border-right: 1px solid #e0e0e0;
    padding: 18px 43px 15px 20px;
}
.eventsdate span {
    letter-spacing: 4px;
    padding-top: 8px;
    font-size: 18px;
}
.latestevent {
    width: 100%;
    border-bottom: 1px #e0e0e0 solid;
    padding: 30px 0;
    overflow: hidden;
    clear: both;
}
.evtime {
    display: inline-block;
}
.evtime span {
    color: #000;
    padding-left: 10px;
}
.latestevent h4 {
    color: #000;
}
.latestevent img {
    -webkit-box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.image img {
    width: 100%;
    height: auto;
}
.p-0 {
    padding: 0px;
}
.he-title {
    /*position: relative;*/
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    margin-bottom: 20px;
    display: inline;
}
.he-title:after {
    position: absolute;
    content: "";
    left: 0;
    width: 70px;
    background: #fff;
    height: 2px;
    bottom: 0;
}

.hometop {
    margin-top: -200px;
}
.featurebox1 {
    background: #016989;
    padding: 10px 20px 20px;
    color: #fff;
    min-height: 210px;
}
.featurebox2 {
    background: #037ba0;
    padding: 10px 20px 20px;
    color: #fff;
    min-height: 210px;
}
.featurebox3 {
    background: #0690bb;
    padding: 10px 20px 20px;
    color: #fff;
    min-height: 210px;
}
.featurebox4 {
    background: #069dcc;
    padding: 10px 20px 20px;
    color: #fff;
    min-height: 268px;
}
.morebtn {
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 20px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 30px;
}
.morebtn:hover {
    background: #fff;
    color: #000;
    text-decoration: none;
}
.dropdown-menu {
    min-width: 180px;
    padding: 0px 0;
    margin: 0px 0 0;
    background-color: rgba(12,12,58,.9);
}

@media (max-width: 767px) {
    .social,
    .top-list {
        text-align: center;
    }
    .top-right {
        float: none;
        text-align: center;
    }
    .navbar-nav > li {
        margin-top: 0px;
    }
    .logo img {
        /* height: 20px; */
    }
    .fleft,
    .fright {
        text-align: center;
    }
    .newsmain {
        margin-left: 0px;
        margin-top: 15px;
    }
    .hometop {
        margin-top: -35px;
    }
    h2 {
        margin-top: 20px;
    }
    .navbar-collapse {
        padding-top: 20px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .gallery figure {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    #i3 {
        margin-bottom: 20px;
    }
    .navbar-brand-style h1 {
        font-size: 100%;
    }
    .logo img {
        /* height: 20px; */
        width: 40px;
    }
    .website-name h2 {
        font-size: 1rem;
    }
}
@media (min-width: 481px) and (max-width: 767px) {
    .gallery figure {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
    #i3 {
        margin-bottom: 20px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    /*.logo img{height: 55px; margin-top: 5px;}*/
}
@media (min-width: 900px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
    .dropdown .dropdown-menu {
        display: none;
    }

}

.mediarow .row {
    margin-right: -5px;
    margin-left: -5px;
}
.img_div_modal {
    padding-right: 5px;
    padding-left: 5px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #016a8a;
}

/*fa icon*/

#i1 {
    background-color: red;
    border-radius: 50%;
    padding: 10px;
}
