/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  max-width: 100%;
  width: 100%; }

input,
select,
button {
  box-shadow: none !important;
  outline: none !important; }

input:focus,
select:focus,
button:focus {
  box-shadow: none !important;
  outline: none !important; }

button {
  box-shadow: none !important;
  outline: none !important;
  border: none;
  cursor: pointer; }

a:hover {
  text-decoration: none;
  outline: none !important; }

a:focus {
  outline: none !important; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
  margin-bottom: 0; }

a,
button {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
  cursor: pointer;
  outline: none !important; }

.wrapper {
  clear: both;
  position: relative;
  float: left;
  width: 100%; }

body {
  position: relative; }

p,
a,
input,
label,
button,
span,
body {
  font-family: "Montserrat", sans-serif;
  word-break: break-word; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  word-break: break-word; }

p {
  font-size: 15px;
  line-height: 25px;
  color: #6f7074;
  margin-bottom: 15px;
  text-align: justify;}

.cntrl_grp {
  position: relative; }

.form-control {
  border-radius: 4px;
  border: 1px solid #d9d7d7;
  padding-right: 50px;
  height: 40px;
    margin-bottom: 12px;  }
  .form-control:focus {
    border-color: #020202; }

.icon_txt {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); }

._register:hover {
    background: #232375;
    border: 2px solid #ffffff;
	color:#ffffff;
}

