@import url('https://fonts.googleapis.com/css?family=Poppins:400,600,700&display=swap');


html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: block;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #000;
  font-weight: normal;
  background: #fff;
  position: relative;
  overflow-x: hidden;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  outline: none !important;
}

a:focus,
a:hover {
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  color: #ff1814;
}

ul,
ol {
  margin: 0px;
  list-style: none;
  padding: 0;
}

h1 {
  font-size: 35px;
  line-height: 35px;
  margin: 0px;
  margin-bottom: 15px;
  font-weight: normal;
}

h2 {
  font-size: 26px;
  margin: 0px;
  margin-bottom: 10px;
  font-weight: normal;
}

h3 {
  font-size: 22px;
  line-height: 1.2;
  font-weight: normal;
}

h4 {
  font-size: 20px;
  line-height: 18px;
  margin: 0px;
  margin-bottom: 10px;
  font-weight: normal;
}

p {
  font-size: 16px;
  line-height: 1.6rem;
}
.btn.focus,
.btn:focus {
  box-shadow: none;
}
.container-fluid {
  width: 100%;
  padding-right: 40px;
  margin-right: auto;
  margin-left: auto;
}
.next-post
{
    border: 1px solid #111;
    line-height: 38px;
    text-align: center;
    overflow: hidden;
	padding:3px;
	color:#000000;
	}
/* menu-bar */

#menu-bar {
  z-index: 9;
  width: 100%;
  position: relative;
  background: url(../img/nav_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #fff;
}
.logo {
  position: relative;
  top: -34px;
}
.logo img {
  position: absolute;
}
.logo span {
  margin-left: 160px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  top: 32px;
  letter-spacing: 0.1rem;
}
/*menu*/
.navbar-collapse .menu {
  /*margin: 0px 0px 0px 145px;*/
  margin: 0px 0px 0px 200px;
  display: flex;
  padding-left: 0;
  width: 100%;

}

.navbar-collapse .menu a {
  padding: 24px 24px !important;
  color: #000;
  text-transform: capitalize;
  font-size: 14px;
 font-family: 'Poppins', sans-serif;
     display: block;
     text-decoration: none;

}

.navbar-collapse .menu a:hover {
  color: #9f081b !important;
}

.sub-menu {
  position: absolute;
  z-index: 999;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0px 0;
  margin: 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.sub-menu li a {
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  padding: 13px 20px !important;
  border-bottom: 1px solid rgba(50, 52, 56, 0.45);
  color: #000;
}
ul.menu > .menu-item-has-children > a::after {
    content: "▼";
    padding-left: 3px;
    font-size: 10px;
    color: #a10004;
}
.menu-item:hover > .sub-menu,
.dropdown-submenu:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-animation-name: fadeInUp-Menu;
  animation-name: fadeInUp-Menu;
  display: block;
}

.sub-menu li:last-child a {
  border-bottom: none;
}

/*menu*/
.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #eee;
}

.navbar-nav .current-menu-item > a {
  color: #000;
  
}

/* banner */

.banner {
  width: 100%;
}
.banner img{
  width: 100% !important;
}
/*flash_news */
.flash_news {
  background: #9f071a;
  color: #e3a660;
  position: relative;
}
marquee a {
  color: #fff;
    font-family: 'Myriad Pro',sans-serif;
    font-size: 14px;
    padding-top: 5px;
}
.news {
  width: 14%;
  margin-right: 20px;
  display: initial;
  position: relative;
  top: -5px;
}

/* profile */

.profile {
  background: #1e2537;
  color: #fff;
}
.profile img {
  float: left;
  margin-right: 10px;
}
.profile a {
  color: #fff;
}
.profile a:hover {
  color: #ff1814;
}
.profile p {
  font-size: 14px;
    font-family: 'Myriad Pro',sans-serif;
    text-transform: uppercase;
}

/* Visit */
.slider-visit .img_head img {
  float: left;
}
.governance-content .img_head p {
  margin-bottom: 0;
  padding-top: 10px;
  color: #9f071a;
  font-size: 20px;
}
.governance-content .content_details img {
 /* border-top: 1px solid #0282bf;*/
  width: 97.5%;
  padding-top: 10px;
}


