/* common */
body {
   font-family: gothamlight,"-apple-system,BlinkMacSystemFont",Segoe UI,"Roboto, Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
   font-size: 15px;
   color: #242627;
   background: #EFEFEF;
   letter-spacing: .5px;
   overflow-x: hidden;}

::-moz-selection { background: #2c89c5; color: #fff; }
::selection { background: #2c89c5; color: #fff;}

/**/
a:hover {
  text-decoration: none;}

/* placeholder */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
     color: #6d6a6a;
     font-weight: normal;}
::-moz-placeholder { /* Firefox 19+ */
     color: #6d6a6a;
     font-weight: normal;}
:-ms-input-placeholder { /* IE 10+ */
     color: #6d6a6a;
     font-weight: normal;}
:-moz-placeholder { /* Firefox 18- */
     color: #6d6a6a;
     font-weight: normal;} 

/* number icon remove */	 
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;}	
	
/* autofill */
@-webkit-keyframes autofill {
    to {
        color: #00051b;
        background: transparent;}
}
input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;}
    
  


/* pre-loader */ 
.pre-loader:after {
  content: '';
  display: block;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 50%;
  height: 5px;
  background-color: #128495;
  animation: cardLoader 1s ease-in-out alternate infinite;}
@keyframes cardLoader {
  0% {
    left: 0;
    width: 1%;
    background-color: #f9dc50;
  }
  50% {
    width: 30%;
  }
  100% {
    left: 100%;
    transform: translateX(-100%);
    width: 1%;
    background-color: #128495;
  }
}	



/* custom */
.p-0 {
  padding: 0 !important;}
.p-t-0 {
  padding-top: 0 !important;}
.p-l-0 {
  padding-left: 0 !important;}
.p-l-30 {
  padding-left: 30px !important;}
.p-r-5 {
  padding-right: 5px !important;}
.p-r-0 {
  padding-right: 0 !important;}
.p-r-3 {
  padding-right: 3px !important;}
.p-b-0 {
  padding-bottom: 0 !important;}
.m-b-0 {
  margin-bottom: 0 !important;}
.m-b-5 {
  margin-bottom: 5px !important;}
.p-t-15 {
  padding-top: 15px !important;}
.p-t-5 {
  padding-top: 5px !important;}
.p-b-15 {
  padding-bottom: 15px !important;}
.m-b-20 {
  margin-bottom: 20px !important;}
.m-b-30 {
  margin-bottom: 30px !important;}
.m-t-20 {
  margin-top: 20px !important;}
.m-t-10 {
  margin-top: 10px !important;}
.p-t-20 {
  padding-top: 20px !important;}
@media (min-width: 768px) {
.md-p-l-0 {
  padding-left: 0 !important;}
.md-p-r-0 {
  padding-right: 0 !important;}
}
@media (max-width: 767px) {
.xs-m-b-15 {
  margin-bottom: 15px !important;}
.xs-m-t-15 {
  margin-top: 15px !important;}
}
/**/
.h-80 {
  height: 80px !important;}
