/*

TemplateMo 574 Mexant

https://templatemo.com/tm-574-mexant

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:100,200,300,400,500,600,700,800,900");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/

@font-face {
  font-family: 'DIGITAL7';
  src: url('../fonts/DIGITAL7.eot');
  src: url('../fonts/DIGITAL7.eot') format('embedded-opentype'),
    url('../fonts/DIGITAL7.woff2') format('woff2'),
    url('../fonts/DIGITAL7.woff') format('woff'),
    url('../fonts/DIGITAL7.ttf') format('truetype'),
    url('../fonts/DIGITAL7.svg#DIGITAL7') format('svg');
}

body {
  margin: 0;
  padding: 0;
  background-color: #e2e2e2;
}

.img-responsive {
  max-width: 100%;
}

.navbar-brand {
  width: 150px;
}

.top-nav ul {
  float: right;
}

.nav-link {
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  position: relative;
}

.nav-item.active .nav-link,
.nav-item:hover .nav-link {
  color: #ca0303;
  border-bottom: 2px solid #ca0303;
}

.carousel-control-next,
.carousel-control-prev {
  width: 50px;
}

.carousel-indicators .active {
  background-color: #ca0303;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  border: 2px solid #fff;
}

/** tab **/
#tab-outer {
  position: relative;
}

#tab-outer * {
  margin: 0px 0px;
  padding: 0px 0px;
}

#tab-wrapper {
  list-style: none;
  height: 30px;
  text-align: center;
}

#tab-wrapper li {
  margin: 5px 10px;
  /* float: left; */
  font-weight: bold;
  display: inline-block;
}

#tab-wrapper li a {
  display: block;
  padding: 10px 20px;
  line-height: 30px;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
}

#tab-wrapper li.active a {
  color: #000;
  border-bottom: 2px solid #ca0303;
}

#tab-body>div {
  color: #000;
  padding: 10px 15px;
}

.video h2 {
  text-transform: uppercase;
}

.mid_content {
  display: table;
}

.tree_img {
  display: table-cell;
  vertical-align: middle;
}

/*********************** Demo - 21 *******************/
.box21 {
  text-align: center;
  position: relative;
  overflow: hidden
}

.box21:after,
.box21:before {
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: rgba(0, 0, 0, .35);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0)
}

.box21:hover:after,
.box21:hover:before {
  -webkit-transform: scale(400);
  -moz-transform: scale(400);
  -ms-transform: scale(400);
  -o-transform: scale(400);
  transform: scale(400)
}

.box21:before {
  -o-transition: all .5s linear .3s;
  -moz-transition: all .5s linear .3s;
  -ms-transition: all .5s linear .3s;
  -webkit-transition: all .5s linear .3s;
  transition: all .5s linear .3s
}

.box21:hover:before {
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s
}

.box21:after {
  -o-transition: all .5s linear .6s;
  -moz-transition: all .5s linear .6s;
  -ms-transition: all .5s linear .6s;
  -webkit-transition: all .5s linear .6s;
  transition: all .5s linear .6s
}

.box21:hover:after {
  -moz-transition-delay: .2s;
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  -ms-transition-delay: .2s;
  transition-delay: .2s
}

.box21 img {
  width: 100%;
  height: auto
}

.box21 .box-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: 0 0;
  color: #fff;
  padding-top: 25px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -ms-transition: all .3s linear 0s;
  -o-transition: all .3s linear 0s;
  -webkit-transition: all .3s linear 0s;
  -moz-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
  z-index: 1
}

.box21:hover .box-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -moz-transition-delay: .4s;
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  -ms-transition-delay: .4s;
  transition-delay: .4s
}

.box21 .title {
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  margin-top: 20px
}

.box21 .description {
  font-size: 14px;
  font-style: italic;
  padding: 0 10px;
  margin: 15px 0
}

.box21 .read-more {
  display: block;
  width: 120px;
  background: #178993;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  padding: 10px 0;
  margin: 0 auto
}



