body {
  font-family: 'Montserrat', sans-serif;
  background-color:#6c757d ;
  color: #fff;
  padding-top:97px;
  position: relative;
}
body.shadow::before {
  content:'';
  background: #000000;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  transition: all .3s;
}
dl, ol, ul {
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
} 
a {
  text-decoration: none;
}
section {
  margin-bottom: 60px;
}
.header_section {
  background-color:#6c757d ;
  border-bottom: 2px solid #B9906F;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  
}
.logo {
  margin-right: 20px;
}
.logo img {
  width:80px;
}
.header-links {
  padding-top:5px;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
}
.header-links .menu-links{
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.header-links .menu-links li:hover a {
  color: #B9906F;
  transition: .2s;
}
.header-links .menu-links li a {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  transition: .2s;
}
.mobile-menu {
  display: none;
}
.hero-slideer {
  position:relative;

}
.hero-slideer > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  filter: brightness(0.5);
  object-fit: cover;
}
.hero-content {
  position: relative;
  width: 100%;
  display: flex;
}
.hero-left {
  width: 50%;
  border-right:2px solid #B9906F; 
  padding: 30px 20px 0 0;
}
.hero-content-top > img {
  width: 120px;
  margin-right: 20px;
}
.hero-content-top > h2 {
  text-align: center;
}
.hero-right {
  width: 50%;
  padding: 30px 0px 0 20px;
}
.hero-content-top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.hero-content ul {
  list-style: disc;
}
.hero-content ul li {
  margin-bottom: 10px;
}
#about {
  background: #41464b;
  padding:30px 0;
}
.short-list {
  display: flex;
  justify-content: space-between;
  margin-bottom:40px;
  column-gap: 10px;

}
.short-list > div {
  flex:1;
}
.short-list img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;

}
.short-list-item h2 {
  font-size: 20px;
}
.training-images {
  display: flex;
  justify-content: space-between;
}
.training-images  img {
  margin: 0 15px;
}
.zoom-image {
  cursor:pointer;
}
.zoom-in {
  position: fixed;
  top: 20px;
  transform: translateX(50%);
  right: 50%;
  display: none;
  z-index: 15;
}
.zoom-in .close {
  position: absolute;
  top: 0;
  right: -30px;
  color: brown;
  font-weight: 900;
  font-size: 28px;
  cursor: pointer;
}
.zoom-in img {
  height: 95vh;
}
.slick-arrow {
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.slick-arrow > i {
  font-size: 30px;
}
#security {
  background: #41464b;
  padding:30px 0;
}
.numbers-result-items {
  flex: 1;

}
.number-circle {
  margin-top: 15px;
  width: 120px;
  height: 120px;
  border: 2px solid #B9906F;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: bold;
}
.numbers-result > h2 {
  margin-bottom: 25px;
}
.numbers-result-items > span {
  font-size: 20px;
}
.training-duration {
  margin-top:  40px;
}
.training-checklist {
  padding: 20px;
  border: 2px solid #B9906F;
  border-radius: 10px;
}
.training-checklist p {
  font-size: 20px;
}
.training-checklist p > i {
  margin-right: 15px;
}
.training-checklist p > i::before {
  color:#a5eb78 ;
}
.training-duration {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.training-time-line {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.training-time-line > i {
  font-size: 60px;
  margin-bottom: 15px;
}
.training-time-line > span {
  font-size: 20px;
  margin-bottom: 20px;
}
.training-time-line > span > i {
  margin-right: 15px;
}
.footer-wrapp {
    margin-bottom:0;
}

.footer-logo img {
  width: 150px;
}
.footer-link-item a {
  color:#fff;
}
.link-social i {
  font-size: 24px;
}
.footer-phone {
  display: flex;
  flex-direction: column;
}
.footer-phone a i {
  margin-right: 10px;
}
.footer-phone a:first-of-type {
    padding-top:10px;
    padding-bottom:10px;
    margin-top:10px;
    margin-bottom:10px;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
.footer-phone p {
    margin-bottom:0;
}
.footer-phone a:last-of-type {
    padding-top:10px;
    padding-bottom:10px;
    margin-top:10px;
    margin-bottom:10px;
    border-bottom:1px solid #ccc;
}
.copyright {
    background:#41464b;
}
.colyright-links {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.colyright-links p {
    margin-bottom:0;
}