/*
===========================================================================
 EXCLUSIVE ON themeforest.net
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 Template Name   : Velocity - Responsive Personal Portfolio Template
 Author          : bootWeb
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 Copyright (c) 2017 - bootWeb - https://themeforest.net/user/bootweb
===========================================================================
*/

/*================================================
            Table of contents  
==================================================
 
1. General
2. Preloader
3. Dynamic Colors
4. NavBar
5. Home
6. About
7. Service
8. Quote
10. Portfolio
11. Testimonial
12. Counter
13. Blog
14. Contact
15. Clients
16. Scroll up
17. Copyright

====================================================
            End table content 
===================================================*/

/*-------------------------------------------------------*/
  /* General */
/*-------------------------------------------------------*/
html, body {
  min-height: 100%;
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
}
.contrast {
  color: #9bb70d;
}
.heading {
  padding: 60px 0px;
  text-align: center;
  overflow: hidden;
}
.heading h1 {
  margin-top: 0px;
  font-weight: bold !important;
}
hr {
  height: 2px !important;
  width: 50px;
  position: relative;
  text-align: center;
  margin: 10px auto;
  background-color: #000;
}
.subtitle {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0px;
}
p{
  font-size: 15px;
  color: #666;
}

/*-------------------------------------------------------*/
  /* Preloader */
/*-------------------------------------------------------*/
.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 9999999;
}
.preloader .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
}
.spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
.spinner > div {
  background-color: #ff6a6a;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}


/*-------------------------------------------------------*/
  /* Dynamic Colors */
/*-------------------------------------------------------*/
#box {
  position: fixed;
  top: 150px;
  left: -160px;
  height: 110px;
  width: 160px;
  background-color: #222;
  z-index: 1000;
  -webkit-transition: all .27s ease-in-out;
  transition: all .27s ease-in-out;
}
.option {
  position: absolute;
  left: 160px;
  z-index: 1001;
  height: 50px;
  width: 50px;
  background-color: #111;
  cursor: pointer;
}
#box .fa {
  position: absolute;
  left: 10px;
  top: 10px;
  color: #FFF;
  transition: all .5s ease-in-out;
}
.open {
  left: 0px !important;
}
.peach {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #ff6a6a;
  background-color: #ff6a6a;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  cursor: pointer;
  z-index: 1001;
}
.green {
  position: absolute;
  top: 10px;
  left: 60px;
  color: #9bb70d;
  background-color: #9bb70d;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  cursor: pointer;
  z-index: 1001;
}
.purple {
  position: absolute;
  top: 10px;
  left: 110px;
  color: #9b59b6;
  background-color: #9b59b6;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  cursor: pointer;
  z-index: 1001;
}
.blue {
  position: absolute;
  top: 60px;
  left: 10px;
  color: #0088cc;
  background-color: #0088cc;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  cursor: pointer;
  z-index: 1001;
}
.orange {
  position: absolute;
  top: 60px;
  left: 60px;
  color: #ffa500;
  background-color: #ffa500;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  cursor: pointer;
  z-index: 1001;
}
.red {
  position: absolute;
  top: 60px;
  left: 110px;
  color: #dc143c;
  background-color: #dc143c;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  cursor: pointer;
  z-index: 1001;
}

/*-------------------------------------------------------*/
  /* NavBar */
