@charset "utf-8";
/*======================================
 [ -Main Stylesheet-
  Theme: Rodium
  ]
*/
/*-------------Import fonts ---------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
/*-------------General Style---------------------------------------*/
html {
  overflow-x: hidden !important;
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #000;
  background: #f4f4f4;
  height: 100%;
  text-align: center;
}
@-o-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/*--------------Typography--------------------------------------*/
h1 {
  font-size: 4.46666666667em;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.17em;
}
h2 {
  font-size: 3.2em;
}
h3 {
  font-size: 2em;
}
h4 {
  font-size: 1.5em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 0.9em;
}
p {
  text-align: left;
  font-size: 15px;
  line-height: 24px;
  padding-bottom: 10px;
}
blockquote {
  float: left;
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 15px solid #eee;
}
blockquote p {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  color: #494949;
}
/* ---------Page preload--------------------------------------*/
.loader {
  position: fixed;
  top: 50% !important;
  left: 50%;
  width: 50px;
  height: 50px;
  z-index: 100;
  margin-left: -25px;
}
.tm-loader,
.tm-loader #circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: none;
  transform-origin: center center;
}
.tm-loader {
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  position: absolute;
  top: 50%;
  left: 50%;
  animation: preloader-outer 1.5s ease infinite;
}
.tm-loader #circle {
  animation: preloader 3s ease infinite;
}
.tm-loader #circle {
  border: 2px solid #ccc;
}
.tm-loader #circle {
  border-bottom: 2px solid #0508a7;
}
@keyframes preloader-outer {
  from {
    opacity: 1;
    transform: rotate(0deg);
  }
  to {
    opacity: 1;
    transform: rotate(360deg);
  }
}
@keyframes preloader {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
.l-line {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  z-index: 10000;
  display: none;
  background: #f4f4f4;
}
.l-line span {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: #153857;
}
/* ---------Content Styles--------------------------------------*/
#main {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 1;
}
#wrapper {
  height: 100%;
  margin-left: 0;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  background-image: url("../images/hero-banner.svg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #0000ff1a;
}
.content-holder {
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  transition: all 500ms linear;
  padding-top: 60px;
}
.scale-bg2 {
  opacity: 0;
}
.container {
  max-width: 14224px;
  width: 92%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.content {
  width: 100%;
  position: relative;
  z-index: 2;
  float: left;
  padding-bottom: 40px;
}
.full-height {
  height: 100%;
}
.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-attachment: scroll;
  background-position: center;
  background-repeat: repeat;
  background-origin: content-box;
}
.full-height-parallax {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
}
.respimg {
  width: 100%;
  height: auto;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
  z-index: 2;
}
.resp-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.resp-video iframe,
.resp-video object,
.resp-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fixed-column {
  position: fixed;
  top: 100px;
  left: 0;
  bottom: 90px;
  width: 50%;
}
.wrapper-inner {
  float: right;
  background: #fff;
  width: 50%;
  position: relative;
  height: 100%;
  padding: 0 50px;
}
.align-content {
  position: relative;
  top: 50%;
  float: left;
  width: 100%;
}
.small-container {
  max-width: 550px;
}
.dec-text {
  font-size: 2.4em;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  float: left;
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 30px;
}
/*------   Header  ------------------------------------------------------*/
header {
  position: fixed;
  top: -62px;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 20;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transform: translate3d(0, 0, 0);
}
.logo-holder {
  position: relative;
  margin: 0 auto;
  line-height: 60px;
  max-width: 180px;
  top: 50%;
  transform: translateY(-50%);
}
.logo-holder img {
  max-width: 100%;
}
.header-title {
  position: absolute;
  top: 0;
  left: 100px;
  line-height: 90px;
  z-index: 6;
}
.header-title h2 {
  color: #000;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
  text-align: left;
  letter-spacing: 2px;
  font-weight: 700;
}
.header-title h2:hover {
  text-decoration: underline;
  color: #194975;
}
.header-title h2:hover a {
  color: #194975;
}
.at {
  position: relative;
  top: 50%;
}
/*------   Navigation ------------------------------------------------------*/
.nav-button {
  position: absolute;
  top: 25px;
  left: 50px;
  z-index: 21;
  width: 26px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}
