﻿.header-area .header-elements {
    justify-content: center;
}
.site-logo{
	display:none;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li a {
    font-size: 16px;
	padding: 10px 35px;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li a:hover {
    border-radius: 7px;
	background:#fff;
	color:#0E38B1;
	border-radius:7px;
}
.header-area.header-area3 .header-elements .main-menu-ex ul .nav_logo img{
	height: 45px;
}
.header-area.header-area3 .header-elements .main-menu-ex ul .nav_logo a:hover{
	background:transparent; 
}
.hero3 .main-heading {
    margin-top: 150px;
}
.common-hero {
    min-height: 250px;
    padding-top: 85px;
}
.mobile-logo img{
	width: 270px;
}
.mobile-sidebar .logo-m img{
	width: 270px;
}


.video-background-holder {
  position: relative;
  background-color: black;
  height: calc(100vh - 0px);
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}
.video-background-holder video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.video-background-content {
  position: relative;
  z-index: 2;
}

.video-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 1;
}
.video-background-content h5{
    font-weight:600;
    color: #fff;
}
.video-background-content h1{
    font-weight:900;
    color: #fff;
    font-size: 48px;
    letter-spacing: 2px;
    margin-bottom:10px;
}
.video-background-content p{
    font-weight:400;
    color: #fff;
    text-align: center;
    margin-bottom:30px;
}
.hero1 {
    padding-top: 90px;
	padding-bottom: 150px;
	min-height: auto;
}
.hero1 .main-headding h1 {
	color: var(--ztc-bg-main-bg-1);
}
.work7 .heading7 .work-box h4 a {
    color: #0061FF;
}
.work7 .heading7 .work-box .icon span::after {
    height: 75px;
}

.hero-bottom-area .single-box .icon {
    height: 35px;
    width: 35px;
    line-height: 32px;
    margin-right: 16px;
}

.heading1 span.span {
    color: var(--ztc-bg-main-bg-1);
    background: #ffffff;
    padding: 8px 24px;
    border-radius: 30px;
    border: 1px solid var(--ztc-bg-main-bg-1);
}
@media only screen and (max-width: 600px) {
.hero3 {
    min-height: 650px;
}
}


.heading1 span.span {
    color: #fff;
    background: #00bfff;
    padding: 8px 24px;
    border-radius: 30px;
    border: 1px solid #00bfff;
}
h1,h2,h3,h4,h5,h6{
	font-family: "Souvenir", sans-serif;
}
.heading1 h2{
	font-size:32px;
}
.zoom-img  img {
  width: 100%;
  transition: all .3s ease-in-out;
}

.zoom-img img:hover   {
  transform: scale(1.1);
}

.common-hero{
    background-image: url('../../assets/images/breadcrumbs-v3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}



.header-bg {
    background-color: #123CDD !important;
}

.p-25{
    padding:25px;
}





.sample-container {
    height: 100vh;
	padding-bottom: 100px;
    margin-bottom: 50px;
}
.image-wrapper {
  position: relative;
  max-width: 400px;
  color: white;
  transition: all .3s ease-in-out;
  z-index:0;
}
.image-wrapper:hover img{
 transform: scale(1.1);
 z-index:999;
}

.image-wrapper img {
  width: 100%;
  height: auto;
  display: block; 
  
}
 
.image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
      background: rgb(198 198 198 / 20%);
}
 
.overlay-text {
  position: absolute;
  bottom: 1rem;
  font-size: 18px;
  font-weight: 500;
  padding: 8px 12px;
  text-align: center;
    left: 35%;
    padding: 10px 25px;
    background: #123cdd;
}
.overlay-text a{
   color: #fff;
}
.overlay-text a:hover{
   color: #ffe567
}
.zoom-img  img {
  width: 100%;
  transition: all .3s ease-in-out;
}

.zoom-img img:hover   {
  transform: scale(1.1);
  z-index:9999;
}




.project-card.style2 {
  position: relative;
  margin: 30px;
}
.project-card.style2 .project-mask-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 40px 30px 30px 30px;
  margin-bottom: 20px;
  background-image: none;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.project-card.style2 .project-mask-wrapper .project-thumb {
  width: 100%;
  height: 100%;
  text-align: center;
}
.project-card.style2 .project-mask-wrapper .project-thumb img {
  width: 100%;
  height: 100%;
  width: 290px;
}
.project-card.style2 .project-mask-wrapper .project-desc {
  padding: 10px 10px 0px 20px
}
.project-card.style2 .project-mask-wrapper .project-desc h6 {
  color: #e9891a;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 0px;
  font-family: "Figtree", sans-serif;
}
.project-card.style2 .project-mask-wrapper .project-desc h5 {
  color: #123CDD;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 20px;
}
.project-card.style2 .project-mask-wrapper .project-desc h5 a {
  color: var(--title-color);
 
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
@media (max-width: 1899px) {
  .project-card.style2 .project-mask-wrapper {
    overflow: hidden;
    padding: 30px 15px 10px 15px;
  }
}
@media (max-width: 767px) {
  .project-card.style2 .project-mask-wrapper {
    padding: 12px 8px 10px 8px;
  }
}
.project-card.style2 .project-meta {
  position: absolute;
  bottom: 25px;
  right: 49px;
  z-index: 8;
  display: flex;
  align-items: center;
  gap: 13px;
}
.project-card.style2 .project-meta .number {
  width: 56px;
  height: 56px;
  line-height: 56px;
  border-radius: 100px;
  text-align: center;
  background: var(--white-color);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
  color: var(--theme);
  font-family: var(--title-font);
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
@media (max-width: 767px) {
  .project-card.style2 .project-meta .number {
    width: 44px;
    height: 44px;
    line-height: 44px;
  }
}
.project-card.style2 .project-meta .link {
  width: 56px;
  height: 56px;
  line-height: 60px;
  border-radius: 100px;
  text-align: center;
  background: var(--theme);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
  color: var(--white-color);
  font-family: var(--title-font);
  font-style: normal;
  font-weight: 500;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
@media (max-width: 767px) {
  .project-card.style2 .project-meta .link {
    width: 44px;
    height: 44px;
    line-height: 44px;
  }
}
.project-card.style2 .project-meta .link i {
  color: var(--white-color);
  font-size: 20px;
}
.project-card.style2 .project-meta .link.style2 {
  background: var(--title-color);
  color: var(--white-color);
}
@media (max-width: 1899px) {
  .project-card.style2 .project-meta {
    bottom: 2px;
  }
}
@media (max-width: 767px) {
  .project-card.style2 .project-meta {
    gap: 5px;
  }
}
@media (max-width: 767px) {
  .project-card.style2 .project-meta {
    position: absolute;
    bottom: 19px;
    right: 0px;
    z-index: 8;
    display: flex;
    align-items: center;
    gap: 8px;
  }
}
.background-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.error{
    color: #f00;
}
.contact-form-details .single-input input, .contact-form-details .single-input textarea {
    margin-bottom: 0;
    border: 1px solid #dbd8d8;
}
.single-input{
    margin-bottom: 20px;
}