@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap');
@font-face {font-family: "Script MT Bold";
    src: url("//db.onlinewebfonts.com/t/b1f909b1cb3adb801a92229ea92613e1.eot");
    src: url("//db.onlinewebfonts.com/t/b1f909b1cb3adb801a92229ea92613e1.eot?#iefix") format("embedded-opentype"),
    url("//db.onlinewebfonts.com/t/b1f909b1cb3adb801a92229ea92613e1.woff2") format("woff2"),
    url("//db.onlinewebfonts.com/t/b1f909b1cb3adb801a92229ea92613e1.woff") format("woff"),
    url("//db.onlinewebfonts.com/t/b1f909b1cb3adb801a92229ea92613e1.ttf") format("truetype"),
    url("//db.onlinewebfonts.com/t/b1f909b1cb3adb801a92229ea92613e1.svg#Script MT Bold") format("svg");
}
body {
  background: #fff;
  color:#000000;
  font-family: 'Roboto', sans-serif;
}

a {
  color: #50d8af;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #51d8af;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
 background: #ed1a21;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

.back-to-top:focus {
  background: #50d8af;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #0c2e8a;
  color: #fff;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
    background: #270e1a;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 12px;
	color: #fff;
	    font-weight: 300;
}

#topbar .contact-info a {
  line-height: 1;
  color: #fff;
}


#topbar .contact-info i {
    color: #ffffff;
    padding: 4px;
}

#topbar .contact-info .fa-phone {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #e9e9e9;
}

#topbar .social-links a {
     color: white;
    padding: 4px 6px;
    display: inline-block;
    line-height: 1px;
    /* border-left: 1px solid #ffc107; */
    background: #dc3545;
}
.social-link{
	position:absolute;
	top:0;
	z-index: 999;
	right: 9%;
}
.social-link img{
    width: 148px;
    height: 81px;
}

#topbar .social-links a:hover {
    color: #ffffff;
    background: #ffc107;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    min-height: 120px;
  transition: all 0.5s;
  z-index: 997;
  background: #fff;
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
  position:relative;
}

#header #logo h1 {
  font-size: 42px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

#header #logo h1 a {
  color: #0c2e8a;
  line-height: 1;
  display: inline-block;
}

#header #logo h1 a span {
  color: #50d8af;
}

#header #logo img {
    padding: 0;
    margin: 0;
   
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# 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: 22px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 8px;
  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;
    padding: 62px 0 16px 0;
}

/* Nav Meu Styling */

.nav-menu a {
    border-radius: 0px;
    padding: 7px 16px;
  text-decoration: none;
  display: inline-block;
  color: #555;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 14px;
  outline: none;
}

.nav-menu li:hover > a,
.nav-menu .menu-active > a {
color: #ffffff;
    background: #e20401;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #50d8af;
}

.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: #555;
}

