@charset "UTF-8";
/*--------------------------------------------------------------------------
Template name: Tfolio
Template URL : https://themeix.com
Author Name: themeix
Author URL: https://themeix.com
Tag:tab mobile,computer,desctop,responsive design,all browser supported,html5,html4,css3.
Verson: 2.0
Description:
===========================
Default Css
1. Themeix Aside
2. Themeix Main content
2.1 about me 
2.2 skills
2.3 services 
2.4 experiences 
2.5 portfolio
2.6 blog 
2.7 testimonials
2.8 contact
===========================
------------------------------------------------------------------------------*/
/* ===========================================
 Default Css
============================================== */
body{
    font-family: 'Montserrat', sans-serif;
    font-size:16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight:700;
  color:#0e0e0e;
}
p,
a,
span {
    font-weight:400;
    color:#0e0e0e;
    font-family: 'Montserrat', sans-serif;
}
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: 0px;
}
ul li,
ol li {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
::-webkit-input-placeholder {
    color: #!important;
    text-transform:capitalize;
}
:-ms-input-placeholder {
    color: #222 !important;
    text-transform:capitalize;
}
::-moz-placeholder {
    color: #222 !important;
    text-transform:capitalize;
}
:-moz-placeholder {
    color: #222 !important;
    text-transform:capitalize;
}
button,
input[type="button"],
a {
    cursor: pointer;
}
button:focus,
input:focus {
    outline: none !important;
}
button:hover,
button:focus {
    box-shadow: none !important;
}
.form-group textarea:focus {
    box-shadow: none;
    outline:none;
}
.contact-form input:focus {
    box-shadow: none;
    outline:none;
}
video {
    max-width: 100%;
    height: auto;
    border: 0px;
}
iframe,
embed,
object {
    max-width: 100%;
    border: 0px;
}
#background-wrap {
    width: 220px;
    height: 100px;
    position: absolute;
    right: 273px;
    top: -50px;
}

@-webkit-keyframes animateBubble {
    0% {
        margin-top: 100px;
    }
    100% {
        margin-top: -100%;
    }
}

@-moz-keyframes animateBubble {
    0% {
        margin-top: 100px;
    }
    100% {
        margin-top: -100%;
    }
}

@keyframes animateBubble {
    0% {
        margin-top: 100px;
    }
    100% {
        margin-top: -100%;
    }
}

@-webkit-keyframes sideWays { 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:50px;
    }
}

@-moz-keyframes sideWays { 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:50px;
    }
}

@keyframes sideWays { 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:50px;
    }
}

.x1 {
    -webkit-animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
    
    left: -5%;
    top: 5%;
    
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
}

.x2 {
    -webkit-animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -moz-animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
    
    left: 5%;
    top: 80%;
    
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    transform: scale(0.4);
}

.x3 {
    -webkit-animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
    
    left: 10%;
    top: 40%;
    
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    transform: scale(0.7);
}

.x4 {
    -webkit-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
    -moz-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
    animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
    
    left: 20%;
    top: 0;
    
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    transform: scale(0.3);
}

.x5 {
    -webkit-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -moz-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
    
    left: 30%;
    top: 50%;
    
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    transform: scale(0.5);
}

.x6 {
    -webkit-animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
    
    left: 30%;
    top: 0;
    
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
}

.x7 {
    -webkit-animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
    
    left: 45%;
    top: 50%;
    
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    transform: scale(0.4);
}

.x8 {
    -webkit-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
    -moz-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
    animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
    
    left: 60%;
    top: 10%;
    
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    transform: scale(0.3);
}

.x9 {
    -webkit-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -moz-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
    
    left: 70%;
    top: 30%;
    
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
}

.x10 {
    -webkit-animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
    
    left: 60%;
    top: 60%;
    
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    transform: scale(0.3);
}

.bubble {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
    
    height: 100px;
    position: absolute;
    width: 100px;
}

