@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
.dots-image-2 .experience-info{
  /*position: absolute;*/
  position: static;
  left: 0%;
  /*margin-top:-4.4rem;*/
  margin-top:0rem;
  top:100%;
}
.experience-info .number
{
  font-size: 1.8rem !important;
  margin-right: 0.5rem !important;
}
.experience-info .text
{
  margin-top: 10px;
}
.navbar-white .navbar-toggle
{
	/*border: 2px solid black;
    padding: 0.3em;
    border-radius: 50%;*/
    height: 31px;

}
.navbar-toggle .icon-bar
{
	background: #fff ;
}
.navbar-toggle .icon-bar{
  background-color: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar-toggle 
{
	
	/*border: 2px solid black;
    padding: 0.3em;
    border-radius: 50%;*/
    height: 31px;
}
.p-justify
{
	text-align: justify;
	line-height: 22px;
}
/*logo*/
.brand img
{
	height: 4.356rem;
}
.extra-space
{
	margin: 1.5em !important;
}
.bg
{
	background: #000;
}
/*.team-profile img
{
	height: 438px !important;
}*/
.team-content
{
	position: absolute;
    left: 0 !important;
    top: 0.8rem !important;	
    padding: 0 1em;
}
.team-content p
{
	text-align: justify;
}
.relative-position
{
	position: relative;
}
.text-absolute
{
	position: absolute;
	bottom: 5px;
}
.text-absolute h2
{
	color: #fff;
}
.page-inner-margin
{
	margin-top: 1rem;
}
.page-inner-margin3
{
  margin-top: 3rem;
}
.page-inner-margin5
{
	margin-top: 5rem;
}

/**/


/*.nextt{
  float:right;
  position: relative;
  margin:20px;
  margin-top:-220px;

}

.prevv{
  float:left;
  position: relative;
  margin:20px;
  margin-top:100px;
}

.lazyc{
  
  margin:50px;
  position: absolute;

}






*/

#owl-team .item{
  margin: 3px;
}
#owl-team .item img{
  display: block;
  width: 100%;
  height: auto;
}








/*rahul*/


.project-detail-info  {
  border: 3px solid white;
  background-color: transparent !important;
  padding: 20px !important;
 

}

.show-hide-inner{
color: white !important;
}

.hide-info{
  margin-top: 10px;
  color:black;
}

.project-detail-title{
font-size: 27px !important;
}
.custom-title-here
{
    margin: 0.5em 0 !important;
}

.title-uppercase{
  font-size: 30px !important;

}

hr {
   
    margin: 1em 0;
    background: red; 
    border: 2px solid #cee002 !important;
}


.page-header{
  margin-bottom: 0 !important;

}

 
/*.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
}
 
.owl-theme .owl-controls .owl-buttons .owl-prev{
  left: -45px;
  top: 55px;
  vertical-align: 
}
 
.owl-theme .owl-controls .owl-buttons .owl-next{
  right: -45px !important;
  top: 55px !important;
  float: right !important;
  position: relative !important;
}*/

.owl-nav {
   
    top: 50% !important;
    width: 100%;
  }

.owl-next{
     float: right;
    margin-right: -5% !important;

}

.owl-prev{
  margin-left: -5% !important;
}


section .container{
  margin-bottom:40px;
}




/*for carousel zoom background*/
.modal-backdrop{
z-index: 1 !important;
background: black !important;
}

