.top{
    background-color: #a12a22;
    color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
}

p{
    font-size: 14px;
    font-weight: 400;
    font-family: roboto,sans-serif;
}

.custom-about p{
 padding-top: 40px;
}

.navbar-nav .nav-item a{
  color: #a12a22;
}

.review button a{
  text-decoration: none;
  color: #fff;
}
.offer-custom button a{
  text-decoration: none;
  color: #fff;
}

.custom-img img{
    visibility: visible;-webkit-animation-delay: 0.2s; -moz-animation-delay: 0.2s; animation-delay: 0.2s;
}

.custom-about button{
    border: none;
    background-color:#fd7e14;
    padding: 14px 40px;
    color: #fff;
}

.custom-about button:hover{
  background-color: #720d06;
}

.event{
    
    background-size: cover;
    position: relative;
    width: 100%;
    background-attachment: fixed;
}

.event .custom-tab .icon-custom i{
    color: #ffffff;
    font-size: 40px;
    
}

.review button{
  background-color: #a12a22;
}
.review button:hover{
  background-color: #720d06;
}

.normal .review button{
  background-color: #066e06;
  color:#720d06;
}

.normal .review button:hover{
  background-color: #bb2e24;
}

.event .custom-tab .icon-custom{
    margin-bottom: 15px;
}

.event .custom-tab .text-custom h4{
    color: #ffffff;
    font-size: 14px;
    
}

.event .custom-tab{
    text-align: center;
    border-right: 1px dotted #777;
}
.event .custom-tab .text-custom p{
    color: #fff40b;
}
.section-custom{
    padding: 60px 0;
}
.event .last-block{
    border-right: none;
}

.event .content-text{
    text-align: center;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 25px;
    padding-bottom: 6px;
}

.event .content-text h3{
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 22px;
}

.event .content-text p{
    color:#FFFBFB;
    font-size: 20px;
    letter-spacing: 1px;
}



.section{
    padding: 60px 0;
}

.featured-content h2{
    text-align: center;
    font-size: 50px;
    padding: 15px 0;
}

.featured-content p{
    text-align: center;
}

.custom-content .img-custom i{
    font-size: 48px;
    color: #e91e63;
}

.custom-content .img-custom{
   padding: 15px;
}



.custom-content {
    
    text-align: center;
    padding: 20px;
}

.custom-content .txt-custom p{
    color: #777;
    font-size: 14px;
 }
 .offer-custom button{
  background-color: #a12a22;
  border-color: #720d06;
  
 }
