/* ==================================================================

*   Privado Media Queries

TOC : 

1. screenwidth greater than 1400px (Large Screens)
2. screenwidth greater than 1024px (Medium Screen/Large Tablets)
3. screenwidth less than 1024px (Medium Screen/Large Tablets)
4. screenwidth less than 960px (Mobile wide/Smaller Tablets)
5. screenwidth less than 768px (Mobile wide/Smaller Tablets)
6. screenwidth greater than 480px (Medium Screen Mobile)
7. screenwidth less than 480px (Small Screen Mobile)


/* ================================================================== */



/* Screens Resolution : 1400px+
-------------------------------------------------------------------------- */
@media only screen and (min-width: 1401px) {

  .about-me .bio-inner {
    padding: 70px 30px;
  }

  .about-me .profile-image h2 {
    font-size: 96px;
  }

  .about-me .profile-image h3 {
    font-size: 21px;
    line-height: 1.8em;
  }

  .portfolio-container {
    padding: 50px 200px;
  }

 .portfolio-items figure {
    max-width: none;
  }

  .portfolio-items figure.effect-roxy h2 {
    padding: 30% 0 10px 5px;
    font-size: 1.5em;
  }

  .portfolio-items figure p {
    font-size: 68.5%;
    letter-spacing: 1px;
  }

}

/* Screens Resolution : 1024px+
-------------------------------------------------------------------------- */

@media only screen and (min-width: 1024px) {

.page-container .page-close {
  background-image:url("../img/icons/icon-close-desktop.svg");
}

.page-container .page-scroll {
  background-image:url("../img/icons/icon-arrow-desktop.svg");
}

.page-container .single-page::after {
  background-attachment:fixed;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.8s,opacity .5s;
  -moz-transition: -moz-transform 0.8s,opacity .5s;
  transition: transform 0.8s,opacity .5s
}


.page-container .single-page.is-loaded::after {
  opacity:0.15;
}

.no-touch .page-container .single-page:hover::after,.page-container .single-page.is-full-width.is-loaded::after {
  opacity:1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
}

/* min-width: 1024px end*/


/* screenwidth less than 1024px
--------------------------------------------------------------------- */

@media only screen and (max-width: 1024px) {

.page-title h2 {
  font-size: 1.25em;
}

.page-title p {
  font-size: 14px;
}

.about-me .profile-image {
  padding: 40px 20px;
}

.about-me .bio p {
  font-size: 14px;
}

.about-me .bio .buttons {
  margin: 10px auto;
}

.hire-me.btn, .download-resume.btn {
  padding: 15px;
  width: 175px;
  font-size: 12px;
}

.about-me .bio-inner {
  padding: 40px 20px;
  position: absolute;
}


.hire-me.btn:after, .download-resume.btn:after{
	content: "";
}

.education ul li p {
  padding-left: 50px;
}

.employment ul li p {
  padding-right: 50px;
}

.portfolio-container {
  padding: 50px 10px;
}

.social-profiles ul {
  width: 90%;
}

}


/* screenwidth less than 960px (Mobile wide/Smaller Tablets)
--------------------------------------------------------------------- */
@media only screen and (max-width: 900px) {

.about-me .profile-image h2 {
  font-size: 54px;
}

.about-me .profile-image h3 {
  font-size: 14px;
}

.about-me .bio {
  padding: 0;
}

.about-me .bio p {
  font-size: 13px;
}

.about-me .bio-inner {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.65);
  height: 100%;
  min-height: 560px;
  left: 0;
  padding: 40px 20px;
  position: relative;
  top: 0;
  width: 100%;
}

.hire-me.btn, .download-resume.btn {
  padding: 15px;
  width: 150px;
  font-size: 11px;
}

.service-list {
  width: 95%;
}

.fun-facts {
  padding: 10px;
}

.fun-facts ul {
  width: 100%;
}

.service-list ul li p {
  padding: 5px 15px;
}


.recognition .rec-inner {
  padding: 100px 50px;
}

.skill-container {
  padding: 20px;
}

.recognition .rec-list {
  padding: 30px 10px;
}

.recognition .rec-list ul li span {
  margin-right: 10px;
}

.recognition .rec-list ul li h3 {
  font-size: 14px;
  line-height: 20px;
  margin: 8px 0 0;
  padding: 5px;
}

.recognition .rec-list ul li h5 {
  margin: 0;
}

.portfolio-items figure img {
  opacity: 0.4;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.portfolio-items figure.effect-roxy p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}


.testimonials blockquote p {
  max-width: 600px;
}


.project-url.btn {
  background:#3f3f46;
  text-transform: uppercase;
  color:#fff;
  border-color:#3f3f46
}

.project-url.btn:after {
  right: 30px;
}


.address {
  float: none;
  min-height: 250px;
  position: relative;
  width: 100%;
  overflow: hidden;
}


.address:after {
  border: none;
}

.map-container {
  float: none;
  height: 300px;
  min-height: 0;
  position: relative;
  width: 100%;
}


.location img {
  width: 40px;
}

.location h4 {
  font-size: 10px;
}

.social-profiles ul {
  width: 60%;
}

.map-container {
  min-width: 100vw;
}

.fun-facts h3 {
  font-size: 28px;
  margin: 5px;
  padding: 5px;
}

.fun-facts h3 i {
  font-size: 28px;
}

.fun-facts ul li {
  border-right: 1px solid #fff;
}

.fun-facts h5 {
  font-size: 12px;
}
}


