html{
    position: relative;
    height: 100%;
}

body{
    margin: 0px;
    padding: 0px;
    font-family: 'Lato', sans-serif;
    height: 100%;
    background-color: transparent;
}
.fl_wd{
    float: left;
    width: 100%;
}
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../img/spacetech-logo.png) center center no-repeat #fff;
}
.small img.img-responsive.defaultLogoScrol {
    opacity: 1;
}
img.img-responsive.defaultLogoScrol {
    opacity: 0;
    margin: -30px 0 0;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #fff;
}
.main-page-content{
    width: 100%;
    height: 100%;
}
.menubar {
    height: auto;
    width: 100%;
}
.navbar-default {
    background-color: transparent;
    height: 75px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    border: none;
    overflow: hidden;
    z-index: 9;
    transition: .1s;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    -ms-transition: .1s;
    -o-transition: .1s;
}
.navbar-sticked.navbar-fixed-top.small {
    top: 0;
}
.navbar-sticked.navbar-fixed-top {
    top: -75px;
}
.navbar-style.text-center .navbar-nav {
  display: inline-block;
  float: none;
  margin: 17px 0 17px 23px;
}
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    background-color: transparent;

}
.navbar-default.small {
    background-color: white;
    box-shadow: 0px 0px 12px 0px #d5d5d5;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 10px 58px;
    font-size: 41px;
    line-height: 20px;
    padding-top: 21px;
}
.navbar-nav {
    float: right;
    margin: 17px 23px;
    margin-right: 0px;
}
.navbar-nav li {
    float: left;
    margin: 0px 11px;
    display: inherit;
}
.navbar-default .navbar-nav > li > a {
    color: white;
    letter-spacing: 2px;
    font-size: 14px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    padding: 10px 0px;
}
.navbar-default.small .navbar-nav > li > a {
    color: #F26622;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #F26622;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #fff !important;
    background-color: #F26622;
    border-bottom: 1px dotted #F26622;
    font-weight: normal;
    padding: 10px 20px;
}
.navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
}
.site-title {
    padding: 24px 0px;
}
.LogoMain img.img-responsive {
    display: inline-block;
}
.site-title h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    color: #F26622;
    margin-top: 25px;
    letter-spacing: 3px;
}
.navbar-default.small .site-title h3{
    color: #F26622;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    /*margin-top: -39px;*/
    margin-right: 15px;
    margin-bottom: 8px;
    border-color: none !important;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}

#home{
    width: 100%;
    position: relative;
}
.home-img{
    width: 100%;
    height: 100vh;
    margin-left: 0px;
    margin-top: 0px;
}
.home-content-main {
  height: 100%;
  position: absolute;
  width: 100%;
}
.disTable{
    display: table;
    height: 100%;
    width: 100%;
}
.CanvasSlider {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 3;
}
#particles-js{
    width: 100%;
    height: 100%;
    position: absolute;
    left:0;
    top: 0;
    z-index: 2;
}


.table-cell{
    display: table-cell;
    vertical-align: middle;
}
.home-row {
    z-index: 3;
    position: relative;
}
.home-text{
    width: 100%; 
}

.home-text h2 {
    font-size: 62px;
    color: white;
    letter-spacing: 5px;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 15px;
}

.home-text h3 {
    font-size: 21px;
    color: white;
    letter-spacing: 2px;
    margin-bottom: 30px;
    line-height: 24px;
}
.home-background{
    width: 100%;
    height: 100vh;
}
.image-home{
    width: 100%;
    height: 100vh;
}

.section:nth-of-type(1) {
    background: whitesmoke;
    height: 100vh;
}
.section {
    height: 100vh;
    position: relative;
    width: 100% !important;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
}
section:nth-of-type(2){background:#F26622;height:1600px;}

#home-parallex{
    background: url(../img/img1.jpg) 50% 0 no-repeat fixed;
    margin: 0;
    height: 100vh;
    position:absolute;
    width:100%;
    top:0;left:0;
    background-size: cover;
}

.parallax-item{position:absolute;z-index:5;top:40px;left:400px;}