.nav-button span {
  width: 100%;
  float: left;
  margin-bottom: 4px;
  height: 2px;
  background: #000;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.nav-button.cmenu .nbs {
  opacity: 0;
}
.nav-button .nbs:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  transition: all 0.2s ease-in-out;
}
.nav-button:hover .nbs:before {
  width: 40%;
}
.nav-button.cmenu .nos {
  transform: rotate(-45deg);
  margin-bottom: 0;
  top: 8px;
}
.nav-button.cmenu .ncs {
  transform: rotate(45deg);
  margin-bottom: 0;
  top: 6px;
}
.nav-overlay {
  bottom: 0;
  background: rgba(51, 51, 51, 0.71);
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  z-index: 4;
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.visover {
  visibility: visible;
  opacity: 1;
}
.nav-inner {
  position: fixed;
  top: 60px;
  left: -400px;
  width: 400px;
  bottom: 0;
  z-index: 5;
  background: #fff;
  padding: 25px 50px 0;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.nav-inner.vismen {
  left: 0;
}
.nav-inner nav {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 20px;
}
.nav-inner .nav-inner-title {
  text-align: left;
  font-size: 20px;
  letter-spacing: 2px;
  color: gray;
}
.nav-inner nav li {
  float: left;
  width: 100%;
  padding: 14px 0;
  position: relative;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.21);
}
.nav-inner nav li a {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  text-align: left;
  letter-spacing: 2px;
  font-weight: 700;
}
.nav-inner nav li a.active {
  color: #194975;
}
.nav-inner nav li a.active:hover {
  color: #000;
}
.nav-inner nav li a,
.nav-inner nav li.subnav a i.subnavicon {
  transition: all 200ms linear;
}
.nav-inner nav li:hover:before {
  opacity: 1;
}
.nav-inner nav li.subnav i.subnavicon {
  position: absolute;
  bottom: 6px;
  right: 10px;
  z-index: 5;
  color: #ccc;
  font-size: 12px;
}
.nav-inner nav li.subnav:hover i.subnavicon {
  transform: rotate(90deg);
}
.nav-inner nav li.subnav ul li i.subnavicon {
  display: none;
}
.nav-inner nav li ul {
  display: none;
  float: left;
  width: 100%;
  padding: 20px 0 0 20px;
  border-left: 1px solid #eee;
}
.nav-inner nav li ul li {
  border: none;
  padding: 8px 0;
}
.nav-inner nav li ul li a {
  text-transform: none;
  font-size: 12px;
  color: #666;
  letter-spacing: 1px;
}
.nav-inner nav li ul li a:hover {
  text-decoration: underline;
  color: #194975;
}
.dynamic-title {
  display: none;
}
/*------   Home  ------------------------------------------------------*/
.slideshow-holder,
.slideshow-item,
.slideshow-item .item,
.full-height-wrap,
.synh-slider-holder,
.synh-slider {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.slideshow-item .item,
.synh-slider .item {
  width: 100%;
  height: 100%;
  position: relative;
}
.slideshow-holder .overlay,
.full-height-wrap .overlay {
  opacity: 0.5;
  z-index: 3;
}
.enter-wrap-holder {
  position: absolute;
  top: 50%;
  left: 30%;
  max-width: 650px;
  margin-left: -175px;
  padding-top: 50px;
  z-index: 10;
}
.cent-holder {
  left: 50%;
}
.enter-wrap {
  float: left;
  width: 100%;
}
.enter-wrap h3 {
  font-size: 3.5em;
  text-transform: uppercase;
  text-align: left;
  float: left;
  width: 100%;
  line-height: 65px;
  color: #fff;
  letter-spacing: 10px;
}
.wht-bg .enter-wrap h3 {
  text-align: center;
  margin-bottom: 10px;
}
.wht-bg {
  left: 50%;
  margin-left: 0;
  transform: translateX(-50%);
}
.enter-wrap h4 {
  float: left;
  width: 100%;
  text-align: left;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.column-wrap {
  width: 30%;
  left: 0;
  margin-left: 0;
  padding-left: 5%;
}
.enter-wrap h4:hover {
  text-decoration: underline;
  color: #194975;
}
.hero-grid {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  overflow: hidden;
}
.hero-slider,
.hero-slider .item {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}
.big-column {
  height: 100%;
  width: 30%;
}
.small-column {
  width: 70%;
}
.synh-wrap-holder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 100%;
  overflow: hidden;
  padding-left: 20%;
  transform: translate3d(0, 0, 0);
}
.synh-wrap {
  float: left;
  position: relative;
  max-width: 650px;
  top: 50%;
  transform: translateY(-50%);
}
.synh-wrap .item h3 {
  font-size: 5.5em;
  text-transform: uppercase;
  position: relative;
  float: left;
  text-align: left;
  padding-top: 10px;
  letter-spacing: 1px;
  padding: 12px 0;
  color: #fff;
}
.synh-wrap .item h3 a {
  color: #fff;
}
.synh-wrap .item h4 {
  float: left;
  font-size: 14px;
  text-align: left;
  color: #fff;
  width: 100%;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.customNavigation.fhsln {
  position: absolute;
  top: 50%;
  right: 10px;
  height: 82px;
  margin-top: -41px;
  z-index: 13;
}
.customNavigation.fhsln a {
  width: 60px;
  height: 60px;
  background: #000;
  margin-left: 1px;
  float: left;
  cursor: pointer;
  line-height: 60px;
  color: #fff;
  font-size: 15px;
}
.media-container,
.video-holder-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.video-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 0;
  z-index: -1;
}
.video-container video {
  width: 100%;
}
.video-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/*------ Services------------------------------------------------*/
.services-holder {
  float: left;
  width: 100%;
  margin: 70px 0;
}
.services-item {
  float: left;
  width: 100%;
  position: relative;
  padding: 120px 0;
  background: #fff;
  margin-bottom: 20px;
}
.services-box-info {
  float: left;
  width: 50%;
  position: relative;
  padding: 0 50px;
}
.services-box-info ul {
  float: left;
  text-align: left;
  padding-left: 20px;
}
.services-box-info ul li {
  font-size: 13px;
  list-style: circle;
  text-align: left;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  float: left;
  width: 100%;
  padding: 10px 0;
}
.lft-info {
  float: left;
}
.rft-info {
  float: right;
}
.services-box-info h4 {
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  float: left;
  text-align: left;
  width: 100%;
  padding-bottom: 30px;
}
.serv-img {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
}
.lft-img {
  left: 0;
}
.rft-img {
  right: 0;
}

/*------ share------------------------------------------------*/
.show-share {
  position: absolute;
  top: 10px;
  right: 50px;
  z-index: 21;
  cursor: pointer;
  border: 2px solid lightgray;
  padding: 4px 15px;
  border-radius: 32px;
}
.close-contact {
  position: absolute;
  top: 120px;
  right: 70px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  overflow: hidden;
  transform: rotate(45deg);
}
.close-contact:hover:before {
  height: 50%;
}
.close-contact:hover:after {
  width: 50%;
}
.close-contact:after,
.close-contact:before {
  content: "";
  position: absolute;
  background: #000;
  transition: all 400ms linear;
}
.close-contact:before {
  width: 1px;
  height: 100%;
  top: 1px;
  left: 50%;
}
.close-contact:after {
  width: 100%;
  height: 1px;
  top: 50%;
  left: 1px;
}
.show-share span {
  color: #000;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
  text-align: left;
  letter-spacing: 2px;
  font-weight: 700;
}
.show-share span:hover {
  text-decoration: underline;
  color: #194975;
}
.show-share.isShare {
  opacity: 1;
}
.vissc {
  opacity: 1;
}

/*------ share------------------------------------------------*/

.close-share,
.close-contact {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  overflow: hidden;
  transform: rotate(45deg);
}
.close-share:before,
.close-share:after,
.close-contact:after,
.close-contact:before {
  content: "";
  position: absolute;
  background: #000;
  transition: all 400ms linear;
}
.close-share:before,
.close-contact:before {
  width: 1px;
  height: 100%;
  top: 1px;
  left: 50%;
}
.close-share:after,
.close-contact:after {
  width: 100%;
  height: 1px;
  top: 50%;
  left: 1px;
}
.share-inner {
  position: fixed;
  z-index: 20;
  right: 30px;
  top: 60px;
  visibility: hidden;
  width: 12%;
  background: #fff;
  transition: all 400ms linear;
  height: 0;
  padding-bottom: 0;
  overflow: hidden;
}
.visshare {
  visibility: visible;
  height: 20%;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
}
.share-container {
  position: absolute;
  top: 0;
  width: 100%;
  margin-left: 0 !important;
  left: 0;
  height: auto;
  opacity: 1;
  transition: all 400ms linear;
}
/*------  footer ------------------------------------------------------*/
footer {
  position: fixed;
  bottom: -41px;
  left: 0;
  width: 100%;
  height: 40px;
  z-index: 10;
  background: #fff;
  line-height: 40px;
  padding: 0 50px;
  transform: translate3d(0, 0, 0);
}
.footer-social {
  float: right;
}
.footer-social li {
  float: left;
}
.footer-social li a {
  padding: 0 8px;
}
.footer-social li a span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
  font-weight: 700;
}
.footer-social li a span:hover {
  text-decoration: underline;
  color: #194975;
}
.footer-social li a i {
  display: none;
}
.policy-box {
  float: left;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
  font-weight: 700;
}
.policy-box span {
  float: left;
}
.to-top {
  position: absolute;
  top: -41px;
  right: 51px;
  opacity: 0;
  width: 40px;
  height: 40px;
  margin-top: -12px;
  line-height: 40px;
  cursor: pointer;
  font-size: 20px;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.81);
  color: #fff;
  transition: all 300ms linear;
}
.vistotop {
  opacity: 1;
  margin-top: 0;
  visibility: visible;
}
.to-top:hover {
  opacity: 0.8;
}
/*------  Portfolio ------------------------------------------------------*/
.gallery-items {
  float: left;
  width: 100%;
}
.grid-item-holder {
  float: left;
  width: 100%;
  height: auto;
  position: relative;
}
.hid-port-info .grid-item-holder {
  overflow: hidden;
}
.grid-big-pad .grid-item-holder {
  padding: 40px;
}
.grid-small-pad .grid-item-holder {
  padding: 10px;
}
.gallery-item,
.grid-sizer {
  width: 25%;
  position: relative;
  float: left;
}
.gallery-item-second,
.grid-sizer-second {
  width: 50%;
}
.gallery-item-three,
.grid-sizer-three {
  width: 75%;
}
.gallery-item img,
.grid-sizer img {
  width: 100%;
  max-height: 210px;
  overflow: hidden;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.four-coulms .gallery-item,
.four-coulms .grid-sizer {
  width: 25%;
}
.three-coulms .gallery-item,
.three-coulms .grid-sizer {
  width: 33.3%;
}
.three-coulms .gallery-item-second {
  width: 66.6%;
}
.gallery-item .overlay {
  z-index: 2;
  opacity: 0;
  background: #fff;
}
.wh-info-box {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  z-index: 3;
  overflow: hidden;
  visibility: hidden;
}
.wh-info-box-inner {
  position: relative;
  top: 50%;
  float: left;
  width: 100%;
  transition: all 700ms linear;
  transition-delay: 0.5s;
  opacity: 0;
  z-index: 10;
}
.wh-info-box a {
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  z-index: 20;
}
.wh-info-box a:hover {
  text-decoration: underline;
  color: #194975;
}
.wh-info-box span {
  width: 100%;
  margin-top: 10px;
  float: left;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
}
.wh-info-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  z-index: -1;
  transition: all 300ms linear;
}
.gallery-item:hover .wh-info-box {
  visibility: visible;
}
.gallery-item:hover .wh-info-box:before {
  width: 100%;
}
.gallery-item:hover .wh-info-box-inner {
  opacity: 1;
}
.filter-button {
  position: fixed;
  bottom: 90px;
  right: 0;
  background: #000;
  height: 70px;
  line-height: 70px;
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  width: 150px;
  cursor: pointer;
  letter-spacing: 2px;
  z-index: 5;
  transition: all 400ms linear;
}
.filvisb {
  width: 350px;
}
.filter-nvis-column {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 350px;
  background: #fff;
  z-index: 4;
  height: 0;
  padding: 0 50px;
  overflow: hidden;
  transition: all 400ms linear;
}
.fnc {
  height: 100%;
}
.filter-vis-column {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.filter-nvis-column .gallery-filters,
.filter-vis-column .gallery-filters {
  float: left;
  width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-bottom: 70px;
}
.filter-nvis-column .gallery-filters a,
.filter-vis-column .gallery-filters a {
  float: left;
  width: 100%;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 20px;
}
.filter-nvis-column .gallery-filters a.gallery-filter-active,
.filter-vis-column .gallery-filters a.gallery-filter-active {
  color: #ccc;
}
.filter-vis-line {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 20px;
  padding-left: 10px;
}
.filter-vis-line .gallery-filters {
  float: left;
  background: #fff;
  padding: 25px 40px;
}
.filter-vis-line .gallery-filters a {
  float: left;
  margin-right: 20px;
  font-size: 11px;
  text-transform: uppercase;
  position: relative;
  text-align: left;
  letter-spacing: 1px;
  font-weight: bold;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}
.filter-vis-line .gallery-filters a.gallery-filter-active,
.filter-vis-line .gallery-filters a:hover {
  opacity: 0.4;
}
.grid-item {
  position: relative;
  width: 100%;
  z-index: 3;
  padding: 20px 30px 20px;
  background: #fff;
  height: 100px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.grid-item h3 {
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  float: left;
}
.grid-item h3:hover {
  text-decoration: underline;
  color: #194975;
}
.grid-item span {
  width: 100%;
  float: left;
  text-align: left;
  font-size: 14px;
  opacity: 0.6;
  margin-top: 6px;
}
.popup-gallery .box-item {
  overflow: hidden;
}
.popup-gallery-holder {
  padding-top: 20px;
  float: left;
  width: 100%;
}
.popup-gallery-holder .box-item {
  margin-bottom: 10px;
  float: left;
  position: relative;
}
.popup-gallery-holder .box-item img {
  width: 100%;
  height: auto;
}
.popup-gallery .box-item img {
  position: relative;
  z-index: 1;
  transition: all 4000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}
.popup-gallery .box-item:hover img {
  transform: scale(1.05);
  opacity: 0.5;
}
.popup-gallery .box-item a.popup-link {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 0;
  margin-left: -20px;
  line-height: 40px;
  z-index: 2;
  color: #fff;
  background: #000;
  opacity: 0;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}
.popup-gallery .box-item:hover a.popup-link {
  opacity: 1;
  margin-top: -20px;
}
.scroll-box {
  float: left;
  width: 100%;
  position: relative;
  padding: 10px 20px;
}
.scroll-box-item {
  float: left;
  width: 100%;
  position: relative;
}
.zoomimage {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  z-index: 15;
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.91);
}
.zoomimage i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  line-height: 60px;
  color: #fff;
  transition: all 0.4s ease-in-out;
}
.zoomimage:hover i {
  transform: rotate(-45deg);
}
.zoomimage img {
  float: left;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: relative;
  z-index: 2;
}
.gallery_horizontal {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}
.ifarme-holder {
  float: left;
  width: auto;
  height: 100%;
  position: relative;
  -webkit-overflow-scrolling: touch !important;
}
.gallery_horizontal .owl-item img {
  width: auto;
  position: relative;
  z-index: 1;
  height: 100%;
}
.gallery_horizontal .owl-item iframe {
  position: relative;
  z-index: 1;
  height: 100%;
  min-width: 800px;
}
.full-width-slider-holder,
.full-width-slider,
.full-width-slider .item {
  float: left;
  width: 100%;
  position: relative;
  height: 100%;
}
.zoomimage img,
.gallery_horizontal .owl-item .zoomimage img {
  width: 100%;
  height: 100% !important;
  opacity: 0;
  position: relative;
  z-index: 2;
}
.horizontal_item {
  overflow: hidden;
  position: relative;
}
.portfolio_item,
.horizontal_item,
.swiper-slide {
  cursor: e-resize;
}
.horizontal_item .port-desc-holder {
  top: 50%;
  height: auto !important;
}
.resize-carousel-holder,
.ifarme-fwh-holder {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}
.gallery-horizontal-holder .customNavigation {
  position: absolute;
  top: 50%;
  right: 0;
  width: 60px;
  z-index: 5;
  height: 120px;
  margin-top: -60px;
}
.ifarme-fwh-holder iframe {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.gallery-horizontal-holder .customNavigation a {
  float: left;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 19px;
  cursor: pointer;
  background: #fff;
  margin-bottom: 1px;
}
.customNavigation a i {
  transition: all 500ms linear;
}
.custom-slider-holder {
  position: relative;
  float: left;
  width: 100%;
}
.full-width-slider-holder .customNavigation a,
.custom-slider-holder .customNavigation a {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 1.1em;
  cursor: pointer;
  background: #000;
  color: #fff;
  z-index: 20;
}
.full-width-slider-holder .customNavigation a.prev-slide,
.custom-slider-holder .customNavigation a.prev-slide {
  left: 30px;
}
.full-width-slider-holder .customNavigation a.next-slide,
.custom-slider-holder .customNavigation a.next-slide {
  right: 30px;
}
.vis-info {
  padding-left: 450px;
}
.fixed-info-container {
  position: fixed;
  z-index: 2;
  top: 60px;
  left: 0;
  bottom: 20px;
  width: 450px;
  background: #fff;
  padding: 120px 50px 80px 50px;
  overflow: hidden;
}
.hidden-column {
  left: -450px;
  padding: 180px 50px 80px 50px;
}
.hidden-column .content-nav {
  top: 70px;
}
.show-hid-content {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 1);
  color: #fff;
  z-index: 4;
  font-size: 1em;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  width: 450px;
  height: 70px;
  line-height: 70px;
}
.show-hid-content i {
  position: absolute;
  top: 28px;
  right: 40px;
  font-size: 14px;
  transform: rotate(-90deg);
  transition: all 200ms linear;
}
.ishid i {
  transform: rotate(0deg);
}
.fw-info-container {
  float: left;
  max-width: 1450px !important;
  position: relative;
  background: #fff;
  padding: 100px 50px 90px;
}
.fixed-info-container h3,
.fixed-info-container h4,
.fw-info-container h3,
.fw-info-container h4 {
  float: left;
  text-align: left;
  font-size: 2.4em;
  width: 100%;
  color: #000;
}
.fixed-info-container h4,
.fw-info-container h4 {
  font-size: 1.7em;
  margin-bottom: 20px;
}
.fixed-info-container .separator,
.fw-info-container .separator {
  float: left;
  width: 40px;
  height: 5px;
  background: #000;
  margin: 20px 0 20px;
  position: relative;
}
.project-details {
  width: 100%;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  line-height: 1.8;
  font-size: 15px;
}
.project-details p {
  margin-bottom: 15px;
}
.project-details strong {
  font-weight: 600;
  color: #000;
}
.project-details ul, .project-details ol {
  margin-left: 20px;
  margin-bottom: 15px;
}
.project-details li {
  margin-bottom: 8px;
}
.show-info {
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 40%;
  z-index: 15;
}
.show-info .show-info-head {
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
  cursor: pointer;
  float: right;
  background: #000;
  padding: 20px 60px;
}
.tooltip-info {
  max-width: 400px;
  height: auto;
  line-height: 20px;
  padding: 20px 30px;
  font-size: 11px;
  color: #fff;
  text-align: center;
  text-indent: 0px;
  position: absolute;
  background: rgba(0, 0, 0, 0.91);
  bottom: 0;
  opacity: 0;
  right: 0;
  margin-bottom: 53px;
  visibility: hidden;
  pointer-events: none;
  z-index: 16;
  transition: all 300ms linear;
}
.tooltip-info p {
  font-size: 13px;
  letter-spacing: 1px;
}
.tooltip-info h5 {
  font-size: 16px;
  margin-top: 12px;
  padding: 5px 0;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: left;
}
.show-info:hover .tooltip-info {
  visibility: visible;
  opacity: 1;
  bottom: 0;
}
figure img {
  cursor: zoom-out;
}
.no-padding {
  padding: 0 !important ;
}
.content-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 30px 10px;
  border-bottom: 1px solid #eee;
}
.content-nav.single-nav {
  float: left;
  position: relative;
  top: 0;
  border: none;
  margin-bottom: 20px;
}
.content-nav li {
  width: 33.3%;
  float: left;
}
.content-nav li a.ln,
.content-nav li a.rn {
  color: #000;
  font-size: 24px;
}
.content-nav li a.ln i,
.content-nav li a.rn i {
  transition: all 300ms linear;
}
.content-nav li a.ln:hover i,
.content-nav li a.rn:hover i,
.customNavigation a:hover i {
  transform: rotateX(360deg);
}
.content-nav li a.ln {
  float: left;
}
.content-nav li a.rn {
  float: right;
}
.content-nav {
    display: flex;
    gap: 10px;
    align-items: center;
}
.content-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.content-nav a:hover {
    background: rgba(255,255,255,0.1);
}
.content-nav .prev-project,
.content-nav .next-project {
    opacity: 0.7;
}
.content-nav .prev-project:hover,
.content-nav .next-project:hover {
    opacity: 1;
}
.list {
  width: 40px;
  height: 40px;
  overflow: hidden;
  display: inline-table;
}
.list a,
.list span {
  display: block;
  width: 40px;
  height: 40px;
}
.list a {
  position: relative;
  padding: 10px;
}
.list a span {
  width: 20px;
  height: 20px;
  overflow: hidden;
  position: relative;
}
.list a i {
  display: block;
  position: absolute;
  background-color: #000;
  width: 6px;
  height: 0;
  transition-property: height, transform;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.3, 1);
}
.list a i.c1 {
  left: 0px;
}
.list a i.c2 {
  left: 7px;
}
.list a i.c3 {
  left: 14px;
}
.list a i.c1.b1 {
  height: 7px;
  transform: translate(0, 0);
}
.list a i.c1.b2 {
  height: 7px;
  transform: translate(0, 8px);
}
.list a i.c1.b3 {
  height: 7px;
  transform: translate(0, 40px);
}
.list a i.c2.b1 {
  height: 10px;
  transform: translate(0, 0);
}
.list a i.c2.b2 {
  height: 7px;
  transform: translate(0, 11px);
}
.list a i.c2.b3 {
  height: 7px;
  transform: translate(0, 35px);
}
.list a i.c3.b1 {
  height: 5px;
  transform: translate(0, 0);
}
.list a i.c3.b2 {
  height: 7px;
  transform: translate(0, 6px);
}
.list a i.c3.b3 {
  height: 7px;
  transform: translate(0, 33px);
}

