/*
===========================================================================
 EXCLUSIVE ON themeforest.net
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 Template Name   : Benzene - Personal Portfolio Template
 Version         : 1.1
 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 {
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
}
.contrast {
  color: #9bb70d;
}
.heading {
  padding: 60px 0px;
  text-align: center;
  overflow: hidden;
}
.heading h1 {
  margin-top: 0px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
}
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-family: 'Montserrat', sans-serif;
  font-weight: 800;
  margin: 10px 0px;
}
p{
  font-size: 15px;
  color: #555;
}

/* 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: #9bb70d;
  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;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  cursor: pointer;
}
#box .fa {
  position: absolute;
  left: 10px;
  top: 10px;
  color: #FFF;
  transition: all .5s ease-in-out;
}
.open {
  left: 0px !important;
}
.green {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #9bb70d;
  background-color: #9bb70d;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  cursor: pointer;
  z-index: 1001;
}
.peach {
  position: absolute;
  top: 10px;
  left: 60px;
  color: #ff6a6a;
  background-color: #ff6a6a;
  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: #0099e6;
  background-color: #0099e6;
  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: #fff;
  box-shadow: 0 5px 5px -5px rgba(0,0,0,0.4);
}
.custom-navbar .navbar-brand {
  position: absolute;
  top: 4px; 
}
.custom-navbar .navbar-brand img,
.custom-navbar .navbar-brand p {
  display: inline-block;
  vertical-align: bottom;
}
.custom-navbar .navbar-brand p {
  font-size: 30px !important;
  color: #314967;
  font-weight: bold;
}
.custom-navbar .nav li a {
  font-size: 14px;
  line-height: 1;
  color: #000;
  padding-right: 20px;
  letter-spacing: 1px;
  font-weight: 500;
}
.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #9bb70d;
}
.custom-navbar .navbar-nav > li > a.active {
  background-color: transparent;
  color: #9bb70d;
  border-bottom: 2px solid #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: #111;
  top: 25%;
}
#home img {
  max-width: 150px;
  margin: auto;
  border: 5px solid #9bb70d;
  border-radius: 50%;
}
.typed-cursor, .element {
  display: inline-block;
  font-weight: bold;
}
.bouncing-icon {
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: 80px;
  width: 50px;
  -webkit-animation: 3s ease 0s normal none infinite running bounce;
  animation: 3s ease 0s normal none infinite running bounce;
  font-size: 40px;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.bouncing-icon,
.bouncing-icon:visited {
  color: #000;
}
.bouncing-icon:hover {
  background: none;
  color: #9bb70d;
}

/* About */
#about 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;
}
#about a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.mt-30 {
  margin-top: 30px;
}
.mb-60 {
  margin-bottom: 60px;
}
#about li a {
  font-size: 16px;
}
#about li.active a {
  color: #9bb70d;
}
#about li a:hover {
  color: #9bb70d;
  background-color: transparent;
}
#about p span {
  color: #111;
  font-weight: 500; 
}
.tab-content p {
  font-size: 15px;
  text-align: left;
  line-height: 28px;
}
#about .seework {
  margin: 40px 0px 60px 0px;
}
#about .seework-btn {
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  padding: 12px 20px;
  color: #fff;
  background-color: #9bb70d;
}
#about .seework-btn:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}
#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 {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}
.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: 30px;
}
.single-skill p {
  font-size: 15px;
  color: #322C2C;
  font-weight: 500;
}
.single-skill span {
  position: absolute;
  top: 0;
  left: 20%;
  font-size: 15px;
  color: #322C2C;
  font-weight: 500;
  opacity: 0;
}
.single-skill span.show {
  text-align: right;
  opacity: 1;
}

/* Services */ 
#service {
  background-color: #f5f5f5;
}
#service .back img {
  height: 45px;
  margin: auto;
}
#service .subtitle {
  margin: 15px 0px 10px 0px;
}
#service p {
  font-size: 16px;
}
#service .fa {
  color: #fff;
  background-color: #a9a9a9;
  height: 60px;
  width: 60px;
  text-align: center;
  border-radius: 50%;
  line-height: 60px;
}
#service .back {
  position: relative;
  background-color: #fff;
  padding: 30px 15px;
  margin-bottom: 60px;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
#service .back:hover {
  cursor: pointer;
  box-shadow: 0px 0px 10px #9bb70d;
}
#service .back:hover .fa {
  background-color: #9bb70d;
}

