/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */
/*   01 - GENERAL SETTINGS SECTION  */
/*   02 - TYPOGRAPHY SECTION  */
/*   03 - HEADER SECTION  */
/*   04 - NAVIGATION SECTION */
/*   05 - ABOUT SECTION */
/*   06 - SKILLS SECTION */
/*   07 - SERVICES SECTION */
/*   08 - RESUME SECTION */
/*   09 - WORK SECTION */
/*   10 - CLIENTS SECTION */
/*   11 - REVIEW SECTION */
/*   12 - CONTACT SECTION */
/*   13 - SOCIAL MEDIA SECTION */
/*   14 - FOOTER SECTION */
/*   15 - RESPONSIVE SECTION */



/******** GENERAL SETTINGS SECTION START ********/

html,
body {
    height: 100%;
}

#particles {
    width: 100%;
    height: 100%;
    padding: 0;
    z-index: 2;
    position: absolute;
} 

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #1b1b1b;
    opacity: 1; /* Firefox */
    font-weight: 300;
    font-size: 8pt;
    letter-spacing: 2pt;
    font-family: 'Montserrat', sans-serif;
} 

.padding {
    padding: 0 50px;
}

.no-padding {
    padding: 0;
}

.preloader-wrap {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #0C0C0C;
    z-index: 9999;
    overflow: hidden;
}

.preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 60px;
    margin: -30px 0 0 -40px;
}

.preloader .lines {
    width: 80px;
    height: 40px;
    position: absolute;
}

.preloader .lines .line {
    width: 90px;
    height: 15px;
    background-color: #fff;
    position: absolute;
    clip: rect(0,0,20px,0);
}

.preloader .lines .line.line-1 {
    top: 0;
    animation: slide 2s ease 0.1s infinite;
}

.preloader .lines .line.line-2 {
    top: 15px;
    animation: slide 2s ease .25s infinite;
}

.preloader .lines .line.line-3 {
    top: 30px;
    animation: slide 2s ease .5s infinite;
}

.preloader .loading-text {
    position: absolute;
    top: 50px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-family: "Montserrat",sans-serif;
    letter-spacing: 1px;
    line-height: 10px;
    height: 10px;
    text-transform: uppercase;
}

@keyframes slide {
    0% {
        clip: rect(0,0,20px,0);
    }

    30% {
        clip: rect(0,80px,20px,0);
    }

    50% {
        clip: rect(0,80px,20px,0);
    }

    80% {
        clip: rect(0,80px,20px,80px);
    }

    100% {
        clip: rect(0,80px,20px,80px);
    }
}

