@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@font-face {font-family: "Back to Black Demo";
  src: url("../fonts/a50a0b92bba2b207bf65d4c46bcb862e.eot"); /* IE9*/
  src: url("../fonts/a50a0b92bba2b207bf65d4c46bcb862e.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/a50a0b92bba2b207bf65d4c46bcb862e.woff2") format("woff2"), /* chromeã€firefox */
  url("../fonts/a50a0b92bba2b207bf65d4c46bcb862e.woff") format("woff"), /* chromeã€firefox */
  url("../fonts/a50a0b92bba2b207bf65d4c46bcb862e.ttf") format("truetype"), /* chromeã€firefoxã€operaã€Safari, Android, iOS 4.2+*/
  url("../fonts/a50a0b92bba2b207bf65d4c46bcb862e.svg#Back to Black Demo") format("svg"); /* iOS 4.1- */
}
@font-face {font-family: "Old English Text MT";
  src: url("../fonts/f3258385782c4c96aa24fe8b5d5f9782.eot"); /* IE9*/
  src: url("../fonts/f3258385782c4c96aa24fe8b5d5f9782.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/f3258385782c4c96aa24fe8b5d5f9782.woff2") format("woff2"), /* chromeã€firefox */
  url("../fonts/f3258385782c4c96aa24fe8b5d5f9782.woff") format("woff"), /* chromeã€firefox */
  url("../fonts/f3258385782c4c96aa24fe8b5d5f9782.ttf") format("truetype"), /* chromeã€firefoxã€operaã€Safari, Android, iOS 4.2+*/
  url("../fonts/f3258385782c4c96aa24fe8b5d5f9782.svg#Old English Text MT") format("svg"); /* iOS 4.1- */
}
body {
  background: #fff;
  color: #262626;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  box-sizing:border-box;
 
}

a {
  color: #ffffff;
}

a:hover, a:active, a:focus {
  color: #2dca98;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
  font-size: 14px!important;
  font-weight: 400!important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../images/preloader.svg") no-repeat center center;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #2dc997;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 10px 0;
  height: 100px;
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background: linear-gradient(0deg, #ffc107f5, transparent), url(../images/header_bck.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

#header #logo {
  float: left;
  width: 480px;
}
#header #logo h3 {
  font-family: Old English Text MT;
  font-size: 40px;
  margin: 0;
  font-weight: 600;
  text-shadow: 2px 0 0 #ffffff, 0 2px 4px #838080c7;
  letter-spacing: 2px;
      text-align: left;
}
#header #logo h6 {
  font-size: 14px;
  font-weight: 600;
  margin: 5px 0;
   text-align: left;
}
#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
   text-align: left;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
  width: 80px;
  float: left;
      margin-right: 14px;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 26px;
  }
  #header #logo img {
    max-height: 40px;
  }
}

#header.header-fixed {
  /* background: #a97d00; */
  padding: 10px 0;
  height: 85px;
  transition: all 0.5s;
position: fixed;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 22px 14px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #0e0e0e;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 14px;
  outline: none;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu > li > a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #000;
}
.nav-menu>li:nth-of-type(1)>a::before {
  background: #2e3092;
}
.nav-menu>li:nth-of-type(2)>a::before,.nav-menu>li:nth-of-type(4)>a::before,.nav-menu>li:nth-of-type(6)>a::before,
.nav-menu>li:nth-of-type(8)>a::before    {
  background: none;
}
.nav-menu>li:nth-of-type(3)>a::before {
  background: #c70f0f;
}
.nav-menu>li:nth-of-type(5)>a::before {
  background: #2e3092;
}
.nav-menu>li:nth-of-type(7)>a::before {
  background: #c70f0f;
}
.nav-menu>li:nth-of-type(9)>a::before {
  background: #2e3092;
}
.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .menu-active > a:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.nav-menu ul {
  margin: 4px 0 0 0;
  border: 1px solid #e7e7e7;
}