#about {
    width: 100%;
    background-color: white;
    margin-top: 0px;
    position: relative;
    /* background-image: url(../img/index.png); */
}
.about-content {
    padding-top: 0px;
    padding-bottom: 0px;
}
.about-grid{
    width: 100%;
}
.love-grid{
    width: 100%;
    margin-top: 0px;
    background-color:black;
}
.main-title h3 {
    font-size: 34px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    color: #f05421;
    margin-top: 0px;
    font-weight: 900;
    line-height: 30px;
}
.underline1 {
    height: 2px;
    width: 150px;
    background-color: #F26622;
    margin: auto;
    margin-top: 20px;
}
.underline2 {
    height: 2px;
    width: 75px;
    background-color: #F26622;
    margin: auto;
    margin-top: 3px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.main-title p {
    font-size: 17px;
    letter-spacing: 1px;
    color: #272727;
    padding: 0px;
    line-height: 27px;
    margin: 15px 0px;
    margin-bottom: 50px;
}

.love-row{
    padding: 0px 15px;
    padding-bottom: 0px;
}
.love-details {
    padding: 30px 30px;
    margin-bottom: 0px;
    border: none;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    background-color: #F26622;
}
.love-details:hover .underline2{
    width: 150px;
}

.love-details h3 {
    margin: 16px 0px;
    font-size: 18px;
    letter-spacing: 1px;
    color: white;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 21px;
}
.love-details p {
    color: white;
    font-size: 17px;
    line-height: 25px;
    margin-top: 10px;
    margin-bottom: 0px;
}
.love-icon {
    font-size: 23px;
    color: #F26622;
    height: 50px;
    width: 50px;
    border-radius: 6px;
    text-align: center;
    line-height: 50px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    background-color: white;
}

.love-details:hover {

}
.no-padding{
    padding: 0px;
}
.extra{
    background-color: black;
}

.me-grid {
    padding-top: 80px;
}
.about-col{
    padding: 0px;
}
.about-image {
    margin: 0px 16px;
}
.about-img {
    width: 100%;
    height: auto;
    padding: 0px;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    position: relative;
    z-index: 111;
}
.image-over {
    width: calc(100% - 30px);
    height: 100%;
    border: 8px solid #32d3ed;
    position: absolute;
    margin: 30px;
}
.about-social-icon {
    padding: 15px 0px;
}
.about-social {
    padding: 0px;
    display: inline-flex;
    list-style: none;
    margin: 0px;
}
.about-social li {
    margin: 0px 0px;
}
.about-social li:first-child {
    margin-left: 0px;
}

.about-social li a {
    color: white;
    background-color: transparent;
    float: left;
    font-size: 17px;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    text-align: center;
    margin-right: 21px;
}

.about-social li a:hover {
    color: #F26622;
}
.about-details {
    margin: 0px 0px;
    margin-left: 20px;
    position: relative;
    z-index: 111;
}
.me-grid{
    width: 100%;
    height: 100%;
    /*background-color: #b61924;*/
    /* background: url(../img/about.jpg) 50% 0 no-repeat fixed;*/
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    padding-bottom: 80px;
}
.me-grid:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
   /* background: linear-gradient(rgb(255, 255, 255) 70%, rgba(255, 255, 255, 0.85));*/
    top: 0;
    left: 0;
    z-index: 1;
}
.about-details h3 {
    font-size: 37px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    color: #F26622;
    margin-top: 0px;
    font-weight: 900;
    line-height: 33px;
}
.about-details p {
    font-size: 15px;
    color: #363636;
    letter-spacing: 1px;
    line-height: 23px;
    margin-bottom: 18px;
    margin-top: 18px;
}
.text-2{
    padding-bottom: 30px;
}
.about-link-1 {
    font-size: 16px;
    color: white;
    background-color: #F26622;
    padding: 13px 18px;
    position: relative;
    border-radius: 150px;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    border: 1px solid #F26622;
    margin-right: 20px;
}
.about-link-1:hover{
    text-decoration: none;
    color: #F26622;
    background-color: white;
    border: 1px solid white;
    box-shadow: 5px 5px 12px 0px #8a8a8a;

}

.work-counter {
    width: 100%;
    background-color: white;
    margin-top: 0px;
}
.no-margin{
    margin-left: 0px;
}

#counter {
    background: url(../img/counter.jpg);
    margin: 0;
    height: 100%;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 50px;
}
#counter:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.88);
    top: 0;
    left: 0;
    z-index: 1;
}

.work-statistics-write {
    padding: 0px;
    margin-bottom: 30px;
    z-index: 111;
    position: relative;
}
.work-statistics-write h3 {
    font-size: 37px;
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-weight: 900;
    vertical-align: middle;
    margin-top: 13px;
}
.work-statistics-write p {
    font-size: 18px;
    color: white;
    vertical-align: middle;
    margin-top: 13px;
    line-height: 25px;
}
.work-statistics {
    padding: 0px;
    margin-bottom: 30px;
    background-color: transparent;
    padding: 0px 0px;
    position: relative;
    z-index: 111;
}
.work-statistics:hover .underline2{
    width: 150px;
}
.work-statistics h3 {
    font-size: 23px;
    color: #ffffff;
    margin: 0px 9px;
    font-weight: 900;
    vertical-align: middle;
    margin-top: 22px;
}
.work-statistics p {
    color: white;
    font-size: 18px;
    margin-top: 8px;
    padding: 0px;
}

.stat-icon {
    font-size: 36px;
    margin-top: 0px;
    color: white;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    border-radius: 5px;
    line-height: 35px;
    text-align: center;
}
#skill {
    width: 100%;
    background-color: white;
    position: relative;
    margin-top: 0px;
}
.skill-main {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 111;
    padding-bottom: 48px;
    padding-top: 80px;
}

.skill-title {
    padding-top: 0px;
}
.skill-title h3 {
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    color: #F26622;
    margin-top: 0px;
    font-weight: 900;
    line-height: 33px;
}
.skill-title p {
    font-size: 17px;
    letter-spacing: 1px;
    color: #272727;
    padding: 0px;
    line-height: 27px;
    margin: 15px 0px;
    margin-bottom: 20px;
}
.skill-under{
    background-color: white;
}
.skill-text{
    padding-top: 0px;
}
.skill-text p {
    font-size: 17px;
    line-height: 25px;
    margin: 0px 0px;
    padding-bottom: 0px;
    margin-top: 20px;
}
.skill-text h3 {
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    color: #F26622;
    margin-top: 0px;
    font-weight: 900;
    line-height: 33px;
}
.skill-details {
    padding-top: 10px;
}
.skill-details p {
    font-size: 17px;
    letter-spacing: 1px;
    color: #3C3C3C;
    padding: 0px;
    line-height: 27px;
    margin-top: 19px;
}
.skill-row{
    margin-bottom: 50px;

}
.content {
    width: 100%;
    margin: 0;
    position: relative;
    float: left;
    font-size: 12px;
    line-height: 2em;
}
.col { width:100%; }

