/*
 <!--
    ========================================================================
     
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     Template Name   : Email Developer
     Version         : 2.0
     Author          : Justin Bryan
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     Copyright (c) 2021

    ========================================================================
    -->
*/

/*================================================
            Table of contents  
==================================================
 
1. General
2. Preloader
3. NavBar
4. Home
5. About
6. Skill
7. Service
8. Pricing
9. Quote
10. Team
11. Portfolio
12. Fun Fact
13. Testimonial
14. Marketing
15. Blog
16. Contact
17. Clients
18. Scroll up
19. Footer

====================================================
            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-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
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: 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: #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);
  }
}

/* PROCESS */
.glyphicon {
  border-radius:50%;
  border: 2px #ddd solid;
  padding:20px;
  font-size:24px;
  background-color:#fff;
  color:#999;
}

.glyphicon:hover {
  border-radius:50%;
  color:#fff;
  background-color:#9bb70d;
}

.line {
  max-width:50%;
  min-height:2px;
  background-color: #9bb70d;
  margin-top:70px;
  margin-bottom:-35px;
  margin-left:auto;
  margin-right:auto;
}
/* PROCESS */
/* BUTTON */
.styled {
    border: 0;
    line-height: 2.5;
    padding: 0 20px;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border-radius: 10px;
    background-color: rgba(220, 0, 0, 1);
    background-image: linear-gradient(to top left,
                                      rgba(0, 0, 0, .2),
                                      rgba(0, 0, 0, .2) 30%,
                                      rgba(0, 0, 0, 0));
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6),
                inset -2px -2px 3px rgba(0, 0, 0, .6);
}

.styled:hover {
    background-color: rgba(255, 0, 0, 1);
}

.styled:active {
    box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),
                inset 2px 2px 3px rgba(0, 0, 0, .6);
}

/* BUTTON */
/* 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;
  line-height: 1;
  color: #fff;
  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-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;
  background: url(http://theemaildeveloper.com/assets/img/justin-bryan_email-developer.jpg) no-repeat center center;
  height: 100%;
  background-size: cover;
  z-index: 1;
}
#home .text {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  top: 40%;
}
.typed-cursor, .element {
  display: inline;
  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;
}
a.bouncing-icon:focus,
a.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 .row h1,
#about .row h3 {
  font-weight: 500;
}
#about p{
  padding-top: 15px;  
  font-size: 16px;
  text-align: left;
  line-height: 28px;
}
#about .social a {
  width: 32px;
  height: 32px;
  color: #fff;
  background: #000;
  display: inline-table;
  margin: 30px 5px;
  font-size: 15px;
  border-radius: 2px;
}
#about .social a i{
  display: table-cell;
  vertical-align: middle;
}
#about .social a:hover {
  background: #9bb70d;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  transition: all 500ms linear;
}
#about .download-btn {  
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  margin: 20px 0px 20px 0px;
  color: #fff;
  background-color: #9bb70d;
}
#about .download-btn:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

/* Skill */
#skill {
  background-color: #fff;
}
#skill h3 {
  text-align: center;
  font-weight: bold !important;
  margin-bottom: 30px;
}
.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: #333;
  font-weight: 500;
  text-align: left;
}
.single-skill span {
  position: absolute;
  bottom: 20px;
  left: 20%;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  opacity: 0;
}
.single-skill span.show {
  text-align: right;
  opacity: 1;
}

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

/* Pricing */
#price {
  background-color: #fff;
}
#price h1 {
  font-family: 'Montserrat', sans-serif;
}
#price .single-price span {
  color: #666;
  font-size: 16px;
}
#price .highlight span {
  color: #fff;
  font-size: 16px;
}
#price .single-price {
  padding: 40px 10px;
  margin-bottom: 60px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.13);
}
#price .highlight {
  padding: 40px 10px;
  margin-bottom: 60px;
  background-color: #9bb70d;
  border-radius: 5px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.13);
}
#price .single-price h1,
#price .single-price h4 {
  text-align: center;
}
#price .highlight h1,
#price .highlight h4 {
  color: #fff;
  text-align: center;
}
#price ul {
  padding: 0;
  padding-top: 10px;
  list-style-type: none;
}
#price h1 {
  padding-bottom: 10px;
}
#price .single-price ul {
  border-top: 1px solid #bbb;
}
#price .single-price del {
  color: #8d8d8d;
}
#price .highlight del {
  color: #e5e5e5;
}
#price .highlight ul {
  border-top: 1px solid #fff;
}
#price .single-price ul li {
  font-size: 16px;
  color: #000;
  text-align: center;
  margin-top: 15px;
  padding-bottom: 5px;
}
#price .highlight ul li {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-top: 15px;
  padding-bottom: 5px;
}

/* Quote */
#quote {
  background: url(http://theemaildeveloper.com/assets/img/code2.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);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/*-------------------------------------------------------*/
  /* Team */
/*-------------------------------------------------------*/
#team {
  background-color: #f5f5f5;
  padding-bottom: 60px;
}
#team .single-team {
  padding: 40px 10px; 
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.13);
}
#team img {
  width: 200px;
  border: 4px solid #9bb70d;
  margin: auto;
}
#team  p {
  text-align: center;
}
#team .subtitle {
  margin-top: 20px;
}
#team p {
  padding: 0px 10px;
}
p.designation {
  color: #9bb70d;
  font-size: 14px;
  font-style: italic;
}
#team .team-btn {
  background-color: #9bb70d;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  margin-bottom: 20px;
}
#team .team-btn:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}
#team .data {
  border: 1.5px solid #bbb;
  margin: 20px 10px 0 10px;
}