.list a:hover i.c1.b1 {
  height: 7px;
  transform: translate(0, -8px);
}
.list a:hover i.c1.b2 {
  height: 7px;
  transform: translate(0, 0);
}
.list a:hover i.c1.b3 {
  height: 7px;
  transform: translate(0, 8px);
}
.list a:hover i.c2.b1 {
  height: 10px;
  transform: translate(0, -11px);
}
.list a:hover i.c2.b2 {
  height: 10px;
  transform: translate(0, 0);
}
.list a:hover i.c2.b3 {
  height: 7px;
  transform: translate(0, 11px);
}
.list a:hover i.c3.b1 {
  height: 5px;
  transform: translate(0, -6px);
}
.list a:hover i.c3.b2 {
  height: 5px;
  transform: translate(0, 0);
}
.paginate .list a:hover i.c3.b3 {
  height: 7px;
  transform: translate(0, 6px);
}

.hid-con {
  overflow: hidden;
}
/* --------- Links  --------------------------------------*/
.btn {
  display: inline-block;
  padding: 0 55px;
  height: 60px;
  line-height: 60px;
  font-weight: bold;
  font-size: 1.1em;
  text-transform: uppercase;
  margin: 20px auto;
  color: #fff;
  background: #153857;
  position: relative;
  letter-spacing: 1px;
}
.btn-light {
  background: #fff;
  color: #153857;
}
.btn-light:hover {
  background: #fff;
  color: #153857;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.358);
}
.anim-button {
  background-clip: padding-box;
  vertical-align: middle;
  max-width: 100%;
  overflow: hidden;
  outline: none;
  width: auto;
}
.anim-button i {
  top: -100%;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 60px;
  text-align: center !important;
  font-size: 16px;
}
.wt-btn {
  color: #fff;
  border: 2px solid #fff;
}
.anim-button i,
.anim-button span {
  transition: all 300ms linear;
}
.anim-button span {
  float: left;
  width: 100%;
  position: relative;
  top: 0;
}
.anim-button:hover span {
  top: 100px;
}
.anim-button:hover i {
  top: 0;
}
.fl-l {
  float: left;
}
/* --------- Blog --------------------------------------*/
.blog-inner {
  float: left;
  width: 100%;
  position: relative;
}
article {
  float: left;
  margin-top: 10px;
  width: 100%;
  position: relative;
  background: #fff;
}
.sinnle-post {
  margin: 60px 0 30px;
}
.sinnle-post h2 {
  float: left;
  font-size: 2.5em;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  padding: 30px 0 0 30px;
}
.blog-title,
.blog-text {
  float: left;
  width: 100%;
  padding: 30px;
}
.blog-title li {
  float: left;
  text-align: left;
  text-transform: uppercase;
  font-size: 1.1em;
  color: #666;
  margin-right: 4px;
}
.blog-title a {
  color: #666;
}
.blog-text {
  margin-top: 10px;
  position: relative;
  float: left;
  width: 100%;
}
.sinnle-post .blog-text {
  padding: 0 70px;
  margin-top: 50px;
}
.blog-text h3,
.comment-form-holder h3,
.comments-holder h3,
.project-details h3 {
  font-size: 16px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.project-details h3 {
  padding: 20px 0 15px;
}
.blog-media {
  float: left;
  width: 100%;
  position: relative;
}
.blog-text p {
  font-size: 14px;
  padding-top: 10px;
}
.sinnle-post p {
  font-size: 16px;
}
.sinnle-post .blog-text h3 {
  margin-bottom: 30px;
}
.commentlist {
  text-align: left;
  float: left;
  margin-bottom: 80px;
  max-width: 900px;
}
.comments-holder {
  float: left;
  width: 100%;
  background: #fff;
  padding: 0 70px;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}
.comment-form-holder {
  float: left;
  width: 100%;
  background: #fff;
  padding: 0 70px;
  margin-top: 30px;
  padding-top: 30px;
  margin-bottom: 50px;
  border-top: 1px solid #eee;
}
#comment-form {
  max-width: 400px;
}
#comments {
  text-align: left;
  padding-top: 10px;
  max-width: 800px;
}
#comments-title,
#reply-title {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-bottom: 5px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #666;
}
.comment {
  float: left;
}
.comment-body {
  position: relative;
  margin-left: 70px;
  padding-top: 30px;
}
.comment-author {
  position: absolute;
  top: 30px;
  left: -66px;
}
.comment-author img {
  border-radius: 100%;
}
.comment .children {
  margin-left: 70px;
}
.fn {
  display: block;
  margin-bottom: 10px;
}
.comment-meta,
.comment-meta a {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 12px;
  letter-spacing: 1px;
  color: #494949;
  padding-bottom: 10px;
}
.pagination-blog {
  margin-top: 20px;
  text-align: center;
  float: left;
  width: 100%;
  margin: 15px 0;
  padding: 0 10px;
}
.pagination-blog-inner {
  float: left;
  margin: 20px 0 30px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  background: #fff;
}
.pagination-blog a {
  float: left;
  width: 60px;
  height: 60px;
  line-height: 60px;
  position: relative;
  font-size: 1.1em;
  color: #666;
  letter-spacing: 1px;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
  transition: all 300ms linear;
}
.pagination-blog a.current-page,
.pagination-blog a:hover {
  color: #fff;
  background: #000;
}
.no-bg {
  background: none;
}
.box-page .container {
  max-width: 1024px;
}
.taglist {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.taglist li {
  float: left;
  margin-right: 4px;
  margin-bottom: 4px;
}
.taglist li a {
  padding: 10px 20px;
  float: left;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #000;
  color: #fff;
}
/*------ 404 -------------------------------------------------*/
#ajax-loading-box {
  display: none !important;
}
.back-link {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50000;
  background: #fff;
}
.back-link h2 {
  font-size: 5.4rem;
  line-height: 4.4rem;
}
.back-link span {
  position: relative;
  top: 30%;
  float: left;
  width: 100%;
  font-size: 34px;
  text-transform: uppercase;
}
.ajaxPageSwitchBacklink {
  display: inline-block;
  margin-top: 20px;
  cursor: pointer;
  color: #000;
  position: relative;
  top: 30%;
}
.ajaxPageSwitchBacklink:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 2px;
  background: #000;
  transition: all 300ms linear;
}
.ajaxPageSwitchBacklink:hover:before {
  width: 100%;
}
/*------  Responsive ------------------------------------------------------*/
@media only screen and (max-width: 1036px) {
  #wrapper {
    overflow: auto !important;
  }
  .nav-inner nav {
    padding-top: 20px;
  }
  .gallery-item {
    width: 50% !important;
  }
  .fixed-info-container {
    position: relative;
    top: 0;
    left: 0 !important;
    bottom: 0;
    opacity: 1;
    width: 100%;
    float: left;
    padding: 80px 30px 30px 30px;
  }
  .hidden-column .content-nav {
    top: 0;
  }
  .content.no-padding {
    padding-bottom: 90px !important;
    height: auto;
  }
  .content.no-padding.home-content {
    padding-bottom: 0 !important;
    height: 100%;
  }
  .resize-carousel-holder,
  .ifarme-fwh-holder {
    height: auto;
  }
  .full-width-slider-holder {
    height: 450px;
  }
  .fwshmob {
    height: 100%;
  }
  .show-hid-content,
  .close-contact,
  .showform {
    display: none;
  }
  .vis-info {
    padding-left: 0;
    height: auto;
  }
  .filter-vis-column {
    position: relative;
    height: auto;
    float: left;
    width: 100%;
    padding: 0;
  }
  .fixed-column {
    position: relative;
    float: left;
    width: 100%;
    height: 400px;
    top: 0;
    bottom: 0;
    padding-top: 40px;
    padding-bottom: 90px;
    margin-bottom: 0;
  }
  .blog-inner {
    padding: 30px;
  }
  .wrapper-inner {
    width: 100%;
    height: auto;
    padding: 0 0 30px;
  }
  .align-content {
    top: 0;
    margin-top: 0 !important;
  }
  .ifarme-holder {
    float: left;
    width: 100% !important;
    height: auto !important;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: hidden;
    margin-bottom: 120px;
    margin-top: 60px;
  }
  .ifarme-holder iframe,
  .ifarme-holder object,
  .ifarme-holder embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .horizontal_item img {
    width: 100%;
    height: auto !important;
  }
  .gallery-horizontal-holder .customNavigation {
    display: none;
  }
  .column-wrap {
    width: 50%;
    padding-left: 10%;
  }
  .enter-wrap h3,
  .synh-wrap .item h3 {
    font-size: 32px;
    line-height: 45px;
    letter-spacing: 5px;
  }
  .wht-bg {
    transform: translateX(0);
  }
  .fwshmob .wht-bg {
    transform: translateX(-50%);
  }
  .customNavigation.fhsln {
    top: auto;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 756px) {
  .footer-social li a i {
    display: block;
    font-size: 13px;
  }
  .footer-social li a {
    float: left;
    padding-top: 42px;
  }
  .blog-text {
    padding: 20px 0;
  }
  .comments-holder {
    padding: 20px 20px 0;
  }
  .services-box-info {
    float: left;
    width: 100%;
    position: relative;
    padding: 0 50px;
  }
  .lft-info,
  .rft-info {
    float: left;
  }
  .serv-img {
    position: relative;
    width: 100%;
    top: 0;
    height: 400px;
    margin-bottom: 40px;
  }
  .lft-img,
  .rft-img {
    left: 0;
    float: left;
  }
  .services-item {
    padding: 0 0 50px 0;
  }
  .enter-wrap-holder {
    left: 0;
    width: 100%;
    margin-left: 0;
    padding-left: 30px;
  }
  .cent-holder {
    left: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 540px) {
  .footer-social {
    width: 100%;
    position: relative;
    z-index: 20;
  }
  .footer-social li {
    display: inline-block;
    float: none;
  }
  .policy-box {
    display: none;
  }
  .gallery-item {
    width: 100% !important;
  }
  .grid-small-pad .grid-item-holder,
  .grid-big-pad .grid-item-holder {
    padding: 0 !important;
  }
  .nav-button {
    left: 20px;
  }
  .show-share {
    top: 15px;
    right: 20px;
    border-width: 0;
    padding: 0;
  }
  .show-share i {
    font-size: 1.543rem;
  }
  .close-contact {
    position: absolute;
    top: 90px;
    right: 30px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .bg {
    background-attachment: scroll !important;
    -webkit-background-size: cover;
    background-position: center;
  }
}

.contact-list{
  font-size: 1rem;
  text-align: left;
}
.contact-list li{
  margin-bottom:.5rem;
}

/* Modern Form Styles */
#contact-form {
    max-width: calc(100% - 64px);
    margin: 0 auto;
    text-align:left;
}

#contact-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

#contact-form .form-group {
    position: relative;
}

