/*================================================
Page Title CSS
=================================================*/
.page-title-area {
    position: relative;
    z-index: 1;
    background-color: #fff;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 250px;
    padding-bottom: 70px;
  }
  
  .page-title-area.item-bg1 {
    background-image: url('../../frontend-asset/img/cover_banner_jarallax_2.png');
  }
  
  
  .page-title-content ul {
    padding-left: 0;
    margin-bottom: 12px;
    list-style-type: none;
  }
  
  .page-title-content ul li {
    display: inline-block;
    margin-right: 25px;
    position: relative;
    color: #ffffff;
  }
  
  .page-title-content ul li a {
    display: inline-block;
    color: #ffffff;
    opacity: .85;
  }
  
  .page-title-content ul li a:hover, .page-title-content ul li a:focus {
    color: #1c249f;
    opacity: 1;
  }
  
  .page-title-content ul li::before {
    content: "\e9fa";
    color: #ffffff;
    position: absolute;
    right: -25px;
    top: -4px;
    opacity: .85;
    font-family: "boxicons" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: 20px;
  }
  
  .page-title-content ul li:last-child {
    margin-right: 0;
  }
  
  .page-title-content ul li:last-child::before {
    display: none;
  }
  
  .page-title-content h2 {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 42px;
    font-weight: 700;
  }
/*================================================
End Page Title CSS
=================================================*/


.contact-info-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.contact-info-box {
  text-align: center;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 30px;
}

.contact-info-box .icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #f5f5f5;
  border-radius: 50%;
  font-size: 35px;
  color: #1c249f;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 15px;
  position: relative;
}
.contact-info-box a {
  color:#000;
  text-decoration: none;;
}

.contact-info-box .icon i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.contact-info-box h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.contact-info-box p {
  margin-bottom: 2px;
}

.contact-info-box p a {
  display: inline-block;
  color: #727695;
}

.contact-info-box p a:hover {
  color: #1c249f;
}

.contact-info-box p:last-child {
  margin-bottom: 0;
}

.contact-info-box:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.contact-info-box:hover .icon {
  background-color: #1c249f;
  color: #ffffff;
  border-color: #1c249f;
}

.pdfdocview{
  height:600px;
  width:75%;
}
@media only screen and (max-width: 480px) {
  .pdfdocview{
    height:600px;
    width:100%;
  }
  .page-title-area {
    position: relative;
    z-index: 1;
    background-color: #fff;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 160px;
    padding-bottom: 30px;
  }
  .page-title-content h2 {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 28px;
    font-weight: 700;
  }
  
.main-banner-content h1 {
  color: #29b7ff;
  margin-bottom: 20px;
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
  font-size: 34px;
  font-weight: 700;
}
.main-banner-content {
  overflow: hidden;
  max-width: 750px;
  margin-top: 100px;
}
  
}

.modal-open .container-fluid, .modal-open  .container {
  -webkit-filter: blur(6px);
}

.navstyle {
  position: fixed;
  z-index: 999;
  width: 100%;
  left: 0;
  background-position: center center;
  padding: 19px 40px 10px;
}

.shadowo{
  box-shadow: 3px 5px 12px 0px #e1f2ff;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
  color: #000;
  font-weight: 500;
  background: #fff;
  border:none;
}

.navstyle {
  position: fixed;
  z-index: 999;
  width: 100%;
  left: 0;
  background-position: center center;
  padding: 19px 40px 10px;
}

.shadowo{
  box-shadow: 3px 5px 12px 0px #e1f2ff;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
  color: #000;
  font-weight: 500;
  background: #fff;
  border:none;
}