#tip {
  display: none;
}

.fadeIn {
  animation-duration: 3s;
}

.form-control {
  border-radius: 0px;
  border: 1px solid #EDEDED;
}

.form-control:focus {
  border: 1px solid #00bfff;
}

.textarea-contact {
  resize: none;
}

.about_text {
  position: absolute;
  width: 100%;
  height: 60px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.confession_box .form-control {
  height: 50px;
  border-radius: 10px;
  -moz-animation: 10px;
  -webkit-border-radius: 10px;
}

.confession_box textarea.form-control {
  height: 170px;
}

.carousel-indicators {
  display: none;
}

.contact_us {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}



@import "//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css";
@import "http://fonts.googleapis.com/css?family=Roboto:400,500";

.box>.icon {
  text-align: center;
  position: relative;
}

.box>.icon>.image {
  position: relative;
  z-index: 2;
  margin: auto;
  width: 88px;
  height: 88px;
  border: 8px solid white;
  line-height: 88px;
  border-radius: 50%;
  background: #00bfff;
  vertical-align: middle;
}

.box>.icon:hover>.image {
  background: #333;
}

.box>.icon>.image>i {
  font-size: 36px !important;
  color: #fff !important;
}

.box>.icon:hover>.image>i {
  color: white !important;
}

.box>.icon>.info {
  margin-top: -24px;
  background: rgba(0, 0, 0, 0.04);
  border: 1px solid #e0e0e0;
  padding: 15px 0 10px 0;
  min-height: 163px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.box>.icon:hover>.info {
  background: rgba(0, 0, 0, 0.04);
  border-color: #e0e0e0;
  color: white;
}

.box>.icon>.info>h3.title {
  font-size: 16px;
  color: #222;
  font-weight: 700;
}

.box>.icon:hover>.info>h3.title,
.box>.icon:hover>.info>p,
.box>.icon:hover>.info>.more>a {
  color: #222;
}

.box>.icon>.info>.more a {
  font-size: 12px;
  color: #222;
  line-height: 12px;
  text-transform: uppercase;
  text-decoration: none;
}

.box>.icon:hover>.info>.more>a {
  color: #fff;
  padding: 6px 8px;
  background-color: #63B76C;
}

.box .space {
  height: 30px;
}

.form-group {
  margin-bottom: 15px;
}

.social_network a {
  vertical-align: top;
}

.social_network img {
  width: 35px;
}

.contact_us {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 55px 0;
}

.navbar-toggler,
.navbar-toggler:focus {
  border: 0px;
  box-shadow: none;
}

.navbar-collapse.active {
  display: block;
  position: fixed;
  background-color: rgba(0, 0, 0);
  z-index: 999;
  color: #fff;
  width: 80%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
}

.pdf_link a {
  text-transform: uppercase;
}

.event_img {
  height: 220px;
  object-fit: cover;
  margin-bottom: 10px;
}





@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: block !important;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 15px;
  }
}

@media(max-width: 992px) {
  .navbar-collapse ul {
    float: left;
    padding-left: 25px;
    padding-top: 15px;
  }

  .navbar-collapse ul li a {
    color: #fff;
  }

  .about_text h1 {
    font-size: 22px;
  }

}

@media (max-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 13px;
    color: #000;
  }
}

@media (max-width: 993px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 3px;
    padding-left: 3px;
    font-size: 13px;
    color: #000;
  }
}

@media (max-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 3px;
    padding-left: 3px;
    font-size: 13px;
    color: #ffffff;
  }
}

@media(max-width: 767px) {
  .video iframe {
    width: 100%;
  }

  #tab-wrapper li {
    margin: 5px 0;
  }

  #tab-wrapper li a {
    padding: 10px 8px;
    line-height: 18px;
    color: #000;
    font-size: 14px;
  }

  .about_responsive {
    margin-top: 15px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    color: #ffffff;
  }

  .content_box {
    font-size: 13px;
  }
}