/* 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: #50d8af;
}

#mobile-nav ul .menu-item-active {
  color: #50d8af;
}

#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;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

#portfolio {
  background: #fff;
  padding: 30px 0;
}

#portfolio .portfolio-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all ease-in-out 0.4s;
}

#portfolio .portfolio-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

#portfolio .portfolio-item h2 {
  color: #ffffff;
  font-size: 24px;
  margin: 0;
  text-transform: capitalize;
  font-weight: 700;
}

#portfolio .portfolio-item img {
  transition: all ease-in-out 0.4s;
  width: 100%;
}

#portfolio .portfolio-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#portfolio .portfolio-item:hover .portfolio-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

#portfolio .portfolio-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#main_slider{
position:relative;
z-index:9;
}
#main_slider img .skitter-large-box{
    height: 540px!important;
    object-fit: cover;
}
.btns{
	    position: absolute;
    top: 40%;
	z-index:9999;
}
@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  #header {
       padding: 0px 0;
    min-height: 85px;
  }

  #header #logo h1 {
    font-size: 34px;
  }

  #header #logo img {
    width: 284px;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }

  #about .about-img {
    height: auto;
  }

  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  #intro .intro-content h2 {
    font-size: 34px;
  }

  #services .box .box {
    margin-bottom: 20px;
  }

  #services .box .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }

  #services .box h4,
  #services .box p {
    margin-left: 0;
    text-align: center;
  }

  #testimonials .testimonial-item {
    margin: 30px 10px;
  }
#main_slider .skitter img {
	position: relative;
    max-width: 100%;
    height: 311px!important;
    object-fit: cover;
}
#principal_message .time_table{
	position:relative!important;
	height: 281px!important;
    width: 300px!important;
	top:0!important;
    left: 0!important;
}
#principal_message .time_table_detail h3 {
    font-size: 20px!important;
}
#principal_message .time_table_detail h4 {
    font-size: 15px!important;
}
#principal_message .time_table_detail h5 {
    font-size: 15px!important;
    font-weight: 500!important;
}
#principal_message .time_table_detail h1 {
    font-size: 20px!important;
}
#principal_message .time_table_detail {
    padding: 40px 34px!important;
}
.principal-msg img {
    height: 287px!important;
    width: 100%!important;
}
.birthday:before {
    height: 224px!important;
    width: 151px!important;
    top: -100px!important;
    left: -29px!important;
}
.birthday:after {
    height: 224px!important;
    width: 151px!important;
    top: -100px!important;
    right: 3px!important;
}
.birthday .item_box img{
	margin:17px auto!important;
}
.img_text{
    height: 117px!important;
    width: 150px!important;
    margin: -12px 21% auto!important;
}
}

@media (max-width: 576px) {
  #contact #google-map {
    margin-top: 20px;
  }
}
#news_section{
background: #29101c;
    min-height: 55px;
	position:relative;
	z-index:9;
}
.news_fix{
    overflow: hidden;
    padding: 15px 0;
    color: white;
}
.news_fix a{
    color: white;
}/*
#news_section:before{
background: url(../img/news_bg.png);
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    height: 56px;
    width: 283px;
    left: 0;
}
/*
#news_section:after{
background: url(../img/news_bg2.png);
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    height: 56px;
    width: 283px;
    right: 0;
	bottom:0px;
}*/
#news_section .owl-dots{
	display:none;
}
#news_section .img_latest img{
	width: 59px;
    float: right;
}
.single_event img{
    height: 327px!important;
	}
.events_section{
margin-bottom:10px;
}
.event_more{
background: red;
    position: absolute;
    display: block;
    bottom: 15px;
    color: white;
    padding: 4px 11px;
	}
.event_more:hover{
background: #1d122d;
color:white;
}
.events_section h2 a{
    color: black;
    font-weight: 500;
    font-size: 21px;
    margin: 0;
}
.events_section p,.events_section h2{
    margin: 0;
}
.events_section img{
 width: 100%;
    height: 168px;
    object-fit: cover;
    border: 2px solid #e41a1a;
    padding: 3px;
	}
#news_section .link_read_more a{
       color: yellow;
    /* background: yellow; */
    border-radius: 50px;
    padding: 5px 17px;
    font-size: 13px;
    font-weight: 600;
}
#news_section .link_read_more a:hover{
    color: #ffffff;
    background: #e20401;
}
#news_section .link_read_more{
    padding: 14px 0;
}
#about_us a{
    background: #ed1a21;
    color: white;
    padding: 6px 15px;
    display: inline-block;
	}
#about_us a:hover{
  background: #210918;
	}
