@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap");
:root {
  --color-1: #2b4c75;
  --splColor: #2b4c75;
  --darkColor: #222;
  --liteColor: #f1f1f1;
  --font-1: "Barlow", sans-serif;
}

body {
  overflow-x: hidden;
  padding-right: 0 !important;
}
@media (max-width: 767px) {
  body {
    padding-bottom: 70px;
  }
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h2.title {
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  h2.title {
    font-size: 20px;
  }
}

h3.sub-title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  h3.sub-title {
    font-size: 20px;
  }
}

.p0 {
  padding: 0;
}

.btn-1 {
  display: inline-block;
  padding: 10px 24px;
  background-color: var(--splColor);
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  overflow: hidden;
  position: relative;
  border-radius: 30px;
  font-weight: bold;
}
.btn-1.lite {
  background-color: var(--splColor);
}
.btn-1:after {
  content: "";
  position: absolute;
  left: 20px;
  top: 14px;
  height: 200px;
  width: 200px;
  background: #1b273d;
  transition: all 0.5s ease-in-out;
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
  opacity: 0.15;
}
.btn-1:hover {
  color: #fff;
  border-radius: 16px;
  transition-duration: 0.3s;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}
.btn-1:hover:after {
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
  height: 604%;
  width: 300px;
  left: 43px;
  border-radius: 100%;
}

/* INDEX PAGE OR HOME PAGE */
section.video-block-1 {
  position: relative;
}
section.video-block-1 .video-full-1 {
  width: 100vw;
  height: 550px;
  padding: 0;
  line-height: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
section.video-block-1 .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}
section.video-block-1 .overlay .wrap {
  margin: auto;
  text-align: center;
}
section.video-block-1 .overlay .wrap h2 {
  font-weight: bold;
  color: #fff;
}
section.video-block-1 .overlay .wrap h3 {
  color: #fff;
}