.modal-backdrop.in {
  
    opacity: .8 !important;
}
/*revan*/
.position-relative
{
  position: relative;
}
.position-absolute
{
  position: absolute;
  top: 100px;
  right: 0;
  left: -10px;
  bottom: 0;
}
.position-absolute1
{
  position: absolute;
  top: 25px;
  right: 0;
  left: 0;
  bottom: 0; 
}
.title-uppercase
{
  margin: 0 0 3rem !important;
}
.p-justify-custom
{
  line-height: 20px;
  text-align: justify;
}
.page-header1 {
    margin: 9.8rem 0 1.8rem;
}
.page-header1-top {
    margin: 4.8rem 0 0rem;
}
.owl-nav
{
  z-index: -1;
}
#owl-team .item
{
  position: relative;
}
#owl-team a:hover
{
  background: #000;
  float: left;
  width: 100%;
  display: block;
}
/*18-07-2017*/
.margin-top3
{
  margin-top: 3em;
}
.bg-absolute
{
  background: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.bg-relative
{
  position: relative;
}
.extra-hr-margin
{
  margin: 2.6rem 0;
}
/**/
.container1 {
  position: relative;
  width: 100%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  /*background-color: #222;*/
  background-color: #cee002;
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;
}

.container1:hover .overlay {
  bottom: 0;
  height: 100%;
}

.text1 {
  white-space: nowrap; 
  color: #222;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.right-boxed1
{
  right: 19%;
  top: 50px;
  /*    right: 47px;
    top: 47px; for 320px*/
}
/*video page*/
/*video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
 background: url('//demosthenes.info/assets/images/polina.jpg') no-repeat;
  background-size: cover;
  transition: 1s opacity;
}*/
.stopfade { 
   opacity: .5;
}

#polina { 
  font-family: Agenda-Light, Agenda Light, Agenda, Arial Narrow, sans-serif;
  font-weight:100; 
  background: rgba(0,0,0,0.3);
  color: white;
  padding: 2rem;
  width: 33%;
  margin:2rem;
  float: right;
  font-size: 1.2rem;
}
h1 {
  font-size: 3rem;
  text-transform: uppercase;
  margin-top: 0;
  letter-spacing: .3rem;
}
#polina button { 
  display: block;
  width: 80%;
  padding: .4rem;
  border: none; 
  margin: 1rem auto; 
  font-size: 1.3rem;
  background: rgba(255,255,255,0.23);
  color: #fff;
  border-radius: 3px; 
  cursor: pointer;
  transition: .3s background;
}
#polina button:hover { 
   background: rgba(0,0,0,0.5);
}

/*a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background:rgba(0,0,0,0.5);
  padding: .5rem;
  transition: .6s background; 
}
a:hover{
  background:rgba(0,0,0,0.9);
}
@media screen and (max-width: 500px) { 
  div{width:70%;} 
}*/
/*@media screen and (max-device-width: 800px) {
  html { background: url(https://thenewcode.com/assets/images/polina.jpg) #000 no-repeat center center fixed; }
  #bgvid { display: none; }
}*/
.visibility-none
{
  visibility: hidden;
}
p.phone-lg
{
  margin-bottom: 0 !important;
}
/**/
/* The only rule that matters */
#video-background {
/*  making the video fullscreen  */
  position: fixed;
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  /*z-index: -100;*/
}
.tp-parallax-wrap
{
  left: 175px !important;
}
.bg-video
{
  position: fixed;
  z-index: -1000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  /*position: static;
  z-index: -1000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;*/
}
.bg-video1
{
  position: absolute;
    z-index: 999;
    width: 100%;
    height: 200px;
    /*top: calc(50% - 100px);*/
    top: 35%;
    left: 0;
    background: none;
  /**/
  /*position: static;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0; */
}
.video-bg-element
{
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
}
/**/
.bg-opacity
{
  background: rgba(0,0,0,0.5);
}
/*img.fix-size-img
{
  width: 426px !important;
  height: 574px !important;
}*/
img.fix-size-img
{
  width: 100% !important;
  height: auto !important;
}
.fix-width-owl .item img
{
  width: 270px !important;
  height: 270px !important;
  margin-right: 15px !important;
}
.container1 img.img-fix-with
{
  width: 98% !important;
  margin: 0 1%;
}
button.close {
        position: absolute;
    top: 20px;
    font-size: 30px;
    right: 30px;
    color: #fff;
    opacity: 1;
}
.intro
{
  overflow: hidden;
}

/*CSS ADDED BY DIPESH*/
.mb-0{
  margin-bottom: 0px;
}