/* Mobile wide/Smaller Tablets
---------------------------------------------------------------------- */

@media only screen and (max-width: 767px) {

.is-full-width .page-title {
  box-shadow: none;
}

.page-title span {
  display: none;
}

.page-title span i {
  font-size: 1.5em;
  box-shadow: 0 0 0 20px transparent;
}

.menu-desc {
	opacity: 1!important;
}

.page-title h2 {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  line-height: 100;
  margin: auto;
}

.page-title p {
  display: none;
}

.is-full-width .page-title span {
  display: block;
}

.is-full-width .page-title h2 {
  background: none;
  line-height: 1.5em;
  margin: auto;
}

.is-full-width .page-title p {
  display: block;
}

.about-me {
  padding: 0;
}

.about-me .profile-image {
  width: 100%;
  padding: 20px;
  min-height: 200px;
}

.about-me .bio {
  width: 100%;
  min-height: 0;
  padding: 0;
}

.about-me .bio-inner {
  min-height: 0;
  padding: 40px 0;
}

.about-me .bio h3 {
  font-size: 16px;
  line-height: 20px;
  padding: 0 10px;
  text-align: left;
}

.about-me .bio p {
  font-size: 14px;
  padding: 0 10px;
}

.services {
  padding: 20px 0 30px;
}

.services .sec-divider {
  margin: 10px auto 0;
}

.services .section-title {
  font-size: 24px;
  padding: 20px;
}

.service-list {
  width: 90%;
}

.service-list ul li {
  display: block;
  float: left;
  margin: 8px auto;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

.fun-facts {
  padding: 5px;
}

.fun-facts ul li {
  border-right: 1px solid #fff;
}

.fun-facts h3 {
  font-size: 20px;
}
.fun-facts h3 i{
  font-size: 20px;
}

.fun-facts h5 {
  font-size: 10px;
  letter-spacing: 0;
  margin: 5px auto;
  padding: 2px 0;
}

.footer {
  padding: 20px 10px;
}

.resume {
  padding: 20px 0;
}

.resume .sec-divider {
  margin: 10px auto 0;
}

.resume .education h2, .resume .employment h2 {
  font-size: 16px;
  padding: 15px 0;
}

.education ul li h3, .employment ul li h3 {
  font-size: 14px;
}

.education ul li h4, .employment ul li h4 {
  font-size: 13px;
  padding: 0;
}

.resume .education {
  padding-left: 5px;
  padding-right: 20px;
}

.resume .employment {
  padding-left: 20px;
  padding-right: 5px;
}

.education ul li p {
  padding-left: 20px;
}

.employment ul li p {
  padding-right: 20px;
}

.skills {
  padding: 20px 0;
}

.skills .sec-divider {
  margin: 10px auto 0;
}

.skills .section-title {
  font-size: 24px;  
  padding: 20px;
}

.skill-container {
  margin: 10px auto;
}


.skills figure canvas {
  height: 100px !important;
  width: 100px !important;
}

.skill-container .skill figcaption {
  font-size: 13px;
  padding: 10px;
}


.recognition .rec-desc {
  display: block;
  float: none;
  min-height: 0;
  width: 100%;
  padding: 0;
}

.recognition .rec-desc h2 {
  font-size: 24px;
}

.recognition .rec-list {
  display: block;
  float: none;
  margin-left: 50px;
  padding: 30px 5px;
  width: 100%;
}

.recognition .rec-inner {
  padding: 30px;
  position: relative;
}

.portfolio-items figure.effect-roxy figcaption {
  padding: 2em;
}


.testimonials {
  padding: 20px 0;
}

.testimonials .sec-divider {
  margin: 20px auto;
}

.testimonials .text-container {
  padding-bottom: 20px;
}

.testimonials .section-title {
  font-size: 24px;
  margin: 10px auto 20px;
  padding: 10px;
}

.testimonials blockquote p {
  font-size: 14px;
  max-width: 350px;
}

.white-popup {
  max-width: 95%;
}

.project-title {
  font-size: 16px;
}

.project-desc {
  font-size: 13px;
}

.contact {
  padding: 20px 0;
}

.contact .sec-divider {
  margin: 20px auto;
}

.contact .section-title {
  font-size: 24px;
  padding: 10px;
}

.form-container {
  margin: 30px auto;
  padding: 20px;
  width: 90%;
}

.address {
  padding: 60px 0;
}

.social .social-profiles ul {
  width: 100%;
}

.map-container {
  height: 220px;
}

.footer a {
  font-size: 11px;
  padding-right: 10px;
}

.footer span {
  font-size: 10px;
  margin-left: 5px;
}

}

@media only screen and (width: 412px) {
  @media only screen and (height: 846px) {
    .testimonials {
      background: none repeat scroll 0 0 #F3F3F3;
      display: block !important;
      height: 100%;
      min-width: 100vw;
      overflow: hidden;
      padding: 50px 0;
      position: relative;
      width: 100%;
    }
  }
}


/* Medium Screen Mobile
  -------------------------------------------------------------------------- */

@media only screen and (max-width: 479px) {
  
  #outside {
    position: fixed;
    display: none;
    width: 40%;
    height: 100%;
    top: 0;
    margin-left: 100%;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    z-index: 2;
    cursor: pointer;
  }

.about-me .profile-image {
  padding: 20px;
  width: 100%;
}

.about-me .bio h3 {
  margin-top: 5px;
}

.hire-me.btn, .download-resume.btn {
  font-size: 12px;
  padding: 15px;
  width: 100%;
}

.service-list .service {  
  margin: 10px auto;
}


.service-list .service p {
  padding: 5px;
}



.fun-facts ul li {
  border-right: 1px solid #fff;
  float: left;
  margin: 20px auto;
}

.fun-facts h3 i, .fun-facts h3 i {
  font-size: 18px;
  line-height: 18px;
}

.fun-facts h5 {
  font-size: 8px;
  letter-spacing: 0;
}

.resume .education h2, .resume .employment h2 {
  font-size: 13px;
}

.education ul li h3, .employment ul li h3 {
  font-size: 12px;
}

.education ul li h4, .employment ul li h4 {
  font-size: 12px;
  line-height: 12px;
  margin: 0;
}

.education ul li p {
  padding-left: 5px;
}

.employment ul li p {
  padding-right: 5px;
}

.education ul li span, .employment ul li span {
  font-size: 12px;
}

.education ul li p, .employment ul li p {
  font-size: 13px;
  line-height: 22px;
}

.skill-container .skill figcaption {
  font-size: 10px;
  text-align: center;
}

.recognition .rec-list {
  margin-left: 15px;
}

.testimonials blockquote p {
  font-size: 13px;
  max-width: 300px;
}

.testimonials blockquote p:before {
  font-size: 16px;
}

.testimonials blockquote p:after {
  font-size: 16px;
  margin-left: 3px;
}

.testimonials blockquote cite {
  font-weight: bold;
}

.form-container input {
  width: 100%;
  display: block;
  float: none;
  padding: 15px;
  margin: 10px auto;
}

.form-container textarea, .form-container button {
  padding: 15px;
  margin: 10px auto;
}

.social .social-profiles ul {
  width: 100%;
  padding: 0;
}

.social-profiles ul li a i {
  font-size: 18px;
  height: 36px;
  line-height: 36px;
  width: 36px;
}

.address {
  min-height: 240px;
  padding: 45px 0;
}

.map-container {
  height: 200px;
}


}
@media only screen and (width: 360px) {
  .resume .education h2,.resume .employment h2 {
    color:#1F1F20;
    font-size:11.5px;
    letter-spacing:1px;
    padding:36px 0;
  }

  /*LG G FLEX 2 */
 /* @media screen and (min-height:570px) and (max-height:590px){
    .testimonials {
      background: none repeat scroll 0 0 #F3F3F3;
      display: block !important;
      height: 700px;
      min-width: 100vw;
      overflow: hidden;
      padding: 50px 0;
      position: relative;
      width: 100%;
    }
  }*/


  @media only screen and (height:598px) {
    .testimonials {
      background: none repeat scroll 0 0 #F3F3F3;
      display: block !important;
      height: 100%;
      min-width: 100vw;
      overflow: hidden;
      padding: 50px 0;
      position: relative;
      width: 100%;
    }
  }
  
  
  @media only screen and (height:740px) {
    .testimonials {
      background: none repeat scroll 0 0 #F3F3F3;
      display: block !important;
      height: 100%;
      min-width: 100vw;
      overflow: hidden;
      padding: 50px 0;
      position: relative;
      width: 100%;
    }
    .bottom-left {
      position: absolute;
      font-size:30.0625px;
      color: #EBEBEB;
      top: 1px;
      left: 13px;
      }
  }
  
    #outside {
      position: fixed;
      display: none;
      width: 30%;
      height: 100%;
      top: 0;
      margin-left: 100%;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0);
      z-index: 2;
      cursor: pointer;
    }
  }


  
  @media only screen and (width: 375px) {
    @media only screen and (height:812px) {
      .loader3 {
        background: url("../img/loading.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
        height: 128px;
        width: 128px;
        position: absolute;
        left: 33%;
        top: 55% ;
      }
    .testimonials {
      background: none repeat scroll 0 0 #F3F3F3;
      display: block !important;
      height: 100%;
      min-width: 100vw;
      overflow: hidden;
      padding: 50px 0;
      position: relative;
      width: 100%;
    }
    .bottom-left {
      position: absolute;
      font-size:32.98px;
      color: #EBEBEB;
      top: 1.097px;
      left: 13px;
      }
  }
  @media only screen and (height:667px) {
    .testimonials {
      background: none repeat scroll 0 0 #F3F3F3;
      display: block !important;
      height: 100%;
      min-width: 100vw;
      overflow: hidden;
      padding: 50px 0;
      position: relative;
      width: 100%;
    }
    .bottom-left {
      position: absolute;
      font-size:27.096px;
      color: #EBEBEB;
      top: 0.901px;
      left: 13px;
      }
  }

    
    
      #outside {
        position: fixed;
        display: none;
        width: 34%;
        height: 100%;
        top: 0;
        margin-left: 100%;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0);
        z-index: 2;
        cursor: pointer;
      }
    }

    @media only screen and (width: 384px) {
      
        #outside {
          position: fixed;
          display: none;
          width: 35%;
          height: 100%;
          top: 0;
          margin-left: 100%;
          right: 0;
          bottom: 0;
          background-color: rgba(0, 0, 0, 0);
          z-index: 2;
          cursor: pointer;
        }
      
      }

      @media only screen and (width: 411px) {
        @media only screen and (height:823px) {
          .testimonials {
            background: none repeat scroll 0 0 #F3F3F3;
            display: block !important;
            height: 100%;
            min-width: 100vw;
            overflow: hidden;
            padding: 50px 0;
            position: relative;
            width: 100%;
          }
          .bottom-left {
            position: absolute;
            font-size:33.434px;
            color: #EBEBEB;
            top: 1.112px;
            left: 13px;
            }
        }
        @media only screen and (height:731px) {
          .testimonials {
            background: none repeat scroll 0 0 #F3F3F3;
            display: block !important;
            height: 100%;
            min-width: 100vw;
            overflow: hidden;
            padding: 50px 0;
            position: relative;
            width: 100%;
          }
          .bottom-left {
            position: absolute;
            font-size:29.696875px;
            color: #EBEBEB;
            top: 1.0123px;
            left: 13px;
            }
        }
      }

      @media only screen and (width: 414px) {
        @media only screen and (height:736px) {
          .bottom-left {
            position: absolute;
            color: #EBEBEB;
            font-size:29.9px;
            top: 0.994px;
            left: 13px;
            }
            .testimonials {
              background: none repeat scroll 0 0 #F3F3F3;
              display: block !important;
              height: 100%;
              min-width: 100vw;
              overflow: hidden;
              padding: 50px 0;
              position: relative;
              width: 100%;
            }
        }
        @media only screen and (height:896px) {
          .loader3 {
            background: url("../img/loading.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
            height: 128px;
            width: 128px;
            position: absolute;
            left: 33%;
            top: 53% ;
          }
          .bottom-left {
            position: absolute;
            color: #EBEBEB;
            font-size:36.4px;
            top: 1.4px;
            left: 13px;
            }
            .testimonials {
              background: none repeat scroll 0 0 #F3F3F3;
              display: block !important;
              height: 100%;
              min-width: 100vw;
              overflow: hidden;
              padding: 50px 0;
              position: relative;
              width: 100%;
            }
            .testimonials h2 {
              font-family: "Times New Roman", Times, serif;
              font-size: 28px;
              font-weight:900;
              color:#000000;
              text-align:left;
             
            }
            .testimonials dt {
              font-family: "Times New Roman", Times, serif;
              font-size: 17px;
              font-weight:500;
              color:#000000;
              text-align:left;
              margin-left: -10px
            }
            .testimonials dd {
              font:14px/18px Merriweather,sans-serif;
              font-weight:300;
              color:#332E2E;
              text-align:left;
              padding-bottom: 20px;
              margin-left: -10px
            }
            .special h2 {
              font-family: "Times New Roman", Times, serif;
              font-size: 28px;
              font-weight:900;
              color:#FFFFFF;
              text-align:center;
             
            }
            .special dt {
              font-family: 'Courgette';
              font-size: 17px;
              font-weight:500;
              color:#FDFDFD;
              text-align:center;
              margin-left: -10px
            }
            .special dd {
              font:14px/18px Merriweather,sans-serif;
              font-weight:300;
              color:#FFFFFF;
              text-align:center;
              padding-bottom: 20px;
              margin-left: -10px
            }
            .containers span {
              color: #FFFFFF;
              font-size: 35px;
              margin-right: 15px;
            }
            
            .containers p {
              color: #FFFFFF;
              font-size: 21px;
              margin-right: 15px;
            }
            .sidenav a{
              padding: 8px 8px 8px 32px;
              text-decoration: none;
              font-size: 27px;
              color: #D6D6D6;
              display: block;
              border: none;
              background: none;
              outline: none;
              transition: 0.3s;
            }
            
            
            .icon-bar {
              width: 100%;
              background-color: rgba(0, 0, 0, 0);
              overflow: auto;
              margin-left: 10px;
              margin-top:85px;
          }
          
        }
        

        
      }


/*oneplus 3,3t,5,5t,6,6t,2,one*/
@media screen and (min-width:455px) and (max-width:457px){
  .loader3 {
    background: url("../img/loading.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 128px;
    width: 128px;
    position: absolute;
    left: 33%;
    top: 55% ;
  }
          .bottom-left {
            position: absolute;
            color: #EBEBEB;
            font-size:29.9px;
            top: 3px;
            left: 13px;
            }
            .testimonials {
              background: none repeat scroll 0 0 #F3F3F3;
              display: block !important;
              height: 100%;
              min-width: 100vw;
              overflow: hidden;
              padding: 50px 0;
              position: relative;
              width: 100%;
            }
            #outside {
              position: fixed;
              display: none;
              width: 45%;
              height: 100%;
              top: 0;
              margin-left: 100%;
              right: 0;
              bottom: 0;
              background-color: rgba(0, 0, 0, 0);
              z-index: 2;
              cursor: pointer;
            }
         
         }
       
      



/* Small Screen Mobile
  -------------------------------------------------------------------------- */

@media only screen and (max-width: 337px) {
  
  .page-title h2 {
    font-size: 1.05em;
  }

  @media screen and (min-height:533px) {
    .testimonials {
      background: none repeat scroll 0 0 #F3F3F3;
      display: block !important;
      height: 100%;
      min-width: 100vw;
      overflow: hidden;
      padding: 50px 0;
      position: relative;
      width: 100%;
    }
    

  }

/* ----------------------------------------------------
/* 6.a. Testimonials Styles
/* ---------------------------------------------------- */
.loader3 {
  background: url("../img/loading.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
  height: 128px;
  width: 128px;
  position: absolute;
  left: 33%;
  top: 60% ;
}

.testimonials {
  background: none repeat scroll 0 0 #F3F3F3;
  display: block !important;
  height:100%;
  min-height: 200px;
  min-width: 100vw;
  overflow: hidden;
  padding: 50px 0;
  position: relative;
  width: 100%;
}

.over-div {
  background:none repeat scroll 0 0 rgba(0,0,0,0.04);
  bottom:0;
  position:absolute;
  right:0;
  top:0;
  width:50%
}
.testimonials .text-container {
  padding-top:1px;
  padding-bottom:1px
}
.testimonials h2 {
  font-family: 'Alegreya SC';
  font-size: 25px;
  font-weight:700;
  color:#000000;
  text-align:left;
 
}
.testimonials dt {
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  font-weight:500;
  color:#000000;
  text-align:left;
  margin-left: -10px
}
.testimonials dd {
  font:10px/14px Merriweather,sans-serif;
  font-weight:300;
  color:#332E2E;
  text-align:left;
  padding-bottom: 20px;
  margin-left: -10px
}

.testimonials h1 span {
  display:block
}

.testimonials .header-col {
  padding-top:9px
}

/*  Blockquotes */
.testimonials blockquote {
  margin:0 0 30px;
  position:relative;
  border: none;
}

.testimonials blockquote:before {
  content:none
}

.testimonials blockquote p {
  color:#3f3f46;
  display:block;
  font-size:16px;
  font-style:italic;
  line-height:28px;
  margin:0 auto;
  max-width:800px;
  padding:0;
  text-align:center
}

.testimonials blockquote cite {
  display:block;
  font-size:12px;
  text-align:center;
  font-style:normal;
  line-height:18px;
  color:#3f3f46;
}

.testimonials blockquote cite:before {
  content:"\2014 \0020"
}


.testimonials blockquote p:before {
  color: #3f3f46;
  content: "\f10d";
  font-family: "FontAwesome";
  font-size: 20px;
  margin-left: -20px;
  margin-top: -5px;
  opacity: 0.4;
  position: absolute;
}


.testimonials blockquote p:after {
  color: #3f3f46;
  content: "\f10e";
  font-family: "FontAwesome";
  font-size: 20px;
  margin-left: 1px;
  margin-top: 5px;
  opacity: 0.4;
  position: absolute;
}


.testimonials blockquote cite a,.testimonials blockquote cite a:visited {
  color:#8B9798;
  border:none
}

.owl-theme .owl-controls .owl-page span {
  background:none repeat scroll 0 0 #3f3f46!important
}

.clients {
  display:block;
  width:100%;
  margin:0 auto
}

.clients ul li {
  float:left;
  display:inline-block;
  margin:10px
}






  /* ----------------------------------------------------
/*   Side bar nav menu Styles
/* ---------------------------------------------------- */

body {
  font-family: "Lato", sans-serif;
}

.bottom-left {
  position: absolute;
  font-size:25.77px;
  color: #EBEBEB;
  top: -2.5px;
  left: 13px;
  }
.bottom-right {
position: absolute;
bottom: 3px;
left:15px;
color:#F8F8F8;
font-size:12px;
font-weight:700;
}

.bottom-p{
  position: absolute;
  bottom: 10px;
  right: 5px;
  color:#F8F8F8;
  font-size:12px;
  font-weight:700;
  -webkit-transition: 0.1s 0.1s 0.1s 0.1s;
  -moz-transition: 0.1s 0.1s 0.1s 0.1s;
  transition: 0.1s 0.1s 0.1s 0.1s;
}


.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.99);
  overflow-x: hidden;
  transition: 0.3s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 22px;
  color: #D6D6D6;
  display: block;
  transition: 0.3s;
}


.sidenav a.ex2:hover, a.ex2:active {
  color: #FFFFFF;
  font-size: 200%;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

img {
  border-radius: 50%;
}

.centered {
  position: absolute;
  top: 11%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.options{
  position: absolute;
  top: 180px;
  left:-10px;
}

#events {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.97);
  z-index: 2;
  cursor: pointer;
  overflow: auto;
}
#specialmenu{
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.97);
  z-index: 2;
  cursor: pointer;
  overflow: auto;
}