.nav-menu ul li {
  background: #fff;
}

.nav-menu ul li:first-child {
  border-top: 0;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li a:hover {
  background: #2dc997;
  color: #fff;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #2dc997;
}

#mobile-nav ul .menu-item-active {
  color: #2dc997;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

#footer{
  background:#2e3092;
  color: #fff;
  padding-top: 20px;
  position: relative;
}
#footer .positionfixed li strong{
  width: 102px;
  display: inline-block;
  }
  #footer .positionfixed li{
  position: relative;
  border-bottom: 1px solid white;
  padding: 15px 0 15px 0;
}
#footer .positionfixed li  span{
  position: absolute;
  left: 80px;
  font-size: 14px;
  font-weight: 700;
  
}
#footer .contact li i{
  font-size: 18px;
  color: #deb847;
  padding-right: 8px;
}
#footer .contact li{
  font-size: 14px;
  border-bottom: 1px sol;
  padding: 0px 0px 12px;
}
#footer .mobileApp {
  text-align: center;
}
#footer .mobileApp h3{
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}
#footer .mobileApp .text-danger{
  color: #f85280!important;
  
}
#footer .mobileApp .text-success{
  color:#64d82d!important;
}
#footer .mobileApp img{
  width: 110px;
  height: 36px;
  object-fit: cover;
  border-radius: 6px;
}
#footer .mobileApp h4{
  font-size: 14px;
  margin-bottom: 12px;
  font-weight: 400;
  line-height: 1.6;
}
#footer .heading h4{
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  position: relative;
  padding-bottom: 6px;
}
#footer .heading h4::before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 25px;
  background: #ffc107;
}
#footer .copyright{
  text-align: center;
    background: #ffc107;
    padding: 8px 0;
}
#footer .copyright p{
  margin-bottom: 0;
  color:#040404;
  font-size: 14px;
  font-style: italic;
}
#footer .copyright p span{
  color:#000000;
}
#footer:before {
  content:'';
  background: url(../images/footer_img.png) 0 0 repeat-x;
  height: 30px;
  position: absolute;
  width: 100%;
  z-index: 22;
  left: 0;
  top: -30px;
  -webkit-animation: wave-animation1 8.7s infinite linear; /* Safari 4+ */
  -moz-animation:    wave-animation1 8.7s infinite linear; /* Fx 5+ */
  -o-animation:      wave-animation1 8.7s infinite linear; /* Opera 12+ */
  animation:         wave-animation1 8.7s infinite linear; /* IE 10+ */
}
@-webkit-keyframes wave-animation1 {
  0%   { background-position: 0 0; }
  100% { background-position: 1601px 0; }
}
@-moz-keyframes wave-animation1 {
  0%   { background-position: 0 0; }
  100% { background-position: 1601px 0; }
}
@-o-keyframes wave-animation1 {
  0%   { background-position: 0 0; }
  100% { background-position: 1601px 0; }
}
@keyframes wave-animation1 {
  0%   { background-position: 0 0; }
  100% { background-position: 1601px 0; }
}

.headings h4::after{
  content: '';
  position: absolute;
  top: 21px;
  background-color: #c70f0f;
  height: 3px;
  width: 50px;
  margin-left: 14px;
  opacity: 0.8;
}