/* Portfolio */
#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;
}
#portfolio ul.work-list li:hover {
  color: #9bb70d;
}
#portfolio .active {
  background-color: #9bb70d;
  color: #fff !important;
}
#portfolio .portfolio-item {
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 7px 16px 0 rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0 7px 16px 0 rgba(50, 50, 50, 0.2);
  -webkit-box-shadow: 0 7px 16px 0 rgba(50, 50, 50, 0.2);
}
#portfolio .portfolio-item img {
  margin: auto;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
#portfolio .overlay {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -webkit-transition: 0.5s ease-out;
}
#portfolio .portfolio-item:hover img {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
} 
#portfolio .portfolio-item:hover .overlay {
  opacity: 0.9;
}
#portfolio .portfolio-item:hover img {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
} 
#portfolio .work-table {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}
#portfolio .table-cell {
  display: table-cell;
  vertical-align: middle;
}
#portfolio .work-content {
  color: #fff;
}
#portfolio .work-content h3 {
  margin-top: 0;
}
#portfolio .work-content p {
  color: #fff;
  font-size: 16px;
  padding: 0px 20px;
}
#portfolio .work-content .fa {
  background-color: #9bb70d;
  color: #fff;
  padding: 10px;
  margin: 0px 5px;
  border-radius: 50%;
}

/* Fun Fact */
#counter {
  position: relative;
  height: auto;
  background: #f5f5f5 url(http://theemaildeveloper.com/assets/img/bg-4.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
#counter .single-counter {
  margin-bottom: 60px;
  text-align: center;
}

/* Testimonial */
#testimonial {
  padding-bottom: 60px;
}
.single-testimonial {
  position: relative;
  background-color: #fff;
  padding: 15px 20px;
  border: 1.5px solid #bbb;
  margin: 10px;
}
.t-image {
  position: absolute;
  left: 20px;
  top: 20px;
}
.t-image img {
  max-width: 100px;
  height: 100px;
  border: 2px solid #9bb70d;
}
.t-name {
  position: absolute;
  left: 140px;
  padding: 13px 0px;
}
.t-content {
  margin-top: 120px;
  font-size: 15px;
}
#testimonial p {
  text-align: left;
}
.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;
}

/* Marketing */
#marketing {
  background: url(http://theemaildeveloper.com/assets/img/bg-1.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 100px 0px;
  color: #fff;
}
#marketing h2 {
  margin: 0;
  text-align: center;
  line-height: 1.5;
}

/* 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;
  font-size: 14px;
}
#blog .post-description .fa {
  padding-left: 20px;
}
#blog .single-blog .subtitle {
  text-align: left;
  padding-left: 20px;
  margin-top: 10px;
}
#blog p {
  text-align: left;
  font-size: 15px;
  padding: 0px 20px 10px 20px;
}
#blog .blog-btn {
  font-size: 15px;
  padding: 10px 18px;
  color: #fff;
  background-color: #9bb70d;
  border-radius: 3px;
}
#blog .blog-btn:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}
#blog .blog-btn:visited {
  text-decoration: none !important;
}

/* Contact */
#contact {
  background-color: #f5f5f5;
}
#contact h3 {
  font-weight: 500;
}
.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: 175px;
  width: 100%;
  padding: 14px;
}
.mb-10 {
  margin-bottom: 10px
}
.mt-10 {
  margin-top: 10px;
}
.m-10 {
  margin: 10px;
}
.mt-20 {
  margin-top: 20px;
}
#contact .send-btn {
  background-color: #9bb70d;
  color: #fff;
  font-weight: bold;
  padding: 15px 20px;
  margin-bottom: 60px;
  border: none;
  border-radius: 4px;
  float: right;
}
#contact .send-btn:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}
#map {
  width: 100%;
  height: 500px;
}

/* Clients */
#partners {
  background-color: #fff;
  padding: 60px 0px;
}
#partners img {
  max-width: 180px;
  padding: 0px 30px;
  margin: auto;
}

/* Scroll up */
#scroll-up {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #a9a9a9; 
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #fff;
  cursor: pointer;
  float: right;
  font-size: 26px;
  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;
  text-align: center;
}
footer p {
  color: #bbb;
}
footer .social a {
  width: 32px;
  height: 32px;
  text-decoration: none;
  color: #fff;
  background-color: #9bb70d;
  display: inline-table;
  margin: 20px 5px;
  font-size: 14px;
  border-radius: 50%;
}
footer .social .fa {
  border-radius: 50%;
}
footer .social a i{
  display: table-cell;
  vertical-align: middle;
}
footer .social .fa-facebook {
  background-color: #3B5998;
}
footer .social .fa-twitter {
  background-color: #00ACEE;
}
footer .social .fa-google-plus {
  background-color: #DD4B39;
}
footer .social .fa-linkedin {
  background-color: #0077B5;
}
footer .social .fa-pinterest {
  background-color: #C8232C;
}
footer .social .fa-flickr {
  background-color: #FF0084;
}
footer .social .fa-youtube-play {
  background-color: #b31217;
}
footer .social a:hover .fa {
  background-color: #9bb70d !important;
  color: #fff;
}