@font-face {
  font-family: 'FreightSans-Regular';
  src:  url('../css/fonts/FreightSansProBook.woff') format('woff');
  font-style: normal;
}
@font-face {
  font-family: 'FreightSans-Light';
  src:  url('../css/fonts/FreightSansProLight.woff') format('woff');
}
@font-face {
  font-family: 'FreightSans-Medium';
  src:  url('../css/fonts/FreightSansProMedium.woff') format('woff');
}
@font-face {
  font-family: 'FreightSans-SemiBold';
  src:  url('../css/fonts/FreightSansProSemibold.woff') format('woff');
}
@font-face {
  font-family: 'FreightSans-Bold';
  src:  url('../css/fonts/FreightSansProBold.woff') format('woff');
}
@font-face {
  font-family: 'PeGGO';
  src:  url('../css/fonts/PeGGO.woff') format('woff');
}
body {
  font-family: "FreightSans-Medium";
  color: #33322e;
}
.font-bold {
  font-family: 'FreightSans-Medium';
}
a {
  color: #1B4E63;
  text-decoration: none;
}

a:hover {
  color: #1B4E63;
  text-decoration: none;
}

h1,
h2{
  font-family: "FreightSans-Regular";
  color: #33322e;
}

h3,
h4,
h5,
h6 {
  font-family: "FreightSans-Regular";
  color: #33322e;
}
a {
  color: inherit;
  text-decoration: none;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #37517e;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #37517e;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #512B78;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6bc1e9;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
.font-15 {
 font-size: 15px !important;
}
.font-35 {
  font-size: 35px !important;
 }
 .font-24 {
  font-size: 24px !important;
 }
 .font-20 {
  font-size: 20px !important;
 }
 .font-44 {
  font-size: 44px !important;
 }
 .color-white {
  color: #fff !important;
 }
 .color-black {
  color: #000 !important;
 }
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  background-color: #fcfcfc;
}

#header.header-scrolled, #header.header-inner-pages {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 8px -2px rgb(0 54 178 / 8%);
  box-shadow: 0 3px 8px -2px rgb(0 54 178 / 8%);
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
}
#header .logo span {
  font-family: 'PeGGO';
  text-decoration: none;
  padding: 0px 10px;
  letter-spacing: 7px;
  font-size: 30px;
  -webkit-text-stroke: 0.6px #fcfcfc;
}

#header .logo a {
  color: #fff;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
  box-shadow: none !important;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px 10px 15px;
  font-size: 14px;
  font-weight: 500;
  color: #33322e;
  white-space: nowrap;
  transition: 0.3s;
  font-family: 'FreightSans-SemiBold';
  text-decoration: none;
}
.mtr-right {
  margin-right: 22px;
}
.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.small-size .nav-link {
  padding: 2px 8px !important;
  font-size: 12px;
  width: 25px;
  height: 25px;
  border-radius: 4px;
  background-color: #032E40;
    color: #fff;
}
.font-increase li {
  list-style: none;
  margin-right: 24px;
}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #512B78;
}