.pan_sign_form span, .pan_sign_form span a{
	color:#ff0000;
}
.btn.with-arrow {
	position: relative;
	background:#000080;
	color:#fff;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s; }
	.btn.with-arrow i {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
.btn.with-arrow:hover {
    padding-right: 50px;
    background: #ffffff;
    color: #000080;
    border: 1px solid #000080;	}
    .btn.with-arrow:hover i {
    right: 18px;
    visibility: visible;
    opacity: 1; }

.pull_right {
  float:right; }
.spacing_module {
  padding: 45px 0; }

.owl-carousel,
select {
  animation: reveal 0s 2s forwards;
  -webkit-animation: reveal 0s 2s forwards;
  visibility: hidden; }

@keyframes reveal {
  to {
    visibility: visible; } }

.form-group {
  margin-bottom: 30px;
  position: relative; }
  .form-group label {
    margin-bottom: 10px;
    font-weight: 700; }

input[type=text],
input[type=password],
input[type=number] {
  background-color: #ffffff;
  border-color: #d9d7d7;
  height: 50px; 
  }

.title_block {
  position: relative; }
  .title_block .section_title {
    display: block;
    clear: both;
    padding-right: 15px;
    font-size: 25px;
    font-weight: 600;
    color: #000080;
    margin-bottom: 10px; }
    @media only screen and (max-width: 480px) {
      .title_block .section_title {
        font-size: 26px; } }
  .title_block .sub_txt {
    display: block;
    clear: both;
    font-size: 14px;
    color: #ed1696;
    font-weight: 500;
    line-height: 25px; }
  .title_block.center_title .section_title {
    text-align: center; }
  .title_block.center_title .sub_txt {
    text-align: center; }
.title_block .section_head {
    display: block;
    clear: both;
    padding-right: 15px;
    font-size: 20px;
    font-weight: 600;
    color: #1c2e5c;
    margin-bottom: 10px; }
.sub_sec_content {
  margin:0px 0 15px }
  .sub_sec_content p {
    color: #6f7074;
    margin-bottom: 10px; }
.section_list {
  margin: 15px 0; }
  .section_list li {
    display: block;
    margin-bottom: 20px; }
    .section_list li span {
      display: block;
      font-size: 15px;
      color: #6f7074;
      position: relative;
      padding-left: 20px;
      line-height: 23px;}
      .section_list li span::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        font-size: 15px;
        width: 10px;
        height: 10px;
        border: 1px solid #020202;
        border-radius: 100%; }

.owl-carousel .owl-dots {
  margin: 15px 0;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center; }
  .owl-carousel .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    background: none;
    border: 1px solid #1c2e5c;
    border-radius: 100%;
    margin-right: 10px; }
    .owl-carousel .owl-dots .owl-dot.active {
      background: #ed1696;
      border: 1px solid #ed1696; }

.breadcrumb_wrapper {
  padding: 120px 0 60px;
  background-size: cover !important;
  background-attachment: fixed !important; }
  .breadcrumb_wrapper h1 {
    display: inline-block;
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px; }
  .breadcrumb_wrapper .breadcrumb_links {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: stretch; }
    .breadcrumb_wrapper .breadcrumb_links li {
      display: block; }
      .breadcrumb_wrapper .breadcrumb_links li a {
        display: block;
        color: #ffffff;
        font-size: 16px;
        position: relative;
        padding-right: 30px;
        margin-right: 15px; }
        @media only screen and (max-width: 480px) {
          .breadcrumb_wrapper .breadcrumb_links li a {
            font-size: 12px;
            margin-right: 7px;
            padding-right: 12px; } }
        .breadcrumb_wrapper .breadcrumb_links li a::before {
          content: ">";
          position: absolute;
          right: 0;
          top: 0;
          color: #ffffff; }
      .breadcrumb_wrapper .breadcrumb_links li span {
        display: block;
        color: #7cd24d;
        font-size: 16px;
        font-weight: 700; }
        @media only screen and (max-width: 480px) {
          .breadcrumb_wrapper .breadcrumb_links li span {
            font-size: 12px; } }

.grey_bg {
  background-color: #f2f2f2 !important; }

@media only screen and (max-width: 767px) {
  .container {
    max-width: 100%; } }
.header_wrapper {
	position:fixed;
	z-index:1000;
}
.top_bar_wrap {
  background: #000080;
  padding: 15px 0; }
  .top_bar_wrap .q_contact_block {
    position: relative;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: stretch; }
    .top_bar_wrap .q_contact_block .q_block {
      margin-right: 30px; }
      .top_bar_wrap .q_contact_block .q_block span {
        color: #ffffff;
        font-size: 14px;
        display: block; }
  .top_bar_wrap .q_socialblock {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end; }
    .top_bar_wrap .q_socialblock a {
      display: inline-block;
          margin-right: 2px;
    margin-left: 23px;
      font-size: 18px;
      color: #ffffff; }
      .top_bar_wrap .q_socialblock a:last-child {
        margin-right: 0; }

.navigation_wrapper {
  background-color: #ffffff !important; }
  .navigation_wrapper .nav_menus {
    height: 100%;
    width: 100%; }
    .navigation_wrapper .nav_menus > ul {
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: stretch;
      height: 100%; }
      .navigation_wrapper .nav_menus > ul > li {
        position: relative;
        display: block; 
        margin-right: 15px; }
        .navigation_wrapper .nav_menus > ul > li:last-child {
          margin-right: 0; }
        .navigation_wrapper .nav_menus > ul > li > a {
          display: block;
          font-size: 16px;
          color: #000000;
          font-weight: 500;
          line-height: 65px; }
          @media only screen and (max-width: 1199px) {
            .navigation_wrapper .nav_menus > ul > li > a {
              font-size: 14px; } }
          .navigation_wrapper .nav_menus > ul > li > a i {
            font-size: 13px;
            display: inline-block;
            margin-left: 5px; }
          .navigation_wrapper .nav_menus > ul > li > a:hover {
            color: #ff0000; }
        .navigation_wrapper .nav_menus > ul > li .nav_dropdown {
          display: none;
          position: absolute;
          top: 100%;
          right: 0;
          background: #ffffff;
          width: 220px;
          z-index: 12; }
          .navigation_wrapper .nav_menus > ul > li .nav_dropdown::before {
            content: "";
            position: absolute;
            top: -8px;
            right: 15px;
            width: 0;
            height: 0;
            border-left: 15px solid transparent;
            border-right: 15px solid transparent;
            border-bottom: 15px solid #ffffff;
            z-index: 1; }
          .navigation_wrapper .nav_menus > ul > li .nav_dropdown li a {
            display: block;
            font-size: 14px;
            color: #6f7074;
            font-weight: 500;
            padding: 15px;
            border-bottom: 1px solid #d9d7d7; }
            .navigation_wrapper .nav_menus > ul > li .nav_dropdown li a:hover {
              color: #ed1696; }
        .navigation_wrapper .nav_menus > ul > li:hover .nav_dropdown {
          display: block; }
    .navigation_wrapper .nav_menus.nav_rt ul {
      justify-content: center; }
  .navigation_wrapper .logo_a {
    display: block;
    width: 112px;
    position: relative;
    z-index: 123; }
    .navigation_wrapper .otten {
    display: block;
    clear: both;
    text-align: center;
    font-weight: 700;
    line-height: 23px;
    color: #000080;
    margin: 11px 0 0 20px;
    font-size: 16px;
    text-transform: uppercase;
}
 .navigation_wrapper .logo_a img {
    display: block;
    position: absolute;
    left: 0;
    top: -15px;
    border-radius: 50%;  }

.top_bar_wrap {
  display: block; }

.navigation_wrapper {
  display: block; }

@media only screen and (max-width: 991px) {
  .top_bar_wrap {
    display: none; }
  .navigation_wrapper {
    display: none; }
  .rd-mobilepanel {
    background: #ffffff; }
  .rd-hm {
    display: table;
    left: auto;
    margin: 0 auto;
    position: relative; }
  .rd-hm a {
    width: 60px;
    display: block; }
  .rd-mobilepanel_toggle {
    background: #ed1696; }
  .rd-mobilemenu_ul {
    background: rgba(255, 255, 255, 0.99); }
  .rd-mobilemenu_ul a i {
    display: none; }
  .rd-mobilemenu_ul a:hover {
    background: #ed1696; }
  .rd-mobilemenu_submenu {
    background: rgba(235, 235, 235, 0.95); }
  .rd-mobilemenu_submenu li a {
    font-size: 13px !important; } }

.slider_wrapper {
  min-height: 400px; }
  .slider_wrapper .camera_commands {
    display: none; }
  .slider_wrapper .camera_caption {
    width: 50%;
    left: 120px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }
    @media only screen and (max-width: 1199px) {
      .slider_wrapper .camera_caption {
        width: 80% !important; } }
    @media only screen and (max-width: 767px) {
      .slider_wrapper .camera_caption {
        width: 100% !important;
        background: #1c2e5c;
        position: relative;
        left: 0;
        top: 0;
        transform: translateY(0);
        -webkit-transform: translateY(0); } }
    .slider_wrapper .camera_caption > div {
      background: none;
      padding: 25px; }
    .slider_wrapper .camera_caption h2 {
      display: block;
      color: #ffffff;
      font-size: 50px;
      margin: 0 0 15px;
      font-weight: 700;
      line-height: 60px;
      border-left: 7px solid #7cd24d;
      padding-left: 30px; }
      @media only screen and (max-width: 767px) {
        .slider_wrapper .camera_caption h2 {
          font-size: 32px;
          line-height: 40px; } }
      @media only screen and (max-width: 480px) {
        .slider_wrapper .camera_caption h2 {
          font-size: 20px;
          line-height: 22px; } }
    .slider_wrapper .camera_caption span {
      display: block;
      clear: both;
      font-size: 18px;
      color: #ffffff;
      line-height: 25px;
      font-weight: 400; }
    .slider_wrapper .camera_caption .slide_btn {
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: stretch;
      margin: 30px 0 0; }
      .slider_wrapper .camera_caption .slide_btn .page_btn {
        margin-right: 15px;
        width: 40% !important; }

@media only screen and (max-width: 767px) {
  .slider_wrapper {
    margin-bottom: 50px; }
  .camera_target {
    position: relative !important; }
  .camera_target_content {
    position: relative !important; }
  .cameraContent {
    position: relative !important; }
  .slide_btn {
    display: none !important; }
  .camera_wrap {
    height: 450px !important; }
  .camera_target {
    height: 320px !important; }
  .camera_wrap img {
    width: 100% !important;
    margin: 0 !important;
    height: 320px !important; } }

.cameraContents::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1; }

.abt_img {
  display: block;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .abt_img {
      margin-bottom: 30px; } }
.header_slider a {
	display: block;
    position: relative;
    overflow: hidden;
    max-height: 217px; 
}
.header_slider a img {
	-webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
	transition: all ease 0.5s; 
	border-radius: 6px;
    margin: 1px;
	
}
.header_slider a:hover {
	transform: scale(1.1);
    -webkit-transform: scale(1.1); 
}
.events_home_wrapper {
  background: #f2f2f2; }
  .events_home_wrapper .events_list_slider {
    margin: 45px 0; }
    .events_home_wrapper .events_list_slider .each_event_slide .img_hold {
      overflow: hidden; }
      .events_home_wrapper .events_list_slider .each_event_slide .img_hold a {
        display: block;
        position: relative;
        overflow: hidden;
        max-height: 217px; }
        .events_home_wrapper .events_list_slider .each_event_slide .img_hold a img {
          -webkit-transition: all ease 0.5s;
          -moz-transition: all ease 0.5s;
          -o-transition: all ease 0.5s;
          -ms-transition: all ease 0.5s;
          transition: all ease 0.5s; }
        .events_home_wrapper .events_list_slider .each_event_slide .img_hold a:hover {
          transform: scale(1.1);
          -webkit-transform: scale(1.1); }
      .events_home_wrapper .events_list_slider .each_event_slide .img_hold .event_dt {
        display: block;
        padding: 10px 20px;
        background: #7cd24d;
        position: absolute;
        top: 0;
        left: 0; }
        .events_home_wrapper .events_list_slider .each_event_slide .img_hold .event_dt h3 {
          font-weight: 800;
          font-size: 25px;
          display: block;
          text-align: center;
          margin-bottom: 10px;
          color: #ffffff; }
        .events_home_wrapper .events_list_slider .each_event_slide .img_hold .event_dt h4 {
          font-weight: 600;
          font-size: 16px;
          display: block;
          text-align: center;
          margin-bottom: 0;
          color: #ffffff; }
    .events_home_wrapper .events_list_slider .each_event_slide .events_meta_block {
      margin: 15px 0; }
      .events_home_wrapper .events_list_slider .each_event_slide .events_meta_block .event_title {
        display: block;
        padding-bottom: 7px;
        border-bottom: 1px solid #d9d7d7;
        margin-bottom: 15px;
        color: #1c2e5c;
        font-size: 18px;
        font-weight: 600; }
      .events_home_wrapper .events_list_slider .each_event_slide .events_meta_block .event_place_date span {
        display: block;
        color: #6f7074;
        font-size: 15px;
        font-weight: 400; }
        .events_home_wrapper .events_list_slider .each_event_slide .events_meta_block .event_place_date span i {
          margin-right: 5px; }

.register_wrapper {
  background-color: #1c2e5c !important;
  background-size: cover !important;
  padding: 30px 0; }
  .register_wrapper .each_reg_block {
    margin-bottom: 15px; }
    .register_wrapper .each_reg_block a {
      background-size: cover !important;
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
		margin: 0 auto;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		border-radius: 100%;
		height: 74px;
		width: 72px;
      position: relative;
      overflow: hidden;
      border: 4px solid #1c2e5c;
      -webkit-transition: all ease 0.5s;
      -moz-transition: all ease 0.5s;
      -o-transition: all ease 0.5s;
      -ms-transition: all ease 0.5s;
      transition: all ease 0.5s; }
      .register_wrapper .each_reg_block a:hover {
        border-color: #7cd24d; }
      
      .register_wrapper .each_reg_block a h2 {
        display: block;
        text-align: center;
        font-size: 30px;
        font-weight: 600;
        color: #ffffff;
        line-height: 42px;
        position: relative;
        z-index: 1; }
		.register_wrapper .each_reg_block  h3 {
        display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    z-index: 1;}

.aboutus_wrapper {
  padding-bottom: 0; }

.about_content_block .sec_img {
  display: block;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .about_content_block .sec_img {
      margin-bottom: 30px; } }

.about_content_block .about_sec_para {
  margin: 40px 0; }
  .about_content_block .about_sec_para p {
    margin-bottom: 15px;
    word-break: break-all;}

.each_aimvision_block {
  margin-bottom: 30px; }
  .each_aimvision_block i {
    display: block;
    margin: 15px 0;
    width: 70px; }
  .each_aimvision_block h2 {
    display: block;
    color: #434343;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px; }
  .each_aimvision_block p {
    display: block;
    font-size: 16px;
    margin-bottom: 10px; }

.vision_mission_wrapper {
  background: #f2f2f2; }

.img_block_about {
  margin: 30px 0; }
  .img_block_about .each_img_block {
    margin-bottom: 30px;
    border: 1px solid #d9d7d7; }
    .img_block_about .each_img_block span {
      display: block;
      margin: 0 auto 15px;
      width: 100%; }
    .img_block_about .each_img_block h2 {
      display: block;
      color: #7cd24d;
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 15px;
      text-align: center;
      padding: 0 15px; }
    .img_block_about .each_img_block p {
      text-align: center;
      font-size: 14px;
      display: block;
      padding: 0 15px; }


.user_social {
  margin: 15px 0; }
  .user_social li {
    display: inline-block;
    margin-right: 10px; }
    .user_social li:last-child {
      margin-right: 0; }
    .user_social li a {
      display: block;
      width: 30px;
      height: 30px;
      border-radius: 100%;
      background: #7cd24d;
      text-align: center;
      line-height: 30px;
      color: #ffffff;
      font-size: 15px; }


.each_program {
  margin-bottom: 30px;
  background: #f2f2f2;
  border: 1px solid #d9d7d7;
  padding: 25px; }
  .each_program i {
    display: block;
    margin: 15px auto;
    width: 100px; }
  .each_program h2 {
    display: block;
    text-align: center;
    font-size: 24px;
    color: #434343;
    margin-bottom: 15px;
    font-weight: 600; }
  .each_program p {
    text-align: center;
    color: #6f7074;
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
    text-indent: 50px;}

.news_scroll_wrapper {
  background-color: #1c2e5c !important;
  padding: 8px 0;
  overflow: hidden; }

.tickercontainer .mask {
  height: 45px !important; }

.news_scroll_block h2 {
  background: #7cd24d;
  height: 80px;
  line-height: 80px;
  display: block;
  color: #ffffff;
  padding: 0 25px;
  position: absolute;
  z-index: 999;
  top: -15px;
  left: 0; }
  .news_scroll_block h2::before {
    content: "";
    position: absolute;
    right: -23px;
    top: -6px;
    height: 130%;
    width: 56px;
    background: #7cd24d;
    transform: skew(25deg, 10deg);
    z-index: -1; }

.news_scroll_ul {
  height: 50px !important; }
  .news_scroll_ul li {
    float: left;
    position: relative;
    padding: 0 20px;
    top: 10px; }
    .news_scroll_ul li::before {
      content: "|";
      position: absolute;
      left: 0;
      top: 0;
      color: #ffffff;
      font-size: 15px; }
    .news_scroll_ul li::after {
      content: "|";
      position: absolute;
      right: 0;
      top: 0;
      color: #ffffff;
      font-size: 15px; }
    .news_scroll_ul li a {
      display: block;
      font-size: 18px;
      color: #ffffff;
      font-weight: 500;
      position: relative;
      padding: 0 15px;
      letter-spacing: 1px; }
      .news_scroll_ul li a:hover {
        color: #7cd24d; }
      .news_scroll_ul li a .new_lbl {
        display: block;
        position: absolute;
        top: -15px;
        right: 15px;
        color: red;
        font-weight: 600;
        font-size: 12px; }

ul.er-controls {
  display: none; }

@media only screen and (max-width: 767px) {
  .news_scroll_wrapper .container {
    padding: 0; } }

.news_home_section {
	background: #fff;
  padding: 4.375rem 0 6.25rem;
}
.news_home_section .container {
  max-width: 109.375rem;
}
.news_home_section h3 {
	color: #0b2e69;
    margin-bottom: 40px;
    padding-top: 23px;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    text-transform: capitalize;
}
.news_home_section .news_list {
    margin: 20px 0; }
.news_home_section .news_list .item {
    display: flex; }

.news_home_section .news_list .each_news_box .img_hold {
    overflow: hidden;
	padding-right: 10px;
	    border-radius: 10px;
	}
.news_home_section .news_list .each_news_box .img_hold img.news_details{
        width: 100%;
    max-height: 362px;
	}

.news_home_section .news_list .each_news_box .img_hold a {
    display: block;
    position: relative;
    overflow: hidden;
    max-height: 217px; 
	border-radius: 10px;
	}
.news_home_section .news_list .each_news_box .img_hold a img {
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
	    border-radius: 10px;
	}
.news_home_section .news_list .each_news_box .img_hold a:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1); 
	}
.news_home_section .news_list .each_news_box .img_hold .event_dt {
        display: block;
    padding: 5px 5px;
    background: #fdb314;
	border-radius: 10px 0 0 0;
    position: absolute;
    top: 0;
    left: 0; 
	}
.news_home_section .news_list .each_news_box .img_hold .event_dt h4 {
    font-weight: 100;
    font-size: 15px;
    display: block;
    text-align: center;
    margin-bottom: 0;
    color: #ffffff;
	}
.news_home_section .news_list .each_news_box .news_txt_block {
    margin: 15px 0; 
	}
.news_home_section .news_list .each_news_box .news_txt_block .news_title {
    display: block;
    padding-bottom: 7px;
    border-bottom: 1px solid #d9d7d7;
    margin-bottom: 15px;
    color: #1c2e5c;
    font-size: 18px;
    font-weight: 600; }
.news_home_section .news_list .each_news_box .news_txt_block .news_updated_date span {
    display: block;
    color: #6f7074;
    font-size: 15px;
    font-weight: 400; }
	.news_home_section .news_list .each_news_box .news_txt_block .news_updated_date p {
    color: #796f6f;
    font-size: 14px;
    padding-bottom: 7px;
    padding-top: 16px; }
	
.news_home_section .news_list .each_news_box .news_txt_block .news_updated_date span i {
    margin-right: 5px;
	}
.news_home_section .news_carosel .owl-nav {
  position: absolute;
  top: 38%;
  left: 14px;
  width: 100%;
  margin-top: -20px;
}
.news_home_section .news_carosel .fa {
  background: #eee;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  line-height: 40px;
  cursor: pointer;
}
.news_home_section .news_carosel .fa:hover {
  background: #fdb314;
  color: #FFF;
}
.news_home_section .news_carosel .fa-chevron-right {
  float: right;
  margin-right: 1px;
}
.news_home_section .news_carosel .fa-chevron-left {
  float: left;
  margin-left: -45px;
}
.scroll {
	max-height: 550px;
    overflow-y: scroll;
    height: 544px;
}
.news_home_section .each_newsbox_content {
	background: #f5f5f5;
    margin: 10px;
    padding: 1.375rem 1rem 0.25rem 1rem;
	    border-radius: 10px;
}
.news_home_section .each_newsbox_content h4{
	white-space: nowrap;
    width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
	color: #0b2e69;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 200;
    text-transform: capitalize;
	padding-bottom: 7px;
}

.news_home_section .each_newsbox_content p{
	color: #796f6f;
    font-size: 14px;
	padding-bottom: 7px;
	padding-top: 16px;
}
.news_home_section .each_newsbox_content span.sub_txt{
	display: block;
    clear: both;
    font-size: 12px;
    color: #999;
    font-weight: 500;
    line-height: 25px;
	    padding-bottom: 11px;
    border-bottom: 1px solid #d9d7d7;
}
.news_home_section .each_newsbox_content .sub_txt i{
	padding-left: 7px;
    padding-right: 7px;
}

@-moz-keyframes ph_icon_animation_style {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -moz-transform: rotate(-5deg) scale(1) skew(1deg)
    }
    20% {
        -moz-transform: rotate(5deg) scale(1) skew(1deg)
    }
    30% {
        -moz-transform: rotate(-5deg) scale(1) skew(1deg)
    }
    40% {
        -moz-transform: rotate(5deg) scale(1) skew(1deg)
    }
    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}
@-webkit-keyframes ph_icon_animation_style {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-5deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(5deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-5deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(5deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}
@-o-keyframes ph_icon_animation_style {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -o-transform: rotate(-5deg) scale(1) skew(1deg)
    }
    20% {
        -o-transform: rotate(5deg) scale(1) skew(1deg)
    }
    30% {
        -o-transform: rotate(-5deg) scale(1) skew(1deg)
    }
    40% {
        -o-transform: rotate(5deg) scale(1) skew(1deg)
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
}
.each_newsbox_content_anima:hover {
	position: relative;
	opacity: .99;
    animation: ph_icon_animation_style 1s ease-in-out;
    transform-origin: 50% 50%;
}
.news_scroll {
  overflow: hidden;
}
.news_scroll ul {
  display: flex;
  width: 80%;
  animation: newscroll linear 40s infinite;
}
.news_scroll ul li {
  flex-shrink: 0;
  width: 100%;
  padding: 3px;
  text-align: center;
  color: #ffffff;
  font-size: 1em;
  font-weight: 600;
  position: relative;
}
@media only screen and (max-width: 1500px) {
  .news_scroll ul li {
    font-size: 0.8em;
  }
}

@keyframes newscroll {
  0% {
    transform: translate3d(100%, 0, 0);
  }
  100% {
    transform: translate3d(-400%, 0, 0);
  }
}
.admission_open {
	top: 163px;
	border-radius: 0 10px;
    transition-duration: 5s;
	z-index: 999;
	background:#fff;
	width: 22%;
    position: fixed;
    right: -299px;
	transition-deley:5s;
	box-shadow: 0 2px 2px 0px #0062cc;
}
.admission_open:hover {
  right: 0;
}
.admission_open .vertical_head{
    padding: 5px 9px 0px 7px;
    background: #000080 ;
    /* width: 24%; */
    color: #fff;
    font-size: 15px;
    border-radius: 6px 6px 0 0;
    position: absolute;
        left: -116px;
    top: 81px;
    transform: rotate( 270deg);
}
.admission_open .vertical_head h4{
       display: block;
    clear: both;
    font-size: 19px;
    margin-bottom: 10px;
    color: #ffffff;
}
.admission_open h4.admision_size{
    display: block;
    clear: both;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #014793;
    text-align: center;
    margin: 32px 0 12px;
    text-transform: uppercase;
}
.admission_open img{
        height: 126px;
}
.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
    from { opacity: 1.0; }
    50% { opacity: 0.5; }
    to { opacity: 1.0; }
}
.owl-carousel.owl-drag .owl-item  {
	margin:0 !important;
}
.home_view {
	background: #f5f5f5;
}

.home_view img.view {
	height: 585px;
	margin-top: 109px;
}

.home_view .container {
  max-width: 109.375rem;
}
.home_view h3 {
	color: #0b2e69;
    margin-bottom: 40px;
    padding-top: 23px;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    text-transform: capitalize;
}
.home_view .each_grid {
	    background: #ffffff;
    width: 100%;
    float: left;
    display: flex;
    margin: 10px;
    padding: 1.375rem 1rem 1.375rem 1rem;
    border-radius: 10px;
    border: 2px solid #f5f5f5;
}

.home_view .each_grid h4{
	color: #0b2e69;
    padding-top: 10px;
    padding-bottom: 7px;
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: capitalize;
	border-bottom: 1px solid #d9d7d7;
}

.home_view .each_grid p{
	color: #796f6f;
    font-size: 14px;
	padding-bottom: 7px;
	padding-top: 16px;
	white-space: nowrap;
    width: 525px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home_view .pdf_style{
	width: 20%;
    margin: 0 15px 0 0;
}
.home_view .pdf_style img{
	width: 100%;
    border-radius: 50%;
    padding: 5px;
    border: 2px solid #dee2e6
}
.home_view .each_grid span.sub_txt{
	display: block;
    clear: both;
    font-size: 11px;
    color: #999;
    font-weight: 500;
    line-height: 25px;
}
.home_view .each_grid .sub_txt i{
}
@media only screen and (max-width: 320px) {
  .home_view .each_grid p {
    width: 200px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.625;
	    white-space: inherit;
} }}
@media only screen and (max-width: 480px) {
  .home_view .each_grid p {
width: 200px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.625;
	    white-space: inherit;}}
@media only screen and (max-width: 767px) {
  .home_view .each_grid p {
width: 200px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.625;
    white-space: inherit;	}}
@-moz-keyframes ph_icon_animation_style {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -moz-transform: rotate(-5deg) scale(1) skew(1deg)
    }
    20% {
        -moz-transform: rotate(5deg) scale(1) skew(1deg)
    }
    30% {
        -moz-transform: rotate(-5deg) scale(1) skew(1deg)
    }
    40% {
        -moz-transform: rotate(5deg) scale(1) skew(1deg)
    }
    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}
@-webkit-keyframes ph_icon_animation_style {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-5deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(5deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-5deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(5deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}
@-o-keyframes ph_icon_animation_style {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -o-transform: rotate(-5deg) scale(1) skew(1deg)
    }
    20% {
        -o-transform: rotate(5deg) scale(1) skew(1deg)
    }
    30% {
        -o-transform: rotate(-5deg) scale(1) skew(1deg)
    }
    40% {
        -o-transform: rotate(5deg) scale(1) skew(1deg)
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
}
.each_newsbox_content_anima:hover {
	position: relative;
	opacity: .99;
    animation: ph_icon_animation_style 1s ease-in-out;
    transform-origin: 50% 50%;
}
.extra_section {
margin-top:1px;
margin-bottom: 35px;
padding:35px;
}
@media (min-width: 320px) {
  .extra_section .what_we P{
    margin: 0px 0 0 !important;
    text-align: left;
	}
.extra_section .team_title {
	margin: 0px 0 3px !important;
}
.extra_section .team_title h4 {
	margin: 0px 0 10px !important;
   line-height: 25px !important;
   text-align: left;
}
  .extra_section .team_title p {
    text-align: left;
}}
 @media (min-width: 480px) {
   .extra_section .what_we P{
    margin: 0px 0 0 !important;
    text-align: left;
	}
	.extra_section .team_title {
	margin: 0px 0 3px !important;
}
.extra_section .team_title h4 {
	margin: 0px 0 10px !important;
   line-height: 25px !important;
}
.extra_section .team_title p {
  text-align: left;
}}
 @media (min-width: 767px) {
  .extra_section .what_we P{
    margin: 0px 0 0 !important;
    text-align: left;
	}
	.extra_section .team_title {
	margin: 0px 0 3px !important;
}
.extra_section .team_title h4 {
	margin: 0px 0 10px;
   line-height: 25px !important;
}
  .extra_section .team_title p {
    text-align: left;
}}
 @media (min-width: 920px) {
  .extra_section .what_we P{
    margin: 0px 0 0;
    text-align: left;
	}
.extra_section .team_title p {
  text-align: left;
}}
  @media (min-width: 1200px) {
    #about_service_menu .container {
        max-width: 1400px !important;
    }
    }
@media screen and (min-width: 1400px) {
  #about_service_menu .container {
    width: 1400px !important;
  }
}
@media screen and (min-width: 1600px) {
  #about_service_menu .container {
    width: 1500px !important; 
  }
}
@media screen and (min-width: 1900px) {
  #about_service_menu .container  {
    width: 1600px !important;
  }
}
@media screen and (min-width: 2000px) {
  #about_service_menu .container {
    width: 1970px !important;
  }
}
.extra_section .team_title{
    width: 100%;	
	margin: 0px 0 30px;
    text-align: center;
}
.extra_section .team_title h3{
	margin: 10px;
    line-height: 30px;
	color: #000080;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    text-transform: capitalize;
}
.extra_section .team_title h4{
	margin: 10px 0 10px;
    font-size: 20px;
    color: #8b8282de;
    line-height: 15px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
}
.extra_section .team_title p{
    text-align: center;
}
.extra_section .team_title .ti_details {
	margin: 0 auto;
    width: 50%;
}
.extra_section .what_we P{
	margin: 92px 0 0;
    color: #929699;
    /* text-align: center; */
    line-height: 23px;
    font-weight: 600;
    text-transform: capitalize;
}

.extra_section .what_we ul {
    list-style-type: none
    list-style-type: none;
    margin-top: 16px;
    margin-bottom: 16px;
}
.extra_section .what_we li {
   margin: 8px 0px;
    padding-right: 0px;
    margin-bottom: 3px;
    font-size: 14px;
} 
.extra_section .what_we li:nth-child(even) {
  background: #9e9e9e21;
  border-radius: 10px;
  margin-right: 8px ;}
.extra_section .what_we h4{
	margin: 10px;
    font-size: 20px;
    color: #000080;
    line-height: 23px;
    font-weight: 600;
    text-transform: capitalize;
}

.extra_section .what_we .fa {
  background: #eee;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 50%;
  line-height: 26px;
  cursor: pointer;
}
.extra_section .what_we li:hover .fa{
  color:#ed1696;
}
.events_home_section {
	background: #FFF;
  padding: 4.375rem 0 6.25rem;
}
.events_home_section h3 {
	color: #0b2e69;
    margin-bottom: 0;
    /* text-align: center; */
    font-size: 2rem;
    font-weight: 700;
    text-transform: capitalize;
}
.events_home_section span.sub_txt {
    display: block;
    clear: both;
    font-size: 14px;
    color: #ed1696;
    font-weight: 500;
    line-height: 25px; }
.events_home_section .events_list_slider {
    margin: 45px 0; }
.events_home_section .events_list_slider .each_event_slide .img_hold {
    overflow: hidden;
	    margin: 3px;
	border-radius: 10px;
	}
.events_home_section .events_list_slider .each_event_slide .img_hold a {
    display: block;
    position: relative;
    overflow: hidden;
    max-height: 217px; 
	}
.events_home_section .events_list_slider .each_event_slide .img_hold a img {
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
	    border-radius: 10px;
	}
.events_home_section .events_list_slider .each_event_slide .img_hold a:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1); 
	}
.events_home_section .events_list_slider .each_event_slide .img_hold .event_dt {
        display: block;
    padding: 10px;
    background: #00008094;
    position: absolute;
        top: 4px;
    left: 3px;
    border-radius: 28% 0 0 0;
	}
.events_home_section .events_list_slider .each_event_slide .img_hold .event_dt h3 {
    font-weight: 800;
    font-size: 25px;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    color: #ffffff; 
	}
.events_home_section .events_list_slider .each_event_slide .img_hold .event_dt h4 {
    font-weight: 600;
    font-size: 16px;
    display: block;
    text-align: center;
    margin-bottom: 0;
    color: #ffffff; 
	}
.events_home_section .events_list_slider .each_event_slide .events_meta_block {
    margin: 15px 0; 
	}
.events_home_section .events_list_slider .each_event_slide .events_meta_block .event_title {
    display: block;
    padding-bottom: 7px;
    border-bottom: 1px solid #d9d7d7;
    margin-bottom: 15px;
    color: #1c2e5c;
    font-size: 18px;
    font-weight: 600; }
.events_home_section .events_list_slider .each_event_slide .events_meta_block .event_place_date span {
    display: block;
    color: #6f7074;
    font-size: 15px;
    font-weight: 400; }
.events_home_section .events_list_slider .each_event_slide .events_meta_block .event_place_date span i {
    margin-right: 5px;
	}
.events_home_section .events_carosel .owl-nav {
  position: absolute;
  display:block;
  top: 38%;
  left: 14px;
  width: 100%;
  margin-top: -20px;
}
.events_home_section .events_carosel .owl-nav .fa {
  background: #eee;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  line-height: 40px;
  cursor: pointer;
}
.events_home_section .events_carosel .fa:hover {
  background: #fdb314;
  color: #FFF;
}
.events_home_section .events_carosel .fa-chevron-right {
  float: right;
  margin-right: 1px;
}
.events_home_section .events_carosel .fa-chevron-left {
  float: left;
  margin-left: -45px;
}
.glry_section {
	margin-top: 35px;
    margin-bottom: 35px;
    padding: 35px;
}
.glry_section .team_title{
    width: 100%;	
	margin: 0px 0 45px;
    text-align: center;
}
.glry_section .team_title h3.ti_head{
	margin: 10px;
    font-size: 1.7em;
    color: #929699;
    text-align: center;
    line-height: 23px;
    font-weight: 600;
    text-transform: capitalize;
}
.glry_section .clients .clients_item{
  border: 1px solid #dfdfde;
    background: #fff;
    border-radius: 3px;
    padding: 10px;
}
.glry_section .clients .clients_item .cli_over{
  position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0;
    background-color: #ffa500ad;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}
.glry_section .clients .clients_item:hover .cli_over{
height:100%;
}
.glry_section .glry_grid {
  margin-bottom: 4px;
    height: 285px;
    max-height: 285px;
    min-height: 285px;
    border-radius: 5px;
    width: 100%;
    padding: 3px;
}
.glry_section .glry_grid .loca_item iframe{
  height: 390px;
    max-height: 390px;
    min-height: 283px;
    border-radius: 5px;
    width: 100%;
}
.glry_section .glry_grid .loca_item img{
  height: 283px;
    max-height: 283px;
    min-height: 283px;
    border-radius: 5px;
    width: 100%;
}
.glry_section .glry_grid .loca_title {
  position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    background-color: #dc3545;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    height: 0;
    transition: .5s ease;
}

.glry_section .glry_grid:hover .loca_title {
  height:10%;
}

.glry_section .glry_grid .loca_title .text {
  color: white;
    font-size: 16px;
    /* position: absolute; */
    top: 50%;
    margin: 10px;
    text-align: center;
}
.glry_section .glry_grid .loca_title .text h4{
  margin: 0 0 6px;
    font-size: 15px;
    color: #ffffff;
    line-height: 8px;
    text-align: center;
    text-transform: capitalize;
}
.glry_section .glry_grid .tooltip {
   background:orange;
   color:#ffffff;
}
.each_staff_block {
  margin-bottom: 20px;
    border-radius: 5px;
    width: 100%; }
  .each_staff_block .img_hold {
    margin-bottom: 20px;
    border-radius: 50%;
    box-shadow: 2px 9px 5px #e9ecef;
	width: 80%;
	background: #e9ecef82;
	margin: 0 auto;}
  .each_staff_block .img_hold img{
        border-radius: 50%;
    width: 93%;		}

    .each_staff_block .img_hold span {
      display: block;
      width: 100%; }
  .each_staff_block .staff_pdata{
    position: absolute;
    bottom: 0px;
    right: 0;
    background-color: #fff;
    box-shadow: 6px 4px 34px 1px #e9ecef;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;}
	.each_staff_block:hover .staff_pdata {
  height:28%;
}
.each_staff_block .text {
  color: white;
    font-size: 20px;
    /* position: absolute; */
    top: 50%;
    margin: 10px;
    text-align: center;
}
	.each_staff_block .staff_pdata h3 {
    display: block;
    clear: both;
    padding-bottom: 5px;
    color: #dc3545;
    font-weight: 600;
    font-size: 16px;
    text-align: center;}
  .each_staff_block .staff_pdata span {
        display: block;
    clear: both;
    font-size: 13px;
    color: #dc35459e;
    text-align: center;	}
.each_staff_block .staff_officedata  {
        margin: 20px 0;}
.each_staff_block .staff_officedata h3 {
    display: block;
    clear: both;
    padding-bottom: 10px;
    color: #1c2e5c;
    font-weight: 600;
    font-size: 16px; 
	text-align: center;}

.hvr-float {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  transform: translateY(-8px);
}
.vertical-tabs{
    font-size:15px;
    padding:10px;
    color:#000
}
 .vertical-tabs .nav-tabs .nav-link{
	     background-color: #e9ecef;
    border-radius: 0;;
    text-align:center;
}
.vertical-tabs .nav-tabs .nav-item a h4{
        margin: 10px;
    font-size: 20px;
    color: #dc3545;
    line-height: 23px;
    font-weight: 600;
    text-transform: capitalize;
}

 .vertical-tabs .nav-tabs .nav-link.active{
	 background:#fff;
	 border-right:0;
}
 .vertical-tabs .tab-content>.active{
    background:#fff;
    display:block;
}
 .vertical-tabs .nav.nav-tabs{
    border-bottom:0;
    display:block;
    float:left;
    margin-right:20px;
    padding-right:15px;
}
 .vertical-tabs .sv-tab-panel{
    background:#fff;
    padding-top:10px;
}
@media only screen and (max-width: 420px){
  .titulo{font-size: 22px}
}
@media only screen and (max-width: 325px){
  .vertical-tabs{ padding:8px;}
}
.nav-tabs .nav-item {
    margin-bottom: 3px;
}
.extra_section {
margin-top:1px;
margin-bottom: 35px;
padding:35px;
}
.extra_section .team_title{
    width: 100%;	
	margin: 0px 0 4px;
    text-align: center;
}
.extra_section .team_title h3{
	margin: 10px;
    line-height: 30px;
	color: #0b2e69;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    text-transform: capitalize;
}
.extra_section .team_title p{
    text-align: center;
}
.extra_section .facility h4{
    margin: 10px;
    line-height: 30px;
    color: #0b2e69;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
}
.extra_section .facility img{
    width: 50%;
    margin: 10px;
}
.staff_section_block .event_dt {
        display: block;
    padding: 7px 13px;
    background: #00008094;
    position: absolute;
    top: 6px;
    left: 6px;
    border-radius: 50%;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff; }
        .staff_section_block .event_dt h4 {
          font-weight: 800;
          display: block;
          text-align: center;
          color: #ffffff; }
		.staff_section_block .event_dt span  {
    font-weight: 800;
    display: block;
    text-align: center;
    color: #ffffff;
    margin-top: 3px;
}
	.topers {
	bottom: 25%;
	z-index: 999;
	width: 22%;
    position: fixed;
    left: 0;
}
.topers .staff_officedata span {
        display: block;
    clear: both;
    font-size: 13px;
    color: #dc35459e;
    text-align: center;	}
.topers .topers_carousel .item{
	    width: 66%;
}
.topers .event_dt{
	display: block;
    padding: 7px 13px;
    background: #000080;
    position: absolute;
    top: 6px;
    left: 6px;
    border-radius: 50%;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
}
.topers .img_hold {
    margin-bottom: 20px;
    border-radius: 50%;
    box-shadow: 2px 9px 5px #e9ecef;
    width: 80%;
    margin: 0 auto;
    background: #000080;
}
.topers .close_quick_login {
    background: red;
    padding: 3px;
    color: #fff;
}

.topper_anima {
    position: relative;
	color: #000;
    opacity: .99;
    animation: toper_icon_animation_style 5s infinite ease-in-out;
    transform-origin: 50% 50%;
}

@-moz-keyframes toper_icon_animation_style {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}
@-webkit-keyframes toper_icon_animation_style {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}
@-o-keyframes toper_icon_animation_style {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
}
@media only screen and (max-width: 320px) {
  .topers {
    display: none; }}
@media only screen and (max-width: 480px) {
  .topers {
    display: none; }}
@media only screen and (max-width: 767px) {
  .topers {
    display: none; }}

.program_view .program_grid {
	background: #ffffff;
    display: flex;
	margin:10px;
}
.program_view .container {
  max-width: 109.375rem;
}
.program_view img.service_img {
	    width: 100%;
	margin: -44px 0 0;
    height: 521px;
    transform: rotate3d(2, 2, 2, -8deg);
	    border: 22px solid #fff;
}

.program_view .pimg_style{
	    max-width: 36%;
    min-width: 36%;
    margin: 0 15px 0 0;
}


.program_view .pimg_style a {
        display: block;
        position: relative;
        overflow: hidden;
        max-height: 217px; }
        .program_view .pimg_style a img {
          -webkit-transition: all ease 0.5s;
          -moz-transition: all ease 0.5s;
          -o-transition: all ease 0.5s;
          -ms-transition: all ease 0.5s;
          transition: all ease 0.5s;
			border-radius: 12px;		  }
        .program_view .pimg_style a:hover {
          transform: scale(1.1);
          -webkit-transform: scale(1.1); 
		  border-radius: 12px;}


.program_view .program_grid .program_text h4{
	color: #0b2e69;
    padding-top: 10px;
    padding-bottom: 7px;
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: capitalize;
    border-bottom: 1px solid #d9d7d7;
}

.program_view .program_grid .program_text p{
	color: #796f6f;
    font-size: 14px;
    padding-right: 7px;
    padding-top: 1px;
}

.program_view .program_grid .program_text span.sub_txt{
	    display: block;
    clear: both;
    font-size: 11px;
    color: #999;
    font-weight: 500;
    line-height: 25px;
}
@media only screen and (max-width: 320px) {
  .program_view {
        margin-top: 204px ; }}
@media only screen and (max-width: 480px) {
  .program_view {
        margin-top: 204px ; }}
@media only screen and (max-width: 767px) {
  .program_view {
        margin-top: 204px ; }}
.owl-carousel .owl-nav {
  margin: 15px 0;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center; }
  .owl-carousel .owl-nav button{
    width: 15px;
    height: 15px;
    background: none;
    border: 1px solid #1c2e5c;
    border-radius: 100%;
    margin-right: 10px; }
    .owl-carousel .owl-dots .owl-dot.active {
      background: #ed1696;
      border: 1px solid #ed1696; }
  .owl-carousel .owl-nav button{
    width: 15px;
    height: 15px;
    background: none;
    border: 1px solid #1c2e5c;
    border-radius: 100%;
    margin-right: 10px; }
	.owl-carousel .owl-nav button span{
	   background: #ed1696;
    padding: 0 8px;
    text-align: center;
    font-size: 22px;
    color: #fff;
	  }
.program_overview .program_grid {
	background: #ffffff;
    display: flex;
	margin:10px;
	border-radius: 5px;
}
.program_overview .container {
  max-width: 109.375rem;
}
.program_overview img.service_img {
	    width: 100%;
    margin: -196px 0 0;
    height: 625px;
    transform: skew(0.2037rad);
    border: 22px solid #fff;
}

.program_overview .pimg_style{
	    max-width: 36%;
    min-width: 36%;
    margin: 0 15px 0 0;
}
.program_overview .pimg_style img{
}
.program_overview .program_grid .program_text h4{
	color: #0b2e69;
    padding-top: 10px;
    padding-bottom: 7px;
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: capitalize;
    border-bottom: 1px solid #d9d7d7;
}

.program_overview .program_grid .program_text p{
	color: #796f6f;
    font-size: 14px;
    padding-right: 7px;
    padding-top: 1px;
}

.program_overview .program_grid .program_text span.sub_txt{
	    display: block;
    clear: both;
    font-size: 11px;
    color: #999;
    font-weight: 500;
    line-height: 25px;
}
@media only screen and (max-width: 320px) {
  .program_overview img.service_img {
        height: auto;
    transform: none; }}
@media only screen and (max-width: 480px) {
  .program_overview img.service_img {
        height: auto;
    transform: none; }}
@media only screen and (max-width: 767px) {
  .program_overview img.service_img {
        height: auto;
    transform: none; }}
.owl-carousel .owl-nav {
  margin: 15px 0;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center; }
  .owl-carousel .owl-nav button{
    width: 15px;
    height: 15px;
    background: none;
    border: 1px solid #1c2e5c;
    border-radius: 100%;
    margin-right: 10px; }
    .owl-carousel .owl-dots .owl-dot.active {
      background: #ed1696;
      border: 1px solid #ed1696; }
  .owl-carousel .owl-nav button{
    width: 15px;
    height: 15px;
    background: none;
    border: 1px solid #1c2e5c;
    border-radius: 100%;
    margin-right: 10px; }
	.owl-carousel .owl-nav button span{
	   background: #ed1696;
    padding: 0 8px;
    text-align: center;
    font-size: 22px;
    color: #fff;
	  }
.home_bg_effect {
	background: url(../images/header_slider/home_03.jpeg)repeat 0px 0px;
    height: 406px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 35px 0 100px;
    padding: 71px 0;
}
.over_grid {
	 margin: 10px auto;
    padding: 10px;
    background: #fff;
    position: absolute;
    border: 7px dashed #fff;
    right: 11%;
    width: 78%;
}
.over_grid h4{
	color: #0b2e69;
    padding-top: 10px;
    padding-bottom: 22px;
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: capitalize;
    border-bottom: 1px solid #d9d7d7;
}
.program_overview .team_title{
    width: 100%;	
	margin: 0px 0 4px;
    text-align: center;
}
.program_overview .team_title h3{
	margin: 10px;
    line-height: 30px;
	color: #0b2e69;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    text-transform: capitalize;
}
.program_overview .facility h4{
    margin: 10px;
    line-height: 30px;
    color: #0b2e69;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
}
.program_overview .team_title p{
    text-align: center;
}
.downloads_home_section {
	background: #fff;
  padding: 4.375rem 0 6.25rem;
}
.downloads_home_section h3 {
	display: block;
    clear: both;
    padding-right: 15px;
	text-align:center;
    font-size: 32px;
    font-weight: 600;
    color: #1c2e5c;
    margin-bottom: 2rem;

}
.downloads_home_section .each_downloads {
	width: 31%;
    float: left;
	display: flex;
    margin: 10px;
    padding: 1.375rem 1rem 0.25rem 1rem;
	    border-radius: 10px;
}

.downloads_home_section .each_downloads h4{
	white-space: nowrap;
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
	color: #0b2e69;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 200;
    text-transform: capitalize;
	padding-top: 10px;
	padding-bottom: 7px;
	border-bottom: 1px solid #d9d7d7;
}

.downloads_home_section .each_downloads p{
	color: #796f6f;
    font-size: 14px;
	padding-bottom: 7px;
	padding-top: 16px;
}
.downloads_home_section .pdf_style{
	width: 50%;
    margin: 0 auto;
}
.downloads_home_section .pdf_style img{
	padding: 16px 6px 0 0;
    width: 48%;
}
.downloads_home_section .each_downloads span.sub_txt{
	display: block;
    clear: both;
    font-size: 11px;
    color: #999;
    font-weight: 500;
    line-height: 25px;
}
.downloads_home_section .each_downloads:hover{
	background:#e9ecef;
}
.downloads_home_section .each_downloads .sub_txt i{
}
.tooltip {
   background:#022;
   color:#ffffff;
}
.founder_section {    background: #e9ecef;}
.founder_section .founder_title_block {
    position: relative;
}
.founder_section .founder_title_block .sub_txt {
    display: block;
    clear: both;
    font-size: 14px;
    color: #ed1696;
    font-weight: 500;
    line-height: 25px;
}
.founder_section .founder_title_block .section_title {
    display: block;
    clear: both;
    padding-right: 15px;
    font-size: 18px;
    line-height: 1.3;
    color: #000080;
    margin-bottom: 10px;
}
.founder_section img {
	border: 7px solid #f7f7f7;
    padding: 5px;
	border-radius: 10px;
}
p.h_styles {
	background: #f3f3f3;
    padding: 5px;
    font-size: 19px;
    font-weight: 600;
    /* color: #fff; */
    border-radius: 10px;
    border: 6px solid #e9ecef57;
    box-shadow: 10px 13px 7px 7px #e9ecef99;
}
.video_section {
    background: url(../images/header_slider/home_03.jpeg)repeat 0px 0px;
    height: 380px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 35px 0 130px;
    padding: 90px 0;	
}
.video_section .video_frame{
        margin: 0 auto;
    width: 80%;
}
.video_section iframe{
    border:6px solid #ffffff;	
	border-radius: 31px;
}
#cursor {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  pointer-events: none;
  will-change: transform;
  mix-blend-mode: difference;
}

@media (hover: hover) and (pointer: fine) {
  .cursor__circle {
    width: 30px;
    height: 30px;
    margin-top: -50%;
    margin-left: -50%;
    border-radius: 50%;
    border: solid 1px #88090e;
    transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1),
      background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1),
      border-color 0.3s cubic-bezier(0.25, 1, 0.5, 1),
      width 0.3s cubic-bezier(0.25, 1, 0.5, 1),
      height 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  }
  
  #cursor.arrow .cursor__circle{
    width: 30px;
    height: 30px;
    background-color: #040458f7 ;
    border-color: #040458f7 ;
  }
  
  #cursor.arrow::after{
    content: '';
    position: absolute;
    left: -50%;
    top: -50%;
    width: 100%;
    height: 100%;
    background-image: url('https://svgshare.com/i/MzQ.svg');
    background-repeat: no-repeat;
    background-position: center;
  }
  
  #cursor.subtle .cursor__circle{
    opacity: 1;
  }
  
  #cursor.overlay .cursor__circle{
    width: 48px;
    height: 48px;
    background-color: rgba(227, 222, 193, 0.08);
    border-color: transparent;
  }
}
.contact_content {
  margin:0px 0 15px }
  .contact_content p {
    color: #6f7074;
    margin-bottom: 10px; }
	.about_section_wrapper img{
    /* padding: 10px; */
    /* border-right: 7px solid #000000; */
	}
.contact_block .section_title {
    display: block;
    clear: both;
    padding-right: 15pxpx;
    font-size: 21px;
    font-weight: 600;
    color: #1c2e5c;
    margin-bottom: 10px;
}
.contact_block .sub_txt {
    display: block;
    clear: both;
    font-size: 14px;
    color: #6f7074;
    font-weight: 500;
    line-height: 25px; }
  .contact_block.center_title .section_title {
    text-align: center; }
.contact_block i {
    background: #252475;
    padding: 7px;color: #fff;
    font-size: 10px;
}
.contact_block:hover hr {
    background: #ee259c;
    font-size: 10px;
}
/* home authority start ========================================================================== */
.home_athority {
	margin-top: 45px;
    margin-bottom: 20px;
	    overflow: hidden;
}
.home_athority .container {
  max-width: 96%;
  padding-left: 6.25rem;
}
.home_athority .welcome_img{
	min-height: 410px;
	left: 38px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-image: url(../images/welcome-img.jpg);
    position: relative;
    z-index: 1;
}
.home_athority .welcome_note{
	width:100%;
	margin-top: 4em;
}
.home_athority .welcome_note small{
	font-size: 15px;
    color: #e88713;
    letter-spacing: 1px;
    padding-bottom: 13px;
}
.home_athority .welcome_note h3{
	margin: 0px;
    color: #940505;
    font-size: 22px;
    width: 40%;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.home_athority h3.head{
   color: #ad0b0c;
    margin-top: 3.75rem;
    font-size: 28px;
    font-weight: 700;
    text-transform: capitalize;
}
.home_athority .athority_txt_grid {
    background-color: #ffffff;
    box-shadow: 0 0 10px rgb(21 87 153 / 8%);
     border-radius: 25px;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.home_athority .athority_txt_grid:before {
    content: "";
    position: absolute;
    top: 26px;
    left: -1px;
    width: 7px;
    height: 166px;
    background-image: url(../images/shape3.png);
    background-repeat: no-repeat;
}
.home_athority .athority_txt_grid  h3 {
	width: 68%;
    text-align: left;
    padding-left: 13px;
    line-height: 25px;
    color: #1c2e5c;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    margin-top: 63px;
    margin-bottom: 21px;
}
.home_athority .athority_txt_grid  h3 b {
	font-size: 16px;
    font-weight: 100
}
.home_athority .athority_txt_grid  img.profile {
    width: 32%;
    border-radius: 3px;
}
.home_athority .athority_txt_grid span.sub_txt{
	display: block;
    clear: both;
    font-size: 12px;
    color: #f30909;
    padding-top: 6px;
    font-weight: 500;
    line-height: 17px;
    border-top: 1px solid #d9d7d7;
}
.home_athority .athority_txt_grid .sub_txt i{
	padding-left: 7px;
    padding-right: 7px;
}
.footer_wrapper {
  background-color: #040458f7 !important; }
  .footer_wrapper .footer_logo {
    display: block;
    width: 70px;
    margin-bottom: 10px; }
  .footer_wrapper .footer_txt {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400; }
  .footer_wrapper .footer_title {
    display: block;
    clear: both;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #ffffff; }
  .footer_wrapper .footer_links {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: stretch; }
    .footer_wrapper .footer_links li {
      display: block;
      clear: both;
      margin-bottom: 15px;
      flex: 0 0 40%; }
      .footer_wrapper .footer_links li a {
        font-size: 16px;
        color: #ffffff;
        display: block; }
.footer_wrapper .footer_links li a i{
    padding-right: 9px;
	font-size: 7px;
	}
 .footer_wrapper .footer_links li a:hover i {
    color: #ed1696;
    font-size: 11px;
}
  .footer_wrapper .social_links_footer {
    margin-top: 30px; }
    .footer_wrapper .social_links_footer li {
      display: inline-block;
      margin-right: 15px; }
      .footer_wrapper .social_links_footer li a {
        display: block;
        color: #fff;
        font-size: 22px; }
  .footer_wrapper .address_content_block span a{
    display: block;
    clear: both;
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 15px;
      line-height: 20px;
  }
    @media only screen and (max-width: 480px) {
      .footer_wrapper .address_content_block span {
        line-height: 22px; } }
    .footer_wrapper .address_content_block span i {
      margin-right: 10px;
      display: inline-block; }
  .footer_wrapper .copyright {
    display: block;
    clear: both;
    font-size: 13px;
    color: #ffffff;
    margin-top: 15px; }
	.footer_wrapper .address {
        display: block;
    clear: both;
    font-size: 13px;
    color: #ffffff;
    line-height: 20px;
    font-weight: 300;
}
	
  @media only screen and (max-width: 768px) {
    .footer_wrapper .row {
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse; }
    .footer_wrapper .each_footer_area {
      margin-bottom: 30px; } }

.featured_nav {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  flex-direction: column;
  -ms-flex-direction: column;
  z-index: 123;
  margin-top: 100px; }
  .featured_nav a {
    margin-bottom: 15px;
    display: block;
    font-size: 14px;
    text-align: left;
    padding: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700; }
    .featured_nav a.page_btn {
      background: rgba(38, 163, 72, 0.9); }
      .featured_nav a.page_btn::before {
        background: #7cd24d; }