#skill-main-left {
    list-style: none;
    padding: 34px 20px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
#skill-main-right {
    list-style: none;
    padding: 34px 20px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#skill-main-left li {
    margin-bottom: 32px;
    background: white;
    height: 18px;
    border-radius: 0px;
    border: 1px solid #F26622;
}
#skill-main-right li {
    margin-bottom: 32px;
    background: white;
    height: 18px;
    border-radius: 0px;
    border: 1px solid #F26622;
}
#skill-main-left h3 {
    margin: 0px;
    position: absolute;
    margin-top: -23px;
    font-size: 15px;
    color: #333;
}
#skill-main-right h3 {
    margin: 0px;
    position: absolute;
    margin-top: -23px;
    font-size: 15px;
    color: #333;
}
#skill-main-left li em {
    position: relative;
    top: -30px;
    float: left;
    color: white;
}
#skill-main-right li em {
    position: relative;
    top: -30px;
    float: left;
    color: white;
}

.expand {
    height: 12px;
    margin: 2px 2px;
    background: #F26622;
    position: absolute;
    border-radius: 0px;
}
.Web.start     { width:85%;  -moz-animation:Web 2s ease-out;       -webkit-animation:Web 2s ease-out; position: relative;  float: left;      }
.Graphics.start    { width:90%;  -moz-animation:Graphics 2s ease-out;        -webkit-animation:Graphics 2s ease-out;      position: relative;  float: left;  }
.Developing.start  { width:82%;  -moz-animation:Developing 2s ease-out;      -webkit-animation:Developing 2s ease-out;    position: relative;  float: left;  }
.Photoshop.start   { width:89%;  -moz-animation:Photoshop 2s ease-out;   -webkit-animation:Photoshop 2s ease-out;   position: relative;  float: left;}
.Photography.start { width:95%; -moz-animation:Photography 2s ease-out; -webkit-animation:Photography 2s ease-out;   position: relative;  float: left;}
.Bloging.start { width:87%; -moz-animation:Bloging 2s ease-out; -webkit-animation:Bloging 2s ease-out;   position: relative;  float: left;}


@-moz-keyframes Web       { 0%  { width:0px;} 100%{ width:85%;}  }
@-moz-keyframes Graphics        { 0%  { width:0px;} 100%{ width:90%;}  }
@-moz-keyframes Developing      { 0%  { width:0px;} 100%{ width:82%;}  }
@-moz-keyframes Photoshop   { 0%  { width:0px;} 100%{ width:89%;}  }
@-moz-keyframes Photography { 0%  { width:0px;} 100%{ width:95%;} }
@-moz-keyframes Bloging { 0%  { width:0px;} 100%{ width:87%;} }

@-webkit-keyframes Web       { 0%  { width:0px;} 100%{ width:85%;}  }
@-webkit-keyframes Graphics        { 0%  { width:0px;} 100%{ width:90%;}  }
@-webkit-keyframes Developing      { 0%  { width:0px;} 100%{ width:82%;}  }
@-webkit-keyframes Photoshop   { 0%  { width:0px;} 100%{ width:89%;}  }
@-webkit-keyframes Photography { 0%  { width:0px;} 100%{ width:95%;} }
@-webkit-keyframes Bloging { 0%  { width:0px;} 100%{ width:87%;} }

#service-industry{
    width: 100%;
    background-color: white;
    margin-top: 0px;
    position: relative;
}

#service-content {
    background: url(../img/back.jpg) 50% 0 no-repeat fixed;;
    margin: 0;
    height: 100%;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 0px;
}
#service-content::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.75);
    top: 0;
    left: 0;
    z-index: 1;
}
.service-grid{
    width: 100%;
    margin-top: 0px;
    position: relative;
    z-index: 111;
}
.service-title {
  margin: 0 0 30px;
  padding-top: 0;
}
.service-title h3 {
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    color: #F26622;
    margin-top: 0px;
    font-weight: 900;
    line-height: 33px;
}

.service-title p {
    font-size: 17px;
    letter-spacing: 1px;
    color: #272727;
    padding: 0px;
    line-height: 27px;
    margin: 15px 0px;
    margin-bottom: 50px;
}
.about-row{
    margin-top: 0px;
}
.service-details {
    padding: 0px;
    margin-bottom: 30px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    background-color: white;
    padding: 30px 30px;
}
.service-details:hover{
    box-shadow: 3px 3px 14px 0px #f0f0f0;
}
.service-details:hover .underline2{
    width: 150px;
}

.media-body h3 {
    margin: 16px 0px;
    font-size: 17px;
    letter-spacing: 1px;
    color: #F26622;
    position: relative;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    margin-bottom: 0px;
    font-weight: 600;
    margin: 0px;
}
.media-body p {
    color: #1A1A1A;
    font-size: 15px;
    line-height: 23px;
    margin-top: 15px;
    letter-spacing: 1px;
}
.media-left, .media > .pull-left {
    padding-right: 20px;
}
.service-icon {
    font-size: 27px;
    color: #fff;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    height: 50px;
    width: 50px;
    text-align: center;
    background-color: #F26622;
    line-height: 49px;
    border: 1px solid #F26622;
}

