/*
Author: Zed
*/

/*
================================================================================ Misc
*/
body{
  color: #2D3A41
}
.pad{
  padding: 20px;
}
.no-pad{
  padding: 0;
}
.bg-black{
  background-color: #141414;
  color: white
}
.bg-gold{
  background-color: #fbb03b;
  color: black
}
.bg-green{
  background-color: #009146;
  color: white
}
.text-green{
  color: #009146
}
.text-blue{
  color: #186D96
}
.quote{
  padding: 12px
}
.shadow{
  box-shadow: 0px 2px 5px grey;
    transition: 0.5s
}
.overlay{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.3;
}
.social .fa{
  padding: 25px;
  color: #009146;
  font-size: 22px;
  transition: 0.5s;
}
.social .fa:hover{
  color: black;
  transition: 0.5s;
}
/*
================================================================================ Topbar and Navbar
*/
.top-bar{
  padding: 5px
}
.top-bar p{
  font-size: 14px;
  margin-bottom: 0
}
.top-bar a{
  margin-left: 40px
}
.navbar{
  padding: 0;
}
.navbar .navbar-brand img{
  height: 75px
}
.navbar .nav-item .nav-link{
  text-transform: uppercase;
  padding: 32px 14px;
  transition: 0.5s;
  color: black;
  font-size: 14px
}
.navbar .nav-item .nav-link:hover,
.navbar .nav-item .active{
  background-color: #009146;
  transition: 0.5s;
}
/*
================================================================================ Hero Sec
*/
.fa-chevron-right,
.fa-chevron-left{
  background-color: #009146;
  color: white;
  opacity: 1;
  border-radius: 50%;
  padding: 11px 16px;
  font-size: 25px
}
/*
================================================================================ Mid sec
*/
.mid-sec p{
  font-size: 15px
}

/*
================================================================================ Apply Sec
*/
.apply-sec{
  background-image: url('../images/apply-sec.jpg');
  background-size: cover;
  position: relative;
  padding: 80px;
  background-attachment: fixed;
}
.apply-sec .fa{
  padding: 31px;
  font-size: 56px;
  border-radius: 50%;
  color: white;
  cursor: pointer;
}
.apply-sec .fa:hover{
  box-shadow: 0px 0px 0px transparent;
  transition: 0.5s
}
.border-img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url(../images/border.png) repeat-x;
  height: 10px;
  z-index: 1;
}
.registration-form label{
  line-height: 40px
}

/*
================================================================================ Video-sec
*/
.video-sec .row{
  height: 350px
}
.video-sec .content{
  padding: 60px;
}

/*
================================================================================ Footer
*/
footer{
  background-image: url('../images/arafat.jpg');
  background-size: cover;
  position: relative;
}

/*
================================================================================ Single pages
*/
.single-banner{
  background-image: url('../images/single-banner.jpg');
  background-size: cover;
  position: relative;
  padding: 120px;
}
.single-banner .heading{
  position: absolute;
  z-index: 2;
  top: 40%;
  left: 10%;
  color: white
}
.single-banner .heading .breadcrumb{
  padding: 5px;
  padding-left: 22px
}
.single-banner .heading ul li{
  font-size: 12px
}

.single-banner .heading ul li a{
  color: black
}
.single-content{
  padding: 50px;
  text-align: justify;
}
.single-content ul li{
  padding-top: 15px;
  list-style-image: url('../images/list.png');
}
.single-content .vid-cols{
  height: 250px
}

/*
================================================================================ Contact Page
*/
.contact .three-sec{
  position: relative;
  border: 8px solid #f2f2f2;
  padding: 50px
}
.contact .three-sec .fa{
  position: absolute;
  border: 8px solid #f2f2f2;
  border-radius: 50%;
  padding: 20px;
  top: -42px;
  background-color: white;
  left: 38%;
  color: #009146;
  font-size: 30px;
  transition: 0.5s
}
.contact .three-sec .fa:hover{
  background-color: #009146;
  color: white;
  transition: 0.5s
}
