/*!
 * Start Bootstrap - Resume v4.0.0-beta.2 (https://startbootstrap.com/template-overviews/resume)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-resume/blob/master/LICENSE)
 */
body {
  font-family: 'Open Sans', serif;
  padding-top: 54px;
  color: #52585F; }

@media (min-width: 992px) {
  body {
    padding-top: 0;
    padding-left: 17rem; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Saira Extra Condensed', serif;
  font-weight: 700;
  color: #343a40; }

h1 {
  font-size: 6rem;
  line-height: 5.5rem; }

h2 {
  font-size: 3.5rem; }

.subheading {
  font-weight: 500;
  font-family: 'Saira Extra Condensed', serif;
  font-size: 1.35rem; }

.list-social-icons a {
  color: #495057; }
  .list-social-icons a:hover {
    color: #009688; }
  .list-social-icons a .fa-lg {
    font-size: 1.75rem; }

.list-icons {
  font-size: 3rem; }
  .list-icons .list-inline-item i:hover {
    color: #BD5D38; }

#sideNav .navbar-nav .nav-item .nav-link {
  font-weight: 600;
  text-transform: uppercase; }

@media (min-width: 992px) {
  #sideNav {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 17rem;
    height: 100vh; }
    #sideNav .navbar-brand {
      display: flex;
      margin: auto auto 0;
      padding: 0.5rem; }
      #sideNav .navbar-brand .img-profile {
        max-width: 10rem;
        max-height: 10rem;
        border: 0.5rem solid rgba(255, 255, 255, 0.2); }
    #sideNav .navbar-collapse {
      display: flex;
      align-items: flex-start;
      flex-grow: 0;
      width: 100%;
      margin-bottom: auto; }
      #sideNav .navbar-collapse .navbar-nav {
        flex-direction: column;
        width: 100%; }
        #sideNav .navbar-collapse .navbar-nav .nav-item {
          display: block; }
          #sideNav .navbar-collapse .navbar-nav .nav-item .nav-link {
            display: block; } }

section.resume-section {
  border-bottom: 1px solid #dee2e6;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; 
  }
  
section.resume-section .resume-item .resume-date
 {
    min-width: none;
  }

@media (min-width: 768px) {
  section.resume-section {
    min-height: 100vh; }
    section.resume-section .resume-item .resume-date {
      min-width: 18rem; } }

@media (min-width: 992px) {
  section.resume-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; } }

.bg-primary {
  background-color: #00796B !important; }

.text-primary {
  color: #00796B !important; }

a {
  color: #00796B; }
  a:hover, a:focus, a:active {
  color: #38A597;
    }
    
/*** main carousel ***/
 .carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


/*** about counter ***/
.counter-box {
    display: block;
    background: #f6f6f6;
    padding: 40px 20px 37px;
    border-radius: 5px;
    text-align: center
}

.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #909090;
    font-size: 18px;
    font-weight: 500
}

.counter-box i {
    font-size: 60px;
    margin: 0 0 15px   
}

.counter {
    display: inline;
    font-size: 32px;
    font-weight: 700;
    color: #666;
   
}

.counter-text {
    display: inline;
    font-size: 32px;
    font-weight: 700;
    color: #666;
}

.fa-heart {color: #BA3514;}
.fa-calendar {color: #FF9702;}
.fa-coffee {color: #B09675;}
.fa-desktop {color: #2E4C59;}


/*** service box ***/

.serviceBox
{
    padding: 30px 30px 30px 90px;
    background: #f8f8f8;
    color: #333;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 5px;
}

.serviceBox:hover{
    background: #00796B;
    color: #fff;
}

.serviceBox:after{
    content: "";
    display: block;
    border-top: 500px solid #fff;
    border-left: 500px solid transparent;
    margin-top: -55%;
    margin-left: 100%;
    opacity: 0;
    position: absolute;
    transform: scale(2);
    transition: all 0.3s ease-in-out 0s;
}
.serviceBox .service-icon{
    font-size: 50px;
    color: #00796B;
    position: absolute;
    top: 40px;
    left: 20px;
    transition:all 0.3s ease-in-out 0s;
}

.serviceBox:hover .service-icon{
    color: #fff;
}

.serviceBox .title{
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 12px 0;
    text-transform: capitalize;
}

.serviceBox .description{
    font-size: 15px;
    color: #a3a3a3;
    line-height: 25px;
    margin: 0;
    transition: all 0.3s ease-in-out 0s;
}

.serviceBox:hover .description{
    color: #fff;
}


.serviceBox:hover .title{
    color: #fff;
}
@media only screen and (max-width: 990px){
    .serviceBox{ margin-bottom: 15px; }
}

/*** edu tabs ***/

  .rounded-nav {
    border-radius: 5px !important;
  }

  .rounded-nav .nav-link {
    border-radius: 5px !important;    
  }
  
  .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #00796B;
}

/*** image gallery ***/

.photo-gallery {
  color:#313437;
  background-color:#fff;
}

.photo-gallery p {
  color:#7d8285;
}

.photo-gallery h2 {
  font-weight:bold;
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}

@media (max-width:767px) {
  .photo-gallery h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.photo-gallery .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto 40px;
}

.photo-gallery .intro p {
  margin-bottom:0;
}

.photo-gallery .photos {
  padding-bottom:20px;
}

.photo-gallery .item {
  padding-bottom:30px;
}


/*** progress bar ***/

.p-5 {
    padding: 0rem !important;
}

.progress {
  height: 25px;
}

.progress {
  margin-bottom: 10px;
}

.progress-bar {
  width: 0;
}

.progress-bar {
  text-align: left;
  transition-duration: 3s;
}

/*** testimonials carousel ***/
/** bubble **/

 .speech {
  position: relative;
  background: #f8f8f8;
  border-radius: 5px;
  padding: 20px;
  max-width: 100%;
}

.speech:after {
  /* [THESE WILL CREATE THE TRIANGLE] */
  content: '';
  border: 20px solid transparent;
  border-top-color: #f8f8f8;
  border-bottom: 0;
  /* [THESE WILL POSITION THE TRIANGLE] */
  position: absolute;
  bottom: -20px;
  left: 20%;
  margin-left: -20px;
}

.fa-quote-left {color: #c0c0c0;}

/*** carousel indicators color ***/

.carousel .carousel-indicators li {
  background-color: #c0c0c0;
}

.carousel .carousel-indicators .active {
  background-color: #000;
}

.test {
  height: auto;
  }
  
/*** carousel indicators position ***/
  .car-ind {
    bottom: -30px;
    }

/*** profile image small screen ***/    
 .img-profile {
      max-width: 30%;
      height: auto;
      border: 0.5rem solid;
      border-color: #339489;
    }


/*** contact form submit bttn ***/     
.btn-primary {
    background-color: #00796B;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #009F8B;
}


/*** portfolio gallery ***/  

  
.image1 {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
  border: 1px solid #000;
  margin: 10px;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.container1:hover .image1 {
  opacity: 0.35;
}

.container1:hover .middle {
  opacity: 1;
}

.text1 {
  color:#000;
  font-size: 13px; 
}

.fa-search {
color: #00796B;
font-size: 30px;
}