#about_us h2 {
        font-size: 47px;
    font-weight: 700;
    font-family: "Script MT Bold";
    color: #ed1a21;
}
.color-theme{
color: #ed1a21;
}
.background-theme{
color: #ed1a21;
}
#about_us h4 {
    font-weight: 700;
    font-family: "Script MT Bold";
    color: black;
	margin: 5px 0;
}
#about_us  {
	padding:90px 0;
	position: relative;
    z-index: 9;
    background: white;
}
#about_us:after  {
	background:url(../img/about_us.jpg) no-repeat;
	background-size: cover;
    width: 771px;
    height: 415px;
    position: absolute;
    content: '';
    right: 0;
    top: 0;
}
.color-red {
	    color: #ed1a21;
		font-weight: 600;
}
#principal_message  {
	    padding: 115px 0;
    background: url(../img/message.jpg) no-repeat;
    background-size: cover;
	    z-index: 9;
    position: relative;
}
.principal-msg{
    background: white;
    padding: 17px 0;
}
.principal-msg a{
    background: #ed1a21;
    padding: 6px 15px;
    color: white;
}
.principal-msg a:hover{
   background: #210918;
}
.principal-msg img{
   height: 236px;
    width: 240px;
    object-fit: cover;
    padding: 4px;
}
#principal_message .principal-msg h2{
	    color: #ed1a21;
    font-size: 24px;
    font-weight: 600;
}

.principal-msg h2:before{
	    content: "";
    position: absolute;
    left: 17px;
    background: #ed1a21;
    height: 3px;
    width: 106px;
    top: 36px;
}
#principal_message .time_table{
    position: absolute;
    background: url(../img/time_table.png) no-repeat;
    background-size: cover;
        height: 490px;
    width: 525px;
    top: -150px;
}
#principal_message .time_table_detail{
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    padding: 90px 50px;
    text-align: center;
}
#principal_message .time_table_detail h3{
font-family: "Script MT Bold";
font-size: 41px;
}
 #principal_message .time_table_detail h4{
       font-weight: 600;
    color: red;
    margin-bottom: 6px;
}
 #principal_message .time_table_detail h5{
font-size: 27px;
    font-weight: 500;
	}
 #principal_message .time_table_detail h1{
    font-size: 31px;
    font-style: italic;
    font-family: auto;
	}
.birthday .item img{
    width: 160px;
    border-top: 4px solid red;
}
#birthday{
position:relative;
padding:50px 0;
background: white;
    z-index: 9;
    margin-bottom: 405px;
    box-shadow: 1px 1px 12px #d6d5d5;
}
#birthday h4{
color:#ed1a21;
font-weight:600;
}
.birthday  .owl-prev,.recent_events_box  .owl-prev{
    position: absolute;
    top: 23%;
    height: 51px;
    width: 45px;
    line-height: 0px!important;
    font-size: 45px!important;
    left: -27px;
    color: #212020!important;
    /* background: #ff000099!important; */
}
.birthday  .owl-next, .recent_events_box  .owl-next{
    position: absolute;
    top: 23%;
    height: 51px;
    width: 45px;
    line-height: 0px!important;
    font-size: 45px!important;
    right: -24px;
    color: #060606!important;
    /* background: #ff000099!important; */
}
/*#birthday:before{
    content: '';
    background: url(../img/birthday_bg.png);
    height: 615px;
    width: 800px;
    position: absolute;
    background-repeat: no-repeat;
	top: -86px;
}*/
#topbar:before {
    content: '';
    background: url(../img/header_img.png);
    height: 42px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 23px;
    /* left: -20px; */
    z-index: 999;
}
.birthday:before {
    content: '';
    background: url(../img/birthday.gif);
    height: 255px;
    width: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -100px;
    left: -54px;
}
.birthday:after {
    content: '';
    background: url(../img/birthday.gif);
    height: 255px;
    width: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -100px;
    right: 66px;
}
.birthday{
    left: 0;
    padding-top: 31%;
    left: -21%;
}
.img_text{
    background: url(../img/birth_img.png) no-repeat;
    background-size: cover;
    height: 160px;
    width: 205px;
    margin: 0 19% auto;
    position: absolute;
}
.birthday .item_box img{
    width: 144px;
    height: 170px;
    object-fit: cover;
    border-top: 4px solid red;
}
.birthday .item_box{
text-align:center;
}
.birthday .item_box h5{
color: #ed1a21;
font-weight: 600;
font-size: 17px;
margin-top: 8px;
margin-bottom: 5px;
}
.birthday .item_box h6{
font-size: 15px;
}
.event_detail{
padding: 13px 7px;
border-left: 2px solid red;
background: azure;
}
.event_detail h5{margin-bottom: 5px;}
.event_detail a{
color: #ed1a21;
font-weight: 500;
}
.event_detail p{
margin: 0;
}
.recent_events_box img{
height: 306px;
width: 100%;
object-fit: cover;
object-position: center 0;
	}