.headings h4{
  font-family: "Back to Black Demo" !important;
  font-size: 32px;
  color: #c70f0f;
  /* font-weight: revert; */
  font-style: normal;
  /* -webkit-font-smoothing: antialiased; */
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  position:relative;
}
#events .event_box img{
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 12px;
}
#events .event_box h5{
    background: #ffc107;
    color: black;
  font-size: 14px;
  font-weight: 500;
  padding: 7px;
  width: 108px;
  height: 33px;
  border-radius: 8px;
  text-align: center;
  margin: 0 auto;
  margin-top: -15px;
  position: relative;
}
#events .event_box h3{
  font-size: 20px;
  font-weight: 600;
  color: #2e3092;
  padding-bottom: 5px;
  position: relative;
  margin-bottom: 10px;
}
#events .event_box h3::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35px;
  height: 2px;
  background: #2e3092;
}
#events .event_box{
  background: white;
  padding: 14px;
  height: 230px;
  margin-bottom: 20px;
}
.blink-bg_z a{
	    color: white;
    text-decoration: none;
}
.btn1 {
  background: #2e3092;
  border: none;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 400;
  box-shadow: 0px 0px 8px 0px grey;
  transition: all ease 0.5s;
  position: relative;
  padding: 9px 37px 8px 25px;
  display: inline-block;
  color: white;
    text-decoration: none;
}
.galleryhome{
  position: relative;
}
.galleryhome .btn1{
  position: absolute;
  right: 117px;
  top: -21px;
  z-index: 99;
}
.btn1:hover {
  color: #fff;
  background-color: #7a273e;
  border-color: #a93d5b;
}
.btn1::before{
  content: '';
  position: absolute;
  bottom: 0px;
  top: 12px;
  right: 10px;
  width: 21px;
  height: 10px;
  z-index: 9;
  background: url(../images/btn_arrow.png) no-repeat;
  background-size: contain;
  opacity: 0.8;
}
#events {
  padding: 40px 0;
  background: linear-gradient(11deg, #e5c359e0, #000000c4),url(../images/events_bck.jpg) no-repeat;
   /* background:linear-gradient(11deg, #780223, #000000a3),url(../img/events_bck.jpg) no-repeat; 
  background: linear-gradient(11deg, #e5c359b8, #000000c4),url(../img/events_bck.jpg) no-repeat; */
  background-size: cover;
  background-attachment: fixed;
}
#activites{
  padding: 40px 0 0;
    position: relative;
}
#events .headings h4 {
  font-family: "Back to Black Demo" !important;
  font-size: 35px;
  color: #fff;
  /* font-weight: revert; */
  font-style: normal;
  /* -webkit-font-smoothing: antialiased; */
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
#events .headings h4::after {
  content: '';
  position: absolute;
  top: 21px;
  background-color: #ffffff;
  height: 3px;
  width: 50px;
  margin-left: 14px;
  opacity: 0.8;
}

#activites .activitesboxes .box1 {
  color: #fff;
  border-radius: 60px 0 60px 0px;
  padding: 12px 40px;
  height: 100px;
  width: 100%;
}
#activites .activitesboxes .blue {
background: #1e6bd2;
box-shadow: 0 -4px 8px rgb(30 107 210 / 30%);
padding: 10px 32px;
}
#activites .activitesboxes .yellow{
  background: #f6d15d;
  color: #333;
  box-shadow: 0 -4px 8px rgb(246 209 93 / 30%);
 
}
#activites .activitesboxes .yellow img{
  filter: none!important;
}
#activites .activitesboxes .yellow:after {
  filter: none!important;
}
#activites .activitesboxes .purple{
  background: #ba2bde;
  color: #fff;
  box-shadow: 0 -4px 8px rgb(186 43 222 / 30%);
}
#activites .activitesboxes .green{
  background: #158438;
  color: #fff;
  box-shadow: 0 -4px 8px rgb(21 132 56 / 30%);
}
#activites .activitesboxes .box1 h6{
  font-size: 14px;
  font-weight: 300;
  margin: 7px 0;
}
#activites .activitesboxes .box1 h4{
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
#activites .activitesboxes .box1 img{
  width: 24px;
  height: 24px;
  filter: invert(1);
}

