body{
    margin: 0;
    padding:0;
    font-family:Lato !important;
    overflow-x: hidden !important;
}
/**loader**/
.sk-cube-grid {
    width: 40px;
    height: 40px;
    margin: 100px auto;
    position: absolute;
    z-index: 9999;
    top: 40%;
    left: 50%;
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #1b9df8;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    } 35% {
          -webkit-transform: scale3D(0, 0, 1);
          transform: scale3D(0, 0, 1);
      }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    } 35% {
          -webkit-transform: scale3D(0, 0, 1);
          transform: scale3D(0, 0, 1);
      }
}
/**loader**/
/***vertical nav***/
#cd-vertical-nav {
    position: fixed;
    right: 40px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999;
}
#cd-vertical-nav li {
    text-align: right;
    list-style:none;
}
#cd-vertical-nav a {
    display: inline-block;
    /* prevent weird movements on hover when you use a CSS3 transformation - webkit browsers */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#cd-vertical-nav a:after {
    content: "";
    display: table;
    clear: both;
}
#cd-vertical-nav a span {
    display: inline-block;
    float: right;
    color: #d88683 !important;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
}
#cd-vertical-nav a:hover span {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
#cd-vertical-nav a:hover .cd-label {
    opacity: 1;
}
#cd-vertical-nav a.is-selected .cd-dot {
    background-color: #04d1b4;
    border-color: #04d1b4;
}
#cd-vertical-nav .cd-dot {
    position: relative;
    top: 8px;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background-color: transparent;
    border:2px solid #d88683;
    -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
    -moz-transition: -moz-transform 0.2s, background-color 0.5s;
    transition: transform 0.2s, background-color 0.5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
#cd-vertical-nav .cd-label {
    position: relative;
    margin-right: 10px;
    padding: .4em .5em;
    color: white;
    font-size: 14px;
    font-size: 0.875rem;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    opacity: 0;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}
/***vertical nav***/
/******** Banner Start *********/
.overlay {
    min-height:100%;
    min-width: 100%;
    background: rgba(27,157,248,.83);
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index:1;
}
.container.logo {
    position: absolute;
    height: 150px;
    width: 180px;
    top: 50px;
    left: 100px;
    z-index: 999;
}
.homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative;
}
.homepage-hero-module.medium-12.columns{padding:0}
.no-video .video-container video,
.touch .video-container video {
    display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}
.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
}
.video-container .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;
}
.video-container .filter {
    z-index: 100;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
}
.video-container .title-container {
    z-index: 1000;
    position: absolute;
    top: 35%;
    width: 100%;
    text-align: center;
    color: #fff;
}
.video-container .description .inner {
    font-size: 24px;
    width: 45%;
    margin: 0 auto;
    font-weight:300;
}
.video-container .link {
    position: absolute;
    bottom: 3em;
    width: 100%;
    text-align: center;
    z-index: 1001;
    font-size: 2em;
    color: #fff;
}
.video-container .link a {
    color: #fff;
}
.video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0;
}
.video-container video.fillWidth {
    width: 100%;
}
.row-fluid.video-banner{height:100vh}
a img.arrow {
    position: absolute;
    z-index: 999;
    bottom: 30px;
    left: 50%;
}
@-webkit-keyframes arrow-jump {
    0%   { opacity: 0;}
    100% { opacity: 1;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -0-transform: translateY(10px);
        transform: translateY(10px);
    }

}
img.arrow {
    -webkit-animation: arrow-jump 1s infinite; /* Safari 4+ */
    -moz-animation:    arrow-jump 1s infinite; /* Fx 5+ */
    -o-animation:      arrow-jump 1s infinite; /* Opera 12+ */
    animation:         arrow-jump 1s infinite; /* IE 10+, Fx 29+ */
}