/*-------------------------------------------------------*/
.custom-navbar {
  border: none;
  margin-bottom: 0;
  background-color: transparent;
  padding: 5px 0px;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.scroll {
  background-color: #111 !important;
}
.custom-navbar .navbar-brand {
  color: #FFF;
  font-weight: bold;
  font-size: 3rem;
  line-height: 35px;
}
.custom-navbar .nav li a {
  font-size: 14px;
  color: #FFF;
  line-height: 40px;
  padding-right: 0 20px;
  letter-spacing: 1px;
  font-weight: 500;
}
.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus,
.custom-navbar .navbar-nav > li > a.active {
  background-color: transparent;
  color: #9bb70d;
}
.custom-navbar .navbar-toggle {
  border: none;
  padding-top: 10px;
}
.custom-navbar .navbar-toggle {
  background-color: transparent;
}
.custom-navbar .navbar-toggle .icon-bar {
  background: #9bb70d;
  border-color: transparent;
}

/*-------------------------------------------------------*/
  /* Home */
/*-------------------------------------------------------*/
#home {
  position: relative;
  height: 100%;
  background-size: cover;
  z-index: 1;
  background-position: center;
}
#home .text {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  top: 35%;
}
.typed-cursor, .element {
  display: inline-block;
  font-weight: bold;
}
.bouncing-icon {
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: 100px;
  width: 50px;
  -webkit-animation: 3s ease 0s normal none infinite running bounce;
  animation: 3s ease 0s normal none infinite running bounce;
  color: #fff;
  font-size: 40px;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.bouncing-icon:hover {
  background: none;
  color: #9bb70d;
}

/*-------------------------------------------------------*/
  /* About */
/*-------------------------------------------------------*/
#about {
  background-color: #f5f5f5;
}
#about img {
  width: 450px;
  margin: auto;
  box-shadow: 0 0 20px #ddd;
  -webkit-box-shadow: 0 0 20px #ddd;
  -moz-box-shadow: 0 0 20px #ddd;
}
#about .social a {
  width: 32px;
  height: 32px;
  color: #fff;
  background: #000;
  display: inline-table;
  margin: 40px 10px 40px 0px;
  font-size: 12px;
}
#about .social a i{
  display: table-cell;
  vertical-align: middle;
}
#about .social a:hover {
  background: #9bb70d;
  text-decoration: none;
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  transition: all 500ms linear;
}
#about .row h1,
#about .row h3 {
  font-weight: 500;
}
#about p{
  padding-top: 15px;  
  font-size: 16px;
  text-align: left;
  line-height: 28px;
}
#about .download-resume {
  margin: 40px 0px 60px 0px;
}
#about .download-btn {  
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  padding: 12px 20px;
  color: #fff;
  background-color: #9bb70d;
}
#about .download-btn:hover {
  opacity: 0.7;
  text-decoration: none;
}

/*-------------------------------------------------------*/
  /* Services */
/*-------------------------------------------------------*/ 
#service .back img {
  height: 45px;
  margin: auto;
}
#service .subtitle {
  margin: 15px 0px 10px 0px;
}
#service p {
  font-size: 16px;
}
#service .back {
  position: relative;
  background-color: #fff;
  padding: 30px 15px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.space {
  padding-bottom: 60px;
}
#service .back:hover {
  cursor: pointer;
}
#service .back:hover img {
  transform: scale(1.2);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#skill {
  background-color: #f5f5f5;
}
#skill img {
  width: 450px;
  margin: auto;
  margin-bottom: 60px;
  box-shadow: 0 0 20px #ddd;
  -webkit-box-shadow: 0 0 20px #ddd;
  -moz-box-shadow: 0 0 20px #ddd;
}
.skill-bar {
  width: 100%;
  height: 8px;
  background-color: #111;
  border-radius: 5px;
}
.skill-bar-overlay {
  height: 8px;
  background-color: #9bb70d;
  width: 20%;
}
.single-skill {
  position: relative;
  margin-bottom: 60px;
}
.single-skill p {
  font-size: 16px;
  color: #322C2C;
  font-weight: 500;
}
.single-skill span {
  position: absolute;
  top: 0;
  left: 20%;
  font-size: 16px;
  color: #322C2C;
  font-weight: 500;
  opacity: 0;
}
.single-skill span.show {
  text-align: right;
  opacity: 1;
}

/*-------------------------------------------------------*/
  /* Quote */
/*-------------------------------------------------------*/
#quote {
  background: url(../images/couple-2586643_1920.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 100px 0px;
  color: #fff;
}
#quote h1 {
  margin: 0;
  font-weight: bold;
}
#quote h4 {
  margin: 20px 0 30px 0;
}
#quote .quote-btn {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 30px;
  color: #fff;
  background-color: #9bb70d;
  border-radius: 25px;
}
#quote .quote-btn:hover {
  text-decoration: none;
}

/*-------------------------------------------------------*/
  /* Portfolio */
/*-------------------------------------------------------*/
#portfolio {
  padding-bottom: 60px;
  background-color: #f5f5f5;
}
#portfolio .active {
  background-color: #9bb70d;
  color: #fff;
}
#portfolio .mix {
  display: none;
}
#portfolio ul.work-list {
  list-style: outside none none;
  margin-bottom: 60px;
  padding: 0;
}
#portfolio ul.work-list li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
ul.da-thumbs {
  list-style-type: none;
  padding: 0;
}
.da-thumbs li {
  overflow: hidden;
  padding: 0;
}
.da-thumbs li,
.da-thumbs li img {
  display: block;
  position: relative;
}
.da-thumbs li div.work-content {
  position: absolute;
  text-align: center;
  background: rgba(0,0,0,0.8);
  width: 100%;
  height: 100%;
  color: #fff;
}
#portfolio .work-table {
  display: table;
  width: 100%;
  height: 100%;
}
#portfolio .table-cell {
  display: table-cell;
  vertical-align: middle;
}
#portfolio .work-content h3 {
  margin-top: 0;
}
#portfolio .work-content p {
  color: #fff;
  font-size: 16px;
  padding: 0px 20px;
}
#portfolio .work-content .fa {
  padding: 10px;
  margin: 0px 5px;
  color: #fff;
  background-color: #9bb70d;
}