#activites .activitesboxes .box1 {
position: relative;
-webkit-animation: 4s qodef-float infinite ease-in-out;
animation: 4s qodef-float infinite ease-in-out;
}
#activites .activitesboxes .box1::after{
  content: '';
  position: absolute;
  bottom: 0px;
  top: 52px;
  right: 25px;
  width: 21px;
  height: 20px;
  z-index: 999999;
  background: url(../images/next.png) no-repeat;
  background-size: cover;
  filter: invert(1);
  cursor: pointer;
}
.bck_img::after {
  content: '';
  position: absolute;
  bottom: -20px;
  /* top: -382px; */
  right: 0;
  left: 0;
  height: 407px;
  /* z-index: 2; */
  background: url(../images/event_train.png) no-repeat;
  background-size: contain;
 
}
@keyframes animatedBackground {
  from {
      background-position: 100% 0;
  }
  to {
      background-position: 0 0;
  }
}
.bck_img:before{
  content: '';
  position: absolute;
  bottom: 0px;
  bottom: 0;
  right: 0;
  left: 0;
  height: 113px;
  background: url(../images/event_grass.png);
  animation: animatedBackground 1s linear infinite;
}
.activitesboxes{
  padding-bottom: 10%;
  padding-top: 30px;
  position: relative;
  z-index: 2;
}
.bck_img{
  position:relative;

}

#message .newsbox .news .newstitle h5{
  font-size: 16px;
  font-weight: 600;
  color: #262626;
  margin-bottom: 7px;
}
#message  .date{
  float: left;
  width: 80px;
  min-height: 68px;
  margin-right: 14px
}
#message .date h6{
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 31px;
  background: #2e3092;
  color: #fff;
}
#message .date h6 span{
  display: block;
  background: #ffc107;
}
#message{
  background: url(../images/principal_bck.jpg) no-repeat;
  padding: 40px 0;
  background-size: cover;
  background-position: center;
}
.newsbox{
  background: #ffffffbf;
  padding: 25px;
  height: 336px;
}
.newsbox p{
  margin-bottom: 7px;
}
.news{
  min-height: 80px;
    border-bottom: 1px dotted #2e3092;
    margin-bottom: 15px;
}
.principal_img {
  position: relative;
}
.principal_img::before{
display: block;
    content: '';
    position: absolute;
    width: 175px;
    height: 240px;
    right: -89px;
    top: -42px;
    border: 7px solid #ffc107;
    box-sizing: border-box;
    box-shadow: 4px 4px 14px 0px grey;
    z-index: 1;grey;
}
.principal_img img{
border: 7px solid #af4d66;
    box-sizing: border-box;
    box-shadow: 4px 4px 14px 0px grey;
    position: relative;
    z-index: 2;
}
#about{
  position: relative;
  height: 487px;
  z-index: 1;
}
#about:after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: url(../images/about_bck.png) no-repeat;
  background-size: cover;
  height: 528px;
  z-index: -1;
}
.pd{
  padding: 16% 0 0;
}
.skitter {
       height: 496px !important;
    max-width: 100% !important;
}
.skitter .box_clone img {
    object-fit: cover!important;
}
.skitter .container_skitter {
    width: 100% !important;
}
.image_main{
    height: 496px!important;
    object-fit: cover!important;
    max-width: 100%!important;
}
.label_skitter {
  position: absolute;
  left: 0px!important;
  right: 0!important;
  bottom: 0px;
  left: 0px;
  z-index: 99999999;
  display: block!important;
  background: linear-gradient(transparent, #000);
  height: 250px;
  width: 100%;
}
#slider:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  /* top: 38px; */
  height: 200px;
  background: linear-gradient(0deg, #0c0b0b00, #000000);
  z-index: 22;
}
#slider{
  position: relative;
}
#header::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -26px;
  height: 29px;
  width: 100%;
  background: url(../images/banner_bck.png) no-repeat;
  background-size: xs1wz;
  z-index: 22;
  /* background-size: contain; */
}


#topbar-header{
  background: #2e3092;
  color: #fff;
 padding: 7px 0 1px 0px;
}