.governance-content .content_details p {
  
  width: 97.5%;
  padding: 10px;
  margin-top: -95px;
  background: #000000bf;
  position: sticky;
  color: #fff;
}
.governance-content .content_details a {
  color: #fff;
}
.governance-content .content_details a:hover {
  color: #ccc;
}
.slider-visit1 .img_head img {
  float: left;
}
.slider-visit .slick-next {
  right: 6px;
}
.slider-visit .slick-prev,
.slider-visit .slick-next {
  top: -4%;
}
.slider-visit .slick-prev {
  left: 90%;
  z-index: 9;
}
.slider-visit1 .slick-next {
  right: 6px;
}
.slider-visit1 .slick-prev,
.slider-visit1 .slick-next {
  top: -4%;
}
.slider-visit1 .slick-prev {
  left: 90%;
  z-index: 9;
}
/* latest news*/
.latest_news {
  background: url(https://www.pinarayivijayan.in/wp-content/uploads/2020/06/home-article-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  color: #281a70;
}
.latest_news h1 {
  text-align: center;
    font-size: 22px;
    margin-bottom: 80px;
    position: relative;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 100;
}
.latest_news h1:before {
  content: "";
    position: absolute;
    width: 6%;
    background: #fff82e;
    height: 2px;
    bottom: -20%;
    left: 47%;
}
.latest_news .slick-next {
  right: 6px;
}
.latest_news .slick-prev,
.latest_news .slick-next {
  top: -5%;
}
.latest_news .slick-prev {
  left: 96%;
}
.latest_news a {
 /* color: #155fa6;
  font-size: 14px;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 10px; */
  
}
.latest_news a:hover {
  color: #ff1814;
}
.latest_news .news_details {
  border-bottom: 4px solid #e0b786;
  background: #fff;
  width: 97.5%;
  padding: 22px 30px !important;
  max-height:222px;
	overflow:hidden;
}
.news_details p
{
color: #000;
}

.news_details h3
{
      font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    font-family: 'Myriad Pro',sans-serif;
}

.news_details a h3
{
      font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    font-family: 'Myriad Pro',sans-serif;
	color: #360DAB;
	
}
/* Meet */

.meet {
  width: 100%;
  position: relative;
  background: url(../img/meet_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.meet h1 {
  font-weight: 400;
    text-transform: uppercase;
    color: #000;
    font-family: 'Myriad Pro',sans-serif;
    font-size: 40px;
}
.meet h3 {
font-size: 26px;
    line-height: 1.2;
    font-weight: normal;
    color: #000;
    font-family: 'Myriad Pro',sans-serif;
}

.meet p
{
font-size: 16px;
    line-height: 1.6rem;
    color: #585757;
    font-family: 'Myriad Pro',sans-serif;
}
.meet .btn {
  background: #af081d;
  padding: 6px 50px;
  color: #fff;
  border-radius: none !important;
  margin-top: 10px;
  font-size: 20px;
}
.meet .btn:hover {
  background: #e2001cc9;
}
.model_gallery .btn:hover
{
   background: #e2001cc9;
}
/* galler */

.photo_gallery {
  background: #b2081d;
  color: #fff;
  text-align: center;
  position: relative;
  left: 15px;
  padding: 10px;
}
.photo_gallery div {
  padding: 100px 0px;
  color: #fff;
  border: 1px solid #fff;
}
/* media coverage */
.media_coverage {
  background: #f9f9f9;
}
.media_coverage h2 {
  text-transform: uppercase;
  margin-bottom: 30px;
  display: block;
  text-align: center;
  font-weight: 600;
  color: #2b234a;
  position: relative;
}
.media_coverage h2:before {
 content: "";
    position: absolute;
    width: 5%;
    border-bottom: 3px #b2081d;
    border-bottom-style: dashed;
    height: 10px;
    bottom: -20%;
    left: 48%;
}
 .media_coverage img {
  background: #fff;
  /* padding: 30px 14px;  */
  border: 1px solid #cccccc80;
}
/* social icons */
.social_icons .col-md-4 {
  padding: 0;
}
.social_icons a {
  color: #fff;
}
.social_icons a:hover {
  color: #212529;
}
.social_icons .fa {
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50px;
  width: 40px;
  padding: 10px;
}
.social_icons .twitter {
  background: #b2081d;
  text-align: center;
  padding: 30px;
}
.social_icons .instagram {
  background: #9f071a;
  text-align: center;
  padding: 30px;
}
.social_icons .facebook {
  background: #b2071d;
  text-align: center;
  padding: 30px;
}
.social_icons .linkedin {
  background: #b2071d;
  text-align: center;
  padding: 30px;
}
.social_icons .facebook {
  background: #b2071d;
  text-align: center;
  padding: 30px;
}
.social_links {
  position: fixed;
  top: 74%;
  right: -110px;
  transform: rotate(90deg);
  z-index: 99999;
}
.social_links li {
  display: inline-block;
  transform: rotate(-90deg);
  background: #313139;
  padding: 10px;
}
.social_links li a {
  color: #fff;
  display: inline-block;
  font-size: 18px;
}
.social_links .fa {
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
}
.social_links li a:hover {
  color: #ff1814;
}
/* footer */

.footer {
  background-color: #dcdcdc;
  text-align: center;
  color: #535353;
}
.footer h4 {
  font-weight: bold;
}
/*.footer ul {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}*/
.footer li {
  display: inline-block;
  padding: 10px;
}
.footer a {
  font-style: italic;
  color: #1e125c;
}
.footer a:hover {
  color: #ff1814;
}

/*inner banner */

.inner_banner {
  background: url(../img/innerbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;

}

.inner_content h1 {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  padding: 100px 0px;
  font-weight: bold;
}

/* contact */
.box-shadow-contact {
  box-shadow: 0 2px 57px #e2e2e2;
  position: relative;
  z-index: 10;
  padding: 70px 50px;
}
.box-shadow-contact h1 {
  text-align: center;
  font-weight: bold;
  color: #d10101;
}
.box-shadow-contact h2 {
  text-align: center;
  font-weight: bold;
  color: #d10101;
}
.box-shadow-contact p {
  text-align: center;
  color: #495057;
}
.box-shadow-contact .form-control {
  background-color: #fff;
  padding: 6px 10px;
  border-radius: 0;
  margin-bottom: 20px;
}
.box-shadow-contact textarea {
  width: 100%;
  background-color: #fff;
  padding: 6px 10px;
  border-radius: 0;
  margin-bottom: 20px;
  border: 1px solid #ced4da;
}
.box-shadow-contact .btn {
  background: #d10101;
  padding: 14px 50px;
  border: none;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin: 0 auto;
}
.box-shadow-contact .btn:hover {
  background-color: #d10101b8;
  color: #fff !important;
}
.entry_content ul li {
  list-style: none;
  display: block;
  position: relative;
  margin-left: 35px;
  margin-bottom: 8px;
}
.entry_content ul li:before {
  content: "\f101";
  position: absolute;
  font-family: FontAwesome;
  color: #b2081d;
  font-weight: 600;
  font-size: 16px;
  left: -25px;
}

/* about */
.about_details h2 {
  font-size: 25px;
  line-height: 44px;
   display: block;
  margin-bottom: 10px;
  font-weight: bold;
}

.about_details h3 {
  font-size: 22px;
  line-height: 44px;
   display: block;
  margin-bottom: 10px;
  font-weight: bold;
}
.about_details .entry_content li {
  font-weight: bold;
}



.about_details ul li {
  list-style: none;
  display: block;
  position: relative;
  margin-left: 35px;
  margin-bottom: 8px;
}
.about_details ul li:before {
  content: "\f101";
  position: absolute;
  font-family: FontAwesome;
  color: #b2081d;
  font-weight: 600;
  font-size: 16px;
  left: -25px;
}

/*blog*/

.blog_cont img {
  margin-bottom: 30px;
}
.entry-title {
  color: #000;
  font-weight: 600;
}

.blog_cont .entry-header {
  padding-bottom: 14px;
  margin-bottom: 23px;
  overflow: hidden;
}
.blog_cont .entry-header .date-meta {
  font-size: 13px;
  font-weight: 700;
  color: #d30300;
}
.blog_cont .entry-header .date-meta i {
  font-size: 13px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  display: block;
  line-height: 20px;
  margin-top: 3px;
}
.blog_cont .entry-header .entry-meta {
  margin: 0;
}
.blog_cont .entry-header .entry-meta li {
  border-right: 1px solid #eee;
  padding-right: 23px;
  margin-right: 20px;
  list-style: none;
  display: inline-block;
  line-height: 18px;
  margin-top: 10px;
}
.blog_cont .entry-header .entry-meta li span {
  font-family: "Open Sans", sans-serif;
  color: #ccc;
  font-size: 12px;
  font-weight: 700;
  display: block;
  line-height: 18px;
}
.blog_cont .entry-header .entry-meta li a,
.blog_cont .entry-header .entry-meta li span.value {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  display: inline-block;
  color: #7a7a7a;
}
.blog_cont .entry-header .entry-meta li {
  border-right: 1px solid #eee;
  padding-right: 23px;
  margin-right: 20px;
  list-style: none;
  display: inline-block;
  line-height: 18px;
  margin-top: 10px;
}
.blog_cont .readmore {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  margin-top: 23px;
  background: #af081d;
  margin-bottom: 10px;
}
.blog_cont .readmore a {
  display: inline-block;
  line-height: 30px;
  padding: 0px 6px;
  border: 0;
  color: #fff;
}
.blog_side {
  border-left: 1px solid #eee;
  overflow: hidden;
  padding: 0 20px;
  margin-bottom: 50px;
  position: relative;
}
.blog_side:before {
  content: "";
  background: #af081d;
  height: 50%;
  width: 4px;
  position: absolute;
  left: -1px;
}
.blog_left_section h4 {
  margin-bottom: 20px;
}
.blog_side .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.blog_side .search-form {
  position: relative;
  line-height: 42px;
  border: 0;
}
.blog_side .search-form label {
  width: 100%;
  display: inline-block;
  font-weight: 400;
  margin: 0;
}
.blog_side .search-form label .search-field {
  line-height: 40px;
  background: #fff;
  height: 42px;
  padding: 0 60px 0 15px;
  font-size: 13px;
  width: 100%;
  border: 1px solid #eee;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog_side .search-form .search-submit,
.blog_side .search-form .search-submit:hover {
  color: transparent;
  background: 0 0;
}
.blog_side .search-form .search-submit {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  z-index: 2;
  border-radius: 0;
  line-height: 42px;
  height: 42px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-indent: -9999px;
}
.blog_side .search-form:after {
  content: "\f002";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 42px;
  text-align: center;
  line-height: 42px;
}
.Categories {
  border-left: 1px solid #eee;
  overflow: hidden;
  padding: 0 20px;
  margin-bottom: 50px;
  position: relative;
}
.Categories:before {
  content: "";
  background: #af081d;
  height: 16%;
  width: 4px;
  position: absolute;
  left: -1px;
}
.Categories ul {
  margin: 0;
  padding: 0;
}
.Categories ul li {
  margin: 0;
  padding: 5px 0;
  list-style: none;
  line-height: 14px;
  font-weight: 600;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
.Categories a {
  color: #007bff;
}
.latest_posts {
  border-left: 1px solid #eee;
  overflow: hidden;
  padding: 0 20px;
  margin-top: 30px;
  margin-bottom: 50px;
  position: relative;
}
.latest_posts:before {
  content: "";
  background: #af081d;
  height: 12%;
  width: 4px;
  position: absolute;
  left: -1px;
}
.latest_posts .article-title-wrapper h5 {
  font-size: 14px;
  font-weight: 700;
}
.article-title-wrapper {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dashed;
}
.latest_posts h5 > a {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 1em;
}
.article-title {
  color: #000;
  font-weight:600;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1em;
}
.article-description
{
  color: #0f61b9;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 1em;
}
.latest_posts .article-date {
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  font-family: "Open Sans", sans-serif;
}
.latest_posts .article-date span {
  padding: 1px;
}
.blog_add {
  position: relative;
}
.blog_cont .readmore:hover {
  background: #af081db5;
  color: #fff !important;
}
.Categories a:hover {
  color: #af081d;
}
.latest_posts h5 > a:hover {
  color: #af081d;
}
.blog_cont .entry-content .entry-summary li {
  position: relative !important;
  list-style-type: none;
  padding: 2px 20px;
  font-family: "Open Sans", sans-serif;
}
.blog_cont .entry-content .entry-summary li:before {
  font-family: FontAwesome !important;
  content: "\f18e" !important;
  margin-right: 10px !important;
  color: #af081d !important;
  font-size: 16px !important;
}
.loop-pagination,
.pagination {
  text-align: left;
  display: inline-block;
  width: 100%;
  /*margin: 0px 0 0;*/
  border-top: 0;
  padding-top: 0;
}
.loop-pagination ul,
.pagination ul {
  margin: 0;
  padding: 0;
  display: block;
}
.loop-pagination li,
.pagination li {
  display: inline-block;
  zoom: 1;
  list-style: none;
  margin-right: 6px;
}
.loop-pagination li .page-numbers,
.pagination li .page-numbers {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
}
.loop-pagination .page-number,
.loop-pagination li .page-numbers,
.pagination li .page-numbers {
  width: 40px;
  height: 40px;
  border: 1px solid #111;
  line-height: 38px;
  text-align: center;
  overflow: hidden;
}
.pagination a {
  color: #000;
}
.current {
  background: #a6d7f9;
  border: none;
}

/*edited section*/
/*site name*/
.site_name
{
  margin-top: 20px;
    color: #fff;
}
.site_name p
{
  font-size: 27px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
}
.model_gallery
{
  width: 100%;
    position: relative;
    background: url(../img/gallery_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 50px
}
.model_gallery img
{
  width: 100%;
}
.model_gallery .btn
{
background: #af081d;
    padding: 6px 50px;
    color: #fff;
    border-radius: none !important;
    margin-top: 50px;
    font-size: 20px;
  }
  .img_head span
  {
    margin-bottom: 0;
    padding-top: 10px;
    color: #9f071a;
    font-size: 20px;
    font-family: 'Myriad Pro',sans-serif;
    text-transform: uppercase;
  }
  .img_head i
  {
    font-size: 23px;
    color: #102865;
  }
  .visit
  {
   
    background-image: linear-gradient(90deg, #e8e8e8, #e2e2e2);
  }
.media_coverage h2
{
  font-size: 25px;
}

.collapse
{
  display: block;
}
.menu-footer-menu-container
{
  border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}


.a_color
{
background: #9c9e9f; /* Old browsers */
    background: -moz-linear-gradient(left,  #e2e2e2 0%, #e2e2e2 50%, #f0f0f0 50%, #f0f0f0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e2e2e2), color-stop(50%,#e2e2e2), color-stop(50%,#f0f0f0), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #e2e2e2 0%,#e2e2e2 50%,#f0f0f0 50%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #e2e2e2 0%,#e2e2e2 50%,#f0f0f0 50%,#f0f0f0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #e2e2e2 0%,#e2e2e2 50%,#f0f0f0 50%,#f0f0f0 100%); /* IE10+ */
    background: linear-gradient(to right,  #e2e2e2 0%,#e2e2e2 50%,#f0f0f0 50%,#f0f0f0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#f0f0f0',GradientType=1 ); /* IE6-9 */
}

/*end site name*/

/* Media Queries */


@media screen and (min-width: 0px) and (max-width: 320px)
{
.profile p {
    font-size: 9px !important;
    line-height: .8rem !important;
    margin-top: 9px;
}
marquee {
    width: 53%;
}
}

@media screen and (min-width: 0px) and (max-width: 480px) {
  img {
    outline: none;
    border: none;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  button:focus {
    outline: none;
  }
  .navbar-dark .navbar-toggler-icon {
    background-image: none;
  }
  .navbar-toggler {
    position: relative;
    left: 100%;
  }
  .navbar-collapse {
    margin-top: 20px;
    border-top: 1px solid #fff;
  }
  .logo {
    position: absolute;
    top: 0px;
  }
  .navbar-nav a {
    padding: 10px 20px !important;
  }
  marquee {
    width: 60%;
  }
  .profile p {
    font-size: 14px;
    line-height: 1rem;
  }
  .latest_news h3 {
    font-size: 20px;
  }
  .governance-content .content_details p {
    width: 99%;
  }
  .slider-visit .slick-prev {
    left: 88%;
  }
  .slider-visit .slick-next {
    right: 0%;
  }
  .slider-visit1 .slick-prev {
    left: 88%;
  }
  .slider-visit1 .slick-next {
    right: 0%;
  }
  .latest_news .slick-prev {
    left: 88%;
  }
  .latest_news .slick-next {
    right: 0%;
  }
  .social_links {
    top: 31%;
  }
  .gallery .col-md-3 {
    padding: 0;
  }
  .media_slider img {
    width: 90%;
  }
  .gallery .img_width {
    width: 25%;
  }
  .photo_gallery {
    left: 0;
  }
  .photo_gallery div {
    padding: 0px 0px;
  }
  .gallery .col-md-3 {
    width: 25%;
  }
  .gallery h4 {
    font-size: 12px;
  }
  .latest_news img {
    overflow: hidden;
    width: 97%;
  }
}

@media screen and (min-width: 0px) and (max-width: 992px) {

  .social_icons .col-md-4
  {
    width: 32% !important;
  }

.a_color
{
background: #9c9e9f; /* Old browsers */
    background: -moz-linear-gradient(left,  #e2e2e2 0%, #e2e2e2 100%, #f0f0f0 100%, #f0f0f0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e2e2e2), color-stop(50%,#e2e2e2), color-stop(50%,#f0f0f0), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #e2e2e2 0%,#e2e2e2 100%,#f0f0f0 100%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #e2e2e2 0%,#e2e2e2 100%,#f0f0f0 100%,#f0f0f0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #e2e2e2 0%,#e2e2e2 100%,#f0f0f0 100%,#f0f0f0 100%); /* IE10+ */
    background: linear-gradient(to right,  #e2e2e2 0%,#e2e2e2 100%,#f0f0f0 100%,#f0f0f0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#f0f0f0',GradientType=1 ); /* IE6-9 */
}


  .collapse {
    display: none;
}
.meet 
{
  text-align: center;
}
  .logo img {
    position: absolute;
    width: 35%;
}
.site_name {
     margin-top: 0px; 
    color: #fff;
}
.site_name p {
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    position: absolute;
    left: 83px;
    margin-top: -13px;
}
.menu-header-menu-container {  
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;  
}
.profile p {
    font-size: 10px;
    line-height: 1rem;
    margin-top: 9px;
}
.profile .col-sm-6
{
  width: 50%;
}
.img_head
{
  text-align: left;
}
.navbar-collapse .menu {
    margin: 0px 0px 0px auto;
    display: block;
    padding-left: 0;
    padding-left: 0;
   /* border-top: 1px solid #fff;*/
    margin-top: 20px;
}
.navbar-collapse .menu a {
    padding: 8px 11px !important;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    display: block;
    text-decoration: none;
    
}
#menu-footer-menu a
{
  color: #000;
}
}

@media screen and (min-width: 481px) and (max-width: 767px) {
  img {
    outline: none;
    border: none;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  button:focus {
    outline: none;
  }
  .navbar-dark .navbar-toggler-icon {
    background-image: none;
  }
  .navbar-toggler {
    position: relative;
    left: 100%;
  }
  .navbar-collapse {
    margin-top: 20px;
    border-top: 1px solid #fff;
  }
  .logo {
    position: absolute;
    top: 0px;
  }
  .navbar-nav a {
    padding: 10px 20px !important;
  }
  marquee {
    width: 60%;
  }
  .latest_news h3 {
    font-size: 20px;
  }
  .profile p {
    font-size: 14px;
    line-height: 1rem;
  }
  .governance-content .content_details p {
    width: 99%;
  }
  .latest_news .slick-prev {
    left: 90%;
  }
  .latest_news .slick-next {
    right: 0%;
  }
  .social_links {
    top: 31%;
  }
  .gallery .col-md-3 {
    padding: 0;
  }
  .media_slider img {
    width: 90%;
  }
  .gallery .img_width {
    width: 25%;
  }
  .photo_gallery {
    left: 0;
  }
  .photo_gallery div {
    padding: 22px 0px;
  }
  .gallery .col-md-3 {
    width: 25%;
  }
  .gallery h4 {
    font-size: 12px;
  }
  .latest_news img {
    overflow: hidden;
    width: 97%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse .menu {
    margin: 0px 0px 0px auto;
    display: block;
    padding-left: 0;
    padding-left: 0;
   /* border-top: 1px solid #fff;*/
    margin-top: 20px;
}
.navbar-collapse .menu a {
    padding: 8px 11px !important;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    display: block;
    text-decoration: none;
    
}
.logo img {
    position: absolute;
    width: 55%;
}
  img {
    outline: none;
    border: none;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  button:focus {
    outline: none;
  }
  .navbar-dark .navbar-toggler-icon {
    background-image: none;
  }
  .navbar-toggler {
    position: relative;
    left: 100%;
  }
  .navbar-collapse {
    margin-top: 20px;
    border-top: 1px solid #fff;
  }
  .logo {
    position: absolute;
    top: 0px;
  }
  .navbar-nav a {
    padding: 10px 20px !important;
  }
  .profile p {
    font-size: 10px;
    line-height: 1rem;
  }
  .profile img {
    float: left;
    margin-right: 10px;
    width: 15%;
}
  .slider-visit .slick-prev {
    left: 86%;
  }
  .slider-visit .slick-next {
    right: 0%;
  }
  .governance-content .content_details p {
    width: 99%;
  }
  .slider-visit1 .slick-prev {
    left: 86%;
  }
  .slider-visit1 .slick-next {
    right: 0%;
  }
  .latest_news .slick-prev {
    left: 90%;
  }
  .latest_news .slick-next {
    right: 0%;
  }
  .social_links {
    top: 40%;
  }
  .gallery .col-md-3 {
    padding: 0;
  }
  .media_slider img {
    width: 90%;
  }
  .gallery .img_width {
    width: 25%;
  }
  .photo_gallery {
    left: 0;
  }
  .photo_gallery div {
    padding: 40px 0px;
  }
  .gallery .col-md-3 {
    width: 25%;
  }
  .gallery h4 {
    font-size: 12px;
  }
  .latest_news img {
    overflow: hidden;
    width: 98%;
  }
  .latest_news h3 {
    font-size: 20px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1030px) {
  .navbar-collapse .menu
  {
    margin: 0px 0px 0px 75px;
  }
  .logo {
    width: 35%;
    top: -16px;
  }
  img {
    outline: none;
    border: none;
    max-width: 100%;
    height: auto;
  }
  .navbar-nav a {
    padding: 10px 8px !important;
    font-size: 12px;
  }
 .profile p {
    font-size: 11px;
    line-height: 1rem;
  }
  .profile img {
    float: left;
    margin-right: 10px;
    width: 15%;
}
  .latest_news img {
    overflow: hidden;
    width: 98%;
  }
  .gallery .col-md-3 {
    padding: 0;
  }
  .photo_gallery {
    left: 0;
  }
  .photo_gallery div {
    padding: 62px 0px;
  }
  .gallery .col-md-3 {
    width: 25%;
  }
  .social_links {
    top: 55%;
  }
  .footer li {
    padding: 6px;
  }
}

@media screen and (min-width: 1031px) and (max-width: 1199px) {
  .logo {
    width: 35%;
    top: -16px;
  }
  .logo img {
    width: 90%;
  }
  .navbar-nav a {
    padding: 10px 8px !important;
    font-size: 12px;
  }
  .profile p {
    font-size: 18px;
    line-height: 1.2rem;
  }
  .media_slider img {
    width: 90%;
  }
  .latest_news img {
    overflow: hidden;
    width: 98%;
  }
}

.images {
  position: relative;
}

.img_overlay {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.images:hover .img_overlay {
  opacity: 0.7;
}