.l-blue-text {
  color: #2971b2 !important;}
.m-blue-text {
  color: #61408a !important;}
.l-green-text {
  color: #359f75 !important;}
.l-red-text {
  color: #b7343e !important;}
.l-hash-text {
  color: #545454 !important;}
.f-s-18 {
  font-size: 18px !important;}
.f-s-10 {
  font-size: 10px !important;}
.f-s-15 {
  font-size: 15px !important;}
.f-s-24 {
  font-size: 24px !important;}
.white-space-nowrap {
  white-space: nowrap !important;}
.word-break-all {
  word-break: break-all !important;}
.first-letter::first-letter {
  padding-left: 15px;}
.f-s-13 {
  font-size: 13px !important;}
.f-w-b {
  font-weight: bold !important;}
.vertical-align-top {
  vertical-align: top !important;}
.max-h-300 {
  max-height: 300px !important;}
.max-w-500 {
  max-width: 500px !important;}
.max-h-180 {
  max-height: 180px !important;}
.b-radius-10 {
  border-radius: 10px !important;}
@media (min-width: 768px) {
.md-pull-right {
  float: right !important;}
}


/* button */
button,
.a-btn {
  border: 1px solid #1a8f9b;
  letter-spacing: 2px;
  color: #1a8f9b;
  border-radius: 5px;
  font-size: 16px;
  padding: 12px 25px;
  white-space: nowrap;
  line-height: normal;
  background: transparent;
  -webkit-transition: all .2s;
  transition: all .2s;
  cursor: pointer;}
button:hover,
button:focus,
.a-btn:hover,
.a-btn:focus {
    outline: none;
    background: #1a8f9b;
    color: #fff;}
.a-btn {
    display: inline-block;}
.a-btn:hover,
.a-btn:focus {
    text-decoration: none;}
/* primary-btn */
.primary-btn {
  background: #1987A4;
  color: #fff;}
.primary-btn:hover,
.primary-btn:focus {
  background: #157994;}
/* more-btn */
.more-btn {
  background: transparent;
  font-size: 13px;
  padding: 10px 20px;
  margin-top: 20px;}
.more-btn:hover {
  background: transparent;
  color: #000;}
/* back-btn */
.back-btn {
  background: transparent;
  font-size: 13px;
  padding: 10px 20px;
  margin-bottom: 20px;}
.back-btn:hover {
  color: #000;}

/* wrapper */   
.wrapper {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;}
@media (min-width: 1200px) {
.wrapper {
    max-width: 2500px;
	  padding: 0 100px;}
}
@media (max-width: 1199px) {
.wrapper {
	padding: 0 70px;}
}  
@media (max-width: 991px) {
.wrapper {
	padding: 0 50px;}
} 
@media (max-width: 767px) {
.wrapper {
	padding: 0 25px;}
} 



/* header */
header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: #fff;
  box-shadow: 0 0 5px #e2e2e2;
  padding-left: 25px;
  padding-right: 25px;}
@media (max-width: 991px) {
header {
  height: 60px;}
}
@media (max-width: 767px) {
header {
  height: 110px;
  padding-left: 15px;
  padding-right: 15px;}
}

/* left-logo */
header .left-logo {
  display: inline-block;
  text-decoration: none;
  margin-top: 3px;}
header .left-logo .logo {
  max-width: 100%;
  height: 50px;}
header .left-logo h5 {
  display: inherit;
  font-weight: bold;
  color: #018494;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 22px;
  position: relative;
  top: 13px;
  margin-left: 5px;
  border-left: 2px solid #65c0da59;
  padding-left: 10px;
  padding-bottom: 5px;}
header .left-logo h5 span {
  display: block;}
@media (min-width: 992px) {
header .left-logo {
  margin-top: 19px;}
header .left-logo .logo {
  height: 65px;}
header .left-logo h5 {
  font-size: 32px;}
}
@media (max-width: 991px) {
header .left-logo {
  padding-top: 0;}
header .left-logo .logo {
  height: 30px;
  position: relative;
  top: 4px;}
header .left-logo h5 {
  font-size: 15px;
  line-height: 15px;
  top: 11px;
  margin-left: 5px;}
}
@media (max-width: 991px) {
header .left-logo {
  padding-top: 0;}
header .left-logo .logo {
  height: 25px;}
header .left-logo h5 {
  font-size: 15px;
  line-height: 15px;
  top: 11px;
  margin-left: 5px;}
}
@media (max-width: 399px) {
header .left-logo h5 {
  font-size: 13px;
  line-height: 12px;
  top: 11px;
  margin-left: 0px;}
}

/* right-ul */
header .right-ul {
  padding-left: 0;
  float: right;
  padding-top: 13px;}
header .right-ul li {
  list-style: none;
  margin-left: 10px;
  float: left;}
header .right-ul li img {
  max-width: 100%;
  height: 50px;}
@media (max-width: 1199px) {
header .right-ul li img {
  margin-top: 10px;
  height: 35px;}
}
@media (max-width: 991px) {
header .right-ul {
  padding-top: 10px;
  padding-right: 45px;}
header .right-ul li {
  margin-left: 5px;}
header .right-ul li img {
  margin-top: 5px;
  height: 30px;}
}
@media (max-width: 767px) {
header .right-ul {
  padding-top: 10px;}
header .right-ul li img {
  height: 22px;
  margin-top: 3px;}
}
@media (max-width: 399px) {
header .right-ul li img {
  height: 18px;}
}
/* control-room-no */
header .right-ul li.control-room-no {
  margin-top: -5px;
  padding-right: 15px;
  text-align: center;}
header .right-ul li.control-room-no label {
  text-transform: uppercase;
  color: #0045e0;
  font-weight: bold;
  font-size: 10px;
  margin-bottom: 0;}
header .right-ul li.control-room-no a {
  display: block;
  text-decoration: none;
  color: #c73431;
  line-height: 20px;
  font-size: 16px;}
@media (min-width: 1250px) {
header .right-ul li.control-room-no {
  margin-top: 2px;
  padding-right: 85px;}
header .right-ul li.control-room-no label {
  font-size: 11px;}
header .right-ul li.control-room-no a {
  display: inline-block;
  line-height: 23px;
  padding-right: 5px;
  font-size: 22px;}
header .right-ul li.control-room-no a:last-of-type {
  padding-left: 10px;
  border-left: 1px solid #b5b5b5;}
header .right-ul li.control-room-no .l-text {
  font-size: 23px;}
}
@media (max-width: 991px) {
header .right-ul li.control-room-no {
  margin-top: -7px;}
header .right-ul li.control-room-no label {
  font-size: 9px;}
header .right-ul li.control-room-no a {
  line-height: 16px;
  font-size: 12px;}
header .right-ul li.control-room-no .l-text {
  font-size: 14px;}
}
@media (max-width: 767px) {
header .right-ul li.control-room-no {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
  margin-top: 40px;}
header .right-ul li.control-room-no a {
  line-height: 18px;
  font-size: 16px;}
header .right-ul li.control-room-no .l-text {
  font-size: 12px;}
}

/* link */
header .right-ul li.link a {
  display: block;
  background: #5b5b5b;
  text-align: center;
  color: #fff;
  margin-bottom: 5px;
  text-decoration: none;
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 5px;}
@media (max-width: 991px) {
header .right-ul li.link a {
  font-size: 11px;
  padding: 1px 6px;}
}
@media (max-width: 767px) {
header .right-ul li.link {
  position: absolute;
  z-index: -1;
  left: 0;
  margin-top: 55px;}
header .right-ul li.link a {
  font-size: 9.5px;}
}
@media (max-width: 399px) {
header .right-ul li.link a {
  font-size: 8.5px;}
}




/* desktop-nav */
.desktop-nav {
  width: 100%;
  display: inline-block;}
.desktop-nav ul {
  margin-bottom: 0;
  padding-left: 0;}
.desktop-nav ul li {
  margin-left: 17px;
  list-style: none;
  display: inline-block;}
.desktop-nav ul li a {
  text-decoration: none;
  color: #7a7b7b;}
.desktop-nav ul li a:hover {
  color: #018494;}
.desktop-nav .dropdown-menu {
  border: none;
  padding: 20px 10px;}
.desktop-nav .dropdown-menu .dropdown-item {
  margin-bottom: 8px;
  background: transparent;
  color: #888888;
  font-size: 13px;}
.desktop-nav .dropdown-menu .dropdown-item:hover {
  color: #018494;}
@media (max-width: 991px) {
.desktop-nav {
  display: none;}
}



/* toggle-btn */
.toggle-btn {
  background: transparent;
  min-width: auto;
  box-shadow: none;
  border-radius: 0;
  border: none;
  width: 35px;
  height: 25px;
  position: fixed;
  right: 25px;
  top: 26px;
  padding: 0;}
.toggle-btn:focus,
.toggle-btn:hover {
  outline: none;
  background: transparent;}
.toggle-btn span {
  background-color: #777373;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  width: 100%;
  transition: all .3s ease-in-out;}
.toggle-btn:not(.toggle_btn_on) span:first-child {
  transform: translate3d(0, -4px, 0);
  top: 5px;}
.toggle-btn:not(.toggle_btn_on) span:nth-child(2) {
  top: 11px;}
.toggle-btn:not(.toggle_btn_on) span:last-child {
  transform: translate3d(0, 4px, 0);
  top: 18px;}
/* toggle_btn_on */
.toggle_btn_on {
  z-index: 10;
  top: 20px;
  right: 20px;}
.toggle_btn_on span {
  top: 12px;
  /*background-color: #fff;*/}
.toggle_btn_on span:first-child {
  transform: rotate(135deg) translate3d(0, 0, 0);}
.toggle_btn_on span:last-child {
  transform: rotate(-135deg) translate3d(0, 0, 0);}
.toggle_btn_on span:nth-child(2) {
  opacity: 0;}
@media (max-width: 991px) {
.toggle-btn {
  top: 14px;
  right: 18px;
  width: 30px;}
.toggle-btn:not(.toggle_btn_on) span:nth-child(2) {
  top: 9px;}
.toggle-btn:not(.toggle_btn_on) span:last-child {
  top: 13px;}
}



/* nav */
header nav ul {
  margin-bottom: 0;
  padding-left: 0;}



/* menu */
header nav {
  position: fixed;}
.menu {
  position: relative;}
.menu li {
  list-style: none;}
.menu li a {
  text-decoration: none;
  display: inline-block;
  letter-spacing: 1px;
  text-transform: capitalize;}
.menu li a:hover {
  text-shadow: 0 0 1px #000404;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  color: #138594;}
 .menu {
  position: fixed; 
  right: 0;
  top: 0;}
.menu:not(.expanded) {
  height: 0;
  right: -20px;}
 .menu.expanded {
  background: #fff;
  width: 270px;
  height: 100vh;
  overflow-y: auto;
  z-index: 10;}
.menu.expanded ul {
    padding-top: 60px;}
.menu li {
  visibility: visible;
  opacity: 1;
  padding-left: 30px;
  transition: .5s;
  transform: rotateY(0deg);}
.menu li.hidden {
    width: 0;
    visibility: hidden;
    opacity: 0;
    transform: rotateY(90deg);}
.menu li a {
  transition: .5s;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
  color: #595b5d;}
.menu li a:hover {
  color: #000;}
@media (min-width: 992px) {
header nav {
  display: none;}
}


/* dropdown */
.menu li .dropdown .dropdown-menu {
  position: initial;
  border: none;
  box-shadow: 5px 7px 14px #dcdcdc;
  border-radius: 10px;}
.menu li .dropdown .dropdown-menu .dropdown-item {
  font-size: 13px;
  color: #717475;
  padding-top: 10px;
  padding-bottom: 10px;}
.menu li .dropdown .dropdown-menu .dropdown-item.active,
.menu li .dropdown .dropdown-menu .dropdown-item:hover {
  background: transparent;}
.menu li {
  display: inline-block;
  width: 100%;}


/* top-marquee */
.top-marquee {
  position: fixed;
  z-index: 50;
  background: #fbb03d;
  color: #000;
  padding: 8px 5px;
  top: 120px;
  right: 0;
  left: 0;
  border-bottom: 1px solid #ff030f;
  border-top: 1px solid #ff030f;}
.top-marquee ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;}
.top-marquee h5 {
  display: initial;
  cursor: pointer;
  margin-right: 30px;
  font-size: 15.5px;
  padding: 15px 10px;}
.top-marquee ul li h5::before {
  font-family: 'FontAwesome';
  content: '\f005';
  padding-right: 5px;}
.top-marquee h5:hover {
  color: #000;}
@media (max-width: 991px) {
.top-marquee {
  top: 60px;}
}
@media (max-width: 767px) {
.top-marquee {
  top: 110px;}
}



/* up-marquee  */
.up-marquee {
  height: 300px;
  background: #ffffff;
  border-radius: 10px;
  color: #000;}
.up-marquee h4 {
  font-size: 19px;
  color: #042275;
  font-weight: bold;
  margin-bottom: 0;
  padding: 10px 20px;}
.up-marquee marquee {
  height: 250px;}
.up-marquee marquee ul li {
  margin-bottom: 0;}
.up-marquee h5 {
  cursor: pointer;
  font-size: 14px;
  padding: 10px;
  padding-bottom: 0;}
.up-marquee h5:hover {
  color: #000;}
@media (max-width: 767px) {
.up-marquee {
  height: 230px;}
.up-marquee h4 {
  font-size: 16px;}
.up-marquee marquee {
  height: 175px;}
}



/* card-body */
.card-body {
  background: #fff;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 10px;}



/* blog-row */
.blog-row [class^="col-"] {
  margin-bottom: 25px;}
.blog-row .item {
  position: relative;
  padding-bottom: 20px;
  background: #fff;
  padding: 20px;
  border-radius: 10px;}
.blog-row .item h5 {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 10px;
  color: #018494;}
.blog-row .item h5 a {
  text-decoration: none;
  color: #018494;}
.blog-row .item iframe {
  height: 265px;}
.blog-row .item p {
  margin-top: 10px;}
.blog-row .item .primary-url {
  padding: 5px 0;
  font-size: 12px;
  color: #018494;
  border: none;
  background: transparent;}
.blog-row .item .primary-url:hover {
  color: #000;}
.blog-row .view-all {
  font-size: 15px;
  color: #018494;
  border: none;
  background: transparent;
  padding: 8px 20px;}
.blog-row .view-all:hover {
  color: #000;}
@media (min-width: 1200px) {
.blog-row .item iframe {
  height: 410px;}
}
@media (max-width: 767px) {
.blog-row .item h5 {
  font-size: 18px;}
}






/* modal */
.modal-header .close:hover {
  background: transparent;}
/* modal-body */
.modal-body .l-text p {
  font-size: 20px;
  font-weight: bold;}





/* search */
.search {
  position: relative;
  width: 250px;}
.search input[type="search"] {
  outline: none;
  width: 100%;
  padding-right: 32px;
  padding-left: 15px;
  border-radius: 25px;
  height: 35px;
  border: 1px solid #b0b1b5;}
.search button {
  margin-left: 0;
  padding: 0;
  border: none;
  background: #fff;
  color: #adafb5;
  min-width: auto;
  box-shadow: none;
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 21px;}
@media (max-width: 399px) {
.search {
  width: 100%;}
}




/* main-div */
.main-div {
  padding-top: 160px;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;}
@media (max-width: 991px) {
.main-div {
  padding-top: 98px;}
}
@media (max-width: 767px) {
.main-div {
  padding-top: 148px;}
}

/* section */
section {
  padding-top: 40px;
  padding-bottom: 40px;}





/* paginated */
.paginated {
  width: 100%;
  text-align: center;}
.paginated .current {
  display: inline;
  font-size: 10px;
  position: relative;
  bottom: 1px;}
.paginated .current .text-muted {
  font-size: 18px;}
.paginated .current span {
  padding-left: 2px;
  padding-right: 2px;}
.paginated button {
  border-color: transparent;
  min-width: auto;
  color: #21383e;
  font-size: 13px;
  letter-spacing: 2px;
  box-shadow: inherit;
  background: transparent;
  border-radius: 2px;
  padding: 4px 8px;
  margin-left: 5px;
  margin-right: 5px;}
.paginated button:hover {
  background: transparent;
  border-color: #b3b3b3;
  color: #000;}

  

/* home */
#home {
  overflow: hidden;}
/* carousel */
@media (min-width: 768px) {
#home .carousel img {
  height: 358px;}
}
@media (max-width: 767px) {
#home .carousel img {
  height: 250px;}
}
/* carousel_home_left */
/**/
.carousel-indicators {
  margin-bottom: 0;
  bottom: 5px;}
.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff00a5;}
.carousel-indicators li.active {
  background: #c10780;}
/**/
#home #carousel_home_left .carousel-caption {
  background: #18769887;
  left: 0;
  right: 0;
  padding: 20px;
  bottom: 20px;}
#home #carousel_home_left .carousel-caption h5 {
  font-size: 16px;
  margin-bottom: 0;}
/**/
#home #carousel_home_left .carousel-control-next {
  right: -30px;}
#home #carousel_home_left .carousel-control-prev {
  left: -30px;}
#home #carousel_home_left .carousel-control-next .fa,
#home #carousel_home_left .carousel-control-prev .fa {
  background-image: none;
  color: #ff00a5;
  font-size: 55px;}
@media (max-width: 767px) {
#home #carousel_home_left .carousel-caption h5 {
  font-size: 14px;}
#home #carousel_home_left .carousel-control-next .fa,
#home #carousel_home_left .carousel-control-prev .fa {
  font-size: 30px;}
#home #carousel_home_left .carousel-control-next {
  right: -10px;}
#home #carousel_home_left .carousel-control-prev {
  left: -10px;}
}
/* daily_updates */
@media (max-width: 767px) {
#home #daily_updates.carousel img {
  height: auto;}
}

/* wrapper */
#home .wrapper {
  position: absolute;
  top: 50px;}





/* today-update */
#home .today-update {
  background-image: url('../images/today-update/today-update-bg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-width: 100%;
  padding-top: 10px;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;}
@media (min-width: 1200px) {
#home .today-update .table-responsive {
  overflow: hidden;}
}
/* head */
#home .today-update .head {
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  padding-bottom: 10px;}
#home .today-update .head .icon3 {
  height: 30px;
  margin-bottom: 15px;}
#home .today-update .head .xl-text {
  line-height: 18px;
  font-size: 38px;}
#home .today-update .head .l-text {
  font-size: 26px;}
#home .today-update .head .logo {
  background: #34baaf;
  border-radius: 50px 10px 0 50px;
  padding: 5px 15px;
  max-width: 75%;
  margin-right: -15px;}
/* body */
#home .today-update .body {
  padding-left: 10px;
  padding-bottom: 10px;
  padding-right: 10px;}
/* red-box */
#home .today-update .body .red-box {
  background: #bf312f;
  color: #ffff;
  font-weight: bold;
  margin-bottom: 5px;
  border-radius: 10px;}
#home .today-update .body .red-box .label {
  text-transform: uppercase;
  padding: 0 10px;
  font-size: 18px;}
#home .today-update .body .red-box .data {
  font-size: 34px;
  padding: 0 10px;
  background: #fff;
  color: #bf312f;
  border-radius: 10px;}
/* l-label */
#home .today-update .body .l-label {
  margin-bottom: 5px;}
#home .today-update .body .l-label .xl-text {
  font-size: 20px;
  line-height: 21px;}