.closeicE{
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 40px;
  margin-left: 50px;
  color: white;
}
.closeicS{
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 40px;
  margin-left: 50px;
  color: white;
}

#outside {
  position: fixed;
  display: none;
  width: 22%;
  height: 100%;
  top: 0;
  margin-left: 100%;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 2;
  cursor: pointer;
}

/*------------media ICONS-------------------*/

body {margin:0;}

.icon-bar {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    overflow: auto;
    margin-left: 28px;
    margin-top:65px;
}

.icon-bar a {
    float: left;
    width: 20%;
    text-align: center;
    padding: 12px 0;
    transition: all 0.3s ease;
    color: white;
    font-size: 24px;
}

.icon-bar a:hover {
    background-color: rgba(0, 0, 0, 0);
}




/* -----------------dropdown translate-------------------- */

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgb(46, 46, 46);
  width:100%;
  margin-left: 20%;
  z-index: 1;
  height: 90px;
  overflow: auto;
  
}


.dropdown-content a {
  color:rgb(255, 255, 255);
  font-size: 18px;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: rgb(97, 97, 97)}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: rgba(0, 0, 0, 0);
}

/* -----------------EVENTS CONTAINER-------------------- */
.containers {
  border: 1px solid rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  padding: 20px;
  margin: 40px 0
}