#contact-form .form-row + .form-group {
    margin-bottom: 20px;
}

#contact-form label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    transition: color 0.3s;
}

#contact-form input,
#contact-form textarea {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 15px;
    font-family: inherit;
    transition: all 0.3s ease;
    background: #fafafa;
    box-sizing: border-box;
}

#contact-form input:focus,
#contact-form textarea:focus {
    outline: none;
    border-color: #4a90e2;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.1);
}

#contact-form textarea {
    resize: vertical;
}

#contact-form .security-inline label {
    font-size: 13px;
}

@media (max-width: 768px) {
    #contact-form .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
    #contact-form .form-group {
        margin-bottom: 20px;
    }
}

#contact-form button[type="submit"] {
    width: 100%;
    padding: 16px 32px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

#contact-form button[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
}

#contact-form button[type="submit"]:active {
    transform: translateY(0);
}

#contact-form button[type="submit"]:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

#message {
    margin-bottom: 20px;
    display: none;
}

#message .success_message {
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    color: #155724;
    border: 2px solid #28a745;
    padding: 18px 20px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.2);
    animation: slideInDown 0.5s ease;
}

#message .success_message::before {
    content: "✓ ";
    font-size: 20px;
    margin-right: 8px;
}

#message .error_message {
    background: linear-gradient(135deg, #f8d7da 0%, #f5c6cb 100%);
    color: #721c24;
    border: 2px solid #dc3545;
    padding: 18px 20px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.2);
    animation: slideInDown 0.5s ease;
}

#message .error_message::before {
    content: "⚠ ";
    font-size: 20px;
    margin-right: 8px;
}

@keyframes slideInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.project-details,
.project-category,
.project-year,
.project-location{
    text-align:left;
    margin-bottom: 10px;
    font-size: 1rem;
}