@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
.main-slider .owl-nav [class*=owl-] {
  background: #e2b77d !important;
  padding: 5px 10px;
  line-height: 24px;
  font-size: 24px;
}
.main-slider {
  position: relative;
  position: relative;
}
.main-slider .owl-nav {
  position: absolute;
  top: 27%;
  width: 100%;
}
.main-slider .owl-nav .owl-prev {
  position: absolute;
  left: 20px !important;
  padding: 0px;
  border-radius: 50%;
}
.main-slider .owl-nav .owl-next {
  position: absolute;
  right: 0;
  background: #fff;
  font-size: 30px;
  padding: 10px 15px;
  height: auto;
  padding: 0px;
  border-radius: 50%;
}
.owl-carousel .owl-item {
  padding: 0;
}
.comp-div {
  border-radius: 15px;
  margin-bottom: 30px;
  min-height: 222px;
  background: #ffffff;
  -webkit-transition: .5s all;
  -webkit-box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
  box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
  border: 1px solid #f7f7f7;
}
.comp-div:hover {
  background: #e5f0fe;
  -webkit-box-shadow: 0px 0px 17px -9px rgba(0, 0, 0, 0.44);
  -moz-box-shadow: 0px 0px 17px -9px rgba(0, 0, 0, 0.44);
  box-shadow: 0px 0px 17px -9px rgba(0, 0, 0, 0.44);
  -webkit-transition: .5s all;
  cursor: pointer;
}
.comp {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.comp-img {
  width: 160px !important;
}
.comp-details {
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 17px;
  padding: 0px 17px;
  line-height: 18px;
  color: #000;
}
.services-slide.owl-carousel .owl-item {
  padding: 0 15px;
}
.ceoname {
  font-family: 'Great Vibes', cursive;
  font-size: 28px;
  color: #e2b77d !important;
  margin-top: 20px !important;
}
.ceomessage {
  padding: 60px 0px;
}
.ceomessage h3 {
  color: #FFF;
  margin-top: 20px;
}
.bottom-footer-text {
  background: #07152a;
}
.second-footer {
  position: relative;
}
.overlay-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(13, 34, 63);
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* Style 02 */
.feature-info-style-02 {
  background: #ffffff;
  padding: 35px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
  box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
  border-radius: 5px;
  cursor: pointer;
  min-height: 295px;
}
.feature-info-style-02 .feature-info-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  position: inherit;
  top: 0;
}
.feature-info-style-02 .feature-info-icon img {
  width: 60px;
  margin-right: 20px;
}
.feature-info-style-02 .feature-info-bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-size: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.feature-info-style-02 .feature-info-bg-img:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(2, 45, 98, 0.5);
  z-index: 9;
  width: 100%;
  height: 100%;
}
.feature-info-style-02:hover .feature-info-bg-img {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.feature-info-style-02:hover .feature-info-content .icon-btn {
  opacity: 1;
}
.feature-info-style-02 .feature-info-content .icon-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* Style 03 */
.feature-info-style-03 {
  padding: 45px;
  background: #f6f6f6;
  border-radius: 5px;
}
.visionarea {
  padding: 0px 0px 85px;
}
.about3-section {
  padding: 40px 0px 80px;
}
.ceoimg {
  margin-top: 90px;
}
.gallery-album {
  text-align: center;
  padding: 5px;
  display: block;
  margin-bottom: 30px
}
.gallery-album .album-img-holder {
  width: 100%;
  overflow: hidden
}
.gallery-album img {
  width: 100%;
  filter: blur(10px)
}
.gallery-album img.b-loaded {
  filter: none
}
.album-dtlsbx {
  padding: 8px 0 11px;
  text-align: center;
  position: relative;
  border: 1px #c4c4c4 dotted;
  border-top: 0;
  background: #f1f1f1
}
.gallery-album h4 {
  font-size: 16px;
  margin-top: 5px;
  color: #2d2d2d;
  margin-bottom: 9px
}
.album-dtlsbx a {
  color: #fff;
  background: #e62c2b;
  display: inline-block;
  padding: 5px 15px
}
.gallery-image {
  margin-bottom: 30px;
  display: inline-block;
  text-align: center;
  border: solid 1px #e0e0e0;
  font-size: 18px;
  width: 100%;
  overflow: hidden
}
.gallery-image img {
  width: 100%;
  filter: blur(10px)
}
.gallery-image img.b-loaded {
  filter: none
}
.gallery-image h6 {
  font-weight: 400;
  font-size: 14px
}
.album-back {
  margin-top: -8px;
  margin-bottom: 20px;
  display: block;
  float: right;
  color: #fff;
  padding: 9px 22px;
  background: #e62c2b
}
.album-back:focus, .album-back:hover {
  color: #fff;
  background: #e83e39
}
.company-box {
  padding: 10px 50px 30px;
  -webkit-transition: .5s all;
  -webkit-box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
  box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
  border: 1px solid #f7f7f7;
  color: #000;
}
.comp-logo {
  margin-bottom: 20px;
}
.contact-form-bx {
  padding: 40px;
  margin-bottom: 80px;
}
.well {
  border: 3px solid #e2b77d;
  padding: 30px;
  border-radius: 50px;
  text-align: center;
  margin: 40px 0;
  width: 100%;
  display: block;
  font-size: 30px;
  font-weight: 800;
  color: #cd9d5e;
}
#site-header-menu #site-navigation .menu li, #site-header-menu #site-navigation .menu > ul > li.mob-contact {
  display: none;
}
.director-bx {
  text-align: center;
  border: 1px solid #e8e8e8;
  padding: 6px 4px;
  border-radius: 3px;
  margin-bottom: 30px;
}
.director-bx h3 {
  font-size: 22px;
  font-weight: 500;
  margin: 10px 0px 4px;
  line-height: 22px;
  color: #1a3862;
}
.director-bx h3 span {
  margin: 4px 0 0;
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #dd9027;
}
.director-bx img {}