.topbar_icon img{
  height: 25px;
  width: 25px;
  object-fit: cover;
}
.topbar_icon p{ 
  margin: 0;
  font-size: 13px!important;
  font-weight: 400!important;
}
.highlight p{ 
  margin: 0;
  font-size: 14px!important;
  font-weight: 500!important;
    color: #2a2929;
    padding-top: 5px;
  
}

.topbar_icon{ 
  position: relative;
}
.topbar_icon:before{ 
  width: 0;
  height: 0;
  border-top: 100px solid red;
  border-right: 100px solid transparent;
  /* content:''; */
  position: absolute;
  top:0;
  right:0;
}
a{
	 text-decoration: none;
}
.btn_top  {
      padding: 8px 20px 7px 30px;
    border-radius: 56px;
    font-size: 13px;
    font-weight: 500;
    margin-left: 20px;
    display: inline-block;
    position: relative;
    color: white;
    text-decoration: none;
}
.btn-brown{
  background: #90203f;

}
.btn-purple{
  background: #840a98;

}
.btn-blue{
  background:#00538f;

}
.topbar{

  position: relative;
  width: 100%;
  display: inline-flex;
}
.topbar::before{
  border-left: 28px solid transparent;
  border-bottom: 33px solid #ffffff;
  width: 912px;
  content: '';
  position: absolute;
  top: -2px;
  left: -63px;
}
.logins_buttons{
  position: absolute;
  right: 0;
  top: 12px;
  z-index: 999;
}
.btn_top img{
  position: absolute;
  height: 40px;
  width: 40px;
  left: -15px;
  background: #fff;
  top: -2px;
  border-radius: 50%;
  object-fit: contain;
}
.icon_borderbrown{
  border: 2px solid #90203f;
}
.icon_borderpurple{
  border: 2px solid #840a98;
}
.icon_borderblue{
  border: 2px solid #00538f;
}

#breadcrumb {
  padding: 30px 0;
    background: linear-gradient( #00000000, #00000000),url(../images/inner_title_bg.jpg) no-repeat center;
    background-size: cover;
    color: white;
}
#content {
 padding: 64px 0 61px;
    position: relative;
}
content::before {
  content: '';
  position: absolute;
    bottom: 0;
    width: 100%;
    height: 1000px;
    left: 0;
    background: url(../images/inner_content.png) center bottom 172px no-repeat,
     url(../images/sky.png) center bottom 440px no-repeat,
     url(../images/track-repeat.png) center bottom repeat-x;
}
.cont_info {
  margin-bottom: 60px;
}
.address-item {
  padding: 40px;
  background-color: #ece5ed;
  border-radius: 10px;
  text-align: center;
  -webkit-animation: 4s qodef-float infinite ease-in-out;
    animation: 4s qodef-float infinite ease-in-out;
    height:280px ;
}
.address-item .address-icon i{
  line-height: 70px;
 }
