@charset "utf-8";
/* CSS Document by Kafeel */

@font-face {
    font-family: 'oswald_regularregular';
    src: url('../fonts/oswald-regular-webfont.eot');
    src: url('../fonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-regular-webfont.woff2') format('woff2'),
         url('../fonts/oswald-regular-webfont.woff') format('woff'),
         url('../fonts/oswald-regular-webfont.ttf') format('truetype'),
         url('../fonts/oswald-regular-webfont.svg#oswald_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewayregular';
    src: url('../fonts/raleway-regular_0-webfont.eot');
    src: url('../fonts/raleway-regular_0-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/raleway-regular_0-webfont.woff2') format('woff2'),
url('../fonts/raleway-regular_0-webfont.woff') format('woff'),
url('../fonts/raleway-regular_0-webfont.ttf') format('truetype'),
url('../fonts/raleway-regular_0-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotolight';
    src: url('../fonts/roboto-light-webfont.eot');
    src: url('../fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-light-webfont.woff2') format('woff2'),
         url('../fonts/roboto-light-webfont.woff') format('woff'),
         url('../fonts/roboto-light-webfont.ttf') format('truetype'),
         url('../fonts/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.eot');
    src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff'),
         url('../fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('../fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{ margin:0px; padding:0px; width:100%; font-family:robotoregular; background-image:url(../images/bg.jpg);}
.wrap{ background-color:#FFF;}

/* nav bar Section */
.nav-bar{ background-color:#f0eeee; border-top:3px solid #ff6600; padding:5px;}
.nav-bar .time {
    color: #000;
    float: left;
    font-size: 12px;
    text-decoration: none;
}
.nav-bar .time i {
    font-size: 12px;
}
.nav-bar ul {
    float: right;
    margin: 0;
    padding: 0;
}
.nav-bar li {
    cursor: pointer;
    display: inline-block !important;
    font-size: 12px;
    list-style-type: none;
    padding-left:10px;
    padding-right:10px;
    text-align: right;
}
.nav-bar li a {
    color: #333333;
}

/* logo Section */
.logo-section{ background-color:#FFF; padding:8px 5px;}
.aktu{ text-align:right;}

/* Top Menu Bar Section */
.topmenu-section{ background-color:#EB5544;}
#cssmenu {
  position: relative;
  width: auto;
}
#cssmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}
#cssmenu > ul {
  position: relative;
  display: block;
  width: 100%;
  z-index: 500;
}
#cssmenu > ul > li {
  display: block;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}
#cssmenu > ul > #menu-button {
  display: none;
}
#cssmenu ul li a {
  display: block;
  text-decoration: none;
  text-transform:capitalize  
}
#cssmenu > ul > li > a {
  font-size: 13.8px;
  padding: 15px 6px;
  color: #fff;
  font-family:robotolight;

}
#cssmenu > ul > li.has-sub > a {
  padding-right: 32px;
}
#cssmenu > ul > li:hover > a {
  color: #ffffff;
  cursor:pointer;
  background:#BC2A2A 
}
#cssmenu li.has-sub::after {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
}
#cssmenu > ul > li.has-sub::after {
  right: 13px;
  top: 22px;
  border: 5px solid transparent;
  border-top-color: #fff;
}
#cssmenu > ul > li:hover::after {
  border-top-color: #ffffff;
}
#indicatorContainer {
  position: absolute;
  height: 12px;
  width: 100%;
  bottom: 0px;
  overflow: hidden;
  z-index: -1;
}
#pIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  z-index: -2;
  -webkit-transition: left .25s ease;
  -moz-transition: left .25s ease;
  -ms-transition: left .25s ease;
  -o-transition: left .25s ease;
  transition: left .25s ease;
}
#cIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  top: -12px;
  right: 100%;
  z-index: -2;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 70px;
  opacity: 0;
  -webkit-transition: opacity .3s ease, top .25s ease;
  -moz-transition: opacity .3s ease, top .25s ease;
  -ms-transition: opacity .3s ease, top .25s ease;
  -o-transition: opacity .3s ease, top .25s ease;
  transition: opacity .3s ease, top .25s ease;
  z-index: 1000;
}
#cssmenu ul ul ul {
  top: 37px;
  padding-left:15px;
}
#cssmenu ul ul li {
  position: relative;
}
#cssmenu > ul > li:hover > ul {
  left: auto;
  top: 44px;
  opacity: 1;
}
#cssmenu ul ul li:hover > ul {
  left: 170px;
  top: 0;
  opacity: 1;
}
#cssmenu ul ul li a {
  background: rgba(52, 72, 94, 0.92) none repeat scroll 0 0;
    border-bottom: 1px solid #6a8db3;
    color: #fff;
    font-size: 12px;
    padding: 10px;
    width: 180px;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