#home .today-update .body .l-label .l-text {
  line-height: 21px;
  font-size: 16px;}
/* l-red-l-box */
#home .today-update .body .l-red-l-box {
  background: #ab344c;
  color: #ffff;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 12px;
  border-radius: 10px;}
#home .today-update .body .l-red-l-box .xl-text {
  line-height: 20px;
  font-size: 24px;}
#home .today-update .body .l-red-l-box .label {
  font-size: 16px;}
#home .today-update .body .l-red-l-box .data {
  font-size: 22px;
  line-height: 30px;
  padding: 0 10px;
  background: #fff;
  color: #ab344c;
  border-radius: 10px 0 0 10px;}
/* small-box */
#home .today-update .body .small-box {
  background: #ab344c;
  color: #ffff;
  font-weight: bold;
  margin-bottom: 5px;
  border-radius: 10px;}
#home .today-update .body .small-box .label {
  text-align: left;
  padding-left: 12px;
  font-size: 13px;
  line-height: 15px;}
#home .today-update .body .small-box .data {
  font-size: 22px;
  line-height: 30px;
  padding: 4px 10px;
  background: #fdcf5f;
  color: #383636;
  border-radius: 0 10px 10px 0;}
/* table */
#home .today-update .body table {
  width: 100%;
  font-size: 10.3px;}
