:root {
  --tt-main-color: #005d8e !important;
}

@font-face {    
       font-family: 'neo latina';
    src: url('../fonts/neo-latina.woff2') format('woff2'),
        url('../fonts/neo-latina.woff') format('woff');
  font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.tt-ol-menu-list > li > a, .tt-ol-menu-list > li > .tt-ol-submenu-trigger > a{
      font-family: 'neo latina';
        font-size: 56px;
}

body.tt-boxed .tt-wrap{
    max-width: 1200px;
}

.demo-features-wrap > ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.demo-features-wrap > ul > li {
  display: flex;
  justify-content: center;
  width: 25%;
  text-align: center;
}
.demo-feature {
  margin: 0 10px 60px 10px;
}
.df-icon {
  display: flex;
  margin: auto;
  width: 120px;
  height: 120px;
  background-color: #2c2c2c;
  font-weight: 600;
  color: #FFF;
  justify-content: center;
  align-items: center;
  border-radius: 120px;
}
.df-icon {
  display: flex;
  margin: auto;
  width: 120px;
  height: 120px;
  background-color: #2c2c2c;
  font-weight: 600;
  color: #FFF;
  justify-content: center;
  align-items: center;
  border-radius: 120px;
}
.df-icon svg {
  fill: #FFF;
}
.df-title {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.4;
}
.df-des {
  font-size: 18px;
  text-align: center;
}
.df-description {
  font-size: 18px;
  text-align: justify;
}
.tt-logo img {
  max-height: 100px;
}
.tt-header-inner {
  padding-top: 10px;
}
header {
  background: #fff3 !important;
}
.footer-bottom-sec .tt-btn:hover > *:not(.tt-btn-icon) {
  transform: none;
}
.footer-bottom-sec .tt-btn-icon:first-child {
  margin-right: 5px;
}
.footer-bottom-sec span.currentyear {
  margin-right: 5px;
}
.cb-img {
  vertical-align: middle;
  top: 2px;
  left: -5px;
  position: relative;
}
.footer-sec {
  background: #2c2c2c;
}
.general-sec .df-icon img {
  width: 50px;
}
.amarnath-slider .tt-portfolio-slider-caption {
  top: 55%;
}
.amarnath-slider .tt-ps-caption-title:after {
  /*    border-bottom: 6px solid #9aaf40;*/
  content: "";
  display: block;
  bottom: 0;
  width: 200px;
  height: 7px;
  background: linear-gradient(to right, #00527c, #007dbe, #829536, #9aaf40);
  margin-top: 18px !important;
  text-align: center;
}
.gradiant-heading {
  background: linear-gradient(to right, #007dbe, #9aaf40);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ptr-prel-image {
  max-height: 200px;
  opacity: 1;
}
.general-sec.demo-features-wrap > ul > li {
  width: 20%;
}
body:not(.tt-light-style-on) .tt-style-switch {
  background-color: #9aaf40 !important;
}
.pgi-demo-badge {
  top: 30px !important;
}
.about-mono {
  opacity: 0.8;
}
.story-text {
  color: #fff;
  line-height: 1.6;
  font-size: 19px;
}
.story-sec .pgi-cap-inside.pgi-cap-hover .pgi-title {
  transform: none !important;
}
.story-sec .pgi-caption {
  background: #0404041a;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  backdrop-filter: blur(6px);
}
.vis-mis-sec .df-icon img {
  width: 50px;
}
.vis-mis-sec.demo-features-wrap > ul > li {
  width: 50%;
}
.vis-mis-sec .df-title {
  margin-top: 5px;
  font-size: 26px;
  line-height: 1.4;
  margin-bottom: 15px;
  text-align: center;
}
.vis-mis-sec .demo-feature {
  padding: 20px;
  border-radius: 10px;
}
.vis-mis-sec .feature-height {
  padding: 20px;
  margin: 0px;
  border-radius: 0px;
  height: 600px;
  border-bottom: 5px solid #005d8e;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.tt-style-switch {
  display: none;
}
.tt-ps-caption-title {
  font-size: 60px;
}
ul.ttgr-cat-classic-list > li > a {
  font-size: 18px;
  line-height: normal;
  padding: 8px 40px;
}
.pgi-title, .pgi-categories-wrap {
  white-space: unset;
}
body.tt-transition .ptr-overlay {
  background-color: #fff;
}
#portfolio-grid:not(.pgi-cap-inside) .pgi-title a:hover {
  background-size: 0;
}
/*
.project-text-box .ttgr-item-inner{
  background: #e9e9e9;
  padding: 30px 20px !important;
}
.project-text-box .pgi-caption {
  padding: 0;
    position: relative !important; 
}
.project-text-box .pgi-caption .pgi-title, .project-text-box .pgi-caption .pgi-category{
        color: #111;
}
*/
.file-wrapper {
  overflow: hidden;
  background: #e3e3e3;
  padding: 0 20px;
  position: relative;
/* border-bottom: 1px solid #111111;*/
  cursor: pointer;
  width: 100%;
}

.tt-form-minimal .file-wrapper{
    background: none;
    border-bottom: 1px solid #111111;
}

.tt-form-filled .tt-form-control:not(textarea):not([size]) {
    height: 60px;
}

.file-wrapper input {
    left: 0;
    opacity: .01;
    cursor: pointer;
    position: absolute;
    height: 60px;
    width: 100%;
    -moz-opacity: .01;
    filter: alpha(opacity=1);
}
.file-wrapper .file-button {
  color: #fff;
  float: left;
  cursor: pointer;
  margin-left: -20px;
  padding: 15px;
  background: #005d8e !important;
  display: inline-block;
    
}
.file-holder {
  top: 15px;
  padding-left: 15px;
  position: absolute;
  left: auto;
}
.file-button i {
  margin-right: 8px;
}
@media (max-width: 1024px) {
  .tt-ps-caption-title {
    font-size: 35px;
  }
}
.contact-section i {
  font-size: 45px;
  display: block;
  text-align: center;
  padding: 15px 0px;
  color: #005d8e;
}
.contact-section p {
  text-align: center;
  margin: 0 0 8px;
  font-size: 18px;
}
.contact-section p a {
  font-style: inherit;
  border-bottom: none;
}
.facilities-icon img {
  display: block;
  margin: auto;
  padding: 15px 0px;
}

.facilities-icon .about-mono:hover  {
  
}


.facilities-icon p {
  text-align: center;
}

.project-sec .bci-cap-inside .tt-bci-info{
    position: absolute;
    left: 0;
    bottom: 8%;
    padding: 0 8%;
    z-index: 2;
}
.project-sec .bci-cap-inside .tt-bci-info .tt-bci-title {
        margin-bottom: 0;
    font-size: calc(19px + 0.2vw);
}
.project-sec .bci-cap-inside .tt-bci-info .tt-bci-title a{
    background-image: none;
    color: #fff;
}
.project-sec .bci-cap-inside .tt-bci-info .tt-bci-categories, .project-sec .bci-cap-inside .tt-bci-info .tt-bci-meta, .project-sec .bci-cap-inside .tt-bci-info .tt-bci-meta a {
    color: #fff;
}
.tt-section.testimonials-sec{
       background-image: url(../img/story-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.tt-section.testimonials-sec:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #191919;
    opacity: 0.6;
    content: "";
}
.tt-section.testimonials-sec .tt-heading-title, .tt-section.testimonials-sec .tt-heading-subtitle, .tt-section.testimonials-sec .tt-testimonials-slider .tt-ts-text, .tt-section.testimonials-sec .tt-testimonials-slider .tt-ts-subtext{
    color: #fff;
}

.project-sec .pgi-demo-badge {
    position: absolute;
    top: 0 !important;
    left: unset;
    right: 0;
    background-color: var(--tt-main-color);
    padding: 8px 40px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 16px;
    color: #FFF;
    transform: unset;
    display: none;
}

.tt-section.testimonials-sec .tt-heading-title{
    font-size: 80px;
    color: #9aaf40;
}
.tt-section.testimonials-sec .tt-heading-subtitle{
        font-size: 28px;
}
.tt-section.testimonials-sec .tt-testimonials-slider {
    margin-bottom: 60px;;
}
.tt-section.testimonials-sec .subtitle-sm{
        font-size: 22px;
}
.tt-bci-image:before{
     position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #191919;
    opacity: 0.5;
    content: "";
    z-index: 1;
}
.tt-form-control:not(textarea):not([size]) {
    height: 80px;
}
.tt-form-minimal .tt-form-control, .tt-form-minimal .tt-form-control select {
    border-color: #111111;
}
@-webkit-keyframes spinnerRotate{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}@-moz-keyframes spinnerRotate{from{-moz-transform:rotate(0)}to{-moz-transform:rotate(360deg)}}@-ms-keyframes spinnerRotate{from{-ms-transform:rotate(0)}to{-ms-transform:rotate(360deg)}}#form_process{-webkit-animation-name:spinnerRotate;-webkit-animation-duration:1.1s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-moz-animation-name:spinnerRotate;-moz-animation-duration:1.1s;-moz-animation-iteration-count:infinite;-moz-animation-timing-function:linear;-ms-animation-name:spinnerRotate;-ms-animation-duration:1.1s;-ms-animation-iteration-count:infinite;-ms-animation-timing-function:linear;display:inline-block;margin-left:10px;position:relative;visibility:hidden}

#error_data{
	color: red;
    font-size: 14px;
    margin: 0px 0px 10px;
    line-height: normal;
}

  
/*
    .isotope-item .pgi-caption {
    min-height: 150px;
}*/


.pgi-category{
    line-height: normal;
}


.pgi-image:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #191919;
    opacity: 0.4;
    content: "";
    z-index: 1;
}

.tt-grid.ttgr-gap-3 .ttgr-item-inner {
    margin: 2vw 2vw 2vw 2vw;
}

.pb-0{
    padding-bottom: 0;
}

.pt-0{
    padding-top: 0;
}

.director-sec .pgi-category{
    font-size: 18px;
    opacity: 1;
}
.director-sec .pgi-image:before{
    display: none;
}
.dwn-btn{
    height: 65px;
        font-size: 18px;
}

.flex-title{
        display: flex;
    align-items: center;
    justify-content: space-around;
}

.text-white a{
    color: #fff !important;
}

.transport-img img{
    margin: 0 auto;
    display: block;
}
.transport-sec .feature-height {
    height: 470px;
        margin-bottom: 40px;
}

@-webkit-keyframes spinnerRotate{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}@-moz-keyframes spinnerRotate{from{-moz-transform:rotate(0)}to{-moz-transform:rotate(360deg)}}@-ms-keyframes spinnerRotate{from{-ms-transform:rotate(0)}to{-ms-transform:rotate(360deg)}}#form_process{-webkit-animation-name:spinnerRotate;-webkit-animation-duration:1.1s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-moz-animation-name:spinnerRotate;-moz-animation-duration:1.1s;-moz-animation-iteration-count:infinite;-moz-animation-timing-function:linear;-ms-animation-name:spinnerRotate;-ms-animation-duration:1.1s;-ms-animation-iteration-count:infinite;-ms-animation-timing-function:linear;display:inline-block;margin-left:10px;position:relative;visibility:hidden}

#error_data{
	color: red;
    font-size: 14px;
    margin: 0px 0px 10px;
    line-height: normal;
}