#cssmenu ul ul li:hover > a {
  background: #fff;
  color:#EB5544;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last > a {
  border-bottom: 0;
}
.submenuArrow {
  border: 6px solid transparent;
  width: 0;
  height: 0;
  border-bottom-color: #fff;
  position: absolute;
  top: -12px;
}
#cssmenu ul ul li.has-sub::after {
  border: 4px solid transparent;
  border-left-color: #9ea2a5;
  right: 10px;
  top: 12px;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}
#cssmenu ul ul li.has-sub:hover::after {
  border-left-color: #fff;
  right: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: auto;
  }
  #cssmenu ul {
    width: auto;
  }
  #cssmenu .submenuArrow,
  #cssmenu #indicatorContainer {
    display: none;
  }
  #cssmenu > ul {
    height: auto;
    display: block;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu li,
  #cssmenu > ul > li {
    display: none;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu ul > li:hover > ul,
  #cssmenu ul ul > li:hover > ul {
    position: relative;
    left: auto;
    top: auto;
    opacity: 1;
    padding-left: 0;
  }
  #cssmenu ul .has-sub::after {
    display: none;
  }
  #cssmenu ul li a {
    padding: 12px 20px;
  }
  #cssmenu ul ul li a {
    border: 0;
    background: none;
    width: auto;
    padding: 8px 35px;
  }
  #cssmenu ul ul li:hover > a {
    background: none;
    color: #8c9195;
  }
  #cssmenu ul ul ul a {
    padding: 8px 50px;
  }
  #cssmenu ul ul ul ul a {
    padding: 8px 65px;
  }
  #cssmenu ul ul ul ul ul a {
    padding: 8px 80px;
  }
  #cssmenu ul ul ul ul ul ul a {
    padding: 8px 95px;
  }
  #cssmenu > ul > #menu-button {
    display: block;
    cursor: pointer;
  }
  #cssmenu #menu-button > a {
    padding: 14px 20px;
  }
  #cssmenu ul.open li,
  #cssmenu > ul.open > li {
    display: block;
  }
  #cssmenu > ul.open > li#menu-button > a {
    color: #fff;
    border-bottom: 1px solid rgba(150, 150, 150, 0.1);
  }
  #cssmenu #menu-button::after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #7a8189;
    border-bottom: 2px solid #7a8189;
    right: 20px;
    top: 15px;
  }
  #cssmenu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #7a8189;
    right: 20px;
    top: 25px;
  }
  #cssmenu ul.open #menu-button::after,
  #cssmenu ul.open #menu-button::before {
    border-color: #fff;
  }
}