@-webkit-keyframes qodef-float {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	50% {
		-webkit-transform: translateY(16px);
		transform: translateY(16px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.address-item .address-icon {
  background: #2e3092;
  height: 70px;
  width: 70px;
  color: #fff;
  line-height: 70px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto 15px;
  font-size: 32px;
}
.address-item .address-text .contact-title {
  font-size: 22px;
  margin: 0 0 10px;
  font-weight: 700;
  color: #000;
}

.address-item .address-text ul li {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #505050;
}
.address-item .address-text ul li a {
  color: #505050;
}
.login-form {
  margin: 0 auto;
  background: #fff1f5;
  /* border: 1px solid #a93d5b; */
  padding: 5px;
  background: url(../images/contact_form_bg.png) 93px 0px;
  box-shadow: 0px 5px 5px 0pxrgba(100, 100, 100, 0.20);
  -webkit-box-shadow: 0px 0px 18px 0px rgb(100 100 100 / 27%);
  -moz-box-shadow: 0px 5px 5px 0px rgba(100, 100, 100, 0.20);
}
.login-form .form-group {
  margin-top: 15px;
  margin-bottom: 0;
}
.login-form .form-group .form-control {
  height: 50px;
  border-radius: 4px;
  font-size: 14px;
  border-color: #f9eccd;
}
.login-form .form-group {
  margin-top: 15px;
  margin-bottom: 0;
}
.login-form .send_btn {
  width: 100%;
  letter-spacing: 0;
  font-weight: 600;
}
.form-group .btn {
  background: #ffc107;
  display: inline-block;
  border-radius: 30px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  padding: 13px 40px;
}
textarea.form-control {
  height: 150px !important;
}
.map {
  margin-left: 30px;
}
.animation {
  position: absolute;
  bottom: 5%;
  left: 0%;
  animation: betterfly 5s infinite;
}
.animation-two {
  position: absolute;
  bottom: 22%;
  right: 0%;
  animation: betterfly-two 5s infinite;
}
.animation img, .animation-two img {
  width: 150px;
}
@keyframes betterfly{
    10%{bottom: 7%;}
    15%{bottom: 8%;}
    20%{bottom: 9%;}
    30%{bottom: 10%;}
    35%{bottom: 11%;}
    40%{bottom: 13%;}
    45%{bottom: 15%;}
    50%{bottom: 17%;}
    55%{bottom: 18%;}
    60%{bottom: 20%;}
    65%{bottom: 22%;}
}
@keyframes betterfly-two{
    60%{bottom: 7%;}
    55%{bottom: 8%;}
    50%{bottom: 9%;}
    45%{bottom: 10%;}
    40%{bottom: 11%;}
    35%{bottom: 13%;}
    30%{bottom: 15%;}
    25%{bottom: 17%;}
    20%{bottom: 18%;}
    15%{bottom: 20%;}
    10%{bottom: 22%;}
}
.eventbox img{
  border: 5px solid #2e3092;
  margin-bottom: 15px;
  width: 418px;
  height: 250px;
  object-fit: cover;
}
.eventbox {
  padding: 0 0 0 122px;
}
.eventbox h4 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #262626;
  font-weight: 600;
  font-family: cursive;
}
.entry-meta {
  width: 130px;
  text-align: center;
  position: absolute;
  left: 20px;
  top: 20%;
}
.eventbox .date{
  margin: 0 0 10px;
  float: right;
  color: #fff;
  display: block;
  padding: 0 18px 0 16px;
  line-height: 39px;
  position: relative;
  clear: both;
  text-align: left;
    line-height: normal;
    width: auto;
    background: #2e3092;
}
.entry-meta .date:before {
  content: "";
  background: url(../images/green-meta-arrow.png) left center no-repeat;
  float: left;
  width: 15px;
  height: 39px;
  margin: 0;
  position: absolute;
  top: 0;
  left: -15px;
}
.entry-meta .date span {
  display: inline-block;
  line-height: 36px;
  color: #fff;
  font-size: 26px;
    font-weight: 700;
}
.entry-meta .date p {
  line-height: 15px;
  font-size: 12px!important;
  margin: 4px 0 0 8px;
  display: inline-block;
  color: #fff;
}
.entry-meta .date:after{
  content: "";
  border-style: solid;
  border-width: 5px 8px 0 0;
  border-color: #1c1e60 transparent transparent;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  position: absolute;
  right: 0;
  bottom: -5px;
}

.innergallery h4 {
  font-size: 18px;
  margin-bottom: 9px;
  color: #2b2d2e;
  font-weight: 600;
}
.innergallery h6{
  font-size: 14px;
  margin-bottom: 0;
  color: #423f40;
  font-weight: 500;
}
.innergallery img{
  border:5px solid #2e3092;
  margin-bottom: 9px;
  box-shadow: 0 0 11px grey;
}

.innergallery .entry-meta {
  width: 130px;
  text-align: center;
  position: absolute;
  left: 20px;
  top: -17px;
}
.innergallery .date{
  margin: 0 0 10px;
  float: right;
  color: #fff;
  display: block;
  padding: 0 18px 0 16px;
  line-height: 39px;
  position: relative;
  clear: both;
  text-align: left;
    line-height: normal;
    width: auto;
    background: #2e3092;
}
.innergallery .entry-meta .date:before {
  content: "";
  background: url(../images/green-meta-arrow.png) left center no-repeat;
  float: left;
  width: 15px;
  height: 39px;
  margin: 0;
  position: absolute;
  top: 0;
  left: -15px;
}
.innergallery .entry-meta .date span {
  display: inline-block;
  line-height: 36px;
  color: #fff;
  font-size: 26px;
    font-weight: 700;
}
.innergallery .entry-meta .date p {
  line-height: 15px;
  font-size: 12px!important;
  margin: 4px 0 0 8px;
  display: inline-block;
  color: #fff;
}
.innergallery  .entry-meta .date:after{
  content: "";
  border-style: solid;
  border-width: 5px 8px 0 0;
  border-color: #25276e transparent transparent;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  position: absolute;
  right: 0;
  bottom: -5px;
}

.gallery-title{
  /* border-top: 2px solid#a93d5b; */
  border-bottom: 2px solid #2e3092;
  padding: 5px 0;
  text-align: center;
  background: url(../images/galleryheadingbck.png)0 354px;
  background-size: cover;
}
.innergallery{
    margin-bottom: 60px;
  }

  
  #photogallery {
    padding: 40px 0 60px;
    position: relative;
}
#photogallery::after{
  content: "";
    background: url(../images/photogalleryhomebg.png) no-repeat bottom;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 143px;
    z-index: 22;
}