.offer-custom button:hover{
  background-color: #720d06;
  border-color: #720d06;
}


 .container-custom{
    display: flex;
    background-color: #fff;
    margin-top: 30px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
 }

 .container-custom .offer-custom{
    width: 50%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
 }
 .container-custom .offer-custom p{
    
    color: #777;
 }

 
 .mt-7{
  margin-top: 250px;
}

 .section-title{
  text-align: center;
  font-size: 50px;
  padding: 15px 0;
  font-weight: 700;

  color: #fff;
 }


 .events-custom{
  text-align: center;
  margin: 15px 0;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,.2);
  position: relative;
 }

 .events-custom .blog-img{
  display: block;
  position: relative;
  overflow: hidden;

 }

 .events-custom .blog-info{
  padding: 15px 15px;
 }

 .blog-info .meta{
  font-size: 13px;
  margin-bottom: 10px;
 }

 .blog-info .meta .meta-part{
  display: inline-block;
    padding-right: 13px;
 }
 .meta .meta-part a{
  color: #999;
  text-decoration: none;
 }
 .meta .meta-part i{
  margin-right: 3px;
 }
 .meta .meta-part a:hover{
  color: #e91e63;
 }


 .blog-info h3 a{
  font-size: 18px;
  color: #2d2d2d;
  font-weight: 400;
  text-decoration: none;
 }

 .blog-info h3 a:hover{
  color: #e91e63;
 }

 .blog-info p{
  color: #777;
    font-size: 13px;
 }

 .events-custom .blog-img:hover img {
  transform: scale(1.1);
 }

 .events-custom .blog-img img{
  transition: all .5s;
 }



 .footer {
    position: relative;
    width: 100%;
    background: #3586ff;
    min-height: 100px;
    padding: 20px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  
  .social-icon,
  .menu {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    flex-wrap: wrap;
  }
  
  .social-icon__item,
  .menu__item {
    list-style: none;
  }
  
  .social-icon__link {
    font-size: 2rem;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
  }
  .social-icon__link:hover {
    transform: translateY(-10px);
  }
  
  .menu__link {
    font-size: 1.2rem;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
    text-decoration: none;
    opacity: 0.75;
    font-weight: 300;
  }
  
  .menu__link:hover {
    opacity: 1;
  }
  
  .footer p {
    color: #fff;
    margin: 15px 0 10px 0;
    font-size: 1rem;
    font-weight: 300;
  }
  
  .wave {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background: url("https://i.ibb.co/wQZVxxk/wave.png");
    background-size: 1000px 100px;
  }
  
  .wave#wave1 {
    z-index: 1000;
    opacity: 1;
    bottom: 0;
    animation: animateWaves 4s linear infinite;
  }
  
  .wave#wave2 {
    z-index: 999;
    opacity: 0.5;
    bottom: 10px;
    animation: animate 4s linear infinite !important;
  }
  
  .wave#wave3 {
    z-index: 1000;
    opacity: 0.2;
    bottom: 15px;
    animation: animateWaves 3s linear infinite;
  }
  
  .wave#wave4 {
    z-index: 999;
    opacity: 0.7;
    bottom: 20px;
    animation: animate 3s linear infinite;
  }
  
  @keyframes animateWaves {
    0% {
      background-position-x: 1000px;
    }
    100% {
      background-positon-x: 0px;
    }
  }
  
  @keyframes animate {
    0% {
      background-position-x: -1000px;
    }
    100% {
      background-positon-x: 0px;
    }
  }

  
  .icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	      right: 0;
  }
  
  .icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
  }
  
  .icon-bar a:hover {
    background-color: #000;
  }
  
  .facebook {
    background: #3B5998;
    color: white;
  }
  
  .twitter {
    background: #f51863;
    color: white;
  }
  
 
  
  .whatsapp {
    background: #0db73a;
    color: white;
  }
  .whatsapp2 {
    background: #017720;
    color: white;
  }
  
  .youtube {
    background: #bb0000;
    color: white;
  }
  
  .content {
    margin-left: 75px;
    font-size: 30px;
  }

  .custom-fix{
    z-index: 11111;
  }
  
  .image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
  }

  .offer-img img:hover{
    opacity: 0.3;
  }

  .container-custom .offer-img{
    background-color: #e91e63;

  }



.st-custom p{
  text-align: center;
}
.st-custom img{
  width:100% !important;
}

@keyframes fadeInRight {
  0% {
     opacity: 0;
     transform: translateX(20px);
  }
  100% {
     opacity: 1;
     transform: translateX(0);
  }
}



.conta {
  position: relative;
  text-align: center;
  color: white;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
}



/*contact*/