.message {
    width: 100%;
    background-color: white;
    padding: 0px;
    margin-top: 50px;
    position: relative;
    z-index: 111;
}
.message-img{
    height: 100%;
    width: 100%;
}
.no-padding-col{
    padding: 0px;
    height: 100%;
}
.message-row{
    height: 550px;
    background-color: #F26622;
}
.message-col {
    height: 100%;
    display: table;
    background-color: #F26622;
}
.message-client-img{
    width: 100%;
    height: 100%;
    background-color: #b61924;
    background: url(../img/process.jpg) 50% 0 no-repeat fixed;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.message-details {
    padding-left: 33px;
    display: table-cell;
    vertical-align: middle;
    padding-right: 33px;
}
.message-details h3 {
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    color: white;
    margin-top: 0px;
    font-weight: 900;
    line-height: 33px;
}
.white{
    background-color: white;
}
.faq-grid {
    margin-top: 19px;
}
.panel-default > .panel-heading {
    color: #FFF;
    background-color: #ce1c42;
    border-color: #F26622;
}
.panel-heading {
    padding: 15px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-default {
    border-color: #F26622;
}
.panel-group {
    margin-bottom: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.panel-group .panel {
    margin-bottom: 15px;
    border-radius: 4px;
}

/* #work {
    width: 100%;
    background-color: white;
}*/
.work-content{
    padding-bottom: 00px;
}
.work-grid{
    width: 100%;
}
.work-title {
    padding-top: 80px;
}
.work-title h3 {
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    color: #F26622;
    margin-top: 0px;
    font-weight: 900;
    line-height: 33px;
}
.work-title p {
    font-size: 17px;
    letter-spacing: 1px;
    color: #272727;
    padding: 0px;
    line-height: 27px;
    margin: 15px 0px;
    margin-bottom: 50px;
}
.work-details{
    margin-top: 0px;
    background-color: #999999;
}


.overlay {
    height: 100%;
    width: 100%;
    background-color: rgba(0,33,71,0.6);
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}
.port-over {
    width: 90%;
    height: 87%;
    border: 2px solid white;
    position: absolute;
    margin: 5%;
}
.overlay-main {
    width: 100%;
    height: 100%;
    display: table;
}
.overlay h3{
    color: white;
    font-size: 20px;
    transform: translateY(-300px);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition-delay: .2s;

}
.portfolio-wrapper:hover h3{
    transform: translateY(0px);
}
.work-icon {
    font-size: 27px;
    color: white;
    text-align: center;
    transform: scale(0);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition-delay: .2s;
}
.portfolio-wrapper:hover .work-icon{
    transform: scale(1);
}
#filters {
    padding: 0;
    list-style: none;
    width: 570px;
    margin: 30px auto;
    margin-top: 10px;
}
#filters li {
    float:left;
}

#filters li span {
    display: block;
    padding:5px 20px;		
    text-decoration:none;
    color:#F26622;
    cursor: pointer;
}

#filters li span.active {
    background: #F26622;
    color: #fff;
}


#portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 24%;
    margin-right: 1%;
    display: none;
    float: left;
    overflow: hidden;
    margin-bottom: 1%;
}

.portfolio-wrapper {
    overflow:hidden;
    position: relative !important;
    background: #666;
}

.portfolio img {
    max-width:100%;
    position: relative;
    top:0;
    -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition:         all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);	
}
.portfolio-wrapper img{

    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
}
.portfolio-wrapper:hover .overlay{
    opacity: 1.5;
}
.portfolio .text-category {
    display:block;
    font-size:9px;
}
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
.row:after,
.clearfix:after {
    clear: both; }
.row,
.clearfix {
    zoom: 1; }

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
#team{
    width: 100%;
    background-color: #f6f6f6;
    margin-top: 0px;
    position: relative;
}
.team-content{
    padding-top: 80px;
    padding-bottom: 50px;
}
.team-grid{
    width: 100%;
    margin-top: 0px;
}

.team-title {
    width: 100%;
}
.team-title h3 {
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    color: #F26622;
    margin-top: 0px;
    font-weight: 900;
    line-height: 33px;
}
.team-title p {
    font-size: 17px;
    letter-spacing: 1px;
    color: #272727;
    padding: 0px;
    line-height: 27px;
    margin: 15px 0px;
    margin-bottom: 50px;
}
.corporate-team{
    position: relative;
    margin-bottom: 30px;
}
.corporate-team:hover .overlay{
    opacity: 1.5;
}
.corporate-team:hover h2{
    transform: translateY(0px);

}
.corporate-team:hover p{
    transform: translateY(0px);

}
.corporate-team:hover .team-icon-grid{
    transform: translateY(0px);

}
.team-col {
    margin: 0px;
    position: relative;
}
.team-member{
    position: relative;
    overflow: hidden;
    margin: 0px;
}
.team-img {
    width: 100%;
    height: auto;
    padding: 0px;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    border: 0px solid white;
    box-shadow: 0px 0px 4px 0px #d7d7d7;
}
.team-details {
    padding: 16px 0px;
    background-color: #F26622;
    margin-top: 0px;
    position: relative;
    z-index: 111;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    margin: 5px 0px;
}
.team-details h3 {
    margin: 0px;
    font-size: 20px;
    color: white;
    font-weight: 700;
    margin-top: 0px;
    font-family: 'Montserrat', sans-serif;
}