@keyframes fade {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.left-wrapper, .right-wrapper{
    padding-right: 0px;
    padding-left: 0px;
}

.image-wrapper {
    position: fixed;
    width: 33.3333%;
    height: 100%; 
    padding: 20px;
    background: url('../img/ava.jpg');
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.image-wrapper h2 {
    position: absolute;
    text-transform: uppercase;
    font-size: 28pt;
    font-weight: 700;
    line-height: 30pt;
    letter-spacing: 1pt;
    color: #fff;
    margin: 0;
    bottom: 60px;
}

.image-wrapper h2 span {
    display: block;
    text-transform: uppercase;
    font-size: 12pt;
    font-weight: 400;
    margin-top: 20px;
    letter-spacing: 1pt;
}

/******** TYPOGRAPHY SECTION START ********/

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2pt;
}


p {
    font-weight: 300;
    font-family: 'Roboto', sans-serif; 
}

.title {
    margin: 0;
    font-size: 11pt;
    font-weight: 700;
    letter-spacing: 3pt;
    color: #1b1b1b;
    text-transform: uppercase; 
}

.line {
    margin: 20px 0;
    width: 25px;
    height: 1px;
    background-color: #9e9e9e;
}
 

/******** NAVIGATION SECTION START ********/

/* Menu Button */
.menu-btn {
    font-size: 24pt;
    background: none;
    color: #9e9e9e;
    text-align: center;
    cursor: pointer;
    border: 0px;
    top: 30px;
    right: 30px;
    position: fixed;
    z-index: 5;
}

.menu-btn:hover {
    opacity: 0.6;
} 
 

/******** ABOUT SECTION START ********/

.about {
   padding-top: 150px;
}

.about {
    margin-top: 20px;
}

.about h2 {
    margin-bottom: 15px;
    font-size: 20pt;
    font-weight: 700;
    letter-spacing: 2pt;
    color: #000000;
}

.about h5 {
    font-size: 9pt;
    letter-spacing: 1pt;
}

.about p {
    font-size: 11pt;
    letter-spacing: 1pt;
    line-height: 19pt;
    margin: 0 auto;
    padding-top: 10px;
    color: #3B3B3B;
}

.about .table-text {
    margin-top: 30px;
   
}

.about .table {
    font-size: 10pt;
    font-weight: 700;
    letter-spacing: 1pt;
}

.about h3 {
    font-size: 12pt;
    letter-spacing: 0.4pt;
    margin: 8px 0; 
}

/******** SKILLS SECTION START ********/

.skill {
    padding-top: 170px;
}

.single_progress_bar .progress {
    height: 3px;
    margin-bottom: 40px;
    overflow: hidden;
    background-color: #dcdcdc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.single_progress_bar .progress-bar {
    background-color: #1b1b1b;
}

.single_progress_bar p{
    color: #1b1b1b;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1pt;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-top: 12px;
}

/******** SERVICES SECTION START ********/

.service {
    padding-top: 170px;        
}

.service .service-wrap {
    border: 1px solid #fff;
    padding: 25px 0px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s; 
}
 
.service .fa {
    font-size: 20pt;
    color: #1b1b1b;
}

.service h4 {
    margin: 15px 0;
    font-size: 12pt;
    font-weight: 700;
    color: #1b1b1b;
    letter-spacing: 1pt;
}

.service p {
    margin-top: 10px;
    font-size: 10pt;
    font-weight: 300;
    color: #757575;
    letter-spacing: 1px;
    line-height: 16pt;
}

/******** RESUME SECTION START ********/

.resume {
    margin-top: 120px;
    padding: 100px 30px;
    background-color: #fafbfc; 
}
 
.resume .nav-tabs {
    margin-bottom: 50px;
    border: none;
}

.resume .nav-tabs .nav-link {
    background: none;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    color: #1b1b1b;
    font-family: 'Montserrat', sans-serif;
    font-size: 11pt;
    font-weight: 700;
    letter-spacing: 0.5pt;
    cursor: pointer;
    padding: 11px 17px;
    margin-right: 15px;
}

.resume .nav-tabs .nav-link:hover {
    border: 1px solid #1b1b1b;
}

.resume .resume .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover
.resume .resume .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #969595;
} 
 

.resume .line {
    margin: 20px 0;
    width: 25px;
    height: 1px;
    background-color: #dcdcdc;
}

.resume .year {
    font-size: 12pt;
    font-weight: 400;
    letter-spacing: 2pt;
    color: #1b1b1b;
}

.resume h5 {
    font-size: 12pt;
    font-weight: 700;
    letter-spacing: 0.4pt;
    line-height: 20pt;
    color: #1b1b1b;
    margin-bottom: 7px;
}

.resume p {
    font-size: 12pt;
    letter-spacing: 0.4pt;
    color: #969595;
}

.resume hr {
    margin: 25px 0px;
    width: auto;
    height: 1px;
    background-color: #969595;
} 

/******** WORK SECTION START ********/

.work {
    padding-top: 150px;
}

.work .line {
    margin-bottom: 30px;
}

.work img {
    width: 100%;
    height: 100%;
}

.work img:hover {
    cursor: pointer;
}

.work .col-md-4 {
    padding-bottom: 30px;
}

.work .portfolio-thumb {
    position: relative;
    padding: 0;
}

.work .portfolio-thumb .portfolio-overlay {
    position: absolute;
    background: #1b1b1b;
    color: #ffffff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: top;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.work .portfolio-item {
    position: absolute;
    top:50%;
    left: 50%;
    -webkit-transform:translate(-50%,-50%);
      -ms-transform:translate(-50%,-50%);
          transform:translate(-50%,-50%);
}

.work .portfolio-thumb:hover .portfolio-overlay {
    opacity: 0.7;
}