.grid-70-30 {
  display: grid;
  grid-template-columns: 60% 40%;
}
.get_form_inner {
  display: block;
  padding: 50px 40px;
  background: #fff;
  box-shadow: -4px -2px 20px -7px #cfd5df;
}
input[type="text"], input[type="text"], input[type="email"], input[type="tel"] {
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  color: #333;
  height: 42px;
  padding: 0 0 0 20px;
  width: 100%;
  outline: 0;
}
.grid-50-50 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.grid-full {
  margin: 20px 0;
}
textarea {
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  color: #333;
  padding: 12px 0 0 20px;
  width: 100%;
  outline: 0;
  margin-bottom: 20px;
}
.get_form_inner_text h3 {
  color: #333;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 40px;
}
input[type="submit"] {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  background: transparent;
  border: 2px solid;
  font-weight: 500;
  padding: 10px 20px;
  outline: 0;
  cursor: pointer;
  color: #103e65;
  transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -ms-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
input[type="submit"]:hover {
  background-color: #02096b;
  border-color: #02096b;
  color: #fff;
}
.get_say_form {
  display: inline-block;
  padding: 45px 0 25px 10px;
  background: #103e65;
  position: relative;
}
.get_say_form h5 {
  color: #fff;
  font-size: 26px;
  margin: 0 0 40px;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.get_say_social-icn {
  display: flex;
  position: absolute;
  bottom: 40px;
}
.get_say_social-icn a {
  font-size: 22px;
  color: #fff;
  padding: 0 20px 0 0;
}
.get_say_info_sec i {
  color: #ffffff;
  font-size: 23px;
}
.get_say_info_sec > li {
  display: grid;
  grid-template-columns: 40px auto;
  align-items: center;
  margin-bottom: 10px;
}
.get_say_info_sec > li a {
  width: 100%;
  display: block;
  padding: 15px 15px;
  color: #fff;
  font-size: 16px;
  text-decoration: unset;
  font-weight: 500;
 
  border-radius: 5px 0 0 5px;
  transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -ms-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}


/*testimonial*/

.heading {
  text-align: center;
  color: #454343;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  margin-bottom: 70px;
  text-transform: uppercase;
  z-index: 999;
}
.white-heading{
  color: #ffffff;
}
.heading:after {
  content: ' ';
  position: absolute;
  top: 100%;
  left: 50%;
  height: 40px;
  width: 180px;
  border-radius: 4px;
  transform: translateX(-50%);
  background: url(img/heading-line.png);
  background-repeat: no-repeat;
  background-position: center;
}
.white-heading:after {
  background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
  background-repeat: no-repeat;
  background-position: center;
}

.heading span {
  font-size: 18px;
  display: block;
  font-weight: 500;
}
.white-heading span {
  color: #ffffff;
}
/*-----Testimonial-------*/

.testimonial:after {
  position: absolute;
  top: -0 !important;
  left: 0;
  content: " ";
  background: url(img/testimonial.bg-top.png);
  background-size: 100% 100px;
  width: 100%;
  height: 100px;
  float: left;
  z-index: 99;
}

.testimonial {
  min-height: 375px;
  position: relative;
  background: url(assets/images/bg-5.jpg);
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center;
      background-size: cover;
}
#testimonial4 .carousel-inner:hover{
cursor: -moz-grab;
cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
cursor: -moz-grabbing;
cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
left: 0;
margin: 0;
width: 100%;
font-size: 0;
height: 20px;
bottom: 15px;
padding: 0 5px;
cursor: e-resize;
overflow-x: auto;
overflow-y: hidden;
position: absolute;
text-align: center;
white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
padding: 0;
width: 14px;
height: 14px;
border: none;
text-indent: 0;
margin: 2px 3px;
cursor: pointer;
display: inline-block;
background: #ffffff;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
padding: 0;
width: 14px;
height: 14px;
border: none;
margin: 2px 3px;
background-color: #9dd3af;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
background: #eeeeee;
-webkit-border-radius: 0;
border-radius: 0;
}

.testimonial4_control_button .carousel-control{
top: 175px;
opacity: 1;
width: 40px;
bottom: auto;
height: 40px;
font-size: 10px;
cursor: pointer;
font-weight: 700;
overflow: hidden;
line-height: 38px;
text-shadow: none;
text-align: center;
position: absolute;
background: transparent;
border: 2px solid #ffffff;
text-transform: uppercase;
-webkit-border-radius: 100%;
border-radius: 100%;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
left: 7%;
top: 50%;
right: auto;
}
.testimonial4_control_button .carousel-control.right{
right: 7%;
top: 50%;
left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
color: #000;
background: #fff;
border: 2px solid #fff;
}

.testimonial4_header{
top: 0;
left: 0;
bottom: 0;
width: 550px;
display: block;
margin: 30px auto;
text-align: center;
position: relative;
}
.testimonial4_header h4{
color: #ffffff;
font-size: 30px;
font-weight: 600;
position: relative;
letter-spacing: 1px;
text-transform: uppercase;
}

.testimonial4_slide{
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 70%;
margin: auto;
padding: 20px;
position: relative;
text-align: center;
}
.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 136px;
  height: 136px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
  border-radius: 50%;
  box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.4;
  margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
color: #ffffff;
font-size: 22px;
}

.testimonial .carousel {
padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
  width: 35px;
  height: 35px;
}


@media (min-width: 400px)
{
.container-custom .offer-custom {
    width: 100%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
	
.container-custom .offer-img {
    background-color: #ffffff;
}	

}

/* ------testimonial  close-------*/