#photogallery .row {
  margin: 0;
  padding: 0;
}

#photogallery .gallery {
position: relative;
  z-index: 22;
}
#breadcrumb{
  position: relative;
  padding: 50px 0;
}
#breadcrumb:before {
  content: '';
  position: absolute;
  left:0;
  right:0;
  bottom:0;
  height: 30px;
  background-image: url(../images/wave1.png);
  -webkit-animation: wave-animation1 8.7s infinite linear;
    -moz-animation: wave-animation1 8.7s infinite linear;
    -o-animation: wave-animation1 8.7s infinite linear;
    animation: wave-animation1 8.7s infinite linear;
}


.back-to-top, .back-to-top:hover{
  -webkit-animation: 4s qodef-float infinite ease-in-out;
  animation: 4s qodef-float infinite ease-in-out;
  background: none;
  z-index: 999;
}

.back-to-top img{
  width: 75px;
    height: 75px;
    object-fit: cover;
}



.elem, .elem * {
	box-sizing: border-box;
	margin: 0 !important;	
}
.elem {
	display: inline-block;
	font-size: 0;
	width: 33%;
	border: 20px solid transparent;
	border-bottom: none;
	background: #fff;
	padding: 10px;
	height: auto;
	background-clip: padding-box;
}
.elem > span {
	display: block;
	cursor: pointer;
	height: 0;
	padding-bottom:	70%;
	background-size: cover;	
	background-position: center center;
}