.work .portfolio-item h3 {
    font-weight: 700;
    font-size: 10pt;
    letter-spacing: 1pt;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/******** TESTIMONIALS SECTION START ********/

.logos {
    margin-top: 150px;
    background-color: #fafbfc;
    padding: 50px 0px;
}

.logos .client-wrap {
    padding: 60px 0px;
}

.logos img {
    width: 50%;
}

/******** REVIEW SECTION START ********/

.review {
    background-color: #fafbfc;
}
 
.swiper {
    max-width: 700px;
    height: auto; 
    background-color: #fafbfc;
}

.swiper-slide {
    padding: 10px 20px;
    background-color: #fafbfc;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-wrapper img {
    width: 100px;
    border-radius: 180px;
    margin: 0 auto;
    margin-top: 0px;
}

.swiper-wrapper .review-wrap {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: filter 600ms ease;
    -webkit-transition: -webkit-filter 600ms ease
}

.swiper-wrapper .review-wrap:hover {
    cursor: pointer;
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

.swiper-wrapper .review-text {
    padding: 15px 0; 
    font-size: 11pt;
    font-weight: 300;
    letter-spacing: 1pt;
    color: #1b1b1b;
    line-height: 18pt;
}

.swiper-wrapper h4 {
    margin-top: 25px;
    margin-bottom: 100px;
    font-size: 12pt;
    font-weight: 700;
    color: #1b1b1b;
}

/******** CONTACT SECTION START ********/

.contact {
    padding-top: 150px;
}

.contact h4 {
    color: #1b1b1b;
    font-size: 10pt;
    font-weight: 700;
    letter-spacing: 1pt;
}

.contact h3 {
    font-size: 12pt;
    letter-spacing: 1pt; 
}

#form {
    padding: 0px 0 40px 0;
}

.form-bg .name {
    width: 100%;
    height: 40px;
    padding: 15px 15px;
    border: 0;
    font-size: 10pt;
    background-color: none;
    color: #1b1b1b;
    border-bottom: 2px solid #9e9e9e;
}

.form-bg .name:focus {
    transition: border .6s;
    -webkit-transition: border .6s;
    outline: none;
    border-bottom: 2px solid #1b1b1b;
}

.form-bg .email {
    margin-top: 30px;
    width: 100%;
    height: 40px;
    padding: 15px 15px;
    border: 0;
    font-size: 10pt;
    background-color: none;
    color: #1b1b1b;
    border-bottom: 2px solid #9e9e9e;
}

.form-bg .email:focus {
    transition: border .6s;
    -webkit-transition: border .6s;
    outline: none;
    border-bottom: 2px solid #1b1b1b;
}

.form-bg .msg {
    margin-top: 30px;
    width: 100%;
    height: 130px;
    padding: 15px 15px;
    border: 0;
    font-size: 10pt;
    background-color: none;
    color: #1b1b1b;
    border-bottom: 2px solid #9e9e9e;
}

.form-bg .msg:focus {
    transition: border .6s;
    -webkit-transition: border .6s;
    outline: none;
    border-bottom: 2px solid #1b1b1b;
}

.form-bg .btn {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 10pt;
    letter-spacing: 2pt;
    color: #fff;
    background-color: #1b1b1b;
    border-radius: 0px;
    padding: 15px 40px;
    margin-top: 50px;
}

/******** SOCIAL MEDIA SECTION START ********/

.footer-social {
    margin-top: 50px;
}

.social-icons {
    margin-bottom: 20px;
}
.social-icons ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.social-icons ul li {
    display: inline;
}
.social-icons ul li a {
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 15px;
    border-radius: 180px;
    border: 1px solid #1b1b1b;
    color: #1b1b1b;
    line-height: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 18px;
}
 

/******** FOOTER SECTION START ********/

footer h4 {
    font-size: 8pt;
    letter-spacing: 1pt;
    margin: 80px auto;
    color: #1b1b1b;

}

/******** RESPONSIVE SECTION START ********/
     

/* Small Devices, Tablets */ 
    @media only screen and (max-width : 991px) {
      .image-wrapper {
          position: relative;
          width: 100%;
          height: 300px;
          padding: 15px;
      }

      .image-wrapper h2 {
          font-size: 38px;
          line-height: 38px;
      }

      .image-wrapper h2 span {
          font-size: 16px;
      }

      .image-wrapper {
          padding: 20px;
      }
    }

/* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
        .padding {
           padding: 0 10px;
        }
    }

    @media only screen and (max-width : 375px) {
        .preloader {
            margin: -30px 0 0 -25px;
        }
        .padding {
           padding: 0 10px;
        }
    }

/* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        .preloader {
            margin: -30px 0 0 -30px;
        }
        .padding {
           padding: 0 10px;
        }
    }