#home .today-update .body table th,
#home .today-update .body table td {
  padding: 1px}
#home .today-update .body table th div,
#home .today-update .body table td div {
  border-radius: 5px;
  padding: 5px}
/* thead */
#home .today-update .body table thead {
  color: #fff;}
#home .today-update .body table thead th {
  white-space: nowrap;}
#home .today-update .body table thead th:nth-child(1) div {
  background: #674690;}
#home .today-update .body table thead th:nth-child(2) div {
  background: #a63f6f;
  text-align: center;}
#home .today-update .body table thead th:nth-child(3) div {
  background: #be5092;
  text-align: center;}
/* tbody */
#home .today-update .body table tbody {
  font-weight: bold;
  color: #1f1e1e;}
#home .today-update .body table tbody td:nth-child(1) div {
  background: #fff;}
#home .today-update .body table tbody td:nth-child(2) div {
  background: #eaeaea;
  text-align: center;}
#home .today-update .body table tbody td:nth-child(3) div {
  background: #fff;
  text-align: center;}
/* foot */
#home .today-update .foot {
  background-image: url('../images/today-update/foot-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-width: 100%;
  height: 80px;
  border-radius: 0 0 10px 10px;
  margin-left: auto;
  margin-right: auto;}
/*
#home .today-update .foot {
  background: #fff;
  padding: 10px;}*/