@media (max-width: 768px) {

  .animation, .animation-two {
    display: none;
}
#header #logo {
  float: left;
  width: 100%;
}
#header #logo img {
  max-height: 67px!important;
}
.topbar::before {
display: none;

}
.highlight{
  width: 100%;
  background-color: #fff;
}
.logins_buttons {
  padding-bottom: 15px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index:2;

}
.topbar {
  position: relative;
  display: inline;
}
#header #logo h3 {
  font-size: 26px;
}
.topbar_icon img {
  display: none;
}
#about:after {
  display: none;
}
.offset-3 {
  margin-left: 0;
}
.newsbox {
  padding: 12px;
  margin-bottom: 20px;
  height: 295px;
}
.headings h4 {
  font-size: 26px;
  margin-bottom: 8px;
}
#message .date {
  min-height: 77px;
}
.headings h4::after {
  top: 16px;
  width: 35px;
  margin-left: 5px;
}
.principal_img img{
  display: block;
}
.principal_img::before{
  display: none;
}
.hg{
  height: 590px!important;
}
.text-right {
  text-align: center!important;
}
.btn1{
  margin-bottom: 10px;
}
#about .headings h4::after{
  display: none;
}
.bck_img::after,.bck_img::before{
  display: none;
}
#activites .activitesboxes .box1 {
  margin-bottom: 20px;
}

.btn_top {
  padding: 8px 8px 4px 24px;
  margin-left: 15px;
  margin-bottom: 10px;
}
.btn_top img {
  height: 35px;
  width: 35px;
}
.skitter {
  height:300px!important;
}
.image_main{
  height: 300px!important;
  object-fit: cover!important;
  width: 100%!important;
}
#slider:before {
display: none;
}
#mobile-nav-toggle {
  margin: 66px 20px 0 0;
}
#header {
  height: 90px;
}
.topbar_icon {
  text-align: center;
}
#about {
  height: 345px;
}
.pd {
  padding: 8% 0 0;
}
.pr-0{
  padding-right: 15px!important;
}
#photogallery .gallery img {
  height: 110px!Important;
}
.galleryhome .btn1 {
    right: 13px;
    top: 8px;
}
#footer .mobileApp {
  margin-bottom: 20px;
}
.mobile-nav-toggle-fixed i{
  color:#a93d5b!important;
}
.mobile-nav-toggle-fixed {
  margin:35px 0px 0 0!important;
}
#events .event_box{
  height: auto;
}
}


#photogallery .gallery img{
  height: 205px;
  width: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  -webkit-filter: grayscale(1);
  -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    transition: all 1.5s ease;
}
#photogallery .gallery .col-md-3{
  overflow: hidden;
}
#photogallery .gallery img:hover{
  filter: grayscale(0%);
  -webkit-filter: grayscale(0);
  filter: none;
  -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    position: relative;
}
.pp_expand {
  transition: 0.5s all!important;
  -webkit-transition: 0.5s all!important;
}
.gallery figure {
  position: relative;
  margin: 0px;
  overflow: hidden;
}
.gallery figure::before {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.gallery figure:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 100%;
  }
}

#content .gallery img {
  height: 168px;
  width: 100%;
  object-fit: cover;
}


.btns_left {
    position: absolute;
    top: 35%;
    bottom: 0;
    left: -8px;
    z-index: 99;
}
.blink-bg,

.blink-bg_z {

	color: #fff;

font-size: 18px;

	font-weight: 400;

	letter-spacing: .4px;

	padding: 4px 10px;

	border-radius: 0px;

	animation: blinkingBackground 2.5s infinite;

	margin: 0 5px;

}



.blink-bg_z {

	animation: blinkingBackground_z 2s infinite!important;

}



@keyframes blinkingBackground {

	0% {

		background-color: #2e3092;

	}

	25% {

		background-color: #ffc107f5;

	}

	50% {

		background-color: #2e3092;

	}

	75% {

		background-color: #ffc107f5;

	}

	100% {

		background-color: #2e3092;

	}

}



@keyframes blinkingBackground_z {

	100% {

		background-color: #ffc107f5;

	}

	75% {

		background-color: #2e3092;

	}

	50% {

		background-color: #ffc107f5;

	}

	25% {

		background-color: #2e3092;

	}

	0% {

		background-color: #ffc107f5;

	}

}
.set_img_left {
    width: 70px;
    height: auto;
    position: absolute;
    margin: -4px -17px;
    right: -26px;
    margin-top: -27px;
}






