.mb-5{
  margin-bottom: 5px;
}

.footer span{
  font-size: 12px;
  color: #666666;
}

.address p.contain{
  line-height: 1.3em;
}

.footer p{
  color: #666666;
}

.footer ul li a{
  color: #666666;
  line-height: 2em;
}

.dropdown-menu > li > a {
    line-height: 1.42857143 !important;
}

.yellow-strip{
  background: #cee002;
}

.mr-50{
  margin-right: 50px;
}

.pb-40{
  padding-bottom: 40px;
}

.footer-bg{
  background-image: url('../images/footer-bg.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.height-20{
  height: 20px;
}

.font-14{
  font-size: 14px;
}

.text-white{
  color: white;
}
.text-black
{
  color: #333;
}

.mlr-0{
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.text-right{
  text-align: right;
}

.pt-10{
  padding-top: 10px;
}

.dropdown-menu{
  top: 0 !important;
  left: 100% !important;
}

/*CSS ADDED BY DIPESH*/


/*media query added by dipesh*/
@media only screen and (max-width : 480px) {
  .font-14{
    font-size: 12px;
  }
  .mr-50{
    margin-right: 0px;
    text-align: center;
  }
  .pb-40{
    padding-bottom: 20px;
  }
  .footer-bg{
    background-size: 300% 100%;
  }
  .mb-15{
    margin-bottom: 15px;
  }
}

@media only screen and (max-width : 768px) {
  .dropdown-menu {
      left: 0 !important;
  }
}

@media only screen and (max-width : 360px) {
  .brand img {
      height: 3.356rem;
  }
}
/*media query added by dipesh*/


/*.imagepreview{
  height: 550px;
}
*/


/*new changes*/
img.imagepreview
{
  width: 60% !important;
  margin: 0 auto;
  display: block;
}
.modal-dialog
{
  width: 99% !important;
}
.modal-content
{
  background: #000 !important;
}
/*13-09-2017*/
.text-red
{
  color: red;
}
.project-hover h3
{
    font-size: 1.5rem !important;
}
.yellow-strip a
{
  color: #333;
}
.yellow-strip a:hover
{
  color: #666;
}
.menu-bottom a
{
  color: #333; 
}
.menu-bottom a:hover
{
  color: #666;
}

/**/
.div-relative img
{
  position: relative !important;
  width: 100%;
  height: 100%;
  margin: 0 !important
}
.hover_div
{
  position: absolute;
  background: #000;
}
.div-relative
{
  float: left;
  padding: 5px;
  width: calc(25% - 1px);
}
.cont_div
{
  position: relative;
}
.div-absolute 
{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: none;
    opacity: 1;
    padding: 10px 20px;
    color: #fff;
}
.div-absolute:hover 
{
  background: #cee002;
  opacity: 1;
  transition: 0.5s ease;
  color: #333;
}
.div-absolute:hover h2
{
  margin-top: 30px;
  transition: 1s ease;
  overflow: hidden;
}
.div-absolute h2
{
  font-size: 1.5rem !important;
  margin-top: 5px;
  color: #fff;
}
.div-absolute:hover h2
{
  color: #333;
  /*transition: 0.5s ease;*/
  transition: 0.9s ease;
}
.div-absolute p
{
  /*color: #333;*/
  padding-left: -10px
}

.project-name-absolute
{
    position: absolute;
    background: rgba(0,0,0,0.6);
    width: 100%;
}
.project-name-absolute h5
{
  color: #fff;
  padding: 0.5em;
  margin: 0;
}
.project-name-absolute h6
{
    
    margin-top: 0px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0.9em 0.5em;
    text-align: center;
    color: #fff;
    font-size: 1em;
}
.project-name-relative
{
  position: relative;
  width: 100%;
}
.display-none
{
  display: none;
}
/*revan => for removing bullets on slider page*/
#rev-project-slider .tp-bullet
{
  display: none !important;
}
#gallery-content-center img
{
  width: 100%;
}
.cont_div a{
  display: block;
}
/**/
@media screen and (min-width:1400px){
  #gallery-content{max-width: 1300px;float: none;margin: auto;}
}
@media screen and (max-width: 1024px){
  .div-relative
  {
    float: left;
    padding: 5px;
    width: calc(33.3% - 1px);
  }
  .bg-video video
  {
    width: 100%;
    height: 100%;
    /*background: #ccc;  */
  }
  /*.mobile-bg
  {
    background-image:url(../images/mobile-bg-img.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
  } */

}
@media screen and (max-width: 991px){
  #gallery-header-center{ width: 100%; }
  .div-relative{width: calc(50% - 1px);}
  #gallery-header,
  #gallery-header-center,
  #gallery-header-center-right
  {
    height: auto !important;
  }
  .tp-parallax-wrap {
    left: 135px !important;
  }
  .bg-mobile
  {
    background: #000 !important;
  }
  .bg-opacity
  {
    background: #000 !important; 
  }
}
@media screen and (max-width: 767px){
  .div-relative
  {
    float: left;
    padding: 5px;
    width: 100%;
  }
  #gallery-header,
  #gallery-header-center,
  #gallery-header-center-right
  {
    height: auto !important;
  }
  .gallery-header-center-right-links
  {
    float: none !important;
  }
  .tp-parallax-wrap
  {
    left: 40px !important;
  } 
  .menu-list
  {
    top: 2.5rem;
  }
  .bg-video video
  {
    width: 100%;
    height: 100%;
    /*background: #ccc;*/  
  }
  .mobile-bg
  {
    background-image:url(../images/mobile-bg-img.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
  }
  .project-detail .slider-next {
    right: 0.2rem !important;
  }
  .project-detail .slider-prev {
    left: 0.2rem !important;
  } 
  .project-name-absolute h5
  {
    margin: 0 10% !important;
  }
  .project-box-inner
  {
    padding: 1.14rem 0.928rem;
  }
  .project-box h5 br {
    display: none;
  }
  .animsition
  {
    overflow: scroll;
  }
}
/*01-02-2018*/
.space-removed
{
  margin-bottom: 1.4rem !important;
  margin-top: 2rem !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  
}
.down-arrow
{
  position: absolute;
  top: 75%;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.chevron {
  position: absolute;
  width: 2.1rem;
  height: 0.48rem;
  opacity: 0;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  -webkit-animation: move-chevron 3s ease-out infinite;
          animation: move-chevron 3s ease-out infinite;
}

.chevron:first-child {
  -webkit-animation: move-chevron 3s ease-out 1s infinite;
          animation: move-chevron 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  -webkit-animation: move-chevron 3s ease-out 2s infinite;
          animation: move-chevron 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background: #cee002;
}

.chevron:before {
  left: 0;
  -webkit-transform: skewY(30deg);
          transform: skewY(30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  -webkit-transform: skewY(-30deg);
          transform: skewY(-30deg);
}

@-webkit-keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    -webkit-transform: translateY(2.28rem);
            transform: translateY(2.28rem);
  }
  66.6% {
    opacity: 1;
    -webkit-transform: translateY(3.12rem);
            transform: translateY(3.12rem);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(4.8rem) scale(0.5);
            transform: translateY(4.8rem) scale(0.5);
  }
}

@keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    -webkit-transform: translateY(2.28rem);
            transform: translateY(2.28rem);
  }
  66.6% {
    opacity: 1;
    -webkit-transform: translateY(3.12rem);
            transform: translateY(3.12rem);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(4.8rem) scale(0.5);
            transform: translateY(4.8rem) scale(0.5);
  }
}
.iframe-map iframe
{
  width: 100%;
  height: 600px;
}
.mobile-bg
{
  background-image:url(../images/mobile-bg-img.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
}
/*.iframe-map iframe > .place-desc-large
{
  display: none;
}*/
/*for ie 10+*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS here */
.bg-video
{
  /*position: fixed;
  z-index: -1000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;*/
  position: static;
  z-index: -1000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
}
/*ends here*/