.team-icon{
    margin-top: 3px;
    transition: .3s;
    position: relative;
    z-index: 1;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.team-social {
    padding-left: 0px;
    display: inline-flex;
    list-style: none;
    margin: 0px;
}
.team-social li{
    margin: 0px;
}
.team-social li a {
    font-size: 17px;
    color: #ed3267;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    text-align: center;
    margin-right: 11px;
    float: left;
    height: 30px;
    width: 30px;
    background-color: white;
    border-radius: 5px;
    line-height: 30px;
}
.team-social li a:hover {
    color: white;
    background-color: #F26622;
}


.team-icon-grid {
    width: 100%;
    background-color: transparent;
    position: relative;
    margin-top: 10px;
    transform: translateY(250px);
    transition: .8s;
    -o-transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    transition-delay: .6s;
}

#work{
    width: 100%;
    background-color: white;
    position: relative;

}

.testimonial-content {
    padding-bottom: 0px;
    padding-top: 80px;
}
.testimonial-grid {
    width: 100%;
    position: relative;
    z-index: 111;
}
.testimonial-title {
    padding-top: 0px;
}
.testimonial-title h3 {
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    color: #F26622;
    margin-top: 0px;
    font-weight: 900;
    line-height: 33px;
}
.testimonial-details{
    width: 100%;
}
.testimonial-sec.home-slider-sec {
            float: left;
            position: relative;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            padding-top: 47.26%;
            width: 100%;
            margin-top:40px; 
        }
        .v-wheel-sec {
            float: left;
            top: 0;
            bottom: 0;
            left: 0;
            /* overflow: hidden; */
            position: absolute;
            width: 100%;
        }
        .main-description-outer {
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 83.2%;
        }
        .main-video-div {
            display: none;
            opacity: 0;
            left: 0;
            position: relative;
            top: 0;
            height: 100%;
            width: 100%;
        }
        .main-video-div.active {
            display: block;
            opacity: 1;
        }
        .main-video {
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            float: left;
            height: 100%;
            left: 0; 
            position: relative;
            width: 100%;
            overflow: hidden;
        }
        .main-video-wrapper {
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            transform: scale(1.011);
            width: 100%;
        }
.main-video-desctiption {
  background: rgba(0, 33, 71, 0.8) none repeat scroll 0 0;
  bottom: auto;
  color: rgb(255, 255, 255);
  height: auto;
  left: 0;
  padding: 10px;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 0;
}
        .wheelOver {
            float: left;
            overflow: hidden;
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
        }
        .v-wheel-video-wheel {
            height: 100%;
            position: absolute;
            right: -15.35%;
            top: 8%;
            transform-origin: 100% 42% 0;
            -ms-transform-origin: 100% 42% 0;
            -webkit-transform-origin: 100% 42% 0;
            width: 40%;
        }
        .video-list-wrapper {
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            transition: all 0.5s ease 0s;
            width: 100%;
            transform: rotate(-36deg);
            transform-origin: 100% 42% 0;
            -ms-transform-origin: 100% 42% 0;
            -webkit-transform-origin: 100% 42% 0;
        }
        img.wheel-spin {
            max-width: 100%;
            left: 50%;
            position: absolute;
            top: 0;
            transform: scale(2);
            width: 200%;
            z-index: 99;
        }
        .video-item {
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            overflow: hidden;
            transform-origin: 100% 44% 0;
            -ms-transform-origin: 100% 44% 0;
            -webkit-transform-origin: 100% 44% 0;
            width: 100%;
        }
        .video-wrapper {
            height: 19%;
            left: 12%;
            position: absolute;
            top: 45%;
            transform: translateY(-50%);
            width: 40%;
        }
        .video-item.v-item-0 {
          left: -1%;
          top: -6%;
          transform: rotate(36deg);
        }
        .video-item.v-item-1 {
            transform: rotate(0deg);
            top: -5%;
            left: -4%;
        }
        .video-item.v-item-2 {
            transform: rotate(-36deg);
            top: -2.5%;
            left: -5%;
        }
        .video-item.v-item-3 {
            transform: rotate(-72deg);
            left: -4.9%;
            top: 0.7%;
        }
        .video-item.v-item-4 {
            transform: rotate(-108deg);
            top: 2%;
            left: 0;
        }   
        .video-item.v-item-5 {
            transform: rotate(-144deg);
            top: 0.75%;
            left: 2.7%;
        }
        .video-item.v-item-6 {
            top: 0;
            transform: rotate(180deg);
            left: 4.9%;
        }
        .video-item.v-item-7 {
            top: -1.5%;
            transform: rotate(144deg);
            left: 6.5%;
        }
        .video-item.v-item-8 {
            top: -4.7%;
            transform: rotate(108deg);
            left: 6%;
        }
        .video-item.v-item-9 {
            top: -6.6%;
            transform: rotate(72deg);
            left: 1.9%;
        }

#blog{
    height: auto;
    width: 100%;
    background-color: white;
}
.blog-content{
    padding-bottom: 50px;
}
.blog-title {
    padding-top: 80px;
}
.blog-title h3 {
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    color: #F26622;
    margin-top: 0px;
    font-weight: 900;
    line-height: 33px;
}
.blog-title p {
    font-size: 17px;
    letter-spacing: 1px;
    color: #272727;
    padding: 0px;
    line-height: 27px;
    margin: 15px 0px;
    margin-bottom: 50px;
}