.mobile_app{
}	
.mobile_app h1{
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 6px;
}
.mobile_app h1 span{
    font-weight: 800;
    font-size: 30px;
    color: #ed1a21;
}
.mobile_app h4{
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    text-shadow: 0px 3px 12px white;
}
.mobile_app img{
    width: 180px;
    margin-top: 14px;
}	
.copyright{
background: #ed1a21;
    color: white;
    padding: 10px 0;
      margin: 50px 0 32px;
	}
.copyright p{
margin:0;
	}
.copyright a{
color: yellow;
    font-family: auto;
	font-weight: 600;
	}
#footer{
background:url(../img/footer_bg.png);
background-repeat:no-repeat;
    background-size: cover;
    background-position: center 100%;
    padding: 104px 0 0;
text-align:center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
.footer_menu{
width: 100%;
}
.footer_menu li{
    color: white;
}
.footer_menu li a{
    color: white;
    padding: 0 21px;
    font-family: initial;
    font-size: 18px;
}
.footer_menu li a:hover{
    color: yellow;
}
.footer_menu ul{
list-style-type: none;
display: inline-flex;
margin: 21px 0;
}
#about{ position: relative;
    padding: 50px 0;
    background:url(../img/back.jpg);
    z-index: 9;
    margin-bottom: 405px;
    box-shadow: 1px 1px 12px #d6d5d5;
}
#about h4{
    text-align: center;
    background: #270e1a;
    color: white;
    padding: 6px 0;
    box-shadow: -1px 5px 7px 1px #e20401;
}
.bg{    
	background: wheat;
    padding: 1px 0;
}

#header_heading h1 {
    font-size: 28px;
    font-weight: 600;
    text-shadow: 0px 4px 7px #f5deb3;
	    margin: 6px 0;
}
#header_heading p {
    font-size: 15px;
    font-weight: 400;
    text-shadow: 0px 4px 7px #f5deb3;
}
#header_heading{
	color: black;
    text-align: center;
    padding: 8px 0;
    background: url(../img/2.gif) no-repeat;
    position: relative;
    z-index: 1;
    border-bottom: 7px solid #3068ab;
    background-size: cover;
}
.address_box{
     padding: 6px 11px;
    background: #270e1a;
    margin-bottom: 10px;
}
.address_box h4 span{
    font-size: 15px;
    line-height: 19px;
    font-weight: 300;
    display: block;
    margin-top: 7px;
}
.contact_form input{
    border-radius: 0px;
    min-height: 39px;
    border: 1px solid #d6d6d6;
	}
.contact_form textarea{
    border-radius: 0px;
    border: 1px solid #d6d6d6;
	}
.gal_img_fix{
height: 173px;
    object-fit: cover;
    width: 100%;
	}
.detail{
    padding: 7px 7px;
    background: azure;
	margin-bottom: 26px;
	    min-height: 83px;
	}
.detail h5{
margin: 0;
font-weight: 500;
font-size: 18px;
margin-bottom: 5px;
    color: black;
}
.detail p{
margin: 0;
font-size: 14px;
    color: black;
}
.news_fix span{
color: #ffff00;
    background: #e40004;
    padding: 2px 12px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 17px;
    display: inline-block;
    margin-right: 15px;
	}