/* Banner Section */
.banner{ padding-top:1px;}
.carousel-caption{background-color: rgba(0, 0, 0, 0.62);
    border-top: 3px solid #01c6d9;
    bottom: 0;
    font-family: ralewayregular;
    font-size: 21px;
    left: 0;
    margin: 0;
    padding: 25px 20px;
    right: 0;
    text-align: left;
    width: 60%;
}
.carousel-caption span{ text-transform:uppercase; font-size:22px; color:#60ff00;}
.carousel-caption strong{ text-transform:uppercase; font-size:22px; color:#ffe400;}
.carousel-indicators{ width:50%; margin-left:0px; text-align:right; bottom:0; padding-right:8px;}
.carousel-indicators .active{ background-color:#00C8D8; border:1px solid #00C8D8; width:14px; height:14px; border-radius:0px; transform:rotate(135deg); margin:0px 2px;}
.carousel-indicators li{ background-color:#fff; border:1px solid #fff; width:14px; height:14px; border-radius:0px; transform:rotate(135deg); margin:0px 2px;}

.inner-page{ background-color:#fff; padding:10px; min-height:400px;}
.inner-banner{  background: linear-gradient(
    120deg,
    #0f3b4a 0%,
    #2fa89a 20%,
    #8fbf6a 40%,
    #f3c64d 60%,
    #ff8a2a 80%,
    #ff4b2b 100%
  ); width:100%; background-size:cover; margin-bottom:10px;}
.inner-banner h1{ color:#FFF; text-transform:uppercase; font-size:30px; font-family:oswald_regularregular; line-height:40px;}
h2{ color:#930; text-transform:uppercase; font-size:20px; font-family:robotolight; line-height:none; padding:10px 0px; margin:0px; font-weight:normal}
h2 strong{ font-weight:normal}

/* About Section */
.about h1{ font-family:oswald_regularregular; margin:5px 0px; padding:0px; line-height:33px; font-size:25px;}
.about img{ margin:10px 0px;}
.more {
    border: 1px solid #f05e6b;
    color: #000;
    font-family:robotolight;
    font-size: 15px;
    padding:6px 20px;
	margin-top:5px;
}
.more:hover {
    border: 1px solid #777777;
    color: #f05e6b;
    text-decoration: none;
}

/* Mid Section */
.mid-section{ background-color:#34495E; padding:20px 10px 0px 10px;}

/* Circular Section */
.cir-body{ min-height:330px;}
.cir-header{ background:url(../images/cir-bg.jpg) no-repeat center top; min-height:71px; width:100%; background-size:contain;}
.news-header{ background:url(../images/news-bg.jpg) no-repeat center top; min-height:71px; width:100%; background-size:contain;}
.panel{ border-radius:0px; border:0px !important;}
.panel-heading{ border-radius:0px; padding:21px 20px;}
.glyphicon
{
    margin-right:4px !important; /*override*/
}

.pagination .glyphicon
{
    margin-right:0px !important; /*override*/
}

.pagination a
{
    color:#555;
}

.panel ul
{
    padding:0px;
    margin:0px;
    list-style:none;
}

.news-item
{
    padding:4px 4px;
    margin:0px;
    border-bottom:1px dotted #555; 
}

/* Feroze Section */
.feroze{ background-color:#F0F0F0; padding:15px; text-align:center; min-height:400px;}
.feroze img { margin:0 auto;}
.feroze h2{ padding:20px 20px; margin:0px; color:#e45461; text-transform:uppercase; text-align:center; font-size:26px; font-family:robotoregular; line-height:40px;}

/* Services Section */
.service-main{ padding:20px 0px;}
.service {
    padding: 6em 0;
}
.ser-head h5 {
    color: #f05e6b;
    font-size: 1.2em;
    font-weight: 900;
    line-height: 1.7em;
    margin-bottom: 1em;
    text-transform: uppercase;
}
.ser-head p {
    color: #999;
    font-size: 0.9em;
    line-height: 2em;
    margin: 1em 0;
}
.ser-head ul li {
    color: #999;
    display: block;
    font-size: 0.9em;
    line-height: 2.3em;
    list-style: outside none none;
}
.ser-head ul li i {
    color: #02c7da;
    margin-right: 2%;
}
.hi-icon {
    border-radius: 50%;
    color: #f05e6b;
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    height: 70px;
    position: relative;
    text-align: center;
    width: 70px;
    z-index: 1;
}
.hi-icon::after {
    border-radius: 50%;
    box-sizing: content-box;
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;
}
.hi-icon::before {
    display: block;
    font-size: 30px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 71px;
    text-transform: none;
}
.hi-icon-effect-7 .hi-icon {
    box-shadow: 0 0 0 4px #02c7da;
    transition: background 0.2s ease 0s, color 0.2s ease 0s;
}
.hi-icon-effect-7 .hi-icon:hover {
    color: #02c7da;

}
.hi-icon-effect-7 .hi-icon::after {
    left: -8px;
    opacity: 0;
    padding: 8px;
    top: -8px;
    z-index: -1;
}
.hi-icon-effect-7a .hi-icon::after {
    box-shadow: 0 0 0 #02c7da;
    transition: opacity 0.2s ease 0s, box-shadow 0.2s ease 0s;
}
.hi-icon-effect-7a .hi-icon:hover::after {
    box-shadow: 3px 3px 0 #02c7da;
    opacity: 1;
}
.hi-icon-effect-7a .hi-icon::before {
    opacity: 0.7;
    transform: scale(0.8);
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}
.hi-icon-effect-7a .hi-icon:hover::before {
    opacity: 1;
    transform: scale(1);
}
.ser-grid h3 {
    color: #000;
    font-size: 1.5em;
    margin: 1em 0 0.5em;
	text-transform:uppercase;
}
.ser-grid p {
    color: #666;
    font-size:12px;
    line-height:20px;
	font-family:robotolight;
}
.ser-grid:nth-child(1) {
    border-bottom: 1px dashed #000;
}
.ser-grid:nth-child(2) {
    border-bottom: 1px dashed #000;
    border-left: 1px dashed #000;
}
.ser-grid:nth-child(4) {
    border-left: 1px dashed #000;
}
.ser-grid {
    padding: 1.5em;
    text-align: center;
}
.statistics {
    background: #000 none repeat scroll 0 0;
    padding: 6em 0;
    text-align: center;
}
.ser-top1 h3 {
    color: #fff;
}
.numscroller {
    color: #fff;
    font-size: 2.5em;
}
.statistics-grid h5 {
    color: #b5b4b4;
    font-size: 1.1em;
    margin-bottom: 1em;
    margin-top: 0.5em;
}
.statistics-text {
    border: 6px solid #02c7da;
    border-radius: 100%;
    height: 210px;
    margin: 0 auto;
    padding: 3em 0;
    width: 210px;
}
.sar-t {
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 50%;
}
.sar-t b {
    background: #d5d5d5 none repeat scroll 0 0;
    display: block;
    height: 2px;
    margin-bottom: 3px;
    width: 100%;
}
.sar-t b.line-1 {
    background: #f05e6b none repeat scroll 0 0;
    height: 7px;
    left: 34%;
    margin: 0 auto;
    position: absolute;
    top: -3px;
    width: 28%;
}

/* Contact Us Section */
.contact{ background-color:#34495E; padding:20px 0px 20px 10px;}
.contact h1{ margin:0px; padding:5px 20px; color:#000; font-size:22px; text-transform:uppercase; font-family:robotolight; background-color:#FFF; border-radius:20px 0px 0px 20px;}
.contact h1 span{ font-size:30px; color:#f05e6b;}
.contact-inner{ text-align:center; color:#FFF;}
.contact-inner h3 {
    font-family: robotolight;
    font-size: 15px;
    line-height: 30px;
    margin: 20px 0;
    padding: 0;
    text-transform: uppercase;
}
.contact-inner h3 span{ font-size:24px; font-family:robotoregular;}
.contact-inner h3 p{ font-size:14px;}
.contact-inner h3 p a{ color:#fff;}
.contact-inner h4{ font-size:14px; margin:25px 0px; padding:0px; line-height:20px; color:#47cfdf;}

/* Footer Section */
.footer{ background-color:#252525; padding:15px; color:#fff;}
.footer h3 {font-family:robotolight; font-size:13px; margin:0px; padding:0; text-transform:uppercase;}
.footer h3 span{ font-size:18px; font-family:robotoregular;}
.footer p{ margin:0px; padding:5px 0px; font-size:12px;}

.footer-links{ margin:0px; padding:0px; float:right; margin-top:10%;}
.footer-links li{ list-style:none; float:left; padding:0px 10px; border-right:1px solid #FFF; font-size:13px;}
.footer-links li:last-child{ border-right:none;}
.footer-links li a{ color:#FFF;}

/* Left Section */
.left-link{ margin:0px; padding:0px;}
.left-link li{
    list-style: outside none none;
    margin:0px 0 8px 0;}
.left-link li a{ position:relative; display:block;}
.left-link li a h3 {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 6px;
    color: #fff;
    font-family: oswald_regularregular;
    font-size: 16px;
    left: 6px;
    margin: 0;
    padding: 8px;
    position: absolute;
    right: 5px;
    text-transform: uppercase;
}
.left-link li a:hover h3{ color:#FFF500;}
.left-link li a img{ border: 1px solid #cfcfcf;
    padding: 4px; }
.has-sub:hover {
/*  */
	}
.topmenu a {text-transform:capitalize}


.form_boxnew {width:70%;}
.form_boxnew tr {
    height: 36px;
}
.form_boxnew td:first-child { color:#000; font-weight:bold}
.form_boxnew td:last-child { }
.form_boxnew .textbox, .form_boxnew .comment_box {border:1px solid #B8B8B8; width:400px !important; border-radius:10px; padding:5px;}

/*popup*/
.engiuryform {
    opacity: 1 !important;
    background: #000000bf;display: block;
    padding-top: 69px;    z-index: 9999999;
}
.engiuryform label {
    display: none!important;
}
.regit-img {
    margin: -16px 16px -16px -16px;
}
.regit-img img {
    border-radius: 4px 0 0 4px;
}
.engiuryform input, .engiuryform select, .engiuryform textarea{
    border-radius: 6px !important;
    font-size: 13px !important;
    margin-bottom: -15px !important;
}
.engiuryform .close {
    border: 0;
    background: #f00;
    font-size: 28px;
    position: absolute;
    right: 0;
    top: 0px;
    color: #fff;
    width: 30px;
    z-index: 99999;
    height: 30px;
    border-radius: 13%;
    line-height: 1px;
}
.engiuryform .modal-dialog {
    max-width: 60% !important;
}
.homepopup {width:60%}
.student {
    text-align: center;
}
.student label {
    width: 176px;
    text-align: left;
}
.student .wpforms-validate input {
    border: 1px solid #B8B8B8;
    width: 400px;
    border-radius: 6px;
    padding: 5px;
    margin-bottom: 6px;
    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;
}
.student .wpforms-submit {
    width: 160px !important;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 74px;
    background: #eb5544 !important;
    color: #fff !important;
}
.student img {
    width: 100%;
	margin-left: -12px;
}
.vdo{
    padding: 22px;
    background-color: burlywood;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}


/* ===== MULTI LEVEL MENU CSS ===== */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  background: transparent;
}

.dropdown-submenu > a:after {
  content: "▶";
  float: right;
  font-size: 10px;
  margin-top: 4px;
}

/* Mobile fix */
@media (max-width: 767px) {
  .dropdown-submenu > .dropdown-menu {
    left: 0;
    margin-left: 15px;
	background: transparent;
  }
}



/* ================================
   BASE NAVBAR
================================ */
.custom-nav {
  background:#EB5544;
  border: none;
	margin-bottom: 0px;
}

.custom-nav .navbar-nav > li > a {
  color: #ffffff;
  padding: 15px 3px;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0 auto;
	  white-space: nowrap;  
}

.custom-nav .navbar-nav > li > a:hover,
.custom-nav .navbar-nav > li.open > a {
  background:#a91212;
  color: #fff;
}

/* ================================
   DROPDOWN COMMON
================================ */
.custom-nav .dropdown-menu {
  border: none;
  border-radius: 0;
  padding: 0;
  min-width: 160px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.custom-nav .dropdown-menu > li > a {
  padding: 10px 16px;
  font-size: 14px;
  background: rgb(52 72 94 / 77%) none repeat scroll 0 0;
  color: #ffffff;
	text-transform: capitalize;
}

.custom-nav .dropdown-menu > li > a:hover {
  background: #f1f5f9;
  color:#eb5544;
}

/* ================================
   DESKTOP ONLY (HOVER)
================================ */
@media (min-width: 992px) {

  /* Disable Bootstrap click-open */
  .custom-nav .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease;
  }

  .custom-nav .navbar-nav > li.dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  /* SUB MENU */
  .dropdown-submenu {
    position: relative;
  }

  .dropdown-submenu > a::after {
    content: "›";
    float: right;
    margin-top: 3px;
    font-size: 16px;
  }

  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    transform: translateX(10px);
  }

  .dropdown-submenu:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}

/* ================================
   MOBILE ONLY
================================ */
@media (max-width: 991px) {

  .custom-nav .dropdown-menu {
    box-shadow: none;
    position: static;
  }

  .custom-nav .dropdown-submenu > .dropdown-menu {
    padding-left: 15px;
  }

  .dropdown-submenu > a::after {
    content: "+";
    float: right;
  }
}


.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
}


.navbar-collapse.in {
    overflow-y: auto;
    width: 100%;
}

@media (min-width: 768px) {
    .navbar-header {
        /* float: left; */
        margin: 0 5%;
    }
}
	
	.RightFloat{
	    display: inline-block;
    float: right;
    margin-left: 20px;
	}
	
	.navbar-nav>li>.dropdown-menu {
    background: transparent;
}
	
	
	
	
	.list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list li {
  position: relative;
  padding: 14px 15px 14px 55px;
  margin-bottom: 14px;
  background: #f9fbfd;
  border-left: 4px solid #1d6fa5;
  border-radius: 6px;
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

/* Font Awesome Icon */
.list li::before {
    content: "\f058";          /* check-circle */
    font-family: FontAwesome;  /* FA 4 */
    font-weight: normal;       /* FA 4 me weight nahi hota */
    position: absolute;
    left: 16px;
    top: 18px;
    font-size: 20px;
    color: #1d6fa5;
}

/* Hover effect */
.list li:hover {
  background: #eef6ff;
  transform: translateX(4px);
  transition: all 0.3s ease;
}

	
	.profile-table td[rowspan] {
    text-align: center;
    vertical-align: top;
}

.profile-table .profilephoto {
    width: 200px;
    height: auto;
    max-width: 100%;
    border: 3px solid #1d6fa5;
    padding: 5px;
    border-radius: 6px;      /* optional – thoda smooth look */
    display: block;
    margin: 0 auto;          /* center image */
    background: #fff;
}
.custom-nav .dropdown-menu > li > a {
    white-space:nowrap;/* wrap allow */
    word-wrap: break-word;
    word-break: break-word;
    line-height: 1.4;
}
	
	/* Reset */
.newgallery {
  list-style: none;
  padding: 0;
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}

/* Each item */
.newgallery li {
  padding: 10px;
  width: 25%;            /* Desktop: 4 columns */
  box-sizing: border-box;
}

/* Image wrapper */
.newgallery li a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

/* Image */
.newgallery li img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

/* Hover zoom */
.newgallery li a:hover img {
  transform: scale(1.08);
}

/* Title overlay (optional) */
.newgallery .img-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 13px;
  padding: 6px 10px;
  opacity: 0;
  transition: opacity 0.3s;
}

.newgallery li a:hover .img-title {
  opacity: 1;
}

/* ---------- RESPONSIVE BREAKPOINTS ---------- */

/* Tablet */
@media (max-width: 991px) {
  .newgallery li {
    width: 33.333%;      /* 3 columns */
  }
}

/* Mobile */
@media (max-width: 767px) {
  .newgallery li {
    width: 50%;      
  }

  .newgallery li img {
    height: 180px;
  }
}

	
@media (max-width: 480px) {
  .newgallery li {
    width: 100%;     
  }

  .newgallery li img {
    height: auto;
  }
}

	
	.right-img {
    border: 1px solid #ccc;
    float: right;
    margin: 5px;
    padding: 5px;
		width: 100%;
}
	
	.demo2{height:261px !important;
}

.custom-nav .navbar-nav > li > a.active {
    color: #ffffff;
	background: #920808;
}
.sitemap ul {
    margin: 0;
    padding: 0 5px 4px 0px;
    background: url(../images/site_map_ul.gif) repeat-y 0px 0px;
    position: relative;
    list-style-type: none;
	   list-style-type: none;
    background-repeat: repeat-y;
}

.sitemap li {
    background: url(../images/site_map_list.gif) no-repeat 0px -5px;
    line-height: 16px;
    padding: 0px 4px 0px 16px;
    margin: 10px 0px;
}

.sitemap li a {
    color: #0c3156;
    display: inline-block;
    padding: .5rem 1rem;
}

.sitemap li>a {
    font-weight: 500;
}

.sitemap li ul {
    padding-bottom: 1px;
    display: block;
    border: 0px; list-style: none;
	padding: 0px;
}
/*

.sitemap ul {
    margin: 0;
    padding: 0 5px 4px 10px;
    background: url(../images/site_map_ul.gif)  repeat-y 10px -5px;
    position: relative;
    list-style-type: none;
    background-repeat: repeat-y;
}
*/

.sitemap ul li {
    background: url(../images/site_map_list.gif) no-repeat 0px -5px;
    line-height: 16px;
    padding: 0px 4px 0px 16px;
    margin: 10px 0px;
}

.table thead th{
    background: #3d3d3d;
    color: #ffffff;                 /* dark text */
    font-size:14px;
    font-weight:600;
    text-align:center;
    vertical-align:middle;
    padding:14px 10px;
    border:1px solid #ddd;
    line-height:1.4;
}

/* First column (empty / Sr No) */
.table thead th:first-child{
    width:60px;
}

/* Strong tag inside th */
.table thead th strong{
    font-weight:700;
    color:#000;
    display:inline-block;
}

.table thead th{
         /* light gray background */
    color:#fff;                  /* dark text */
    font-size:14px;
    font-weight:600;
    text-align:center;
    vertical-align:middle;
    padding:14px 10px;
    border:1px solid #ddd;
    line-height:1.4;
}

/* First column (empty / Sr No) */
.table thead th:first-child{
    width:60px;
}

/* Strong tag inside th */
.table thead th strong{
    font-weight:700;
    color:#000;
    display:inline-block;
}

/* Hide date */
#news_ticker .ndate {
    display: none;example_filter
}

/* News item separator */
#news_ticker li {
    border-bottom: 1px solid #ddd;   /* separator line */
    padding: 10px 0;
}

/* Last item ka border hata do */
#news_ticker li:last-child {
    border-bottom: none;
}
/* Hide date */
#content_1 .ndate {
    display: none;
}

/* Separator between list items */
#content_1 li {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

/* Last item ka border remove */
#content_1 li:last-child {
    border-bottom: none;
}
#example_filter{text-align: right;}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 1px 0;
    border-radius: 4px;
    float: right;
}