/*=======================================================================

Template Name: Academics | Responsive HTML5 Template
Template URI: https://radiustheme.com/
Description: Academics | Academics Responsive HTML5 Template.
Author: Radius Theme
Author URI: https://radiustheme.com/
Version: 1.6

/*=======================================================================
[Table of content]
=========================================================================

[01] Typography
[02] General
[03] Header Area
[04] Slider Area
[05] About Area
[06] Service Area
[07] Students Say Area
[08] Students Join Area
[09] Featured Area
[10] Counter Area
[11] Countdown Area
[12] Video Area
[13] Lecturers Area
[14] Publications Area
[15] Courses Area
[16] News and Event Area
[17] Certificate Area
[18] Gallery Area
[19] Price Table Area
[20] Research Area
[21] Shop Page Area
[22] Brand Area
[23] Sidebar Area
[24] Faq Page area
[25] Error Page Area
[26] Contact Page Area
[27] Footer Area
[28] Registration Page Area
[29] Profile Page Area

=========================================================================
[ End table of content ]
=========================================================================*/
/*=======================================================================
[01] Typography
=========================================================================*/
:root {
  --header_color: #002147;
  --copyright_color: #001a39;
  --section_color: rgba(0, 33, 71, 0.9);  
  --notification_color: rgba(0, 33, 71, 0.8);    
}

.gallery-area2 {
  padding: 20px 0 93px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .gallery-area2 {
  padding: 90px 0 83px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .gallery-area2 {
  padding: 80px 0 73px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .gallery-area2 {
  padding: 70px 0 63px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .gallery-area2 {
  padding: 60px 0 53px;
  }
}
@media only screen and (max-width: 320px) {
  .gallery-area2 {
  padding: 50px 0 43px;
  }
}
.isotop-btn {
  text-align: center;
  margin-bottom: 45px;
}
.isotop-btn:after {
  display: none;
}
.isotop-btn a {
  background: transparent;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 500;
  color: var(--header_color);
  margin: 0 0 5px 0;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid #e0e0e0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .isotop-btn a {
  padding: 10px 26px;
  }
}
.isotop-btn a:hover {
  border: 1px solid var(--header_color);
  background: var(--header_color);
  color: #FFFFFF;
}
.isotop-btn .current {
  border: 1px solid var(--header_color);
  background: var(--header_color);
  color: #FFFFFF;
}
.isotop-btn-accent {
  text-align: center;
  margin-bottom: 45px;
}
.isotop-btn-accent:after {
  display: none;
}
.isotop-btn-accent a {
  background: transparent;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 700;
  color: var(--header_color);
  margin: 0 0 5px 0;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid #e0e0e0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.isotop-btn-accent a:hover {
  border: 1px solid #fdc800;
  background: #fdc800;
  color: #FFFFFF;
}
.isotop-btn-accent .current {
  border: 1px solid #fdc800;
  background: #fdc800;
  color: #FFFFFF;
}
.gallery-wrapper {
  margin-left: -5px;
  margin-right: -5px;
}
.gallery-wrapper > div {
  padding: 0 3px;
}
.gallery-box {
  margin-bottom: 6px;
  position: relative;
}
.gallery-box:before {
  opacity: 0;
  content: "";
  background-color: rgba(253, 200, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.gallery-box img {
  width: 100%;
}
.gallery-box .gallery-content {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.gallery-box .gallery-content a {
  background-color: var(--header_color);
  height: 55px;
  width: 55px;
  line-height: 60px;
  display: inline-block;
  border-radius: 50%;
}
.gallery-box .gallery-content a i {
  color: #FFFFFF;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.gallery-box:hover:before {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.gallery-box:hover .gallery-content {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
 