.bubble:after {
    background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 70%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.5)), color-stop(70%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* IE10+ */
    background: radial-gradient(ellipse at center,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    
    -webkit-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
    
    content: "";
    height:80px;
    left: 10px;
    position: absolute;
    width:80px;
}
/* ===========================================
1. Themeix Aside
============================================== */
.themeix-aside {
    position: fixed;
    height: 100%;
    width: 325px;
    left: 0px;
    background: #0e0e0e;
    top: 0px;
    overflow-y:scroll;
}
.control-bar {
    height: 40px;
    width: 45px;
    float: left;
    display: none;
    position: absolute;
    z-index: 999;
    top: 5px;
    right: -51px;
    background: #0e0e0e;
}

.control-bar .menu-toggle {
    cursor: pointer;
    padding: 10px 12px;
    display: block;
    margin-top: 3px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.control-bar .menu-toggle .chart {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.themeix-aside .control-bar .chart{
    width:20px;
    height:2px;
    background:#fff;
    margin-bottom:4px;
}
.themeix-main-content {
    width: calc(100% - 325px);
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    float:right
}
.themeix-nav-logo{
    padding:15px;
}
.themeix-nav-logo img{
    width:110px;
}
.themeix-nav-menu{
    margin-bottom:0px;
}
.themeix-nav-menu li a {
    display: block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background: #f0f0f0;
    padding: 25px 20px;
    text-transform:uppercase;
}
.themeix-nav-menu li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.89);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.themeix-nav-menu li a:hover, .themeix-nav-menu li a:focus, .themeix-nav-menu li a:active {
  color: white;
}
.themeix-nav-menu li a:hover:before,
.themeix-nav-menu li a:focus:before,
.themeix-nav-menu li a:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.themeix-nav-menu li:nth-child(odd) a{
    border-bottom: 1px solid #abaaaa;
}
.themeix-nav-menu li:last-child a{
    border-bottom: 0;
}
.themeix-nav-menu li.active a{
    background:#0e0e0e;
    border-color:#0e0e0e;
    color:#ffffff;
}
.themeix-nav-menu li a .icon-about {
    background-image: url(../images/themeix-icon-about.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    float: right;
    width: 15px;
    height: 15px;
    position: relative;
    top: 4px;
}
.themeix-nav-menu li a:hover .icon-about {

    background-image: url(../images/about-hover.png);
}

.themeix-nav-menu li a .icon-skills{
    background-image: url(../images/themeix-icon-skill.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    float: right;
    width: 15px;
    height: 12px;
    position: relative;
    top: 4px;
    transition:0.5s all;
}
.themeix-nav-menu li a:hover .icon-skills,
.themeix-nav-menu li a:focus .icon-skills{
    background-image: url(../images/skill-hover.png);
    transition:0.5s all;
}
.themeix-nav-menu li a .icon-services{
    background-image: url(../images/themeix-icon-service.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    float: right;
    width: 15px;
    height: 15px;
    position: relative;
    top: 4px;
    transition:0.5s all;
}
.themeix-nav-menu li a:hover .icon-services,
.themeix-nav-menu li a:focus .icon-services{
    background-image: url(../images/service-hover.png);
    transition:0.5s all;
}
.themeix-nav-menu li a .icon-experiences{
    background-image: url(../images/themeix-icon-experience.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    float: right;
    width: 15px;
    height: 15px;
    position: relative;
    top: 4px;
    transition:0.5s all;
}
.themeix-nav-menu li a:hover .icon-experiences,
.themeix-nav-menu li a:focus .icon-experiences{
    background-image: url(../images/experience-hover.png);
    transition:0.5s all;
}
.themeix-nav-menu li a .icon-portfolio{
    background-image: url(../images/themeix-icon-fortfolio.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    float: right;
    width: 16px;
    height: 10px;
    position: relative;
    top: 4px;
    transition:0.5s all;
}
.themeix-nav-menu li a:hover .icon-portfolio,
.themeix-nav-menu li a:focus .icon-portfolio{
    background-image: url(../images/portfolio-hover.png);
    transition:0.5s all;
}
.themeix-nav-menu li a .icon-blog{
    background-image: url(../images/themeix-icon-blog.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    float: right;
    width: 16px;
    height: 14px;
    position: relative;
    top: 4px;
    transition:0.5s all;
}
.themeix-nav-menu li a:hover .icon-blog,
.themeix-nav-menu li a:focus .icon-blog{
    background-image: url(../images/blog-hover.png);
    transition:0.5s all;
}
.themeix-nav-menu li a .icon-testimonials{
    background-image: url(../images/themeix-icon-testimonial.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    float: right;
    width: 15px;
    height: 14px;
    position: relative;
    top: 4px;
    transition:0.5s all;
}
.themeix-nav-menu li a:hover .icon-testimonials,
.themeix-nav-menu li a:focus .icon-testimonials{
    background-image: url(../images/testimonial-hover.png);
    transition:0.5s all;
}
.themeix-nav-menu li a .icon-contact{
    background-image: url(../images/themeix-icon-contact.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    float: right;
    width: 18px;
    height: 13px;
    position: relative;
    top: 4px;
    transition:0.5s all;
}
.themeix-nav-menu li a:hover .icon-contact,
.themeix-nav-menu li a:focus .icon-contact{
    background-image: url(../images/contact-hover.png);
    transition:0.5s all;
}
.fixed-social-share{
    margin-bottom: 0px;
    text-align: center;
    padding-top: 45px;
    padding-bottom: 20px;
}
.fixed-social-share a{
   color:#484848;
   -webkit-transition: 1s all;
   transition:1s all;
}
.fixed-social-share a:hover{
   color:#ffffff;
}
.themeix-fixed-nav .copyright{
    font-size:13px;
    text-align:center;
    color:#ffffff;
    font-weight:400;
    margin-bottom:0px;
    padding: 0px 30px;
}
.themeix-fixed-nav .copyright a {
    color:#fff;
    font-size:16px;
    letter-spacing: 1px;
    font-weight:600;
}
.themeix-fixed-nav .copyright a:hover {
    color:#ddd;
}
/* ===========================================
2. Themeix Main content
============================================== */
#about,
#skills,
#services,
#experiences,
#portfolio,
#blog,
#testimonials,
#contact{
    padding-top:80px;
    padding-bottom:30px;
}
.pd-0{
    padding-bottom:0 !important;
}
.pt-30{
    padding-top:100px !important;
}
.skills-wrapper,
.about-wrapper,
.services-wrapper,
.experiences-wrapper,
.portfolio-wrapper,
.blog-wrapper,
.testimonials-wrapper,
.contact-wrapper{
    padding:0 30px;
    
}
/* 2.1 about me */
.section-title{
    margin-bottom: 60px;
}
#about{
    background-color: #E9E8E6;
    background-repeat: no-repeat;
    background-size: 80%;
    background-position:right top;
    background-attachment: fixed;
    position:relative;
}
#about::before {
    content:"";
    
}
.about-content{
    padding-bottom:150px;
}
.about-content h1 {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.about-content h4{
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    margin-bottom:30px;
}
.about-content p{
    margin-bottom:30px;
}
.about-content span {
    font-size: 56px;
}
.about-content .home-social-share{
    margin-bottom:0px;
}
.about-content .home-social-share a{
    border: 1px solid #7e7e7e;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: block;
    text-align: center;
    padding-top: 8px;
    color: #7e7e7e;
    -webkit-transition: 1s all;
    transition:1s all;
}
.about-content .home-social-share a:hover{
    border-color: #0e0e0e;
    background:#0e0e0e;
    color: #ffffff;
}
.about-content .home-cv-btn{
    color: #0e0e0e;
    text-transform: uppercase;
    font-size: 18px;
}
.about-content-img{
    padding-left:60px;
    padding-top:40px;
}
/* 2.2 skills */
.skills{
    background-color:#ffffff;
}
.skills-wrapper .border-center{
    height:1px;
    width:345px;
    margin:0px auto;
    background:#0e0e0e;
}
.skills-wrapper h2{
    text-transform:uppercase;
}
.progressbar-main{
    height: 20px;
    max-width: 330px;
    margin:0 auto;
}
.progress{
    border-radius:0;
    height: 3px;
    max-width: 250px;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    background-color: #d0cfcf;
    width: 100%;
}
.progress .progress-bar, .progress .progress-bar.progress-bar-default {
    background-color: #0e0e0e ;
}
.progress  .progress-bar{
    -webkit-animation-name: animateBar;
            animation-name: animateBar;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-duration: 1.0s;
            animation-duration: 1.0s;
}

@-webkit-keyframes animateBar {
    0% {-webkit-transform: translateX(-100%);transform: translateX(-100%);}
    100% {-webkit-transform: translateX(0);transform: translateX(0);}
}

@keyframes animateBar {
    0% {-webkit-transform: translateX(-100%);transform: translateX(-100%);}
    100% {-webkit-transform: translateX(0);transform: translateX(0);}
}
.progress-percentage{
    font-size:14px;
    
}
.skills-box{
    background-color: #f0f0f0;
    padding: 40px;
    margin-bottom:30px;
    position:relative;
    cursor:pointer;
    -webkit-transition: 0.5s all;
    transition:0.5s all;
}
.skills-box:hover{
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
}
.skills-box:before{
    content: "";
    background-image: url(../images/skills-box-shadow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -25px;
    left: 0px;
    right: 0px;
    height: 30px;
    opacity:0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: 0.5s all;
    transition:0.5s all;
}
.skills-box:hover:before{
    opacity:1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.skills-box h5{
    text-transform:capitalize;
}
.skills-project-box{
    background-color: #BF40BF;
    padding: 20px 120px;
    position: relative;
    margin-bottom:15px;
}
.skills-project-box p{
    margin-bottom:30px;
}
.skills-project-box .skills-project-btn{
    border-radius: 0;
    border: 1px solid #0e0e0e;
    padding: 10px 30px;
    text-transform: uppercase;
    background: transparent;
    color: #0e0e0e;
    -webkit-transition: 1s all;
    transition:1s all;
}
.skills-project-box .skills-project-btn:hover{
    background: #0e0e0e;;
    color: #ffffff;
}
.skills-project-box:before{
    content: "";
    background-image: url(../images/skills-projects-shadow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    height: 15px;
    opacity:0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.skills-flower-image img{
    max-width: 300px;
}
/* 2.3 services */
.services{
    background-color:#ffffff;
}
.services-wrapper .border-center{
    height:1px;
    width:290px;
    margin:0 auto;
    background:#0e0e0e;
}
.services-box{
    background-color: #f0f0f0;
    padding: 70px 30px 40px;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    margin-top:45px;
}
.services-wrapper h2{
    text-transform:uppercase;
    margin:10px 0px;
}
.services-box-logo{
    width: 90px;
    height: 90px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -45px;
    border: 2px solid #f1f1f1;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
}
.services-box:hover .services-box-logo{
    box-shadow: none;
    border: 2px solid black;
    transition:0.5s all;
}
.services-box-logo img {
    margin-top:20px;
}

.services-box::before, .services-box::after{
  transition-delay: 0s;
}
.services-box span::before, .services-box span::after{
  transition-delay: 0.2s;
}
.services-box::before{
  right: 0;
  top: 0;
}
.services-box::after{
  left: 0;
  bottom: 0;
}
.services-box::before, .services-box::after{
  content:"";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #000000;
}
.services-box:hover::before, .services-box:hover::after{
  width: 100%;
}
.services-box:hover::before, .services-box:hover::after{
  transition-delay: 0.2s;
}
.services-box h5{
    text-transform:capitalize;
}
.services-project-box{
    background-color: #f5f5f5;
    padding: 40px 100px;
    position: relative;
    margin-bottom:15px;
}
.services-project-box p{
    margin-bottom:30px;
}
.services-project-box .skills-project-btn{
    border-radius: 0;
    border: 1px solid #0e0e0e;
    padding: 10px 30px;
    text-transform: uppercase;
    background: transparent;
    color: #0e0e0e;
    -webkit-transition: 1s all;
    transition:1s all;
}
.services-project-box .skills-project-btn:hover{
    background: #0e0e0e;;
    color: #ffffff;
}
.services-project-box:before{
    content: "";
    background-image: url(../images/skills-projects-shadow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -25px;
    left: 0px;
    right: 0px;
    height: 10px;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.services-flower-image img{
    max-width: 210px;
}
/* 2.4 experiences */
.experiences{
    background-color:#ffffff;
}
.experiences-wrapper .border-center{
    height:1px;
    width:290px;
    margin:0 auto;
    background:#0e0e0e;
}
.experiences-wrapper h2 {
    text-transform: uppercase;
    margin: 10px 0px;
}
.experiences-title{
    background-color: #f4f4f4;
    width: 100%;
    display: table;
    margin-bottom:40px;
}
.experiences-title-box{
    width: 110px;
    height: 80px;
    background-color: #0e0e0e;
    display: block;
    float: left;
}
.experiences-title-box img{
   padding-top:15px;
}
.experiences-title p{
    font-weight: 700;
    text-transform: uppercase;
    float: right;
    padding-top: 30px;
    padding-right: 30px;
}
.experiences-info-wrapper{
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    padding: 40px;
    position:relative;
    background-color:#ffffff;
    z-index:2;
    text-align:left;
    margin-bottom:40px;
    
}
.experiences-info .col-md-6{
    padding-right:30px;
}
.experiences-info-wrapper .experiences-datetime{
    position: absolute;
    right: -20px;
    background-color: #0e0e0e;
    color: #ffffff;
    padding: 12px 20px;
    top:0;
    z-index:2;
}
.experiences-info-wrapper .experiences-datetime:before{
    content: "";
    background-image: url(../images/educational-history-before.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right:0;
    bottom: -9px;
    width: 20px;
    height: 9px;
    z-index: 1;
    
}
.experiences-info-wrapper h3{
    text-transform:uppercase;
    padding-top:15px;
}
.experiences-info-wrapper span{
    font-size: 16px;
    margin-bottom: 15px;
    display: block;
}
.experiences-info-wrapper p{
    margin:0px;
    padding-right:70px;
}
.work-history-wrapper{
    border: 2px solid #cccccc;
    padding: 30px;
}
.work-history-wrapper span{
    margin-bottom:20px;
    display:block;
}
.work-history-wrapper p{
    margin:0;
}
.work-history-img{
    margin-bottom:10px;
}
.work-history-img img{
    max-width:100%;
}
/* 2.5 portfolio */
.portfolio{
    background-color:#ffffff;
}
.portfolio-wrapper .border-center{
    height:1px;
    width:335px;
    margin:0 auto;
    background:#0e0e0e;
}
.portfolio-wrapper h2 {
    text-transform: uppercase;
    margin: 10px 0px;
}
.portfolio-item .portflio-item-wrap{
    position: relative;
    max-height: 335px;
    overflow: hidden;
}
.portfolio-item img{
    width:100%;
    max-height: 335px;
    position:relative;
}
.portfolio-item{
    width:33.33%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position:relative;
    z-index:1;
    cursor:pointer;
    margin-bottom:30px;
}
.portfolio-item .portfolio-overlay{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    bottom: 0;
    right: 0;
    background-color: #f0f0f0;
    opacity:0;
    transition:1s all;
    padding-top: 130px;
}
.portfolio-item:hover .portfolio-overlay{
    opacity:1;
}
.portfolio-item .portfolio-overlay img{
    max-width: 80px;
    height: auto;
    width: 100%;
}
.portfolio-filters{
    margin-bottom:30px;
}
.portfolio-filters button{
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 700;
    -webkit-appearance: none;
    background: none;
    border: 0;
    
}
.portfolio-filters button:hover{
    color: rgba(0,0,0,.6);
    
}

/* 2.6 blog */
.blog{
    background-color:#ffffff;
}
.blog-wrapper .border-center{
    height:1px;
    width:195px;
    margin:0 auto;
    background-color:#0e0e0e;
}
.blog-wrapper h2 {
    text-transform: uppercase;
    margin: 10px 0;
}
.single-blog-wrapper{
    background-color:#f4f2f2;
    margin-bottom:30px;
}
.single-blog-content{
    padding:30px;
}
.single-blog-wrapper img{
    width:100%;
}
.single-blog-wrapper span{
    border-bottom: 1px solid  #d2d2d2;
    max-width: 60%;
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 8px;
    margin-bottom: 24px;
    display: block;
}
.single-blog-wrapper .blog-details-btn{
    color:#0e0e0e;
    font-weight:700;
    text-transform:capitalize;
    padding-left:0;
}
.single-blog-wrapper .blog-details-btn:hover{
    color:#0e0e0e;
}
.single-blog-wrapper .blog-social-share{
    margin:0;
    padding-top:5px;
}
.single-blog-wrapper .blog-social-share li a{
    color:gray;
    font-size:14px;
    margin-right:10px;
    -webkit-transition: 0.5s all;
    transition:0.5s all;
}
.single-blog-wrapper .blog-social-share li a:hover{
    color:#0e0e0e;
}
/* 2.7 testimonials */
.testimonials{
    background-color:#ffffff;
}
.testimonials-wrapper .border-center{
    height:1px;
    width:240px;
    margin:0 auto;
    background-color:#0e0e0e;
}
.testimonials-wrapper h2 {
    text-transform: uppercase;
    margin: 10px 0px;
}
.testimonials-author{
    clear: both;
    display: table;
    width: 100%;
    margin-bottom: 30px;
    z-index:2;
    position:relative;
}
.testimonials-author-wrapper{
    display: table;
    background: #f6f4f5;
    padding:30px 0;
}
.testimonials-author:before{
    content: "";
    background-image: url(../images/testimonials-shadow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
    height: 25px;
    z-index: -1;
    opacity: 0.5;
}
.testimonials-author-img {
    width:160px;
    height:auto;
}
.testimonials-author-img img{
    width: 100%;
    padding: 10px;
    max-width: 130px;
}
.testimonials-author-info {
    width:calc(100% - 160px);
    padding-right:15px;
}
.testimonials-author-info .testimonials-star{
    margin-bottom:10px;
}
.testimonials-author-info .testimonials-star i{
    color:#939191;
}
.testimonials-author-info .testimonials-star .active i{
    color:#0e0e0e;
}
.testimonials-author-info .author-name{
    font-size:20px;
    text-transform:capitalize;
    font-weight:700;
}
.testimonials-author-info .author-frofess{
    font-size:16px;
    text-transform:capitalize;
}


.rating-containerdiv {
  border: 0;
  float: left;
  position: relative;
       width: 171px;
    padding-bottom: 10px;
} 
.rating-cornerimage {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
 } 
 .rating-containerdiv img{
   max-width: 171px;
 }




/* 2.8 contact */
#contact{
    overflow-x:hidden;
}
.contact{
    background-color:#ffffff;
    position:relative;
    background-position:right top;
    background-repeat:no-repeat;
    
}
.contact-wrapper .border-center{
    height:1px;
    width:240px;
    margin:0px auto;
    background:#0e0e0e;
}
.contact-wrapper h2 {
    text-transform: uppercase;
    margin: 10px 0px;
}
.contact-box {
    border: 2px solid #cccccc;
    background-color: #ffffff;
    padding: 60px 30px 30px;
    margin-bottom: 60px;
    position: relative;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}
.contact-box:last-child {
    margin-bottom:60px;
}
.contact-box  h5{
    text-transform:capitalize;
}
.contact-box  p{
    margin:0;
}
.contact-box  a{
    display:inline-block;
    word-break:break-all;
}
.contact-box  .contact-border{
    width: 60px;
    height: 1px;
    background: #d0d0d0;
    margin:0 auto;
    margin-bottom: 15px;
}
.contact-box-logo {
    width: 90px;
    height: 90px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -45px;
    border: 1px solid #d4d4d4;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    padding-top: 15px;
}
.contact-form h3{    
    width:60%;
    margin-bottom:60px;
    font-weight:400;
}
.contact-form h3 span{    
    font-weight: 700;
    font-size: 48px;
    text-transform: capitalize;
}
.contact-form textarea{    
    width:100%;
    background: #ffffff;
    border:0;
    border-radius:0;
    padding: 15px;
    box-shadow:0 0 70px 0 #dadada;
}
.contact-form input{   
    background: #ffffff;
    border: 0;
    border-radius: 0;
    padding: 15px;
    box-shadow: 0 0 70px 0 #dadada;
}
.contact-form form{   
    padding: 60px 30px;
    background: #f8f7f7;
    z-index:2;
    max-width: 640px;
}
.contact-form button{   
    display: block;
    width: 100%;
    padding: 15px 15px;
    background:#0e0e0e;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: 0.5s all;
    transition:0.5s all;
}
.contact-form button:hover{   
    color:#0e0e0e;
    background: #f0f0f0;
    box-shadow:0 0 70px 0 #dadada !important;
}
.company-info p {
    margin-bottom:0;
}

.themeix-bg {
    background-color:#0e0e0e;
}

/*back to top*/
.cd-top {
  display: inline-block;
  height: 35px;
  width: 35px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-image: url('../images/up-arrow-angle.png');
  background-color:#444;
  background-repeat:no-repeat;
  background-size:20px 20px;
  background-position:center;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  border-radius:0px;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;

}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.cd-top.cd-fade-out {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  z-index:99;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.cross-sign {
    color:#333;
    font-weight:600;
    cursor:pointer;
}

.modal-header span {
    border-bottom:0;
    padding:0;
    margin:0;
    max-width:100%;
}

