html, body {
  height: 100vh;
  width: 100vw;
  
}
body {
overflow-x: hidden;
}

.bg {
  background-color: rgba(0, 0, 0, 0.75);
  background-blend-mode: multiply;
}

.bg-footer{
  background-color: rgba(0, 0, 0, 0.75);
  background-blend-mode: multiply;
}

.center-parent {
    width: 100%;
    height: 100%;
    display: table;
}
.center-parent > .center-child {
    display: table-cell;
    vertical-align: middle;
}

.navbar-fixed-top {
  top: auto !important;
}

.navbar{
  /* background-image: -webkit-linear-gradient(to left, #67B26F , #4ca2cd);
  background-image: linear-gradient(to left, #67B26F , #4ca2cd); */
}

.top-nav-collapse {
  /* background-image: -webkit-linear-gradient(to left, #67B26F , #4ca2cd);
  background-image: linear-gradient(to left, #67B26F , #4ca2cd); */
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a.uk-open, .uk-navbar-nav>li>a:focus {
  color: #fff;
}
#primary-nav > li {
  position: relative;
  float: left;
}
#primary-nav > li > a {
  text-decoration: none;
  color: #fff;
  padding: 0;
}
#primary-nav > li ul {
  visibility: hidden;
  z-index: -10;
  opacity: 0;
  position: absolute;
  top: 100%;
  box-sizing: border-box;
  width: 240px;
  padding: 5px 20px;
  background: #fff;
  color: #333;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 22px 79px -22px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 22px 79px -22px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 22px 79px -22px rgba(0, 0, 0, 0.35);
  transition: all .3s ;
}
#primary-nav > li ul li {
  display: block;
  position: relative;
  padding: 15px 10px;
}
#primary-nav > li ul li a {
  display: block;
  text-decoration: none;
  color: #333;
  display: -ms-flexbox;
  display: -webkit-flex;
  border: none;
  display: flex;
  -ms-flex-pack: center;
  line-height: 1;
}
#primary-nav > li ul li + li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#primary-nav > li ul li ul {
  top: -5px;
  left: 110%;
}
#primary-nav > li ul li:hover > ul {
  visibility: visible;
  opacity: 1;
}
#primary-nav > li:hover > ul {
  visibility: visible;
  opacity: 1;
}


.uk-navbar-nav>li>a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  text-transform: none;
}

.uk-text-background {
  background-color: #67B26F;
  background-image: -webkit-linear-gradient(to left, #67B26F , #4ca2cd);
  background-image: linear-gradient(to left, #67B26F , #4ca2cd);
}

section h2 {
  margin: 4px 0 0 0;
}

section h6 {
  line-height: 24px;
  color: #999;
}

.uk-hr, hr {
  border-top: 1px solid rgba(229, 229, 229, 0.21);
}
///About Section 

@media only screen and (min-width: 960px) {
  .uk-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}




#intro {
  height: 100%;
}
#intro .swiper-container-intro {
  height: 100%;
  width: 100%;
}
#intro .decs {
  color: #fff;
  line-height: 24px;
  font-size: 18px;
  font-weight: 700;
}
#intro .title {
  color: #fff;
  font-weight: 300;
  font-size: 50px;
  line-height: 51px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 450px) {
  #intro .title {
    font-size: 22px;
  }
}

.about-section .progress-title {
  margin: 0 0 10px 0;
  line-height: 24px;
  font-weight: bold;
  text-align:left;
  color: #555;
}
.grid-sizer3,
.grid-item3 {
  width: 33.333%;
}
@media only screen and (max-width: 960px) {
  .grid-sizer3,
  .grid-item3 {
    width: 50%;
  }
}
@media only screen and (max-width: 450px) {
  .grid-sizer3,
  .grid-item3 {
    width: 100%;
  }
}
.avatar {
  border-radius: 50%;
}
section .uk-h6{
  margin: 22px 0;
  font-size: 14px;
  font-weight: 700;
  color: #999999;
  line-height: 30px;
}
.progress-title > span {
  float: right;
  font-weight: normal;
}

.navbar-default,
.navbar-fixed-top {
  border-color: rgba(255, 255, 255);
  border-color: rgba(255, 255, 255, .2);
  -webkit-background-clip: padding-box; /* for Safari */
  background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}

.uk-logo {
  font-size: 32px;
  font-family: inherit;
  transition: all .3s;
  color: #ffffff;
  font-weight: 700;
  line-height: 32px;
}
.uk-logo:focus, .uk-logo:hover {
  color: #f1f1f1;
  transition: all .3s;
}

#about h5, #team h5, #folio h5, #partners h5 {
  padding: 65px 0;
  background: #67B26F; /* fallback for old browsers */
  background:  -webkit-linear-gradient(to left, #67B26F , #4ca2cd); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #67B26F , #4ca2cd); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#service h5 {
  padding: 65px 0;
  color: #fff;
}

.facts{
  margin-bottom: 65px;
}

section .progress {
  height: 4px;
  margin-bottom: 35px;
  border-radius: 0;
  box-shadow: none;
}

section .progress-bar {
  background: #67B26F; /* fallback for old browsers */
  background:  -webkit-linear-gradient(to left, #67B26F , #4ca2cd); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #67B26F , #4ca2cd); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  border-radius: 0;
  box-shadow: none;
}

#service h2, footer h2 {
  color: #eee;
  margin-bottom: 20px;
  line-height: 40px;
  font-weight: 300;
  font-size: 22px;
}