.navbar .getstarted, .navbar .getstarted:focus {
  padding: 8px 28px;
  margin-left: 20px;
  border-radius: 6px;
  color: #fff !important;
  font-size: 14px;
  background-color: #282828;
  text-align: center !important;
  justify-content: center;
  font-family: 'FreightSans-SemiBold';
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #33322e;
  background: #FEC201;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.text-primary {
  color: #512B78 !important;
}
.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  color: #0c3c53;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #512B78;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
.h-52 {
  height: 45px;
}
.top-bar {
  background-color: #282828;
  width: 100%;
}
.social-media {
  margin-bottom: 0px;
  padding: 0;
}
.social-media li {
  list-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
}
.social-media li a {
  color: #fff;
  padding: 7px 9px;
}
.si-text {
  color: #fff;
  margin: 8px 0px 0px 0px;
  display: block;
  font-size: 14px;
  border-right: 1px solid #fff;
  padding: 0px 18px 0px 0px;
}
.si-text:hover {
  color: #fff;
}
.font-increase {
  margin: 8px 0px 8px 19px;
  padding: 0px;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #512b78;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed !important;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #33322e75;
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #37517e;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #512B78;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #37517e;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #512B78;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}
.banner-section {
  background-image: url('../img/banner01.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Section {
  width: 100%;
  padding: 40px 0px;
}
.tm-article {
  background-color: #e7e7e7;
  padding: 15px 15px;
  text-align: center;
  transition: all 0.3s ease;
  border-bottom: 2px solid #e7e7e7;
}
.tm-article h4 {
  font-size: 23px;
}
.tm-article p {
  font-size: 14px;
}
.tm-article:hover {
  -webkit-box-shadow: 0px 0px 7px 0px rgba(214, 214, 214, 1);
  -moz-box-shadow: 0px 0px 7px 0px rgba(214, 214, 214, 1);
  box-shadow: 0px 0px 7px 0px rgba(214, 214, 214, 1);
  transform: scale(1.1);
  border-bottom:2px solid #282828;
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1230px;
  }
}
.banner-counter {
  /* background-image: url('../img/The+Babylon+Gardens-00.jpg'); */
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  /* height: 500px; */
  background-position: center center;
}
.white-card {
  text-align: center;
  padding: 40px 20px;
  border-radius: 0px 0px 6px 6px;
  width: 85%;
  margin: auto;
}
.white-card h4 {
  font-size: 28px;
}
.white-card p {
  margin-bottom: 0px;
  font-size: 17px;
  color: #fff;
  text-shadow: 1px 2px 5px black;
}
.width-sm {
  width: 75%;
  margin: auto;
}
.value-box {
  width: 100%;
  margin-bottom: 23px;
}
.value-box h4 {
  font-size: 27px;
}
.value-box p {
  font-size: 14px;
  color: gray;
}
.bg-img-ful {
  background-image: url(../img/L102038-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 500px;
  background-attachment: fixed;
}
.rt-footer {
  width: 100%;
  position: relative;
  background-color: #000000;
  height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rt-footer h1 {
  font-size: 45px;
  font-family: 'FreightSans-Medium';
}
.rt-footer .tag-name {
  font-size: 26px;
  margin-top: 15px;
}
.copyright {
  background-color: #0a0a0a;
  width: 100%;
}
.copyright p {
  margin: 0;
  padding: 17px 0px;
  color: #afaaaa;
  font-size: 14px;
}
.copyright .social-box {
  justify-content: end;
  padding: 10px 0px;
}
.copyright .social-box a {
  font-size: 14px !important;
}
.mar-nag {
  margin-top: -6px;
}
.fotter-block {
  width: 100%;
}
.fotter-block {
  width: 100%;
  text-align: left;
}
.fotter-block ul {
  padding: 0;
  list-style: none;
  color: #000;
}
.fotter-block ul li a {
  color: #242424;
  line-height: 35px;
  font-size: 14px;
  display: block;
  transition: all 0.3s ease;
  text-decoration: none;
}
.fotter-block ul li a:hover {
  color: #282828;
  padding-left: 10px;
}
.fotter-block h2 {
  font-size: 20px;
  padding-bottom: 14px;
}
.social-box li a {
  color: #afaaaa !important;
  font-size: 19px !important;
  margin: 0px 16px 0px 0px;
}
.social-box {
  display: flex;
}
.bradcrumb {
  width: 100%;
  padding: 20px 0px 17px 0px;
}
.light-bg {
  background-color: #ECF3FF;
}
.bradcrumb .breadcrumb .breadcrumb-item {
  font-size: 14px;
  color: #33322e;
}
.bradcrumb .breadcrumb .breadcrumb-item a {
  color: #33322e;
}
.bradcrumb .breadcrumb .active {
  font-size: 14px;
  font-family: 'FreightSans-SemiBold';
}
.gallery {
  --g: 6px; /* the gap */
  
  display: grid;
  width: 450px; /* the size */
  aspect-ratio: 1;
  grid: auto-flow 1fr/repeat(3,1fr);
  gap: var(--g);
}
.gallery a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale();
  cursor: pointer;
  transition: .5s;
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s;
}
.gallery a img:hover {
  filter: grayscale(0);
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
}
.gallery a:nth-child(2) {
  grid-area: 1/2/span 2/span 2;
  clip-path: polygon(0 0,100% 0,100% 100%,calc(50% + var(--g)/4) 100%,0 calc(50% - var(--g)/4))
}
.gallery a:nth-child(3) {
  grid-area: 2/1/span 2/span 2;
  clip-path: polygon(0 0,calc(50% - var(--g)/4) 0,100% calc(50% + var(--g)/4),100% 100%,0 100%);
} 
.main-gallary, .blog-section {
  width: 100%;
  margin-bottom: 40px;
}
.gallery {
  --g: 6px;
  display: grid;
  width: 100%;
  aspect-ratio: 1;
  grid: auto-flow 1fr / repeat(3, 1fr);
  gap: var(--g);
}

@keyframes zoomin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.lightbox-carousel .carousel-inner .carousel-item.active .ratio img{
  animation: zoomin 10s linear infinite;
}
.gallery-box {
  margin-bottom: 20px;
}
.blog-card {
  margin-bottom: 15px;
  transition: all 0.3s ease;
  border-radius: 5px;
  text-align: left;
  border: 1px solid #f3f3f3;
  -webkit-box-shadow: 0px 3px 5px #d8e1ef;
  -moz-box-shadow: 0px 3px 5px #d8e1ef;
  box-shadow: 0px 3px 5px #d8e1ef;
}
.blog-img {
  overflow: hidden;
  border-radius: 5px 5px 0px 0px;
}
.blog-img img {
  transition: transform .2s;
  transition: 0.5s all ease-in-out;

}
.blog-content {
  height: 105px;
  padding: 5px 10px;
}
.blog-card .blog-meta {
  font-size: 14px;
  color: #6A6A6A;
  margin-bottom: 0px;
  padding: 5px 0px;
}
.color-primary {
  color: #282828;
}
.blog-content h3 {
  font-size: 24px;
  font-family: 'FreightSans-Medium';
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card:hover {
  -webkit-box-shadow: 0px 5px 22px #d8e1ef;
  -moz-box-shadow: 0px 5px 22px #d8e1ef;
  box-shadow: 0px 5px 22px #d8e1ef;
}
.blog-card:hover .blog-img img {
  transform: scale(1.3);
}
.blo-bt {
  text-decoration: none;
  color: #000;
}
.section-title {
  padding: 35px 0px 40px 0px;
}
.blog-img {
  overflow: hidden;
  border-radius: 5px;
}
.content-srd {
  padding: 11px 0px;
}
.row-blog {
  display: flex;
  margin-bottom: 15px;
}
.row-blog .blog-img {
  width: 160px;
  margin: 0px 13px 0px 0px;
}
.row-blog .blog-content {
  height: auto;
}
.row-blog .blog-content h3 {
  font-size: 18px;
}
.row-blog .blog-content p {
  font-size: 14px;
  color: #6A6A6A;
  margin-bottom: 0px;
}
.recent-blg a {
  color: #000;
  text-decoration: none;
}
.contact-us {
  padding: 60px 0px 30px 0px;
}
.single-news-card .contents {
  padding-top: 15px;
}
.contact-info-heading {
  color: #000;
  font-size: 20px;
  font-style: normal;
  line-height: 160%;
  letter-spacing: 0.22px;
}
.contact-info-body {
  color: #525252;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.2px;
}
.contact-info-details {
  color: #282828;
  font-size: 20px;
  font-style: normal;
  line-height: 160%;
  letter-spacing: 0.48px;
  text-decoration: none;
}
.cta-form {
  background-color: rgb(245, 251, 255);
  border-radius: 10px;
  padding: 20px 15px;
}
.book-input {
  margin-bottom: 13px;
}
.book-input .form-label {
  font-size: 12px;
  text-transform: uppercase;
  color: #33322e;
}
.book-input .form-control {
  border-color: #E5E5E5;
  font-size: 16px;
}
.padding-50 {
  padding: 80px 0px;
}
.thum-grid .col-md-6 {
  padding-right: 5px;
  padding-left: 5px;
}
.thumb-img {
  margin-bottom: 10px;
  overflow: hidden;
}
.thumb-img img {
  width: 100%;
  transition: 0.5s all ease-in-out;
}
.thumb-img img:hover {
  transform: scale(1.5);
}
.img-card {
  width: 60%;
  margin: auto;
  height: 370px;
  overflow: hidden;
}
.content-block {
  width: 80%;
  margin: auto;
  margin-top: 120px;
}
.content-block p {
  font-size: 18px;
  line-height: 30px;
}
.bt-blue {
  background-color: #282828 !important;
  border-color: #282828 !important;
  font-family: 'Product Sans Bold';
}
.number-v {
  width: 120px;
  height: 120px;
  background-color: #fff;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: -10px -10px 20px 0px #FFF inset, 10px 10px 20px 0px rgba(170, 170, 204, 0.50) inset, 5px 5px 10px 0px rgba(170, 170, 204, 0.25) inset, -5px -5px 10px 0px rgba(255, 255, 255) inset;
}
.number-v:hover {
  box-shadow: 0px 0px 14px 0px #bdb7b7, 10px 10px 20px 0px rgb(230 230 231 / 50%) inset, 5px 5px 10px 0px rgba(170, 170, 204, 0.25) inset, -5px -5px 10px 0px rgba(255, 255, 255) inset;
}
.mob-show {
  display: none;
}
.gray-bg {
  background-color: #fff5eb;
}
.art-content h1 {
  font-size: 87px;
  letter-spacing: 20px;
  font-family: 'FreightSans-Medium';
  margin-bottom: 30px;
}
.art-content .tag-name {
  font-size: 22px;
  line-height: 50px;
  margin-bottom: 4rem;
}
.career-single {
  width: 100%;
  padding: 20px 0px 20px 0px;
  margin: 15px 0px 0px 0px;
  border-bottom: 1px solid #dbd4d4;
}
.career-single h4 {
  font-family: 'FreightSans-Medium';
}
.career-single p {
  font-size: 16px;
}
.career-form {
  background-color: unset;
  margin: 30px 0px 30px 0px;
  padding: 0;
}
#header .logo .img-fluid {
  height: 55px;
}
.banner-section .centered-content h1, .banner-section .centered-content h2 {
  text-shadow: 0px 1px 4px #444343;
}
.ask-price {
  font-size: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.ask-price span {
  transition: all 0.3s ease;
  position: relative;
  font-size: 19px;
  color: #fff;
  padding-left: 8px;
  transition: all 0.3s ease;
}
.ask-price span::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 1.2px;
  background-color: #fff;
  left: 0px;
  top: 16px;
  transition: all 0.3s ease;
}
.ask-price:hover span{
  padding-left: 29px;
}
.ask-price:hover span::before{
  width: 40px;
}
.masonry img, .masonry video {
  max-width: 100%;
  vertical-align: middle;
}
.masonry {
  transition: all .5s ease-in-out;
  column-gap: 10px;
  column-fill: initial;
}

/* Masonry item */
.masonry .brick {
  margin-bottom: 10px;
  display: inline-block; /* Fix the misalignment of items */
  vertical-align: top; /* Keep the item on the very top */
}

/* Masonry image effects */
.masonry .brick img {
  transition: all .5s ease-in-out;
  backface-visibility: hidden; /* Remove Image flickering on hover */
}

.masonry .brick:hover img {
  opacity: .75;
}

@media (max-width: 768px) {
   .navbar .dropdown:hover>ul {
    display: block;
}
.grid {
  text-align: center;
  height: calc(100% - 39px);
  margin-bottom: 33px;
}
figure.effect-layla p {
  opacity: 1;
}
.mob-show {
  display: block;
}
.iconic {
  position: absolute;
  top: -19px;
  background-color: #282828;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  left: 148px;
  padding: 5px 0px;
}
.grid figure {
  overflow: visible;
}
.width-sm {
  width: 100%;
}
.iconic h4 {
  font-size: 30px;
}
.art-content h1 {
  font-size: 50px;
  letter-spacing: 14px;
}
.art-content .tag-name {
  font-size: 20px;
  line-height: 41px;
  margin-bottom: 0rem;
}
.banner-counter {
  height: 400px;
}
.img-card {
  width: 100%;
}
.content-block {
  width: 100%;
  margin-top: 20px;
}
.rt-footer h1 {
  font-size: 40px;
}
.rt-footer .tag-name {
  font-size: 24px;
}
.banner-section {
  height: 450px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .masonry {
    column-count: 2;
  }
}

/* Masonry on big screens */
@media only screen and (min-width: 1024px) {
  .desc {
    font-size: 1.25em;
  }

  .intro {
    letter-spacing: 1px;
  }

  .masonry {
    column-count: 3;
  }
}