.blog-grid {
    margin-top: 0px;
}
.blog-main{
    box-shadow: 0px 0px 5px 0px #d2d2d2;
    padding-bottom: 49px;
    margin-bottom: 30px;
}
.blog-img {
    width: 100%;
    height: auto;
}
.blog-head{
    padding-left: 20px;
    margin-top: 20px;
}
.blog-head h2 {
    margin: 0px;
    margin-bottom: 30px;
    font-size: 17px;
    background-color: #F26622;
    color: white;
    padding: 14px 30px;
    line-height: 22px;
    margin-top: -46px;
    position: relative;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.blog-head a {
    color: #F26622;
    font-size: 24px;
    text-decoration: none;
}
.blog-head a:hover {
    color: #F26622;
    text-decoration: none;
}
.blog-middle {
    display: inline-flex;
    padding-left: 20px;
    margin-top: 12px;
}
.blog-middle h4 {
    margin: 0px;
    font-size: 15px;
    margin-left: 7px;
    margin-right: 15px;
}
.blog-icon{
    color: #F26622;
}
.blog-bottom{
    margin-top: 15px;
    padding-left: 20px
}
.blog-bottom p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
}
.blog-bottom a{
    font-size: 15px;
    padding: 7px 21px;
    background-color: #F26622;
    color: white;
    border-radius: 6px;
    letter-spacing: 1px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    border: 1px solid #F26622;
    margin-right: 10px;
}
.blog-bottom a:hover{
    color: #F26622;
    border: 1px solid #F26622;
    text-decoration: none;
    background-color: white;
}
.blog-main:hover h2{
    background-color: #F26622;
}


#contact {
    width: 100%;
    height: auto;
    background-color: #fcfcfc;
}
#contact-content {
    background: url(../img/counter.jpg) 50% 0 no-repeat fixed;;
    margin: 0;
    height: 100%;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    padding-top: 0px;
    padding-bottom: 0px;
}
#contact-content::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,33,71,0.6);
    top: 0;
    left: 0;
    z-index: 1;
    background-image: url(../img/dots.png);
}
.contact-grid{
    /*position: relative;*/
    z-index: 111;
}
.contact-title {
    padding-top: 0px;
}
.contact-title h3 {
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    color: #ffffff;
    margin-top: 0px;
    font-weight: 900;
    line-height: 33px;
}
.contact-title p {
    font-size: 17px;
    letter-spacing: 1px;
    color: #ffffff;
    padding: 0px;
    line-height: 27px;
    margin: 15px 0px;
    margin-bottom: 50px;
}
.map {
    width:100%;
    height:600px;	
}
.info-details {
    background-color: white;
    padding: 30px 30px;
    margin-bottom: 20px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.info-details:hover {
    box-shadow: 0px 0px 8px 0px #c3c3c3;
}
.info-details h3 {
    margin: 0px;
    color: #F26622;
    font-size: 25px;
    margin-top: 12px;
    margin-bottom: 9px;
}
.info-details p {
    margin-bottom: 0px;
    color: black;
    font-size: 17px;
}
textarea.form-control {
    height: 183px;
}
.contact-icon {
    color: #F26622;
    font-size: 38px;
}
.contactUpdate{
    position: absolute;
    top: 0 ;
    left:0;
    right: 0;
    bottom: 0;
    z-index: 9;
    padding: 35px 0 0;
}
.contact-info-row{
    margin-top: 80px;
}
.map-wrap {
    position:relative; 
}

.overlay-map {
    width:100%;
    height: 100%; 
    position:absolute; 
    top:0;
    z-index: 111;
}
.map-col{
    padding: 0px;
}
.contact-col {
    height: auto;
    background-color: transparent;
}
.map-con{
    margin-top: 0px;
}
.contact-form-details {
    margin-top: 0px;
    padding-bottom: 0px;
}
.contact-form {
    width: 100%;
    margin: auto;
    padding-top: 0px;
}
.form-control {
    display: block;
    width: 100%;
    margin: auto;
    height: 42px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #8C8B8B;
    background-color: #fff;
    background-image: none;
    border: 1px solid #F26622;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-color: transparent;
    text-align: center;
}
.form-control:enabled {
    box-shadow: none;
    border: 1px solid #c0bfbf;

}
.has-error .form-control {
    border-color: #000;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.has-error .help-block {
    color: #F26622;
    text-align: center;
}
.has-error .form-control:enabled {
    box-shadow: none;
    border: 1px solid #F26622;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 100%;
}
.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success.active[disabled], .btn-success.focus[disabled], .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    background-color: #F26622;
    border-color: white;
}
.btn-success.disabled {
    background-color: #F26622;
    border-color: #F26622;
    color: white;
}
.btn.disabled:hover{
    background-color: #F26622;
    border-color: #F26622;
}
.btn-success:hover{
    cursor: pointer;
    background-color: #F26622;
    border-color: #F26622;
}
.btn-success {
    color: white;
    background-color: #F26622;
    border-color: #F26622;
}
.text-danger {
    color: #F26622;
    position: absolute;
    width: 100%;
    text-align: center;
}
.text-success {
    color: #F26622;
    position: absolute;
    width: 100%;
    text-align: center;
}
.hidden {
    display: none !important;
    color: #2a99cc;
}