section.about-1 {
  padding: 30px 10px;
}
@media (max-width: 991px) {
  section.about-1 {
    padding: 15px;
    text-align: center;
  }
}
section.about-1 .about-1-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
}
@media (max-width: 991px) {
  section.about-1 .about-1-grid {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
}
section.about-1 .about-1-grid p {
  margin: 0;
}
section.about-1 .about-1-grid .right .wrap {
  display: grid;
  grid-template-columns: 300px auto;
}
@media (max-width: 991px) {
  section.about-1 .about-1-grid .right .wrap {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 992px) {
  section.about-1 .about-1-grid .right .content {
    display: flex;
  }
}
section.about-1 .about-1-grid .right .content h4 {
  margin: auto 0;
  font-weight: bold;
}

section.choose-us {
  padding: 30px 0;
}
@media (max-width: 767px) {
  section.choose-us {
    padding: 15px 10px 0;
  }
}
section.choose-us .choose-us-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 991px) {
  section.choose-us .choose-us-grid {
    grid-template-columns: 1fr;
  }
}
section.choose-us .choose-us-grid p {
  line-height: 28px;
}
section.choose-us .choose-us-grid .nav-tabs {
  border: 1px solid var(--color-1);
  border-radius: 10px;
  padding: 5px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
section.choose-us .choose-us-grid .nav-tabs li {
  display: block;
}
section.choose-us .choose-us-grid .nav-tabs li button {
  color: #222;
  padding: 10px;
  width: 100%;
  border: none;
  font-weight: bold;
  border-radius: 10px;
}
section.choose-us .choose-us-grid .nav-tabs li button.active {
  background-color: #2b4c75;
  color: #fff;
}
section.choose-us .choose-us-grid .tab-content {
  padding: 15px 0;
}

section.full-bg-1 {
  background: url("../../images/log-picture.jpg");
  background-size: cover;
  background-position: center;
  padding: 75px 10px;
  position: relative;
}
section.full-bg-1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
}
section.full-bg-1 .wrap {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
}
section.full-bg-1 .wrap .holder {
  width: 100%;
}
section.full-bg-1 .wrap .holder .content-holder {
  margin: auto;
  max-width: 650px;
  color: #fff;
  text-align: center;
}
section.full-bg-1 .wrap .holder .icon-holder {
  margin-top: 90px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
@media (max-width: 767px) {
  section.full-bg-1 .wrap .holder .icon-holder {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 559px) {
  section.full-bg-1 .wrap .holder .icon-holder {
    grid-template-columns: 1fr;
  }
}
section.full-bg-1 .wrap .holder .icon-holder .icon-box {
  text-align: center;
  color: #fff;
}
section.full-bg-1 .wrap .holder .icon-holder .icon-box h2 {
  font-size: 26px;
  font-weight: bold;
}
section.full-bg-1 .wrap .holder .icon-holder .icon-box p {
  margin: 0;
  font-size: 13px;
}

section.full-bg-2 {
  background: url("../../images/img-1.jpg");
  background-size: cover;
  background-position: center;
  padding: 120px 10px;
  position: relative;
}
section.full-bg-2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
section.full-bg-2 .wrap {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
}
section.full-bg-2 .wrap .holder {
  width: 100%;
}
section.full-bg-2 .wrap .holder .content-holder {
  margin: auto;
  max-width: 650px;
  color: #fff;
  text-align: center;
}
section.full-bg-2 .wrap .holder .content-holder p:last-child {
  border-top: 1px solid #eee;
  padding-top: 10px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  section.full-bg-2 {
    padding: 45px 10px;
  }
}

section.blog-index {
  padding: 30px 10px;
}
section.blog-index .title {
  max-width: 450px;
  margin: auto;
}
section.blog-index .blog-grid .blog-box {
  position: relative;
  display: block;
  overflow: hidden;
  width: calc(33% - 20px);
  margin: 10px;
}
@media (max-width: 991px) {
  section.blog-index .blog-grid .blog-box {
    width: calc(50% - 20px);
    margin: 10px;
  }
}
@media (max-width: 559px) {
  section.blog-index .blog-grid .blog-box {
    width: calc(100% - 20px);
    margin-bottom: 10px;
  }
}
section.blog-index .blog-grid .blog-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.6s ease;
}
section.blog-index .blog-grid .blog-box .overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(0deg, #000, rgba(0, 0, 0, 0.1) 50%, transparent);
  z-index: 5;
  color: #fff;
}
section.blog-index .blog-grid .blog-box .overlay p {
  margin: 0;
}
section.blog-index .blog-grid .blog-box .overlay h3 {
  font-size: 22px;
  font-weight: bold;
}
section.blog-index .blog-grid .blog-box:hover img {
  transform: scale(1.1);
}

/* FOOTER */
.footer-block {
  position: relative;
  background: url("../../images/footer-bg.jpg");
  background-size: cover;
  padding: 50px 50px 20px;
  color: #eee;
}
@media (max-width: 767px) {
  .footer-block {
    padding-bottom: 55px;
  }
}
.footer-block::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.logo-footer {
  width: 140px;
}

.footer-wrapper {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  grid-column-gap: 40px;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .footer-wrapper {
    display: block;
  }
  .footer-wrapper > div {
    padding: 20px 30px 0;
    border: none;
    text-align: center;
  }
}

.footer-box {
  position: relative;
  /* padding-left: 50px; */
}

.fa-abs {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  left: 3px;
  color: #fff;
  text-align: center;
  line-height: 23px;
  display: none;
}

@media (max-width: 767px) {
  .fa-abs {
    position: relative;
    display: block;
    margin: auto;
    top: -15px;
  }
  .footer-box {
    margin-bottom: 25px;
  }
}
.fa-abs::before {
  content: " ";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: 2px;
  transform: rotate(45deg);
}

.fa-abs .fa {
  color: #222;
  position: relative;
  line-height: 1.7;
}

ul.contact {
  margin-top: 8px;
}

ul.contact a {
  color: #fff;
  font-size: 18px;
}
ul.contact a h4 {
  color: var(--splColor);
}

ul.contact li {
  position: relative;
  /* padding-left: 30px; */
  margin-bottom: 5px;
  font-size: 14px;
  color: #ddd;
}

ul.contact li .fa-abs {
  color: var(--color-2);
  font-size: 20px;
}

ul.contact li a:hover {
  color: #dcdc75;
}

@media (min-width: 768px) {
  ul.contact li .fa-abs {
    position: absolute;
    left: 0;
    top: 5px;
  }
}
.footer-instagram {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  margin-top: 15px;
}

.footer-instagram img {
  width: 100%;
  border-radius: 6px;
}

div.socialso, .copyright {
  position: relative;
  text-align: center;
}

a.social {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  line-height: 40px;
  text-align: center;
  background: transparent;
  border: 1px solid #ddd;
  color: #ddd;
  font-size: 18px;
  margin: 10px 5px 20px;
}

a.social:hover {
  background: #ddd;
  color: #222;
}

.location-map {
  color: yellow;
}

.location-map.btn {
  background: #fff;
  color: #111;
  padding: 4px 10px 2px;
  margin-bottom: 5px;
  border-radius: 20px;
}

/* COPYRIGHT */
.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  text-align: center;
  padding-top: 15px;
  color: #bbb;
}
.copyright p {
  margin: 0;
}
.copyright p a {
  color: #fff !important;
}

/* BOTTOM ICON STRIP */
.bottom-icon-strip {
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100%;
  background: rgba(250, 252, 255, 0.9);
  box-shadow: 0px -4px 16px rgba(0, 0, 0, 0.08);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  z-index: 8;
  display: none;
}
.bottom-icon-strip ul {
  display: flex;
  margin: 0;
  width: 100%;
}
.bottom-icon-strip ul li {
  list-style-type: none;
  margin: 0;
  align-items: center;
  justify-content: center;
  width: 20%;
}
.bottom-icon-strip ul li label,
.bottom-icon-strip ul li a {
  display: block;
  width: 100%;
  height: 70px;
  padding: 6px 5px 5px 5px;
  border-top: 2px solid #FFFFFF;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  text-align: center;
  font-size: 11px;
  color: #2b4c75;
  text-transform: uppercase;
  font-weight: bold;
}
.bottom-icon-strip ul li label .Index_custom_mini_menu_svgiconpath_new,
.bottom-icon-strip ul li a .Index_custom_mini_menu_svgiconpath_new {
  text-align: center;
  height: 38px;
  line-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}
.bottom-icon-strip ul li label .Index_custom_mini_menu_svgiconpath_new svg,
.bottom-icon-strip ul li a .Index_custom_mini_menu_svgiconpath_new svg {
  display: flex;
  margin: auto;
  align-items: center;
  height: 34px;
}
@media (max-width: 767px) {
  .bottom-icon-strip {
    display: block;
  }
}

/* INNER PAGES */
.page-headers {
  background-color: var(--color-1);
}
.page-headers ul {
  padding: 10px 0 15px;
  margin: 0;
}
.page-headers ul li {
  display: inline-block;
  margin-right: 15px;
  font-weight: bold;
  font-size: 14px;
  color: #ddd;
}
.page-headers ul li a {
  color: #fff;
  font-weight: bold;
}

/* GALLERY PAGE */
section.gallery {
  padding: 30px 10px;
}
section.gallery .title {
  max-width: 450px;
  margin: auto;
}
section.gallery .gallery-grid .gallery-box {
  position: relative;
  display: block;
  overflow: hidden;
  width: calc(25% - 20px);
  margin: 10px;
}
@media (max-width: 991px) {
  section.gallery .gallery-grid .gallery-box {
    width: calc(50% - 20px);
    margin: 10px;
  }
}
@media (max-width: 559px) {
  section.gallery .gallery-grid .gallery-box {
    width: calc(100% - 20px);
    margin-bottom: 10px;
  }
}
section.gallery .gallery-grid .gallery-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.6s ease;
}
section.gallery .gallery-grid .gallery-box .overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(0deg, #000, rgba(0, 0, 0, 0.1) 50%, transparent);
  z-index: 5;
  color: #fff;
}
section.gallery .gallery-grid .gallery-box .overlay p {
  margin: 0;
}
section.gallery .gallery-grid .gallery-box .overlay h3 {
  font-size: 15px;
  margin: 0;
}
section.gallery .gallery-grid .gallery-box:hover img {
  transform: scale(1.1);
}

/* MEDIA QURIES */
.visible-sm-xs,
.visible-xs {
  display: none;
}

@media (max-width: 991px) {
  .hidden-sm-xs {
    display: none !important;
  }
  .visible-sm-xs {
    display: block;
  }
  .container {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .visible-xs {
    display: block;
  }
  .hidden-xs {
    display: none;
  }
  .container {
    max-width: 96%;
  }
}
@media (max-width: 559px) {
  .container {
    max-width: 100%;
  }
}/*# sourceMappingURL=style.css.map */