/*On Hover Scroll*/
.version:hover div {
    background-position: center bottom;
    -webkit-transition: all 5s;
    -moz-transition: all 5s;
    -ms-transition: all 5s;
    -o-transition: all 5s;
    transition: all 5s;
	
}
.version2:hover div {
    background-position: center bottom;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
	
}

.version div {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-position: center top;
    background-size: cover;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}
.version2 div {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-position: center top;
    background-size: cover;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}
.tk div {
    background-image: url(../images/solution/webdevelopement/tarun_kranti.jpg);
}
.hd div {
    background-image: url(../images/solution/webdevelopement/home_dreams_website.jpg);
}
.yfw div {
    background-image: url(../img/port/Fun-World-Water-Park-website.jpg);
}

.version {
    height: 369px;
    width: 100%;
    display: inline-block;
    background-size: cover;
    position: relative;
    border: 1px solid #000;
}
.version2 {
    height: 369px;
    width: 100%;
    display: inline-block;
    background-size: cover;
    position: relative;
    border: 1px solid #000;
}
.version:hover:before {
    content: none;
}
.version2:hover:before {
    content: none;
}

.version:before, .header:before {
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
}

.version:hover p {
    display: none;
}

.version p {
position: relative;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    top: 51%;
    left: 52%;
    transform: translate(-50%, -50%);
    z-index: 11;
}

.version2:before, .header:before {
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
}

.version2:hover p {
    display: none;
}

.version2 p {
position: relative;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    top: 51%;
    left: 52%;
    transform: translate(-50%, -50%);
    z-index: 11;
}
   

.title-bottom p{
   text-align: -webkit-center;
    font-size: 16px;
    font-weight: 500;
}

.cwp{width:8% !important}






.service-box{
  position: relative;
  top: 127px;
  left: 50%;
  transform: translate(-50%, -50%);

}

.service-box a{
display: block;
    width: 100%;
    line-height: 0px;
    text-align: center;
    position: relative;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    /* letter-spacing: 2px; */
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.service-box a:before,
.service-box a:after{
  position: absolute;
  content: "";
  transition: all .37s;
}

.service-box a:before{
    border-bottom: 1px solid #d65221;
    border-left: 1px solid #e18927;
    width: 1px;
    height: 1px;
   left: -5%;
    bottom: -4%;
    display: none:;
}

.service-box a:after{
    border-top: 1px solid #d65221;
    border-right: 1px solid #e18927;
    width: 1px;
    height: 1px;
        top: -16px;
    right: -13px;
}
.service-box a h3{line-height: 1.3;
    color: black;}
.service-box a:hover:before{
    width: 110%;
    height: 114%;
}

.service-box a:hover:after{
       width: 110%;
    height: 115%;
	display:visible;
}
#bwrapper{overflow-x:hidden;width: 100%;}  

.btn-primary:active:focus{    background-color: #f05f40;
    border-color: #f05f40;}
body {
    /* All your regular code including overflow-x: hidden; */
    position:relative;

}	
html, body {
  overflow-x:hidden 
} 

/*you tube Video background*/
#video-background {
/*  making the video fullscreen  */
  position: relative;
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
width: 80%; 
  height: auto;
  z-index: 99;

}
video {
    width: 230px
    height: 300px;
    object-fit: cover;
}



/* These just style the content */
article {
/*  just a fancy border  */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

h1 {
  position: absolute;
  top: 60%;
  width: 100%;
  font-size: 36px;
  letter-spacing: 3px;
  color: #fff;
  font-family: Oswald, sans-serif;
  text-align: center;
}

h1 span {
  font-family: sans-serif;
  letter-spacing: 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}

h1 span a {
  color: #fff;
}


.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    color:#fff;
    z-index: 1000;
    height: 127px;
 
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
    text-align:center;
    line-height:160px;

}
.header.shrink {
    height: 100px;
    line-height:80px;
}
.header h1
{
    font-size:30px;
    font-weight:normal;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.header.shrink h1
{
    font-size:24px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.header.shrink img
{

    padding: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	    width: 81%;
}

.navbar-brand>img {
    display: block;
    padding: 22px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all .3s;
    width: 100%;
}


@media only screen and (max-width: 500px) {
.navbar-brand>img {
    display: block;
    padding: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all .3s;
       width: 133px;
}
}

@media only screen and (max-width: 500px) {
.navbar-default .navbar-header .navbar-toggle {font-weight: normal;}
}

@media only screen and (max-width: 500px) {.navbar-nav{margin:0 !important;}}


@media only screen and (max-width: 500px) {
	.header-content{height:43px !important;}
}

@media only screen and (max-width: 500px) {
.nav>li:nth-child(2n){background: #ff85091f;}}

@media only screen and (max-width: 500px) {
.header.shrink img {
    padding: 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
   width: 116px;
    padding: 5px;
	margin-left: -24px;
}}
.navbar-collapse {
    box-shadow: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #dd6d275e;
}

@media only screen and (max-width: 500px) {
.header.shrink .navbar-toggle {
    

    line-height: 70px;

}}


@media only screen and (max-width: 500px) {
.header.shrink .navbar-default {
    box-shadow: 1px 0px 22px -4px black !important;
}
}


@media only screen and (max-width: 500px) {
.header.shrink .navbar-toggle {
 
    text-transform: uppercase;
    z-index: 999;
    line-height: 15px;
    float: right;
	  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	font-size: 14px;
	margin-right: 0;
}
}

.header.shrink .navbar-nav {
    margin:14px 0px !important;
	    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all .3s;
}


/*KISS*/
.ws-call-section {
    position: relative;
    min-height: 469px;
    background: url(../img/backgrounds/shop-header-bg.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.ws-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.4);
    -ms-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.ws-parallax-caption {
    display: table;
    width: 100%;
    height: 100%;
}

.ws-parallax-caption .ws-parallax-holder {
    display: table-cell;
    vertical-align: middle;
}

.ws-parallax-holder {
    text-align: center;
}

.blink_me {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
