/* 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;
    text-align: center;  }

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: 14px;
    line-height: 25px;
    color: #6f7074;
    margin-bottom: 14px;
	text-align: justify;}

.cntrl_grp {
  position: relative; }

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

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

.page_btn {
  display: inline-block;
  text-align: center;
  position: relative;
  border-radius: 25px;
  padding: 8px 22px;
  font-weight: 500;
  background: #940505;
  font-size: 13px;
  color: #ffffff;
  z-index: 1;
  border: none;
  box-shadow: none;}
.page_btn::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #fdb314;
	border-radius: 25px;
    z-index: -1;
    -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; }
.page_btn:hover {
    color: #ffffff; }
.page_btn:hover::before {
      width: 100%; }
.page_btn.full_btn {
    display: block;
    width: 100%; }

.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;
     margin: 0px;
    color: #940505;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize; }
    @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: #6f7074;
    font-weight: 500;
    line-height: 25px; }
  .title_block.center_title .section_title {
    text-align: left; }
  .title_block.center_title .sub_txt {
    text-align: left; }
.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: 30px 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: #ff0000;
      border: 1px solid #ff0000; }

.breadcrumb_wrapper {
  padding: 120px 0 60px;
  background-size: cover !important;
  background-attachment: fixed !important;
clip-path: polygon(0 0, 100% 0, 100% 86%, 2% 100%);  }
  .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: #f2f141;
        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%; } }

.top_bar_wrap {
  background: #940505;
  padding: 15px 0; }
  .top_bar_wrap .q_contact_block {
    position: relative;
    display: -webkit-box;
    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; }
 .q_block span b{
      color: #fff; }
  .top_bar_wrap .q_socialblock {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start; }
    .top_bar_wrap .q_socialblock a {
      display: inline-block;
      margin-right: 20px;
      font-size: 18px;
      color: #f2f141; }
      .top_bar_wrap .q_socialblock a:last-child {
        margin-right: 0; }

.navigation_wrapper {
  background-color: #540404 !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: 20px; }
        .navigation_wrapper .nav_menus > ul > li:last-child {
          margin-right: 0; }
        .navigation_wrapper .nav_menus > ul > li > a {
          display: block;
          font-size: 16px;
          color: #ffffff;
          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: #f2f141; }
        .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: #7cd24d; }
        .navigation_wrapper .nav_menus > ul > li:hover .nav_dropdown {
          display: block; }
    .navigation_wrapper .nav_menus.nav_rt ul {
      justify-content: flex-end; }
  .navigation_wrapper .logo_a {
    display: block;
    width: 90px;
    position: relative;
    z-index: 123; }
    .navigation_wrapper .logo_a img {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
border-radius: 4px;	  }

.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: #940505; }
  .rd-mobilemenu_ul {
    background: rgba(255, 255, 255, 0.99); }
  .rd-mobilemenu_ul a i {
    display: none; }
  .rd-mobilemenu_ul a:hover {
    background: #7cd24d; }
  .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: -104px; }
  .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; } }

.events_home_wrapper {
  background: #ffffff; }
.events_home_wrapper .events_list_slider {
    margin: 45px 0; }
.events_home_wrapper .events_list_slider .each_event_slide .img_hold {
	overflow: hidden;
    border-radius: 10px;	}
.events_home_wrapper .events_list_slider .each_event_slide .img_hold a {
    display: block;
    position: relative;
    overflow: hidden;
    max-height: 250px; }
.events_home_wrapper .events_list_slider .each_event_slide .img_hold a img {
	    min-height: 250px;
    -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 14px;
    margin: 4px;
    background: #f2f141;
    border-radius: 10px 0;
    position: absolute;
    top: 0;
    right: 0; }
.events_home_wrapper .events_list_slider .each_event_slide .img_hold .event_dt h3 {
    font-weight: 800;
    font-size: 15px;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    color: #580909; }
.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: #580909; }
.events_home_wrapper .events_list_slider .each_event_slide .events_meta_block {
        margin: 15px 0;
    padding: 7px; }
.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: 13px;
    font-weight: 400;
    margin: 4px; }
.events_home_wrapper .events_list_slider .each_event_slide .events_meta_block .event_place_date span i {
    margin-right: 5px; }
.events_home_wrapper .events_list_slider .each_event_slide .events_meta_block  p {
    text-align: left !important; }
	
.events_home_wrapper .owl-carousel .item {
	box-shadow: 0 1px 5px 0px #dee2e6;
    border-radius: 10px;
}
.events_home_wrapper .owl-carousel .item:hover {
	    background: #e9ecef;
}

.events_home_wrapper .owl-carousel .owl-nav {
     position: absolute;
    display: block !important;
    top: 38%;
    left: 19px;
    width: 101%;
    margin-top: -20px;
}
.events_home_wrapper .owl-carousel .fa {
  background: #eee;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  line-height: 40px;
  cursor: pointer;
}
.events_home_wrapper .owl-carousel .fa:hover {
  background: #f2f141;
  color: #FFF;
}
.events_home_wrapper .owl-carousel .fa-chevron-right {
  float: right;
  margin-right: 1px;
}
.events_home_wrapper .owl-carousel .fa-chevron-left {
  float: left;
  margin-left: -45px;
}
/* home welcome start ========================================================================== */
.homewelcome_wrapper{
	margin-top: 45px;
    margin-bottom: 20px;
	    overflow: hidden;
}
.homewelcome_wrapper .welcome_img{
	min-height: 410px;
    margin-top: 92px;
    left: 38px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-image: url(../images/gallery/img-7.jpg);
    background-size: cover;
    position: relative;
    z-index: 1;
}
.homewelcome_wrapper .welcome_note{
	width:100%;
	padding: 27px;
}
.homewelcome_wrapper .welcome_note small{
	font-size: 15px;
    color: #429ffd;
    letter-spacing: 1px;
    padding-bottom: 13px;
}
.homewelcome_wrapper .welcome_note h3{
	margin: 0px;
    color: #940505;
    font-size: 22px;
    width: 40%;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.homewelcome_wrapper .welcome_note img{
	border-radius:10px;
	 margin-top: 2em;
}

.homewelcome_wrapper .points_listing {
  margin: 0 0 5rem;
  padding: 0;
}
.homewelcome_wrapper .points_listing li {
	display: inline-block;
	width: 100%;
	padding-left: 1.875rem;
	position: relative;
	color: #1a1a18;
	margin: 0.625rem 0;
	font-size: 14px;
    font-weight: 300;
    color: #1a1a18;
    line-height: 19px;
  
}
.homewelcome_wrapper .points_listing li:before {
  content: "";
  display: inline-block;
  font-family: "FontAwesome";
  color: #19a94b;
  position: absolute;
  left: 0;
  top: 0;
}
.homewelcome_wrapper .welcome_note_flex {
  width: 100%; }
.homewelcome_wrapper .welcome_note_flex .one-third {
    width: 100%;
    padding: 1.5em;
    position: relative;
    z-index: 0;
    margin-bottom: 10px; 
	border-radius: 5px;}
.homewelcome_wrapper  .welcome_note_flex .one-third.color-1, .welcome_note_flex .one-third.color-2 {
         background: #f3ae7f;
    background: -webkit-linear-gradient(left,#f8c76c,#bf6a2f);
    background: -o-linear-gradient(left,#f8c76c,#bf6a2f);
    background: -moz-linear-gradient(left,#f8c76c,#bf6a2f);
    background: linear-gradient(left,#f8c76c,#bf6a2f); }
.homewelcome_wrapper .welcome_note_flex .one-third.color-3 {
      background: #4d58b1;
    background: -webkit-linear-gradient(left,#d22b2b,#940505);
    background: -o-linear-gradient(left,#d22b2b,#940505);
    background: -moz-linear-gradient(left,#d22b2b,#940505);
    background: linear-gradient(left,#d22b2b,#940505);}
    @media screen and (max-width: 480px) {
.homewelcome_wrapper .welcome_note_flex .one-third {
        width: 100%; } }
.homewelcome_wrapper .welcome_note_flex .one-third .icon {
      position: absolute;
      top: 1.5em;
      left: 1.5em; }
.homewelcome_wrapper .welcome_note_flex .one-third .icon i {
        font-size: 40px;
    color: #a40f0f;
    opacity: 0.5; }
.homewelcome_wrapper .welcome_note_flex .one-third .desc {
      z-index: 1;
      padding-left: 68px; }
.homewelcome_wrapper .welcome_note_flex .one-third h3 {
      font-weight: 400;
      color: #fff;
      font-family: 'Open Sans', sans-serif;
      margin-bottom: 10px; }
.homewelcome_wrapper  .welcome_note_flex .one-third p {
      margin: 0; }
      .welcome_note_flex .one-third p a.view-more {
        font-size: 10px;
    color: #fff;
    /* text-transform: uppercase; */
    letter-spacing: 2px;
    padding: 2px 7px;
    /* border: 1px solid #000; */
    background: #ec182d;
    border-radius: 5px; }
.homewelcome_wrapper .welcome_note_flex .one-third:hover .icon i {
        opacity: 1 !important; }
/* home welcome end ========================================================================== */	

.staffs_block  .each_staff_block {
  margin-bottom: 30px;
  background: #ffffff;
  padding: 15px;
  box-shadow: 0px 0px 12px #E4E4E480; }
.staffs_block  .each_staff_block .img_hold {
    margin-bottom: 20px; }
.staffs_block  .each_staff_block .img_hold a{
    display: block;
    position: relative;
    overflow: hidden;
    max-height: 178px !important;	}
.staffs_block  .each_staff_block .img_hold a img{
    border-radius:12px;	
	-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;}
.staffs_block  .each_staff_block .img_hold a:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
border-radius:12px;		}
	
.each_staff_block .img_hold span {
      display: block;
      width: 100%; }
	  
.staffs_block  .each_staff_block .staff_data h3 {
    display: block;
    clear: both;
    padding-bottom: 10px;
    color: #1c2e5c;
    font-weight: 600;
    font-size: 14px; 
	text-align: center;
	}
.staffs_block  .each_staff_block .staff_data span {
    display: block;
    clear: both;
    font-size: 13px;
    color: #940505; 
	    padding: 3px 0 2px 0;
		text-align: center;
	}
	.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;
}
.glry img{
	    height: 210px;
    max-height: 210px;
    min-height: 211px;
}
/* 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%;
    //*height: 230px;*//
    border-radius: 25px;
}
.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;
}

/* staff end ========================================================================== */
.campus_life {
	float:left;
	margin: 5em 0 2em;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
    background-color: #fff;
}
.campus_life h4 {
	margin: 11px;
    color: #000;
	text-align: center;
}
.campus_life_txt h3 {
	margin: 11px;
    color: #000;
	text-align: center;
	background-color: #ebecee;
}
.campus_life_txt p {
	background-color: #ebecee;
}
.campus_life_txt {
	background-color: #ebecee;
	margin: 5em 0 2em;
}
/* sub_footer end ========================================================================== */
@media (min-width: 1025px) and (max-width: 1400px)
.course_item .content {
    box-shadow: 5px 10px 10px 0 rgb(105 105 105 / 8%);
}
.course_item .content {
    min-height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    box-shadow: 13px 15px 15px 0 rgb(105 105 105 / 8%);
    padding: 18px;
}
.course_item .content::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    transition: all .4s;
}
.course_item.color_1 .content::before {
    background: #f3ae7f;
    background: -webkit-linear-gradient(left,#f8c76c,#bf6a2f);
    background: -o-linear-gradient(left,#f8c76c,#bf6a2f);
    background: -moz-linear-gradient(left,#f8c76c,#bf6a2f);
    background: linear-gradient(left,#f8c76c,#bf6a2f);
}
.course_item.color_2 .content::before {
    background: #4d58b1;
    background: -webkit-linear-gradient(left,#940505,#d22b2b);
    background: -o-linear-gradient(left,#940505,#d22b2b);
    background: -moz-linear-gradient(left,#940505,#d22b2b);
    background: linear-gradient(left,#940505,#d22b2b);
}
.course_item .content .title {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.333333;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 6px;
}
.course_item .content .description {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
}
a:hover, a:focus {
    text-decoration: none!important;
}
/* highlight end ========================================================================== */
.about_section h2 {
  font-size: 2.25rem;
  color: #015eab;
  margin-bottom: 1.25rem;
  font-weight: 700;
}
.about_section .about_title {
	padding-left: 17px;
}
.about_section .each_about_box_content {
	background: #ffffff;
    margin: 10px;
    padding: 1.375rem 1rem 0.25rem 1rem;
	    border-radius: 10px;
}
.about_section .each_about_box_content h4{
	color: #940505;
    font-size: 22px;
     font-weight: 500;
    margin-bottom: 1.25rem;
    text-transform: capitalize;
}

.about_section .each_about_box_content p{
	color: #796f6f;
    font-size: 14px;
}
.about_section .each_about_box_content p.principal{
	    float: right;
    font-weight: 700;
    background: #9405051c;
    padding: 5px;
}
.about_section .each_about_box_content p.bg{
	background: #f5f5f5;
    padding: 5px;
	border-radius: 7px;
}

.about_section .each_about_box_content img{
	border-radius:10px;
}
.about_section .each_about_box_content i.icon{
	    border-radius: 3px;
    background: #eb6003;
    padding: 6px;
    color: #fff;
    margin-right: 10px;
}
/* about welcome end ========================================================================== */
.about_sub {
    background: #ffffff;
  padding:4.375rem 0 0.25rem;
}
.about_sub .container {
  max-width: 67.375rem;
}
.about_sub h4{
	color: #940505;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.about_sub span{
	font-size: 15px;
	    color: #ee6003;
    letter-spacing: 1px;
    padding-bottom: 13px;
}
.about_sub img{
	border-radius: 10px;
}

.about_sub p.bg{
	    position: relative;
    background: #940505;
    color: #f6f7fd;
    padding: 2rem 5%;
    font-size: 1.9em;
    line-height: normal;
    margin: 1.5rem 0;
    border-radius: 6px;
    box-shadow: 0 0.4rem 0.8rem -0.1rem rgb(0 32 128 / 10%), 0 0 0 1px #f0f2f7;
}
.points_listing {
  margin: 0 0 5rem;
  padding: 0;
}
 .points_listing li {
	display: inline-block;
	width: 100%;
	padding-left: 1rem;
	position: relative;
	color: #1a1a18;
	margin: 0.625rem 0;
	font-size: 14px;
    font-weight: 300;
    color: #1a1a18;
    line-height: 19px;
  
} .points_listing span {
	font-size: 20px;
    color: #940505;
    letter-spacing: 1px;
    padding-bottom: 13px;
  
}

 .points_listing li:hover span {
  color:#f2f141;
  position: absolute;
  top: 2px;
}
/* about profile end ========================================================================== */
.for_admission {
	padding: 8px;
    width: 100%;
    right: 0;
    z-index: 1000;
    font: normal normal 10px Arial;
   
}
.admi_enq {
	bottom: 1em;
	background: none;
}
.admission_form {
	padding: 0px;
    width: 100%;
    float: left;
	border-radius: 3%;
	background-color:#a20b0b12;   
}
.admission_form h3{
	color: #fff;
    text-align: center;
    padding: 10px;
    margin: 0;
    background-color: #a20b0b;
    font-size: 25px;
    border-radius: 10px 10px 0 0;
}

.admission_form .logo {
  text-align: center;
  margin: 24px 0 12px 0;
}
.admission_form input[type=text], input[type=number], input[type=date], input[type=email] {
	width: 90%;
	font-size: 16px;
    padding: 8px;
    margin: 6px 15px;
    line-height: 16px;
    color: #808080;
    border: none;
    background-color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 1px 1px 2px #c4c4c4;
    -moz-box-shadow: 1px 1px 2px #c4c4c4;
    -webbox-shadow: 1px 1px 2px #c4c4c4;
}	
.admission_form textarea {
	width: 90%;
	height: 80px;
	font-size: 16px;
     padding: 8px;
    margin: 6px 15px;
    line-height: 16px;
    color: #808080;
    border: none;
    background-color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 1px 1px 2px #c4c4c4;
    -moz-box-shadow: 1px 1px 2px #c4c4c4;
    -webbox-shadow: 1px 1px 2px #c4c4c4;
}
/* admission end ========================================================================== */
.contact_section {
	margin-top: 45px;
    margin-bottom: 20px;
}
.contact_section .ph_box{
	    border: 2px solid #dee2e6;
    border-radius: 10px;
    padding: 22px;
}

.contact_section .ph_title {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.333333;
    color: 000000;
    /* text-transform: uppercase; */
    /* text-align: center; */
    margin-bottom: 14px;
}
.contact_section .description {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
}
.contact_section span {
    display: block;
    clear: both;
    font-size: 14px;
    color: #000000;
    margin-bottom: 15px;
      line-height: 20px;
  }
  .contact_form {
	padding: 0px;
    width: 100%;
    float: left;
	border-radius: 3%;
}
.contact_form h3{
	font-weight: 600;
    font-size: 18px;
    line-height: 1.333333;
    color: 000000;
    text-align: center;
    margin-bottom: 14px;
}

.contact_form .logo {
  text-align: center;
  margin: 24px 0 12px 0;
}
.contact_form input[type=text], input[type=number], input[type=date], input[type=email] {
	width: 90%;
	font-size: 16px;
    padding: 8px;
    margin: 6px 15px;
    line-height: 16px;
    color: #808080;
    background-color: #fff;
    border-radius: 3px;
	border:2px solid #ced3d824 !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 1px 1px 2px #c4c4c4;
    -moz-box-shadow: 1px 1px 2px #c4c4c4;
    -webbox-shadow: 1px 1px 2px #c4c4c4;
}	

.contact_form textarea {
	width: 90%;
	height: 80px;
	font-size: 16px;
    padding: 8px;
    margin: 6px 15px;
    line-height: 16px;
    color: #808080;
	background-color: #fff;
    border-radius: 3px;
	border:2px solid #ced3d824 !important;
    -moz-border-radius: 3px;
}
/* contact end ========================================================================== */
.tool {
    cursor: help;
    position: relative;
}

.tool::before,
.tool::after {
    left: 50%;
    opacity: 0;
    position: absolute;
    z-index: -100;
}

.tool:hover::before,
.tool:focus::before,
.tool:hover::after,
.tool:focus::after {
    opacity: 1;
    transform: scale(1) translateY(0);
    z-index: 100; 
}


.tool::before {
    border-style: solid;
    border-width: 1em 0.75em 0 0.75em;
    border-color: #a10d0d transparent transparent transparent;
    bottom: 100%;
    content: "";
    margin-left: -0.5em;
    transition: all .65s cubic-bezier(.84,-0.18,.31,1.26), opacity .65s .5s;
    transform:  scale(.6) translateY(-90%);
} 

.tool:hover::before,
.tool:focus::before {
    transition: all .65s cubic-bezier(.84,-0.18,.31,1.26) .2s;
}


.tool::after {
    background: #a10d0d;
    border-radius: .25em;
    bottom: 180%;
    color: #a10d0d;
    content: attr(data-tip);
    margin-left: -8.75em;
    padding: 1em;
    transition: all .65s cubic-bezier(.84,-0.18,.31,1.26) .2s;
    transform:  scale(.6) translateY(50%);  
    width: 17.5em;
}

.tool:hover::after,
.tool:focus::after  {
    transition: all .65s cubic-bezier(.84,-0.18,.31,1.26);
	color: #EDEFF0;
}

@media (max-width: 760px) {
  .tool::after { 
        font-size: .75em;
        margin-left: -5em;
        width: 10em; 
  }
}
/* tool tip end ========================================================================== */
.downloads_home_section {
	background: #fff;
  padding: 4.375rem 0 6.25rem;
}
.downloads_home_section h3 {
	color: #940505;
    margin-bottom: 40px;
    padding-top: 23px;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize;
}
.downloads_home_section .each_downloads {
	background: #f5f5f5;
	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: 100%;
}
.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{
}
.news_pagination a{
	color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;	
}
.news_pagination a.active {
  background-color: #327806;
  color: #ffffff;
    border-radius: 3px;
}
.news_pagination a:hover:not(.active) {background-color: #ddd;}
/* pagination */
.footer_wrapper {
  background-color: #580909 !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: 16px;
    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:hover {
          color: #f2f141; }
  .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: #f2f141;
        font-size: 22px; }
  .footer_wrapper .address_content_block span {
    display: block;
    clear: both;
    font-size: 14px;
    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: 30px; }
  @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; }
@media only screen and (max-width: 992px) {
  .home_athority .athority_txt_grid h3 {
	line-height: 20px;
    color: #0b2e69;
    font-size: 12px;
   margin-top: 63px;
}
.home_athority .athority_txt_grid h3 b {
    font-size: 10px;
}
.home_athority .athority_txt_grid img.profile {
    width: 40%;
    height: 124px;
    border-radius: 25px;
    margin: 37px auto;
}
.homewelcome_wrapper .welcome_note h3 {
    width: 100%;
}
.home_athority .container {
	    padding-left: 2.25rem;
}
.homewelcome_wrapper .welcome_note_flex {
    width: 96%;
    padding-left: 16px;
}
}
@media only screen and (max-width: 768px) {
  .home_athority .athority_txt_grid h3 {
	line-height: 20px;
    color: #0b2e69;
    font-size: 12px;
   margin-top: 63px;
}
.home_athority .athority_txt_grid h3 b {
    font-size: 10px;
}
.home_athority .athority_txt_grid img.profile {
    width: 40%;
    height: 124px;
    border-radius: 25px;
    margin: 37px auto;
}
.homewelcome_wrapper .welcome_note h3 {
    width: 100%;
}
.home_athority .container {
	    padding-left: 2.25rem;
}
.homewelcome_wrapper .welcome_note_flex {
    width: 96%;
    padding-left: 16px;
}
}
@media only screen and (max-width: 480px) {
  .home_athority .athority_txt_grid h3 {
	line-height: 20px;
    color: #0b2e69;
    font-size: 12px;
   margin-top: 63px;
}
.home_athority .athority_txt_grid h3 b {
    font-size: 10px;
}
.home_athority .athority_txt_grid img.profile {
    width: 40%;
    height: 124px;
    border-radius: 25px;
    margin: 37px auto;
}
.homewelcome_wrapper .welcome_note h3 {
    width: 100%;
}
.home_athority .container {
	    padding-left: 2.25rem;
}
.homewelcome_wrapper .welcome_note_flex {
    width: 96%;
    padding-left: 16px;
}
}
@media only screen and (max-width: 320px) {
  .home_athority .athority_txt_grid h3 {
	line-height: 20px;
    color: #0b2e69;
    font-size: 12px;
   margin-top: 63px;
}
.home_athority .athority_txt_grid h3 b {
    font-size: 10px;
}
.home_athority .athority_txt_grid img.profile {
    width: 40%;
    height: 124px;
    border-radius: 25px;
    margin: 37px auto;
}
.homewelcome_wrapper .welcome_note h3 {
    width: 100%;
}
.home_athority .container {
	    padding-left: 2.25rem;
}
.homewelcome_wrapper .welcome_note_flex {
    width: 96%;
    padding-left: 16px;
}
}