.copyright-details{
    background-color: #F26622;
}
.copyright h3 {
    margin: 0px;
    padding: 30px 0px;
    text-align: center;
    font-size: 15px;
    color: white;
}
@media(max-width: 991px ){
    .info-details {
      padding: 10px;
     }
}
@media screen and (max-width: 768px) {
    .navbar-default .navbar-nav > li > a {
        color: white;
        letter-spacing: 2px;
        font-size: 13px;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        padding: 10px 0px;
    }
    .navbar-nav li {
        float: left;
        margin: 0px 8px;
        display: inherit;
    }
}
@media screen and (max-width: 768px) {

    .about-details {
        margin: 0px;
        margin-top: 0px;
    }
    .contact-form {
        width: 100%;
        margin: auto;
        padding-bottom: 0px;
    }
    .navbar-nav {
        float: right;
        margin: 17px 23px;
        margin-right: 0px;
    }
    .navbar-default.small .navbar-nav {
        float: right;
        margin: 17px 23px;
        margin-right: 0px;
    }

    #skill-main {
        list-style: none;
        padding: 34px 0px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 767px) {
    .navbar-default.small .navbar-nav > li > a {
        color: white;
    }
    .image-over {
        width: 90%;
        height: 96%;
        border: 8px solid #32d3ed;
        position: absolute;
        margin: 3%;
    }
    .about-details {
        margin: 50px 16px;
        margin-bottom: 10px;
    }
    .work-counter {
        width: 100%;
        margin-top: 0px;
    }
    #skill-main-left {
        list-style: none;
        padding: 34px 0px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    #skill-main-right {
        list-style: none;
        padding: 34px 0px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    .navbar-default.small .navbar-nav {
        float: right;
        margin: 11px 21px;
        margin-right: 32%;
    }
    .navbar-default {
        background-color: transparent;
        height: 75px;
        border-bottom: none;
        overflow: visible;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
    }
    .contact-col {
        height: auto;
        background-color: transparent;
        padding-bottom: 0px;
    }
    .navbar-nav {
        float: right;
        margin: 11px 21px;
        margin-right: 32%;
        display: inherit;
        width: 200px;
        background-color: transparent;
    }
    .navbar-style{
        padding: 0px;
    }
    .navbar-nav li {
        float: left;
        margin: 9px 11px;
        display: inherit;
        width: 100%;
    }
    .navbar-fixed-top .navbar-collapse {
        height: 740px;
        background-color: rgba(0, 0, 0, 0.9);
    }
    .navbar-fixed-top .navbar-collapse {
        max-height: 100%;
    }
    .navbar-default .navbar-nav > li > a {
        color: white;
        letter-spacing: 2px;
        font-size: 16px;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        padding: 10px 0px;
        text-align: center;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: transparent;
    }
    #portfoliolist .portfolio {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        width: 49%;
        margin-right: 1%;
        display: none;
        float: left;
        overflow: hidden;
        margin-bottom: 1%;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #ffffff;
    }
    nav .navbar-style.text-center ul.nav.navbar-nav {
      background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
      margin: 0;
      padding: 0;
      width: 100%;
    }
    .navbar-nav li {
      margin: 0;
    }
    .LogoMain img.img-responsive {
      max-width: 150px;
    }
    .map-wrap > div {
      height: 250px !important;
    }
    .contactUpdate{
        position: relative;
    }
    .navbar-sticked{
        display: none;
    }
}

@media screen and (max-width: 640px) {

    .contact-form {
        width: 100%;
        margin: auto;
    }
    .work-counter {
        width: 100%;
    }
    .message-details {
        padding-left: 0px;
        display: table-cell;
        vertical-align: middle;
        padding-right: 0px;
    }
}


@media screen and (max-width: 480px) {
    .wow{
        animation-name: none!important;
        visibility: visible !important;
    }
    #filters {
        padding: 0;
        list-style: none;
        width: 100%;
        margin: 30px auto;
        margin-top: 10px;
    }
    .home-text h2 {
        font-size: 32px;
        color: white;
        letter-spacing: 2px;
        font-weight: 900;
        font-family: 'Montserrat', sans-serif;
        margin-bottom: 15px;
    }
    
    .navbar-nav {
        float: right;
        margin: 11px 21px;
        margin-right: 27%;
        display: inherit;
        width: 200px;
        background-color: transparent;
    }
    .navbar-default.small .navbar-nav{
        float: right;
        margin: 11px 21px;
        margin-right: 27%;
        display: inherit;
        width: 200px;
        background-color: transparent;
    }
    #filters li {
        float: none;
    }
}

@media screen and (max-width: 320px) {
    .wow{
        animation-name: none!important;
        visibility: visible !important;
    }
    .home-row {
        z-index: 2;
        position: relative;

    }
    .navbar-nav li {
        float: left;
        margin: 1px 11px;
        display: inherit;
        width: 100%;
    }
    .navbar-default .navbar-nav > li > a {
        color: white;
        letter-spacing: 2px;
        font-size: 16px;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        padding: 9px 0px;
        text-align: center;
    }
    .home-text h2 {
        font-size: 26px;
        color: white;
        letter-spacing: 2px;
        font-weight: 900;
        font-family: 'Montserrat', sans-serif;
        margin-bottom: 15px;
    }
    .home-text h3 {
        color: white;
        letter-spacing: 0px;
        margin-bottom: 5px;
    }
    .me-grid {
        width: 100%;
        height: 100%;
        background-color: #b61924;
        /* background: url(../img/about.jpg) 50% 0 no-repeat fixed; */
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        position: relative;
        padding-bottom: 60px;
    }
    #skill-main-left {
        list-style: none;
        padding: 10px 0px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    #skill-main-right {
        list-style: none;
        padding: 10px 0px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    .image-over {
        width: 80%;
        height: 93%;
        border: 8px solid #32d3ed;
        position: absolute;
        margin: 4%;
    }
    .message-details {
        padding-left: 0px;
        display: table-cell;
        vertical-align: middle;
        padding-right: 0px;
    }
    .navbar-nav {
        float: right;
        margin: 11px 21px;
        margin-right: 17%;
        display: inherit;
        width: 200px;
        background-color: transparent;
    }
    .about-social li a {
        float: left;
        line-height: 28px;
        font-size: 14px;
        transition: .4s;
        -o-transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        text-align: center;
        margin-right: 6px;
        height: 30px;
        width: 30px;
    }
    .navbar-default.small .navbar-nav {
        float: right;
        margin: 11px 21px;
        margin-right: 17%;
    }
    #portfoliolist .portfolio {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        width: 100%;
        margin-right: 0%;
        display: none;
        float: left;
        overflow: hidden;
        margin-bottom: 1%;
    }
    .work-counter {
        width: 100%;
    }

    .about-details {
        margin: 40px 7px;
    }
    .testimonial-content {
        padding-bottom: 0px;
        padding-top: 80px;
    }
    .item blockquote p {
        font-size: 14px;
        margin-bottom: 0px;
        line-height: 30px;
        position: relative;
    }
    .item blockquote p span {
        font-size: 19px;
        position: relative;
        line-height: 44px;
    }
}