.containers::after {
  content: "";
  clear: both;
  display: table;
}

.containers img {
  float: left;
  margin-right: 20px;
  border-radius: 50%;
}

.containers span {
  color: #FFFFFF;
  font-size: 25px;
  margin-right: 15px;
}

.containers p {
  color: #FFFFFF;
  font-size: 15px;
  margin-right: 15px;
}

/* -----------------SPECIAL CONTAINER-------------------- */


.special {
  
   min-height: 200px;
   max-width: 300px;
   padding: 50px 0;
   width: 100%;
   height:100%;
   display: block !important;
   position: relative;
   top: 55%;
   left: 53%;
   transform: translate(-50%, -50%);
   overflow-wrap: break-word;
   word-wrap: break-word;
   hyphens: auto;
 
 }
 
 .special h2 {
   font-family: 'Alegreya SC';
   font-size: 20px;
   font-weight:700;
   color:#FFFFFF;
   text-align:center;
  
 }
 .special dt {
   font-family: 'Courgette';
   font-size: 13px;
   font-weight:500;
   color:#FDFDFD;
   text-align:center;
   margin-left: -10px
 }
 .special dd {
   font:11px/15px Merriweather,sans-serif;
   font-weight:300;
   color:#FFFFFF;
   text-align:center;
   padding-bottom: 20px;
   margin-left: -10px
 }