/*-------------------------------------------------------*/
  /* Testimonial */
/*-------------------------------------------------------*/
#testimonial {
  padding-bottom: 60px;
}
.single-testimonial {
  position: relative;
  padding: 15px 20px;
  border: 1.5px solid #bbb;
}
.t-image {
  position: absolute;
  left: 20px;
  top: 20px;
}
.single-testimonial .t-image img {
  max-width: 90px;
  height: 90px;
}
.t-name {
  position: absolute;
  left: 130px;
  padding: 13px 0px;
}
.single-testimonial p.comp {
  font-style: italic;
  color: #9bb70d;
  font-size: 14px;
}
.t-content {
  margin-top: 110px;
}
.single-testimonial p.description {
  text-align: left;
  font-size: 15px;
}
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; 
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; 
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; 
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; 
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; 
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; 
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; 
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px; 
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #9bb70d;
}

/*-------------------------------------------------------*/
  /* Counter */
/*-------------------------------------------------------*/
#counter {
  position: relative;
  height: auto;
  padding-top: 100px;
  padding-bottom: 50px;
  background: #f5f5f5 url(../images/fact.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
#counter .single-counter {
  margin-bottom: 50px;
  text-align: center;
  color: #fff;
}

/*-------------------------------------------------------*/
  /* Blog */
/*-------------------------------------------------------*/
#blog .single-blog {
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.13);
  margin-bottom: 60px;
  padding-bottom: 30px;
}
#blog img {
  width: 400px;
  height: 220px;
  margin: auto;
  margin-bottom: 20px;
}
#blog h4 {
  font-weight: bold;
}
#blog p {
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  padding: 0 20px 10px 20px;
}
#blog .blog-btn {
  font-size: 16px;
  padding: 9px 18px;
  color: #fff;
  background-color: #9bb70d;
}
#blog .blog-btn:hover {
  opacity: 0.8;
  text-decoration: none;
}

/*-------------------------------------------------------*/
  /* Contact */
/*-------------------------------------------------------*/
#contact {
  background-color: #f5f5f5;
}
.contact-text {
  background-color: #fff;
  border: 1px solid #bbb;
  color: #111;
  font-size: 14px;
  height: 45px;
  width: 100%;
  padding-left: 14px;
}
.contact-message {
  background-color: #fff;
  border: 1px solid #bbb;
  color: #111;
  font-size: 14px;
  height: 150px;
  width: 100%;
  padding: 14px;
}
.contact-text:focus {
  outline: none;
  border-color: #9bb70d;
}
.contact-message:focus {
  outline: none;
  border-color: #9bb70d;
}
.mb-10 {
  margin-bottom: 10px
}
.mt-20 {
  margin-top: 20px;
}
#contact .send-btn {
  background-color: #9bb70d;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 20px;
  margin-bottom: 60px;
  opacity: 1;
  border: none;
  float: left;
}
#contact .send-btn:hover {
  opacity: 0.8;
}
#map {
  width: 100%;
  height: 450px;
  margin-bottom: 60px;
}

/*-------------------------------------------------------*/
  /* Clients */
/*-------------------------------------------------------*/
#partners img {
  max-width: 180px;
  padding: 60px 30px;
  margin: auto;
}

/*-------------------------------------------------------*/
  /* Scroll up */
/*-------------------------------------------------------*/
#scroll-up {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #a9a9a9; 
  border-radius: 4px;
  width: 40px;
  height: 40px;
  color: #fff;
  cursor: pointer;
  float: right;
  font-size: 22px;
  line-height: 35px;
  text-align: center;
  z-index: 9;
}
#scroll-up:hover {
  background-color: #9bb70d;
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  transition: all 500ms linear;
}

/*-------------------------------------------------------*/
  /* Copyright */
/*-------------------------------------------------------*/
.copyright {
  background-color: #111;
  padding: 60px 0px;
  text-align: center;
}
.copyright p {
  color: #fff;
}
.copyright a {
  width: 32px;
  height: 32px;
  text-decoration: none;
  color: #bbb;
  display: inline-table;
  margin: 15px 5px;
  border: 1px solid #bbb;
  font-size: 12px;
}
.copyright a i{
  display: table-cell;
  vertical-align: middle;
}
.copyright a:hover {
  background-color: #9bb70d;
  color: #fff;
  border-color: #9bb70d;
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  transition: all 500ms linear;
}

.urn{
  color: white;
  position: absolute;
  line-height: 5;
}
