


.landing.one {
   /* background: url("../img/web-design/landing-one.jpg") no-repeat top center;*/
        background-size: auto auto;
    background-size: cover;
    padding: 200px 100px 100px;
    min-height: 100vh;
    /*color: #fff;*/
}

.landing.sub {
    background: url("../img/web-design/landing-bg-two.jpg") no-repeat center center;
        background-size: auto auto;
    background-size: cover;
    padding: 200px 100px 100px;
    min-height: 120vh;
    color: #fff;
}

.landing.sub h3 {
    color: #4f4f4f;
    font-family: "Hind Siliguri", sans-serif;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 1px;
}
.landing.sub p {
    font-family: "Montserrat", sans-serif;
    color: #4f4f4f;
    margin-top: 50px;
}

.intro {
    height: 100%;
}
.no-padding {
    padding: 0;
}

.landing-bg-color-one {
    background-color: #f3f3f3;
}
.left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    background-color: #fff;
    height: 100%;
    color: #FFF;
}

.landing-content-common {
    margin: 80px 0 ;
    width: 570px;
}
.inner-common {
    width: 650px;
    max-width: 100%;
    margin: 20% auto;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

.right {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFF;
    height: 100%;
    color: #3d231b;
}

.no-margin {
    margin: 0;
}
.t-white {
    background-color: #fff;
    color: #7b5a9e;
}
.l-flex-child {
    height: 50vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.t-white .example-item {
    background: #7b5a9e;
    color: #fff;
    width: 100%;
}

.t-white .example-item .image-content {
    overflow: hidden;
}


.image-content img {
    height: 50vh;
    width: 100%;
    max-width: 100%;
    -moz-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    display: flex;
}
.image-content img:hover {
    transform: scale(1.1);
    -moz-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.landing-content-common h3 {
    margin: 0 auto 50px;
}
.inner-common h3 {
    font-family: "Hind Siliguri", sans-serif;
    font-weight: 700;
    color: #4d4d4d;
    font-size: 30px;
    text-transform: capitalize;
}


.inner-common p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    color: #777777;
    line-height: 1.7;
    margin-bottom: 50px;
    letter-spacing: 1px;
    font-size: 15px;
}

.landing-content-common {
    margin: 80px 0;
    width: 570px;
}

.landing-content-common h3 {
    margin: 0 auto 50px;
}



.scroll-down {
    position: absolute;
    width: 100%;
    bottom: 65px;
    right: 0;
    left: 0;
    text-align: center;
}


.scroll-down .btn {
    border-radius: 100% !important;
    line-height: 50px;
    padding: 0;
    letter-spacing: normal;
    color: white;
    font-size: 30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.animation--up-down {
    animation-name: upDown;
}
.animation--infinite {
    animation-iteration-count: infinite;
}
.animation {
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
}
.scroll-down img {
    height: 45px;
}
@keyframes upDown {
    0% {
        transform: translateY(-15px);
    }
    50% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-15px);
    }
}


.inner-navbar{
    min-height: 90px;
    position: absolute;
    width: 100%;
    z-index: 11;
}

.logo {
    position: absolute;
    top: 4%;
    left: 5%;
    z-index: 1;
}
.inner-navbar img{
    height: 60px;
}
.inner-navbar .navbar-right{
    margin-top: 30px;
}

.landing.one .big-heading {
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    font-size: 9em;
    text-transform: uppercase;
}



.landing.sub-second-web-app {
    background: url("../img/web-design/landing-bg-three.jpg") no-repeat center center;
    min-height: 100vh;
    }


    .landing.sub-second-app {
    background: url("../img/web-design/landing-bg-four.jpg") no-repeat center center;
    background-size: cover;
    padding: 200px 100px 100px;
    min-height: 100vh;
    color: #fff;
}
.landing.sub-second-cloud {
    background: url("../img/web-design/landing-bg-five.jpg") no-repeat center center;
    background-size: cover;
    padding: 200px 100px 100px;
    min-height: 100vh;
    color: #fff;
}


.landing.sub-second-branding {
    background: url("../img/web-design/landing-bg-six.jpg") no-repeat center center;
    background-size: cover;
    padding: 200px 100px 100px;
    min-height: 120vh;
    color: #fff;
}

.hot-navs {
	position: absolute;
	right: 5%;
	top: 5%;

}
.inner-navbar .navbar-right li a{
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	padding: 0 5px;
	color: #545454;
	font-family: "Montserrat", sans-serif;
	border-bottom: 1px solid transparent;
}
html {
    height: 100%
}
body {
    height: 100%;
}
.intro {
    height: 100%
}


@media (max-width: 1200px) {
    .left {
        height: 100%
    }
    .right {
        height: 100%
    }
    .intro {
        height: 100%
    }
}

.mouse_scroll {
    display: block;
    margin: 0 auto;
    width: 24px;
    height: 100px;
    //background: blue;
    margin-top: 125px;
}


.m_scroll_arrows
{
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
   
  border-right: 2px solid #96c93d;
  border-bottom: 2px solid #96c93d;
  margin: 0 0 3px 4px;
  
  width: 16px;
  height: 16px;
}


.unu
{
  margin-top: 1px;
}

.unu, .doi, .trei
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
}