.alert.alert-success {
    color: #508e14;
    background: #f0f0f0;
    padding: 10px 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 28px;
}
.alert.alert-danger {
    color: #454545;
    background-color: #ffb4b4;
    padding: 10px 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 28px;
}


.aip-features .df-icon img {
    width: 80px;
}

.aip-features .df-icon{
    background-color: #e1e1e1;
}
.grecaptcha-badge { 
    visibility: hidden; 
}


/* img .pgi-image-holder {
  position: relative;
  cursor: pointer;
  overflow: hidden;
} */

.play-button-overlay {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: url('../img/icon/youtube.svg') no-repeat;
  background-size: cover;
  z-index: 2;
    cursor: pointer;
}


.video-popup {

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.video-popup iframe {
    width: 180%;
    height: 51vh;
}
.youtube-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    z-index: 9999; /* Ensure it's on top */
    justify-content: center;
    align-items: center;
}



.video-popup-inner {
    position: relative;
}



.close-button {
    position: absolute;
    top: -20px;
    right: -261px;
    background: #fff;
    border: none;
    padding: 8px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 51%;
}

.close-button:hover {
    background: #ddd;
}

.contact-form {
    max-width: 387px;
}
.contact-form {
    
    display: block;
    text-align: center;
    margin: 0 auto;
}
 
  
  .contact-form .form-control {
    border: none;
   
   
    letter-spacing: 0.7px;
    font-weight: 300;
   
   
    box-shadow: none;
    height: 44px;
 
    position: relative;
   
    transition: border 0.9s ease;
    
    margin: 0;
}
.btn.btn-rounded {
    border-radius: 0;
}
.standard-btn {
    font-size: 15px;
    font-family: Poppins, sans-serif;
    padding: 10px 25px;
    color: #fff;
    font-weight: 600;
    background-color:  #005d8e;
    border: 1px solid transparent;
   
    
    transition: 0.8s ease !important;
}
.btn {
    -webkit-appearance: initial;
    overflow: hidden;
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
    display: inline-block;

    letter-spacing: 0.5px;
    line-height: inherit;
   
    text-transform: capitalize;
    width: auto;
    font-family: Poppins, sans-serif;
    font-weight: 500;
   
}