/******** Banner End*********/
/******** Icons Start*********/
.iconsRow{height:auto;width:100%}
.icons{height:130px}
.iconsRow h5{color: #231f20}
.iconsRow p{text-align: center; font-weight:300;font-size: 14px;}
.iconsRow ul{margin-top:40px;}
.iconsRow{text-align: center}
.medium-4.columns.align-middle{height: 100%;}
img.mac {height: 500px;width: 400px}
.medium-5.columns.medium-offset-1.macRow{line-height: 600px}
span.line {
    border-bottom: 3px solid #1b9df8;
    width: 30px;
    display: inline-block;
    position: absolute;
    margin-left: -17px;
    margin-top: -6px;
}
/******** Icons End*********/
/******** About Start*********/
.aboutRow{height:auto;background:#1b9df8;position: relative;}
.aboutRow h2{font-weight:400;color: #fff;}
.aboutRow h2 span{font-weight:900;}
.aboutRow p{color:#fff;font-weight:300;text-align: justify;font-size: 14px}
.aboutRow a.button{background: #fff;color: #1b9df8;font-weight: 700;font-size:14px;}
.aboutRow .medium-6.columns:nth-child(1) {margin-top: 20px;margin-bottom: 20px}
.aboutRow .medium-6.columns:nth-child(2) {position: absolute;bottom: 0;right: 0;}
.app_screens{height:400px}
/******** About End*********/
/******** Services Start*********/
.servicesRow{height: auto;background: url("../img/servicebg1.jpg") no-repeat;background-size: cover;position: relative}
.image img{height: 70px;float: left;margin-left: 80px}
.servicesC p {font-size: 14px;font-weight: 300;width: 250px;display: table;}
.servicesH{text-align: center;font-weight: 400;margin-bottom: 50px;margin-left: -50px}
.servicesH span{font-weight: 900}
.servicesCont{margin-top: 40px;}
.Img{position: absolute;}
img.rightImg.Img {bottom: 0;right: 0}
/******** Services End*********/
/******** Work Start*********/
#work{height: auto}
#work h2{text-align: center;margin-top: 50px}
#work h2 span{font-weight: 900}
#Container .mix{display: none}
.filters .filter {text-align: center;width: 17%;float: left !important}
.selected{background: #1b9df8 !important;}
.filters{margin-top: 30px !important;margin-bottom: 30px !important;position: relative;}
.filter .button{background: #222222;border-radius: 1px;font-family: Lato !important;}
.filter .button:hover{background: #1b9df8;}
#Container{margin-bottom: 90px;margin-left: 20px;min-height: 300px !important;}
.mix{position: relative;}
h4.zero {color: #fff;font-family: Lato}
p.zero{font-size:14px}
.hoverCard .button{background: #fff !important;color:#000 !important;}
/******** Work End*********/
/******** Contact Start*********/
#contact{background: #1b9df8;height: auto;padding:30px 0px}
#contact .row .medium-3 h2{text-align: center;color: #fff}
#contact .row .medium-3 h2 span{font-weight: 900}
.form img{height: 40px}
.form{text-align: center}
.form input{
    height: 40px;
    border: none;
    border-bottom: 1px solid #fff;
    padding-left:15px;
    outline: none;
    box-shadow: none;
    color: #fff;
    background: transparent !important;
}
.form input:focus{border-color:#fff }
.form input::-webkit-input-placeholder {color: #fff}
.form input:-moz-placeholder {color: #fff}
.form input::-moz-placeholder {color: #fff}
.form input:-ms-input-placeholder {color: #fff}
.address{text-align: center}
.address img{height: 40px}
.address p{color: #fff;font-size: 14px}
.address,.mail{margin-top: 35px}
.Ctitle{margin-top: 60px}
/******** Contact End*********/
/******** Social Start*********/
#social{height: auto}
.socialIcn{height: 80px;cursor: pointer}
.facebook{background: #4a6aab}
.twitter{background: #5ea5db}
.dribble{background: #E56394}
.linkedin{background: #006DA6}
.google{background: #ea4335}
.behance{background: #1769ff}
#social .row-fluid .columns {padding: 0 !important;text-align: center}
.socialIcn img{margin-top: 25px}
/******* Social End******/
/********Hover effect*******/
.view {
    width: 319px !important;
    height: 192px !important;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
    background: #fff url(../img/work1.jpg) no-repeat center center;
    border: 5px solid #fff;
}
.view1{background: #fff url(../img/work2.jpg) no-repeat center center}
.view2{background: #fff url(../img/work3.jpg) no-repeat center center}
.view3{background: #fff url(../img/work4.jpg) no-repeat center center}
.view4{background: #fff url(../img/work5.jpg) no-repeat center center}
.view5{background: #fff url(../img/work6.jpg) no-repeat center center}
.view .mask, .view .content {
    width: 319px;
    height: 192px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(27,157,248, 0.7);
    transition: all 0.4s ease-in-out;
}
.view img {
    display: block;
    position: relative;
    transition: all 0.2s linear;
}
.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0;
    transform: translateY(-100px);
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.view p {
    font-family: Lato;
    font-style: italic;
    font-size: 13px;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center;
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.2s linear;
}
.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 9px 14px;
    background: #000 !important;
    color: #fff !important;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    position: relative;
    top:-10px;
}
.view a.info:hover {
    box-shadow: 0 0 5px #000
}
.view:hover img {
    transform: scale(1.1);
}
.view:hover .mask {
    opacity: 1;
}
.view:hover h2,
.view:hover p,
.view:hover a.info {
    opacity: 1;
    transform: translateY(0px);
}
.view:hover p {
    transition-delay: 0.1s;
}
.view:hover a.info {
    transition-delay: 0.2s;
}

/********Hover effect*******/


/***********Media Quires************/

@media only screen and (max-width: 1440px){
    .designImg{height: 120px;}
    .video-container .description .inner{font-size: 20px}
    img.mac {height: 460px;width: 360px}
    .app_screens{height: 350px}
}
@media only screen and (max-width: 1336px){
    .designImg{height: 90px;}
    .video-container .description .inner{font-size: 17px}
    img.mac {height: 430px;width: 340px}
    .app_screens{height: 330px}
}
@media only screen and (max-width: 992px){
    .Img{height:130px}
    img.mac{display: none}
    .iconsRow .medium-6.columns {width: 100%}
    .app_screens{display: none}
    .aboutRow .medium-6.columns:nth-child(1){width: 100%}
    .aboutRow h2{text-align: center}
    .aboutRow p{padding: 20px 61px}
    .aboutRow a.button{margin-left:45%}
    .filters{width: 100% !important;}
    [class*="block-grid-"]{margin: 0}
}
@media only screen and (max-width: 976px){
    .filters .filter{width:18%}
    .view{box-shadow:none}
    #work .small-block-grid-1 > li{width: 100% !important;}
    #Container{margin-left: 33.5%}
}
@media only screen and (max-width: 640px){
    #Container{margin-left:23.5%}
    #cd-vertical-nav{display: none}
}
@media only screen and (max-width: 560px){
    #Container{margin-left:18.5%}
    .filters .filter{width: 100%}
    .small-offset-2{margin-left: 0 !important}
    a img.arrow{left:46%;}
}
@media only screen and (max-width: 425px){
    .Img,.navbar-brand img{height: 70px}
    #Container{margin-left:10%}
}
@media only screen and (max-width: 375px){
    .aboutRow p {padding: 20px 30px}
    .servicesC p{width: auto}
    .image img{float: none;margin-left: 150px}
    .servicesC{text-align: center}
    #Container{margin-left:6%}
}
@media only screen and (max-width: 360px){
    #Container{margin-left:0%}
    .image img{margin-left: 140px}
}
@media only screen and (max-width: 320px){
    #Container{margin-left:-3%}
    .image img{margin-left: 113px}
}