#home .today-update .foot a {
  color: #353535;
  display: inline-block;
  text-decoration: none;}
/* web */
#home .today-update .foot .web { 
  font-size: 12px;}
/* fb */
#home .today-update .foot .fb { 
  font-size: 20px;}
#home .today-update .foot .fb span { 
  font-size: 7px;}
/* control-room-no */
#home .today-update .foot .control-room-no label {
  color: #544693;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
  font-size: 9px;}
#home .today-update .foot .control-room-no .data a {
  display: block;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  color: #91498e;}
/* qr-code */
#home .today-update .foot .qr-code {
  height: 35px;}



/* up-marquee */
#home .up-marquee {
    height: 375px;}
#home .up-marquee marquee {
    height: 320px;}
@media (max-width: 767px) {
#home .up-marquee {
  height: 350px;}
#home .up-marquee marquee {
    height: 300px;}
}


/* about */
/* vice-president */
@media (max-width: 768px) {
.about .vice-president .text-right {
  text-align: left !important;}
.about .vice-president [class^="col-"]:first-of-type {
  order: 2;}
.about .vice-president [class^="col-"]:last-of-type {
  order: 1;
  text-align: center;
  padding-bottom: 20px;}
}
/* img-label-div */
.about .img-label-div {
  background: #ededed;
  padding: 10px;
  border-radius: 10px;}