.flow-hidden {
overflow: hidden;
position: relative;
top: 0;
}
.flow-hidden {
height: 100vh;
}
.devider-grid {
transition: all 1s ease-in-out 0s;
}
.devider-grid .deviderV1 {
left: 25%;
}
.devider-grid .deviderV {
bottom: 0;
top: 0;
width: 1px;
}
.devider-grid .devider {
background-color: rgba(255, 255, 255, 0.2);
position: absolute;
z-index: 14;
}
.devider-grid .deviderV2 {
left: 50%;
}
.devider-grid .deviderV3 {
left: 75%;
}
.devider-grid .deviderH1 {
top: 33.33%;
}
.devider-grid .deviderH {
height: 1px;
left: 0;
right: 0;
}
.devider-grid .deviderH2 {
top: 66.66%;
}
.story-img {
transform: scale(1.05);
transition: -moz-transform 0.5s ease-in-out 0s;
}
.story-img, .story-img-mob {
background-color: #333;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
bottom: 0;
display: none;
left: 0;
margin: 0;
position: absolute;
right: 0;
top: 0;
width: 100%;
z-index: 0;
}
.story-img.active {
display: block;
transform: scale(1);
}
.no-space {
margin: 0;
padding: 0;
}
#grid-lines .owl-carousel {
display: block;
height: 100%;
}
.thumb {
height: 33.33%;
margin: 0;
padding: 0;
width: 25%;
}
.thumb .content {
bottom: 3px;
color: rgba(255, 255, 255, 0.8);
height: 30px;
overflow: hidden;
position: absolute;
right: 20px;
text-align: right;
transition: all 1s ease-in-out 0s;
}
#grid-lines .thumb .content h2 {
color: #fff;
font-size: 14px;
font-weight: 400;
line-height: 14px;
margin: 0;
opacity: 1;
padding: 0;
transition: all 0.5s ease-in-out 0s;
}
#grid-lines .thumb:hover .content h2 {
margin-top: -20px;
opacity: 0;
text-align: center;
}
.thumb:hover .story {
background-color: red;
opacity: 0.9;
}
.thumb .story {
color: #fff;
cursor: pointer;
height: 100.1%;
left: 1px;
opacity: 0;
overflow: hidden;
padding: 20px;
position: relative;
top: 0;
transition: all 1s ease-in-out 0s;
width: 100%;
}
.thumb .story .story-count {
display: none;
}
#grid-lines .thumb .story h3 {
color: #fff;
font-size: 24px;
line-height: 26px;
margin: 20px 10px 10px 20px;
opacity: 1;
position: absolute;
right: 20px;
text-align: right;
top: 0;
transition: all 0.4s ease-in-out 0s;
}
.thumb .story:hover h3, .thumb:hover .story h4 {
margin-right: 0;
}
.story .img-thumb {
bottom: 20px;
display: inline-block;
max-width: 70px;
position: absolute;
}
.story:hover .img-thumb img {
opacity: 1;
}
.story .img-thumb img {
border-radius: 50%;
height: 100%;
opacity: 0;
transition: all 1s ease-in-out 0s;
width: 100%;
}
.thumb .story .inner-content {
bottom: 10px;
height: 44px;
line-height: 16px;
overflow: hidden;
position: absolute;
right: 20px;
text-align: right;
width: 65%;
}
.thumb:hover .story .inner-content div {
margin-top: 0;
}
.thumb .story .inner-content div {
float: right;
font-size: 16px;
margin-top: 50px;
transition: all 0.5s ease-in-out 0s;
}
.thumb .story small {
font-size: 12px;
line-height: 12px;
}
.thumb .story small span {
float: right;
font-size: 10px;
width: 100%;
}
.no-info {
display: none;
}
.gallery-tile{
height: 100%;
width: 100%;
display: block;
}

.addres-info{
    font-size:12px !important;
}
.with-errors{
    display: none;
    color:yellow;
    font-size: 14px;
    /*font-weight: bold;*/
}

    #ajaxsuccess {
        background: #383636;
        color:#fff;

        height:60px;
        border-left:5px solid #000;
        display: none;
        padding-left:10px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        line-height: 50px;
    }
	
.LogoMain { background:white; }