.pp-container {
  width: 160px;
}

.about-me .bio h3 {
  font-size: 16px;
  line-height: 24px;
}

.about-me .bio p {
  font-size: 13px;
  padding: 0 5px;
}

.service-list ul li {
  margin: 3px auto;
}

.service-list ul li p {
  font-size: 13px;
  line-height: 20px;
}

.fun-facts h3 {
  font-size: 18px;
  line-height: 18px;
}

.fun-facts h5 {
  font-size: 7px;
  line-height: 7px;
}

.footer a {
  font-size: 10px;
}

.resume .education h2, .resume .employment h2 {
  font-size: 11px;
}

.education ul li h3, .employment ul li h3 {
  font-size: 15px;
  line-height: 18px;
}

.education ul li h4, .employment ul li h4 {
  font-size: 11px;
}

.education ul li p {
  padding-left: 10px;
}

.employment ul li p {
  padding-right: 10px;
}

.recognition .rec-list {
  margin-left: 5px;
}

.recognition .rec-list ul li h3 {
  font-size: 12px;
  line-height: 18px;
}

.recognition .rec-list ul li h5 {
  font-size: 12px;
}

.recognition .rec-list ul li h4 {
  font-size: 11px;
}

.recognition .rec-list ul li span {
  font-size: 70px;
}

.skill-container .skill {
  padding: 0;
}


.portfolio-items figure {
  max-height: 360px;
  max-width: 300px;
  min-width: 270px;
}


.testimonials blockquote {
  margin: 0 0 20px;
}

.testimonials blockquote p {
  font-size: 12px;
  line-height: 24px;
  max-width: 270px;
}

.testimonials blockquote p:before {
  font-size: 14px;
  margin-left: -16px;
}

.testimonials blockquote p:after {
  font-size: 14px;
  margin-left: 3px;
}

.location img {
  width: 36px;
}

.location h4 {
  font-size: 9px;
}

.social .social-profiles ul {
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 310px;
}


.map-container {
  height: 180px;
}

}



/* only for webkit  browsers */
/* to resolve flickering issue on chrome/safari for fixed background attachment */

@media screen and (-webkit-min-device-pixel-ratio:0) {
  .page-container .single-page::after {
    background-attachment: inherit;
  }
}