.unu
{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
}

.doi
{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
  margin-top: -6px;
}

.trei
{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
  margin-top: -6px;
}




.mouse
{
height: 42px;
width: 24px;
  border-radius: 14px;
  transform: none;
  border: 2px solid #96c93d;
  top: 170px;
}

.wheel
{
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: #96c93d;
  position: relative;
  
  height: 4px;
  width: 4px;
  border: 2px solid #;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  

}

.wheel
{
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
}



@-webkit-keyframes mouse-wheel
{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@-moz-keyframes mouse-wheel
{
  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}




@media only screen and (max-width: 580px) {
    .landing.one{
        padding: 20px;
    }
    .landing.one .big-heading {
    font-size: 36px !important;
}
.l-flex-child {
    height: auto !important;
}
.landing-content-common h3 {
    margin: 40px auto 40px !important;
}
.inner-common {
    margin: auto !important;
}
.landing.sub{
    padding: 20px !important;
}
}



@media only screen and (max-width: 580px) {
    .logo img{
        height: 60px !important;
        margin-top: -20px;
    }
    .main-two {
        /*overflow: auto !important;*/
        
        height: auto !important;
    }
    #home-first-slider {
        margin: 0 !important;
        padding: 20px;
    }
    .main .home-side-one,
    .main .home-side-two {
        height: auto !important;
        padding: 20px !important;
    }
    #home-first-slider .owl-prev,
    #home-first-slider .owl-next {
        position: inherit !important;
    }
    .l-flex-parent {
        flex-direction: column !important;
    }
    .l-flex-child {
        height: auto !important;
    }
    .portfolio-content {
        padding: 20px;
    }
    .t-purple .example-item h1 {
        font-size: 36px !important;
    }
    .inner-common h1 {
        font-size: 36px !important;
    }
    .inner-common {
        margin: auto !important;
    }
    .inner-common ul li:first-child {
        padding-left: 0;
        margin: 0 0 5px;
    }
    .contact {
        padding: 25px !important;
    }
    .contact-side-one {
        padding: 15px !important;
    }
    .intro {
        height: auto !important;
    }
    .left {
        height: auto !important;
    }
    .landing.one {
        min-height: auto !important;
        padding: 50px 25px !important;
    }
    .landing.one .big-heading {
        font-size: 36px !important;
        margin-top: 50px;
    }
    .landing.sub {
        padding: 50px 25px !important;
    }
    .masonary-header h1 {
        font-size: 36px !important;
    }
    .masonary-header {
        padding: 25px 50px 25px !important;
    }
    .landing-content-common h3 {
        margin: 40px auto 40px !important;
    }
    .cd-half-block nav {
        margin: 75px 95px 0 0 !important;
    }
    .inner-content-btn {
        padding: 10px 40px;
    }
    .inner-common ul li {
        padding: 0 5px !important;
    }
    .portfolio-nav-links{
        padding: 15px !important;
    }
    .portfolio-nav-links .list-inline li{
        width: 100% !important;
        padding: 0 !important;
        min-height: 0 !important;
        max-height: 100% !important;
        margin: 5px 0 !important;
        border-right: none !important;
    }
    .portfolio-nav-links ul li span.border{
        display: none !important;
    }
    .portfolio-nav-links .list-inline li a.active{
        border-bottom: 1px solid #5650c0;
    }
   .main{
    overflow: auto !important;
    height: auto !important;
   }
}