/* Quote */
#quote {
  background: url(../images/marketing.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;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* Portfolio */
#portfolio {
  background-color: #f5f5f5;
  padding-bottom: 45px;
}
#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;
}
#portfolio ul.work-list li:hover {
  color: #9bb70d;
}
#portfolio .active {
  color: #9bb70d;
  border-bottom: 2px solid #9bb70d;
}
ul.da-thumbs {
  list-style-type: none;
  padding: 0;
}
.da-thumbs li {
  float: left;
  margin: 15px;
  box-shadow: 0 7px 16px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 0 7px 16px 0 rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 7px 16px 0 rgba(0,0,0,0.1);
  overflow: hidden;
}
.da-thumbs li,
.da-thumbs li img {
  display: block;
  position: relative;
}
.da-thumbs li img {
  max-width: 320px;
  width: 100%;
  height: auto;
}
.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: 15px;
  padding: 0px 20px 7px 20px;
}
#portfolio .work-content .fa {
  padding: 10px;
  margin: 0px 5px;
  color: #fff;
  background-color: #9bb70d;
  border-radius: 50%;
}

/* 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 {
  width: 90px;
  height: 90px;
  border: 2px solid #9bb70d;
}
.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: 20px;
  height: 20px;
  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/taksim.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 .single-blog img {
  width: 400px;
  max-height: 220px;
  margin: auto;
  margin-bottom: 20px;
}
#blog .post-description,
#blog .post-description .fa {
  color: #8d8d8d;
  text-align: left;
}
#blog .post-description .fa {
  padding-left: 20px;
}
#blog .single-blog .subtitle {
  text-align: left;
  padding-left: 20px;
  margin-top: 10px;
}
#blog .single-blog p {
  text-align: left;
  font-size: 15px;
  padding: 0px 20px 10px 20px;
}
#blog .blog-btn {
  font-size: 16px;
  padding: 9px 18px;
  color: #fff;
  background-color: #9bb70d;
  border-radius: 3px;
}
#blog .blog-btn:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  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 .send-btn {
  background-color: #9bb70d;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 20px;
  margin-bottom: 60px;
  border-radius: 4px;
  border: none;
  float: left;
}
#contact .send-btn:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}
.contact-content {
  margin-top: 100px;
}
.contact-content-p {
  color: #555;
  text-decoration: underline;
}
.contact-info {
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin: 0px 10px;
  padding: 10px 30px 30px 30px;
}
#contact h3 {
  margin-bottom: 20px;
}
#contact .fa {
  margin-right: 6px;
}
#contact .social .fa {
  margin-bottom: 10px;
}
#contact .fa-map-marker,
#contact .fa-phone,
#contact .fa-envelope-o,
#contact .fa-clock-o {
  background-color: #9bb70d;
  color: #fff;
  height: 25px;
  width: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
}   
.contact-info span {
  color: #000;
  font-weight: 500;
}
#contact .sep {
  border-bottom: 1.5px solid #bbb;
}
#contact .fa-facebook {
  background-color: #3B5998;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
  border-radius: 50%;
}
#contact .fa-twitter {
  background-color: #00ACEE;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
  border-radius: 50%;
}
#contact .fa-google-plus {
  background-color: #df4a32;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
  border-radius: 50%;
}
#contact .fa-instagram {
  background: #f09433; 
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
  border-radius: 50%;
}
#contact .fa-youtube {
  background-color: #b31217;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
  border-radius: 50%;
}
#contact .fa-linkedin {
  background-color: #007bb6;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
  border-radius: 50%;
}
.facebook-tooltip, .twitter-tooltip, .google-tooltip, .linkedin-tooltip, .instagram-tooltip, .youtube-tooltip {
  position: relative;
}
.facebook-text, .twitter-text, .google-text, .linkedin-text, .instagram-text, .youtube-text {
  visibility: hidden;
  background-color: #222;
  color: #fff !important;
  font-size: 12px;
  padding: 0px 5px;
  position: absolute;
  top: 150%;
  left: 0%;
  z-index: 10;
}
.facebook-tooltip:hover .facebook-text {
  visibility: visible;
}
.twitter-tooltip:hover .twitter-text {
  visibility: visible;
}
.google-tooltip:hover .google-text {
  visibility: visible;
}
.linkedin-tooltip:hover .linkedin-text {
  visibility: visible;
}
.instagram-tooltip:hover .instagram-text {
  visibility: visible;
}
.youtube-tooltip:hover .youtube-text {
  visibility: visible;
}
.mb-60 {
  margin-bottom: 60px;
}
.mt-20 {
  margin-top: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-10 {
  margin-bottom: 10px
}

/* 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;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  transition: all 500ms linear;
}

/* Footer */
footer {
  background-color: #111;
  padding: 30px 0px;
}
footer p {
  color: #bbb;
  text-align: center;
}