.about .img-label-div label {
  display: block;
  font-weight: bold;
  color: #000;
  margin-top: 15px;}
@media (max-width: 767px) {
.about .img-label-div {
  margin-top: 20px;
  margin-bottom: 30px;}
}
/* donation-img */
.about .img-label-div .donation-img {
  height: 780px;
  display: block;
  margin-left: auto;
  margin-right: auto;}
@media (max-width: 767px) {
.about .img-label-div .donation-img {
  height: auto;}
}
/* blue-btn */
.about .blue-btn {
  width: 100%;
  color: #fff;
  background: #3caab5;
  font-weight: bold;
  text-align: left;
  border: none;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 40px;}
.about .blue-btn img {
  float: right;
  height: 40px;}
/* small-btn */
.about .blue-btn.small-btn {
  padding: 15px 15px;
  font-size: 16px;}
.about .blue-btn.small-btn img {
  height: 20px;}
/* urgent-contact */
.about .urgent-contact {
  border-radius: 10px;
  padding: 15px;
  background: #fff;}
.about .urgent-contact h2 {
  color: #000;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 22px;}
@media (min-width: 768px) {
.about .urgent-contact .body-data {
  overflow-y: auto;
  height: 881px;}
}
.about .urgent-contact .item {
  border: 1px solid #ddd;
  margin-top: 15px;
  border-radius: 10px;
  padding: 15px;}
.about .urgent-contact .item h4 {
  font-size: 18px;}
.about .urgent-contact .item h3 {
  font-size: 18px;
  font-weight: bold;}
.about .urgent-contact .item select {
  width: 100%;
  padding: 8px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #ccd4d8;}
.about .urgent-contact .item .div-col {
  font-weight: bold;
  margin-top: 12px;}
.about .urgent-contact .item .div-col label {
  color: #086b7d;
  font-size: 13px;
  margin-bottom: 0;}
.about .urgent-contact .item .div-col .data {
  color: #000;}
.about .urgent-contact .item .div-col .data a {
  display: block;
  color: #000;}
.about .urgent-contact .item .div-col .data img {
  max-height: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;}
/* download-form */
.about .download-form {
  border-radius: 10px;
  position: relative;
  padding: 20px;
  background: #fff;}
.about .download-form h2 {
  color: #000;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 22px;}
.about .download-form h2 a {
  color: #000;}
.about .download-form .body-data {
  overflow-y: auto;
  height: 273px;}
.about .download-form ul {
  padding-left: 18px;
  margin-bottom: 0;}
.about .download-form ul li {
 padding-top: 5px;}
.about .download-form ul li a {
  color: #000;
  font-size: 14px;}
.about .download-form .body-data .more-btn {
  background: transparent;
  border: none;
  color: #128495;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);}
/* gallery-carousel */
.about .gallery-carousel .carousel img {
  height: 339px;
  object-fit: cover;}
.about .gallery-carousel .carousel .carousel-caption {
  padding: 20px;
  right: 0;
  left: 0;
  bottom: 0;
  background: #48484870;}
.about .gallery-carousel .carousel .carousel-caption h5 {
  margin-bottom: 0;
  font-size: 18px;}
.about .gallery-carousel .carousel .carousel-control-next .fa,
.about .gallery-carousel .carousel .carousel-control-prev .fa {
  background-image: none;
  font-size: 55px;}
.about .gallery-carousel .carousel .carousel-control-next {
  right: -10px;}
.about .gallery-carousel .carousel .carousel-control-prev {
  left: -10px;}
@media (max-width: 991px) {
.about .gallery-carousel .carousel .carousel-control-next .fa,
.about .gallery-carousel .carousel .carousel-control-prev .fa {
  font-size: 35px;}
}
@media (max-width: 767px) {
.about .gallery-carousel .carousel .carousel-caption h5 {
  font-size: 14px;}
.about .gallery-carousel .carousel .carousel-control-next {
  right: 0;}
.about .gallery-carousel .carousel .carousel-control-prev {
  left: 0;}
}





/* gallery */
#gallery .view-all {
  font-size: 13px;
  color: #018494;
  border: none;
  background: transparent;
  padding: 8px 20px;}
#gallery .view-all:hover {
  color: #000;}


/* pop-up and page-form */

/* col */
.pop-up .modal-body [class^="col-"],
.page-form .page-body [class^="col-"] {
  padding-bottom: 12px;}


/* input's */
.pop-up .modal-body input[type="text"],
.pop-up .modal-body input[type=""],
.pop-up .modal-body input[type="number"],
.pop-up .modal-body input[type="date"],
.pop-up .modal-body input[type="password"],
.pop-up .modal-body input[type="email"],
.pop-up .modal-body input[type="url"],
.pop-up .modal-body input[type="time"],
.pop-up .modal-body input[type="file"],
.pop-up .modal-body select,
.pop-up .modal-body textarea,
.page-form .page-body input[type="text"],
.page-form .page-body input[type=""],
.page-form .page-body input[type="number"],
.page-form .page-body input[type="date"],
.page-form .page-body input[type="password"],
.page-form .page-body input[type="email"],
.page-form .page-body input[type="url"],
.page-form .page-body input[type="time"],
.page-form .page-body input[type="file"],
.page-form .page-body select,
.page-form .page-body textarea {
  width: 100%;
  color: #000;
  padding-left: 15px;
  border: 1px solid #b2b9b9;
  border-radius: 5px;
  margin-top: 5px;
}

/* file */
.pop-up .modal-body input[type="file"],
.page-form .page-body input[type="file"] {
  padding-left: 0;
  border-color: transparent;}

.pop-up .modal-body textarea,
.page-form .page-body textarea {
  padding-top: 5px;
  height: 100px;
}

  .pop-up .modal-body input[type="text"],
  .pop-up .modal-body input[type=""],
  .pop-up .modal-body input[type="number"],
  .pop-up .modal-body input[type="date"],
  .pop-up .modal-body input[type="password"],
  .pop-up .modal-body input[type="email"],
  .pop-up .modal-body input[type="url"],
  .pop-up .modal-body input[type="time"],
  .pop-up .modal-body input[type="file"],
  .pop-up .modal-body select,
  .page-form .page-body input[type="text"],
  .page-form .page-body input[type=""],
  .page-form .page-body input[type="number"],
  .page-form .page-body input[type="date"],
  .page-form .page-body input[type="password"],
  .page-form .page-body input[type="email"],
  .page-form .page-body input[type="url"],
  .page-form .page-body input[type="time"],
  .page-form .page-body input[type="file"],
  .page-form .page-body select {
    height: 35px;}




/* chosen-container */
.pop-up .modal-body .chosen-container .chosen-single,
.page-form .page-body .chosen-container .chosen-single {
    padding-top: 8px;}
.pop-up .modal-body .chosen-container:not(.chosen-container-active) .chosen-single,
.page-form .page-body .chosen-container:not(.chosen-container-active) .chosen-single {
    padding-left: 15px;}



/* choose-img-show */
.pop-up .modal-body .choose-img-div,
.page-form .page-body .choose-img-div {
  position: relative;}
.pop-up .modal-body .choose-img-div .choose-img-show,
.page-form .page-body .choose-img-div .choose-img-show {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 40px;
  max-width: 100%;
  background: #ffff;}



/*/ pop-up Start /*/

/* pop-up-small */
@media (min-width: 768px) {
  .pop-up .body.pop-up-small {
    max-width: 700px;
    width: 80%;}
}
/* pop-up-x-small */
@media (min-width: 768px) {
  .pop-up .body.pop-up-x-small {
    max-width: 400px;}
}
/* pop-up-x-small */
@media (min-width: 768px) {
  .pop-up .body.pop-up-m {
    max-width: 700px;}
}

/* common */
.modal.pop-up {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.pop-up .modal-content {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  height: 100vh;
}

@media (min-width: 576px) {
  .pop-up .modal-dialog {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .pop-up .modal-dialog {
    max-width: 100%;
  }
}

/* body */
.pop-up .body {
  margin: 0 auto;
  background: #fff;
  border-radius: 23px;
}

@media (min-width: 768px) {
  .pop-up .body {
    width: 75%;
  }
}

@media (max-width: 767px) {
  .pop-up .body {
    width: 100%;
  }
}

/* modal-header */
.pop-up .modal-header {
  padding: 0;
}

.pop-up .modal-header h1,
.pop-up .modal-header h2 {
  margin: 0;
  color: #000;
}
.pop-up .modal-header h1 {
  padding-top: 9px;
}
.pop-up .modal-header .close-btn {
  color: #bfbfbf;
  position: relative;
  min-width: auto;
  bottom: 10px;
  left: 25px;
  box-shadow: none;
  border-color: transparent;
  background: transparent;
}

@media (min-width: 768px) {
  .pop-up .modal-header {
    padding: 15px 30px;
  }

  .pop-up .modal-header h1 {
    font-size: 20px;
  }

  .pop-up .modal-header h2 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .pop-up .modal-header {
    padding: 10px 25px;
  }

  .pop-up .modal-header h1 {
    font-size: 19px;
  }

  .pop-up .modal-header h2 {
    font-size: 17px;
  }
}

/* modal-body */
/* common */
.pop-up .modal-body label {
  margin: 10px 0 2px 0;
  width: 100%;
  font-size: 14px;
  color: #848484;
}

@media (min-width: 768px) {
  .pop-up .modal-body {
    padding: 15px 30px;
  }
}

@media (max-width: 767px) {
  .pop-up .modal-body {
    padding: 10px 25px;
  }
}

/* modal-footer */
.pop-up .modal-footer {
  border-top: none;
  padding-top: 5px;
}
.pop-up .modal-footer.text-center {
  justify-content: center;
}
.pop-up .modal-footer button,
.pop-up .modal-footer .a-btn {
  min-width: 90px;
  font-size: 12px;
  padding: 10px;}
.pop-up .modal-footer .delete-btn {
  margin-right: auto;
  padding-left: 0;
}
@media (min-width: 768px) {
  .pop-up .modal-footer {
    padding: 15px 30px;
  }
}

@media (max-width: 767px) {
  .pop-up .modal-footer {
    padding: 10px 25px;
  }
}




/* multi-field */
.multi-field {
  border: 1px solid #e6e6e6;
  position: relative;
  padding: 0 10px 10px;
  margin-bottom: 5px;
  border-radius: 10px;}
.multi-field .div-col {
  float: left;
  width: 50%;
  padding-right: 5px;}
/* btn */
.multi-field .btns {
  position: absolute;
  right: 5px;
  top: 5px;}
.multi-field .add-field-btn,
.multi-field .remove-field-btn {
  padding: 0;
  background: transparent;
  min-width: auto;
  font-size: 27px;
  border: none;
  box-shadow: none;}
.multi-field .remove-field-btn:not(:hover) {
  opacity: .9;}
.multi-field .add-field-btn:not(:hover),
.multi-field .add-field-btn {
  color: #5ea588;}
.multi-field .remove-field-btn {
  color: #e07b7b;}
.multi-row .multi-field:first-of-type .remove-field-btn {
  display: none;}



/* details */
.details .item {
  border-radius: 10px;
  padding: 15px 25px;
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 5px 15px 10px #e4eaff;}
.details .item hr {
  border-color: #8f9094;}
.details .item .more-btn {
  border: none;
  padding-left: 0;}
.details .item .div-col {
  margin-top: 15px;
  cursor: pointer;
  text-align: center;
  height: 100%;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 10px;}
.details .item .div-col img {
  margin-bottom: 10px;
  height: 150px;}
.details .item .div-col p:first-of-type {
  font-weight: bold;
  font-size: 20px;}
.details .item .div-col .rounded-circle {
  height: 150px;
  width: 150px;
  object-fit: cover;}
.details .item .div-col h4 {
  font-weight: bold;
  font-size: 25px;}
.details .item .div-col p {
  margin-bottom: 2px;}
.details .item .div-col a {
  color: #000404;}
@media (min-width: 1200px) {
.details .item .col-md-3 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;}
}

/* index_page */
.index_page .details .item h4 {
  display: table;
  margin-left: auto;
  margin-right: auto;}




/* contact */
/* table */
#contact table th,
#contact table td {
  padding-bottom: 10px;}
#contact table th {
  vertical-align: top;
  padding-right: 15px;}
#contact table tr:first-of-type td {
  white-space: pre-line;}
#contact table td a {
  margin-right: 10px;
  color: #000404;}
#contact table th .fa {
  font-size: 20px;
  color: #128495;}
#contact table th .fa-map-marker {
  font-size: 25px;}
#contact table th .fa-mobile {
  font-size: 30px;}
/* iframe */
#contact iframe {
  height: 350px;}
@media (max-width: 767px) {
#contact iframe {
  height: 200px;
  margin-bottom: 30px;}
}






/* tz-gallery */
.tz-gallery .lightbox-card {
  margin-top: 25px;
  text-align: center;}
.tz-gallery .lightbox-card .primary-img {
  width: 100%;
  height: 200px;
  object-fit: cover;}
.tz-gallery .lightbox-card a {
  text-decoration: none;}


/* login */
.login {
  margin: 0 auto;
  text-align: center;
  width: 95%;
  max-width: 350px;
  background: #ffffff;
  box-shadow: 7px 14px 25px #ccd3d6;
  padding: 30px 5px;
  border-radius: 5px;
  position: absolute;
  right: 50%;
  bottom: 50%;
  -webkit-transform: translate(50%,50%);
  -ms-transform: translate(50%,50%);
  transform: translate(50%,50%);}
/* head */
.login .head img {
  max-width: 80%;}
/* body */
.login .body {
  padding: 15px 30px 30px;}
.login .body h2 {
  margin-bottom: 55px;
  color: #2b2b2b;
  font-weight: bold;
  font-size: 25px;}	
.login .body .div-col {
  position: relative;}
.login .body .div-col img {
  height: 24px;
  position: absolute;
  left: 18px;
  top: 8px;}
.login .body .div-col input {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  padding-left: 55px;
  margin-bottom: 15px;
  border: none;
  outline: none;
  background: #dcf8fd;}
/* placeholder */
.login .body .div-col ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #5ec5ea;}
.login .body .div-col ::-moz-placeholder { /* Firefox 19+ */
  color: #5ec5ea;}
.login .body .div-col :-ms-input-placeholder { /* IE 10+ */
  color: #5ec5ea;}
.login .body .div-col :-moz-placeholder { /* Firefox 18- */
  color: #5ec5ea;}
.login .body .primary-btn {
  padding: 10px 50px;
  font-size: 15px;
  width: 100%;
  border-radius: 10px;
  margin-top: 15px;
  background: #29abe2;
  color: #ffffff;
  padding: 12px 20px;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 18px;}
.login .body .clone_copyright_t {
  font-size: 11px;
  margin-top: 50px;
  color: #575858;}
.login .body .clone_copyright_t a {
  color: #292b2b;}



  

/* footer */

/* bottom-footer */
footer .bottom-footer {
  background: #3db7ad;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;}
footer .bottom-footer p {
  color: #37615d;
  font-size: 13px;
  margin-bottom: 0;}
footer .bottom-footer p span {
  display: inline-block;}
footer .bottom-footer p a {
  color: #284441;}
@media (max-width: 991px) {
footer .bottom-footer {
  padding-top: 15px;
  padding-bottom: 15px;}
}
@media (max-width: 767px) {
footer .bottom-footer p {
  font-size: 10px;}
}