#myProgress {
  position: relative;
  width: 100%;
  height: 30px;
  background-color: #ddd;
}

#myBar {
  position: absolute;
  width: 1%;
  height: 100%;
  background-color: #4CAF50;
}


#service .fa {
  color: #eee;
  font-size: 23px;
  display: inline-block;
  border-radius: 10000px;
  padding: 55px;
  border: 1px solid transparent;
  border-color: rgba(144, 144, 144, 0.35);
  transition: all .5s;
  border-color: -webkit-linear-gradient(to left, #67B26F , #4ca2cd); /* Chrome 10-25, Safari 5.1-6 */
}
#service .fa:hover {
  border-color: #4CAF50;
  transition: all .5s;
}

#service h6 {
  color: #eee;
  margin-top: 15px;
}

#service > div{
  padding-bottom: 130px;
}

.partners-logos{
  padding: 65px 0 130px 0;
}
.partners-logos img{
  margin: 10px 40px 0 0;
}

.btn-circle {
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
  border: 0;
  background-color: #eee;
  transition: all 0.3s ease 0s;
}
.btn-circle:hover {
  background-color: #ddd;
}
.btn-circle:active, .btn-circle:focus, .btn-circle:target {
  box-shadow: 0;
  outline: none !important;
}

.collab > p {
  padding: 20px;
}
.collab .fa {
  color: #ccc;
}

/*footer*/
.ark-title{
  font-weight: bold;
  margin-right: 30px;
  font-size: 30px;
  color: #fff;
}
.inline{
  display: inline;
}
.bg-footer > .container{
  padding: 160px 15px;
}

.button {
  background: #67B26F; /* fallback for old browsers */
  // background:  -webkit-linear-gradient(to left, #67B26F , #4ca2cd); /* Chrome 10-25, Safari 5.1-6 */
  // background: linear-gradient(to left, #67B26F , #4ca2cd); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #eee;
  border: none;
  padding: 14px 30px;
  border-radius: 2px;

  transition: all 0.3s ease 0s;
}
.button:hover {
  box-shadow: inset 0 0 0 2px #eee;
  color: #eee;
}
.button:active, .button:focus, .button:target {
  background: #67B26F; /* fallback for old browsers */
  // background:  -webkit-linear-gradient(to left, #67B26F , #4ca2cd); /* Chrome 10-25, Safari 5.1-6 */
  // background: linear-gradient(to left, #67B26F , #4ca2cd); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  box-shadow: inset 0 0 0 2px #eee;
  border: 0;
  color: #eee;
  outline: none !important;
}

/* .foot > .uk-container > .uk-grid div {
  padding: 100px 15px;
} */
@media only screen and (max-width: 960px) {
  .footer-column {
    margin-top: 60px;
  }
}
.center{
  display: table;
  margin: auto;
}

.foot h6{
  color: #eee;
  margin-bottom: 60px;
}

.foot ul{
  list-style:none;
  padding-left:0;
}

.foot p, a {
  line-height: 27px;
  color: #555;
}

.foot li .fa{
  margin-right: 20px;
}
.address .fa-map-marker{
  padding: 0 3px;
}
.address li {
  margin: 0 0 30px 0;
}

.company li{
    margin: 0 0 10px 0;
}

//Portfolio 

/* 5 columns, percentage width */
.grid-item, .grid-sizer {
  width: 20%;
  background-position: center center;
  background-size: cover;
}
.grid-sizer {
  width: 20%;
}


.grid-item {
  width: 20%;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: multiply;
  transition: all .3s ease-in-out;
}

.grid-item:hover {
    background-color: transparent;
    transition: all .3s ease-in-out;
}

.grid-item--width2 { width: 40%; }
.grid-item--width3 { width: 60%; }
.grid-item--width4 { width: 80%; }
.grid-item--height1 { height: 378px; }
.grid-item--height2 { height: 756px; }
.grid-item--height3 { height: 1512px; }
.grid-item--height4 { height: 3024px; }

@media only screen and (max-width: 960px) {
  .grid-item {width: 100%;}
  .grid-item--width2 { width: 100%; }
  .grid-item--width3 { width: 100%; }
  .grid-item--width4 { width: 100%; }
}

#team .team-socials i {
  font-size: 14px;
  color: #999999;
}

#usr{
  margin-top: 30px;
  border-radius: 0;
  border: 1px solid #222;
  padding: 25px 20px;
  background-color: rgba(0,0,0,0.0);
}

.form-control:focus {
  border-color: #eee;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 1px rgba(255, 255, 255, 1);
}

footer a, footer a:visited,footer a:hover,footer a:active{
  transition:0.5s color ease;
  text-decoration:none;
}
.uk-input:focus, .uk-select:focus, .uk-textarea:focus {
  border-color: rgba(0, 0, 0, 0.33);
}


/* Side menu */
.admin-bar .uk-offcanvas-bar {
  top: 158px;
}
.uk-offcanvas-bar {
    position: absolute;
    top: 112px;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    width: 270px;
    padding: 20px 20px;
    background: inherit;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.curved-line {
  fill: transparent;
  stroke: #000;
  stroke-miterlimit: 10;
  opacity: 0.24;
}